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

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

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

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

fieldset, img {
  border: 0;
}

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

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

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

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

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

del, ins {
  text-decoration: none;
}

/* ====================================================
Color
==================================================== */
/* ====================================================
Font
==================================================== */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?indbxw");
  src: url("../fonts/icomoon.eot?indbxw#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?indbxw") format("truetype"), url("../fonts/icomoon.woff?indbxw") format("woff"), url("../fonts/icomoon.svg?indbxw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
px→vwの計算

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

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

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

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

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
/* ====================================================
Margin PC and SP
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-0 {
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}
@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}
/*----------------------
min(), max(), clamp()
----------------------*/
/* ====================================================
MODULE
==================================================== */
.c-fc__ff {
  color: #fff;
}
.c-fc__gr {
  color: #90c31f;
}
.c-fc__gr2 {
  color: #41b088;
}
.c-fc__gr03 {
  color: #46b28b;
}
.c-fc__grd {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#00a0e2), to(#8ec31f));
  background: -o-linear-gradient(left, #00a0e2 0%, #8ec31f 100%);
  background: linear-gradient(to right, #00a0e2 0%, #8ec31f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a0e2", endColorstr="#8ec31f",GradientType=1 );
  -webkit-background-clip: text;
  opacity: 0.2;
  display: inline-block;
}
.c-fc__grd.-op1 {
  opacity: 1;
}

.c-ft__en {
  font-family: "Belleza", sans-serif;
  font-weight: 500;
}
.c-ft__en-rob {
  font-family: "Roboto", sans-serif;
}
.c-ft__en-pd {
  font-family: "Playfair Display", serif;
}
.c-ft__jp-r {
  font-family: "FOT-筑紫A丸ゴシック Std R";
}
.c-ft__jp-b {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

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

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

.c-shadow {
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px -3px rgba(0, 0, 0, 0.3);
}

.c-al__c {
  text-align: center !important;
}
@media screen and (max-width: 834px) {
  .c-al__c-sp {
    text-align: center;
  }
}
.c-al__r {
  text-align: right !important;
}
.c-al__l {
  text-align: left;
}

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

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

/*テキストMODULE*/
.c-txt01 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
}
.c-txt02 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
.c-txt02.__lh28 {
  line-height: 1.86;
}
.c-txt02 .strong {
  font-size: 120%;
}
@media screen and (min-width: 835px) {
  .c-txt02.c-desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-txt03 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 834px) {
  .c-txt03 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-txt04 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .c-txt04 {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
  }
}

.c-ttl01 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .c-ttl01 {
    font-size: max(22px, 3.33vw);
  }
}
.c-ttl01 .strong {
  font-size: 125%;
}
.c-ttl01 .underline {
  display: inline-block;
  border-bottom: 2px solid #333;
}
.c-ttl02 {
  font-family: "Belleza", sans-serif;
  font-size: 90px;
  font-size: 9rem;
  line-height: 0.7;
}
@media screen and (max-width: 1200px) {
  .c-ttl02 {
    font-size: max(40px, 7.5vw);
  }
}
.c-ttl02.-ls {
  letter-spacing: 0.08em;
}
@media screen and (max-width: 834px) {
  .c-ttl02.-ls {
    letter-spacing: 0.05em;
  }
}
.c-ttl02.-l {
  font-size: 130px;
  font-size: 13rem;
}
@media screen and (max-width: 1500px) {
  .c-ttl02.-l {
    font-size: max(46px, 8.6vw);
  }
}
.c-ttl02 + .ttl-cap {
  margin-top: 25px;
  color: #41b088;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
  .c-ttl02 + .ttl-cap {
    margin-top: 15px;
  }
}
.c-ttl02 + .cap {
  margin-top: -15px;
  color: #000033;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 1200px) {
  .c-ttl02 + .cap {
    font-size: max(16px, 2.83vw);
  }
}
@media screen and (max-width: 834px) {
  .c-ttl02 + .cap {
    margin-top: -5px;
  }
}
.c-ttl03 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .c-ttl03 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c-ttl03 .en {
  display: inline-block;
  color: #fff;
  letter-spacing: 0.05em;
  background: #00a0e2;
  background: -o-linear-gradient(45deg, #00a0e2 0%, #8ec31f 100%);
  background: linear-gradient(45deg, #00a0e2 0%, #8ec31f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a0e2", endColorstr="#8ec31f",GradientType=1 );
}
.c-ttl03 .strong {
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .c-ttl03 .strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.c-ttl04 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 48px;
  font-size: 4.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
@media screen and (max-width: 1200px) {
  .c-ttl04 {
    font-size: max(22px, 3.8vw);
  }
}
.c-ttl04.__lh72 {
  line-height: 1.5;
}
.c-ttl05 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 38px;
  font-size: 3.8rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .c-ttl05 {
    font-size: max(20px, 4.55vw);
  }
}
.c-ttl06 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.535;
}
@media screen and (max-width: 1200px) {
  .c-ttl06 {
    font-size: max(20px, 2.1vw);
  }
}
.c-ttl07 {
  position: relative;
  padding: 20px 30px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 21px;
  font-size: 2.1rem;
  background: #fff;
  border-radius: 10px;
}
.c-ttl07:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: calc(100% - 30px);
}
@media screen and (max-width: 834px) {
  .c-ttl07 {
    padding: 15px 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-ttl07:before {
  top: 15px;
  left: 18px;
  border-radius: 3px;
}
@media screen and (max-width: 834px) {
  .c-ttl07:before {
    height: calc(100% - 20px);
    top: 10px;
    left: 12px;
  }
}
.c-ttl07.ttl-gr:before {
  background: #90c31f;
}
.c-ttl07.ttl-bl:before {
  background: #1fa3da;
}
.c-ttl07.ttl-or:before {
  background: #ed6c00;
}
.c-ttl08 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.538;
}
@media screen and (max-width: 1200px) {
  .c-ttl08 {
    font-size: max(20px, 2.166vw);
  }
}
@media screen and (max-width: 834px) {
  .c-ttl08 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-ttl09 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .c-ttl09 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-ttl09 span {
  text-decoration: underline;
}

/*ボタンMODULE*/
.c-btn01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 15px;
  font-size: 1.5rem;
}
.c-btn01 i {
  margin-right: 8px;
  color: #46b28b;
}
.c-btn02 {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 60px;
  text-align: center;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 20px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px -6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1;
}
.c-btn02:after {
  position: absolute;
  right: 10px;
  color: #41b088;
  font-size: 18px;
  font-size: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.c-btn02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #41b088;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  border-radius: 40px;
}
@media screen and (min-width: 835px) {
  .c-btn02:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .c-btn02:hover:before {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .c-btn02:hover:after {
    color: #fff;
  }
  .c-btn02:hover > span {
    color: #fff;
  }
}
.c-btn02 > span {
  position: relative;
  color: #41b088;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.c-btn02.w280 {
  max-width: 280px;
}
.c-btn03 {
  position: relative;
  display: inline-block;
  padding: 40px 15px;
  width: 100%;
  color: #Fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.05em;
  line-height: 105px;
  text-align: center;
  border-radius: 60px !important;
  background: #8ec31f !important;
  background: -o-linear-gradient(45deg, #8ec31f 0%, #00a0e2 100%) !important;
  background: linear-gradient(45deg, #8ec31f 0%, #00a0e2 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ec31f", endColorstr="#00a0e2",GradientType=1 ) !important;
  -webkit-box-shadow: 0px 2px 20px -6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px -6px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 835px) {
  .c-btn03 {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-btn03:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .c-btn03 {
    padding: 20px 15px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 60px;
  }
}
.c-btn03.__bg {
  background: rgba(142, 195, 31, 0.4) !important;
  background: -o-linear-gradient(45deg, rgba(142, 195, 31, 0.4) 0%, rgba(0, 160, 226, 0.4) 100%) !important;
  background: linear-gradient(45deg, rgba(142, 195, 31, 0.4) 0%, rgba(0, 160, 226, 0.4) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(#8ec31f, .4)", endColorstr="rgba(#00a0e2, .4)",GradientType=1 ) !important;
}

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

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

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

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

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

.js-txtIn span {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  -o-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.c-clm {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-clm .clm {
  width: 48.33%;
}
@media screen and (max-width: 834px) {
  .c-clm .clm {
    width: 100%;
  }
}

.c-list__no {
  counter-reset: counter;
}
.c-list__no li {
  margin-bottom: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  padding-left: 75px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .c-list__no li {
    font-size: 17px;
    font-size: 1.7rem;
    padding-left: 50px;
  }
}
.c-list__no li:before {
  position: absolute;
  top: -7px;
  left: 0;
  content: counter(counter);
  counter-increment: counter;
  background-color: #46b28b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  width: 46px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 46px;
}
@media screen and (max-width: 834px) {
  .c-list__no li:before {
    margin-top: -2px;
    height: 40px;
    width: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
  }
}
.c-list__nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list__nav__item {
  width: 30.66%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .c-list__nav__item {
    margin-bottom: 20px;
    width: 48%;
  }
}
.c-list__nav__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-list__nav__item a {
  display: block;
  background: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
.c-list__nav__item a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e7edef;
}
@media screen and (min-width: 835px) {
  .c-list__nav__item a:hover .img {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-list__nav__item .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.c-list__nav__item .img {
  position: relative;
  padding-top: 65.714%;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.c-list__nav__item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-list__nav__item .txt-box {
  position: relative;
  padding: 50px 10px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .c-list__nav__item .txt-box {
    padding: 4.166vw 10px;
  }
}
@media screen and (max-width: 640px) {
  .c-list__nav__item .txt-box {
    padding: 25px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-list__nav__item .txt-box span {
  position: relative;
  padding-right: 34px;
  display: inline-block;
}
.c-list__nav__item .txt-box span:after {
  position: absolute;
  right: 0;
  color: #41b088;
  font-size: 18px;
  font-size: 1.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.c-list__nav02 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media screen and (max-width: 1500px) {
  .c-list__nav02 {
    margin-bottom: 30px;
  }
}
.c-list__nav02 li {
  margin-bottom: 15px;
  width: 24.16%;
  position: relative;
  display: block;
  padding: 0 5px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
@media screen and (max-width: 1500px) {
  .c-list__nav02 li {
    font-size: max(18px, 1.6vw);
    line-height: 1.3;
  }
}
@media screen and (max-width: 990px) {
  .c-list__nav02 li {
    margin-bottom: 10px;
    padding: 5px;
    width: 48%;
  }
}
.c-list__nav02 li .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.c-list__nav02 li .no {
  font-size: 110px;
  font-size: 11rem;
  line-height: 0.9;
  margin-bottom: 12px;
  opacity: 0.1;
}
@media screen and (max-width: 834px) {
  .c-list__nav02 li .no {
    margin-bottom: 10px;
    font-size: 80px;
    font-size: 8rem;
  }
}
.c-list__nav02 li .small {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .c-list__nav02 li .small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-list__nav02 li .kana {
  font-size: 18px;
  font-size: 1.8rem;
}
.c-list01 {
  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;
}
.c-list01 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: 20px;
  padding: 20px 5px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  .c-list01 li {
    margin-left: 1.33%;
    width: 24%;
  }
  .c-list01 li:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 991px) {
  .c-list01 li {
    margin-left: 2.0875%;
    width: 18.33%;
  }
  .c-list01 li:nth-child(4n+1) {
    margin-left: 2.0875%;
  }
  .c-list01 li:nth-child(5n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-list01 li {
    margin-bottom: 10px;
    padding: 15px 5px;
    width: 48%;
  }
  .c-list01 li:nth-child(odd) {
    margin-right: 4%;
  }
}
.c-list01 li > span {
  color: #41b088;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .c-list01 li > span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-list01 li > span .small {
  font-size: 77.77%;
}
.c-list01.clm4 li {
  margin-left: 0;
  width: 23.33%;
}
@media screen and (min-width: 835px) {
  .c-list01.clm4 li {
    margin-right: 2.22%;
  }
  .c-list01.clm4 li:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-list01.clm4 li {
    width: 48%;
  }
  .c-list01.clm4 li:nth-child(odd) {
    margin-right: 4%;
  }
}
.c-list02 {
  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;
}
.c-list02__item {
  margin-bottom: 35px;
  width: 31.66%;
}
@media screen and (min-width: 835px) {
  .c-list02__item:not(:nth-of-type(3n)) {
    margin-right: 2.5%;
  }
}
@media screen and (max-width: 834px) {
  .c-list02__item {
    width: 48%;
  }
  .c-list02__item:nth-of-type(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 640px) {
  .c-list02__item {
    margin-bottom: 25px;
    margin-right: 0;
    width: 100%;
  }
}
.c-list02__item .img {
  border-radius: 20px;
  overflow: hidden;
}
.c-list02__item .ttl {
  margin: 15px 0 20px;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .c-list02__item .ttl {
    margin: 15px 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.c-list03 {
  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;
}
.c-list03__item {
  padding: 30px 1.222% 25px;
  width: 23.33%;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  .c-list03__item {
    margin-right: 2.22%;
  }
  .c-list03__item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .c-list03__item {
    margin-bottom: 20px;
    padding: 20px 4%;
    width: 48%;
  }
  .c-list03__item:nth-child(odd) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 640px) {
  .c-list03__item {
    margin-right: 0 !important;
    width: 100%;
  }
  .c-list03__item .head {
    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: 15px auto 10px;
  }
}
.c-list03__item .icn {
  display: block;
  margin: 15px auto 20px;
  width: 72px;
}
@media screen and (max-width: 834px) {
  .c-list03__item .icn {
    margin: 0 5px 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .c-list03__item .ttl {
    width: calc(100% - 102px);
  }
}
.c-list03__item .desc {
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.538;
}
.c-list04 {
  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;
}
.c-list04__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-bottom: 20px;
  width: 48.33%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .c-list04__item {
    width: 100%;
  }
}
.c-list04__item .img {
  width: 160px;
}
@media screen and (max-width: 834px) {
  .c-list04__item .img {
    width: 120px;
  }
}
.c-list04__item .desc-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 5.17%;
  width: calc(100% - 160px);
}
@media screen and (max-width: 834px) {
  .c-list04__item .desc-box {
    width: calc(100% - 120px);
  }
}
.c-list04__item .desc-box .ttl {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.c-list04__item .desc-box .desc {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.538;
}

[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  content: "\e900";
}

.icon-hatebu:before {
  content: "\e901";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

/* ====================================================
Base style & container
==================================================== */
body {
  color: #333;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  font-weight: 400;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  background: url(../img/common/bg.jpg) repeat center center;
  overflow-x: hidden;
  -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

.wrapper {
  padding-top: 130px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 70px;
  }
}
.wrapper.inner-page {
  position: relative;
  background: url(../img/common/bg-page-top.png) no-repeat center top;
  background-size: 100%;
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}

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

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

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

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

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

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

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

/* ====================================================
Header
==================================================== */
#main-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 40px;
  width: 100%;
  height: 132px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  z-index: 1000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #main-header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  #main-header {
    padding: 0;
    height: 70px;
    background: #fff;
    -webkit-box-shadow: 1px 5px 15px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 5px 15px -5px rgba(0, 0, 0, 0.1);
  }
}
#main-header > .container {
  position: relative;
  padding-top: 26px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #main-header > .container {
    display: block;
    padding: 13px 3% 0;
  }
}
#main-header .logo {
  width: 250px;
  z-index: 102;
}
@media screen and (max-width: 1024px) {
  #main-header .logo {
    width: 220px;
  }
}
#main-header .logo a {
  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;
}
#main-header .logo img {
  width: 74px;
  z-index: 103;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  #main-header .logo img {
    width: 50px;
  }
}
#main-header .logo .txt {
  display: block;
  padding-left: 10px;
  width: calc(100% - 74px);
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  z-index: 103;
}
@media screen and (max-width: 1024px) {
  #main-header .logo .txt {
    position: relative;
    padding-left: 5px;
    text-align: left;
  }
}
#main-header .logo .txt .jp {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  font-size: 3rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  #main-header .logo .txt .jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
#main-header .logo .txt .jp-s {
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  #main-header .logo .txt .jp-s {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  #main-header.is-animation {
    height: 90px;
    background: #fff;
    -webkit-box-shadow: 1px 5px 15px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 5px 15px -5px rgba(0, 0, 0, 0.1);
  }
  #main-header.is-animation .container {
    padding-top: 21px;
  }
  #main-header.is-animation .logo {
    width: 230px;
  }
  #main-header.is-animation .logo .txt .jp {
    font-size: 28px;
    font-size: 2.8rem;
  }
  #main-header.is-animation .logo .txt .jp-s {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #main-header.is-animation .logo img {
    width: 48px;
  }
  #main-header.is-animation .navFunction {
    display: none;
  }
  #main-header.is-animation .navGlobalIn {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
}
@media screen and (min-width: 1025px) {
  #main-header.on .navFunction {
    color: #333;
  }
}
#main-header .btn-contact {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #8ec31f;
  background: -o-linear-gradient(45deg, #8ec31f 0%, #00a0e2 100%);
  background: linear-gradient(45deg, #8ec31f 0%, #00a0e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#8ec31f", endColorstr="#00a0e2",GradientType=1 );
}
@media screen and (max-width: 1024px) {
  #main-header .btn-contact {
    position: absolute;
    right: 75px;
    top: 5px;
    width: 60px;
    height: 60px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 60px;
    z-index: 102;
  }
}
#main-header .address {
  margin-top: 10px;
}
@media screen and (min-width: 1025px) {
  #main-header .address {
    display: none;
  }
}
#main-header .address .logo {
  margin: 0 auto 20px;
}
@media screen and (max-width: 834px) {
  #main-header .address .logo {
    text-align: center;
  }
  #main-header .address .logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main-header .address .logo a img {
    width: 40px;
  }
}
#main-header .address .txt-address {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  #main-header .address .txt-address {
    text-align: center;
  }
}

.navFunction {
  position: absolute;
  top: -22px;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.navFunction li {
  margin-left: 1.7em;
}
@media screen and (min-width: 835px) {
  .navFunction li a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .navFunction li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .navFunction {
    display: block;
    position: static;
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .navFunction li {
    margin-left: 0;
    padding: 1.2em 0;
  }
}

.navGlobal {
  position: relative;
  z-index: 101;
}
@media screen and (max-width: 1024px) {
  .navGlobal {
    margin-left: 0;
    padding-top: 20px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 1px 5px 15px -5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 5px 15px -5px rgba(0, 0, 0, 0.1);
  }
}
.navGlobalIn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  padding: 13px 10px 13px 30px;
  border-radius: 40px;
  -webkit-box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1200px) {
  .navGlobalIn {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .navGlobalIn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navGlobalIn > li {
  margin: 0 1.6em;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .navGlobalIn > li {
    margin: 0 1em;
  }
}
@media screen and (max-width: 1024px) {
  .navGlobalIn > li {
    margin: 0;
    width: 100%;
  }
}
.navGlobalIn > li > a {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .navGlobalIn > li > a {
    padding: 0.8em 0;
    color: #343434;
  }
}
.navGlobalIn > li.contact {
  margin-right: 0;
}
.navGlobalIn > li:not(:last-child a) {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.navGlobalIn > li:not(:last-child a):hover {
  color: #46b28b;
}
@media screen and (min-width: 835px) {
  .navGlobalIn > li:last-child a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .navGlobalIn > li:last-child a:hover {
    opacity: 0.7;
  }
}

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

  .navGlobal-inner {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    padding-bottom: 60px;
  }
}
.mobile-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  display: none;
  width: 60px;
  height: 60px;
  background: #00a6e6;
  border-radius: 50%;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 102;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .mobile-icon {
    display: block;
  }
}
.mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 25px;
  height: 2px;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #fff;
}
.mobile-icon span:before, .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}
.mobile-icon span:before {
  top: -9px;
}
.mobile-icon span:after {
  bottom: -9px;
}
.mobile-icon.mobile-close span {
  background: transparent;
}
.mobile-icon.mobile-close span:before, .mobile-icon.mobile-close span:after {
  width: 100%;
}
.mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 0;
}
.mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: 0;
}

/* ====================================================
Footer
==================================================== */
#main-footer {
  position: relative;
  background: url(../img/common/bg-footer.png) no-repeat center top;
  padding-top: 213px;
  background-size: 2400px auto;
}
@media screen and (max-width: 1200px) {
  #main-footer {
    padding-top: 18vw;
  }
}
@media screen and (max-width: 834px) {
  #main-footer {
    background-size: 1000px auto;
  }
}
#main-footer .nav-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#main-footer .address {
  width: 410px;
}
@media screen and (max-width: 1200px) {
  #main-footer .address {
    width: 33.33%;
  }
}
@media screen and (max-width: 834px) {
  #main-footer .address {
    width: 100%;
  }
}
#main-footer .address .logo {
  margin-bottom: 25px;
  width: 250px;
  z-index: 102;
}
@media screen and (max-width: 834px) {
  #main-footer .address .logo {
    margin: 0 auto 10px;
    width: 220px;
  }
}
#main-footer .address .logo a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  #main-footer .address .logo a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#main-footer .address .logo img {
  width: 74px;
  z-index: 103;
}
@media screen and (max-width: 1024px) {
  #main-footer .address .logo img {
    width: 50px;
  }
}
#main-footer .address .logo .txt {
  display: block;
  padding-left: 10px;
  width: calc(100% - 74px);
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-align: center;
  z-index: 103;
}
@media screen and (max-width: 1024px) {
  #main-footer .address .logo .txt {
    position: relative;
    padding-left: 5px;
    text-align: left;
  }
}
#main-footer .address .logo .txt .jp {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 1024px) {
  #main-footer .address .logo .txt .jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
#main-footer .address .logo .txt .jp-s {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  #main-footer .address .logo .txt .jp-s {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#main-footer .address .txt-address {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  #main-footer .address .txt-address {
    margin-bottom: 10px;
    text-align: center;
  }
}
#main-footer .ft-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 34px;
  width: calc(100% - 400px);
  max-width: 655px;
}
@media screen and (max-width: 1200px) {
  #main-footer .ft-nav {
    padding-left: 3%;
    width: 66.66%;
  }
}
@media screen and (max-width: 834px) {
  #main-footer .ft-nav {
    margin-top: 25px;
    width: 100%;
    max-width: 100%;
  }
}
#main-footer .ft-nav__item {
  width: 25%;
}
@media screen and (max-width: 834px) {
  #main-footer .ft-nav__item {
    width: 50%;
  }
}
#main-footer .ft-nav .ft-nav__list > li {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  #main-footer .ft-nav .ft-nav__list > li {
    margin-left: 0;
  }
}
#main-footer .ft-nav .ft-nav__list > li:first-child {
  margin-left: 0;
}
#main-footer .ft-nav .ft-nav__list > li > a {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
#main-footer .ft-nav .ft-nav__list a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#main-footer .ft-nav .ft-nav__list a:hover {
  color: #46b28b;
}
#main-footer .ft-nav .ft-subNav {
  margin-top: 20px;
}
#main-footer .ft-nav .ft-subNav li {
  margin-bottom: 12px;
  color: #8d9393;
  font-size: 13px;
  font-size: 1.3rem;
}
#main-footer .copyright {
  padding: 105px 0 88px;
  color: #aaa;
  font-size: 12px;
  font-size: 1.2rem;
  background: #fff;
}
@media screen and (max-width: 834px) {
  #main-footer .copyright {
    padding: 20px 0;
  }
}
#main-footer .img-flow-ft {
  position: absolute;
  right: -85px;
  top: -38px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1200px) {
  #main-footer .img-flow-ft {
    right: -7%;
    top: -10vw;
    width: 28.33vw;
  }
}
@media screen and (max-width: 640px) {
  #main-footer .img-flow-ft {
    top: -22vw;
    width: 35vw;
  }
}

/* ====================================================
下層　ページタイトル
==================================================== */
.patettl-wrap {
  position: relative;
  padding: 70px 0;
}
@media screen and (max-width: 834px) {
  .patettl-wrap {
    padding: 40px 0;
  }
}
.patettl-wrap .ttl-page .cap {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .patettl-wrap .ttl-page .cap {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.patettl-wrap .ttl-page .jp {
  display: block;
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 834px) {
  .patettl-wrap .ttl-page .jp {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .patettl-wrap .ttl-page .jp {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.patettl-wrap .ttl-page .en {
  display: block;
  margin-top: 18px;
  color: #aaa;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .patettl-wrap .ttl-page .en {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.patettl-wrap .lead-txt {
  font-size: 20px;
  font-size: 2rem;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .patettl-wrap .lead-txt {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.img-flow01 {
  position: absolute;
  top: 328px;
  left: -72px;
  width: 368px;
}
@media screen and (max-width: 1200px) {
  .img-flow01 {
    top: 27.33vw;
    left: -6vw;
    width: 30.66vw;
  }
}
@media screen and (max-width: 834px) {
  .img-flow01 {
    width: 44.12vw;
    max-width: 368px;
  }
}

.img-flow02 {
  position: absolute;
  right: calc((100vw - 1500px) / 2 + 38px);
  top: 195px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1500px) {
  .img-flow02 {
    top: 13vw;
    right: 2.533vw;
  }
}
@media screen and (max-width: 834px) {
  .img-flow02 {
    width: 40vw;
  }
}
@media screen and (max-width: 640px) {
  .img-flow02 {
    right: -10vw;
  }
}

.bg-gray {
  background: url(../img/common/bg-gray.jpg) repeat center top;
  background-size: 100% auto;
}

/* ====================================================
Animation
==================================================== */
.ellipse01 {
  -webkit-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
  -webkit-transform: rotate(80deg);
      -ms-transform: rotate(80deg);
          transform: rotate(80deg);
}

.ellipse02 {
  -webkit-transition-duration: 2.2s;
       -o-transition-duration: 2.2s;
          transition-duration: 2.2s;
  -webkit-transform: rotate(-60deg);
      -ms-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.ellipse03 {
  -webkit-transition-duration: 1.8s;
       -o-transition-duration: 1.8s;
          transition-duration: 1.8s;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}

.ellipse04 {
  -webkit-transition-duration: 2.1s;
       -o-transition-duration: 2.1s;
          transition-duration: 2.1s;
  -webkit-transform: rotate(-80deg);
      -ms-transform: rotate(-80deg);
          transform: rotate(-80deg);
}

.ellipse05 {
  -webkit-transition-duration: 1.9s;
       -o-transition-duration: 1.9s;
          transition-duration: 1.9s;
  -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
          transform: rotate(50deg);
}

.ellipse01,
.ellipse02,
.ellipse03,
.ellipse04,
.ellipse05 {
  opacity: 0;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0, 1);
          transition-timing-function: cubic-bezier(0, 0, 0, 1);
}

.ellipse01.-in,
.ellipse02.-in,
.ellipse03.-in,
.ellipse04.-in,
.ellipse05.-in {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fluffy {
  opacity: 0;
  -webkit-animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 3s infinite ease-in-out 0.8s alternate;
  display: inline-block;
  -webkit-transition: 1.5s ease-in-out;
  -o-transition: 1.5s ease-in-out;
  transition: 1.5s ease-in-out;
}
.fluffy.-in {
  opacity: 1;
}
.fluffy.__02 {
  -webkit-animation: fuwafuwa 4s infinite ease-in-out 0.8s alternate;
          animation: fuwafuwa 4s infinite ease-in-out 0.8s alternate;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}

@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0) rotate(-7deg);
            transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    -webkit-transform: translate(0, -7px) rotate(0deg);
            transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(7deg);
            transform: translate(0, 0) rotate(7deg);
  }
}
.u-swipe {
  opacity: 0;
  -webkit-transition: opacity linear 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: opacity linear 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -o-transition: opacity linear 0.25s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: opacity linear 0.25s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: opacity linear 0.25s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  /* Speed
  ----------------------------------------------------------------- */
  /* Delay
  ----------------------------------------------------------------- */
}

.u-swipe.-bottom30 {
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
      transform: translate(0, 30px);
}

.u-swipe.-top5 {
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
      transform: translate(0, -5px);
}

.u-swipe.-top30 {
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
      transform: translate(0, -30px);
}

.u-swipe.-visible {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
      transform: translate(0, 0) !important;
}

.u-swipe.-slow {
  -webkit-transition: opacity linear 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: opacity linear 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  -o-transition: opacity linear 0.25s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: opacity linear 0.25s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transition: opacity linear 0.25s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}

.u-swipe.-superslow {
  -webkit-transition: opacity linear 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
  transition: opacity linear 0.25s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
  -o-transition: opacity linear 0.25s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
  transition: opacity linear 0.25s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
  transition: opacity linear 0.25s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.85s;
}

.u-swipe.-ultraslow {
  -webkit-transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity linear 0.4s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: opacity linear 0.4s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity linear 0.4s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: opacity linear 0.4s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.u-swipe.-delay01 {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
     transition-delay: 0.1s !important;
}

.u-swipe.-delay02 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
     transition-delay: 0.2s !important;
}

.u-swipe.-delay03 {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
     transition-delay: 0.3s !important;
}

.u-swipe.-delay04 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
     transition-delay: 0.4s !important;
}

.u-swipe.-delay05 {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
     transition-delay: 0.5s !important;
}

.u-swipe.-delay06 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
     transition-delay: 0.6s !important;
}

.u-swipe.-delay07 {
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
     transition-delay: 0.7s !important;
}

.u-swipe.-delay08 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
     transition-delay: 0.8s !important;
}

.u-swipe.-delay09 {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
     transition-delay: 0.9s !important;
}

.u-swipe.-delay10 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
     transition-delay: 1s !important;
}

.u-swipe.-delay11 {
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
     transition-delay: 1.1s !important;
}

.u-swipe.-delay12 {
  -webkit-transition-delay: 1.2s !important;
  -o-transition-delay: 1.2s !important;
     transition-delay: 1.2s !important;
}

.u-swipe.-delay13 {
  -webkit-transition-delay: 1.3s !important;
  -o-transition-delay: 1.3s !important;
     transition-delay: 1.3s !important;
}

.u-swipe.-delay14 {
  -webkit-transition-delay: 1.4s !important;
  -o-transition-delay: 1.4s !important;
     transition-delay: 1.4s !important;
}

.u-swipe.-delay15 {
  -webkit-transition-delay: 1.5s !important;
  -o-transition-delay: 1.5s !important;
     transition-delay: 1.5s !important;
}

.u-swipe.-delay16 {
  -webkit-transition-delay: 1.6s !important;
  -o-transition-delay: 1.6s !important;
     transition-delay: 1.6s !important;
}

.u-swipe.-delay17 {
  -webkit-transition-delay: 1.7s !important;
  -o-transition-delay: 1.7s !important;
     transition-delay: 1.7s !important;
}

.u-swipe.-delay18 {
  -webkit-transition-delay: 1.8s !important;
  -o-transition-delay: 1.8s !important;
     transition-delay: 1.8s !important;
}

.u-swipe.-delay19 {
  -webkit-transition-delay: 1.9s !important;
  -o-transition-delay: 1.9s !important;
     transition-delay: 1.9s !important;
}

.u-swipe.-delay20 {
  -webkit-transition-delay: 2s !important;
  -o-transition-delay: 2s !important;
     transition-delay: 2s !important;
}

/* ====================================================
content style
==================================================== */
@media screen and (min-width: 1025px) {
  .page-index.wrapper {
    padding-top: 0 !important;
  }
}
.page-index .mv {
  position: relative;
}
@media screen and (max-width: 834px) {
  .page-index .mv {
    height: 95vw;
    max-height: 710px;
    min-height: 350px;
  }
}
@media screen and (max-width: 640px) {
  .page-index .mv {
    height: calc(75.9vw + 125px);
  }
}
.page-index .mv-wrap {
  position: relative;
}
.page-index .mv-wrap .mv-ttl-block-wrap {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 835px) {
  .page-index .mv-wrap .mv-ttl-block-wrap {
    right: 0;
    margin: 0 auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 834px) {
  .page-index .mv-wrap .mv-ttl-block-wrap {
    bottom: 0;
  }
}
.page-index .mv-wrap .mv-ttl-block .ttl {
  display: inline-block;
  letter-spacing: 0.1em;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#00a0e2), to(#8ec31f));
  background: -o-linear-gradient(left, #00a0e2 0%, #8ec31f 100%);
  background: linear-gradient(to right, #00a0e2 0%, #8ec31f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00a0e2", endColorstr="#8ec31f",GradientType=1 );
  -webkit-background-clip: text;
}
.page-index .mv-wrap .mv-ttl-block .cap {
  display: block;
  margin: 5px 0 25px;
  color: #aaa;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 640px) {
  .page-index .mv-wrap .mv-ttl-block .cap {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.page-index .mv-wrap .mv-ttl-block .desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .page-index .mv-wrap .mv-ttl-block .desc {
    max-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-index .mv-wrap .ellipse01 {
  position: absolute;
  bottom: 236px;
  left: -90px;
  width: 367px;
}
@media screen and (max-width: 1200px) {
  .page-index .mv-wrap .ellipse01 {
    bottom: 19.66vw;
    left: -0.75vw;
    width: 30.58vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .mv-wrap .ellipse01 {
    bottom: 27.66vw;
    width: 35vw;
    max-width: 367px;
  }
}
@media screen and (max-width: 640px) {
  .page-index .mv-wrap .ellipse01 {
    bottom: 130px;
    width: 250px;
  }
}
.page-index .p-home-visual {
  position: relative;
}
.page-index .p-home-visual__img {
  margin-top: -45px;
  margin-left: auto;
  width: 55%;
}
@media screen and (min-width: 1671px) {
  .page-index .p-home-visual__img {
    margin-top: -2.8vw;
    margin-bottom: -2.8vw;
  }
}
@media screen and (max-width: 1200px) {
  .page-index .p-home-visual__img {
    margin-top: -3.4vw;
    width: 75%;
  }
}
@media screen and (max-width: 834px) {
  .page-index .p-home-visual__img {
    margin-top: -4.3vw;
    width: 95%;
  }
}
.page-index .p-home-visual__img clippath {
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
      transform: skewY(-5deg);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
}
.page-index .p-home-visual__img.-visible clippath {
  -webkit-transform: skewY(0);
  -ms-transform: skewY(0);
      transform: skewY(0);
}
.page-index .p-home-visual__clipped-image.-pc image {
  -webkit-clip-path: url(#clip-main-visual-pc);
  clip-path: url(#clip-main-visual-pc);
}
.page-index .swiper-container02,
.page-index .swiper-container03 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 990px) {
  .page-index .swiper-container02,
.page-index .swiper-container03 {
    margin: 0 -6%;
    width: 112%;
  }
}
@media screen and (max-width: 640px) {
  .page-index .swiper-container02,
.page-index .swiper-container03 {
    overflow: visible;
    margin: 0;
    width: 100%;
  }
}
.page-index .swiper-container02 .swiper-pager,
.page-index .swiper-container03 .swiper-pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 38%;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .page-index .swiper-container02 .swiper-pager,
.page-index .swiper-container03 .swiper-pager {
    width: 56%;
  }
}
@media screen and (max-width: 640px) {
  .page-index .swiper-container02 .swiper-pager,
.page-index .swiper-container03 .swiper-pager {
    width: 110%;
  }
}
.page-index .swiper-container02 .swiper-button-prev,
.page-index .swiper-container02 .swiper-button-next,
.page-index .swiper-container03 .swiper-button-prev,
.page-index .swiper-container03 .swiper-button-next {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .page-index .swiper-container02 .swiper-button-prev,
.page-index .swiper-container02 .swiper-button-next,
.page-index .swiper-container03 .swiper-button-prev,
.page-index .swiper-container03 .swiper-button-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.page-index .news-block {
  position: relative;
  top: -138px;
  margin-bottom: -138px;
}
@media screen and (max-width: 1200px) {
  .page-index .news-block {
    top: -11.5vw;
    margin-bottom: -11.5vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .news-block {
    top: 0;
    margin-top: 8vw;
    margin-bottom: 0;
  }
}
.page-index .news-block .swiper-container {
  position: relative;
  margin-right: 0;
}
@media screen and (max-width: 990px) {
  .page-index .news-block .swiper-container {
    margin: 0 -6%;
    width: 112%;
  }
}
@media screen and (max-width: 640px) {
  .page-index .news-block .swiper-container {
    overflow: visible;
    margin: 0;
    width: 100%;
  }
}
.page-index .news-block .swiper-container .swiper-pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 36%;
  margin-top: -17px;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .page-index .news-block .swiper-container .swiper-pager {
    width: 53%;
  }
}
@media screen and (max-width: 640px) {
  .page-index .news-block .swiper-container .swiper-pager {
    width: 110%;
  }
}
.page-index .news-block .swiper-container .swiper-button-prev,
.page-index .news-block .swiper-container .swiper-button-next {
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 640px) {
  .page-index .news-block .swiper-container .swiper-button-prev,
.page-index .news-block .swiper-container .swiper-button-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.page-index .news-block .news-list {
  margin-bottom: 20px;
}
.page-index .news-block .news-list__item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.page-index .news-block .news-list__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e7edef;
}
.page-index .news-block .news-list__item a {
  display: block;
  padding: 20px 9.63% 30px;
}
@media screen and (max-width: 640px) {
  .page-index .news-block .news-list__item a {
    padding: 15px 4%;
  }
}
.page-index .news-block .news-list__item .date {
  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;
}
.page-index .news-block .news-list__item .date .info-date {
  color: #686868;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.page-index .news-block .news-list__item .date .info-tag {
  display: inline-block;
  margin-left: 10px;
  padding: 0 13px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 26px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .page-index .news-block .news-list__item .date .info-tag {
    padding-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}
.page-index .news-block .news-list__item .date .info-tag.__bl {
  background: #00a6e6;
}
.page-index .news-block .news-list__item .date .info-tag.__gr {
  background: #90c31f;
}
.page-index .news-block .news-list__item .info-ttl {
  margin: 5px 0 10px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .page-index .news-block .news-list__item .info-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-index .news-block .news-list__item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.856em;
}
.page-index .news-block .pager {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 20px;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .page-index .news-block .pager {
    padding-right: 5%;
  }
}
.page-index .sec-about {
  position: relative;
  top: -170px;
  margin-bottom: -170px;
  padding-top: 270px;
  padding-bottom: 210px;
}
@media screen and (max-width: 1200px) {
  .page-index .sec-about {
    top: -10.12vw;
    padding-top: 16.07vw;
    padding-bottom: 17.5vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-about {
    top: 0;
    padding-top: 8vw;
    padding-bottom: 10vw;
    margin-bottom: 0;
  }
}
.page-index .sec-about .ellipse01,
.page-index .sec-about .ellipse02,
.page-index .sec-about .circle01,
.page-index .sec-about .circle02 {
  position: absolute;
}
.page-index .sec-about .ellipse01 {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 106.9vw;
  max-width: 1796px;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .ellipse01 {
    top: 30%;
  }
}
.page-index .sec-about .ellipse02 {
  right: -20px;
  top: 208px;
  width: 30.83vw;
  max-width: 518px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .ellipse02 {
    top: 3vw;
    width: 42vw;
  }
}
.page-index .sec-about .circle01 {
  right: 5.35vw;
  bottom: -70px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .circle01 {
    bottom: -4vw;
    width: 30vw;
  }
}
.page-index .sec-about .img-sec {
  position: relative;
  width: 41.7825vw;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .img-sec {
    width: 85%;
    max-width: 600px;
    z-index: 0;
  }
}
.page-index .sec-about .img-sec .img {
  position: relative;
}
.page-index .sec-about .img-sec .circle02 {
  left: 35px;
  bottom: -60px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .img-sec .circle02 {
    left: 7%;
    bottom: -6vw;
    width: 25vw;
  }
}
.page-index .sec-about .inner {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .inner {
    position: static;
    margin-top: 20px;
    width: 100%;
  }
}
.page-index .sec-about .c-ttl02 {
  margin-left: 31%;
}
@media screen and (max-width: 1200px) {
  .page-index .sec-about .c-ttl02 {
    margin-left: 40%;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .c-ttl02 {
    margin-left: 0;
  }
}
.page-index .sec-about .desc-block {
  margin-top: 30px;
  margin-left: 49.16%;
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .desc-block {
    margin-left: 0;
  }
}
.page-index .sec-about .desc-block .ttl {
  margin: 10px 0 45px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .desc-block .ttl {
    margin: 10px 0 20px;
  }
}
.page-index .sec-about .desc-block .c-txt02 {
  margin: 40px 0 35px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-about .desc-block .c-txt02 {
    margin: 20px 0 30px;
  }
}
.page-index .bg-wrap {
  position: relative;
}
.page-index .bg-wrap > .ellipse01 {
  position: absolute;
  left: -14.7vw;
  top: 787px;
  width: 129.5vw;
  max-width: 2175px;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap > .ellipse01 {
    left: -5vw;
    top: 58%;
  }
}
.page-index .bg-wrap > .ellipse02 {
  position: absolute;
  left: -165px;
  top: 863px;
  width: 30.83vw;
  max-width: 518px;
}
@media screen and (max-width: 1200px) {
  .page-index .bg-wrap > .ellipse02 {
    top: 65vw;
    left: -13.75%;
    width: 42vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap > .ellipse02 {
    top: 57%;
    width: 48vw;
  }
}
.page-index .sec-business {
  position: relative;
  padding-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .page-index .sec-business {
    padding-bottom: 9.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-business {
    padding-bottom: 12vw;
  }
}
.page-index .sec-business .inner {
  position: relative;
}
.page-index .sec-business .ellipse01 {
  position: absolute;
  top: 128px;
  left: 38.69%;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1260px;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 834px) {
  .page-index .sec-business .ellipse01 {
    top: 10vw;
    left: 15%;
  }
}
.page-index .sec-business .txt-cap {
  margin-top: 25px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-business .txt-cap {
    margin-top: 15px;
  }
}
.page-index .sec-business .desc-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 100px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-business .desc-block {
    margin-bottom: 40px;
  }
}
.page-index .sec-business .desc-block .c-txt02 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .page-index .sec-business .desc-block .c-txt02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-index .sec-business .desc-block .clm {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-index .sec-business .desc-block .clm {
    width: 100%;
  }
  .page-index .sec-business .desc-block .clm:first-child {
    margin-bottom: 20px;
  }
}
.page-index .sec-business .business-block {
  margin-bottom: 65px;
}
@media screen and (max-width: 640px) {
  .page-index .sec-business .business-block {
    margin-bottom: 40px;
  }
}
.page-index .sec-business .business-block .img-link {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 835px) {
  .page-index .sec-business .business-block .img-link:hover .img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-index .sec-business .business-block .img-link:hover .img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.page-index .sec-business .business-block .txt {
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 2;
}
@media screen and (min-width: 835px) {
  .page-index .sec-business .business-block .txt:hover + .img-link .img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-index .sec-business .business-block .txt:hover + .img-link .img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.page-index .sec-business .business-block .txt .jp {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .page-index .sec-business .business-block .txt .jp {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .page-index .sec-business .business-block .txt .jp {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.page-index .sec-business .business-block .txt .en {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  .page-index .sec-business .business-block .txt .en {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.page-index .sec-business .business-block .txt p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.page-index .sec-business .business-block .img {
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.6);
}
.page-index .sec-business .business-block .img > img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.page-index .sec-business .business-block .clm {
  position: relative;
}
@media screen and (max-width: 834px) {
  .page-index .sec-business .business-block .clm:first-child {
    margin-bottom: 30px;
  }
}
.page-index .sec-business .business-block .clm:first-child .txt {
  top: -49px;
  right: -15px;
  width: 249px;
  height: 194px;
}
@media screen and (max-width: 1024px) {
  .page-index .sec-business .business-block .clm:first-child .txt {
    top: -40px;
    width: 200px;
    height: 155px;
  }
}
@media screen and (max-width: 640px) {
  .page-index .sec-business .business-block .clm:first-child .txt {
    top: -29px;
    width: 150px;
    height: 117px;
  }
}
.page-index .sec-business .business-block .clm:last-child .txt {
  bottom: -45px;
  right: -10px;
  width: 260px;
  height: 170px;
}
@media screen and (max-width: 1024px) {
  .page-index .sec-business .business-block .clm:last-child .txt {
    bottom: -36px;
    width: 208px;
    height: 136px;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-business .business-block .clm:last-child .txt {
    right: auto;
    left: -15px;
  }
}
@media screen and (max-width: 640px) {
  .page-index .sec-business .business-block .clm:last-child .txt {
    bottom: -22px;
    width: 156px;
    height: 102px;
  }
}
.page-index .bnr-block .bnr-link {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 13.3% 20px 6.66%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 834px) {
  .page-index .bnr-block .bnr-link {
    padding: 20px 10%;
  }
}
.page-index .bnr-block .bnr-link:after {
  position: absolute;
  right: 4.5833%;
  color: #41b088;
  font-size: 40px;
  font-size: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-index .bnr-block .bnr-link:after {
    display: none;
    font-size: 30px;
    font-size: 3rem;
  }
}
.page-index .bnr-block .bnr-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e7edef;
}
.page-index .bnr-block .bnr-link img {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .page-index .bnr-block .bnr-link img {
    display: block;
    margin: 0 auto 20px;
    width: 70%;
    max-width: 290px;
  }
}
.page-index .bnr-block .bnr-link .txt {
  width: 67.3%;
}
@media screen and (max-width: 834px) {
  .page-index .bnr-block .bnr-link .txt {
    width: 100%;
  }
}
.page-index .bnr-block .bnr-link .txt .cap {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.page-index .bnr-block .bnr-link .txt .ttl {
  margin: 10px 0 15px;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 640px) {
  .page-index .bnr-block .bnr-link .txt .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.page-index .sec-service {
  position: relative;
  padding-bottom: 25px;
}
.page-index .sec-service .ttl-sec {
  position: relative;
  margin-bottom: 85px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .ttl-sec {
    margin-bottom: 35px;
  }
}
.page-index .sec-service .ttl-sec .cap {
  margin-top: -15px;
  color: #000033;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 1200px) {
  .page-index .sec-service .ttl-sec .cap {
    font-size: max(16px, 2.83vw);
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .ttl-sec .cap {
    margin-top: -5px;
  }
}
.page-index .sec-service .icn-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-index .sec-service .icn-list li {
  margin-bottom: 15px;
  width: 24.16%;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .icn-list li {
    width: 49%;
  }
}
.page-index .sec-service .icn-list li a {
  display: block;
  padding: 45px 5px 40px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1200px) {
  .page-index .sec-service .icn-list li a {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .icn-list li a {
    padding: 25px 5px 20px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.page-index .sec-service .icn-list li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e7edef;
}
.page-index .sec-service .icn-list li a img {
  width: 32.75%;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .icn-list li a img {
    width: 38%;
  }
}
.page-index .sec-service .icn-list li a i {
  margin-left: 8px;
  color: #41b088;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .page-index .sec-service .icn-list li a i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-index .sec-service .icn-list li p {
  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: 25px;
}
@media screen and (max-width: 834px) {
  .page-index .sec-service .icn-list li p {
    margin-top: 15px;
  }
}
.page-index .c-btn02 {
  max-width: 280px;
}
.page-index .txt-cap {
  color: #41b088;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-index .serviceCont-block .pager,
.page-index .sec-column .pager {
  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;
  margin-top: 20px;
  padding-right: 20px;
  max-width: 1200px;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block .pager,
.page-index .sec-column .pager {
    padding-right: 5%;
  }
}
.page-index .serviceCont-block {
  position: relative;
}
.page-index .serviceCont-block.block01 .inner {
  position: relative;
  padding-top: 170px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .page-index .serviceCont-block.block01 .inner {
    padding-top: 14.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block01 .inner {
    margin-top: 20px;
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-index .serviceCont-block.block01 .inner {
    padding-bottom: 0;
  }
}
.page-index .serviceCont-block.block01 .ellipse01 {
  position: absolute;
  right: -20px;
  top: 0;
  width: 650px;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 1200px) {
  .page-index .serviceCont-block.block01 .ellipse01 {
    right: -1.66%;
    width: 54.166%;
  }
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block01 .ellipse01 {
    top: 5%;
    right: auto;
    left: -5%;
    width: 76%;
    max-width: 650px;
  }
}
@media screen and (max-width: 640px) {
  .page-index .serviceCont-block.block01 .ellipse01 {
    top: 15%;
    width: 420px;
  }
}
.page-index .serviceCont-block.block01 .circle01 {
  position: absolute;
  left: 56px;
  bottom: 20px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block01 .circle01 {
    left: -2%;
    bottom: -5vw;
    width: 40vw;
  }
}
@media screen and (max-width: 640px) {
  .page-index .serviceCont-block.block01 .circle01 {
    bottom: -10px;
  }
}
.page-index .serviceCont-block.block01 .cont-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block01 .cont-block {
    margin-bottom: 30px;
  }
}
.page-index .serviceCont-block.block01 .cont-block .desc-block {
  width: 46.666%;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block01 .cont-block .desc-block {
    width: 100%;
  }
}
.page-index .serviceCont-block.block01 .cont-block .desc-block .ttl {
  margin: 10px 0 20px;
}
.page-index .serviceCont-block.block01 .cont-block .btn-block {
  width: 53.166%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block01 .cont-block .btn-block {
    width: 100%;
  }
}
.page-index .serviceCont-block.block01 .cont-block .btn-block .c-ttl03 {
  margin-bottom: 30px;
  line-height: 1.9;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block01 .cont-block .btn-block .c-ttl03 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.page-index .serviceCont-block.block02 .inner {
  position: relative;
}
.page-index .serviceCont-block.block02 .ellipse01 {
  position: absolute;
  right: -44px;
  top: 0;
  width: 32.25%;
}
@media screen and (max-width: 1500px) {
  .page-index .serviceCont-block.block02 .ellipse01 {
    right: -2.933%;
  }
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block02 .ellipse01 {
    right: -5vw;
    width: 40%;
    max-width: 387px;
  }
}
.page-index .serviceCont-block.block02 .ellipse02 {
  position: absolute;
  left: -110px;
  top: 35px;
  width: 57.5%;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 1500px) {
  .page-index .serviceCont-block.block02 .ellipse02 {
    left: -9.16%;
    top: 2.33vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block02 .ellipse02 {
    top: -3vw;
    left: 5%;
    margin: 0 -5%;
    width: 110vw;
  }
}
.page-index .serviceCont-block.block02 .cont-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 74px;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block02 .cont-block {
    padding-top: 35px;
  }
}
.page-index .serviceCont-block.block02 .cont-block .desc-block {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block02 .cont-block .desc-block {
    width: 100%;
  }
}
.page-index .serviceCont-block.block02 .cont-block .desc-block .ttl {
  margin: 10px 0 15px;
}
.page-index .serviceCont-block.block02 .cont-block .desc-block .c-txt02 {
  margin: 45px 0 35px;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block02 .cont-block .desc-block .c-txt02 {
    margin: 20px 0;
  }
}
.page-index .serviceCont-block.block02 .cont-block .img {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-index .serviceCont-block.block02 .cont-block .img {
    margin: 30px -3% 0;
    text-align: center;
    width: 106%;
  }
  .page-index .serviceCont-block.block02 .cont-block .img .img-cont {
    position: relative;
    width: 95%;
  }
}
.page-index .bg-wrap02 {
  position: relative;
  padding: 0 0 8px;
}
@media screen and (max-width: 1024px) {
  .page-index .bg-wrap02 {
    padding-bottom: 40px;
  }
}
.page-index .bg-wrap02 > .ellipse01 {
  position: absolute;
  left: -140px;
  top: 148px;
  width: 58.75vw;
  max-width: 987px;
}
@media screen and (max-width: 1200px) {
  .page-index .bg-wrap02 > .ellipse01 {
    left: -5vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 > .ellipse01 {
    top: 27vw;
    width: 70vw;
  }
}
@media screen and (max-width: 640px) {
  .page-index .bg-wrap02 > .ellipse01 {
    left: -5vw;
    top: 23%;
    width: 90vw;
  }
}
.page-index .bg-wrap02 .circle01 {
  position: absolute;
  right: -85px;
  bottom: -210px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1200px) {
  .page-index .bg-wrap02 .circle01 {
    right: -7%;
    bottom: -17.5vw;
    width: 28.33vw;
  }
}
@media screen and (max-width: 640px) {
  .page-index .bg-wrap02 .circle01 {
    bottom: -12vw;
    width: 35vw;
  }
}
.page-index .bg-wrap02 .sec-column {
  margin-top: 114px;
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 .sec-column {
    margin-top: 50px;
  }
}
.page-index .bg-wrap02 .sec-column .ttl-sec {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 .sec-column .ttl-sec {
    text-align: left;
  }
}
.page-index .bg-wrap02 .sec-column .ttl-sec .c-btn01 {
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 .sec-column .ttl-sec .c-btn01 {
    bottom: 10px;
  }
}
.page-index .bg-wrap02 .sec-recruit {
  padding: 80px 0 0;
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 .sec-recruit {
    padding: 40px 0 0;
  }
}
.page-index .bg-wrap02 .sec-recruit .c-ttl02 {
  position: absolute;
  top: 0;
  left: 35%;
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 .sec-recruit .c-ttl02 {
    position: static;
  }
}
.page-index .bg-wrap02 .sec-recruit .cont-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .page-index .bg-wrap02 .sec-recruit .cont-block {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 .sec-recruit .cont-block {
    padding-top: 0;
  }
}
.page-index .bg-wrap02 .sec-recruit .cont-block .desc-block {
  position: relative;
  margin-top: -40px;
  width: 50%;
}
@media screen and (max-width: 1500px) {
  .page-index .bg-wrap02 .sec-recruit .cont-block .desc-block {
    margin-top: -4.5vw;
  }
}
@media screen and (max-width: 990px) {
  .page-index .bg-wrap02 .sec-recruit .cont-block .desc-block {
    margin-top: 0;
  }
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 .sec-recruit .cont-block .desc-block {
    width: 100%;
  }
}
.page-index .bg-wrap02 .sec-recruit .cont-block .desc-block .ttl {
  margin: 10px 0 15px;
}
.page-index .bg-wrap02 .sec-recruit .cont-block .desc-block .c-txt02 {
  margin: 30px 0 25px;
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 .sec-recruit .cont-block .desc-block .c-txt02 {
    margin: 20px 0;
  }
}
.page-index .bg-wrap02 .sec-recruit .cont-block .img {
  position: relative;
  width: 46.25%;
}
@media screen and (max-width: 834px) {
  .page-index .bg-wrap02 .sec-recruit .cont-block .img {
    width: 100%;
    text-align: center;
  }
}
.page-index .bg-wrap02 .sec-recruit .cont-block .img .img-cont {
  position: relative;
}
.page-index .bg-wrap02 .sec-recruit .cont-block .img .ellipse02 {
  position: absolute;
  left: -34px;
  bottom: 0;
  width: 65.76%;
}
@media screen and (max-width: 1200px) {
  .page-index .bg-wrap02 .sec-recruit .cont-block .img .ellipse02 {
    left: -2.83vw;
  }
}
.shop-list__item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
  border-radius: 10px;
}
.shop-list__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e7edef;
}
.shop-list__item a {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
@media screen and (min-width: 835px) {
  .shop-list__item a:hover .img {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.shop-list__item .img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.shop-list__item .img {
  position: relative;
  padding-top: 65.714%;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.shop-list__item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.shop-list__item .txt-box {
  position: relative;
  padding: 30px 7.14% 20px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.28;
}
.shop-list__item .txt-box .name {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 6px 15px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  background: #41b088;
}
@media screen and (max-width: 990px) {
  .shop-list__item .txt-box .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.shop-list__item .txt-box .tel {
  margin: 13px 0;
}
.shop-list__item .txt-box .openhour {
  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;
}
.shop-list__item .txt-box .openhour .head {
  display: block;
  width: 70px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.shop-list__item .txt-box .openhour .cont {
  width: calc(100% - 70px);
}
.shop-list__item .txt-box .small {
  font-size: 12px;
  font-size: 1.2rem;
}
.shop-list__item .date {
  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;
}
.shop-list__item .date .info-date {
  color: #686868;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.shop-list__item .date .info-tag {
  display: inline-block;
  margin-left: 10px;
  padding: 3px 13px 0;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 26px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .shop-list__item .date .info-tag {
    padding-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}
.shop-list__item .date .info-tag.__bl {
  background: #00a6e6;
}
.shop-list__item .date .info-tag.__gr {
  background: #90c31f;
}
.shop-list__item .date .info-tag.__dgr {
  background: #41b088;
}
.shop-list__item .info-ttl {
  margin: 10px 0;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .shop-list__item .info-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.swiper-button-prev, .swiper-button-next {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background: #46b28b;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 835px) {
  .swiper-button-prev, .swiper-button-next {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 0.7;
  }
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .swiper-button-prev, .swiper-button-next {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #46b28b;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
  }
}
.swiper-button-prev:before {
  content: "arrow-l";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f060";
}
.swiper-button-next {
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .swiper-button-next {
    margin-left: 10px;
  }
}
.swiper-button-next:before {
  content: "arrow-r";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
}

:root {
  --swiper-navigation-size: auto;
}

#fontplus-trial-banner {
  display: none;
}

/* ====================================================
ABOUT US
==================================================== */
.page-about .main-mv {
  background: url(../img/about/img-map.png) no-repeat center top;
  background-size: 2268px auto;
}
@media screen and (max-width: 834px) {
  .page-about .main-mv {
    padding-bottom: 30px;
    background: none;
    background: url(../img/about/img-map_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
}
.page-about .main-mv .lead-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 105px 0 118px;
}
@media screen and (max-width: 834px) {
  .page-about .main-mv .lead-block {
    padding: 60px 0 0;
  }
}
.page-about .main-mv .lead-block .logo {
  margin-left: 25px;
  width: 85px;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .page-about .main-mv .lead-block .logo {
    margin-left: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.page-about .main-mv .lead-block .logo img {
  width: 65px;
}
.page-about .main-mv .lead-block .logo .ttl-logo {
  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-top: 20px;
  font-size: 60px;
  font-size: 6rem;
}
@media screen and (max-width: 834px) {
  .page-about .main-mv .lead-block .logo .ttl-logo {
    display: block;
    font-size: 7.19vw;
  }
}
@media screen and (max-width: 834px) {
  .page-about .main-mv .lead-block .logo .ttl-logo {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.page-about .main-mv .lead-block .logo .ttl-logo .small {
  font-size: 28.33%;
}
@media screen and (max-width: 834px) {
  .page-about .main-mv .lead-block .logo .ttl-logo .small {
    margin-top: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-about .main-mv .lead-block .logo .ttl-logo span {
  display: block;
}
.page-about .main-mv .lead-block .desc-block {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-about .main-mv .lead-block .desc-block {
    width: 100%;
  }
}
.page-about .main-mv .lead-block .desc-block .ttl-sub {
  margin: 40px 0 20px;
}
@media screen and (max-width: 834px) {
  .page-about .main-mv .lead-block .desc-block .ttl-sub {
    margin: 20px 0;
  }
}
.page-about .main-mv .pager {
  margin-top: 20px;
}
.page-about .sec-about01 {
  position: relative;
  padding: 134px 0 78px;
  background: url(../img/common/bg-sec.jpg) repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 834px) {
  .page-about .sec-about01 {
    padding: 50px 0 25px;
  }
}
.page-about .sec-about01 .img-flow03 {
  position: absolute;
  top: 74px;
  right: -80px;
  width: 387px;
}
@media screen and (max-width: 1200px) {
  .page-about .sec-about01 .img-flow03 {
    top: 6.16vw;
    right: -6.66vw;
    width: 32.25vw;
  }
}
@media screen and (max-width: 834px) {
  .page-about .sec-about01 .img-flow03 {
    width: 46.4vw;
    max-width: 387px;
  }
}
.page-about .sec-about01 .img-flow04 {
  position: absolute;
  left: -95px;
  bottom: -79px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1200px) {
  .page-about .sec-about01 .img-flow04 {
    bottom: -6.5vw;
    left: -7.916vw;
  }
}
@media screen and (max-width: 834px) {
  .page-about .sec-about01 .img-flow04 {
    bottom: -10vw;
    width: 40vw;
  }
}
.page-about .sec-about01 .lead-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.page-about .sec-about01 .lead-block .ttl-sec {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-about .sec-about01 .lead-block .ttl-sec {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page-about .sec-about01 .lead-block .desc-box {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-about .sec-about01 .lead-block .desc-box {
    width: 100%;
  }
}
.page-about .sec-about01 .lead-block .desc-box .ttl-sub {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .page-about .sec-about01 .lead-block .desc-box .ttl-sub {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .page-about .sec-about01 .img-block {
    margin: 0 auto 30px;
    width: 90%;
    max-width: 500px;
  }
}
.page-about .list-manage li {
  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: 20px 0;
}
.page-about .list-manage li .no {
  width: 65px;
}
.page-about .list-manage li .desc {
  width: calc(100% - 75px);
}
.page-about .list-manage li .desc .ttl {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.3;
}
.page-about .list-manage li .desc .ttl .small {
  display: block;
  margin: 5px 0 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.page-about .list-manage li .desc .txt {
  margin-left: -75px;
  width: calc(100% + 75px);
}
.page-about .sec-about02 {
  position: relative;
  padding: 134px 0 90px;
}
@media screen and (max-width: 834px) {
  .page-about .sec-about02 {
    padding: 50px 0;
  }
}
.page-about .sec-about02 .img-flow05 {
  position: absolute;
  top: 0;
  right: 0;
  width: 946px;
}
@media screen and (max-width: 1200px) {
  .page-about .sec-about02 .img-flow05 {
    width: 78.33vw;
  }
}
.page-about .sec-about02 .img-flow06 {
  position: absolute;
  top: 718px;
  left: 0;
  width: 1104px;
}
@media screen and (max-width: 1200px) {
  .page-about .sec-about02 .img-flow06 {
    top: 59.833vw;
    width: 92vw;
  }
}
.page-about .sec-about02 .img-flow07 {
  position: absolute;
  top: 1171px;
  left: -90px;
  width: 518px;
}
@media screen and (max-width: 1200px) {
  .page-about .sec-about02 .img-flow07 {
    top: 97.5833vw;
    left: -7.5vw;
    width: 43.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-about .sec-about02 .img-flow07 {
    top: 100vw;
    width: 62.11vw;
    max-width: 518px;
  }
}
.page-about .sec-about02 .sec-ttl span {
  opacity: 1;
}
.page-about .sec-about02 .desc-box {
  margin: 90px 0 -140px;
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .page-about .sec-about02 .desc-box {
    margin-bottom: -11.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-about .sec-about02 .desc-box {
    margin: 30px 0 0;
    width: 100%;
  }
}
.page-about .sec-about02 .desc-box .ttl-sub {
  margin-bottom: 25px;
}
.page-about .sec-about02 .img {
  text-align: center;
}
.page-about .sec-about02 .img img {
  width: 100%;
  max-width: 1079px;
}
.page-about .sec-about02 .btm-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}
.page-about .sec-about02 .btm-block .clm-L {
  width: 43.33%;
}
@media screen and (min-width: 835px) {
  .page-about .sec-about02 .btm-block .clm-L {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 834px) {
  .page-about .sec-about02 .btm-block .clm-L {
    width: 100%;
  }
}
.page-about .sec-about02 .btm-block .clm-R {
  margin-top: 40px;
  width: 50%;
}
@media screen and (min-width: 835px) {
  .page-about .sec-about02 .btm-block .clm-R {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 834px) {
  .page-about .sec-about02 .btm-block .clm-R {
    margin: 20px 0 0;
    width: 100%;
  }
}
.page-about .sec-about02 .btm-block .clm-R .ttl-sub {
  margin: 30px 0 10px;
}
@media screen and (max-width: 834px) {
  .page-about .sec-about02 .btm-block .clm-R .ttl-sub {
    margin: 20px 0 10px;
  }
}
.page-about .sec-about02 .btm-block .clm-R .img {
  margin-top: 20px;
  margin-left: -20px;
  width: 96.66%;
}
@media screen and (max-width: 834px) {
  .page-about .sec-about02 .btm-block .clm-R .img {
    margin-left: 0;
  }
}
.page-about .sec-about02 .btm-block .img-sp {
  margin-top: 20px;
}
.page-about .sec-about02 .btm-block .img-sp img {
  border-radius: 10px;
}
.page-about .sec-about02 .list-label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.page-about .sec-about02 .list-label 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: 8px;
  height: 38px;
  width: 23.33%;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
  background: #41b088;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .page-about .sec-about02 .list-label li {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 640px) {
  .page-about .sec-about02 .list-label li {
    width: 48%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-about .sec-about02 .list-label li.small {
  font-size: 12.6px;
  letter-spacing: -0.08em;
}
@media screen and (max-width: 640px) {
  .page-about .sec-about02 .list-label li.small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* ====================================================
business
==================================================== */
.page-business .sec-lead {
  position: relative;
  padding: 55px 0 130px;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead {
    padding: 0 0 40px;
  }
}
.page-business .sec-lead .img-flow03 {
  position: absolute;
  top: 272px;
  right: -50px;
  width: 518px;
}
@media screen and (max-width: 1200px) {
  .page-business .sec-lead .img-flow03 {
    top: 22.66vw;
    right: -4.166vw;
    width: 43.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .img-flow03 {
    width: 62.11vw;
    max-width: 518px;
  }
}
@media screen and (max-width: 640px) {
  .page-business .sec-lead .img-flow03 {
    top: 12vw;
  }
}
.page-business .sec-lead .img-flow04 {
  position: absolute;
  top: 1015px;
  left: -198px;
  width: 816px;
}
@media screen and (max-width: 1200px) {
  .page-business .sec-lead .img-flow04 {
    top: 84.5833vw;
    left: -16.5vw;
    width: 68vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .img-flow04 {
    top: 35%;
    width: 97.84vw;
  }
}
@media screen and (max-width: 640px) {
  .page-business .sec-lead .img-flow04 {
    top: 38%;
  }
}
.page-business .sec-lead .lead-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-business .sec-lead .lead-block .clm-L {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .lead-block .clm-L {
    width: 100%;
  }
}
.page-business .sec-lead .lead-block .clm-L .ttl-sub {
  margin: 55px 0 20px;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .lead-block .clm-L .ttl-sub {
    margin: 30px 0 20px;
  }
}
.page-business .sec-lead .lead-block .clm-R {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .lead-block .clm-R {
    width: 100%;
  }
}
.page-business .sec-lead .link-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px auto 0;
  padding: 96px 0 0;
  width: 90%;
  max-width: 1500px;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block {
    margin-top: 45px;
    padding: 0;
  }
}
.page-business .sec-lead .link-block__item {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block__item {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page-business .sec-lead .link-block__item a {
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 835px) {
  .page-business .sec-lead .link-block__item a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-business .sec-lead .link-block__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 835px) {
  .page-business .sec-lead .link-block__item a:hover .img {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media screen and (max-width: 640px) {
  .page-business .sec-lead .link-block__item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.page-business .sec-lead .link-block__item .img-wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .page-business .sec-lead .link-block__item .img-wrap {
    width: 110px;
    border-radius: 10px 0 0 10px !important;
  }
}
.page-business .sec-lead .link-block__item .img {
  position: relative;
  padding-top: 71.2%;
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 640px) {
  .page-business .sec-lead .link-block__item .img {
    padding-top: 100%;
  }
}
.page-business .sec-lead .link-block__item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-business .sec-lead .link-block__item .txt-box {
  position: relative;
  padding: 54px 10px;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block__item .txt-box {
    padding: 30px 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-business .sec-lead .link-block__item .txt-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 20px 10px;
    width: calc(100% - 110px);
  }
}
.page-business .sec-lead .link-block__item .txt-box:after {
  position: absolute;
  right: 5.33%;
  font-size: 30px;
  font-size: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block__item .txt-box:after {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-business .sec-lead .link-block__item .txt-box .ttl {
  margin-bottom: 25px;
  font-size: 36px;
  font-size: 3.6rem;
}
@media screen and (max-width: 990px) {
  .page-business .sec-lead .link-block__item .txt-box .ttl {
    margin-bottom: 15px;
    font-size: 3vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block__item .txt-box .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .page-business .sec-lead .link-block__item .txt-box .ttl {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-business .sec-lead .link-block__item .txt-box .ttl .en {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
@media screen and (max-width: 640px) {
  .page-business .sec-lead .link-block__item .txt-box .ttl .en {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}
.page-business .sec-lead .link-block__item .txt-box .desc {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.66;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block__item .txt-box .desc {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .page-business .sec-lead .link-block__item .txt-box .desc {
    display: none;
  }
}
.page-business .sec-lead .link-block__item.item01 a {
  background: #00a0e2;
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block__item.item01 a {
    border-radius: 15px;
  }
}
.page-business .sec-lead .link-block__item.item01 a .img-wrap {
  border-radius: 30px 0 0 0;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block__item.item01 a .img-wrap {
    border-radius: 15px 15px 0 0;
  }
}
.page-business .sec-lead .link-block__item.item02 a {
  background: #8ec31f;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block__item.item02 a {
    border-radius: 15px;
  }
}
.page-business .sec-lead .link-block__item.item02 a .img-wrap {
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block__item.item02 a .img-wrap {
    border-radius: 15px 15px 0 0;
  }
}
.page-business .sec-lead .link-block .txt-flow {
  width: 90px;
}
@media screen and (min-width: 835px) {
  .page-business .sec-lead .link-block .txt-flow {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1200px) {
  .page-business .sec-lead .link-block .txt-flow {
    width: 7.5vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business .sec-lead .link-block .txt-flow {
    margin: 0 auto 30px;
    width: 90%;
    text-align: center;
    max-width: 450px;
  }
}
.page-business .sec-support {
  padding-bottom: 100px;
}
@media screen and (max-width: 1500px) {
  .page-business .sec-support {
    padding-bottom: 50px;
  }
}
.page-business .sec-support .lead-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 90px auto 60px;
  max-width: 1500px;
}
@media screen and (max-width: 1200px) {
  .page-business .sec-support .lead-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .page-business .sec-support .lead-block {
    margin: 30px auto;
  }
}
.page-business .sec-support .lead-block .img {
  margin-left: -20px;
  width: 48.16%;
}
@media screen and (max-width: 1200px) {
  .page-business .sec-support .lead-block .img {
    margin-left: -4%;
  }
}
@media screen and (max-width: 834px) {
  .page-business .sec-support .lead-block .img {
    margin-bottom: 20px;
    margin-left: 0;
    width: 100%;
  }
}
.page-business .sec-support .lead-block .txt-box {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-business .sec-support .lead-block .txt-box {
    width: 100%;
  }
}
.page-business .sec-support .lead-block .txt-box .c-ttl06 {
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .page-business .sec-support .lead-block .txt-box .c-ttl06 {
    text-align: center;
  }
}

.c-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .c-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-block .clm-desc {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .c-block .clm-desc {
    width: 100%;
  }
}
.c-block .clm-img {
  width: 45.833%;
}
@media screen and (max-width: 834px) {
  .c-block .clm-img {
    margin: 20px 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .c-block .pc-odr-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 835px) {
  .c-block .pc-odr-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.c-block .ttl-sub {
  margin: 45px 0 30px;
}
@media screen and (max-width: 834px) {
  .c-block .ttl-sub {
    margin: 20px 0 15px;
  }
}
.c-block .img-radius img {
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .c-block .img-radius img {
    border-radius: 10px;
  }
}

.page-business_support .sec-lead {
  position: relative;
  padding: 10px 0 120px;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-lead {
    padding: 0 0 40px;
  }
}
.page-business_support .sec-lead .lead-block .clm-desc {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 1200px) {
  .page-business_support .sec-lead .lead-block .clm-desc {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.page-business_support .sec-lead .lead-block .tag {
  display: inline-block;
  margin-top: 10px;
  padding: 13px 20px;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
  text-align: center;
  background: #41b088;
  border-radius: 30px;
}
@media screen and (max-width: 1200px) {
  .page-business_support .sec-lead .lead-block .tag {
    font-size: max(16px, 1.833vw);
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-lead .lead-block .clm-img {
    margin: 0 auto 20px;
    width: 90%;
    max-width: 550px;
  }
}
.page-business_support .sec-support {
  position: relative;
  padding: 130px 0;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support {
    padding: 40px 0;
  }
}
.page-business_support .sec-support .img-flow03 {
  position: absolute;
  left: 62px;
  top: -40px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1500px) {
  .page-business_support .sec-support .img-flow03 {
    top: -3.33vw;
    left: 5.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .img-flow03 {
    top: -8vw;
    left: -15vw;
    width: 40vw;
  }
}
.page-business_support .sec-support .img-flow04 {
  position: absolute;
  top: 353px;
  right: -155px;
  width: 544px;
}
@media screen and (max-width: 1200px) {
  .page-business_support .sec-support .img-flow04 {
    top: 29.41vw;
    right: -12.91vw;
    width: 45.33vwvw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .img-flow04 {
    top: 90vw;
    width: 65.22vw;
    max-width: 544px;
  }
}
@media screen and (max-width: 640px) {
  .page-business_support .sec-support .img-flow04 {
    top: 750px;
  }
}
.page-business_support .sec-support .img-flow05 {
  position: absolute;
  bottom: -216px;
  left: -165px;
  width: 518px;
}
@media screen and (max-width: 1200px) {
  .page-business_support .sec-support .img-flow05 {
    bottom: -18vw;
    left: -13.75vw;
    width: 43.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .img-flow05 {
    bottom: -10%;
    width: 62.11vw;
    max-width: 518px;
  }
}
@media screen and (max-width: 640px) {
  .page-business_support .sec-support .img-flow05 {
    bottom: -30vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .lead-block .clm-img {
    margin-bottom: 20px;
  }
}
.page-business_support .sec-support .support-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 95px auto 0;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .support-block {
    margin: 40px auto 0;
  }
}
.page-business_support .sec-support .support-block .img {
  width: 52.75%;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .support-block .img {
    margin-bottom: 20px;
    width: 100%;
  }
}
.page-business_support .sec-support .support-block .img .c-ttl04 {
  margin: 15px 0 0;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .support-block .img .c-ttl04 {
    margin: 0 0 5px;
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .support-block .img .c-ttl08 {
    margin: 0 0 15px;
  }
}
.page-business_support .sec-support .support-block .desc {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .support-block .desc {
    width: 100%;
  }
}
.page-business_support .sec-support .desc-list li {
  padding: 10px 0 15px;
  border-bottom: 1px solid #d8d8d8;
}
.page-business_support .sec-support .desc-list li .ttl {
  margin-bottom: 15px;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .desc-list li .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-business_support .sec-support .desc-list li .ttl .no {
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-support .desc-list li .ttl .no {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.page-business_support .sec-selfmedication {
  position: relative;
  padding: 122px 0 94px;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-selfmedication {
    padding: 40px 0;
  }
}
.page-business_support .sec-selfmedication .img-flow06 {
  position: absolute;
  top: 494px;
  right: -20px;
  width: 518px;
}
@media screen and (max-width: 1200px) {
  .page-business_support .sec-selfmedication .img-flow06 {
    top: 41.166vw;
    right: -1.66vw;
    width: 43.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-selfmedication .img-flow06 {
    top: 45vw;
    right: -8vw;
    width: 62.11vw;
    max-width: 518px;
  }
}
@media screen and (max-width: 640px) {
  .page-business_support .sec-selfmedication .img-flow06 {
    top: 400px;
  }
}
.page-business_support .sec-selfmedication .img-flow07 {
  position: absolute;
  top: 642px;
  left: -167px;
  width: 982px;
}
@media screen and (max-width: 1200px) {
  .page-business_support .sec-selfmedication .img-flow07 {
    top: 53.5vw;
    left: -13.91vw;
    width: 81.83vw;
    max-width: 982px;
  }
}
@media screen and (max-width: 990px) {
  .page-business_support .sec-selfmedication .img-flow07 {
    width: 72vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-selfmedication .img-flow07 {
    top: 90vw;
    width: 117.74vw;
  }
}
@media screen and (max-width: 640px) {
  .page-business_support .sec-selfmedication .img-flow07 {
    left: -25vw;
    top: 700px;
  }
}
.page-business_support .sec-selfmedication .img-flow08 {
  position: absolute;
  bottom: -440px;
  right: -332px;
  width: 1796px;
}
@media screen and (max-width: 1200px) {
  .page-business_support .sec-selfmedication .img-flow08 {
    bottom: -36.66vw;
    right: -27.66vw;
    width: 149.66vw;
    max-width: 1796px;
  }
}
@media screen and (max-width: 990px) {
  .page-business_support .sec-selfmedication .img-flow08 {
    bottom: -25vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-selfmedication .img-flow08 {
    width: 215.3vw;
  }
}
.page-business_support .sec-selfmedication .lead-block {
  margin-bottom: 65px;
}
@media screen and (max-width: 834px) {
  .page-business_support .sec-selfmedication .lead-block {
    margin-bottom: 40px;
  }
  .page-business_support .sec-selfmedication .lead-block .clm-img {
    margin-bottom: 20px;
  }
}
.page-business_support .point-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .page-business_support .point-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 20px;
  }
}
.page-business_support .point-block .img {
  width: 290px;
}
@media screen and (max-width: 834px) {
  .page-business_support .point-block .img {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .page-business_support .point-block .img {
    margin: 0 auto 15px;
  }
}
.page-business_support .point-block .desc {
  padding-left: 30px;
  width: calc(100% - 290px);
  max-width: 610px;
}
@media screen and (max-width: 834px) {
  .page-business_support .point-block .desc {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 640px) {
  .page-business_support .point-block .desc {
    padding-left: 0;
    width: 100%;
  }
}
.page-business_support .point-block .no {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .page-business_support .point-block .no {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}
.page-business_support .point-block .no .num {
  font-size: 22px;
  font-size: 2.2rem;
  font-style: italic;
}
@media screen and (max-width: 834px) {
  .page-business_support .point-block .no .num {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-business_support .point-block .ttl {
  margin: 10px 0 20px;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .page-business_support .point-block .ttl {
    font-size: 19px;
    font-size: 1.9rem;
    text-align: center;
  }
}
.page-business_support .point-block:nth-of-type(even) {
  padding-left: 280px;
}
@media screen and (max-width: 1200px) {
  .page-business_support .point-block:nth-of-type(even) {
    padding-left: 23.33%;
  }
}
@media screen and (max-width: 990px) {
  .page-business_support .point-block:nth-of-type(even) {
    padding-left: 20%;
  }
}
@media screen and (max-width: 834px) {
  .page-business_support .point-block:nth-of-type(even) {
    padding-left: 0;
  }
}

.page-business_home .img-mv img,
.page-business_despending .img-mv img {
  border-radius: 30px;
}
@media screen and (max-width: 834px) {
  .page-business_home .img-mv img,
.page-business_despending .img-mv img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 640px) {
  .page-business_home .img-mv img,
.page-business_despending .img-mv img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center", sans-serif;
  }
}
.page-business_home .note,
.page-business_despending .note {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}
.page-business_home .img-mv img,
.page-business_despending .img-mv img {
  border-radius: 30px;
}
@media screen and (max-width: 834px) {
  .page-business_home .img-mv img,
.page-business_despending .img-mv img {
    border-radius: 15px;
  }
}
.page-business_home .sec-lead .lead-block,
.page-business_despending .sec-lead .lead-block {
  margin: 60px 0 20px;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead .lead-block,
.page-business_despending .sec-lead .lead-block {
    margin-top: 30px;
  }
}
.page-business_home .sec-lead .lead-block .ttl-sub,
.page-business_despending .sec-lead .lead-block .ttl-sub {
  margin: 0 0 15px;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead .lead-block .ttl-sub,
.page-business_despending .sec-lead .lead-block .ttl-sub {
    margin-top: 15px;
  }
}
.page-business_home .sec-lead .lead-block .tag-list,
.page-business_despending .sec-lead .lead-block .tag-list {
  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: 24px;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead .lead-block .tag-list,
.page-business_despending .sec-lead .lead-block .tag-list {
    margin-bottom: 10px;
  }
}
.page-business_home .sec-lead .lead-block .tag-list__item,
.page-business_despending .sec-lead .lead-block .tag-list__item {
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 3px 15px;
  color: #fff;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead .lead-block .tag-list__item,
.page-business_despending .sec-lead .lead-block .tag-list__item {
    padding: 3px 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.page-business_home .sec-lead .lead-block .tag-list__item.-gr,
.page-business_despending .sec-lead .lead-block .tag-list__item.-gr {
  background: #8ec31f;
}
.page-business_home .sec-lead .lead-block .tag-list__item.-bl,
.page-business_despending .sec-lead .lead-block .tag-list__item.-bl {
  background: #00a0e2;
}
.page-business_home .sec-lead .lead-block .ttl-block,
.page-business_despending .sec-lead .lead-block .ttl-block {
  font-size: 50px;
  font-size: 5rem;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-lead .lead-block .ttl-block,
.page-business_despending .sec-lead .lead-block .ttl-block {
    font-size: max(24px, 4.16vw);
  }
}
.page-business_home .service-block,
.page-business_despending .service-block {
  margin-top: 60px;
}
@media screen and (max-width: 834px) {
  .page-business_home .service-block,
.page-business_despending .service-block {
    margin-top: 40px;
  }
}
.page-business_home .service-block .ttl,
.page-business_despending .service-block .ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 834px) {
  .page-business_home .service-block .ttl,
.page-business_despending .service-block .ttl {
    margin-bottom: 20px;
  }
}

.page-business_home .sec-lead {
  position: relative;
  margin-top: 35px;
  padding: 0 0 104px;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead {
    margin-top: 0;
    padding: 0 0 40px;
  }
}
@media screen and (min-width: 835px) {
  .page-business_home .sec-lead .lead-block {
    margin-bottom: 60px;
  }
}
.page-business_home .sec-lead .img-flow03 {
  position: absolute;
  left: 40px;
  bottom: 35px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-lead .img-flow03 {
    left: 3.33vw;
    bottom: 2.916vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead .img-flow03 {
    left: -10vw;
    width: 40vw;
  }
}
.page-business_home .sec-lead .img-flow04 {
  position: absolute;
  right: -280px;
  top: 362px;
  width: 814px;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-lead .img-flow04 {
    right: -23.3vw;
    top: 30.166vw;
    width: 67.833vw;
    max-width: 814px;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead .img-flow04 {
    right: -14vw;
    width: 97.6vw;
  }
}
.page-business_home .sec-lead .img-mv img {
  border-radius: 30px;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead .img-mv img {
    border-radius: 15px;
  }
}
.page-business_home .sec-lead .img-box {
  position: relative;
  padding: 50px 5% 60px;
  background: #fff;
  text-align: center;
  border-radius: 30px;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead .img-box {
    padding: 20px 0 30px 5%;
    border-radius: 15px;
  }
}
.page-business_home .sec-lead .img-box .ttl {
  position: absolute;
  left: 0;
  top: 40px;
  display: inline-block;
  padding: 20px 30px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  background: #41b088;
  border-radius: 0 50px 50px 0;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-lead .img-box .ttl {
    top: 20px;
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-lead .img-box .img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 640px) {
  .page-business_home .sec-lead .img-box .img {
    margin-right: -5%;
    padding-bottom: 20px;
    overflow-x: scroll;
    margin-top: 80px;
  }
}
.page-business_home .sec-lead .img-box .img img {
  max-width: 775px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .page-business_home .sec-lead .img-box .img img {
    width: 180%;
  }
}
.page-business_home .sec-flow {
  position: relative;
  padding: 146px 0 88px;
}
@media screen and (max-width: 640px) {
  .page-business_home .sec-flow {
    padding: 40px 0;
  }
}
.page-business_home .sec-flow .img-flow05,
.page-business_home .sec-flow .img-flow08 {
  position: absolute;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-flow .img-flow05,
.page-business_home .sec-flow .img-flow08 {
    bottom: 2.916vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-flow .img-flow05,
.page-business_home .sec-flow .img-flow08 {
    width: 40vw;
  }
}
.page-business_home .sec-flow .img-flow05 {
  right: 50px;
  top: 413px;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-flow .img-flow05 {
    right: 4.16vw;
    top: 34.416vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-flow .img-flow05 {
    top: 20vw;
    right: -10vw;
  }
}
.page-business_home .sec-flow .img-flow08 {
  left: 55px;
  bottom: 135px;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-flow .img-flow08 {
    left: 4.583vw;
    bottom: 11.25vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-flow .img-flow08 {
    bottom: 8vw;
    left: -10vw;
  }
}
.page-business_home .sec-flow .img-flow06 {
  position: absolute;
  bottom: 393px;
  right: -30px;
  width: 387px;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-flow .img-flow06 {
    bottom: 32.75vw;
    right: -2.5vw;
    width: 32.25vw;
    max-width: 387px;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-flow .img-flow06 {
    display: none;
    width: 46.4vw;
  }
}
.page-business_home .sec-flow .img-flow07 {
  position: absolute;
  top: 509px;
  left: -125px;
  width: 544px;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-flow .img-flow07 {
    top: 42.416vw;
    left: -10.416vw;
    width: 45.33vw;
    max-width: 544px;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-flow .img-flow07 {
    top: 550px;
    width: 65.22vw;
  }
}
.page-business_home .sec-flow .lead-block {
  margin-bottom: 94px;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-flow .lead-block {
    margin-bottom: 20px;
  }
  .page-business_home .sec-flow .lead-block .clm-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-flow .img-box {
    margin-right: -5%;
  }
  .page-business_home .sec-flow .img-box img {
    max-width: 1200px;
    width: 1000px;
  }
}
.page-business_home .sec-flow .img-box .gr-box {
  margin-top: 10px;
  padding: 55px 5% 50px;
  border-radius: 10px;
  background: #52b591;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-flow .img-box .gr-box {
    width: 1000px;
    max-width: 1200px;
  }
}
.page-business_home .sec-flow .img-box .gr-box .ttl {
  margin-bottom: 25px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-flow .img-box .gr-box .ttl {
    margin-bottom: 10px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
.page-business_home .sec-area {
  position: relative;
  padding: 130px 0 80px;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-area {
    padding: 40px 0;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-area .lead-block .clm-img {
    margin-bottom: 20px;
  }
}
.page-business_home .sec-area .img-flow09 {
  top: -50px;
  right: 54px;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-area .img-flow09 {
    top: -4.166vw;
    right: 4.5vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-area .img-flow09 {
    right: -8vw;
  }
}
.page-business_home .sec-area .img-flow10 {
  bottom: -10px;
  left: -134px;
}
@media screen and (max-width: 1200px) {
  .page-business_home .sec-area .img-flow10 {
    left: -11.11vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_home .sec-area .img-flow10 {
    bottom: 3vw;
  }
}

.page-business_despending .sec-lead {
  position: relative;
  padding: 30px 0 80px;
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-lead {
    padding: 0 0 40px;
  }
}
.page-business_despending .sec-lead .lead-block {
  margin-bottom: 70px;
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-lead .lead-block {
    margin-bottom: 10px;
  }
}
.page-business_despending .sec-lead .ttl-block {
  margin-top: 30px;
}
.page-business_despending .sec-lead .img {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page-business_despending .sec-lead .img {
    margin-right: -5%;
    padding-bottom: 20px;
    overflow-x: scroll;
  }
}
.page-business_despending .sec-lead .img img {
  max-width: 1054px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .page-business_despending .sec-lead .img img {
    width: 150%;
  }
}
.page-business_despending .sec-health {
  position: relative;
  padding: 80px 0 90px;
}
@media screen and (max-width: 640px) {
  .page-business_despending .sec-health {
    padding: 40px 0;
  }
}
.page-business_despending .sec-health .inner {
  position: relative;
}
.page-business_despending .sec-health .img-flow03 {
  top: -85px;
  left: -55px;
}
@media screen and (max-width: 1200px) {
  .page-business_despending .sec-health .img-flow03 {
    left: -4.583vw;
  }
}
.page-business_despending .sec-health .img-flow04 {
  position: absolute;
  right: 0;
  bottom: 20px;
  width: 840px;
  max-width: 840px;
}
@media screen and (max-width: 1200px) {
  .page-business_despending .sec-health .img-flow04 {
    width: 70vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-health .img-flow04 {
    width: 100vw;
  }
}
.page-business_despending .sec-health .img-flow05 {
  left: 76px;
  bottom: -180px;
}
@media screen and (max-width: 1200px) {
  .page-business_despending .sec-health .img-flow05 {
    left: 6.33vw;
    bottom: -21.58vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-health .img-flow05 {
    left: 9.112vw;
    bottom: -10vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-health .lead-block .clm-img {
    margin-bottom: 20px;
  }
}
.page-business_despending .sec-health .c-list03 {
  margin: 55px 0 100px;
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-health .c-list03 {
    margin: 30px 0 50px;
  }
}
@media screen and (min-width: 835px) {
  .page-business_despending .sec-health .service-block .c-list01.clm4 li {
    min-height: 83px;
  }
}
.page-business_despending .sec-activity {
  position: relative;
  padding: 115px 0 110px;
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-activity {
    padding: 40px 0 30px;
  }
  .page-business_despending .sec-activity .clm-img {
    margin-bottom: 20px;
  }
}
.page-business_despending .sec-activity .inner {
  position: relative;
}
.page-business_despending .sec-activity .img-flow06 {
  top: 316px;
  right: -10px;
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-activity .img-flow06 {
    right: -5vw;
    top: 20vw;
  }
}
.page-business_despending .sec-activity .img-flow07 {
  position: absolute;
  left: -287px;
  bottom: -226px;
  width: 987px;
  max-width: 987px;
}
@media screen and (max-width: 1200px) {
  .page-business_despending .sec-activity .img-flow07 {
    left: -23.916vw;
    bottom: -18.83vw;
    width: 82.25vw;
  }
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-activity .img-flow07 {
    width: 118.3vw;
  }
}
.page-business_despending .sec-activity .lead-block {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .page-business_despending .sec-activity .lead-block {
    margin-bottom: 35px;
  }
}
.page-business_despending .sec-activity .c-list04 {
  position: relative;
  z-index: 1;
}

.float01 {
  position: absolute;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1200px) {
  .float01 {
    bottom: 2.916vw;
  }
}
@media screen and (max-width: 834px) {
  .float01 {
    width: 40vw;
  }
}

.float02 {
  position: absolute;
  width: 518px;
}
@media screen and (max-width: 1200px) {
  .float02 {
    width: 43.16vw;
  }
}
@media screen and (max-width: 834px) {
  .float02 {
    width: 62.11vw;
    max-width: 518px;
  }
}

.float03 {
  position: absolute;
  width: 448px;
}
@media screen and (max-width: 1200px) {
  .float03 {
    width: 37.33vw;
  }
}
@media screen and (max-width: 834px) {
  .float03 {
    width: 53.717vw;
    max-width: 448px;
  }
}

.float04 {
  position: absolute;
  width: 260px;
  max-width: 260px;
}
@media screen and (max-width: 1200px) {
  .float04 {
    width: 21.66vw;
  }
}
@media screen and (max-width: 834px) {
  .float04 {
    width: 31.17vw;
  }
}

.float05 {
  position: absolute;
  width: 497px;
  max-width: 497px;
}
@media screen and (max-width: 1200px) {
  .float05 {
    width: 41.416vw;
  }
}
@media screen and (max-width: 834px) {
  .float05 {
    width: 59.59vw;
  }
}

.float06 {
  position: absolute;
  width: 545px;
  max-width: 545px;
}
@media screen and (max-width: 1200px) {
  .float06 {
    width: 45.416vw;
  }
}
@media screen and (max-width: 834px) {
  .float06 {
    width: 65.34vw;
  }
}

.float07 {
  position: absolute;
  width: 387px;
  max-width: 387px;
}
@media screen and (max-width: 1200px) {
  .float07 {
    width: 32.25vw;
  }
}
@media screen and (max-width: 834px) {
  .float07 {
    width: 46.4vw;
  }
}

.float08 {
  position: absolute;
  width: 280px;
  max-width: 280px;
}
@media screen and (max-width: 1200px) {
  .float08 {
    width: 23.33vw;
  }
}
@media screen and (max-width: 834px) {
  .float08 {
    width: 33.573vw;
  }
}

/* ====================================================
SERVICE
==================================================== */
.page-service .img-mv img {
  border-radius: 30px;
}
@media screen and (max-width: 834px) {
  .page-service .img-mv img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 640px) {
  .page-service .img-mv img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center", sans-serif;
  }
}
.page-service .inner {
  position: relative;
}
.page-service .sec-lead {
  position: relative;
  padding: 0px 0px 95px 0px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-lead {
    padding: 0 0 40px;
  }
}
.page-service .sec-lead .lead-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .page-service .sec-lead .lead-block {
    padding: 10vw 0;
    background: url(../img/service/img-flow01.png) no-repeat center top -20vw;
    background-size: 74.66% auto;
  }
}
.page-service .sec-lead .lead-block .clm-L {
  padding: 160px 0 130px;
  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;
  position: relative;
  width: 50%;
  background: url(../img/service/img-flow01.png) no-repeat center center;
  background-size: 74.66% auto;
}
@media screen and (max-width: 834px) {
  .page-service .sec-lead .lead-block .clm-L {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    background: none;
  }
}
.page-service .sec-lead .lead-block .clm-R {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-service .sec-lead .lead-block .clm-R {
    width: 100%;
  }
}
.page-service .sec-lead .lead-block .clm-R .ttl-sub {
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-lead .lead-block .clm-R .ttl-sub {
    margin-bottom: 15px;
  }
}
.page-service .sec-prescription .lead-block,
.page-service .sec-home .lead-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0;
}
.page-service .sec-prescription .lead-block .img,
.page-service .sec-home .lead-block .img {
  width: 45.66%;
}
@media screen and (max-width: 834px) {
  .page-service .sec-prescription .lead-block .img,
.page-service .sec-home .lead-block .img {
    margin: 0 auto 25px;
    width: 80%;
  }
}
.page-service .sec-prescription .lead-block .txt-box,
.page-service .sec-home .lead-block .txt-box {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .page-service .sec-prescription .lead-block .txt-box,
.page-service .sec-home .lead-block .txt-box {
    width: 100%;
  }
}
.page-service .sec-prescription .lead-block .txt-box .ttl-lead,
.page-service .sec-home .lead-block .txt-box .ttl-lead {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.33;
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .lead-block .txt-box .ttl-lead,
.page-service .sec-home .lead-block .txt-box .ttl-lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page-service .sec-prescription .lead-block .txt-box .ttl-lead-sub,
.page-service .sec-home .lead-block .txt-box .ttl-lead-sub {
  margin: 30px 0 25px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.33;
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .lead-block .txt-box .ttl-lead-sub,
.page-service .sec-home .lead-block .txt-box .ttl-lead-sub {
    margin: 15px 0 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.page-service .sec-prescription {
  position: relative;
  padding: 130px 0;
}
@media screen and (max-width: 834px) {
  .page-service .sec-prescription {
    padding: 50px 0 20px;
  }
}
.page-service .sec-prescription .img-flow03 {
  top: -56px;
  right: -63px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-prescription .img-flow03 {
    top: -6.71vw;
    right: -7.553vw;
  }
}
.page-service .sec-prescription .img-flow04 {
  top: 460px;
  left: 25px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-prescription .img-flow04 {
    top: 55.15vw;
    left: 2.99vw;
  }
}
.page-service .sec-prescription .img-flow05 {
  top: 888px;
  right: 30px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-prescription .img-flow05 {
    top: 106.47vw;
    right: 3.59vw;
  }
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .img-flow05 {
    top: 120vw;
    right: -10vw;
  }
}
.page-service .sec-prescription .img-flow06 {
  top: 1447px;
  left: -199px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-prescription .img-flow06 {
    top: 173.5vw;
    left: -23.86vw;
  }
}
.page-service .sec-prescription .img-flow07 {
  bottom: 602px;
  right: 95px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-prescription .img-flow07 {
    bottom: 72.182vw;
    right: 11.39vw;
  }
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .img-flow07 {
    right: 5vw;
  }
}
.page-service .sec-prescription .img-flow08 {
  bottom: -155px;
  left: -116px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-prescription .img-flow08 {
    bottom: -18.58vw;
    left: -13.9vw;
  }
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .img-flow08 {
    left: -20vw;
  }
}
.page-service .sec-prescription .cont-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto 30px;
  max-width: 920px;
}
.page-service .sec-prescription .cont-block .img {
  width: 31.52%;
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .cont-block .img {
    margin: 0 auto 20px;
    width: 60%;
    max-width: 290px;
  }
}
.page-service .sec-prescription .cont-block .desc-box {
  width: 65.5%;
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .cont-block .desc-box {
    width: 100%;
  }
}
.page-service .sec-prescription .cont-block .desc-box .ttl-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .cont-block .desc-box .ttl-box {
    margin-bottom: 10px;
  }
}
.page-service .sec-prescription .cont-block .desc-box .ttl-box .icn {
  width: 90px;
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .cont-block .desc-box .ttl-box .icn {
    width: 70px;
  }
}
.page-service .sec-prescription .cont-block .desc-box .ttl-box .ttl {
  padding-left: 15px;
  width: calc(100% - 90px);
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .cont-block .desc-box .ttl-box .ttl {
    width: calc(100% - 70px);
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.page-service .sec-prescription .cont-block .desc-box .ttl-box .ttl .cap {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 640px) {
  .page-service .sec-prescription .cont-block .desc-box .ttl-box .ttl .cap {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-service .sec-home {
  position: relative;
  padding: 150px 0 85px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-home {
    padding: 50px 0 20px;
  }
}
.page-service .sec-home .img-flow09 {
  top: 477px;
  right: -50px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-home .img-flow09 {
    top: 57.19vw;
    right: -5.99vw;
  }
}
@media screen and (max-width: 640px) {
  .page-service .sec-home .img-flow09 {
    top: 450px;
    right: -10vw;
  }
}
.page-service .sec-home .img-flow10 {
  position: absolute;
  top: 1058px;
  left: -232px;
  width: 987px;
  max-width: 987px;
}
@media screen and (max-width: 1200px) {
  .page-service .sec-home .img-flow10 {
    left: -19.33vw;
    width: 82.25vw;
  }
}
@media screen and (max-width: 834px) {
  .page-service .sec-home .img-flow10 {
    top: 126.85vw;
    left: -27.81vw;
    width: 118.345vw;
  }
}
@media screen and (max-width: 640px) {
  .page-service .sec-home .img-flow10 {
    top: 1330px;
  }
}
.page-service .sec-home .img-flow11 {
  position: absolute;
  bottom: -276px;
  right: 0;
  width: 1260px;
  max-width: 1260px;
}
@media screen and (max-width: 1200px) {
  .page-service .sec-home .img-flow11 {
    width: 105vw;
  }
}
@media screen and (max-width: 834px) {
  .page-service .sec-home .img-flow11 {
    bottom: -33vw;
    width: 151vw;
  }
}
@media screen and (max-width: 640px) {
  .page-service .sec-home .img-flow11 {
    bottom: -15vw;
  }
}
.page-service .sec-home .flow-block {
  margin-bottom: 50px;
}
@media screen and (min-width: 835px) {
  .page-service .sec-home .flow-block {
    margin-top: 55px;
  }
}
@media screen and (max-width: 834px) {
  .page-service .sec-home .flow-block {
    margin-bottom: 20px;
  }
}
.page-service .sec-home .flow-block .ttl-block {
  margin-bottom: 65px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.33;
}
@media screen and (max-width: 640px) {
  .page-service .sec-home .flow-block .ttl-block {
    margin-bottom: 30px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.page-service .sec-home .flow-block .flow-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;
}
.page-service .sec-home .flow-block .flow-list__item {
  width: 22.5%;
}
@media screen and (max-width: 834px) {
  .page-service .sec-home .flow-block .flow-list__item {
    margin-bottom: 20px;
    width: 48%;
  }
}
.page-service .sec-home .flow-block .flow-list__item .ttl {
  margin: 20px 0;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 640px) {
  .page-service .sec-home .flow-block .flow-list__item .ttl {
    margin: 15px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-service .sec-home .service-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5.4166%;
  margin-bottom: 100px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .page-service .sec-home .service-block {
    margin-bottom: 50px;
    padding: 30px 5%;
  }
}
@media screen and (max-width: 640px) {
  .page-service .sec-home .service-block {
    padding: 6% 5%;
  }
}
.page-service .sec-home .service-block .desc {
  padding: 70px 0;
  width: 55.71%;
}
@media screen and (max-width: 1200px) {
  .page-service .sec-home .service-block .desc {
    padding: 5.83vw 0;
  }
}
@media screen and (max-width: 834px) {
  .page-service .sec-home .service-block .desc {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
}
.page-service .sec-home .service-block .desc .ttl {
  margin-bottom: 30px;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .page-service .sec-home .service-block .desc .ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-service .sec-home .service-block .img {
  position: relative;
  top: -30px;
  width: 42.228%;
}
@media screen and (max-width: 1200px) {
  .page-service .sec-home .service-block .img {
    top: -2.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-service .sec-home .service-block .img {
    top: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 834px) {
  .page-service .sec-home .service-block .img {
    margin: 0 auto;
    width: 90%;
    max-width: 500px;
  }
}
.page-service .merit-block .ttl-block {
  margin-bottom: 70px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.33;
}
@media screen and (max-width: 640px) {
  .page-service .merit-block .ttl-block {
    margin-bottom: 30px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
.page-service .merit-block .merit-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;
}
.page-service .merit-block .merit-list__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
  width: 48%;
}
@media screen and (min-width: 835px) {
  .page-service .merit-block .merit-list__item:nth-child(even) {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 834px) {
  .page-service .merit-block .merit-list__item:nth-child(even) {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 834px) {
  .page-service .merit-block .merit-list__item {
    margin-bottom: 30px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.page-service .merit-block .merit-list__item .img {
  width: 32.15%;
}
@media screen and (max-width: 640px) {
  .page-service .merit-block .merit-list__item .img {
    width: 130px;
  }
}
.page-service .merit-block .merit-list__item .desc {
  width: 64.28%;
}
@media screen and (max-width: 640px) {
  .page-service .merit-block .merit-list__item .desc {
    width: calc(100% - 145px);
  }
}
.page-service .merit-block .merit-list__item .ttl {
  margin-bottom: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .page-service .merit-block .merit-list__item .ttl {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-service .merit-block .merit-list__item .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .page-service .merit-block .merit-list__item .c-txt02 {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

.c-link {
  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;
}
.c-link__item {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 30px 2.08%;
  width: 31.66%;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 9px -7px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 9px -7px rgba(0, 0, 0, 0.3);
}
.c-link__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 835px) {
  .c-link__item:not(:nth-child(3n)) {
    margin-right: 2.51%;
  }
}
@media screen and (max-width: 834px) {
  .c-link__item {
    margin-bottom: 15px;
    padding: 20px 3% 35px;
    width: 49.16%;
  }
  .c-link__item:nth-child(odd) {
    margin-right: 1.68%;
  }
}
@media screen and (min-width: 835px) {
  .c-link__item {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .c-link__item:hover {
    opacity: 0.7;
  }
}
.c-link__item:before {
  content: "\f0ab";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 20px;
  color: #41b088;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (min-width: 991px) {
  .c-link__item:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 990px) {
  .c-link__item:before {
    right: 10px;
    width: 18px;
    height: 18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .c-link__item:before {
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
  }
}
.c-link__item .icn {
  display: block;
  width: 68px;
}
@media screen and (max-width: 834px) {
  .c-link__item .icn {
    width: 55px;
  }
}
@media screen and (max-width: 640px) {
  .c-link__item .icn {
    margin: 0 auto;
  }
}
.c-link__item > span {
  display: block;
  padding-left: 6.57%;
  width: calc(100% - 68px);
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 834px) {
  .c-link__item > span {
    width: calc(100% - 55px);
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .c-link__item > span {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.c-link__item > span .small {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .c-link__item > span .small {
    margin-bottom: 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.c-link__item.item-L {
  margin-right: 0;
  margin-bottom: 45px;
  padding: 0;
  width: 49.16%;
}
@media screen and (max-width: 834px) {
  .c-link__item.item-L {
    padding: 0 0 35px;
    margin-bottom: 30px;
  }
}
.c-link__item.item-L img {
  position: relative;
  top: -25px;
  left: 4.23%;
  width: 43.56%;
}
@media screen and (max-width: 834px) {
  .c-link__item.item-L img {
    display: block;
    top: -15px;
    left: 0;
    margin: 0 auto;
    width: 60%;
  }
}
.c-link__item.item-L > span {
  margin: 0;
  width: 56.44%;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 990px) {
  .c-link__item.item-L > span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 834px) {
  .c-link__item.item-L > span {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-link.link-L {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ====================================================
pharmacist
==================================================== */
.page-pharmacist .sec-lead {
  position: relative;
  margin-top: -20px;
  padding: 0 0 107px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-lead {
    margin-top: 0;
    padding: 0 0 40px;
  }
}
.page-pharmacist .sec-lead .img-flow03 {
  top: 373px;
  right: -140px;
}
@media screen and (max-width: 1200px) {
  .page-pharmacist .sec-lead .img-flow03 {
    top: 31vw;
    right: -11.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-lead .img-flow03 {
    top: 25%;
  }
}
.page-pharmacist .sec-lead .lead-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-pharmacist .sec-lead .lead-block .img-mv {
  margin-left: -8.75%;
  width: 64.33%;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-lead .lead-block .img-mv {
    margin-left: 0;
    margin-bottom: 20px;
    width: 120%;
    max-width: 770px;
  }
}
.page-pharmacist .sec-lead .lead-block .clm-desc {
  margin-left: -2%;
  position: relative;
  width: 45.583%;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-lead .lead-block .clm-desc {
    margin-left: 0;
    width: 100%;
  }
  .page-pharmacist .sec-lead .lead-block .clm-desc img {
    display: none;
  }
}
@media screen and (min-width: 835px) {
  .page-pharmacist .sec-lead .lead-block .clm-desc .ttl-box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-lead .lead-block .clm-desc .ttl-box {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .page-pharmacist .sec-lead .lead-block .clm-desc .ttl-box .ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-pharmacist .sec-lead .lead-block .clm-desc .ttl-box .cap {
  margin-right: 30px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.42;
}
@media screen and (min-width: 835px) {
  .page-pharmacist .sec-lead .lead-block .clm-desc .ttl-box .cap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-lead .lead-block .clm-desc .ttl-box .cap {
    margin-top: 10px;
    margin-right: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 835px) {
  .page-pharmacist .sec-lead .desc {
    margin-top: -50px;
    margin-left: 34.16%;
  }
}
@media screen and (max-width: 1200px) {
  .page-pharmacist .sec-lead .desc {
    margin-top: -4.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-lead .desc {
    margin-top: 0;
  }
}
.page-pharmacist .sec-work {
  position: relative;
  padding: 110px 0 60px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-work {
    padding: 40px 0;
  }
}
.page-pharmacist .sec-work:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 534px;
  height: 433px;
}
.page-pharmacist .sec-work:before {
  bottom: 10px;
  right: 0;
  background: url(../img/pharmacist/img07.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 1200px) {
  .page-pharmacist .sec-work:before {
    width: 44.5vw;
    height: 36.083vw;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-work:before {
    display: n;
  }
}
.page-pharmacist .sec-work .img-flow04 {
  top: -63px;
  left: 116px;
}
@media screen and (max-width: 1200px) {
  .page-pharmacist .sec-work .img-flow04 {
    left: -9.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-work .img-flow04 {
    top: -7.5vw;
  }
}
.page-pharmacist .sec-work .img-flow05 {
  top: 501px;
  right: 40px;
}
@media screen and (max-width: 1200px) {
  .page-pharmacist .sec-work .img-flow05 {
    right: -3.33vw;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-work .img-flow05 {
    top: 60vw;
  }
}
.page-pharmacist .sec-work .img-flow06 {
  bottom: 334px;
  left: -160px;
}
@media screen and (max-width: 1200px) {
  .page-pharmacist .sec-work .img-flow06 {
    left: -13.333vw;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-work .img-flow06 {
    bottom: -10vw;
  }
}
.page-pharmacist .sec-work .lead-block {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 80px auto 70px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-work .lead-block {
    margin: 30px 0;
  }
}
.page-pharmacist .sec-work .lead-block .clm {
  width: 48%;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-work .lead-block .clm {
    width: 100%;
  }
}
.page-pharmacist .sec-work .lead-block .clm .ttl {
  margin-bottom: 25px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-work .lead-block .clm .ttl {
    text-align: center;
  }
}
.page-pharmacist .sec-interview {
  position: relative;
  padding: 110px 0 150px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview {
    padding: 40px 0;
  }
}
.page-pharmacist .sec-interview .img-flow07 {
  top: 865px;
  right: -85px;
}
@media screen and (max-width: 1200px) {
  .page-pharmacist .sec-interview .img-flow07 {
    right: -7.083vw;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .img-flow07 {
    top: 60vw;
  }
}
.page-pharmacist .sec-interview .img-flow08 {
  top: 1295px;
  left: -182px;
}
@media screen and (max-width: 1200px) {
  .page-pharmacist .sec-interview .img-flow08 {
    left: -15.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .img-flow08 {
    left: -21.82vw;
  }
}
.page-pharmacist .sec-interview .img-flow09 {
  position: absolute;
  bottom: 126px;
  right: 0;
  width: 1457px;
  max-width: 1457px;
}
@media screen and (max-width: 1200px) {
  .page-pharmacist .sec-interview .img-flow09 {
    bottom: 10.5vw;
    width: 121.416vw;
  }
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .img-flow09 {
    bottom: 0;
  }
}
.page-pharmacist .sec-interview .img-mv {
  margin-top: 100px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .img-mv {
    margin-top: 40px;
  }
}
.page-pharmacist .sec-interview .img-mv img {
  border-radius: 30px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .img-mv img {
    border-radius: 15px;
  }
}
@media screen and (max-width: 640px) {
  .page-pharmacist .sec-interview .img-mv img {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center", sans-serif;
  }
}
.page-pharmacist .sec-interview .c-ttl03 {
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .c-ttl03 {
    margin-bottom: 10px;
  }
}
.page-pharmacist .sec-interview .lead-block {
  margin: 65px 0 55px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .lead-block {
    margin: 30px 0;
  }
  .page-pharmacist .sec-interview .lead-block .c-ttl04 {
    margin-bottom: 25px;
  }
}
.page-pharmacist .sec-interview .desc-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .page-pharmacist .sec-interview .desc-block {
    margin-bottom: 40px;
  }
}
.page-pharmacist .sec-interview .desc-block .img {
  width: 38.33%;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .desc-block .img {
    width: 100%;
    border-radius: 10px;
  }
}
@media screen and (min-width: 835px) {
  .page-pharmacist .sec-interview .desc-block .img.order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-pharmacist .sec-interview .desc-block .txt-box {
  width: 61.66%;
  max-width: 580px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .desc-block .txt-box {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 835px) {
  .page-pharmacist .sec-interview .desc-block .txt-box.order2 {
    padding-left: 3.33%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-pharmacist .sec-interview .desc-block.__end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.page-pharmacist .sec-interview .desc-block.__end .txt-box {
  padding: 0 3.33% 0 0;
}
.page-pharmacist .sec-interview .btm-block {
  margin-top: 85px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .btm-block {
    margin-top: 50px;
  }
}
.page-pharmacist .sec-interview .btm-block .img-mv {
  margin: 50px 0 40px;
}
@media screen and (max-width: 834px) {
  .page-pharmacist .sec-interview .btm-block .img-mv {
    margin: 25px 0 20px;
  }
  .page-pharmacist .sec-interview .btm-block .img-mv + p {
    text-align: left !important;
  }
}

/* ====================================================
store
==================================================== */
.page-store .sec-map {
  position: relative;
  margin-bottom: 135px;
  background: url(../img/store/bg-map.jpg) repeat center center;
  background-size: cover;
}
@media screen and (max-width: 2335px) {
  .page-store .sec-map img {
    display: inline-block;
    margin-left: calc((100vw - 2335px) / 2);
    max-width: 2335px;
  }
}
@media screen and (max-width: 1680px) {
  .page-store .sec-map img {
    margin-left: calc((100vw - 1680px) / 2);
    max-width: 1680px;
  }
}
@media screen and (max-width: 1200px) {
  .page-store .sec-map img {
    margin-left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  .page-store .sec-map .pc-1681 {
    display: none;
  }
}
@media screen and (min-width: 1681px) {
  .page-store .sec-map .pc-1681 {
    display: block;
  }
}
@media screen and (max-width: 1680px) {
  .page-store .sec-map .pc-1680 {
    display: block;
  }
}
@media screen and (min-width: 1681px) {
  .page-store .sec-map .pc-1680 {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .page-store .sec-map .pc-1680 {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .page-store .sec-map {
    padding: 0 0 25px;
    margin-bottom: 50px;
  }
}
.page-store .sec-map .btn-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px);
}
.page-store .sec-map .btn-block .c-btn02 {
  line-height: 50px;
}
.page-store .sec-map .btn-block .c-btn02:after {
  content: "\f0ab";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.page-store .sec-map .btn-block .btn01:after {
  color: #90c31f;
}
.page-store .sec-map .btn-block .btn02, .page-store .sec-map .btn-block .btn03 {
  margin-top: 20px;
  width: 48.235%;
}
.page-store .sec-map .btn-block .btn02:after {
  color: #ed6c00;
}
.page-store .sec-map .btn-block .btn03:after {
  color: #1fa3da;
}
.page-store .sec-area {
  margin-bottom: 80px;
}
@media screen and (max-width: 834px) {
  .page-store .sec-area {
    margin-bottom: 50px;
  }
}
.page-store .sec-area#area01 .shop-list__item .no {
  background: #15b136;
}
.page-store .sec-area#area02 .shop-list__item .no {
  background: #e30b00;
}
.page-store .sec-area#area03 .shop-list__item .no {
  background: #1f4bda;
}
.page-store .shop-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;
}
.page-store .shop-list__item {
  margin-top: 40px;
  width: 31.66%;
}
@media screen and (min-width: 835px) {
  .page-store .shop-list__item:not(:nth-child(3n+1)) {
    margin-left: 2.5%;
  }
}
@media screen and (max-width: 834px) {
  .page-store .shop-list__item {
    margin-top: 20px;
    width: 49%;
  }
  .page-store .shop-list__item:nth-child(odd) {
    margin-right: 2%;
  }
}
.page-store .shop-list__item .name {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 834px) {
  .page-store .shop-list__item .name {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .page-store .shop-list__item .name {
    padding: 4px 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-store .shop-list__item .no {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
}
@media screen and (max-width: 834px) {
  .page-store .shop-list__item .no {
    top: 8px;
    left: 8px;
    width: 35px;
    height: 35px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 35px;
  }
}
.page-store .shop-list__item .txt-box {
  font-size: 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 834px) {
  .page-store .shop-list__item .txt-box .openhour {
    display: block;
  }
  .page-store .shop-list__item .txt-box .openhour .head {
    margin-bottom: 3px;
  }
}

.page-store_detail {
  margin-bottom: 95px;
}
@media screen and (max-width: 834px) {
  .page-store_detail {
    margin-bottom: 50px;
  }
}
.page-store_detail .sec-detail {
  position: relative;
  margin-top: 85px;
}
@media screen and (max-width: 834px) {
  .page-store_detail .sec-detail {
    margin-top: 0;
  }
}
.page-store_detail .sec-detail .img-flow03 {
  position: absolute;
  top: 500px;
  right: -84px;
  width: 518px;
}
@media screen and (max-width: 1200px) {
  .page-store_detail .sec-detail .img-flow03 {
    top: 41.66vw;
    right: -7vw;
    width: 43.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-store_detail .sec-detail .img-flow03 {
    top: 65vw;
    width: 62.11vw;
    max-width: 518px;
  }
}
.page-store_detail .sec-detail .img-flow04 {
  position: absolute;
  left: 74px;
  bottom: 0;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1500px) {
  .page-store_detail .sec-detail .img-flow04 {
    left: -5.15vw;
  }
}
@media screen and (max-width: 834px) {
  .page-store_detail .sec-detail .img-flow04 {
    left: -10vw;
    bottom: 5vw;
    width: 40vw;
  }
}
.page-store_detail .detail-block {
  position: relative;
  padding: 70px 5% 35px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .page-store_detail .detail-block {
    padding: 35px 5% 1px;
    border-radius: 10px;
  }
}
.page-store_detail .detail-block .ttl-sec {
  margin-bottom: 90px;
  font-size: 32px;
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .page-store_detail .detail-block .ttl-sec {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.page-store_detail .detail-block .ttl-sec img {
  display: inline-block;
  margin-bottom: 12px;
  width: 65px;
}
@media screen and (max-width: 834px) {
  .page-store_detail .detail-block .ttl-sec img {
    width: 50px;
  }
}
.page-store_detail .detail-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 45px;
}
.page-store_detail .detail-content__desc {
  width: 47.22%;
}
@media screen and (min-width: 835px) {
  .page-store_detail .detail-content__desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 834px) {
  .page-store_detail .detail-content__desc {
    margin-bottom: 30px;
    width: 100%;
  }
}
.page-store_detail .detail-content__img, .page-store_detail .detail-content__map {
  width: 48.15%;
}
@media screen and (min-width: 835px) {
  .page-store_detail .detail-content__img, .page-store_detail .detail-content__map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 834px) {
  .page-store_detail .detail-content__img, .page-store_detail .detail-content__map {
    width: 100%;
  }
}
.page-store_detail .detail-content__img .map,
.page-store_detail .detail-content__img .img, .page-store_detail .detail-content__map .map,
.page-store_detail .detail-content__map .img {
  position: relative;
  padding-top: 70%;
  width: 100%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.page-store_detail .detail-content__img .map img,
.page-store_detail .detail-content__img .map iframe,
.page-store_detail .detail-content__img .img img,
.page-store_detail .detail-content__img .img iframe, .page-store_detail .detail-content__map .map img,
.page-store_detail .detail-content__map .map iframe,
.page-store_detail .detail-content__map .img img,
.page-store_detail .detail-content__map .img iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.page-store_detail .detail-content__img .map + p,
.page-store_detail .detail-content__img .img + p, .page-store_detail .detail-content__map .map + p,
.page-store_detail .detail-content__map .img + p {
  margin-top: 8px;
}
.page-store_detail .detail-content__img .map + p a,
.page-store_detail .detail-content__img .img + p a, .page-store_detail .detail-content__map .map + p a,
.page-store_detail .detail-content__map .img + p a {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 14px;
  font-size: 1.4rem;
  text-decoration: underline;
}
.page-store_detail .detail-content.__02 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-store_detail .detail-content .ttl-desc {
  margin-bottom: 40px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 834px) {
  .page-store_detail .detail-content .ttl-desc {
    margin-bottom: 25px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.page-store_detail .detail-content__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 14px 0;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.3;
  border-bottom: 1px dashed #e4e4e4;
}
.page-store_detail .detail-content__item .head {
  width: 164px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
@media screen and (max-width: 1024px) {
  .page-store_detail .detail-content__item .head {
    width: 120px;
  }
}
.page-store_detail .detail-content__item .desc {
  width: calc(100% - 164px);
}
@media screen and (max-width: 1024px) {
  .page-store_detail .detail-content__item .desc {
    width: calc(100% - 120px);
  }
}
.page-store_detail .detail-content__item:first-of-type {
  padding-top: 0;
}

/* ====================================================
news
==================================================== */
.page-news .sec-columnmain {
  position: relative;
}
.page-news .sec-columnmain .box-layoutmain {
  position: relative;
}
.page-news .img-flow03 {
  position: absolute;
  top: 480px;
  right: 25px;
  width: 387px;
}
@media screen and (max-width: 1200px) {
  .page-news .img-flow03 {
    top: 40vw;
    right: 2vw;
    width: 32.25vw;
  }
}
@media screen and (max-width: 834px) {
  .page-news .img-flow03 {
    width: 46.4vw;
    max-width: 387px;
  }
}
.page-news .img-flow04 {
  position: absolute;
  top: 1281px;
  right: 207px;
  width: 518px;
}
@media screen and (max-width: 1200px) {
  .page-news .img-flow04 {
    top: 106.75vw;
    right: 17.25vw;
    width: 43.16vw;
  }
}
@media screen and (max-width: 834px) {
  .page-news .img-flow04 {
    top: 1450px;
    right: -12vw;
    width: 62.11vw;
    max-width: 518px;
  }
}
.page-news .img-flow05 {
  position: absolute;
  left: 47px;
  top: 1039px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1200px) {
  .page-news .img-flow05 {
    top: 86.5vw;
    left: 3.916vw;
  }
}
@media screen and (max-width: 834px) {
  .page-news .img-flow05 {
    left: -10vw;
    width: 40vw;
  }
}
@media screen and (max-width: 834px) {
  .page-news .news-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;
  }
}
.page-news .news-list__item {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}
@media screen and (max-width: 834px) {
  .page-news .news-list__item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .page-news .news-list__item {
    margin-bottom: 15px;
  }
}
.page-news .news-list__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #e7edef;
}
.page-news .news-list__item a {
  display: block;
  padding: 30px 4.16% 30px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .page-news .news-list__item a {
    padding: 15px 4%;
  }
}
.page-news .news-list__item .date {
  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;
}
@media screen and (max-width: 834px) {
  .page-news .news-list__item .date {
    display: block;
  }
}
.page-news .news-list__item .date .info-date {
  color: #686868;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 834px) {
  .page-news .news-list__item .date .info-date {
    display: block;
    margin-bottom: 5px;
  }
}
.page-news .news-list__item .date .info-tag {
  display: inline-block;
  margin-left: 10px;
  padding: 0 13px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 26px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 834px) {
  .page-news .news-list__item .date .info-tag {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-news .news-list__item .date .info-tag {
    padding-top: 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
  }
}
.page-news .news-list__item .date .info-tag.__bl {
  background: #00a6e6;
}
.page-news .news-list__item .date .info-tag.__gr {
  background: #90c31f;
}
.page-news .news-list__item .info-ttl {
  margin: 10px 0 15px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .page-news .news-list__item .info-ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-news .news-list__item .desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 2.856em;
}
.page-news .list-catbar .item-cat:first-of-type a:before {
  background: #00a0e2;
}
.page-news .list-catbar .item-cat:nth-of-type(2) a:before {
  background: #8ec31f;
}
.page-news .content-columns__ttl {
  margin-bottom: 30px;
}
.page-news .content-columns .date-tags {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .page-news .content-columns .date-tags {
    margin-bottom: 20px;
  }
}

.page-news_detail .sec-columnmain {
  margin-bottom: 130px;
}
@media screen and (max-width: 834px) {
  .page-news_detail .sec-columnmain {
    margin-bottom: 50px;
  }
}
.page-news_detail .sec-columnmain .img-flow03 {
  right: -20px;
}
@media screen and (max-width: 1200px) {
  .page-news_detail .sec-columnmain .img-flow03 {
    right: -1.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-news_detail .sec-columnmain .img-flow03 {
    right: -10vw;
  }
}
.page-news_detail .sec-columnmain .img-flow05 {
  left: 65px;
  top: 695px;
}
@media screen and (max-width: 1200px) {
  .page-news_detail .sec-columnmain .img-flow05 {
    top: 57.916vw;
    left: 5.4166vw;
  }
}
@media screen and (max-width: 834px) {
  .page-news_detail .sec-columnmain .img-flow05 {
    top: auto;
    bottom: 10vw;
    left: -10vw;
  }
}
.page-news_detail .sec-columnmain .box-layoutmain {
  margin-bottom: 55px;
}
@media screen and (max-width: 834px) {
  .page-news_detail .sec-columnmain .box-layoutmain {
    margin-bottom: 25px;
  }
}
.page-news_detail .sec-columnmain .content-columns {
  margin-bottom: 0;
}

/* ====================================================
company
==================================================== */
.page-company .sec-nav {
  padding: 126px 0 185px;
}
@media screen and (max-width: 834px) {
  .page-company .sec-nav {
    padding: 0 0 40px;
  }
}

.page-company_outline .sec-outline {
  padding: 128px 0 193px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .page-company_outline .sec-outline {
    padding: 0 0 60px;
  }
}
.page-company_outline .sec-outline .ttl-sec {
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .page-company_outline .sec-outline .ttl-sec {
    margin-bottom: 30px;
  }
}
.page-company_outline .sec-outline .img-flow03 {
  position: absolute;
  top: 398px;
  right: -148px;
  width: 1260px;
  max-width: 1260px;
}
@media screen and (max-width: 1200px) {
  .page-company_outline .sec-outline .img-flow03 {
    top: 33.16vw;
    right: -12.33vw;
    width: 105vw;
  }
}
@media screen and (max-width: 834px) {
  .page-company_outline .sec-outline .img-flow03 {
    top: 920px;
  }
}
.page-company_outline .sec-history {
  padding-bottom: 160px;
}
@media screen and (max-width: 834px) {
  .page-company_outline .sec-history {
    padding-bottom: 50px;
  }
}
.page-company_outline .sec-history .ttl-sec {
  margin-bottom: 78px;
}
@media screen and (max-width: 834px) {
  .page-company_outline .sec-history .ttl-sec {
    margin-bottom: 15px;
  }
}

.outline-block {
  font-size: 18px;
  font-size: 1.8rem;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .outline-block {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.outline-block__item {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px dashed #e0e4f1;
}
.outline-block__item:first-of-type .outline-block__head {
  border-radius: 6px 0 0 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .outline-block__item:first-of-type .outline-block__head {
    border-radius: 6px 6px 0 0;
  }
}
.outline-block__item:first-of-type .outline-block__cont {
  border-radius: 0 6px 0 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .outline-block__item:first-of-type .outline-block__cont {
    border-radius: 0;
  }
}
.outline-block__item:last-of-type {
  border-radius: 0 0 6px 6px;
  border-bottom: 1px solid #ddd;
}
.outline-block__item:last-of-type .outline-block__head {
  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;
  border-radius: 0 0 0 6px;
}
@media screen and (max-width: 834px) {
  .outline-block__item:last-of-type .outline-block__head {
    border-radius: 0;
  }
}
.outline-block__item:last-of-type .outline-block__cont {
  border-radius: 0 0 6px 0;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .outline-block__item:last-of-type .outline-block__cont {
    border-radius: 0 0 6px 6px;
  }
}
.outline-block__head {
  padding: 35px 0 35px 40px;
  width: 235px;
  background: #f1f6f8;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .outline-block__head {
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
    border-right: 1px solid #ddd;
  }
}
.outline-block__cont {
  padding: 35px 45px;
  width: calc(100% - 235px);
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .outline-block__cont {
    padding: 20px 15px;
    width: 100%;
    line-height: 1.4;
    border-left: 1px solid #ddd;
  }
}

.history-block {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .history-block {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.history-block__item {
  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;
}
.history-block__head {
  padding: 37px 0;
  width: 200px;
  border-bottom: 3px solid #46b28b;
}
@media screen and (max-width: 834px) {
  .history-block__head {
    padding: 15px 0;
    width: 100%;
    border-width: 2px;
  }
}
.history-block__cont {
  padding: 37px 15px;
  width: calc(100% - 200px);
  border-bottom: 3px solid #eee;
}
@media screen and (max-width: 834px) {
  .history-block__cont {
    padding: 20px 0 25px;
    width: 100%;
    border-width: 2px;
  }
}

.page-company_greeting .sec-greeting {
  position: relative;
  padding: 130px 0 220px;
}
@media screen and (max-width: 834px) {
  .page-company_greeting .sec-greeting {
    padding: 0 0 50px;
  }
}
.page-company_greeting .sec-greeting .desc-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 65px 0 20px;
}
@media screen and (max-width: 834px) {
  .page-company_greeting .sec-greeting .desc-box {
    margin-top: 30px;
  }
}
.page-company_greeting .sec-greeting .desc-box .clm-R {
  width: 34.33%;
}
@media screen and (max-width: 990px) {
  .page-company_greeting .sec-greeting .desc-box .clm-R {
    width: 40%;
  }
}
@media screen and (max-width: 834px) {
  .page-company_greeting .sec-greeting .desc-box .clm-R {
    width: 100%;
  }
}
.page-company_greeting .sec-greeting .desc-box .clm-L {
  width: 55.83%;
}
@media screen and (max-width: 834px) {
  .page-company_greeting .sec-greeting .desc-box .clm-L {
    width: 100%;
  }
}
.page-company_greeting .sec-greeting .sign {
  margin-top: 55px;
  font-size: 21px;
  font-size: 2.1rem;
}
@media screen and (max-width: 834px) {
  .page-company_greeting .sec-greeting .sign {
    margin-top: 25px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.page-company_greeting .sec-greeting .img {
  margin: 30px auto 0;
  max-width: 80%;
  max-width: 410px;
}

.page-company_philosophy .ttl-sub {
  margin: 80px 0 35px;
}
@media screen and (max-width: 834px) {
  .page-company_philosophy .ttl-sub {
    margin: 35px 0 20px;
  }
}
.page-company_philosophy .sec-philosophy {
  position: relative;
  padding: 125px 0 160px;
}
@media screen and (max-width: 834px) {
  .page-company_philosophy .sec-philosophy {
    padding: 0 0 50px;
  }
}
.page-company_philosophy .sec-vision {
  padding-bottom: 310px;
}
@media screen and (max-width: 834px) {
  .page-company_philosophy .sec-vision {
    padding-bottom: 50px;
  }
}
.page-company_philosophy .sec-vision .inner {
  position: relative;
}
.page-company_philosophy .sec-vision .img-flow03 {
  position: absolute;
  top: -35px;
  left: 509px;
  width: 387px;
}
@media screen and (max-width: 1200px) {
  .page-company_philosophy .sec-vision .img-flow03 {
    top: -2.9vw;
    left: 42.416%;
    width: 32.25vw;
  }
}
@media screen and (max-width: 834px) {
  .page-company_philosophy .sec-vision .img-flow03 {
    width: 46.4vw;
    max-width: 387px;
  }
}
.page-company_philosophy .sec-guideline {
  position: relative;
  padding-bottom: 124px;
}
@media screen and (max-width: 834px) {
  .page-company_philosophy .sec-guideline {
    padding-bottom: 30px;
  }
}
.page-company_philosophy .sec-guideline .img-flow04 {
  position: absolute;
  top: -225px;
  left: -143px;
  width: 1796px;
  max-width: 1796px;
}
@media screen and (max-width: 1200px) {
  .page-company_philosophy .sec-guideline .img-flow04 {
    top: -18.75vw;
    left: -11.91vw;
    width: 149.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-company_philosophy .sec-guideline .img-flow04 {
    width: 800px;
  }
}
.page-company_philosophy .sec-guideline .c-list__no {
  margin-top: 87px;
}
@media screen and (max-width: 834px) {
  .page-company_philosophy .sec-guideline .c-list__no {
    margin-top: 45px;
  }
}

/* ====================================================
content style
==================================================== */
.page-contact .img-flow01 {
  position: absolute;
  top: 328px;
  left: -72px;
  width: 368px;
}
@media screen and (max-width: 1200px) {
  .page-contact .img-flow01 {
    top: 27.33vw;
    left: -6vw;
    width: 30.66vw;
  }
}
@media screen and (max-width: 834px) {
  .page-contact .img-flow01 {
    width: 44.12vw;
    max-width: 368px;
  }
}
.page-contact .img-flow02 {
  position: absolute;
  right: calc((100vw - 1500px) / 2 + 38px);
  top: 195px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1500px) {
  .page-contact .img-flow02 {
    top: 13vw;
    right: 2.533vw;
  }
}
@media screen and (max-width: 834px) {
  .page-contact .img-flow02 {
    width: 40vw;
  }
}
.page-contact .form-block-wrap {
  position: relative;
}
.page-contact .form-block-wrap .img-flow03 {
  position: absolute;
  top: 830px;
  right: -40px;
  width: 387px;
}
@media screen and (max-width: 1200px) {
  .page-contact .form-block-wrap .img-flow03 {
    top: 69.1vw;
    right: -3.33vw;
    width: 32.25vw;
  }
}
@media screen and (max-width: 834px) {
  .page-contact .form-block-wrap .img-flow03 {
    right: -20vw;
    width: 46.4vw;
    max-width: 387px;
  }
}
.page-contact .form-block-wrap .img-flow04 {
  position: absolute;
  left: 44px;
  top: 1391px;
  width: 20.23vw;
  max-width: 340px;
}
@media screen and (max-width: 1500px) {
  .page-contact .form-block-wrap .img-flow04 {
    top: 115.916vw;
    right: 3.33vw;
  }
}
@media screen and (max-width: 834px) {
  .page-contact .form-block-wrap .img-flow04 {
    top: 250vw;
    left: -3vw;
    width: 40vw;
  }
}
.page-contact .form-block {
  position: relative;
  margin-bottom: 180px;
  padding: 125px 6.66% 110px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 6px 20px -15px rgba(0, 0, 0, 0.6);
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block {
    margin-bottom: 60px;
    padding: 40px 6.66%;
  }
}
.page-contact .form-block .txt-box {
  margin: 85px auto 60px;
  max-width: 720px;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .txt-box {
    margin: 40px auto 30px;
  }
}
.page-contact .form-block .txt-box .ttl {
  margin-bottom: 60px;
  font-size: 21px;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .txt-box .ttl {
    margin-bottom: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.page-contact .form-block .steps {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 426px;
}
.page-contact .form-block .steps:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 80px);
  height: 2px;
}
.page-contact .form-block .steps:before {
  top: 32px;
  left: 38px;
  background: #ccc;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .steps:before {
    top: 24px;
    left: 11%;
    width: 78%;
  }
}
.page-contact .form-block .steps li {
  position: relative;
  width: 33.33%;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .steps li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-contact .form-block .steps li .no {
  display: block;
  margin: 0 auto 15px;
  width: 65px;
  height: 65px;
  color: #999;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 65px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #ccc;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .steps li .no {
    margin: 0 auto 10px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
  }
}
.page-contact .form-block .steps li.active {
  color: #000;
}
.page-contact .form-block .steps li.active .no {
  color: #fff;
  background: #46b28b;
  border: 0;
}
.page-contact .form-block .txt-tel {
  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-top: 25px;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .txt-tel {
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
  .page-contact .form-block .txt-tel > span {
    display: block;
    font-size: 150%;
  }
}
.page-contact .form-block .txt-tel i {
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transform: rotate(100deg);
      -ms-transform: rotate(100deg);
          transform: rotate(100deg);
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .txt-tel i {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page-contact .form-block input, .page-contact .form-block button, .page-contact .form-block textarea, .page-contact .form-block select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.page-contact .form-block input[type=text],
.page-contact .form-block input[type=email],
.page-contact .form-block input[type=number],
.page-contact .form-block input[type=tel],
.page-contact .form-block textarea {
  display: inline-block;
  width: 100%;
  padding: 22px 30px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  resize: none;
  outline: none;
  background: #f1f6f8;
  border-radius: 6px;
}
@media screen and (max-width: 834px) {
  .page-contact .form-block input[type=text],
.page-contact .form-block input[type=email],
.page-contact .form-block input[type=number],
.page-contact .form-block input[type=tel],
.page-contact .form-block textarea {
    padding: 15px;
  }
}
.page-contact .form-block input[type=submit] {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.page-contact .form-block input[type=radio],
.page-contact .form-block input[type=checkbox] {
  width: 0;
}
.page-contact .form-block textarea {
  height: 268px;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .page-contact .form-block textarea {
    height: 150px;
  }
}
.page-contact .form-block .c-selectbox {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .c-selectbox {
    width: 100%;
  }
}
.page-contact .form-block ::-webkit-input-placeholder {
  color: #999;
  font-family: "FOT-筑紫A丸ゴシック Std B" !important;
}
.page-contact .form-block ::-moz-placeholder {
  color: #999;
  font-family: "FOT-筑紫A丸ゴシック Std B" !important;
}
.page-contact .form-block :-ms-input-placeholder {
  color: #999;
  font-family: "FOT-筑紫A丸ゴシック Std B" !important;
}
.page-contact .form-block ::-ms-input-placeholder {
  color: #999;
  font-family: "FOT-筑紫A丸ゴシック Std B" !important;
}
.page-contact .form-block ::placeholder {
  color: #999;
  font-family: "FOT-筑紫A丸ゴシック Std B" !important;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block ::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-contact .form-block ::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-contact .form-block :-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-contact .form-block ::-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-contact .form-block ::placeholder {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-contact .form-block .error {
  margin-top: 10px;
  width: 100%;
  color: #ff0000;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .error {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-contact .form-block .ex {
  margin-top: 15px;
  width: 100%;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .ex {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-contact .form-block .note {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 834px) {
  .page-contact .form-block .note {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-contact .form-block .input-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-contact .form-block .input-inline__item {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .input-inline__item {
    width: 100%;
  }
  .page-contact .form-block .input-inline__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .input-inline.postcode .input-inline__item {
    width: calc(100% - 130px);
  }
}
.page-contact .form-block .input-inline .btn-address {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 10px;
  margin-left: 30px;
  margin-right: auto;
  width: 150px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 50px;
  font-weight: 700;
  border-radius: 25px;
}
.page-contact .form-block .input-inline .btn-address:after {
  display: none;
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .input-inline .btn-address {
    margin-left: 10px;
    width: 120px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 40px;
  }
}
@media screen and (max-width: 640px) {
  .page-contact .form-block .inline-postcode {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .page-contact .form-block .inline-postcode .input-inline__item {
    width: 55%;
  }
}
.page-contact .form-block .privacy-block {
  margin: 80px 0 45px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 834px) {
  .page-contact .form-block .privacy-block {
    margin: 30px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page-contact .form-block .privacy-block .desc a {
  text-decoration: underline;
}
.page-contact .form-block .privacy-block .txt-privacy {
  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: 30px;
}
.page-contact .form-item {
  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;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 16px;
  font-size: 1.6rem;
  padding: 26px 0;
}
@media screen and (max-width: 834px) {
  .page-contact .form-item {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.page-contact .form-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;
  margin-top: 23px;
  width: 214px;
  font-weight: 900;
}
@media screen and (max-width: 834px) {
  .page-contact .form-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 10px;
    width: 100%;
  }
}
.page-contact .form-head .required {
  display: inline-block;
  color: #fff;
  width: 60px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 22px;
  background: #46b28b;
  border-radius: 14px;
}
@media screen and (max-width: 834px) {
  .page-contact .form-head .required {
    margin-left: 0.5em;
    width: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page-contact .form-cont {
  width: calc(100% - 235px);
}
@media screen and (max-width: 834px) {
  .page-contact .form-cont {
    width: 100%;
  }
}

.c-selectbox {
  position: relative;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
  background: #f1f6f8 !important;
  border-radius: 6px !important;
}
.c-selectbox:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
}
.c-selectbox:before {
  top: 50%;
  right: 15px;
  margin-top: -16px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 10px -5px rgba(0, 0, 0, 0.2);
}
.c-selectbox:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
}
.c-selectbox:after {
  top: 50%;
  right: 24.5px;
  margin-top: -5px;
  color: #46b28b;
  font-size: 12px;
  font-size: 1.2rem;
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.c-selectbox select {
  position: relative;
  display: inline-block;
  padding: 22px 30px !important;
  width: 100%;
  height: 67px;
  cursor: pointer;
  color: inherit;
  z-index: 1;
}
@media screen and (max-width: 834px) {
  .c-selectbox select {
    padding: 15px !important;
    height: 53px;
  }
}

.c-checkbox label {
  position: relative;
  display: inline-block;
  padding: 1px 0 1px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .c-checkbox label {
    padding-left: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
  }
}
.c-checkbox label > span {
  display: inline-block;
}
.c-checkbox label > span:before {
  background: #fff;
  border: 1px solid #bdbab7;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  background: #fff;
}
@media screen and (max-width: 834px) {
  .c-checkbox label > span:before {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-checkbox label > span:after {
  border-right: 4px solid #46b28b;
  border-bottom: 4px solid #46b28b;
  content: "";
  display: block;
  height: 12px;
  width: 6px;
  opacity: 0;
  position: absolute;
  top: 2px;
  left: 6px;
  -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;
}

.btn-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px auto 0;
}
.btn-box .btn {
  width: 45.67% !important;
  max-width: 475px;
}
@media screen and (max-width: 640px) {
  .btn-box .btn {
    width: 100% !important;
  }
  .btn-box .btn:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

.mw_wp_form_confirm.form-block-wrap .img-flow03 {
  top: 525px;
}
@media screen and (max-width: 1200px) {
  .mw_wp_form_confirm.form-block-wrap .img-flow03 {
    top: 43.75vw;
  }
}
.mw_wp_form_confirm.form-block-wrap .img-flow04 {
  top: 1084px;
}
@media screen and (max-width: 1500px) {
  .mw_wp_form_confirm.form-block-wrap .img-flow04 {
    top: 90.33vw;
  }
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm.form-block-wrap .img-flow04 {
    top: 160vw;
  }
}
.mw_wp_form_confirm .c-selectbox {
  background: none !important;
}
.mw_wp_form_confirm .c-selectbox:before, .mw_wp_form_confirm .c-selectbox:after {
  display: none;
}
@media screen and (min-width: 835px) {
  .mw_wp_form_confirm .form-wrap {
    margin-bottom: 90px;
  }
}
.mw_wp_form_confirm .form-item {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
  border-bottom: 1px dashed #e0e4f1;
}
.mw_wp_form_confirm .form-item:first-of-type .form-head {
  border-radius: 6px 0 0 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .form-item:first-of-type .form-head {
    border-radius: 6px 6px 0 0;
  }
}
.mw_wp_form_confirm .form-item:first-of-type .form-cont {
  border-radius: 0 6px 0 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .form-item:first-of-type .form-cont {
    border-radius: 0;
  }
}
.mw_wp_form_confirm .form-item:last-of-type {
  border-radius: 0 0 6px 6px;
  border-bottom: 1px solid #ddd;
}
.mw_wp_form_confirm .form-item:last-of-type .form-head {
  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;
  border-radius: 0 0 0 6px;
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .form-item:last-of-type .form-head {
    border-radius: 0;
  }
}
.mw_wp_form_confirm .form-item:last-of-type .form-cont {
  border-radius: 0 0 6px 0;
  line-height: 1.8;
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .form-item:last-of-type .form-cont {
    border-radius: 0 0 6px 6px;
  }
}
.mw_wp_form_confirm .form-head {
  margin-top: 0;
  padding: 40px 0 40px 40px;
  width: 235px;
  background: #f1f6f8;
  border-left: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .form-head {
    margin-bottom: 0;
    padding: 15px;
    width: 100%;
    border-right: 1px solid #ddd;
  }
}
.mw_wp_form_confirm .form-head .required {
  display: none;
}
.mw_wp_form_confirm .form-cont {
  padding: 40px;
  width: calc(100% - 235px);
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .form-cont {
    padding: 20px 15px;
    width: 100%;
    line-height: 1.4;
    border-left: 1px solid #ddd;
  }
}
.mw_wp_form_confirm .form-cont .input-inline {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mw_wp_form_confirm .form-cont .input-inline__item {
  width: auto;
}
@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .form-cont .input-inline__item {
    margin-bottom: 0 !important;
  }
}
.mw_wp_form_confirm .form-cont .input-inline__item:not(:first-of-type) {
  margin-left: 1em;
}
.mw_wp_form_confirm .btn-box {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-contact_complete .form-block-wrap .img-flow03 {
  top: 379px;
}
@media screen and (max-width: 1200px) {
  .page-contact_complete .form-block-wrap .img-flow03 {
    top: 31.58vw;
  }
}
.page-contact_complete .btn-box .btn {
  max-width: 280px;
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.remodal-pp {
  padding: 4.5% 4.8%;
  width: 90%;
  max-width: 1200px;
  border-radius: 14px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .remodal-pp {
    padding: 6%;
  }
}
.remodal-pp .btn-close {
  position: absolute;
  right: 3.33%;
  top: 3.33%;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .remodal-pp .btn-close {
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.remodal-pp .block-ttl {
  margin-bottom: 65px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
}
@media screen and (max-width: 640px) {
  .remodal-pp .block-ttl {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.remodal-pp .desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .remodal-pp .desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.remodal-pp .ttl {
  margin-bottom: 5px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.66;
}
.remodal-pp .desc-block {
  margin-top: 30px;
}
@media screen and (max-width: 834px) {
  .remodal-pp .desc-block {
    margin-top: 15px;
  }
}
.remodal-pp .desc-block ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.remodal-pp .desc-block .address {
  margin-top: 30px;
}

.main-page {
  background: url("../img/column/img-bg01.png") no-repeat top center;
  background-size: 100% auto;
  padding-top: 100px;
  display: inline-block;
  width: 100%;
}

.sec-mvttl {
  padding: 122px 0 150px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .sec-mvttl {
    padding: 50px 0 50px;
    text-align: center;
  }
}
.sec-mvttl .circle01 {
  content: "";
  width: 339px;
  height: 328px;
  position: absolute;
  right: 127px;
  top: 98px;
}
@media screen and (max-width: 834px) {
  .sec-mvttl .circle01 {
    width: 28.33vw;
    height: 28.33vw;
    right: 2vw;
  }
}
.sec-mvttl .ttl-mv {
  letter-spacing: 0.1em;
}
.sec-mvttl .ttl-mv .jp {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.2;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
@media screen and (max-width: 834px) {
  .sec-mvttl .ttl-mv .jp {
    font-size: 30px;
    font-size: 3rem;
  }
}
.sec-mvttl .ttl-mv .en {
  font-family: "Belleza", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #aaaaaa;
  line-height: 1.666;
  display: block;
}
@media screen and (max-width: 834px) {
  .sec-mvttl .ttl-mv .en {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.bg-lr {
  position: relative;
}
.bg-lr .ellipse01 {
  position: absolute;
  top: -133px;
  left: 0px;
  width: 296px;
}
@media screen and (max-width: 834px) {
  .bg-lr .ellipse01 {
    width: 30vw;
  }
}
@media screen and (max-width: 374px) {
  .bg-lr .ellipse01 {
    width: 50vw;
  }
}
.bg-lr .ellipse02 {
  position: absolute;
  top: 31vw;
  right: 0px;
  width: 353px;
}
@media screen and (max-width: 834px) {
  .bg-lr .ellipse02 {
    width: 30vw;
    top: 50%;
  }
}
@media screen and (max-width: 374px) {
  .bg-lr .ellipse02 {
    width: 50vw;
  }
}
.bg-lr .circle02 {
  content: "";
  width: 339px;
  height: 328px;
  position: absolute;
  left: 34px;
  top: 53%;
}
@media screen and (max-width: 834px) {
  .bg-lr .circle02 {
    width: 28.33vw;
    height: 28.33vw;
    right: 2vw;
  }
}
.bg-lr .inner {
  position: relative;
}
.bg-lr .inner .ellipse03 {
  position: absolute;
  bottom: 14vw;
  right: -19px;
  width: 519px;
}
@media screen and (max-width: 1024px) {
  .bg-lr .inner .ellipse03 {
    width: 40vw;
  }
}
@media screen and (max-width: 834px) {
  .bg-lr .inner .ellipse03 {
    bottom: 15%;
  }
}
@media screen and (max-width: 374px) {
  .bg-lr .inner .ellipse03 {
    width: 50vw;
  }
}
.bg-lr .inner .ellipse03.hidden {
  display: none !important;
}
.bg-lr .inner > * {
  position: relative;
  z-index: 3;
}

.box-layoutmain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .box-layoutmain {
    display: block;
    margin-bottom: 50px;
  }
}
.box-layoutmain__l {
  width: 70%;
}
@media screen and (max-width: 834px) {
  .box-layoutmain__l {
    width: 100%;
    margin-bottom: 50px;
  }
}
.box-layoutmain__r {
  width: 30%;
  padding-left: 35px;
}
@media screen and (max-width: 834px) {
  .box-layoutmain__r {
    width: 100%;
    padding-left: 0;
  }
}

.date-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;
}
@media screen and (max-width: 834px) {
  .date-tags {
    display: block;
  }
}
.date-tags .info-date {
  color: #686868;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 834px) {
  .date-tags .info-date {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.date-tags .info-tag {
  display: inline-block;
  margin-left: 20px;
  padding: 1px 17px 1px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 26px;
  text-align: center;
  border-radius: 20px;
}
@media screen and (max-width: 990px) {
  .date-tags .info-tag {
    padding: 1px 10px 1px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 834px) {
  .date-tags .info-tag {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .date-tags .info-tag {
    padding-top: 0;
    line-height: 22px;
  }
}
.date-tags .info-tag.__bl {
  background: #00a6e6;
}
.date-tags .info-tag.__gr {
  background: #90c31f;
}
.date-tags .info-tag.__dgr {
  background: #41b088;
}

.list-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.list-columns .item-comlun {
  width: calc(50% - 20px);
  margin-right: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 53px;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .list-columns .item-comlun {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 834px) {
  .list-columns .item-comlun {
    margin-bottom: 20px;
  }
}
.list-columns .item-comlun:last-child, .list-columns .item-comlun:nth-child(2n) {
  margin-right: 0;
}
.list-columns .item-comlun__des {
  padding: 28px 47px 34px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1200px) {
  .list-columns .item-comlun__des {
    padding: 25px 15px;
  }
}
@media screen and (max-width: 1200px) {
  .list-columns .item-comlun__des {
    padding: 15px;
  }
}
.list-columns .item-comlun__des .ttl-column {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.555;
  letter-spacing: 0.1em;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .list-columns .item-comlun__des .ttl-column {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}

.block-sidebar {
  padding: 30px 36px 31px;
  border-radius: 10px;
  background: #ffffff;
  margin-bottom: 25px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .block-sidebar {
    padding: 30px 15px;
  }
}
.block-sidebar:last-child {
  margin-bottom: 0;
}
.block-sidebar .ttl-sidebar {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.66;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
  border-bottom: 1px dashed #e0e4f1;
  margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
  .block-sidebar .ttl-sidebar {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-catbar .item-cat {
  margin-bottom: 14px;
}
.list-catbar .item-cat:last-child {
  margin-bottom: 0;
}
.list-catbar .item-cat a {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #333333;
  line-height: 1.66;
  position: relative;
  padding-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .list-catbar .item-cat a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .list-catbar .item-cat a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 834px) {
  .list-catbar .item-cat a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.list-catbar .item-cat a:before {
  content: "";
  width: 5px;
  height: 100%;
  border-radius: 5px;
  background: #41b088;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.list-archives .item-archive {
  display: inline-block;
  width: 100%;
}
.list-archives .item-archiveparent {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 2.66;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .list-archives .item-archiveparent {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.list-archives .item-archiveparent:before {
  position: relative;
  top: 3px;
  content: "";
  height: 18px;
  width: 15px;
  background: url("../img/column/img-plus.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
}
.list-archives .item-archiveparent.open:before {
  height: 18px;
  width: 15px;
  background: url("../img/column/img-subtrac.png") no-repeat center center;
  background-size: 100%;
}
.list-archives .list-archivesubs {
  padding-left: 34px;
  margin-top: -5px;
  margin-bottom: 7px;
}
.list-archives .list-archivesubs .item-archivesub a {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.1em;
  line-height: 2.166;
}
@media screen and (min-width: 835px) {
  .list-archives .list-archivesubs .item-archivesub a {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .list-archives .list-archivesubs .item-archivesub a:hover {
    opacity: 0.7;
  }
}

.nums-page {
  margin-bottom: 132px;
}
@media screen and (max-width: 834px) {
  .nums-page {
    margin-bottom: 50px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
@media screen and (max-width: 834px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.wp-pagenavi .page {
  color: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #41b088;
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 640px) {
  .wp-pagenavi .page {
    margin: 0 5px;
  }
}
@media screen and (max-width: 374px) {
  .wp-pagenavi .page {
    margin: 0 3px;
  }
}
.wp-pagenavi .current {
  color: #41b088;
  margin: 0 8px;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi .current {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .wp-pagenavi .current {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    min-width: 20px;
    line-height: 20px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 374px) {
  .wp-pagenavi .current {
    width: 18px;
    height: 18px;
    min-width: 18px;
    line-height: 18px;
    margin: 0 3px;
    padding-bottom: 2px;
  }
}
.wp-pagenavi .nextpostslink {
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi .nextpostslink {
    padding-left: 10px;
  }
}
@media screen and (max-width: 374px) {
  .wp-pagenavi .nextpostslink {
    padding-left: 5px;
  }
}
.wp-pagenavi .nextpostslink:after {
  content: "";
  width: 13px;
  height: 14px;
  background: url("../img/column/img-arrnext.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi .nextpostslink:after {
    width: 10px;
    height: 11px;
    position: relative;
    top: 2px;
  }
}
.wp-pagenavi .previouspostslink {
  padding-right: 30px;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi .previouspostslink {
    padding-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .wp-pagenavi .previouspostslink {
    padding-right: 5px;
  }
}
.wp-pagenavi .previouspostslink:before {
  content: "";
  width: 13px;
  height: 14px;
  background: url("../img/column/img-arr.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .wp-pagenavi .previouspostslink:before {
    width: 10px;
    height: 11px;
    position: relative;
    top: 2px;
  }
}

.content-columns {
  background: #ffffff;
  padding: 78px 50px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  margin-bottom: 66px;
}
@media screen and (max-width: 1024px) {
  .content-columns {
    padding: 50px 25px;
  }
}
@media screen and (max-width: 640px) {
  .content-columns {
    padding: 35px 15px;
  }
}
.content-columns__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 56px;
}
@media screen and (max-width: 834px) {
  .content-columns__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 374px) {
  .content-columns__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.box-time-social {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 39px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .box-time-social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 25px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 834px) {
  .box-time-social .date-tags {
    margin-bottom: 25px;
  }
}
.box-time-social .block-socials, .box-time-social .date-tags {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .box-time-social .block-socials, .box-time-social .date-tags {
    width: 100%;
    padding: 0;
  }
}

.list-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -4px;
}
@media screen and (max-width: 834px) {
  .list-socials {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.list-socials .item-social {
  margin: 0 4px;
  text-align: center;
}
.list-socials .item-social a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  font-size: 20px;
  font-size: 2rem;
}
.list-socials .item-social a > span {
  color: #fff;
}
.list-socials .item-social.fb a {
  background: #3B5998;
}
.list-socials .item-social.twitter a {
  background: #1DA1F2;
}
.list-socials .item-social.line a {
  background: #00B900;
}
.list-socials .item-social.hatena a {
  background: #00a4de;
}

.content-columns__des {
  line-height: 1.866;
}
.content-columns__des h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  color: #41b088;
  margin-bottom: 25px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
@media screen and (max-width: 834px) {
  .content-columns__des h1 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.content-columns__des p {
  margin-bottom: 41px;
}
@media screen and (max-width: 834px) {
  .content-columns__des p {
    margin-bottom: 30px;
  }
}
.content-columns__des p:last-child {
  margin-bottom: 0;
}
.content-columns__des img {
  width: auto;
  height: auto;
  margin-bottom: 78px;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .content-columns__des img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}
.content-columns__des h2 {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #121212;
  padding: 13px 35px 12px;
  background: #f4f4f4;
  position: relative;
  margin-bottom: 41px;
}
@media screen and (max-width: 834px) {
  .content-columns__des h2 {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.content-columns__des h2:before {
  content: "";
  width: 5px;
  height: calc(100% - 30px);
  border-radius: 5px;
  background: #41b088;
  display: inline-block;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 14px;
}
.content-columns__des h2 + p {
  margin-bottom: 96px;
}
@media screen and (max-width: 834px) {
  .content-columns__des h2 + p {
    margin-bottom: 50px;
  }
}
.content-columns__des h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.05em;
  line-height: 1.875;
  color: #121212;
  padding-bottom: 10px;
  border-bottom: 1px solid #41b088;
  margin-bottom: 27px;
}
@media screen and (max-width: 834px) {
  .content-columns__des h3 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.content-columns__des h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.05em;
  line-height: 1.875;
  position: relative;
  margin-bottom: 14px;
}
@media screen and (max-width: 834px) {
  .content-columns__des h4 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.content-columns__des h4:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 20px;
  background: #41b088;
  margin-right: 10px;
  display: inline-block;
}
.content-columns__des h5 {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.05em;
  color: #41b088;
  line-height: 1.875;
  margin-bottom: 15px;
}
@media screen and (max-width: 834px) {
  .content-columns__des h5 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.content-columns__des h6 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.875;
  color: #121212;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  .content-columns__des h6 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-linkcolumns {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #121212;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 73px;
  margin: 0 -10px;
}
@media screen and (max-width: 1024px) {
  .list-linkcolumns {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 834px) {
  .list-linkcolumns {
    margin-bottom: 50px;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .list-linkcolumns {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.list-linkcolumns .item-linkcolum {
  width: 33.33%;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .list-linkcolumns .item-linkcolum {
    width: 50%;
    margin-bottom: 15px;
    min-height: 50px;
    display: inline-block;
  }
  .list-linkcolumns .item-linkcolum:last-child {
    margin-bottom: 0;
  }
}
.list-linkcolumns .item-linkcolum a {
  padding: 18px 27px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .list-linkcolumns .item-linkcolum a {
    padding: 18px 15px;
  }
}
@media screen and (max-width: 834px) {
  .list-linkcolumns .item-linkcolum.previous a {
    width: 100%;
    max-width: 250px;
  }
}
.list-linkcolumns .item-linkcolum.previous a:before {
  content: "";
  width: 13px;
  height: 12px;
  background: url("../img/column/img-arr.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
}
.list-linkcolumns .item-linkcolum.current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .list-linkcolumns .item-linkcolum.current {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .list-linkcolumns .item-linkcolum.current a {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .list-linkcolumns .item-linkcolum.current a {
    width: 85%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.list-linkcolumns .item-linkcolum.current a:before {
  content: "";
  width: 16px;
  height: 14px;
  background: url("../img/column/details/img-window.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .list-linkcolumns .item-linkcolum.current a:before {
    margin-right: 5px;
    min-width: 16px;
  }
}
.list-linkcolumns .item-linkcolum.next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .list-linkcolumns .item-linkcolum.next {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 834px) {
  .list-linkcolumns .item-linkcolum.next a {
    width: 100%;
    max-width: 250px;
  }
}
.list-linkcolumns .item-linkcolum.next a:after {
  content: "";
  width: 13px;
  height: 12px;
  background: url("../img/column/img-arrnext.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
}
/*# sourceMappingURL=maps/styles.css.map */
