@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

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

fieldset, img {
  border: 0;
}

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

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

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

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

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

del, ins {
  text-decoration: none;
}

/* ====================================================
Color
==================================================== */
/* ====================================================
Font
==================================================== */
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica-Bold.eot");
  src: local("☺"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.ttf") format("truetype"), url("../fonts/Helvetica-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

/* ====================================================
MODULE
==================================================== */
.c-fc__ff {
  color: #fff;
}

.c-fc__or {
  color: #ff6c00;
}

.c-fc__rd {
  color: #e50000;
}

.c-fc__lor {
  color: #ffcc00;
}

.c-fc__lbl {
  color: #005afd;
}

.c-ft__en {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.c-fw__lt {
  font-weight: 300 !important;
}

.c-fw__md {
  font-weight: 500 !important;
}

.c-fw__sbd {
  font-weight: 600 !important;
}

.c-fw__bd {
  font-weight: 700 !important;
}

.c-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 {
  text-shadow: 1px 1px 0px rgba(143, 91, 94, 0.6);
}

.c-al__c {
  text-align: center !important;
}

.c-al__r {
  text-align: right !important;
}

.c-al__l {
  text-align: left;
}

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

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

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

/*テキストMODULE*/
.c-txt01 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}

.c-txt01 .strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .c-txt01 {
    line-height: 1.6;
  }
}

.c-txt02 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 500;
}

.c-txt02 .small {
  font-size: 14px;
  font-size: 1.4rem;
}

.c-txt03 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.44;
}

@media screen and (max-width: 640px) {
  .c-txt03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-txt04 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.75;
}

.c-txt05 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .c-txt05 {
    line-height: 1.6;
  }
}

.c-txt06 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
}

@media screen and (max-width: 834px) {
  .c-txt06 {
    line-height: 1.6;
  }
}

.c-txt07 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.22;
}

@media screen and (max-width: 834px) {
  .c-txt07 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.c-txt08 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.c-txt09 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
}

@media screen and (max-width: 834px) {
  .c-txt09 {
    line-height: 1.8;
  }
}

.c-txt09 .strong {
  font-size: 18px;
  font-size: 1.8rem;
}

.c-ttl01 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.38;
}

@media screen and (max-width: 834px) {
  .c-ttl01 {
    font-size: max(26px, 4.8vw);
  }
}

.c-ttl01 .cap {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 834px) {
  .c-ttl01 .cap {
    font-size: max(18px, 3.3vw);
  }
}

.c-ttl02 {
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  font-weight: 600;
  text-align: center;
  background: #003060;
}

.c-ttl02 span {
  position: relative;
  display: inline-block;
  padding: 52px 160px 54px;
  background: url(../img/index/img-ttl01.png) no-repeat right center;
  background-size: 185px auto;
}

@media screen and (max-width: 1024px) {
  .c-ttl02 span {
    padding-left: 15.625%;
    padding-right: 15.625%;
    background-size: 18.066vw auto;
  }
}

@media screen and (max-width: 834px) {
  .c-ttl02 span {
    padding: 40px 15%;
    font-size: max(32px, 5.75vw);
    background-size: 20vw auto;
  }
}

@media screen and (max-width: 640px) {
  .c-ttl02 span {
    padding: 40px 10%;
    font-size: max(30px, 7.5vw);
  }
}

.c-ttl03 {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .c-ttl03 {
    font-size: 3.33vw;
  }
}

@media screen and (max-width: 834px) {
  .c-ttl03 {
    font-size: max(25px, 4.79vw);
  }
}

@media screen and (max-width: 640px) {
  .c-ttl03 {
    font-size: max(23px, 4.79vw);
  }
}

@media screen and (max-width: 375px) {
  .c-ttl03 {
    font-size: max(19px, 4.79vw);
  }
}

.c-ttl03 span {
  position: relative;
  display: inline-block;
  padding: 15px 1.875em;
  background: #003060;
  border-radius: 50px;
}

.c-ttl03 span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 144px;
  height: 90px;
}

@media screen and (max-width: 834px) {
  .c-ttl03 span {
    padding: 10px 1.2em;
  }
}

@media screen and (max-width: 640px) {
  .c-ttl03 span {
    width: 100%;
  }
}

.c-ttl03 span:before {
  position: absolute;
  left: -75px;
  top: -6px;
  content: '';
  background: url(../img/index/img-ttl02.png) no-repeat left center;
  background-size: contain;
}

@media screen and (max-width: 834px) {
  .c-ttl03 span:before {
    top: max(-5px, -.3vw);
    left: max(-100px, -12vw);
    width: max(70px, 20vw);
    height: max(45px, 10.7vw);
  }
}

@media screen and (max-width: 640px) {
  .c-ttl03 span:before {
    left: -5px;
    top: 50%;
    top: auto;
    bottom: -20px;
  }
}

@media screen and (min-width: 835px) and (max-width: 1350px) {
  .c-ttl03.w100 span {
    padding: 15px 2.2em;
    width: calc(100% - 70px);
  }
}

.c-ttl04 {
  padding: 20px 0 20px;
  color: #003060;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  background: #ffe4d0;
  border-top: 2px solid #003060;
  border-bottom: 2px solid #003060;
}

@media screen and (max-width: 640px) {
  .c-ttl04 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.c-ttl04 .strong {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 640px) {
  .c-ttl04 .strong {
    font-size: 30px;
    font-size: 3rem;
  }
}

.c-ttl05 {
  position: relative;
  padding: 15px 15px 15px 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  background: #fff2e8;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  .c-ttl05 {
    padding-left: 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-ttl05:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: calc(100% - 30px);
}

.c-ttl05:before {
  position: absolute;
  left: 15px;
  top: 16px;
  background: #ff6c00;
  border-radius: 8px;
}

@media screen and (max-width: 640px) {
  .c-ttl05:before {
    width: 5px;
  }
}

.c-ttl05 .small {
  margin-left: 8px;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 640px) {
  .c-ttl05 .small {
    margin-left: 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.c-ttl06 {
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 3px solid #ff6c00;
}

@media screen and (max-width: 640px) {
  .c-ttl06 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-ttl07 {
  color: #ff6c00;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .c-ttl07 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-ttl08 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 0.9;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-bottom: 17px;
  border-bottom: 2px solid #d7d7d7;
  display: block;
  position: relative;
  margin-bottom: 63px;
}

@media screen and (max-width: 375px) {
  .c-ttl08 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.c-ttl08:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 250px;
  height: 4px;
  background: #ff6c00;
}

@media screen and (max-width: 375px) {
  .c-ttl08:after {
    width: 100px;
  }
}

.c-ttl09 {
  display: inline-block;
  padding: 10px 1em;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  background: #005afd;
  border-radius: 0 30px 30px 0;
}

@media screen and (max-width: 640px) {
  .c-ttl09 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-ttl10 {
  color: #003060;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .c-ttl10 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-ttl10 sup {
  font-size: 60%;
}

.c-ttl11 {
  padding-bottom: 5px;
  color: #ff6c00;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 640px) {
  .c-ttl11 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-ttl12 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .c-ttl12 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 640px) {
  .c-ttl12 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-ttl12 .en {
  display: block;
  margin-top: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: .1em;
}

.c-ttl13 {
  position: relative;
  padding-left: 28px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .c-ttl13 {
    padding-left: 20px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.c-ttl13:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 100%;
}

.c-ttl13:before {
  left: 0;
  top: 3px;
  background: #333;
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .c-ttl13:before {
    top: 0;
  }
}

.c-ttl14 {
  position: relative;
  padding-bottom: 30px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: .05em;
}

@media screen and (max-width: 640px) {
  .c-ttl14 {
    padding-bottom: 20px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.c-ttl14:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 8px;
}

.c-ttl14:before {
  left: 0;
  bottom: 0;
  background: #ff6c00;
  border-radius: 4px;
}

@media screen and (max-width: 640px) {
  .c-ttl14:before {
    width: 30px;
    height: 5px;
  }
}

.c-ttl-sec {
  position: relative;
  padding-bottom: 90px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .c-ttl-sec {
    padding-bottom: max(80px, 9.33vw);
  }
}

.c-ttl-sec > span {
  position: relative;
  display: inline-block;
  padding: 15px 1.14em;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  background: #fff;
  border-radius: 80px;
}

@media screen and (max-width: 1200px) {
  .c-ttl-sec > span {
    font-size: max(22px, 3.33vw);
  }
}

@media screen and (max-width: 1024px) {
  .c-ttl-sec > span {
    padding: 15px .5em 20px;
  }
}

@media screen and (max-width: 834px) {
  .c-ttl-sec > span {
    width: 100%;
    max-width: 600px;
  }
}

.c-ttl-sec > span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}

.c-ttl-sec > span:before {
  position: absolute;
  left: 10%;
  bottom: -11px;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 834px) {
  .c-ttl-sec > span:before {
    left: 16%;
  }
}

.c-ttl-sec .strong {
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (max-width: 1200px) {
  .c-ttl-sec .strong {
    font-size: max(32px, 4.16vw);
  }
}

.c-ttl-sec .icn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
}

@media screen and (max-width: 1200px) {
  .c-ttl-sec .icn {
    width: max(70px, 16.66vw);
  }
}

@media screen and (max-width: 640px) {
  .c-ttl-sec .icn {
    left: -3%;
    width: 120px;
  }
}

.txt-dot {
  position: relative;
  display: inline-block;
  padding-top: .4em;
}

.txt-dot:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
}

.txt-dot:before {
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 100%;
  background: #ff6c00;
  border-radius: 50%;
}

.c-list-check li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 28px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .c-list-check li {
    margin-bottom: 5px;
  }
}

.c-list-check li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f14a';
  color: #ff6c00;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .c-list-check li:before {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-list-dec {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .c-list-dec {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-list-dec li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 18px;
}

@media screen and (max-width: 640px) {
  .c-list-dec li {
    margin-bottom: 10px;
  }
}

.c-list-dec li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
}

.c-list-dec li:before {
  top: 7px;
  left: 0;
  border-radius: 50%;
  background: #ff6c00;
}

@media screen and (max-width: 640px) {
  .c-list-dec li:before {
    top: 6px;
  }
}

.c-list-check02 li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}

@media screen and (max-width: 640px) {
  .c-list-check02 li {
    margin-bottom: 5px;
    line-height: 1.5;
  }
}

.c-list-check02 li.ck-none {
  padding-left: 0;
  font-size: 15px;
  font-size: 1.5rem;
}

.c-list-check02 li.ck-none:before {
  display: none;
}

.c-list-check02 li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f14a';
  color: #005afd;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 640px) {
  .c-list-check02 li:before {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.c-page-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-page-nav__item {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-page-nav__item {
    margin-bottom: 10px;
  }
}

.c-page-nav__item a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 32px 0;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .c-page-nav__item a {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 834px) {
  .c-page-nav__item a {
    padding: 10px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 835px) {
  .c-page-nav__item a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .c-page-nav__item a:hover {
    opacity: .7;
  }
}

.c-page-nav__item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
}

.c-page-nav__item a:before {
  top: 50%;
  margin-top: -3.5px;
  right: 9%;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

@media screen and (max-width: 834px) {
  .c-page-nav__item a:before {
    right: 15px;
  }
}

.c-page-nav.clm4 li {
  width: 23%;
  margin-right: 2.66%;
}

.c-page-nav.clm4 li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .c-page-nav.clm4 li {
    width: 24%;
    margin-right: 1.33%;
  }
}

@media screen and (max-width: 834px) {
  .c-page-nav.clm4 li {
    width: 48%;
    margin-right: 4%;
  }
  .c-page-nav.clm4 li:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*リンクMODULE*/
.c-link01 {
  position: relative;
  padding-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.c-link01:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 10px;
}

.c-link01:before {
  position: absolute;
  left: 0;
  top: 6px;
  color: #ff6c00;
  content: '\f054';
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
}

.c-link01:hover {
  color: #ff6d00;
}

.c-link02 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
}

@media screen and (min-width: 835px) {
  .c-link02 {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .c-link02:hover {
    opacity: .7;
  }
}

.c-link03 {
  color: #003060;
  text-decoration: underline;
}

@media screen and (min-width: 835px) {
  .c-link03 {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .c-link03:hover {
    opacity: .7;
  }
}

/*ボタンMODULE*/
.c-btn01 {
  position: relative;
  display: inline-block;
  padding: 15px 1em;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
  background: #ff6c00;
  border-radius: 30px;
}

@media screen and (min-width: 835px) {
  .c-btn01 {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .c-btn01:hover {
    opacity: .7;
  }
}

.c-btn01:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
}

.c-btn01:before {
  top: 50%;
  margin-top: -3.5px;
  right: 1.25em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media screen and (max-width: 834px) {
  .c-btn01:before {
    right: 15px;
  }
}

.c-btn02 {
  position: relative;
  display: inline-block;
  padding: 2px 1.7em 2px .8em;
  width: 100%;
  color: #fff;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  text-align: center;
  background: #003060;
  border-radius: 5px;
}

@media screen and (min-width: 835px) {
  .c-btn02 {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .c-btn02:hover {
    opacity: .7;
  }
}

.c-btn02:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
}

@media screen and (max-width: 834px) {
  .c-btn02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-btn02:before {
  top: 50%;
  margin-top: -3.5px;
  right: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media screen and (max-width: 834px) {
  .c-btn02:before {
    right: 15px;
  }
}

.btn-dent {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
  border: 0;
}

.btn-dent:hover {
  margin-top: 3px !important;
}

.btn-dent.__or {
  color: #fff;
  background-color: #ff6c00;
  border-bottom: 5px solid #da5c00;
}

.btn-dent.__or:hover {
  border-bottom: 2px solid #da5c00;
}

.btn-dent.__bl {
  color: #fff;
  background-color: #002ead;
  border-bottom: 5px solid #001a62;
}

.btn-dent.__bl:hover {
  border-bottom: 2px solid #001a62;
}

.btn-dent.__nv {
  color: #fff;
  background-color: #003060;
  border-bottom: 5px solid #002142;
}

.btn-dent.__nv:hover {
  border-bottom: 2px solid #002142;
}

.btn-dent.__nv02 {
  color: #fff;
  background-color: #003060;
  border-bottom: 5px solid #647ba3;
}

.btn-dent.__bk {
  color: #fff;
  background-color: #333;
  border-bottom: 5px solid #000;
}

.btn-dent.__bk:hover {
  border-bottom: 2px solid #000;
}

.btn-dent.__gy {
  color: #000000;
  background-color: #e6e6e6;
  border-bottom: 5px solid #cbcbcb;
}

.btn-dent.__gy:hover {
  border-bottom: 2px solid #cbcbcb;
}

.btn-dent.__rd {
  color: #fff;
  background-color: #ff4141;
  border-bottom: 5px solid #ac0000;
}

.btn-dent.__rd:hover {
  border-bottom: 2px solid #da5c00;
}

.btn-dent.__gr {
  color: #fff;
  background-color: #3ca980;
  border-bottom: 5px solid #1c7c55;
}

.btn-dent.__gr:hover {
  border-bottom: 2px solid #1c7c55;
}

.btn-dent.arrow-r-d:before {
  content: '\f078';
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -10px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

@media screen and (max-width: 834px) {
  .btn-dent.arrow-r-d:before {
    right: 10px;
  }
}

.btn-contact {
  padding: 15px 0 10px;
  font-size: 20px;
  font-size: 2rem;
}

.btn-contact .small {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}

.btn-shop {
  padding: 15px 0 10px;
  width: 94px;
  font-size: 16px;
  font-size: 1.6rem;
}

.btn-shop i {
  display: block;
  margin-bottom: 5px;
  color: #d40000;
  font-size: 20px;
  font-size: 2rem;
}

.btn-tel {
  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;
  padding: 10px 0;
  height: 122px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .btn-tel {
    padding-bottom: 20px;
    height: auto;
  }
}

.btn-tel .tel {
  margin-left: 10px;
  font-size: 62px;
  font-size: 6.2rem;
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  .btn-tel .tel {
    font-size: 5.8vw;
  }
}

@media screen and (max-width: 640px) {
  .btn-tel .tel {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .btn-tel img {
    width: 6.5vw;
  }
}

@media screen and (max-width: 640px) {
  .btn-tel img {
    width: 50px;
  }
}

.btn-tel .small {
  display: inline-block;
  margin-top: 5px;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-tel .small-s {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .btn-tel .small {
    font-size: 14px;
    font-size: 1.4rem;
  }
		.btn-tel .small-s {
				font-size: 12px;
		}
		.btn-tel .small-s .pc{
		  display: none;
		}
}

.btn-bk {
  padding: 30px 10px;
  width: 100%;
  max-width: 460px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 640px) {
  .btn-bk {
    padding: 20px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn-acc {
  padding: 18px 10px;
  font-size: 20px;
  font-size: 2rem;
  cursor: pointer;
}

.btn-acc:before {
  position: absolute;
  content: '\f055';
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
}

@media screen and (max-width: 834px) {
  .btn-acc:before {
    right: 10px;
  }
}

.btn-acc.active {
  background-color: #647ba3;
  border-bottom: 5px solid #003060;
}

.btn-acc.active:hover {
  border-bottom: 5px solid #003060;
}

.btn-acc.active:before {
  position: absolute;
  content: '\f056';
}

/* hover style */
.fn-hover {
  display: inline-block;
}

@media screen and (min-width: 835px) {
  .fn-hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .fn-hover:hover {
    opacity: .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;
}

@media screen and (max-width: 834px) {
  .scroll-box-sp.type02 {
    padding-bottom: 10px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scroll-box-sp.type02 .c-table {
    min-width: 600px;
  }
}

@media screen and (max-width: 834px) {
  .scroll-box-sp .case-list {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    gap: 1.67%;
  }
}

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

.c-marker {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9f600), color-stop(50%, transparent));
  background: -o-linear-gradient(left, #f9f600 50%, transparent 50%);
  background: linear-gradient(to right, #f9f600 50%, transparent 50%);
  background-repeat: no-repeat;
  background-size: 200% 1.7em;
  background-position: 100% .1em;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.c-marker.line2 {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.c-marker.line3 {
  -webkit-transition-delay: .5s;
       -o-transition-delay: .5s;
          transition-delay: .5s;
}

.c-marker.line4 {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.c-marker.line5 {
  -webkit-transition-delay: 1.3s;
       -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

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

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

.c-marker.__wh {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, white), color-stop(50%, transparent));
  background: -o-linear-gradient(left, white 50%, transparent 50%);
  background: linear-gradient(to right, white 50%, transparent 50%);
  background-size: 200% 1.7em;
  background-position: 100% .1em;
}

.c-marker.is-active {
  background-position: 0% .1em;
}

.c-mask {
  display: inline-block;
  width: inherit;
  height: inherit;
  padding: 0 .3em;
  color: #fff;
  background-color: #000;
  opacity: 0;
  overflow: hidden;
}

.c-mask-wrap {
  overflow: hidden;
}

.c-mask.-wh {
  background-color: #fff;
}

.c-mask.line2 {
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.isPlay {
  -webkit-animation-name: play;
          animation-name: play;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  position: relative;
  opacity: 1 !important;
}

.isPlay:before {
  -webkit-animation-name: maskOut;
          animation-name: maskOut;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
          animation-timing-function: cubic-bezier(0.8, 0, 0.5, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 101%;
  height: 100%;
  background: #e50000;
}

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

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

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

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

.c-bg__bl {
  background: #003060;
}

.c-table {
  table-layout: fixed;
  color: #003060;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.76;
  border-top: 1px solid #003060;
  border-right: 1px solid #003060;
}

@media screen and (max-width: 834px) {
  .c-table {
    /*min-width: 1040px;*/
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .c-table.type02 th, .c-table.type02 td {
    display: table-cell;
    width: auto;
  }
}

.c-table th,
.c-table td {
  padding: .88em 0;
  border-bottom: 1px solid #003060;
  border-left: 1px solid #003060;
}

@media screen and (max-width: 834px) {
  .c-table th,
  .c-table td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}

.c-table th {
  padding: .2em 1em;
}

.c-table__head {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  background: #003060;
}

@media screen and (max-width: 834px) {
  .c-table__head {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-table__head sup {
  font-size: 60%;
}

@media screen and (max-width: 834px) {
  .c-table .sp-block {
    position: relative;
    text-align: left;
    padding-left: 100px;
  }
}

.c-table .sp-ttl {
  display: none;
}

@media screen and (max-width: 834px) {
  .c-table .sp-ttl {
    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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    border-right: 1px solid #003060;
  }
}

@media screen and (max-width: 834px) {
  .c-table .sp-center {
    text-align: center;
  }
}

.c-table .pd {
  padding-left: 2em;
  padding-right: 2em;
}

@media screen and (max-width: 834px) {
  .c-table .pd {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-table .price {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .c-table .price {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-table .head-bl {
  background: #637ea8;
}

.c-table .w230 {
  width: 230px;
}

.c-table .fs16 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .c-table .fs16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .c-table .fs16 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 375px) {
  .c-table .fs16 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.c-table .fs18 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .c-table .fs18 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .c-table .fs18 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  .c-table .fs18 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.c-table .fs19 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .c-table .fs19 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.c-table .fs20 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .c-table .fs20 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.c-table .fs24 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .c-table .fs24 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.c-table .strong {
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 834px) {
  .c-table .strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.c-table.w500 {
  margin-bottom: 0 !important;
  width: 50%;
  min-width: 1px;
}

@media screen and (max-width: 834px) {
  .c-table.w500 {
    width: 100%;
  }
}

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

@media screen and (max-width: 834px) {
  body {
    padding-bottom: 68px;
  }
}

.wrapper {
  padding-top: 190px;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 80px;
  }
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    padding: 0 4.19%;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1500px;
}

@media screen and (max-width: 1500px) {
  .container {
    padding: 0 15px;
  }
}

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

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

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

/* ====================================================
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;
  width: 100%;
  height: 190px;
  z-index: 1000;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  #main-header {
    height: 80px;
  }
}

#main-header > .container {
  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: 15px 0;
}

@media screen and (max-width: 1500px) {
  #main-header > .container {
    padding: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #main-header > .container {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 834px) {
  #main-header > .container {
    padding: 10px 4%;
  }
}

#main-header .logo {
  width: 24.66%;
  max-width: 370px;
  min-width: 260px;
  z-index: 102;
}

@media screen and (max-width: 1024px) {
  #main-header .logo {
    width: 220px;
    min-width: 1px;
  }
}

@media screen and (max-width: 834px) {
  #main-header .logo {
    width: 180px;
  }
}

#main-header .logo .cap {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1300px) {
  #main-header .logo .cap {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  #main-header .logo .cap {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#main-header .function {
  max-width: 930px;
  width: 73%;
}

@media screen and (max-width: 1024px) {
  #main-header .function {
    display: none;
  }
}

#main-header .function-top {
  margin-bottom: 15px;
  text-align: right;
}

#main-header .function-top a {
  margin-left: 2em;
}

#main-header .function-top .sns-link {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
}

#main-header .function-top .sns-link i {
  margin-right: 5px;
}

#main-header .function-top .sns-link.fb i {
  color: #1877f2;
}

#main-header .function-top .sns-link.tw i {
  color: #00acee;
}

#main-header .function-btm {
  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;
}

#main-header .function-btm .btn-shop {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 1300px) {
  #main-header .function-btm .btn-shop {
    font-size: 1.23vw;
  }
}

@media screen and (max-width: 1200px) {
  #main-header .function-btm .btn-shop {
    width: 80px;
  }
}

#main-header .function-btm .btn-form01,
#main-header .function-btm .btn-form02 {
  padding: 26px .5em;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1300px) {
  #main-header .function-btm .btn-form01,
  #main-header .function-btm .btn-form02 {
    font-size: 1.23vw;
  }
}

#main-header .function-btm .btn-form01 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 5px;
}

#main-header .function-btm .btn-form02 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 0 5px;
}

#main-header .function-btm div:nth-child(1) {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 1300px) {
  #main-header .function-btm div:nth-child(1) {
    max-width: 230px;
  }
}

#main-header .function .ad {
  margin: 0 10px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

#main-header .function .btn-contact {
  margin: 0 0 0 10px;
  min-width: 220px;
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (max-width: 1300px) {
  #main-header .function .btn-contact {
    font-size: 1.538vw;
  }
  #main-header .function .btn-contact .small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1100px) {
  #main-header .function .btn-contact {
    min-width: 180px;
  }
}

#main-header .function-sp {
  margin: 20px 0;
}

#main-header .function-sp a {
  display: block;
  width: 100%;
}

#main-header .function-sp a[href^="tel:"] {
  margin: 15px 0;
}

#main-header .function-sp a[href^="tel:"] img {
  width: 100%;
}

#main-header .function-sp .btn01 {
  height: 66px;
}

#main-header .function-sp .btn02 {
  width: 49%;
  height: 60px;
}

#main-header .function-sp .btn03 {
  padding-top: 3px;
  height: 70px;
}

#main-header .function-sp .btn-shop {
  position: relative;
  padding-top: 10px;
  width: 100%;
  height: 66px;
}

#main-header .function-sp .btn-shop:hover {
  top: 3px;
}

#main-header .function-sp .btn-data {
  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: 10px 0;
}

#main-header .function-sp .btn-data:hover {
  top: 3px;
}

#main-header .function-sp .btn-form01,
#main-header .function-sp .btn-form02 {
  padding-top: 3px;
  line-height: 50px;
  height: 60px;
  font-size: 14px;
  font-size: 1.4rem;
}

.navGlobal {
  position: relative;
  z-index: 101;
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 0 15px;
}

@media screen and (max-width: 1500px) {
  .navGlobal .container {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .navGlobal-inner {
    height: auto;
    min-height: 1px;
    overflow-y: scroll;
    border-bottom: 0;
  }
}

.navGlobalIn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 1024px) {
  .navGlobalIn {
    border-top: 1px solid #ddd;
    border-left: 0;
  }
}

.navGlobalIn > li {
  width: 16.66%;
  font-size: 17px;
  font-size: 1.7rem;
  text-align: center;
  border-right: 1px solid #ddd;
}
.navGlobalIn > li.sponly {
 display:none;
}

@media screen and (max-width: 1024px) {
  .navGlobalIn > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }
  .navGlobalIn > li.sponly {
   display:block;
  }
}

@media screen and (max-width: 640px) {
  .navGlobalIn > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.navGlobalIn > li > a {
  display: block;
  position: relative;
  padding: 20px 5px;
}

.navGlobalIn > li > a:hover {
  color: #ff6d00;
}

.navGlobalIn .fn-subNav > a:after {
  display: inline-block;
  margin-left: 5px;
  content: '\f107';
  color: #ff6c00;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  .navGlobalIn .fn-subNav > a:after {
    display: none;
  }
}

.navGlobalIn .fn-subNav > a .js-subnavOpen {
  display: none;
}

@media screen and (max-width: 1024px) {
  .navGlobalIn .fn-subNav > a .js-subnavOpen {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 0;
    width: 57px;
    height: 56px;
    color: #ff6c00;
    line-height: 56px;
    z-index: 100;
    cursor: default;
    background: url(../img/common/icn-plus.png) no-repeat center center;
    background-size: 15px auto;
  }
  .navGlobalIn .fn-subNav > a .js-subnavOpen i {
    display: none;
  }
  .navGlobalIn .fn-subNav > a .js-subnavOpen.on {
    background: url(../img/common/icn-minus.png) no-repeat center center;
    background-size: 15px auto;
  }
}

.subNav {
  display: none;
  position: absolute;
  top: 61px;
  left: 0;
  padding: 30px 0;
  width: 100%;
  background: #e7e7e7;
  -webkit-box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1024px) {
  .subNav {
    position: static;
    padding: 20px 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.subNav .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subNav .inner .ttl {
  position: relative;
  padding-left: 30px;
  width: 234px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}

.subNav .inner .ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 4px;
}

@media screen and (max-width: 1024px) {
  .subNav .inner .ttl {
    margin-bottom: 10px;
    width: 100%;
  }
}

.subNav .inner .ttl:before {
  position: absolute;
  top: 8px;
  left: 0;
  background: #ff6c00;
  border-radius: 3px;
}

.subNav-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;
  width: calc(100% - 234px);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .subNav-list {
    width: 100%;
  }
}

.subNav-list li {
  width: 13.5275%;
}

@media screen and (max-width: 1024px) {
  .subNav-list li {
    margin-top: 20px;
    width: 48%;
  }
  .subNav-list li:last-child {
    margin-right: auto;
  }
}

.subNav-list li .img {
  display: block;
  margin-bottom: 10px;
  background: #fff;
  border-radius: 10px;
}

.subNav-list li a {
  display: block;
}

.subNav-list li a:hover {
  color: #ff6c00;
}

.subNav-list li a:hover .img {
  background: #ffad70;
}

.mobile-icon {
  position: relative;
  display: none;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  -webkit-transition: background .5s;
  -o-transition: background .5s;
  transition: background .5s;
  z-index: 102;
}

@media screen and (max-width: 1024px) {
  .mobile-icon {
    display: block;
    margin-left: auto;
  }
}

.mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 31px;
  height: 4px;
  font-size: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ff6c00;
  border-radius: 3px;
}

.mobile-icon span:before, .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff6c00;
  content: '';
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  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: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
}

.mobile-icon.mobile-close span:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .js-nav {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 80px;
    width: 100%;
    display: none;
    opacity: 1;
  }
  .navGlobal-inner {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    padding-bottom: 60px;
  }
}

/* ====================================================
Footer
==================================================== */
#main-footer {
  padding: 80px 0 30px;
  color: #fff;
  background: #003060;
}

@media screen and (max-width: 834px) {
  #main-footer {
    padding: 35px 0;
  }
}

#main-footer > .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#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;
  width: 46.666%;
}

@media screen and (max-width: 1200px) {
  #main-footer .ft-nav {
    width: 44%;
  }
}

@media screen and (max-width: 834px) {
  #main-footer .ft-nav {
    width: 100%;
  }
}

#main-footer .ft-nav .ft-nav__list {
  width: 49%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  #main-footer .ft-nav .ft-nav__list {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#main-footer .ft-nav .ft-nav__list > li {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  #main-footer .ft-nav .ft-nav__list > li {
    margin-bottom: 30px;
  }
}

#main-footer .ft-nav .ft-nav__list > li.sns-link {
  margin-bottom: 10px;
}

#main-footer .ft-nav .ft-nav__list > li.sns-link i {
  margin-right: 5px;
}

#main-footer .ft-nav .ft-nav__list > li.sns-link.fb i {
  color: #1877f2;
}

#main-footer .ft-nav .ft-nav__list > li.sns-link.tw i {
  color: #00acee;
}

@media screen and (min-width: 835px) {
  #main-footer .ft-nav .ft-nav__list a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  #main-footer .ft-nav .ft-nav__list a:hover {
    opacity: .7;
  }
}

#main-footer .subnav {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

#main-footer .subnav li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}

#main-footer .subnav li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 2px;
}

#main-footer .subnav li:before {
  left: 0;
  top: 5px;
  background: #fff;
}

#main-footer .function {
  padding-bottom: 60px;
  width: 48.333%;
}

@media screen and (max-width: 1200px) {
  #main-footer .function {
    width: 56%;
  }
}

@media screen and (max-width: 834px) {
  #main-footer .function {
    padding-bottom: 30px;
    width: 100%;
  }
}

#main-footer .function .btn-contact {
  width: 100%;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  #main-footer .function .btn-contact {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 640px) {
  #main-footer .function .btn-contact {
    font-size: 20px;
    font-size: 2rem;
    height: auto;
  }
}

#main-footer .function .btn-contact i {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1024px) {
  #main-footer .function .btn-contact i {
    font-size: 3.9vw;
  }
}

@media screen and (max-width: 640px) {
  #main-footer .function .btn-contact i {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

#main-footer .function .btn-contact .small {
  display: inline-block;
  margin-top: 10px;
  padding: 0 1.4em;
  color: #ff6c00;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  background: #fff;
  border-radius: 20px;
}

#main-footer .function .contact {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 18px 0 45px;
}

#main-footer .function .contact .btn-tel {
  width: 51.72%;
  height: auto;
  background: none;
}

@media screen and (max-width: 1024px) {
  #main-footer .function .contact .btn-tel {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  #main-footer .function .contact .btn-tel {
    padding-top: 0;
  }
}

#main-footer .function .contact .btn-tel .tel {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1500px) {
  #main-footer .function .contact .btn-tel .tel {
    font-size: max(32px, 2.66vw);
  }
}

@media screen and (max-width: 1024px) {
  #main-footer .function .contact .btn-tel .tel {
    font-size: 5.8vw;
  }
}

@media screen and (max-width: 640px) {
  #main-footer .function .contact .btn-tel .tel {
    font-size: 40px;
    font-size: 4rem;
  }
}

#main-footer .function .contact .btn-dl {
  display: inline-block;
  padding: 25px 10px;
  width: 45.17%;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 1024px) {
  #main-footer .function .contact .btn-dl {
    margin-top: 15px;
    width: 100%;
  }
}

#main-footer .function .contact .btn-dl i {
  margin-right: 5px;
  font-size: 20px;
  font-size: 2rem;
}

#main-footer .function .contact .btn-dl:hover {
  color: #003060;
  background: #fff;
}

#main-footer .function .lineBtn{
	margin: 0px 0 45px;
}
#main-footer .function .lineBtn img{
 width: 100%;
}

#main-footer .payment {
  background: #fff;
  border-radius: 10px;
}

#main-footer .payment .ttl {
  padding: 20px 10px;
  font-size: 21px;
  font-size: 2.1rem;
  background: #00284f;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 640px) {
  #main-footer .payment .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#main-footer .payment .cont {
  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: 25px 4.3%;
}

#main-footer .payment .cont .clm {
  width: 48.27%;
}

@media screen and (max-width: 640px) {
  #main-footer .payment .cont .clm {
    width: 100%;
  }
}

#main-footer .payment .cont .clm .txt {
  color: #00284f;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  #main-footer .payment .cont .clm .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  #main-footer .payment .cont .clm.bnr {
    margin-bottom: 5px;
  }
}

#main-footer .payment .cont .bnr {
  padding: 20px 10px;
  background: #e1efff;
  border-radius: 2px;
}

#main-footer .payment .cont .bnr .txt {
  margin-bottom: 15px;
}

#main-footer .payment .cont .bnr.txt {
  padding: 18px 10px;
}

#main-footer .payment .cont .bnr.txt:not(:last-child) {
  margin-bottom: 5px;
}

#main-footer .btm-block {
  padding-top: 30px;
  font-size: 15px;
  font-size: 1.5rem;
  border-top: 1px solid #19436c;
}

@media screen and (max-width: 834px) {
  #main-footer .btm-block {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
  }
  #main-footer .btm-block img {
    width: 280px;
  }
}
#main-footer .btm-block .inner .iso{
 width: auto;
	height: auto;
	margin: 0px auto 20px auto;
	max-width: 280px;
}
@media screen and (min-width: 835px) {
  #main-footer .btm-block .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
		
		#main-footer .btm-block .inner .iso{
		 height: 120px;
			margin: 0px 20px 0px 0px;
		}
}

#main-footer .copyright {
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  #main-footer .copyright {
    margin-bottom: 15px;
  }
}

.bnr-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 95px);
  max-width: 400px;
  z-index: 10;
}

@media screen and (min-width: 835px) {
  .bnr-fixed {
    display: none !important;
  }
}

.bnr-fixed > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bnr-fixed .btn-shop_sp {
  width: 13.623%;
}

.mv-pages {
  position: relative;
}

@media screen and (max-width: 1500px) {
  .mv-pages {
    margin-bottom: 45px;
  }
}

.mv-pages-content {
  position: relative;
}

.mv-pages-content img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .mv-pages-content img {
    height: 200px;
  }
}

@media screen and (max-width: 834px) {
  .mv-pages-content img {
    height: 250px;
  }
}

.mv-pages-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 40px;
  font-size: 4rem;
  color: #fff;
  line-height: 1.25;
  letter-spacing: 0.01em;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .mv-pages-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .mv-pages-ttl {
    width: 100%;
    font-size: 25px;
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    line-height: 1.5;
  }
}

.breadcrumb {
  background: #fff;
  padding: 8px 23px 8px 33px;
  border-radius: 35px;
  -webkit-box-shadow: 3px 9px 10px rgba(0, 0, 0, 0.06);
          box-shadow: 3px 9px 10px rgba(0, 0, 0, 0.06);
  width: auto;
  position: relative;
  left: calc((100% - 1500px)/2);
  top: -23px;
  color: #ff6c00;
  font-weight: 500;
  display: inline-block;
  max-width: 54.5%;
  margin-bottom: 95px;
}

.breadcrumb .container {
  width: auto;
  max-width: none;
}

@media screen and (max-width: 1500px) {
  .breadcrumb {
    max-width: 68.5%;
    left: 15px;
    top: -68px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .breadcrumb {
    max-width: calc(100% - 30px);
  }
}

@media screen and (max-width: 990px) {
  .breadcrumb {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    padding: 8px 1.5em;
  }
}

.breadcrumb a:after {
  display: inline-block;
  content: '\f054';
  color: #ff6c00;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 1px;
  margin: 1px 5px 0 15px;
}

@media screen and (max-width: 640px) {
  .breadcrumb a:after {
    margin-left: 10px;
  }
}

.breadcrumb a, .breadcrumb span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.1;
  padding-right: 5px;
}

@media screen and (max-width: 834px) {
  .breadcrumb a, .breadcrumb span {
    padding-right: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.breadcrumb span {
  color: #000;
  font-weight: 400;
  padding-left: 5px;
}

.breadcrumb span a {
  color: #ff6c00;
}

.sidebar {
  width: 30%;
  padding: 0 25px;
  margin-top: -12%;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 1500px) {
  .sidebar {
    margin-top: -10.5%;
  }
}

@media screen and (max-width: 1200px) {
  .sidebar {
    margin-top: -14%;
  }
}

.sidebar:after {
  content: '';
  display: block;
  width: 1000px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -975px;
  -webkit-box-shadow: 4px 2.74px 5.48px rgba(175, 175, 175, 0.3);
          box-shadow: 4px 2.74px 5.48px rgba(175, 175, 175, 0.3);
}

.sidebar .wrap-sidebar {
  padding: 80px 0 85px 89px;
  background: #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-box-shadow: 2.74px 2.74px 5.48px rgba(175, 175, 175, 0.3);
          box-shadow: 2.74px 2.74px 5.48px rgba(175, 175, 175, 0.3);
}

@media screen and (max-width: 1200px) {
  .sidebar .wrap-sidebar {
    padding: 45px 0 20px 45px;
  }
}

@media screen and (max-width: 1024px) {
  .sidebar .wrap-sidebar {
    padding: 60px;
    border-radius: 20px;
  }
}

@media screen and (max-width: 375px) {
  .sidebar .wrap-sidebar {
    padding: 40px 20px;
  }
}

.sidebar .box-list {
  margin-bottom: 59px;
}

@media screen and (max-width: 375px) {
  .sidebar .box-list {
    margin-bottom: 29px;
  }
}

.sidebar .box-list .c-ttl06 {
  line-height: 1.16;
  font-weight: 700;
  border-top: 1px solid #cbd1c7;
  border-bottom: 0;
  padding-top: 17px;
  position: relative;
  margin-bottom: 24px;
  font-size: 18px;
  font-size: 1.8rem;
}

.sidebar .box-list .c-ttl06:before {
  content: '';
  display: block;
  position: absolute;
  width: 90px;
  height: 2px;
  background: #ff6c00;
  left: 0;
  top: -1px;
}

.sidebar .box-list.case-page .c-ttl06 {
  border-top: 0;
  border-bottom: 1px solid #cbd1c7;
  letter-spacing: 0.05em;
  color: #ff6c00;
  padding-top: 0;
  padding-bottom: 10px;
}

.sidebar .box-list.case-page .c-ttl06:before {
  top: 29px;
}

.sidebar .box-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.sidebar .box-list ul li:before {
  display: inline-block;
  margin-right: 8px;
  content: '\f054';
  color: #ff6c00;
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 1px;
}

.sidebar .box-list ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sidebar .box-list ul li a:hover {
  color: #ff6c00;
}

.sidebar .box-list ul li span {
  color: #fff;
  background: #ff6c00;
  padding: 5px 7px;
  border-radius: 50%;
}

.sidebar .box-list ul.not-link li a {
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 0;
}

.sidebar .box-list ul.not-link li:before {
  content: '';
  display: none;
}

.sidebar .box-list .not-link li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 17px;
  margin-bottom: 27px;
}

.sidebar .box-list .not-link li:nth-child(5) {
  padding-right: 0;
}

.sidebar .box-list .not-link li small {
  color: #ff6c00;
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 3px;
}

.sidebar .box-list .block-date {
  position: relative;
}

.sidebar .box-list .block-date:after {
  content: '\f107';
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

.sidebar .box-list .block-date select {
  border: 1px solid #dddddd;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 19px;
  border-radius: 5px;
  position: relative;
  outline: none;
  width: 100%;
  cursor: pointer;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (max-width: 1024px) {
  .sidebar .box-list .block-date select {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 16px 27px 16px 15px;
  }
}

@media screen and (max-width: 375px) {
  .sidebar .box-list .block-date select {
    padding-right: 40px;
    line-height: 1.5;
  }
}

.sidebar .box-list .block-date select::-webkit-input-placeholder {
  color: #000;
}

.sidebar .box-list .block-date select::-moz-placeholder {
  color: #000;
}

.sidebar .box-list .block-date select:-ms-input-placeholder {
  color: #000;
}

.sidebar .box-list .block-date select::-ms-input-placeholder {
  color: #000;
}

.sidebar .box-list .block-date select::placeholder {
  color: #000;
}

.sidebar .box-list .block-date .dropdown-datepicker {
  width: 100%;
  background: #fff;
  border: 1px solid #dddddd;
  padding: 0 10px;
  max-height: 288px;
  overflow-y: scroll;
  display: none;
}

.sidebar .box-list .block-date .dropdown-datepicker li {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 12px;
  margin-bottom: 0;
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
}

.sidebar .box-list .block-date .dropdown-datepicker li:hover {
  opacity: 0.8;
}

.sidebar .box-list .block-date .dropdown-datepicker li:before {
  content: '';
  display: none;
}

.sidebar .box-list .block-date .dropdown-datepicker li:last-child {
  border-bottom: none;
}

.sidebar .box-list .block-date .dropdown-datepicker li a {
  pointer-events: none;
  cursor: default;
}

.sidebar .nas-content {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CBD1C7;
}

.sidebar .nas-content:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar .nas-content h4 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.16;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative;
}

.sidebar .nas-content h4:before {
  content: '';
  display: inline-block;
  background: url("../img/common/icon-sidebar.png") no-repeat center;
  background-size: contain;
  width: 21px;
  height: 21px;
  margin-right: 10px;
}

.sidebar .nas-content h4.active:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 6px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sidebar .nas-content ul {
  background: #F5F5F5;
  padding: 23px 25px;
}

.sidebar .nas-content ul li {
  margin-bottom: 15px;
}

.sidebar .nas-content ul li:last-child {
  margin-bottom: 0;
}

.sidebar .nas-content ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 835px) {
  .sidebar .nas-content ul li a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .sidebar .nas-content ul li a:hover {
    color: #ff6c00;
  }
}

.sidebar .nas-content ul li a:before {
  content: '';
  display: inline-block;
  background: url("../img/common/arrow-sidebar.png") no-repeat center;
  background-size: contain;
  width: 7px;
  height: 11px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .sidebar {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 3;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .sidebar:after {
    content: '';
    display: none;
  }
  .sidebar .box-list:last-child {
    margin-bottom: 0;
  }
}

/* ====================================================
content style
==================================================== */
.page-index .mv {
  position: relative;
}

@media screen and (max-width: 1500px) {
  .page-index .mv {
    height: 48.33vw;
  }
}

@media screen and (max-width: 834px) {
  .page-index .mv {
    height: auto;
  }
}

@media screen and (max-width: 1500px) {
  .page-index .mv .mv-img img {
    height: 48.33vw;
  }
}

@media screen and (max-width: 834px) {
  .page-index .mv .mv-img img {
    height: auto;
  }
}

@media screen and (max-width: 834px) {
  .page-index .mv .mv-ttl_sp {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 4%;
    width: 100%;
  }
}

@media screen and (min-width: 835px) {
  .page-index .mv .mv-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.page-index .mv .service {
  margin-top: 60px;
  padding: 0 0 30px;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1500px) {
  .page-index .mv .service {
    margin-top: 4vw;
  }
}

@media screen and (max-width: 834px) {
  .page-index .mv .service {
    margin-top: 0;
    padding: 15px 0;
    background: #ff4800;
  }
}

@media screen and (min-width: 835px) {
  .page-index .mv .service img {
    position: relative;
    margin-top: -15px;
  }
}

.page-index .sec-contact {
  padding: 0 0 20px;
  background: #ff6c00;
}

@media screen and (max-width: 834px) {
  .page-index .sec-contact {
    padding-top: 20px;
  }
}

.page-index .sec-contact .txt {
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-contact .txt {
    margin-top: 10px;
  }
}

.page-index .sec-contact .note {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  .page-index .sec-contact .note {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.page-index .sec-about {
  padding: 95px 0 80px;
  background: url(../img/index/bg-about.png) no-repeat center bottom;
  background-size: 100% auto;
}

@media screen and (max-width: 834px) {
  .page-index .sec-about {
    padding: 20px 0 60px;
  }
}

.page-index .sec-about .lead-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 55px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-about .lead-block {
    margin-bottom: 20px;
  }
}

.page-index .sec-about .lead-block .img {
  margin-left: -4.17%;
  width: 33.33%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-about .lead-block .img {
    margin-bottom: 30px;
    margin-left: 0;
    width: 100%;
    text-align: center;
  }
  .page-index .sec-about .lead-block .img img {
    width: 80%;
    max-width: 560px;
  }
}

.page-index .sec-about .lead-block .txt-box {
  width: 67.5%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-about .lead-block .txt-box {
    width: 100%;
  }
}

.page-index .sec-about .lead-block .txt-box .ttl-sec {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-about .lead-block .txt-box .ttl-sec {
    text-align: center;
  }
}

.page-index .sec-about .link-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 84px;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .page-index .sec-about .link-list {
    margin-bottom: 50px;
  }
}

.page-index .sec-about .link-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;
  width: 33.33%;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .page-index .sec-about .link-list__item {
    width: 50%;
  }
  .page-index .sec-about .link-list__item:nth-child(odd) {
    border-right: 1px solid #ddd;
  }
}

@media screen and (min-width: 835px) {
  .page-index .sec-about .link-list__item:nth-child(2), .page-index .sec-about .link-list__item:nth-child(5) {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

.page-index .sec-about .link-list__item a {
  display: block;
  padding: 30px 0 30px calc(48px + 7.5%);
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  background-size: 48px;
  background-repeat: no-repeat;
  background-position: left 7.5% center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 640px) {
  .page-index .sec-about .link-list__item a {
    padding-left: 40px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    background-size: 30px;
  }
}

.page-index .sec-about .link-list__item a:hover {
  background-color: #ffe9d9;
}

.page-index .sec-about .link-list__item.item01 a {
  background-image: url(../img/index/icn-about01.png);
}

.page-index .sec-about .link-list__item.item02 a {
  background-image: url(../img/index/icn-about02.png);
}

.page-index .sec-about .link-list__item.item03 a {
  background-image: url(../img/index/icn-about03.png);
}

.page-index .sec-about .link-list__item.item04 a {
  background-image: url(../img/index/icn-about04.png);
}

.page-index .sec-about .link-list__item.item05 a {
  background-image: url(../img/index/icn-about05.png);
}

.page-index .sec-about .link-list__item.item06 a {
  background-image: url(../img/index/icn-about06.png);
}

.page-index .sec-about .inspection-list {
  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;
  max-width: 1080px;
}

.page-index .sec-about .inspection-list__item {
  width: 30.55%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-about .inspection-list__item {
    width: 32%;
  }
}

@media screen and (min-width: 835px) {
  .page-index .sec-about .inspection-list__item a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .page-index .sec-about .inspection-list__item a:hover {
    opacity: .7;
  }
}

.page-index .sec-price {
  background: #f0f8ff;
}

.page-index .sec-price .inner {
  padding-top: 85px;
  padding-bottom: 85px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-price .inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}

.page-index .sec-price .list-price {
  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-index .sec-price .list-price__item {
  margin-bottom: 20px;
  padding: 0 1.66%;
  width: 30.8333%;
  text-align: center;
  font-weight: 600;
  background: #fff;
  border: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .page-index .sec-price .list-price__item {
    margin-bottom: 1.9vw;
    width: 49%;
  }
}

.page-index .sec-price .list-price__item-ttl {
  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: 10px  20px;
  font-size: 18px;
  font-size: 1.8rem;
  border-bottom: 1px dashed #000;
}

@media screen and (max-width: 640px) {
  .page-index .sec-price .list-price__item-ttl {
    display: block;
    padding: 10px 5px 20px;
  }
}

.page-index .sec-price .list-price__item-ttl .txt {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .page-index .sec-price .list-price__item-ttl .txt {
    display: block;
    margin-top: 15px;
    text-align: center;
  }
}

.page-index .sec-price .list-price__item-ttl .txt .small {
  font-size: 16px;
  font-size: 1.6rem;
}

.page-index .sec-price .list-price__item-ttl img {
  margin-right: 10px;
  width: 84px;
}

@media screen and (max-width: 1024px) {
  .page-index .sec-price .list-price__item-ttl img {
    width: 60px;
  }
}

.page-index .sec-price .list-price__item-price {
  padding: 24px 0 30px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 640px) {
  .page-index .sec-price .list-price__item-price {
    padding: 15px 0 20px;
  }
}

.page-index .sec-price .list-price__item-price .en {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .page-index .sec-price .list-price__item-price .en {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.page-index .sec-price .list-price__item-price .tax {
  display: inline-block;
  margin-top: 10px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
}

.page-index .sec-news {
  padding: 85px 0 90px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-news {
    padding: 40px 0 50px;
  }
}

.page-index .sec-news .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-index .sec-news .inner .ttl-sec {
  width: 36.33%;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-news .inner .ttl-sec {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .page-index .sec-news .inner .ttl-sec img {
    width: 100%;
    max-width: 200px;
  }
}

.page-index .sec-news .inner .list-news {
  width: 60.416%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-news .inner .list-news {
    margin-bottom: 30px;
    width: 100%;
  }
}

.page-index .btn-goto-news {
  display: block;
  margin: 0 auto;
}

.page-index .sec-works {
  background: #f8f8f8;
}

.page-index .sec-works .works-bnr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-index .sec-works .works-bnr .img {
  width: 27.97%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-works .works-bnr .img {
    display: none;
    width: 100%;
  }
}

.page-index .sec-works .works-bnr .center-txt {
  padding: 75px 3.86% 70px;
  width: 44.047%;
  text-align: center;
  background: #ffcc00;
}

@media screen and (max-width: 834px) {
  .page-index .sec-works .works-bnr .center-txt {
    padding: 50px 4%;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-works .works-bnr .center-txt {
    padding: 25px 0;
  }
}

.page-index .sec-works .works-bnr .center-txt .cap {
  display: inline-block;
  padding: 8px .9em;
  color: #ff6c00;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 900;
  background: #fff;
  border: 3px solid #ff6c00;
  border-radius: 30px;
}

@media screen and (max-width: 990px) {
  .page-index .sec-works .works-bnr .center-txt .cap {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-index .sec-works .works-bnr .center-txt .ttl {
  margin: 15px 0 30px;
  color: #005afd;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1.4;
}

@media screen and (max-width: 1600px) {
  .page-index .sec-works .works-bnr .center-txt .ttl {
    font-size: 2.125vw;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-works .works-bnr .center-txt .ttl {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-works .works-bnr .center-txt .ttl {
    margin-bottom: 15px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.page-index .sec-works > .inner {
  padding-top: 70px;
  padding-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-works > .inner {
    padding-bottom: 30px;
    padding-top: 35px;
  }
}

.page-index .sec-works > .inner .c-ttl03 {
  margin-bottom: 45px;
}

.page-index .sec-works .media-block {
  margin: 38px 0 0;
  padding: 0 2.5% 50px;
  border: 5px solid #ff6c00;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .page-index .sec-works .media-block {
    padding-bottom: 25px;
  }
}

.page-index .sec-works .media-block-ttl {
  margin-top: -30px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-index .sec-works .media-block-ttl {
    margin-bottom: 20px;
    font-size: max(22px, 3.83vw);
  }
}

.page-index .sec-works .media-block-ttl span {
  position: relative;
  display: inline-block;
  padding: 15px 1.562em;
  background: #ff6c00;
  border-radius: 80px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-works .media-block-ttl span {
    padding: 10px 1.2em;
  }
}

.page-index .sec-works .media-block .media-clm {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-index .sec-works .media-block .clm {
  margin-bottom: 30px;
  padding: 0 2.5%;
  width: 46.66%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-index .sec-works .media-block .clm {
    width: 100%;
  }
}

.page-index .sec-works .media-block .clm p {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-works .media-block .clm p {
    text-align: left;
  }
}

@media screen and (min-width: 835px) {
  .page-index .sec-works .media-block .clm:last-child {
    border-left: 1px solid #ff6c00;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-works .media-block .clm:last-child {
    margin-bottom: 0;
    padding-top: 30px;
    border-top: 1px solid #ff6c00;
  }
}

.page-index .sec-works .company-list {
  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-index .sec-works .company-list li {
  margin-bottom: 30px;
  width: 18.5%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-works .company-list li {
    width: 24%;
    margin-bottom: 15px;
  }
}

.page-index .contact-block {
  padding: 65px 0 40px;
  background: #ffceaa;
}

@media screen and (max-width: 834px) {
  .page-index .contact-block {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.page-index .contact-block .btn-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 0;
}

@media screen and (max-width: 834px) {
  .page-index .contact-block .btn-box {
    margin-top: 20px;
  }
}

.page-index .contact-block a {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 48.33%;
}

@media screen and (max-width: 834px) {
  .page-index .contact-block a {
    width: 100%;
  }
}

.page-index .contact-block .btn-contact {
  height: 122px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .page-index .contact-block .btn-contact {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 640px) {
  .page-index .contact-block .btn-contact {
    font-size: 20px;
    font-size: 2rem;
    height: auto;
  }
}

.page-index .contact-block .btn-contact i {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1024px) {
  .page-index .contact-block .btn-contact i {
    font-size: 3.9vw;
  }
}

@media screen and (max-width: 640px) {
  .page-index .contact-block .btn-contact i {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.page-index .contact-block .btn-contact .small {
  display: inline-block;
  margin-top: 10px;
  padding: 0 1.4em;
  color: #ff6c00;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  background: #fff;
  border-radius: 20px;
}

.page-index .sec-shop {
  padding: 85px 0 75px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-shop {
    padding: 60px 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-shop {
    padding-top: 30px;
  }
}

.page-index .sec-shop .c-ttl03 {
  margin-bottom: 75px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-shop .c-ttl03 {
    margin-bottom: 50px;
  }
}

.page-index .sec-shop .c-ttl05 {
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-shop .c-ttl05 {
    margin-bottom: 20px;
  }
}

.page-index .sec-shop .c-ttl06 {
  margin-bottom: 25px;
}

.page-index .sec-shop .c-ttl07 {
  margin-bottom: 15px;
}

.page-index .sec-shop .shop-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-shop .shop-block {
    margin-bottom: 30px;
  }
}

.page-index .sec-shop .shop-block .img {
  width: 46.66%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-shop .shop-block .img {
    margin-bottom: 15px;
    width: 100%;
  }
}

.page-index .sec-shop .shop-block .txt {
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .page-index .sec-shop .shop-block .txt {
    width: 100%;
  }
}

.page-index .sec-shop .access {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.page-index .sec-shop .access:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '\f3c5';
  margin-right: 5px;
  color: #ff6c00;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

.page-index .sec-shop .map {
  position: relative;
  margin: 15px 0 10px;
  padding-top: 56.25%;
  height: 0;
}

.page-index .sec-shop .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-index .sec-shop .shop-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-shop .shop-list__item {
  width: 48.75%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .page-index .sec-shop .shop-list__item {
    margin-bottom: 40px;
    width: 100%;
  }
}

.page-index .sec-shop .recuruitBanner{
	padding: 30px 0px 0px 0px;
}

.page-index .sec-trouble {
  padding: 85px 0 60px;
  background: url(../img/service/nas/bg-trouble.jpg) no-repeat center top;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .page-index .sec-trouble {
    padding: 30px 0;
  }
}

.page-index .sec-trouble .ttl-sec {
  margin-bottom: 75px;
  text-align: center;
}

.page-index .sec-trouble .ttl-sec > span {
  position: relative;
  display: inline-block;
  padding: 15px 1.14em;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  background: #fff;
  border-radius: 80px;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-trouble .ttl-sec > span {
    font-size: max(22px, 3.33vw);
  }
}

@media screen and (max-width: 1024px) {
  .page-index .sec-trouble .ttl-sec > span {
    padding: 15px .5em 20px;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-trouble .ttl-sec > span {
    width: 100%;
    max-width: 600px;
  }
}

.page-index .sec-trouble .ttl-sec > span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}

.page-index .sec-trouble .ttl-sec > span:before {
  position: absolute;
  left: 10%;
  bottom: -11px;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #fff transparent transparent transparent;
}

@media screen and (max-width: 834px) {
  .page-index .sec-trouble .ttl-sec > span:before {
    left: 16%;
  }
}

.page-index .sec-trouble .ttl-sec .strong {
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-trouble .ttl-sec .strong {
    font-size: max(32px, 4.16vw);
  }
}

.page-index .sec-trouble .trouble-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;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .page-index .sec-trouble .trouble-block {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-index .sec-trouble .trouble-block .icn {
  position: absolute;
  top: -112px;
  left: 0;
  width: 200px;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-trouble .trouble-block .icn {
    top: max(-70px, -9.33vw);
    width: max(70px, 16.66vw);
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-trouble .trouble-block .icn {
    top: -60px;
    width: 120px;
  }
}

.page-index .sec-trouble .trouble-block .block-inner {
  padding: 0 8.5%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-trouble .trouble-block .block-inner {
    padding: 0 4%;
  }
}

.page-index .sec-trouble .trouble-block__item {
  padding: 20px 0 25px;
  width: 48.75%;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-trouble .trouble-block__item {
    margin-bottom: 40px;
    width: 100%;
  }
  .page-index .sec-trouble .trouble-block__item:last-child {
    margin-bottom: 20px;
  }
}

.page-index .sec-trouble .trouble-block__item-ttl {
  display: inline-block;
  margin-bottom: 30px;
  padding: 15px 1em 15px 15px;
  font-size: 21px;
  font-size: 2.1rem;
  background: #ffcc00;
  border-radius: 0 30px 30px 0;
}

@media screen and (max-width: 834px) {
  .page-index .sec-trouble .trouble-block__item-ttl {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-index .sec-trouble .arrow {
  margin: 50px 0 20px;
  font-size: 100px;
  font-size: 10rem;
}

@media screen and (max-width: 834px) {
  .page-index .sec-trouble .arrow {
    margin: 0 0 15px;
    font-size: 70px;
    font-size: 7rem;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-trouble .arrow {
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.page-index .sec-trouble .ttl-solve {
  margin-bottom: 20px;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-trouble .ttl-solve {
    font-size: max(26px, 3.33vw);
  }
}

.page-index .sec-trouble .ttl-solve .strong {
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-trouble .ttl-solve .strong {
    font-size: max(35px, 4.16vw);
  }
}

.page-index .sec-trouble .ttl-solve img {
  width: 327px;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-trouble .ttl-solve img {
    width: max(200px, 27.25vw);
  }
}

.page-index .sec-trouble .txt-solve {
  padding: 15px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  background: #ff6c00;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-trouble .txt-solve {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-index .sec-feature {
  padding: 100px 0 75px;
  background: #fff3ea;
}

@media screen and (max-width: 834px) {
  .page-index .sec-feature {
    padding: 30px 0 40px;
  }
}

.page-index .sec-feature .feature-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-feature .feature-list {
    margin-top: 40px;
  }
}

.page-index .sec-feature .feature-list__item {
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-feature .feature-list__item {
    margin-bottom: 15px;
  }
}

.page-index .sec-feature .feature-list__item._01 {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-feature .feature-list__item._01 {
    width: 100%;
  }
  .page-index .sec-feature .feature-list__item._01:nth-of-type(8) {
    width: 48.1%;
  }
}

.page-index .sec-feature .feature-list__item._02 {
  width: 18%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-feature .feature-list__item._02 {
    width: 31%;
  }
}

.page-index .sec-feature .feature-list__item._03 {
  width: 31.91%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-feature .feature-list__item._03 {
    width: 48.1%;
  }
}

.page-index .sec-recover {
  background: #f0f8ff;
}

.page-index .sec-recover .inner {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-recover .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page-index .sec-recover .cont-inner {
  width: 100%;
}

.page-index .sec-recover .recover-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-bottom: 40px;
  padding: 30px 4.16%;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 1024px) {
  .page-index .sec-recover .recover-block {
    padding: 30px 3%;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-recover .recover-block {
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5%;
  }
}

.page-index .sec-recover .recover-block:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: calc(100% + 40px);
}

.page-index .sec-recover .recover-block:before {
  top: 0;
  left: calc(4.16% + 78px);
  background: #ff6c00;
}

@media screen and (max-width: 1024px) {
  .page-index .sec-recover .recover-block:before {
    left: calc(3% + 58px);
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-recover .recover-block:before {
    width: 4px;
    left: calc(3% + 28px);
  }
}

.page-index .sec-recover .recover-block:first-of-type:before {
  top: 50%;
  height: calc(50% + 40px);
}

@media screen and (max-width: 834px) {
  .page-index .sec-recover .recover-block:first-of-type:before {
    top: 30px;
    height: calc(100% + 10px);
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-recover .recover-block:first-of-type .ttl-box img {
    margin-top: -10px;
  }
}

.page-index .sec-recover .recover-block:last-of-type:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 40%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-recover .recover-block:last-of-type:before {
    width: 4px;
  }
}

.page-index .sec-recover .recover-block .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;
  width: 39.583%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-recover .recover-block .ttl-box {
    width: 100%;
  }
}

.page-index .sec-recover .recover-block .ttl-box img {
  position: relative;
  width: 160px;
}

@media screen and (max-width: 1024px) {
  .page-index .sec-recover .recover-block .ttl-box img {
    width: 120px;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-recover .recover-block .ttl-box img {
    width: 60px;
  }
}

.page-index .sec-recover .recover-block .ttl-box .ttl {
  width: calc(100% - 160px);
  padding: 0 20px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .page-index .sec-recover .recover-block .ttl-box .ttl {
    padding: 0 10px;
    width: calc(100% - 120px);
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-recover .recover-block .ttl-box .ttl {
    width: calc(100% - 60px);
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 375px) {
  .page-index .sec-recover .recover-block .ttl-box .ttl {
    padding: 0 5px;
  }
}

.page-index .sec-recover .recover-block .ttl-box .ttl .no {
  display: block;
  margin-bottom: 5px;
}

.page-index .sec-recover .recover-block .item:not(:last-child) {
  margin-bottom: 20px;
}

.page-index .sec-recover .recover-block .item .c-txt02 {
  padding-left: 33px;
}

.page-index .sec-recover .recover-block .cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 2.5%;
  width: 60.05%;
  min-height: 140px;
  border-left: 1px solid #ccc;
}

@media screen and (max-width: 834px) {
  .page-index .sec-recover .recover-block .cont {
    margin-left: 130px;
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
    min-height: 1px;
    border-top: 1px solid #ccc;
    border-left: 0;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-recover .recover-block .cont {
    margin-top: 20px;
    margin-left: 70px;
  }
}

.page-index .sec-recover .recover-block .ttl-no {
  padding-left: 33px;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .page-index .sec-recover .recover-block .ttl-no {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-index .sec-recover .recover-block .ttl-no .no {
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-block;
  line-height: 28px;
  width: 28px;
  text-align: center;
  background: #ff6c00;
  border-radius: 50%;
}

.page-index .sec-recover .recover-block .contact {
  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-index .sec-recover .recover-block .contact-item {
  width: 48.28%;
}

@media screen and (max-width: 1024px) {
  .page-index .sec-recover .recover-block .contact-item {
    width: 100%;
  }
}

.page-index .sec-recover .recover-block .contact-item:last-child {
  margin-bottom: 20px;
}

.page-index .sec-recover .recover-block .mb {
  margin-bottom: 10px;
}

.page-index .sec-recover .btn-tel_s {
  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 5px;
  width: 100%;
  height: 61px;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.page-index .sec-recover .btn-tel_s img {
  margin-right: 5px;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-recover .btn-tel_s {
    font-size: 2.66vw;
  }
  .page-index .sec-recover .btn-tel_s img {
    width: 35px;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-recover .btn-tel_s {
    height: auto;
    font-size: 30px;
    font-size: 3rem;
  }
}

.page-index .sec-recover .btn-contact_s {
  padding: 17px 5px;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.page-index .sec-recover .btn-contact_s i {
  margin-right: 5px;
  font-size: 22px;
  font-size: 2.2rem;
}

.page-index .sec-defect {
  padding: 100px 0 75px;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .page-index .sec-defect {
    padding: 30px 0 60px;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-defect {
    padding-bottom: 30px;
  }
}

.page-index .sec-defect .txt-lead {
  margin: 30px 0 70px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-defect .txt-lead {
    margin: 30px 0 40px;
  }
}

.page-index .sec-defect .defect-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;
}

@media screen and (max-width: 834px) {
  .page-index .sec-defect .defect-list.list-pc {
    display: none;
  }
}

.page-index .sec-defect .defect-list.list-sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .page-index .sec-defect .defect-list.list-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-index .sec-defect .defect-list__item {
  display: block;
  margin-bottom: calc(16px + 2.0833%);
  width: 31.25%;
  border: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .page-index .sec-defect .defect-list__item {
    margin-bottom: calc(16px + 6%);
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-defect .defect-list__item {
    margin-bottom: 35px;
  }
}

.page-index .sec-defect .defect-list__item .ttl {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 8% 15px;
}

@media screen and (min-width: 835px) {
  .page-index .sec-defect .defect-list__item .ttl {
    pointer-events: none;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-defect .defect-list__item .ttl {
    display: block;
    padding: 0;
  }
  .page-index .sec-defect .defect-list__item .ttl:before {
    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: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff6c00;
    content: '\f078';
    right: 0;
    width: 50px;
    height: 100%;
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-size: 2rem;
    font-weight: 900;
    text-align: center;
    z-index: 1;
  }
  .page-index .sec-defect .defect-list__item .ttl.active:before {
    position: absolute;
    content: '\f077';
  }
  .page-index .sec-defect .defect-list__item .ttl a {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 4% 15px;
  }
}

.page-index .sec-defect .defect-list__item .ttl .c-txt03.small {
  font-size: 15px;
  font-size: 1.5rem;
}

.page-index .sec-defect .defect-list__item .ttl img {
  margin-top: -6.66%;
  width: 44%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-defect .defect-list__item .ttl img {
    width: 165px;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-defect .defect-list__item .ttl img {
    margin-top: -15px;
    width: 90px;
  }
}

.page-index .sec-defect .defect-list__item .ttl .c-txt03 {
  margin-top: 6.66%;
  margin-left: 1em;
}

@media screen and (max-width: 640px) {
  .page-index .sec-defect .defect-list__item .ttl .c-txt03 {
    margin-top: 15px;
  }
}

.page-index .sec-defect .defect-list__item .txt {
  padding: 20px 8%;
  background: #f5f5f5;
}

@media screen and (min-width: 835px) {
  .page-index .sec-defect .defect-list__item .txt {
    display: block !important;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-defect .defect-list__item .txt {
    display: none;
    padding: 20px 4%;
  }
}

.page-index .sec-maker {
  padding: 0 0 75px;
  background: #f8f8f8;
}

@media screen and (max-width: 834px) {
  .page-index .sec-maker {
    padding: 0 0 20px;
  }
}

.page-index .sec-maker .c-ttl03 {
  position: relative;
  top: -35px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-maker .c-ttl03 {
    top: -25px;
  }
}

.page-index .sec-maker .maker-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;
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-maker .maker-list {
    margin-top: 15px;
  }
}

.page-index .sec-maker .maker-list__item {
  margin-bottom: 30px;
  width: 22.16%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-maker .maker-list__item {
    margin-bottom: 10px;
    width: 24%;
  }
}

.page-index .sec-case {
  background: #f0f7ff;
}

.page-index .sec-case .inner {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-case .inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.page-index .sec-case .txt-lead {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .txt-lead {
    margin-bottom: 25px;
    text-align: left !important;
  }
}

.page-index .sec-case .case-block {
  margin-bottom: 50px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .page-index .sec-case .case-block {
    margin-bottom: 25px;
  }
}

.page-index .sec-case .case-block > .ttl {
  padding: 22px 10px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
  background: #ff6c00;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .case-block > .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-index .sec-case .case-block .cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 4.833% 60px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-case .case-block .cont {
    padding: 30px 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .case-block .cont {
    padding: 15px 4% 30px;
  }
}

.page-index .sec-case .case-block .cont .box {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-case .case-block .cont .box {
    width: 100%;
  }
}

.page-index .sec-case .case-block .cont .box-l {
  padding-right: 1.66%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
}

@media screen and (max-width: 834px) {
  .page-index .sec-case .case-block .cont .box-l {
    margin-bottom: 40px;
    padding-right: 0;
  }
}

.page-index .sec-case .case-block .cont .box-r {
  padding-left: 2.5%;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .page-index .sec-case .case-block .cont .box-r {
    padding-left: 0;
    border-left: 0;
  }
}

.page-index .sec-case .case-block .cont .box-r .ttl {
  margin-bottom: 20px;
}

.page-index .sec-case .case-block .cont .box-r .ttl span {
  display: inline-block;
  padding: 10px 1.25em;
  font-size: 16px;
  font-size: 1.6rem;
  background: #000;
  border-radius: 40px;
}

.page-index .sec-case .case-block .customer {
  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: 25px;
}

.page-index .sec-case .case-block .customer .img {
  width: 43.13%;
  border: 1px solid #ddd;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .case-block .customer .img {
    margin: 0 auto;
    width: 80%;
  }
}

.page-index .sec-case .case-block .customer .img img {
  border-radius: 10px;
}

.page-index .sec-case .case-block .customer .name {
  width: 50.98%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .case-block .customer .name {
    margin-top: 10px;
    width: 100%;
  }
}

.page-index .sec-case .case-block .customer .name .user {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .case-block .customer .name .user {
    margin-bottom: 15px;
  }
}

.page-index .sec-case .case-block .customer .name .user i {
  margin-right: 5px;
}

.page-index .sec-case .case-block .customer .name dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-case .case-block .customer .name dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-index .sec-case .case-block .customer .name dl dt {
  width: 100px;
  padding: 2px 5px;
  text-align: center;
  background: #eee;
  border-radius: 20px;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-case .case-block .customer .name dl dt {
    width: 100%;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-index .sec-case .case-block .customer .name dl dd {
  padding-left: 12px;
  width: calc(100% - 100px);
  color: #000;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-case .case-block .customer .name dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-index .sec-case .case-block .customer .name dl dd {
    width: 100%;
    padding-left: 0;
  }
}

.page-index .sec-case .case-block .voice .balloon {
  position: relative;
  padding: 30px 6.9%;
  background: #f0f7ff;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .case-block .voice .balloon {
    padding: 20px 4%;
  }
}

.page-index .sec-case .case-block .voice .balloon > span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-index .sec-case .case-block .voice .balloon > span i {
  margin-right: 10px;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .case-block .voice .balloon > span i {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.page-index .sec-case .case-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;
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .case-list {
    width: 100%;
  }
}

.page-index .sec-case .case-list__item {
  width: 31.66%;
}

@media screen and (max-width: 460px) {
  .page-index .sec-case .case-list__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .page-index .sec-case .case-list__item:last-child {
    margin-bottom: 0;
  }
}

.page-index .sec-case .case-list__item a {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
}

.page-index .sec-case .case-list__item a:hover {
  background: #ffe9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-index .sec-case .case-list__item .img {
  width: 100%;
  height: 230px;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-case .case-list__item .img {
    height: 180px;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-case .case-list__item .img {
    height: 115px;
    width: 100%;
  }
}

.page-index .sec-case .case-list__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  border-radius: 10px 10px 0 0;
}

.page-index .sec-case .case-list__item .txt {
  padding: 25px 6.5%;
}

.page-index .sec-case .case-list__item .c-fw__md {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 16px;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  height: 23px;
  white-space: nowrap;
}

.page-index .sec-case .case-list__item p:first-child {
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.page-index .sec-case .case-list__item .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-weight: 700;
}

.page-index .sec-case .btn-box {
  margin-top: 55px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-case .btn-box {
    margin-top: 25px;
  }
}

.page-index .sec-voice {
  background: #f0f7ff;
}

.page-index .sec-voice .inner {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-voice .inner {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.page-index .sec-voice .txt-lead {
  margin-bottom: 60px;
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .page-index .sec-voice .txt-lead {
    margin-bottom: 20px;
    text-align: left !important;
  }
}

.page-index .sec-voice .voice-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
  padding: 60px 5%;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-voice .voice-block {
    margin-bottom: 30px;
    padding: 30px 5%;
  }
}

.page-index .sec-voice .voice-block .img {
  width: 39.45%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-voice .voice-block .img {
    margin-bottom: 30px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-voice .voice-block .img {
    margin: 0 auto 15px;
    width: 80%;
  }
}

.page-index .sec-voice .voice-block .img img {
  border-radius: 10px;
}

.page-index .sec-voice .voice-block .txt {
  width: 57.8%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-voice .voice-block .txt {
    width: 100%;
  }
}

.page-index .sec-voice .voice-block .txt .ttl-box {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 0 10px 20px;
  font-size: 21px;
  font-size: 2.1rem;
}

.page-index .sec-voice .voice-block .txt .ttl-box:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 100%;
}

.page-index .sec-voice .voice-block .txt .ttl-box:before {
  left: 0;
  top: 0;
  background: #ff6c00;
  border-radius: 4px;
}

.page-index .sec-voice .voice-block .txt .ttl-box .cap {
  display: block;
  margin-top: 15px;
  font-size: 16px;
  font-size: 1.6rem;
}

.page-index .sec-voice .voice-block .txt .ttl-box .cap i {
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.8rem;
}

.page-index .sec-voice .voice-block .ttl-voice {
  margin: 20px 0 30px;
}

.page-index .sec-voice .voice-block .ttl-voice span {
  display: inline-block;
  padding: 10px 1.25em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  background: #333;
  border-radius: 40px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-voice .scroll-box-sp {
    margin-right: -4.5%;
  }
}

.page-index .sec-voice .voice-popup {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .page-index .sec-voice .voice-popup {
    padding-right: 4.16vw;
    min-width: 150vw;
  }
}

.page-index .sec-voice .voice-popup__item {
  position: relative;
  width: 31.66%;
}

@media screen and (min-width: 835px) {
  .page-index .sec-voice .voice-popup__item {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .page-index .sec-voice .voice-popup__item:hover {
    opacity: .7;
  }
}

.page-index .sec-voice .voice-popup__item .btn-popup {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 250px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 65px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(51, 51, 51, 0.8);
  border-radius: 40px;
}

@media screen and (max-width: 1024px) {
  .page-index .sec-voice .voice-popup__item .btn-popup {
    max-width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-voice .voice-popup__item .btn-popup {
    max-width: 250px;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-voice .voice-popup__item .btn-popup {
    max-width: 150px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 40px;
  }
}

.page-index .sec-voice .voice-popup__item .btn-popup i {
  margin-right: 5px;
}

.page-index .sec-voice .btn-box {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-voice .btn-box {
    margin-top: 10px;
  }
}

.page-index .sec-faq .inner {
  padding-top: 75px;
  padding-bottom: 135px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-faq .inner {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

.page-index .sec-faq .faq-block {
  margin: 0 auto 20px;
  max-width: 1000px;
}

.page-index .sec-faq .faq-block .txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-faq .faq-block .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-faq .faq-block .txt {
    line-height: 1.5;
  }
}

.page-index .sec-faq .faq-block .txt .en {
  display: inline-block;
  width: 40px;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 834px) {
  .page-index .sec-faq .faq-block .txt .en {
    width: 30px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.page-index .sec-faq .faq-block .txt-q {
  position: relative;
  padding: 5px 50px 5px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #ddd;
  cursor: pointer;
}

@media screen and (max-width: 834px) {
  .page-index .sec-faq .faq-block .txt-q {
    padding: 15px 30px 15px 4%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-index .sec-faq .faq-block .txt-q:before {
  position: absolute;
  color: #bbb;
  content: '\f078';
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

@media screen and (max-width: 834px) {
  .page-index .sec-faq .faq-block .txt-q:before {
    right: 10px;
  }
}

.page-index .sec-faq .faq-block .txt-q.active:before {
  position: absolute;
  color: #bbb;
  content: '\f077';
}

.page-index .sec-faq .faq-block .txt-q p {
  width: calc(100% - 50px);
}

@media screen and (max-width: 834px) {
  .page-index .sec-faq .faq-block .txt-q p {
    width: calc(100% - 30px);
  }
}

.page-index .sec-faq .faq-block .txt-a {
  display: none;
}

.page-index .sec-faq .faq-block .txt-a .txt {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  padding: 20px 20px;
  background: #eee;
}

@media screen and (max-width: 834px) {
  .page-index .sec-faq .faq-block .txt-a .txt {
    padding: 20px 4%;
  }
}

.page-index .sec-faq .faq-block .txt-a .txt:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}

.page-index .sec-faq .faq-block .txt-a .txt:before {
  top: -10px;
  left: 65px;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #eee transparent;
}

.page-index .sec-faq .faq-block .txt-a .txt p {
  width: calc(100% - 50px);
}

@media screen and (max-width: 834px) {
  .page-index .sec-faq .faq-block .txt-a .txt p {
    width: calc(100% - 30px);
  }
}

.page-index .sec-faq .btn-box {
  margin-top: 60px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-faq .btn-box {
    margin-top: 20px;
  }
}

.page-index .ttl-logo {
  position: relative;
  display: inline-block;
  padding-top: 70px;
}

@media screen and (max-width: 834px) {
  .page-index .ttl-logo {
    padding-top: 45px;
  }
}

.page-index .ttl-logo .logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .page-index .ttl-logo .logo {
    margin-top: 8px;
  }
}

.page-index .ttl-logo .logo .en02 {
  margin-right: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .page-index .ttl-logo .logo .en02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-index .ttl-logo .en {
  font-size: 100px;
  font-size: 10rem;
  line-height: .7;
}

@media screen and (max-width: 1500px) {
  .page-index .ttl-logo .en {
    font-size: 6.66vw;
  }
}

@media screen and (max-width: 834px) {
  .page-index .ttl-logo .en {
    font-size: 60px;
    font-size: 6rem;
  }
}

.page-index .ttl-logo .its {
  display: block;
  position: absolute;
  top: 0;
  left: -35px;
}

@media screen and (max-width: 1500px) {
  .page-index .ttl-logo .its {
    left: -2.9vw;
    width: 13.75vw;
  }
}

@media screen and (max-width: 640px) {
  .page-index .ttl-logo .its {
    width: 85px;
    left: -20px;
  }
}

.page-index .sec-concept .lead-block {
  margin-top: -90px;
  padding: 70px 0 280px;
  color: #fff;
  background: #e50000;
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .lead-block {
    margin-top: 0;
    padding: 60px 0 33.57vw;
  }
}

.page-index .sec-concept .txt-deco {
  padding-right: 3.64vw;
  font-size: 200px;
  font-size: 20rem;
  opacity: .1;
  color: #fff;
  line-height: .7;
  text-align: right;
}

@media screen and (max-width: 1500px) {
  .page-index .sec-concept .txt-deco {
    font-size: 13.33vw;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .txt-deco {
    opacity: 1;
  }
}

.page-index .sec-concept .ttl-sec {
  margin-bottom: 45px;
  font-size: 45px;
  font-size: 4.5rem;
  text-align: right;
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .ttl-sec {
    text-align: center;
  }
}

.page-index .sec-concept .ttl-sec img {
  position: relative;
  left: -65px;
  bottom: -10px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .ttl-sec img {
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.page-index .sec-concept .ttl-sec .en {
  display: inline-block;
  padding-bottom: 8px;
  line-height: .8;
  border-bottom: 1px solid #fff;
}

.page-index .sec-concept .list-point {
  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-index .sec-concept .list-point__item {
  width: 30.83%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .list-point__item {
    margin-bottom: 35px;
    width: 100%;
  }
}

.page-index .sec-concept .list-point__item .en {
  font-size: 21px;
  font-size: 2.1rem;
}

.page-index .sec-concept .list-point__item .txt-box {
  margin-top: -1px;
  padding: 30px;
  border: 3px solid #fff;
  line-height: 1.3;
}

.page-index .sec-concept .list-point__item .label {
  display: block;
  margin-bottom: 20px;
  padding: 10px 5px;
  color: #e50000;
  font-size: 21px;
  font-size: 2.1rem;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .list-point__item .label {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-index .sec-concept .list-point__item .desc {
  font-size: 15px;
  font-size: 1.5rem;
}

.page-index .sec-concept .revolution {
  margin-top: -200px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .revolution {
    margin-top: -23.98vw;
  }
}

.page-index .sec-concept .revolution .main-img {
  position: relative;
}

.page-index .sec-concept .revolution .main-img .ttl-en {
  margin-right: -50px;
}

@media screen and (max-width: 990px) {
  .page-index .sec-concept .revolution .main-img .ttl-en {
    margin-right: -4.19%;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .revolution .main-img .ttl-en {
    margin-right: 0;
    text-align: right;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .revolution .main-img .ttl-en {
    margin-top: 10px;
  }
}

.page-index .sec-concept .revolution .main-img .ttl-en img {
  position: relative;
  bottom: -25px;
  right: -115px;
}

@media screen and (max-width: 1500px) {
  .page-index .sec-concept .revolution .main-img .ttl-en img {
    right: -10%;
  }
}

@media screen and (max-width: 990px) {
  .page-index .sec-concept .revolution .main-img .ttl-en img {
    right: -6%;
    width: 41.11vw;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .revolution .main-img .ttl-en img {
    bottom: 0;
    width: 220px;
  }
}

.page-index .sec-concept .revolution .main-img .ttl-en .en {
  color: #e50000;
}

.page-index .sec-concept .revolution .txt-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-top: -150px;
  margin-bottom: 66px;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .page-index .sec-concept .revolution .txt-box {
    margin-top: -15.15vw;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .revolution .txt-box {
    display: block;
    margin-top: -14vw;
  }
}

.page-index .sec-concept .revolution .ttl-en .en {
  font-size: 90px;
  font-size: 9rem;
}

@media screen and (max-width: 990px) {
  .page-index .sec-concept .revolution .ttl-en .en {
    font-size: 9.09vw;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .revolution .ttl-en .en {
    line-height: .5;
    font-size: 40px;
    font-size: 4rem;
  }
}

.page-index .sec-concept .desc-box {
  margin-bottom: 45px;
}

@media screen and (min-width: 835px) {
  .page-index .sec-concept .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-bottom: 90px;
  }
  .page-index .sec-concept .desc-box .ttl {
    width: 45%;
  }
  .page-index .sec-concept .desc-box .desc {
    width: 55%;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .desc-box .ttl {
    margin-bottom: 20px;
  }
}

.page-index .sec-concept .img-box {
  position: relative;
  padding-bottom: 120px;
  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-index .sec-concept .img-box:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100vw;
  height: 536px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .img-box {
    padding-bottom: 60px;
  }
}

.page-index .sec-concept .img-box:before {
  bottom: 0;
  left: calc(((100vw - 100%) / 2) * -1);
  background: url(../img/index/bg-feature.png) repeat left bottom;
  background-size: 61px auto;
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .img-box:before {
    height: 86%;
  }
}

.page-index .sec-concept .img-box .img-l {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .img-box .img-l {
    width: 100%;
  }
}

.page-index .sec-concept .img-box .img-r {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 150px;
  width: 44.16%;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-concept .img-box .img-r {
    margin-top: max(80px, 15vw);
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .img-box .img-r {
    margin-top: 40px;
    width: 100%;
  }
}

.page-index .sec-concept .img-box .img-r .txt-rl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -.5em;
  height: 200px;
  font-size: 18px;
  font-size: 1.8rem;
}

.page-index .sec-concept .img-box .ttl-en {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-concept .img-box .ttl-en {
    bottom: max(50px, 7.5vw);
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .img-box .ttl-en {
    position: static;
    margin-top: -4vw;
    width: 100%;
  }
}

.page-index .sec-concept .img-box .ttl-en .ttl {
  padding-left: 70px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .img-box .ttl-en .ttl {
    padding-left: 2vw;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .img-box .ttl-en .ttl {
    padding-left: 5%;
    width: 100%;
    text-align: right;
  }
  .page-index .sec-concept .img-box .ttl-en .ttl .en {
    line-height: 1;
  }
}

.page-index .sec-concept .img-box .ttl-en .img-txt {
  display: inline-block;
  position: relative;
  left: -55px;
  bottom: -20px;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .page-index .sec-concept .img-box .ttl-en .img-txt {
    left: -4.19%;
    bottom: -10px;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .img-box .ttl-en .img-txt {
    left: -10%;
  }
}

.page-index .sec-concept .img-box .img-s01 {
  position: absolute;
  right: -10px;
  top: 0;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-concept .img-box .img-s01 {
    width: max(160px, 20.75vw);
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .img-box .img-s01 {
    top: 44vw;
  }
}

@media screen and (max-width: 1200px) {
  .page-index .sec-concept .img-box .img-s02 {
    width: max(148px, 19.91vw);
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-concept .img-box .img-s02 {
    position: absolute;
    left: -5%;
    top: 124vw;
    bottom: auto;
  }
}

.page-index .ttl-deco {
  color: #fff;
  font-size: 90px;
  font-size: 9rem;
}

@media screen and (max-width: 1200px) {
  .page-index .ttl-deco {
    font-size: max(45px, 7.5vw);
  }
}

.page-index .sec-reason {
  padding: 110px 0 60px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-reason {
    padding-top: 70px;
    padding-bottom: 20px;
  }
}

.page-index .sec-reason .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-top: -12px;
}

@media screen and (max-width: 990px) {
  .page-index .sec-reason .lead-block {
    margin: 20px 0 40px;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-reason .lead-block {
    margin-top: 40px;
  }
}

.page-index .sec-reason .lead-block .txt-box {
  width: 52.5%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-reason .lead-block .txt-box {
    margin-bottom: 50px;
    width: 100%;
  }
}

.page-index .sec-reason .lead-block .txt-box .c-mask-wrap {
  margin: 60px 0 35px;
}

@media screen and (max-width: 990px) {
  .page-index .sec-reason .lead-block .txt-box .c-mask-wrap {
    margin: 40px 0 25px;
  }
}

.page-index .sec-reason .lead-block .img-box {
  width: 38.33%;
}

@media screen and (max-width: 990px) {
  .page-index .sec-reason .lead-block .img-box {
    width: 45%;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-reason .lead-block .img-box {
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
  }
}

.page-index .reason-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 90px;
}

@media screen and (max-width: 834px) {
  .page-index .reason-block {
    margin-bottom: 60px;
  }
}

.page-index .reason-block.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.page-index .reason-block .img-box {
  width: 52.5%;
}

@media screen and (max-width: 834px) {
  .page-index .reason-block .img-box {
    width: 100%;
  }
}

.page-index .reason-block .img-box .c-mask-wrap {
  height: 100%;
}

.page-index .reason-block .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;
  width: 40.83%;
}

@media screen and (max-width: 834px) {
  .page-index .reason-block .txt-box {
    margin-bottom: 35px;
    width: 100%;
  }
}

.page-index .reason-block .txt-box .label {
  padding-bottom: 10px;
  font-size: 34px;
  font-size: 3.4rem;
  letter-spacing: .04em;
  border-bottom: 1px solid #000;
}

.page-index .reason-block .txt-box .c-ttl03 {
  margin: 30px 0 40px;
}

.page-index .reason-block .txt-box .c-txt02 {
  line-height: 1.8;
}

.page-index .reason-block .txt-box .c-txt01 {
  margin-top: 25px;
}

.page-index .sec-gallery {
  padding: 186px 0 160px;
  background: url(../img/index/bg-gallery.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .page-index .sec-gallery {
    padding: 70px 0;
  }
}

.page-index .sec-gallery .bdr-box {
  border: 5px solid #000;
}

.page-index .sec-gallery .ttl-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: 35px 4.16% 30px;
  border-bottom: 5px solid #000;
}

.page-index .sec-gallery .ttl-block .box-l {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-gallery .ttl-block .box-l {
    width: 85%;
    max-width: 340px;
  }
}

@media screen and (max-width: 375px) {
  .page-index .sec-gallery .ttl-block .box-l {
    width: 100%;
  }
}

.page-index .sec-gallery .ttl-block .ttl-sec {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 375px) {
  .page-index .sec-gallery .ttl-block .ttl-sec {
    display: block;
  }
}

.page-index .sec-gallery .ttl-block .ttl-sec .en {
  display: block;
  margin-left: 10px;
  font-size: 80px;
  font-size: 8rem;
  letter-spacing: .08em;
  line-height: .7;
}

@media screen and (max-width: 1200px) {
  .page-index .sec-gallery .ttl-block .ttl-sec .en {
    font-size: 6.66vw;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-gallery .ttl-block .ttl-sec .en {
    font-size: 48px;
    font-size: 4.8rem;
    letter-spacing: .05em;
  }
}

.page-index .sec-gallery .ttl-block .ttl-sec img {
  width: 39.24%;
  max-width: 208px;
}

@media screen and (max-width: 375px) {
  .page-index .sec-gallery .ttl-block .ttl-sec img {
    min-width: 160px;
  }
}

.page-index .sec-gallery .ttl-block .en-small {
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 375px) {
  .page-index .sec-gallery .ttl-block .en-small {
    text-align: left !important;
  }
}

.page-index .sec-gallery .ttl-block .desc {
  width: 44.16%;
}

@media screen and (max-width: 990px) {
  .page-index .sec-gallery .ttl-block .desc {
    margin-top: 20px;
    width: 100%;
  }
}

.page-index .sec-gallery .ttl-block .desc .ttl {
  margin-bottom: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  text-decoration: underline;
}

.page-index .sec-gallery .ttl-block .desc .txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.page-index .sec-gallery .gallery-cont {
  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-gallery .gallery-cont .gallery-wrap {
  width: 56.66%;
}

@media screen and (max-width: 990px) {
  .page-index .sec-gallery .gallery-cont .gallery-wrap {
    width: 100%;
  }
}

.page-index .sec-gallery .gallery-cont .js-gallery .slick-dots li {
  margin: 0 4px;
}

.page-index .sec-gallery .gallery-cont .js-gallery .slick-dots li button {
  padding: 7px;
}

.page-index .sec-gallery .gallery-cont .js-gallery .slick-dots li button:before {
  width: 14px;
  height: 14px;
  background: #ccc;
}

.page-index .sec-gallery .gallery-cont .js-gallery .slick-dots li.slick-active button:before {
  background: #e50000;
  border: 0;
}

.page-index .sec-gallery .gallery-cont .desc {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px 2.5% 30px 3.75%;
  width: 43.33%;
}

@media screen and (max-width: 990px) {
  .page-index .sec-gallery .gallery-cont .desc {
    width: 100%;
  }
}

.page-index .sec-gallery .gallery-cont .desc-inner {
  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;
}

.page-index .sec-gallery .gallery-cont .desc-inner .img {
  margin-bottom: 45px;
}

.page-index .sec-gallery .gallery-cont .desc-inner .box-l {
  width: calc(100% - 55px);
}

@media screen and (max-width: 640px) {
  .page-index .sec-gallery .gallery-cont .desc-inner .box-l {
    width: 100%;
  }
}

.page-index .sec-gallery .gallery-cont .desc-inner .txt-rl {
  display: block;
  padding-left: 8px;
  width: 30px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  border-left: 2px solid #000;
}

@media screen and (min-width: 641px) {
  .page-index .sec-gallery .gallery-cont .desc-inner .txt-rl {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-gallery .gallery-cont .desc-inner .txt-rl {
    margin-top: 25px;
    padding-left: 0;
    padding-bottom: 8px;
    width: 100%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    border-bottom: 2px solid #000;
    border-left: 0;
  }
}

.page-index .sec-gallery .gallery-cont .desc-inner .c-ttl02 {
  margin-bottom: 25px;
}

.page-index .sec-staff {
  padding: 120px 0;
  background: url(../img/index/bg-feature.png) repeat left bottom;
  background-size: 61px auto;
}

@media screen and (max-width: 834px) {
  .page-index .sec-staff {
    padding: 70px 0;
  }
}

.page-index .sec-staff .content-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;
}

.page-index .sec-staff .content-block .sec-ttl {
  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;
  width: 105px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-staff .content-block .sec-ttl {
    display: block;
    width: 100%;
  }
}

.page-index .sec-staff .content-block .sec-ttl .en-s {
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
  .page-index .sec-staff .content-block .sec-ttl .en-s {
    margin-top: 6px;
    display: block;
  }
}

.page-index .sec-staff .content-block .sec-content {
  padding-top: 20px;
  padding-left: 5.4%;
  width: calc(100% - 105px);
}

@media screen and (max-width: 834px) {
  .page-index .sec-staff .content-block .sec-content {
    margin-top: 30px;
    padding-left: 0;
    width: 100%;
  }
}

.page-index .sec-staff .content-block .sec-content .lead-box {
  margin-bottom: 60px;
}

.page-index .sec-staff .content-block .sec-content .c-ttl02 {
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-staff .content-block .sec-content .c-ttl02 {
    margin-bottom: 20px;
  }
}

.page-index .sec-staff .staff-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-index .sec-staff .staff-list__item {
  width: 29%;
}

@media screen and (max-width: 640px) {
  .page-index .sec-staff .staff-list__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.page-index .sec-staff .staff-list .img {
  position: relative;
  margin: 0 auto;
  max-width: 275px;
}

.page-index .sec-staff .staff-list .img .name-box {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}

.page-index .sec-staff .staff-list .img .name-en {
  margin-bottom: -18px;
}

@media screen and (max-width: 990px) {
  .page-index .sec-staff .staff-list .img .name-en {
    width: 85%;
  }
}

.page-index .sec-staff .staff-list .img .name {
  display: inline-block;
  float: right;
  padding: 5px 7px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  background: #000;
}

@media screen and (max-width: 990px) {
  .page-index .sec-staff .staff-list .img .name {
    font-size: 2.424vw;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-staff .staff-list .img .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-index .sec-staff .staff-list .desc-box {
  margin-top: 15px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
}

.page-index .sec-staff .staff-list .spec {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.page-index .sec-staff .staff-list .spec .head {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
  width: 96px;
  text-align: center;
  border: 2px solid #000;
}

.page-index .sec-staff .staff-list .spec .yr {
  font-size: 15px;
  font-size: 1.5rem;
  -ms-flex-item-align: center;
      align-self: center;
}

.page-index .sec-staff .staff-list .spec .desc {
  width: calc(100% - 101px);
  line-height: 1.2;
}

@media screen and (max-width: 990px) {
  .page-index .sec-staff .staff-list .spec .desc {
    margin-top: 5px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-index .sec-staff .staff-list .spec .desc {
    margin-top: 0;
    width: calc(100% - 101px);
  }
}

.page-index .sec-staff .staff-list .message {
  margin-top: 15px;
  line-height: 1.84;
}

.page-index .sec-qanda {
  padding: 90px 0 110px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-qanda {
    padding: 70px 0 50px;
  }
}

.page-index .sec-qanda .sec-ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-qanda .sec-ttl {
    margin-bottom: 30px;
  }
}

.page-index .sec-qanda .qa-content {
  margin: 40px 0 60px;
}

@media screen and (max-width: 640px) {
  .page-index .sec-qanda .qa-content {
    margin: 30px 0 50px;
  }
}

.page-index .sec-qanda .qa-block {
  margin-bottom: 20px;
}

.page-index .sec-qanda .qa-block .qa-q {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 13px 20px;
  border: 3px solid #000;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 640px) {
  .page-index .sec-qanda .qa-block .qa-q {
    padding: 11px 4%;
  }
}

.page-index .sec-qanda .qa-block .qa-q:hover, .page-index .sec-qanda .qa-block .qa-q.active {
  color: #fff;
  background: #000;
}

.page-index .sec-qanda .qa-block .qa-q:hover .ttl-q, .page-index .sec-qanda .qa-block .qa-q.active .ttl-q {
  color: #fff;
  text-stroke: 1px #000;
  -webkit-text-stroke: 1px #000;
}

.page-index .sec-qanda .qa-block .ttl-q {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3px;
  width: 40px;
  font-size: 40px;
  font-size: 4rem;
  line-height: .9;
}

@media screen and (max-width: 640px) {
  .page-index .sec-qanda .qa-block .ttl-q {
    width: 32px;
  }
}

.page-index .sec-qanda .qa-block .txt-q {
  width: calc(100% - 40px);
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .page-index .sec-qanda .qa-block .txt-q {
    width: calc(100% - 32px);
  }
}

.page-index .sec-qanda .qa-block .qa-a {
  display: none;
  padding: 20px 38px 0;
}

@media screen and (max-width: 640px) {
  .page-index .sec-qanda .qa-block .qa-a {
    padding: 20px 3% 0;
  }
}

.page-index .sec-qanda .qa-block .qa-cont {
  position: relative;
  padding: 40px 4.74%;
  background: #eee;
  border-radius: 10px;
}

.page-index .sec-qanda .qa-block .qa-cont:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
}

.page-index .sec-qanda .qa-block .qa-cont:before {
  top: -12px;
  left: 6.465%;
  border-style: solid;
  border-width: 0 7.5px 12px 7.5px;
  border-color: transparent transparent #eee transparent;
}

@media screen and (max-width: 640px) {
  .page-index .sec-qanda .qa-block .qa-cont {
    padding: 30px 5%;
  }
  .page-index .sec-qanda .qa-block .qa-cont > img {
    max-width: 130px;
  }
}

.page-index .sec-qanda .qa-block .txt-a {
  margin-top: 12px;
}

.page-index .sec-address .address-block {
  padding: 80px 0 60px;
  color: #fff;
  background: #e50000;
}

@media screen and (max-width: 834px) {
  .page-index .sec-address .address-block {
    padding: 70px 0;
  }
}

.page-index .sec-address .address-block .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-index .sec-address .ttl-box,
.page-index .sec-address .address {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .page-index .sec-address .ttl-box,
  .page-index .sec-address .address {
    width: 100%;
  }
}

.page-index .sec-address .ttl-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.page-index .sec-address .ttl-box .ttl-logo {
  padding-top: 64px;
}

@media screen and (max-width: 834px) {
  .page-index .sec-address .ttl-box .ttl-logo {
    padding-top: 35px;
  }
}

.page-index .sec-address .ttl-box .ttl-logo .logo {
  margin-top: 10px;
}

.page-index .sec-address .ttl-box .ttl-logo .en {
  font-size: 90px;
  font-size: 9rem;
}

@media screen and (max-width: 1500px) {
  .page-index .sec-address .ttl-box .ttl-logo .en {
    font-size: 6vw;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-address .ttl-box .ttl-logo .en {
    font-size: 60px;
    font-size: 6rem;
  }
}

.page-index .sec-address .address {
  padding: 55px 0 55px 5%;
}

@media screen and (min-width: 835px) {
  .page-index .sec-address .address {
    border-left: 1px solid #fff;
  }
}

@media screen and (max-width: 834px) {
  .page-index .sec-address .address {
    padding: 40px 0 0;
  }
}

.page-index .sec-address .address .address-item:not(:last-child) {
  margin-bottom: 25px;
}

.page-index .sec-address .address .address-item .en {
  display: inline-block;
  margin-bottom: 8px;
  padding: 0 3px;
  font-size: 15px;
  font-size: 1.5rem;
  border: 2px solid #fff;
  line-height: 22px;
}

.page-index .sec-address .address .address-item .tel {
  font-size: 21px;
  font-size: 2.1rem;
}

.page-index .sec-address .googlemaps {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: max(400px, 26.875%);
}

@media screen and (max-width: 834px) {
  .page-index .sec-address .googlemaps {
    padding-bottom: 56.25%;
  }
}

.page-index .sec-address .googlemaps iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.page-index .sec-address .googlemaps iframe,
.page-index .sec-address .googlemaps object,
.page-index .sec-address .googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page-index .fixed-btn {
  position: fixed;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .page-index .fixed-btn {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .page-index .fixed-btn {
    top: 32%;
  }
}

.page-index .fixed-btn .btn-map {
  display: block;
  margin: 2px 0;
  padding: 25px 5px;
  width: 114px;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 640px) {
  .page-index .fixed-btn .btn-map {
    padding: 15px 5px;
    font-size: 14px;
    font-size: 1.4rem;
    width: 90px;
  }
}

.page-index .fixed-btn .btn-map i {
  display: block;
  margin-bottom: 4px;
  color: #db0000;
  font-size: 21px;
  font-size: 2.1rem;
}

.page-index .fixed-btn .btn-map._01 {
  background: #00357e;
}

.page-index .fixed-btn .btn-map._02 {
  background: #006f49;
}

.list-news__item a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 15px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.list-news__item a:hover .txt {
  color: #ff6d00;
}

.list-news__item .date {
  display: inline-block;
  width: 80px;
  font-weight: 600;
}

.list-news__item .txt {
  display: inline-block;
  width: calc(100% - 80px);
  font-weight: 500;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.bg-gray {
  background: #f5f5f5;
}

.wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrap-content-center {
 justify-content: center;
}
@media screen and (max-width: 1500px) {
  .wrap-content {
    margin: 0;
  }
}

.sec-news-page {
  width: 70%;
  padding: 0 25px;
  padding-bottom: 192px;
}

@media screen and (max-width: 1500px) {
  .sec-news-page {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sec-news-page {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
}

.prod {
  margin-bottom: 40px;
}

@media screen and (max-width: 375px) {
  .prod {
    margin-bottom: 0;
  }
}

.nums-pages {
  border-top: 1px solid #dddddd;
  padding-top: 55px;
}

@media screen and (max-width: 375px) {
  .nums-pages {
    padding-top: 25px;
  }
}

.nums-pages .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .nums-pages .wp-pagenavi {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.nums-pages a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 7px;
  border-radius: 10px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  border: 0;
  border-bottom: 6px solid #e3e3e3e3;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 375px) {
  .nums-pages a {
    display: none;
  }
  .nums-pages a.nextpostslink, .nums-pages a.previouspostslink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nums-pages a:hover {
  border-bottom: 3px solid #e3e3e3e3;
  position: relative;
  top: 3px;
}

.nums-pages a:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .nums-pages a {
    width: 60px;
    height: 60px;
    border-bottom: 4px solid #e3e3e3e3;
  }
  .nums-pages a:hover {
    border-bottom: 2px solid #e3e3e3e3;
  }
}

@media screen and (max-width: 375px) {
  .nums-pages a {
    width: 50px;
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.nums-pages .previouspostslink, .nums-pages .nextpostslink {
  width: 240px;
  min-width: 200px;
}

@media screen and (max-width: 640px) {
  .nums-pages .previouspostslink, .nums-pages .nextpostslink {
    width: 130px;
    min-width: 125px;
  }
}

.nums-pages .nextpostslink {
  margin-left: auto;
}

.nums-pages .current {
  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;
  width: 90px;
  height: 90px;
  background: #ff6c00;
  margin-right: 7px;
  border-radius: 10px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 700;
  color: #fff;
  border: 0;
}

@media screen and (max-width: 640px) {
  .nums-pages .current {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 375px) {
  .nums-pages .current {
    display: none;
  }
}

.prod-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media screen and (max-width: 640px) {
  .prod-block {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 375px) {
  .prod-block {
    margin: 0 -5px;
  }
}

.prod-block .prod-block-item {
  width: 33.33%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.sec-case-page.w .prod-block .prod-block-item {
	 width: 25%;
}

.prod-block .prod-block-item:hover .item-desc {
  background: #fff3ea;
}

@media screen and (max-width: 834px) {
  .prod-block .prod-block-item {
    width: 50%;
  }
		.sec-case-page.w .prod-block .prod-block-item {
				width: 50%;
		}
}

@media screen and (max-width: 640px) {
  .prod-block .prod-block-item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 375px) {
  .prod-block .prod-block-item {
    padding: 0 5px;
    margin-bottom: 25px;
  }
}

.prod-block .prod-block-item img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  height: 230px;
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .prod-block .prod-block-item img {
    height: 215px;
  }
}

@media screen and (max-width: 1200px) {
  .prod-block .prod-block-item img {
    height: 180px;
  }
}

@media screen and (max-width: 1024px) {
  .prod-block .prod-block-item img {
    height: 230px;
  }
}

@media screen and (max-width: 640px) {
  .prod-block .prod-block-item img {
    height: 200px;
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .prod-block .prod-block-item img {
    height: 115px !important;
  }
}

.prod-block .prod-block-item .item-desc {
  padding: 20px 22px;
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 375px) {
  .prod-block .prod-block-item .item-desc {
    padding: 18px 16px;
  }
}

.prod-block .prod-block-item .item-desc p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 16px;
  display: block;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  height: 23px;
  white-space: nowrap;
}

.prod-block .prod-block-item .item-desc span {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ff6c00;
  font-weight: 700;
  margin-left: -5px;
}

.prod-block .prod-block-item .item-desc span i {
  color: #cccccc;
  padding-right: 5px;
}

.page-qa {
  background: #ffffff;
}

.page-qa .wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1500px) {
  .page-qa .wrap-content {
    margin: 0;
  }
}

@media screen and (max-width: 990px) {
  .page-qa .wrap-content {
    padding: 0 25px;
  }
}

.page-qa .sec-link-btn {
  margin: 5em 0;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-link-btn {
    margin: 5em 0 11em;
  }
}

.page-qa .sec-link-btn .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-link-btn .link-list {
    margin: 0 -0.5em;
  }
}

.page-qa .sec-link-btn .link-list a {
  display: block;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-link-btn .link-list a {
    display: block;
    padding: 1.5em 0.5em 2.5em;
    border: 2px solid #C8C8C8;
    margin: 0.5em;
    border-radius: 10px;
    position: relative;
  }
}

.page-qa .sec-link-btn .link-list li {
  width: 16.6%;
  position: relative;
}

@media screen and (max-width: 834px) {
  .page-qa .sec-link-btn .link-list li {
    width: 50%;
  }
}

.page-qa .sec-link-btn .link-list li p {
  padding: 1.8em 0.5em 2.3em 0.5em;
  border: 2px solid #C8C8C8;
  border-radius: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5em;
  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;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-link-btn .link-list li p {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}

.page-qa .sec-link-btn .link-list li .arrow1 {
  position: absolute;
  bottom: 25px;
  left: 47%;
  width: 15px;
  height: 15px;
  border: 3px solid;
  border-color: transparent transparent #C8C8C8 #C8C8C8;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 3px;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-link-btn .link-list li .arrow1 {
    bottom: 9px;
    left: 47%;
    top: unset;
  }
}

.page-qa .sec-qa {
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*アコーディオンで現れるエリア*/
}

.page-qa .sec-qa h2 {
  text-align: center;
  margin: 1em 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-qa h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.page-qa .sec-qa hr {
  text-align: center;
  width: 7em;
  height: 0.2em;
  border: 0;
  background-color: #FF6C00;
}

.page-qa .sec-qa .qa-aria {
  margin: 5em 0;
  background-color: #fbfbfb;
  padding: 5em;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-qa .qa-aria {
    padding: 0;
    margin: 5em 0 10em;
  }
}

.page-qa .sec-qa .accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.page-qa .sec-qa .accordion-area li {
  margin: 4em 0;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-qa .accordion-area li {
    margin: 2em 0;
  }
}

.page-qa .sec-qa .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 0em 0 0em 2.5em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #FF6C00;
  font-size: 22px;
  font-size: 2.2rem;
  background: -o-linear-gradient(left, #E6E6E6 0%, #E6E6E6 40px, #ffffff00 20px, #ffffff00 0%);
  background: linear-gradient(90deg, #E6E6E6 0%, #E6E6E6 40px, #ffffff00 20px, #ffffff00 0%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-qa .title {
    font-size: 18px;
    font-size: 1.8rem;
    background: none;
  }
}

.page-qa .sec-qa .title .circle {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FF6C00;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Oswald';
  font-weight: bold;
  margin-right: 0.5em;
  padding: 5px;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-qa .title .circle {
    width: 35px;
    height: 35px;
    font-size: 23px;
    font-size: 2.3rem;
  }
}

.page-qa .sec-qa .title p {
  line-height: 1.5;
  width: calc(100% - 50px);
}

.page-qa .sec-qa .title::before,
.page-qa .sec-qa .title::after {
  position: absolute;
  content: '';
  width: 13px;
  height: 2px;
  background-color: #333;
}

.page-qa .sec-qa .title::before {
  top: 48%;
  left: 13px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 640px) {
  .page-qa .sec-qa .title::before {
    top: 50% !important;
    left: 0 !important;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: '';
    background: url("../img/qa/icon-01.png") no-repeat center;
    background-size: contain;
    width: 30px;
    height: 33px;
  }
}

.page-qa .sec-qa .title.close::before {
  background: url("../img/qa/icon-02.png") no-repeat center;
}

.page-qa .sec-qa .title::after {
  top: 48%;
  left: 13px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 640px) {
  .page-qa .sec-qa .title::after {
    display: none;
  }
}

.page-qa .sec-qa .title.close::after {
  display: none;
}

.page-qa .sec-qa .box {
  display: none;

  /*はじめは非表示*/
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 3em;
  margin-top: 1em;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-qa .box {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.page-qa .sec-qa .box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .page-qa .sec-qa .box .box-item {
    padding-bottom: 20px;
  }
}

.page-qa .sec-qa .box .box-item .circle {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #808080;
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Oswald';
  font-weight: bold;
  margin-right: 0.5em;
  padding: 5px;
}

.page-qa .sec-qa .box p {
  line-height: 1.5;
  width: calc(100% - 50px);
}

.page-qa a.anchor {
  display: block;
  padding-top: 200px;
  margin-top: -200px;
}

@media screen and (max-width: 640px) {
  .page-qa a.anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}

.sec-news-detail {
  width: 70%;
  padding: 0 25px;
  margin-bottom: 122px;
}

@media screen and (max-width: 1500px) {
  .sec-news-detail {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sec-news-detail {
    width: 100%;
    margin-bottom: 100px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 640px) {
  .sec-news-detail {
    margin-bottom: 50px;
  }
}

.sec-news-detail .bg-boder-radius {
  background: white;
  border-radius: 10px;
  margin-bottom: 30px;
}

.sec-news-detail .bg-boder-radius img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  width: 100%;
  height: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sec-news-detail .news-detail-content {
  padding: 45px 60px;
}

@media screen and (max-width: 1024px) {
  .sec-news-detail .news-detail-content {
    padding: 30px 35px;
  }
}

@media screen and (max-width: 640px) {
  .sec-news-detail .news-detail-content {
    padding: 20px;
  }
}

.sec-news-detail .ttl-post {
  position: relative;
  padding: 10px 0 10px 20px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.67;
  font-weight: 700;
  margin-bottom: 40px;
}

.sec-news-detail .ttl-post:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff6c00;
  border-radius: 4px;
}

@media screen and (max-width: 990px) {
  .sec-news-detail .ttl-post {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .sec-news-detail .ttl-post {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 0 6px 20px;
  }
  .sec-news-detail .ttl-post:before {
    content: '';
    width: 4px;
  }
}

.sec-news-detail .box-meta-single {
  margin-bottom: 40px;
}

.sec-news-detail .box-meta-single .category-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}

.sec-news-detail .box-meta-single .category-date .left span:first-child {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.sec-news-detail .box-meta-single .category-date .left span:last-child {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}

.sec-news-detail .box-meta-single .category-date .right i {
  color: #cccccc;
  margin-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: -2px;
}

.sec-news-detail .box-meta-single .category-date .right span {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ff6c00;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}

.sec-news-detail .box-meta-single .hash-tags {
  padding-bottom: 18px;
  border-bottom: 1px solid #dddddd;
}

.sec-news-detail .box-meta-single .hash-tags li {
  display: inline-block;
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 17px;
  margin-bottom: 12px;
}

.sec-news-detail .box-meta-single .hash-tags li span {
  color: #ff6c00;
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 3px;
}

.sec-news-detail #toc_container.no_bullets {
  margin-bottom: 75px;
  background: none;
  border: 0;
  display: block;
  width: 100%;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .sec-news-detail #toc_container.no_bullets {
    margin-bottom: 37px;
  }
}

.sec-news-detail #toc_container.no_bullets .toc_title {
  background: #003060;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  width: 115px;
  padding: 12px 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  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;
}

.sec-news-detail #toc_container.no_bullets .toc_title:before {
  content: '';
  display: inline-block;
  background: url("../img/news-detail/icon-ttl.png") no-repeat center;
  background-size: contain;
  width: 15px;
  height: 13px;
  margin-right: 8px;
}

.sec-news-detail #toc_container.no_bullets .toc_list {
  background: #f5f5f5;
  padding: 50px 45px;
  width: 100%;
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .sec-news-detail #toc_container.no_bullets .toc_list {
    padding: 25px 16px;
  }
}

.sec-news-detail #toc_container.no_bullets .toc_list a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .sec-news-detail #toc_container.no_bullets .toc_list a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sec-news-detail #toc_container.no_bullets .toc_list a span {
  color: #ff6c00;
  padding-right: 22px;
  font-style: italic;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .sec-news-detail #toc_container.no_bullets .toc_list a span {
    padding-right: 13px;
  }
}

.sec-news-detail #toc_container.no_bullets .toc_list ul li a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}

.sec-news-detail #toc_container.no_bullets .toc_list ul li a span {
  font-size: 18px;
  font-size: 1.8rem;
}

.sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 48px;
}

@media screen and (max-width: 640px) {
  .sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > a {
    padding-left: 25px;
  }
}

.sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > a span {
  display: none;
}

.sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > a:before {
  content: '';
  display: inline-block;
  background: url("../img/news-detail/icon-ttl-02.png") no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 30px;
}

@media screen and (max-width: 640px) {
  .sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > a:before {
    left: 6px;
  }
}

.sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > ul > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 55px;
}

@media screen and (max-width: 640px) {
  .sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > ul > li > a {
    padding-left: 25px;
  }
}

.sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > ul > li > a span {
  display: none;
}

.sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > ul > li > a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6c00;
  position: absolute;
  top: 5px;
  left: 38px;
}

@media screen and (max-width: 640px) {
  .sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > ul > li > a:before {
    left: 10px;
  }
}

.sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > ul > li > ul > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 40px;
  color: #003060;
  font-weight: 500;
}

.sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > ul > li > ul > li > a:before {
  content: '';
  display: none;
}

@media screen and (max-width: 640px) {
  .sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > ul > li > ul > li > a {
    padding-left: 10px;
  }
}

.sec-news-detail #toc_container.no_bullets .toc_list > li > ul > li > ul li > ul > li > ul > li > ul > li > a span {
  display: none;
}

.sec-news-detail .post-detail h1, .sec-news-detail .post-detail h2, .sec-news-detail .post-detail h4 {
  margin-bottom: 20px;
}

.sec-news-detail .post-detail h1 {
  position: relative;
  padding: 15px 15px 15px 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  background: #fff2e8;
  border-radius: 5px;
}

.sec-news-detail .post-detail h1:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 16px;
  background: #ff6c00;
  border-radius: 8px;
  width: 8px;
  height: calc(100% - 30px);
}

@media screen and (max-width: 640px) {
  .sec-news-detail .post-detail h1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sec-news-detail .post-detail h1:before {
    width: 5px;
    border-radius: 5px;
  }
}

.sec-news-detail .post-detail h2 {
  padding-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 3px solid #ff6c00;
}

@media screen and (max-width: 640px) {
  .sec-news-detail .post-detail h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-news-detail .post-detail h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  border-bottom: 3px dotted #ff6c00;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .sec-news-detail .post-detail h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-news-detail .post-detail h4 {
  color: #ff6c00;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .sec-news-detail .post-detail h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-news-detail .post-detail h5 {
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .sec-news-detail .post-detail h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-news-detail .post-detail h5:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 6px;
  background: #003060;
  margin-right: 8px;
  border-radius: 3px;
}

.sec-news-detail .post-detail h6 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #003060;
  line-height: 2.25;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .sec-news-detail .post-detail h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-news-detail .post-detail p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 23px;
}

@media screen and (max-width: 640px) {
  .sec-news-detail .post-detail p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sec-news-detail .post-detail a {
  color: #FF6B01;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  text-decoration: underline;
}

.sec-news-detail .post-detail img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.sec-news-detail .btn-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .sec-news-detail .btn-end {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec-news-detail .btn-end a {
  font-size: 18px;
  font-size: 1.8rem;
  width: 239px;
  min-width: 200px;
  display: inline-block;
  padding: 30px 5px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin-right: 11px;
  border-bottom: 6px solid #e3e3e3e3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-news-detail .btn-end a:hover {
  border-bottom: 3px solid #e3e3e3e3;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 1200px) {
  .sec-news-detail .btn-end a {
    width: 210px;
  }
}

@media screen and (max-width: 834px) {
  .sec-news-detail .btn-end a {
    width: 180px;
    min-width: 160px;
    padding: 25px 5px;
  }
}

@media screen and (max-width: 640px) {
  .sec-news-detail .btn-end a {
    font-size: 16px;
    font-size: 1.6rem;
    width: 50%;
    line-height: 1.5;
    padding: 16px;
  }
}

@media screen and (max-width: 640px) {
  .sec-news-detail .btn-end .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
  }
  .sec-news-detail .btn-end .left a:last-child {
    margin-right: 0;
  }
}

.sec-news-detail .btn-end .right a {
  background: #333333;
  color: #fff;
  margin-right: 0;
  border-bottom: 6px solid #000;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: auto;
}

.sec-news-detail .btn-end .right a:hover {
  border-bottom: 3px solid #000;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 640px) {
  .sec-news-detail .btn-end .right {
    width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sec-news-detail .btn-end .right a {
    width: 100%;
  }
}

.sec-case-page {
  width: 70%;
  padding: 0 25px 130px 25px;
}
.sec-case-page.w {
  width: auto;
		max-width: 1280px;
		margin: 0 auto 60px;
		padding: 0px;
}

@media screen and (max-width: 1500px) {
  .sec-case-page {
    padding: 0 0 100px 0;
  }
}

@media screen and (max-width: 1024px) {
  .sec-case-page {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.sec-case-page .slogan-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 38px;
}

.sec-case-page .slogan-block .slogan-block-img {
  width: 310px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-case-page .slogan-block .slogan-block-img {
    width: 300px;
  }
}

@media screen and (max-width: 640px) {
  .sec-case-page .slogan-block .slogan-block-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .sec-case-page .slogan-block .slogan-block-img img {
    display: block;
    margin: auto;
    width: 80%;
  }
}

.sec-case-page .slogan-block .slogan-block-img p {
  position: absolute;
  top: 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #ff6c00;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

@media screen and (max-width: 375px) {
  .sec-case-page .slogan-block .slogan-block-img p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-case-page .slogan-block .slogan-block-content {
  width: calc(100% - 310px);
  padding-left: 70px;
}

@media screen and (max-width: 1200px) {
  .sec-case-page .slogan-block .slogan-block-content {
    padding-left: 50px;
  }
}

@media screen and (max-width: 834px) {
  .sec-case-page .slogan-block .slogan-block-content {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 640px) {
  .sec-case-page .slogan-block .slogan-block-content {
    width: 100%;
    padding-left: 0;
  }
}

.sec-case-page .slogan-block .slogan-block-content h2 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #000;
  margin-bottom: 30px;
}

@media screen and (max-width: 1200px) {
  .sec-case-page .slogan-block .slogan-block-content h2 {
    font-size: 33px;
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-case-page .slogan-block .slogan-block-content h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 375px) {
  .sec-case-page .slogan-block .slogan-block-content h2 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.sec-case-page .slogan-block .slogan-block-content p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 400;
}

@media screen and (max-width: 375px) {
  .sec-case-page .slogan-block .slogan-block-content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-case-page .prod .prod-block .prod-block-item .bg-box-shadow {
  border-radius: 20px;
  -webkit-box-shadow: 4px 2.74px 5.48px rgba(175, 175, 175, 0.3);
          box-shadow: 4px 2.74px 5.48px rgba(175, 175, 175, 0.3);
}

.sec-case-page .prod .prod-block .prod-block-item .item-desc p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ff6c00;
  font-weight: 500;
}

.sec-case-page .prod .prod-block .prod-block-item .item-desc span {
  color: #000;
  font-weight: 500;
  margin-left: 0;
}

.sec-case-page .sec-lp-content {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .sec-case-page .sec-lp-content {
    margin-bottom: 40px;
  }
}

.sec-case-page .lp-content {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 45px;
  padding-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .sec-case-page .lp-content {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
}

.sec-case-page .lp-content:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.sec-case-page .lp-content__ttl {
  position: relative;
  color: #ff6c00;
  line-height: 1.3;
  font-weight: 500;
  font-size: 21px;
  font-size: 2.1rem;
  padding-left: 45px;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .sec-case-page .lp-content__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 35px;
    margin-top: 20px;
  }
}

.sec-case-page .lp-content__ttl:before {
  content: "“";
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 110px;
  font-size: 11rem;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .sec-case-page .lp-content__ttl:before {
    top: -15px;
    font-size: 80px;
    font-size: 8rem;
  }
}

.sec-case-page .lp-content__desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 834px) {
  .sec-case-page .lp-content__desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-case-page .lp-content strong {
  font-weight: bold;
}

.sec-case-page .lp-content em {
  font-style: italic;
}

.sec-case-page .lp-content a {
  text-decoration: underline;
}

.sec-case-page .sec-case-block {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .sec-case-page .sec-case-block {
    margin-bottom: 50px;
  }
}

.sec-case-page .case-block {
  margin-bottom: 50px;
  border-radius: 10px;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .sec-case-page .case-block {
    margin-bottom: 25px;
  }
}

.sec-case-page .case-block > .ttl {
  padding: 22px 10px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
  background: #ff6c00;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 640px) {
  .sec-case-page .case-block > .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-case-page .case-block .cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 4.833% 60px;
}

@media screen and (max-width: 834px) {
  .sec-case-page .case-block .cont {
    padding: 30px 4%;
  }
}

@media screen and (max-width: 640px) {
  .sec-case-page .case-block .cont {
    padding: 15px 4% 30px;
  }
}

.sec-case-page .case-block .cont .box {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .sec-case-page .case-block .cont .box {
    width: 100%;
  }
}

.sec-case-page .case-block .cont .box-l {
  padding-right: 1.66%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.428;
}

@media screen and (max-width: 834px) {
  .sec-case-page .case-block .cont .box-l {
    margin-bottom: 40px;
    padding-right: 0;
  }
}

.sec-case-page .case-block .cont .box-r {
  padding-left: 2.5%;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .sec-case-page .case-block .cont .box-r {
    padding-left: 0;
    border-left: 0;
  }
}

.sec-case-page .case-block .cont .box-r .ttl {
  margin-bottom: 20px;
}

.sec-case-page .case-block .cont .box-r .ttl span {
  display: inline-block;
  padding: 10px 1.25em;
  font-size: 16px;
  font-size: 1.6rem;
  background: #000;
  border-radius: 40px;
}

.sec-case-page .case-block .customer {
  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: 25px;
}

.sec-case-page .case-block .customer .img {
  width: 43.13%;
  border: 1px solid #ddd;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .sec-case-page .case-block .customer .img {
    margin: 0 auto;
    width: 80%;
  }
}

.sec-case-page .case-block .customer .img img {
  border-radius: 10px;
}

.sec-case-page .case-block .customer .name {
  width: 50.98%;
}

@media screen and (max-width: 640px) {
  .sec-case-page .case-block .customer .name {
    margin-top: 10px;
    width: 100%;
  }
}

.sec-case-page .case-block .customer .name .user {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .sec-case-page .case-block .customer .name .user {
    margin-bottom: 15px;
  }
}

.sec-case-page .case-block .customer .name .user i {
  margin-right: 5px;
}

.sec-case-page .case-block .customer .name dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
  .sec-case-page .case-block .customer .name dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-case-page .case-block .customer .name dl dt {
  width: 100px;
  padding: 2px 5px;
  text-align: center;
  background: #eee;
  border-radius: 20px;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .sec-case-page .case-block .customer .name dl dt {
    width: 100%;
    padding: 3px 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-case-page .case-block .customer .name dl dd {
  padding-left: 12px;
  width: calc(100% - 100px);
  color: #000;
  line-height: 1.2;
  font-size: 16px;
  font-size: 1.6rem;
  word-break: break-all;
}

@media screen and (max-width: 1200px) {
  .sec-case-page .case-block .customer .name dl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .sec-case-page .case-block .customer .name dl dd {
    width: 100%;
    padding-left: 0;
  }
}

.sec-case-page .case-block .voice .balloon {
  position: relative;
  padding: 30px 6.9%;
  background: #f0f7ff;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .sec-case-page .case-block .voice .balloon {
    padding: 20px 4%;
  }
}

.sec-case-page .case-block .voice .balloon > span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
}

.sec-case-page .case-block .voice .balloon > span i {
  margin-right: 10px;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 640px) {
  .sec-case-page .case-block .voice .balloon > span i {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.footSearchArea{
	 width: auto;
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 40px 0px 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background: #FFF;
		border-radius: 20px;
}
.footSearchArea .box-list{
  width: 100%;
		margin-bottom: 20px;
}
.footSearchArea .nas-content{
  margin: 0px 0px 40px 0px;
		width : -webkit-calc(25% - 20px) ;
  width : calc(25% - 20px) ;
}
.footSearchArea .nas-content h4 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.16;
    letter-spacing: 0.05em;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
				display: flex;
				flex-wrap: wrap;
				align-items: center;
}
.footSearchArea .nas-content h4:before {
    content: '';
    display: inline-block;
    background: url(../img/common/icon-sidebar.png) no-repeat center;
    background-size: contain;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.footSearchArea .nas-content h4:after {
    content: '';
    display: inline-block;
    width: 9px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.footSearchArea .nas-content h4.active:after {
    display: none;
}
.footSearchArea .nas-content ul {
    background: #F5F5F5;
    padding: 23px 25px;
				display: none;
				
}
.footSearchArea .nas-content ul li {
    margin-bottom: 15px;
}
.footSearchArea .nas-content ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
.footSearchArea .nas-content ul li a:before {
    content: '';
    display: inline-block;
    background: url(../img/common/arrow-sidebar.png) no-repeat center;
    background-size: contain;
    width: 7px;
    height: 11px;
    margin-right: 10px;
}
.sec-case-detail {
  max-width: 1198px;
  margin: 0 auto;
  padding-bottom: 131px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}

@media screen and (max-width: 1500px) {
  .sec-case-detail {
    width: 100%;
    padding: 0 15px 80px;
  }
}

@media screen and (max-width: 834px) {
  .sec-case-detail {
    padding: 0 15px 20px;
  }
		.footSearchArea{
			padding: 20px 20px 0px 20px;
		}
		.footSearchArea .nas-content{
			margin: 0px 0px 20px 0px;
			width: 50%;
		}
}

.sec-case-detail h2 {
  position: relative;
  margin-bottom: 25px;
  padding: 5px 0 5px 30px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.63;
  font-weight: 700;
}

.sec-case-detail h2:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff6c00;
  border-radius: 4px;
}

.sec-case-detail .article-area h2 {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  background: #ff6c00;
}

@media screen and (max-width: 834px) {
  .sec-case-detail .article-area h2 {
    margin-bottom: 30px;
  }
}

.sec-case-detail .article-area h3 {
  margin: 0;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 834px) {
  .sec-case-detail .article-area h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-case-detail .article-area h4 {
  color: #ff6c00;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .article-area h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-case-detail .article-area h5 {
  font-size: 18px;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .article-area h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-case-detail .article-area h5:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 6px;
  background: #003060;
  margin-right: 8px;
  border-radius: 3px;
}

.sec-case-detail .article-area h6 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #003060;
  line-height: 2.25;
  font-weight: 700;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .article-area h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-case-detail .article-area p {
  margin: 50px 0 0;
  line-height: 2;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 834px) {
  .sec-case-detail .article-area p {
    margin: 30px 0 0;
    line-height: 1.7;
  }
}

.sec-case-detail .article-area .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto !important;
}

.sec-case-detail .article-area table {
  width: 100% !important;
  height: auto !important;
  table-layout: fixed;
}

.sec-case-detail .article-area table th, .sec-case-detail .article-area table td {
  padding: 20px 10px;
  width: auto !important;
  height: auto !important;
  text-align: left;
  vertical-align: center;
  text-align: center;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sec-case-detail .article-area table img {
  height: auto;
}

.sec-case-detail .article-area strong > span {
  font-size: 18px;
  font-size: 1.8rem;
}

.sec-case-detail .article-area a {
  color: #FF6B01;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: underline;
}

.sec-case-detail .article-area img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.sec-case-detail .article-area iframe {
  width: 100%;
}

.sec-case-detail .meta-single {
  padding: 20px 30px;
  margin-bottom: 6px;
  border-top: 1px solid #CBD1C7;
}

@media screen and (max-width: 834px) {
  .sec-case-detail .meta-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec-case-detail .meta-single span:last-child {
    margin-left: auto;
  }
}

@media screen and (max-width: 640px) {
  .sec-case-detail .meta-single {
    padding: 20px 5px;
  }
}

.sec-case-detail .meta-single span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 30px;
}

.sec-case-detail .meta-single span:last-child {
  margin-right: 0;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .meta-single span {
    margin-right: 0;
  }
}

.sec-case-detail .prod-detail {
  margin-bottom: 75px;
}

.sec-case-detail .prod-detail .prod-detail-img {
  margin: 0 auto 80px;
  max-width: 960px;
}

@media screen and (max-width: 834px) {
  .sec-case-detail .prod-detail .prod-detail-img {
    margin-bottom: 40px;
  }
}

.sec-case-detail .prod-detail .prod-detail-desc h3 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 46px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .prod-detail .prod-detail-desc h3 {
    position: unset;
  }
}

.sec-case-detail .prod-detail .prod-detail-desc h3:before {
  content: '';
  display: inline-block;
  background: url("../img/case-detail/icon-01.png") no-repeat center;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  position: absolute;
  left: -45px;
  top: 1px;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .prod-detail .prod-detail-desc h3:before {
    position: unset;
  }
}

.sec-case-detail .prod-parameters__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  font-size: 15px;
  font-size: 1.5rem;
}

.sec-case-detail .prod-parameters__item p {
  font-weight: 500;
  margin: 0;
}

.sec-case-detail .prod-parameters__item span {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.sec-case-detail .feedback-block .feedback-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 46px;
}

.sec-case-detail .feedback-block .feedback-block-item .feedback-avatar {
  width: 70.48px;
  height: 70.48px;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .feedback-block .feedback-block-item .feedback-avatar {
    margin-bottom: 30px;
  }
}

.sec-case-detail .feedback-block .feedback-block-item .feedback-desc {
  width: calc(100% - 70.48px);
  padding-left: 27px;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .feedback-block .feedback-block-item .feedback-desc {
    padding-left: 20px;
  }
}

.sec-case-detail .feedback-block .feedback-block-item .feedback-desc .wrap-blue {

  background: #F0F7FF;
  padding: 36px 36px 41px;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .feedback-block .feedback-block-item .feedback-desc .wrap-blue {
    padding: 18px;
  }
}

.sec-case-detail .feedback-block .feedback-block-item .feedback-desc .wrap-blue:before {
  content: '';
  display: inline-block;
  background: url("../img/case-detail/arrow-left.png") no-repeat center;
  background-size: contain;
  width: 22px;
  height: 25px;
  position: absolute;
  top: 20px;
  left: -20px;
}

.sec-case-detail .feedback-block .feedback-block-item .feedback-desc .wrap-blue h4 {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ff6c00;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 18px;
}

.sec-case-detail .feedback-block .feedback-block-item .feedback-desc .wrap-blue p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 4px;
}

.sec-case-detail .reply-feedback {
  margin-bottom: 41px;
}

.sec-case-detail .reply-feedback h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  background: #ff6c00;
  width: 100%;
  height: 46px;
  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;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.sec-case-detail .reply-feedback .bg-beg {
  background: #FFF2E8;
  padding: 26px 60px;
}

@media screen and (max-width: 834px) {
  .sec-case-detail .reply-feedback .bg-beg {
    padding: 26px 40px;
  }
}

@media screen and (max-width: 640px) {
  .sec-case-detail .reply-feedback .bg-beg {
    padding: 13px 20px;
  }
}

.sec-case-detail .reply-feedback .bg-beg p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 31px;
}

.sec-case-detail .reply-feedback .reply-fb-refer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -34px;
  padding: 0 50px;
  margin-bottom: 17px;
}

@media screen and (max-width: 1200px) {
  .sec-case-detail .reply-feedback .reply-fb-refer {
    margin: 0 -20px;
  }
}

@media screen and (max-width: 834px) {
  .sec-case-detail .reply-feedback .reply-fb-refer {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .sec-case-detail .reply-feedback .reply-fb-refer {
    margin: 0 -5px;
  }
}

.sec-case-detail .reply-feedback .reply-fb-refer img {
  width: 33.33%;
  height: 210px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  padding: 0 34px;
}

@media screen and (max-width: 1200px) {
  .sec-case-detail .reply-feedback .reply-fb-refer img {
    padding: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .sec-case-detail .reply-feedback .reply-fb-refer img {
    height: 195px;
  }
}

@media screen and (max-width: 640px) {
  .sec-case-detail .reply-feedback .reply-fb-refer img {
    height: 130px;
    padding: 0 5px;
  }
}

@media screen and (max-width: 375px) {
  .sec-case-detail .reply-feedback .reply-fb-refer img {
    width: 50%;
    margin-bottom: 10px;
    height: 100px;
  }
}

.sec-case-detail .prod-related-block {
  margin-top: 50px;
}

.sec-case-detail .prod-related-block h4 {
  position: relative;
  padding: 5px 10px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  text-align: center;
  background: #ff6c00;
}

.sec-case-detail .prod-related-block .prod-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
  gap: 2.173%;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .prod-related-block .prod-block {
    gap: 4%;
  }
}

.sec-case-detail .prod-related-block .prod-block .prod-block-item {
  padding: 0;
  width: 23.37%;
}

@media screen and (max-width: 640px) {
  .sec-case-detail .prod-related-block .prod-block .prod-block-item {
    width: 48%;
  }
}

.sec-case-detail .prod-related-block .prod-block .prod-block-item .bg-box-shadow img {
  width: 100%;
  height: 177px;
  border-radius: 0;
}

@media screen and (max-width: 1200px) {
  .sec-case-detail .prod-related-block .prod-block .prod-block-item .bg-box-shadow img {
    height: 14.75vw;
  }
}

@media screen and (max-width: 640px) {
  .sec-case-detail .prod-related-block .prod-block .prod-block-item .bg-box-shadow img {
    height: 27.65vw;
  }
}

.sec-case-detail .prod-related-block .prod-block .prod-block-item .bg-box-shadow .item-desc {
  border-radius: 0;
  padding: 0;
}

.sec-case-detail .prod-related-block .prod-block .prod-block-item .bg-box-shadow .item-desc p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ff6c00;
  font-weight: 500;
  margin: 0 0 8px;
  padding-top: 15px;
  height: auto;
  overflow: visible;
  white-space: normal;
}

.sec-case-detail .prod-related-block .prod-block .prod-block-item .bg-box-shadow .item-desc span {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
  font-weight: 500;
  margin-left: 0;
}

.reply-feedback-sug {
  background: #F5F5F5;
  padding: 42px 0 50px 0;
  position: relative;
  margin-bottom: 78px;
}

@media screen and (max-width: 640px) {
  .reply-feedback-sug {
    margin-bottom: 39px;
  }
}

.reply-feedback-sug:before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1000px;
  height: 100%;
  left: -1000px;
  top: 0;
  background: #F5F5F5;
}

.reply-feedback-sug:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 1000px;
  height: 100%;
  right: -1000px;
  top: 0;
  background: #F5F5F5;
}

.reply-feedback-sug h4 {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  font-weight: 700;
  background: #333333;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  padding: 10px 28px;
  position: relative;
  top: 20px;
  left: 44px;
}

@media screen and (max-width: 640px) {
  .reply-feedback-sug h4 {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    padding: 10px;
  }
}

@media screen and (max-width: 375px) {
  .reply-feedback-sug h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.reply-feedback-sug p {
  background: #fff;
  padding: 54px 78px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
  .reply-feedback-sug p {
    padding: 30px 20px 20px;
  }
}

.page-service {
  background: #f5f8fd;
}

.page-service .sec-lead {
  padding: 35px 0 50px;
}

@media screen and (max-width: 834px) {
  .page-service .sec-lead {
    padding: 0 0 30px;
  }
}

.page-service .sec-lead .c-txt01 {
  text-align: left;
}

.page-service .lead-block {
  line-height: 1.6;
}

.page-service .lead-block .cap {
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 834px) {
  .page-service .lead-block .cap {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-service .lead-block .ttl-lead {
  margin-bottom: 45px;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 834px) {
  .page-service .lead-block .ttl-lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.page-service .c-page-nav {
  margin: 80px 0 30px;
}

@media screen and (max-width: 834px) {
  .page-service .c-page-nav {
    margin: 40px 0 20px;
  }
}

.page-service .feature-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 .feature-list li {
  width: 31.5%;
}

@media screen and (max-width: 640px) {
  .page-service .feature-list li {
    margin-bottom: 10px;
    width: 100%;
  }
}

.page-service .sec-menulist {
  padding: 0 0 190px;
}

@media screen and (max-width: 834px) {
  .page-service .sec-menulist {
    padding: 0 0 40px;
  }
}

.page-service .sec-menulist .menu-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: 5% 6.66% 60px;
  border: 4px solid #ff6c00;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

@media screen and (max-width: 1024px) {
  .page-service .sec-menulist .menu-block {
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 834px) {
  .page-service .sec-menulist .menu-block {
    padding-bottom: 50px;
    border-radius: 10px;
  }
}

.page-service .sec-menulist .menu-block:not(:first-child) {
  margin-top: 100px;
}

@media screen and (max-width: 834px) {
  .page-service .sec-menulist .menu-block:not(:first-child) {
    margin-top: 50px;
  }
}

.page-service .sec-menulist .menu-block .cont {
  width: 54.8%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 834px) {
  .page-service .sec-menulist .menu-block .cont {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}

.page-service .sec-menulist .menu-block .cont .ttl {
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .page-service .sec-menulist .menu-block .cont .ttl {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.page-service .sec-menulist .menu-block .cont .c-btn01 {
  margin-top: 35px;
  max-width: 280px;
}

@media screen and (max-width: 834px) {
  .page-service .sec-menulist .menu-block .cont .c-btn01 {
    display: block;
    margin: 20px auto 0;
  }
}

.page-service .sec-menulist .menu-block .img {
  width: 40.38%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 834px) {
  .page-service .sec-menulist .menu-block .img {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: center;
  }
  .page-service .sec-menulist .menu-block .img img {
    width: 100%;
    max-width: 400px;
  }
}

.page-service .sec-menulist .btn-acc {
  display: block;
  margin: -32px auto -12px !important;
  max-width: 350px;
}

@media screen and (max-width: 834px) {
  .page-service .sec-menulist .btn-acc {
    margin: -25px auto -10px !important;
  }
}

@media screen and (max-width: 640px) {
  .page-service .sec-menulist .btn-acc {
    width: 84%;
  }
}

.page-service .price-cont {
  display: none;
}

.page-service .price-cont .serviceprice-block {
  padding: 60px 5.8% 5.8%;
}

@media screen and (max-width: 834px) {
  .page-service .price-cont .serviceprice-block {
    padding: 40px 5% 20px;
  }
}

.page-service .note-box {
  margin-top: 40px;
}

.page-service .note-box .c-ttl10 {
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .page-service .note-box .c-ttl10 {
    margin-bottom: 10px;
  }
}

.service-page .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: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-page .sec-lead .lead-block .img {
  margin-top: 30px;
  width: 45.833%;
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .lead-block .img {
    margin: 0 0 20px;
    width: 100%;
  }
}

.service-page .sec-lead .lead-block .cont {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .lead-block .cont {
    width: 100%;
  }
}

.service-page .sec-lead .lead-block .cont .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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .service-page .sec-lead .lead-block .cont .head {
    font-size: 1.75vw;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .lead-block .cont .head {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.service-page .sec-lead .lead-block .cont .head .label-wrap {
  width: 100%;
}

.service-page .sec-lead .lead-block .cont .head .label {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 14px 1.25em;
  width: 100%;
  max-width: 290px;
  text-align: center;
  background: #ff6c00;
  border-radius: 60px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .lead-block .cont .head .label {
    width: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .lead-block .cont .head .label {
    padding: 10px 1em;
  }
}

.service-page .sec-lead .lead-block .cont .head .label--sm {
  font-size: 16px;
  font-size: 1.6rem;
  width: auto;
  max-width: inherit;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .lead-block .cont .head .label--sm {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 2px;
  }
}

.service-page .sec-lead .lead-block .cont .head .tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 10px;
  background: #d50000;
  text-align: center;
  margin-right: 10px;
}

.service-page .sec-lead .lead-block .cont .ttl-lead {
  margin: 10px 0;
  font-size: 60px;
  font-size: 6rem;
  line-height: 1.4;
}

@media screen and (max-width: 1200px) {
  .service-page .sec-lead .lead-block .cont .ttl-lead {
    font-size: 5vw;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .lead-block .cont .ttl-lead {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.service-page .sec-lead .lead-block .cont .ttl-lead small {
  display: block;
  font-size: 40px;
  font-size: 4rem;
  margin-bottom: -15px;
}

@media screen and (max-width: 1200px) {
  .service-page .sec-lead .lead-block .cont .ttl-lead small {
    font-size: 3vw;
    margin-bottom: -10px;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .lead-block .cont .ttl-lead small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.service-page .sec-lead .lead-block .cont .ttlsub-lead {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.66;
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .lead-block .cont .ttlsub-lead {
    font-size: 20px;
    font-size: 2rem;
  }
}

.service-page .sec-lead .point-list {
  margin: 80px 0 95px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .point-list {
    margin: 30px 0 20px;
  }
}

.service-page .sec-lead .point-list__item {
  position: relative;
  padding: 2.5%;
  width: 32.5%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .point-list__item {
    margin-bottom: 20px;
    padding: 4%;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .service-page .sec-lead .point-list__item {
    padding: 20px;
  }
}

.service-page .sec-lead .point-list__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}

.service-page .sec-lead .point-list__item:before {
  top: 3px;
  left: 3px;
  border: 2px solid #ff6c00;
  border-radius: 8px;
}

.service-page .sec-lead .point-list__item-ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 14px;
  color: #ff6c00;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: 900;
  border-bottom: 2px solid #e6e6e6;
}

@media screen and (max-width: 1500px) {
  .service-page .sec-lead .point-list__item-ttl {
    font-size: 2.266vw;
  }
}

@media screen and (max-width: 640px) {
  .service-page .sec-lead .point-list__item-ttl {
    padding-bottom: 10px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.service-page .sec-lead .point-list__item-ttl--sm {
  font-size: 38px;
  font-size: 3.8rem;
}

@media screen and (max-width: 1200px) {
  .service-page .sec-lead .point-list__item-ttl--sm {
    font-size: 2.2vw;
  }
}

@media screen and (max-width: 640px) {
  .service-page .sec-lead .point-list__item-ttl--sm {
    padding-bottom: 10px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.service-page .sec-lead .point-list__item-ttl img {
  margin-right: 10px;
  width: 90px;
}

@media screen and (max-width: 990px) {
  .service-page .sec-lead .point-list__item-ttl img {
    width: 70px;
  }
}

.service-page .sec-lead .introduction-block {
  padding: 110px 0 100px;
  background-color: #f6f6f6;
  background-image: url(../img/service/hdd/bg-work.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .service-page .sec-lead .introduction-block {
    background-position: right center;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .introduction-block {
    padding: 40px 0 44vw;
    background-image: url(../img/service/hdd/bg-work_sp.png);
    background-position: center bottom 0px;
    background-size: 100%;
  }
}

.service-page .sec-lead .introduction-block .txt-box {
  margin-left: auto;
  max-width: 600px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .introduction-block .txt-box {
    max-width: 100%;
  }
}

.service-page .sec-lead .introduction-block .txt-box .ttl {
  margin-bottom: 20px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.36;
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .introduction-block .txt-box .ttl {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.service-page .sec-lead .introduction-block .txt-box .ttl small {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
}

@media screen and (max-width: 834px) {
  .service-page .sec-lead .introduction-block .txt-box .ttl small {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
}

.service-page .sec-trouble {
  padding: 85px 0 105px;
  background-image: url(../img/service/nas/bg-trouble.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw auto;
}

@media screen and (max-width: 834px) {
  .service-page .sec-trouble {
    padding: 30px 0 20px;
  }
}

.service-page .sec-trouble.bg-cover {
  padding-bottom: 60px;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .service-page .sec-trouble.bg-cover {
    padding-bottom: 20px;
  }
}

.service-page .sec-trouble .trouble-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.service-page .sec-trouble .trouble-list li {
  margin-bottom: 25px;
  padding: 2.5% 1% 1.66%;
  width: 23.5%;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .service-page .sec-trouble .trouble-list li {
    margin-bottom: 10px;
    padding: 4% 5px;
    width: 49%;
  }
}

.service-page .sec-trouble .trouble-list li .txt {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .service-page .sec-trouble .trouble-list li .txt {
    font-size: 1.833vw;
  }
}

@media screen and (max-width: 640px) {
  .service-page .sec-trouble .trouble-list li .txt {
    font-size: max(15px, 3.43vw);
  }
}

.service-page .sec-trouble .caution-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: 30px 4.166%;
  background: #ffcc00;
  border-radius: 10px;
}

.service-page .sec-trouble .caution-block .icn {
  width: 20%;
}

@media screen and (max-width: 640px) {
  .service-page .sec-trouble .caution-block .icn {
    display: block;
    margin: 0 auto 15px;
    width: 100px;
  }
}

.service-page .sec-trouble .caution-block .txt-box {
  width: 75.92%;
}

@media screen and (max-width: 640px) {
  .service-page .sec-trouble .caution-block .txt-box {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .service-page .sec-trouble .caution-block .c-txt06 {
    line-height: 1.4;
  }
}

.service-page .sec-trouble .caution-block .ttl {
  position: relative;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  padding-left: 85px;
}

@media screen and (max-width: 640px) {
  .service-page .sec-trouble .caution-block .ttl {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
    padding-left: 60px;
  }
}

.service-page .sec-trouble .caution-block .ttl span {
  display: block;
  color: #005afd;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .service-page .sec-trouble .caution-block .ttl span {
    margin-left: -60px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-top: 10px;
  }
}

.service-page .sec-trouble .caution-block .ttl i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 1.8em;
}

.service-page .sec-solve {
  position: relative;
  padding: 0 0 80px;
  background-image: url(../img/service/nas/bg-image.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100vw auto;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve {
    padding: 0 0 10px;
  }
}

.service-page .sec-solve .ttl-sec-wrap {
  background: #ff6c00;
}

.service-page .sec-solve .ttl-sec {
  margin-left: auto;
  width: 65%;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .ttl-sec {
    margin: 0 auto;
    width: 100%;
  }
}

.service-page .sec-solve .ttl-sec span {
  display: inline-block;
  padding: 35px 185px 40px 0;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.33;
  background: url(../img/index/img-ttl01.png) no-repeat right center;
  background-size: 185px auto;
}

@media screen and (max-width: 1200px) {
  .service-page .sec-solve .ttl-sec span {
    padding-left: 5%;
    padding-right: 15.625%;
    font-size: max(22px, 1.75vw);
    background-size: 18.066vw auto;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .ttl-sec span {
    padding: 30px 15%;
    background-size: 20vw auto;
  }
}

@media screen and (max-width: 640px) {
  .service-page .sec-solve .ttl-sec span {
    padding: 20px 4.19%;
    font-size: 18px;
    font-size: 1.8rem;
    background: none;
  }
}

.service-page .sec-solve .ttl-sec span.q {
  padding: 0;
  background: #FFF;
  text-align: center;
  width: 36px;
  line-height: 36px;
  color: #ff6c00;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 10px;
  border-radius: 100%;
}

.service-page .sec-solve .ttl-sec--02 span {
  padding-left: 0px;
}

.service-page .sec-solve .img {
  position: absolute;
  top: -40px;
  left: auto;
  right: auto;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}

.service-page .sec-solve .img img {
  width: 36.66%;
}

.service-page .sec-solve .content-block {
  position: relative;
  margin-left: auto;
  margin-bottom: 45px;
  width: 60%;
  min-height: 276px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .content-block {
    width: 100%;
    min-height: inherit;
  }
}

.service-page .sec-solve .content-block .answer-ttl {
  position: relative;
  text-align: left;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
  padding: 0 0 0 70px;
  margin: 36px 0 25px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .content-block .answer-ttl {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 15px 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .service-page .sec-solve .content-block .answer-ttl {
    padding-left: 50px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.service-page .sec-solve .content-block .answer-ttl::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 54px;
  line-height: 54px;
  background: #005afd;
  text-align: center;
  content: "A";
  color: #FFF;
  margin-top: -27px;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  border-radius: 100%;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .content-block .answer-ttl::before {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .service-page .sec-solve .content-block .answer-ttl::before {
    margin-top: -20px;
    width: 40px;
    line-height: 40px;
  }
}

.service-page .sec-solve .content-block .ttl-box {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 14px 1.5em;
  font-size: 21px;
  font-size: 2.1rem;
  background: #bd5000;
  border-radius: 30px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .content-block .ttl-box {
    padding: 10px 1.5em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.service-page .sec-solve .content-block .note {
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.service-page .sec-solve .content-block .note.txt {
  max-width: 750px;
  float: right;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .content-block .note.txt {
    float: none;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .content-block .note.mb {
    margin-bottom: 30px;
  }
}

.service-page .sec-solve .content-block__type {
  text-align: center;
  font-size: 0;
  margin-bottom: 10px;
}

.service-page .sec-solve .content-block__type li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 10px;
  vertical-align: bottom;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .content-block__type li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.service-page .sec-solve .content-block__type li.type {
  background: #eeeeee;
  padding: 15px 30px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Oswald", sans-serif;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .content-block__type li.type {
    padding: 10px 12px;
    font-size: 15px;
    font-size: 1.5rem;
    margin-right: 5px;
  }
}

.service-page .sec-solve .content-block__type li.other {
  padding-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-solve .content-block__type li.other {
    display: block;
    text-align: center;
    padding: 10px 0 0;
  }
}

.service-page .methods-block {
  margin: 45px 0 0;
}

@media screen and (max-width: 834px) {
  .service-page .methods-block {
    margin: 30px 0 0;
  }
}

.service-page .methods-block .txt-lead {
  margin: 30px 0 70px;
}

@media screen and (max-width: 834px) {
  .service-page .methods-block .txt-lead {
    margin: 30px 0;
  }
}

.service-page .solve-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1080px;
}

.service-page .solve-list li {
  width: 30.55%;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .service-page .solve-list li {
    width: 32%;
  }
}

@media screen and (max-width: 834px) {
  .service-page .solve-list li {
    margin-bottom: 20px;
    width: 100%;
  }
}

.service-page .solve-list--col2 li {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .service-page .solve-list--col2 li {
    width: 100%;
  }
}

.service-page .solve-list .head {
  padding: 20px 10px;
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  border-radius: 6px 6px 0 0;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .service-page .solve-list .head {
    padding: 10px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.service-page .solve-list .cont {
  position: relative;
  padding: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5625;
  min-height: 185px;
}

@media screen and (max-width: 834px) {
  .service-page .solve-list .cont {
    padding: 20px 4% 40px;
    min-height: 140px;
  }
}

.service-page .solve-list .cont img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63.63%;
  max-width: 210px;
  border-radius: 0 0 10px 0;
}

@media screen and (max-width: 834px) {
  .service-page .solve-list .cont img {
    max-width: 160px;
  }
}

.service-page .solve-list .cont p {
  position: relative;
}

.service-page .solve-list .cont .small {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.service-page .solve-list.--col4 li {
  width: 24.166%;
}

@media screen and (max-width: 834px) {
  .service-page .solve-list.--col4 li {
    width: 48%;
  }
}

@media screen and (max-width: 834px) {
  .service-page .solve-list.--col4 li {
    width: 100%;
  }
}

@media screen and (min-width: 835px) {
  .service-page .solve-list.--col4 li .cont {
    padding: 25px;
  }
}

.service-page .solve-list .item01 {
  border: 3px solid #d30000;
}

.service-page .solve-list .item01 .head {
  background: #db0000;
  background: -webkit-gradient(linear, left top, left bottom, from(#db0000), to(#9e0000));
  background: -o-linear-gradient(top, #db0000 0%, #9e0000 100%);
  background: linear-gradient(180deg, #db0000 0%, #9e0000 100%);
}

.service-page .solve-list .item02 {
  border: 3px solid #00087a;
}

.service-page .solve-list .item02 .head {
  background: #0032b2;
  background: -webkit-gradient(linear, left top, left bottom, from(#0032b2), to(#000676));
  background: -o-linear-gradient(top, #0032b2 0%, #000676 100%);
  background: linear-gradient(180deg, #0032b2 0%, #000676 100%);
}

.service-page .solve-list .item03 {
  border: 3px solid #0b8753;
}

.service-page .solve-list .item03 .head {
  background: #2fb383;
  background: -webkit-gradient(linear, left top, left bottom, from(#2fb383), to(#098450));
  background: -o-linear-gradient(top, #2fb383 0%, #098450 100%);
  background: linear-gradient(180deg, #2fb383 0%, #098450 100%);
}

.service-page .solve-list .item04 {
  border: 3px solid #ffba00;
}

.service-page .solve-list .item04 .head {
  background: #ffba00;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffba00), to(#dea200));
  background: -o-linear-gradient(top, #ffba00 0%, #dea200 100%);
  background: linear-gradient(180deg, #ffba00 0%, #dea200 100%);
}

.service-page .sec-product {
  padding: 110px 0 60px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-product {
    padding: 40px 0 10px;
  }
}

.service-page .sec-product .txt-lead {
  margin: 40px 0 50px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-product .txt-lead {
    margin: 30px 0;
  }
}

.service-page .sec-product .logo-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 85px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-product .logo-list {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.service-page .sec-product .logo-list__item {
  width: 24.16%;
  margin-right: 1.12%;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-product .logo-list__item {
    margin-bottom: 6px;
  }
}

.service-page .sec-product .logo-list__item:nth-of-type(4n) {
  margin-right: 0;
}

.service-page .product-list-block {
  margin-bottom: 40px;
  padding: 25px 0 30px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .service-page .product-list-block {
    margin-bottom: 30px;
    padding: 20px 0 10px;
  }
}

.service-page .product-list-block__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .service-page .product-list-block__head {
    margin-bottom: 25px;
    display: block;
  }
}

.service-page .product-list-block__txt {
  padding-left: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 834px) {
  .service-page .product-list-block__txt {
    width: 100%;
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 5%;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.service-page .product-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;
  padding: 0 5%;
  gap: 1.85%;
}

@media screen and (max-width: 834px) {
  .service-page .product-list {
    gap: 4%;
  }
}

.service-page .product-list.type02 {
  gap: 0;
  padding-top: 25px;
}

@media screen and (max-width: 834px) {
  .service-page .product-list.type02 {
    padding-top: 0;
  }
}

.service-page .product-list.type02 .product-list__item {
  width: 48%;
  margin: 0 4% 65px 0;
}

@media screen and (max-width: 834px) {
  .service-page .product-list.type02 .product-list__item {
    width: 100%;
    margin: 0 0 35px;
  }
}

.service-page .product-list.type02 .product-list__item:nth-of-type(2n) {
  margin-right: 0;
}

.service-page .product-list.type02 .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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.service-page .product-list.type02 .logo {
  width: 203px;
}

@media screen and (max-width: 834px) {
  .service-page .product-list.type02 .logo {
    width: 120px;
  }
}

.service-page .product-list.type02 .txt {
  width: calc(100% - 203px);
  color: #005afd;
  padding-left: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .service-page .product-list.type02 .txt {
    width: calc(100% - 120px);
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}

.service-page .product-list__item {
  margin-bottom: 30px;
  width: 18.5%;
}

@media screen and (max-width: 834px) {
  .service-page .product-list__item {
    margin-bottom: 20px;
    width: 30.666%;
  }
}

@media screen and (max-width: 640px) {
  .service-page .product-list__item {
    width: 48%;
  }
}

.service-page .product-list__item .img {
  border: 1px solid #ddd;
  border-radius: 8px;
}

.service-page .product-list__item .img img {
  border-radius: 8px;
}

.service-page .product-list__item .name {
  margin-top: 10px;
  color: #003060;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .service-page .product-list__item .name {
    margin-top: 10px;
  }
}

.service-page .product-list__item .name span {
  display: block;
  color: #005afd;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 10px;
}

.service-page .product-list.clm3 {
  padding: 0;
  gap: 3.75%;
}

@media screen and (max-width: 640px) {
  .service-page .product-list.clm3 {
    gap: 4%;
  }
}

.service-page .product-list.clm3 li {
  width: 30.8333%;
}

@media screen and (max-width: 640px) {
  .service-page .product-list.clm3 li {
    width: 48%;
  }
}

.service-page .sec-price {
  background: #f5f8fd;
}

.service-page .sec-price > .inner {
  padding-top: 75px;
  padding-bottom: 130px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-price > .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.service-page .sec-price .icn-list {
  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: 25px 0 50px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-price .icn-list {
    margin: 15px 0 20px;
  }
}

.service-page .sec-price .icn-list li {
  width: 140px;
  padding: 0 5px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-price .icn-list li {
    width: auto;
    max-width: 140px;
  }
}

.service-page .sec-works {
  background: #f5f8fd;
}

.service-page .sec-works > .inner {
  padding-top: 90px;
  padding-bottom: 110px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-works > .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}

.service-page .sec-works .case-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.service-page .sec-works .case-list__item {
  margin-bottom: 30px;
  width: 22.5%;
  margin-right: 3.3333%;
}

.service-page .sec-works .case-list__item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .service-page .sec-works .case-list__item {
    margin-bottom: 20px;
    margin-right: 4%;
    width: 48%;
  }
  .service-page .sec-works .case-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.service-page .sec-works .case-list__item a {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
}

.service-page .sec-works .case-list__item a:hover {
  background: #ffe9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.service-page .sec-works .case-list__item .img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.service-page .sec-works .case-list__item .img::after {
  content: "";
  display: block;
  padding-top: 63%;
}

.service-page .sec-works .case-list__item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.service-page .sec-works .case-list__item .txt {
  padding: 25px 6.5%;
}

.service-page .sec-works .case-list__item p:first-child {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.service-page .sec-works .case-list__item .date {
  font-size: 14px;
  font-size: 1.4rem;
}

.service-page .sec-shoplist {
  padding: 110px 0;
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist {
    padding: 40px 0;
  }
}

.service-page .sec-shoplist .c-ttl03 {
  margin-bottom: 70px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .c-ttl03 {
    margin-bottom: 40px;
  }
}

.service-page .sec-shoplist .c-ttl05 {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .c-ttl05 {
    margin-bottom: 20px;
  }
}

.service-page .sec-shoplist .access {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .access {
    width: 48%;
    margin: 0;
  }
}

.service-page .sec-shoplist .access:before {
  position: absolute;
  left: 0;
  top: -2px;
  content: '\f3c5';
  margin-right: 5px;
  color: #ff6c00;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

.service-page .sec-shoplist .map {
  position: relative;
  padding-top: 34.19%;
  height: 0;
}

.service-page .sec-shoplist .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.service-page .sec-shoplist .shop-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .shop-list {
    margin-bottom: 40px;
  }
}

.service-page .sec-shoplist .shop-list__item {
  margin-bottom: 30px;
  width: 48.33%;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .shop-list__item {
    position: relative;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 45vw;
  }
  .service-page .sec-shoplist .shop-list__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .shop-list .c-ttl11 {
    width: 100%;
    margin-bottom: 10px;
  }
}

.service-page .sec-shoplist .shop-list .img-map {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .shop-list .img-map {
    width: 48%;
  }
}

.service-page .sec-shoplist .shop-list .img-map .img,
.service-page .sec-shoplist .shop-list .img-map .map {
  width: 48.27%;
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .shop-list .img-map .img,
  .service-page .sec-shoplist .shop-list .img-map .map {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .shop-list .img-map .map {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 40vw;
  }
  .service-page .sec-shoplist .shop-list .img-map .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.service-page .sec-shoplist .btn-box {
  margin-top: 80px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-shoplist .btn-box {
    margin-top: 40px;
  }
}

.service-page .sec-memory-price {
  background: #f5f8fd;
  padding: 0 0 125px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-price {
    padding: 0 0 45px;
  }
}

.service-page .sec-memory-price .c-txt07 {
  padding: 70px 0 40px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-price .c-txt07 {
    padding: 25px 0 20px;
  }
}

.service-page .sec-memory-price .price-ico {
  text-align: center;
  font-size: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-price .price-ico {
    width: 70%;
    max-width: 280px;
    margin: 0 auto 30px;
  }
}

.service-page .sec-memory-price .price-ico li {
  display: inline-block;
  vertical-align: middle;
  width: 130px;
  margin: 0 5px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-price .price-ico li {
    width: 48%;
    margin: 0;
    margin-right: 4%;
    margin-bottom: 15px;
  }
  .service-page .sec-memory-price .price-ico li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.service-page .sec-memory-price .price-box {
  padding: 85px 79px 90px;
  background: #FFF;
  border-radius: 16px;
}

@media screen and (max-width: 1200px) {
  .service-page .sec-memory-price .price-box {
    padding: 50px 25px 55px;
  }
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-price .price-box {
    padding: 25px 15px;
  }
}

.service-page .sec-memory-case {
  background: #f5f8fd;
  padding: 0 0 95px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-case {
    padding: 0 0 20px;
  }
}

.service-page .sec-memory-case .case-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 90px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-case .case-row {
    margin-top: 40px;
  }
}

.service-page .sec-memory-case .case-row .item {
  width: 48%;
  background: #FFF;
  padding: 35px 45px 50px;
  margin-bottom: 30px;
  margin-right: 4%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 7px -5px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 7px -5px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-case .case-row .item {
    width: 100%;
    margin: 0 0 25px;
    padding: 25px 25px 35px;
  }
}

.service-page .sec-memory-case .case-row .item:nth-of-type(2n) {
  margin-right: 0;
}

.service-page .sec-memory-case .case-row .item__ttl {
  position: relative;
  color: #003060;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  padding-left: 28px;
  margin-bottom: 28px;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-case .case-row .item__ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 25px;
  }
}

.service-page .sec-memory-case .case-row .item__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background: #003060;
  width: 7px;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-case .case-row .item__ttl::before {
    top: 0;
  }
}

.service-page .sec-memory-case .case-row .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service-page .sec-memory-case .case-row .item__img {
  width: 140px;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-case .case-row .item__img {
    width: 100px;
    margin: 0 auto 20px;
  }
}

.service-page .sec-memory-case .case-row .item__txt {
  width: calc(100% - 140px);
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
  padding-top: 10px;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .service-page .sec-memory-case .case-row .item__txt {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.serviceprice-block {
  padding: 6.66%;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 834px) {
  .serviceprice-block {
    padding: 20px 5%;
    border-radius: 10px;
  }
}

.serviceprice-block .c-ttl10 {
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .serviceprice-block .c-ttl10 {
    margin-bottom: 15px;
  }
}

.serviceprice-block-child:not(:last-child) {
  margin-bottom: 50px;
}

.serviceprice-block .c-table {
  margin: 10px 0;
}

@media screen and (max-width: 834px) {
  .serviceprice-block .c-table:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .serviceprice-block .scroll-box-sp {
    /*margin-right: -5%;*/
  }
}

.serviceprice-block.shadow {
  -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.3);
}

.page-service_nas .sec-lead .lead-block .cont .head .label {
  max-width: 385px;
}

@media screen and (max-width: 1200px) {
  .page-service_nas .sec-lead .lead-block .cont .head .label {
    width: auto;
    max-width: 100%;
  }
}

.page-service_recorder .img-main {
  margin-top: -145px;
}

@media screen and (max-width: 990px) {
  .page-service_recorder .img-main {
    margin-top: -90px;
  }
}

@media screen and (max-width: 410px) {
  .page-service_recorder .img-main {
    margin-top: -115px;
  }
}

.page-service_recorder .ttl-block01 span {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 0 30px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: 900;
}

@media screen and (max-width: 640px) {
  .page-service_recorder .ttl-block01 span {
    padding: 0 30px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 375px) {
  .page-service_recorder .ttl-block01 span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-service_recorder .ttl-block01 span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 3px;
}

.page-service_recorder .ttl-block01 span:before, .page-service_recorder .ttl-block01 span:after {
  bottom: 16px;
  background: #000;
}

.page-service_recorder .ttl-block01 span:before {
  left: -7px;
  -webkit-transform: rotate(58deg);
  -ms-transform: rotate(58deg);
      transform: rotate(58deg);
}

.page-service_recorder .ttl-block01 span:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 3px;
}

.page-service_recorder .ttl-block01 span:after {
  right: -7px;
  background: #000;
  -webkit-transform: rotate(-58deg);
  -ms-transform: rotate(-58deg);
      transform: rotate(-58deg);
}

.page-service_recorder .sec-lead {
  padding: 80px 0 95px;
  background: url(../img/service/recorder/bg-lead.jpg) no-repeat right center;
  background-size: auto 100%;
}

@media screen and (max-width: 1200px) {
  .page-service_recorder .sec-lead {
    background: url(../img/service/recorder/bg-lead_lg.jpg) no-repeat left center;
    background-size: cover;
  }
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-lead {
    padding: 40px 0;
  }
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-lead {
    padding-bottom: 30vw;
    background: url(../img/service/recorder/bg-lead_sp.jpg) no-repeat left center;
    background-position: center bottom;
    background-size: contain;
  }
}

.page-service_recorder .sec-lead .lead-block {
  width: 68%;
  max-width: 550px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-lead .lead-block {
    width: 100%;
    max-width: 100%;
  }
}

.page-service_recorder .sec-lead .ttl-lead {
  margin-bottom: 40px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.36;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-lead .ttl-lead {
    margin-bottom: 20px;
    font-size: max(28px, 4.3vw);
  }
}

.page-service_recorder .sec-feature {
  padding: 55px 0 95px;
  background: url(../img/service/recorder/bg-feature.jpg) no-repeat center center;
  background-size: cover;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-feature {
    padding: 40px 0;
  }
}

.page-service_recorder .sec-feature .cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.page-service_recorder .sec-feature .cont-block {
  padding: 3.33%;
  width: 48.75%;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-feature .cont-block {
    padding: 30px 6%;
    width: 100%;
  }
  .page-service_recorder .sec-feature .cont-block:not(:last-child) {
    margin-bottom: 30px;
  }
}

.page-service_recorder .sec-feature .cont-block .cap {
  display: inline-block;
  padding: 0 1em 1px;
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: center;
  background: #ff6c00;
  border-radius: 30px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-feature .cont-block .cap {
    font-size: max(18px, 2.99vw);
  }
}

.page-service_recorder .sec-feature .cont-block .ttl-block {
  margin: 18px 0 30px;
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-feature .cont-block .ttl-block {
    margin: 15px 0 20px;
    font-size: max(26px, 4vw);
  }
}

.page-service_recorder .sec-fixPrice .lead-block {
  padding: 75px 0 65px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .lead-block {
    padding: 40px 0;
  }
}

.page-service_recorder .sec-fixPrice .lead-block .ttl-block {
  margin-bottom: 25px;
}

.page-service_recorder .sec-fixPrice .lead-block .ttl-block img {
  width: 100%;
  max-width: 524px;
}

.page-service_recorder .sec-fixPrice .lead-block .c-table {
  margin-bottom: 30px;
  min-width: 1px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .lead-block .c-table {
    margin-bottom: 20px;
  }
}

.page-service_recorder .sec-fixPrice .lead-block .c-table__head {
  padding: 0 15px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .lead-block .c-table__head {
    padding: 10px 15px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.page-service_recorder .sec-fixPrice .lead-block .c-table__cont {
  padding: 13px 15px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .lead-block .c-table__cont {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-service_recorder .sec-fixPrice .lead-block .c-table__cont .fs30 {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .lead-block .c-table__cont .fs30 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.page-service_recorder .sec-fixPrice .lead-block .c-table__cont .strong {
  line-height: 1;
  font-size: 48px;
  font-size: 4.8rem;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .lead-block .c-table__cont .strong {
    font-size: 40px;
    font-size: 4rem;
  }
}

.page-service_recorder .sec-fixPrice .lead-block .note {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.page-service_recorder .sec-fixPrice .workcase-block {
  padding: 65px 0 50px;
  background: #4887fa;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .workcase-block {
    padding: 40px 0;
  }
}

.page-service_recorder .sec-fixPrice .workcase-block .ttl-block {
  margin-bottom: 45px;
  color: #fff;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .workcase-block .ttl-block {
    margin-bottom: 20px;
    font-size: max(24px, 4vw);
  }
}

.page-service_recorder .sec-fixPrice .workcase-block .maker-case {
  padding: 30px 4.5%;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .workcase-block .maker-case {
    padding-bottom: 10px;
  }
}

.page-service_recorder .sec-fixPrice .workcase-block .maker-case .ttl-sub {
  margin-bottom: 30px;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .workcase-block .maker-case .ttl-sub {
    margin-bottom: 20px;
    font-size: max(19px, 2.99vw);
  }
}

.page-service_recorder .sec-fixPrice .workcase-block .malercase-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-service_recorder .sec-fixPrice .workcase-block .malercase-list li {
  width: 22.22%;
}

@media screen and (max-width: 990px) {
  .page-service_recorder .sec-fixPrice .workcase-block .malercase-list li {
    width: 23.5%;
  }
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .workcase-block .malercase-list li {
    margin-bottom: 25px;
    width: 48%;
  }
}

.page-service_recorder .sec-fixPrice .workcase-block .malercase-list li .logo {
  max-height: 26px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .workcase-block .malercase-list li .logo {
    max-height: 22px;
  }
}

.page-service_recorder .sec-fixPrice .workcase-block .malercase-list li .cap {
  margin: 15px 0;
  padding: 10px 5px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.4;
  background: #ededed;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .page-service_recorder .sec-fixPrice .workcase-block .malercase-list li .cap {
    font-size: 1.583vw;
  }
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .workcase-block .malercase-list li .cap {
    margin: 12px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-service_recorder .sec-fixPrice .workcase-block .message {
  margin: 30px 0 0;
}

.page-service_recorder .sec-fixPrice .workcase-block .message span {
  display: inline-block;
  padding: 3px 1.7em;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
  border: 2px solid #fff;
  border-radius: 60px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-fixPrice .workcase-block .message span {
    padding: 6px 1.5em 8px;
    font-size: max(22px, 3.335vw);
  }
}

.page-service_recorder .contact-block {
  padding: 65px 0 40px;
  background: #ffceaa;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .contact-block {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.page-service_recorder .contact-block .btn-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 0;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .contact-block .btn-box {
    margin-top: 20px;
  }
}

.page-service_recorder .contact-block a {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 48.33%;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .contact-block a {
    width: 100%;
  }
}

.page-service_recorder .contact-block .btn-contact {
  height: 122px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .page-service_recorder .contact-block .btn-contact {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 640px) {
  .page-service_recorder .contact-block .btn-contact {
    font-size: 20px;
    font-size: 2rem;
    height: auto;
  }
}

.page-service_recorder .contact-block .btn-contact i {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1024px) {
  .page-service_recorder .contact-block .btn-contact i {
    font-size: 3.9vw;
  }
}

@media screen and (max-width: 640px) {
  .page-service_recorder .contact-block .btn-contact i {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.page-service_recorder .contact-block .btn-contact .small {
  display: inline-block;
  margin-top: 10px;
  padding: 0 1.4em;
  color: #ff6c00;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  background: #fff;
  border-radius: 20px;
}

.page-service_recorder .sec-works {
  background: #f5f8fd;
}

.page-service_recorder .sec-works .inner {
  padding-top: 105px;
  padding-bottom: 75px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-works .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page-service_recorder .sec-works .case-block {
  margin-bottom: 50px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-works .case-block {
    margin-bottom: 25px;
  }
}

.page-service_recorder .sec-works .case-block > .ttl {
  padding: 22px 10px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
  background: #ff6c00;
  border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-works .case-block > .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-service_recorder .sec-works .case-block .cont {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 4.833% 60px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-works .case-block .cont {
    padding: 30px 4%;
  }
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-works .case-block .cont {
    padding: 15px 4% 30px;
  }
}

.page-service_recorder .sec-works .case-block .cont .box {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-works .case-block .cont .box {
    width: 100%;
  }
}

.page-service_recorder .sec-works .case-block .cont .box-l {
  padding-right: 1.66%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.428;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-works .case-block .cont .box-l {
    margin-bottom: 40px;
    padding-right: 0;
  }
}

.page-service_recorder .sec-works .case-block .cont .box-r {
  padding-left: 2.5%;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-works .case-block .cont .box-r {
    padding-left: 0;
    border-left: 0;
  }
}

.page-service_recorder .sec-works .case-block .cont .box-r .ttl {
  margin-bottom: 20px;
}

.page-service_recorder .sec-works .case-block .cont .box-r .ttl span {
  display: inline-block;
  padding: 10px 1.25em;
  font-size: 16px;
  font-size: 1.6rem;
  background: #000;
  border-radius: 40px;
}

.page-service_recorder .sec-works .case-block .customer {
  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-service_recorder .sec-works .case-block .customer .img {
  width: calc(100% - 240px);
}

@media screen and (max-width: 1024px) {
  .page-service_recorder .sec-works .case-block .customer .img {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-works .case-block .customer .img {
    margin: 0 auto;
    width: 80%;
  }
}

.page-service_recorder .sec-works .case-block .customer .img img {
  border-radius: 10px;
}

.page-service_recorder .sec-works .case-block .customer .name,
.page-service_recorder .sec-works .case-block .customer .spec {
  width: 210px;
}

@media screen and (max-width: 1024px) {
  .page-service_recorder .sec-works .case-block .customer .name,
  .page-service_recorder .sec-works .case-block .customer .spec {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-works .case-block .customer .name,
  .page-service_recorder .sec-works .case-block .customer .spec {
    margin-top: 10px;
    width: 100%;
  }
}

.page-service_recorder .sec-works .case-block .customer .name .user,
.page-service_recorder .sec-works .case-block .customer .spec .user {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-works .case-block .customer .name .user,
  .page-service_recorder .sec-works .case-block .customer .spec .user {
    margin-bottom: 15px;
  }
}

.page-service_recorder .sec-works .case-block .customer .name .user i,
.page-service_recorder .sec-works .case-block .customer .spec .user i {
  margin-right: 5px;
}

.page-service_recorder .sec-works .case-block .customer .name .spec-item,
.page-service_recorder .sec-works .case-block .customer .spec .spec-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;
}

.page-service_recorder .sec-works .case-block .customer .name .spec-item:not(:last-child),
.page-service_recorder .sec-works .case-block .customer .spec .spec-item:not(:last-child) {
  margin-bottom: 10px;
}

.page-service_recorder .sec-works .case-block .customer .name .spec-item .head,
.page-service_recorder .sec-works .case-block .customer .spec .spec-item .head {
  display: inline-block;
  width: 100px;
  text-align: center;
  background: rgba(0, 48, 96, 0.1);
  border-radius: 10px;
}

.page-service_recorder .sec-works .case-block .customer .name .spec-item .txt,
.page-service_recorder .sec-works .case-block .customer .spec .spec-item .txt {
  display: inline-block;
  padding-left: 15px;
  width: calc(100% - 100px);
}

.page-service_recorder .sec-works .case-block .customer .name .user,
.page-service_recorder .sec-works .case-block .customer .spec .user {
  margin-bottom: 25px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-works .case-block .customer .name .user,
  .page-service_recorder .sec-works .case-block .customer .spec .user {
    margin-bottom: 15px;
  }
}

.page-service_recorder .sec-works .case-block .customer .name .user i,
.page-service_recorder .sec-works .case-block .customer .spec .user i {
  margin-right: 5px;
}

.page-service_recorder .sec-works .case-block .voice {
  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;
}

.page-service_recorder .sec-works .case-block .voice .icn {
  display: inline-block;
  width: 70px;
  height: 70px;
  font-size: 40px;
  font-size: 4rem;
  line-height: 70px;
  text-align: center;
  background: #eaeaea;
  border-radius: 50%;
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-works .case-block .voice .icn {
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 60px;
  }
}

.page-service_recorder .sec-works .case-block .voice .balloon {
  position: relative;
  padding: 30px 6.9%;
  background: #f0f7ff;
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-works .case-block .voice .balloon {
    padding: 20px 4%;
  }
}

.page-service_recorder .sec-works .case-block .voice .balloon p {
  line-height: 1.875;
}

.page-service_recorder .sec-works .case-block .voice .balloon > span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.page-service_recorder .sec-works .case-block .voice .balloon > span i {
  margin-right: .4em;
  font-size: 27px;
  font-size: 2.7rem;
}

.page-service_recorder .sec-works .ttl-block01 {
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-works .ttl-block01 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 641px) {
  .page-service_recorder .sec-works .ttl-block01 span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.page-service_recorder .sec-device {
  padding: 90px 0 70px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-device {
    padding: 40px 0 20px;
  }
}

.page-service_recorder .sec-device .device-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
  gap: 3%;
}

.page-service_recorder .sec-device .device-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: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 30px 3.33%;
  width: 48.5%;
  border: 2px solid #ddd;
  -webkit-box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 10px -6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-device .device-list__item {
    padding: 15px 5%;
    width: 100%;
  }
}

.page-service_recorder .sec-device .device-list__item .img {
  width: 36.5%;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-device .device-list__item .img {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-device .device-list__item .img {
    margin-bottom: 15px;
  }
  .page-service_recorder .sec-device .device-list__item .img img {
    width: 80%;
    height: 50vw;
  }
}

.page-service_recorder .sec-device .device-list__item .cont {
  width: 58%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-device .device-list__item .cont {
    width: 100%;
  }
}

.page-service_recorder .sec-device .device-list__item .logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-bottom: 30px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-device .device-list__item .logo {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-service_recorder .sec-device .device-list__item .logo img {
  margin-right: 10px;
  max-height: 31px;
}

@media screen and (max-width: 1024px) {
  .page-service_recorder .sec-device .device-list__item .logo img {
    max-height: 22px;
  }
}

.page-service_recorder .sec-device .device-list__item .various {
  position: relative;
  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;
  gap: 2%;
}

.page-service_recorder .sec-device .device-list__item .various-list {
  position: relative;
  width: 49%;
}

@media screen and (max-width: 1024px) {
  .page-service_recorder .sec-device .device-list__item .various-list {
    width: 100%;
  }
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-device .device-list__item .various-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-service_recorder .sec-device .device-list__item .various-list:last-child:after {
  display: block;
  content: "など";
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-device .device-list__item .various-list:last-child:after {
    text-align: left;
  }
}

.page-service_recorder .sec-device .device-list__item .various li {
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-device .device-list__item .various li {
    width: 49%;
    margin: 0 2% 10px 0;
  }
  .page-service_recorder .sec-device .device-list__item .various li:nth-of-type(2n), .page-service_recorder .sec-device .device-list__item .various li.mr0 {
    margin-right: 0;
  }
  .page-service_recorder .sec-device .device-list__item .various li.mr {
    margin-right: 2%;
  }
}

.page-service_recorder .sec-apply {
  background: #f6f6f6;
}

.page-service_recorder .sec-apply .inner {
  padding-top: 75px;
  padding-bottom: 175px;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-apply .inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.page-service_recorder .sec-apply .lead-block {
  margin-bottom: 40px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-apply .lead-block {
    margin-bottom: 20px;
  }
  .page-service_recorder .sec-apply .lead-block .c-txt06 {
    text-align: left;
  }
}

.page-service_recorder .sec-apply .lead-block .ttl-lead {
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-apply .lead-block .ttl-lead {
    margin-bottom: 20px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 640px) {
  .page-service_recorder .sec-apply .lead-block .ttl-lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.page-service_recorder .sec-apply .lead-block .cap {
  margin: 20px 0 40px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 834px) {
  .page-service_recorder .sec-apply .lead-block .cap {
    margin: 15px 0 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .page-service_recorder .sec-apply .lead-block .cap {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.page-service_recorder .sec-apply .lead-block .cap span {
  display: inline-block;
  padding: 10px 2em;
  color: #fff;
  border-radius: 80px;
  background: #ff6c00;
}

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

.apply-list__item {
  padding: 4.1% 1.6% 20px;
  width: 31.66%;
  background: #ffcc01;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .apply-list__item {
    margin-bottom: 20px;
    padding: 25px 5% 20px;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .apply-list__item {
    padding: 15px 5% 15px;
    margin-bottom: 10px;
  }
}

.apply-list__item .icn {
  width: 100px;
}

@media screen and (max-width: 640px) {
  .apply-list__item .icn {
    width: 70px;
  }
}

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

.apply-list__item .ttl {
  margin: 15px 0 25px;
  color: #003060;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .apply-list__item .ttl {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .apply-list__item .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.apply-list__item .btn-contact {
  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: 13px 0 8px;
  width: 100%;
  height: 91px;
}

.apply-list__item .btn-contact i {
  margin-right: 5px;
}

@media screen and (max-width: 834px) {
  .apply-list__item .btn-contact i {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .apply-list__item .btn-contact {
    font-size: 1.66vw;
  }
}

@media screen and (max-width: 834px) {
  .apply-list__item .btn-contact {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .apply-list__item .btn-contact {
    height: 60px;
    padding: 5px 0 0;
  }
}

.apply-list__item .btn-contact span {
  display: block;
}

.apply-list__item .btn-contact .small {
  display: inline-block;
  margin-top: 10px;
  padding: 4px 1.5em 6px;
  color: #ff6c00;
  font-size: 17px;
  font-size: 1.7rem;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .apply-list__item .btn-contact .small {
    font-size: 1.41vw;
  }
}

@media screen and (max-width: 834px) {
  .apply-list__item .btn-contact .small {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

.apply-list__item .btn-contact.__nv .icn {
  margin: 0 10px 0 0;
  width: 20px;
}

@media screen and (max-width: 640px) {
  .apply-list__item .btn-contact.__gr {
    padding-top: 0;
  }
}

.apply-list__item .tel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
  border-radius: 10px;
}

.page-service_severe-disability .sec-lead .introduction-block {
  background-image: none;
  padding: 0;
}

.page-service_severe-disability .sec-lead .introduction-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 530px;
}

@media screen and (max-width: 834px) {
  .page-service_severe-disability .sec-lead .introduction-block__inner {
    height: auto;
  }
}

.page-service_severe-disability .sec-lead .introduction-block .img-box {
  width: 43.5%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .page-service_severe-disability .sec-lead .introduction-block .img-box {
    width: 100%;
    height: 250px;
  }
}

.page-service_severe-disability .sec-lead .introduction-block .img-box img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.page-service_severe-disability .sec-lead .introduction-block .txt-box {
  width: 56.5%;
  max-width: 710px;
  padding-left: 100px;
  margin: 0;
}

@media screen and (max-width: 1200px) {
  .page-service_severe-disability .sec-lead .introduction-block .txt-box {
    padding-right: 5%;
  }
}

@media screen and (max-width: 834px) {
  .page-service_severe-disability .sec-lead .introduction-block .txt-box {
    width: 100%;
    max-width: 100%;
    padding: 25px 4.19% 50px;
  }
}

.secsevere-disability {
  background: #f5f8fd;
  padding-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .secsevere-disability {
    padding-bottom: 20px;
  }
}

.secsevere-disability .c-ttl02 {
  background: #ff6d00;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .secsevere-disability .c-ttl02 {
    margin-bottom: 40px;
  }
}

.secsevere-disability .secsevere-disability-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.secsevere-disability .secsevere-disability-list .item {
  width: 48.34%;
  background: #FFF;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .secsevere-disability .secsevere-disability-list .item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.secsevere-disability .secsevere-disability-list .item__img img {
  width: 100%;
}

.secsevere-disability .secsevere-disability-list .item__inner {
  position: relative;
  padding: 50px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .secsevere-disability .secsevere-disability-list .item__inner {
    padding: 50px 25px 30px;
  }
}

.secsevere-disability .secsevere-disability-list .item__ttl {
  position: absolute;
  left: 40px;
  top: -30px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #003060;
  color: #FFF;
  border-radius: 50px;
  padding: 0 50px;
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .secsevere-disability .secsevere-disability-list .item__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .secsevere-disability .secsevere-disability-list .item__ttl {
    font-size: 17px;
    font-size: 1.7rem;
    height: 40px;
    top: -20px;
    left: 20px;
    min-height: 50px;
    height: auto;
    padding: 3px 40px;
    line-height: 1.3;
  }
}

.secsevere-disability .secsevere-disability-list .item__lead {
  display: inline-block;
  line-height: 1.6;
  color: #ff6c00;
  border-bottom: 1px solid #ff6c00;
  font-size: 25px;
  font-size: 2.5rem;
  padding-bottom: 5px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .secsevere-disability .secsevere-disability-list .item__lead {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.3;
    padding-bottom: 10px;
  }
}

.secsevere-disability .secsevere-disability-list .item__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .secsevere-disability .secsevere-disability-list .item__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.secsevere-disability .secsevere-disability-list .item__txt span {
  color: #ff6c00;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .sec-lead .point-list {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 835px) {
  .page-service_ransomware .sec-trouble .c-ttl-sec > span {
    width: 80%;
  }
}

.page-service_ransomware .sec-media {
  padding: 0 0 110px;
  background: #fff3ea;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .sec-media {
    padding: 0 0 20px;
  }
}

.page-service_ransomware .sec-media .ttl-sec {
  position: relative;
  top: -30px;
  margin-bottom: 60px;
  color: #fff;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .sec-media .ttl-sec {
    margin-bottom: 10px;
    font-size: max(22px, 3.83vw);
    line-height: 1.3;
  }
}

.page-service_ransomware .sec-media .ttl-sec span {
  position: relative;
  display: inline-block;
  padding: 15px 1.562em;
  background: #ff6c00;
  border-radius: 80px;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .sec-media .ttl-sec span {
    padding: 10px 1.2em;
  }
}

.page-service_ransomware .sec-media .media-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-service_ransomware .sec-media .media-list__item {
  width: 47.5%;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .sec-media .media-list__item {
    margin-bottom: 30px;
    width: 100%;
  }
}

.page-service_ransomware .sec-media .media-list__item .cap {
  padding: 13px;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 1.4;
  background: #003060;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .sec-media .media-list__item .cap {
    padding: 10px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.page-service_ransomware .sec-media .media-list__item .desc {
  margin-top: 30px;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.42;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .sec-media .media-list__item .desc {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.page-service_ransomware .sec-trouble .trouble-list li .txt {
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .page-service_ransomware .sec-trouble .trouble-list li .txt {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 640px) {
  .page-service_ransomware .sec-trouble .trouble-list li .txt {
    font-size: max(15px, 3.43vw);
  }
}

.page-service_ransomware .sec-trouble .trouble-list li .txt .small {
  font-size: 13px;
  font-size: 1.3rem;
}

.page-service_ransomware .sec-product {
  padding-bottom: 170px;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .sec-product {
    padding-bottom: 30px;
  }
}

.page-service_ransomware .case-block {
  margin: 80px 0 0;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .case-block {
    margin: 30px 0 0;
  }
}

.page-service_ransomware .case-block .ttl-block {
  margin-bottom: 70px;
  color: #003060;
  font-weight: 900;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .case-block .ttl-block {
    margin-bottom: 30px;
  }
}

.page-service_ransomware .case-block .ttl-block span {
  position: relative;
  display: inline-block;
  padding-left: 56px;
  padding-bottom: 10px;
  border-bottom: 4px solid #003060;
}

@media screen and (max-width: 834px) {
  .page-service_ransomware .case-block .ttl-block span {
    padding-left: 46px;
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .page-service_ransomware .case-block .ttl-block span {
    padding-left: 36px;
  }
}

.page-service_ransomware .case-block .ttl-block span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 46px;
  height: 40px;
}

.page-service_ransomware .case-block .ttl-block span:before {
  left: 0;
  top: 0;
  content: '\f071';
  margin-right: 5px;
  color: #ff6b00;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.page-service_ransomware .case-block .case-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-service_ransomware .case-block .case-list__item {
  margin-bottom: 20px;
  width: 49.11%;
}

.page-service_ransomware .case-block .case-list__item img {
  border: 3px solid #e0e0e0;
}

.sec-questionnair-page {
  width: 70%;
  padding: 0 25px;
  padding-bottom: 192px;
}

@media screen and (max-width: 1500px) {
  .sec-questionnair-page {
    padding: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sec-questionnair-page {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 100px;
  }
}

.sec-questionnair-page .slogan-block {
  text-align: center;
  margin-bottom: 99px;
}

.sec-questionnair-page .slogan-block h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.19;
  letter-spacing: 0.05em;
  color: #ff6c00;
  margin-bottom: 49px;
  font-weight: 900;
}

.sec-questionnair-page .slogan-block p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: 0.075em;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-page .slogan-block p {
    text-align: left;
  }
}

@media screen and (max-width: 640px) {
  .sec-questionnair-page .nums-pages {
    border-top: 0;
    padding-top: 0;
  }
  .sec-questionnair-page .nums-pages .wp-pagenavi {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
  .sec-questionnair-page .nums-pages .wp-pagenavi .previouspostslink,
  .sec-questionnair-page .nums-pages .wp-pagenavi .nextpostslink {
    width: 50%;
  }
  .sec-questionnair-page .nums-pages .wp-pagenavi .nextpostslink {
    margin-right: 0;
  }
}

.questionnair-block {
  padding: 52px 46px 52px 53px;
  border-radius: 40px;
  background: #ffffff;
  border: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .questionnair-block {
    padding: 30px 25px 40px;
    margin-bottom: 40px;
  }
}

.questionnair-block .questionnair-block-img {
  width: 236.76px;
  height: 334px;
  border: 1px solid #CCCCCC;
}

@media screen and (max-width: 834px) {
  .questionnair-block .questionnair-block-img {
    width: 220px;
  }
}

@media screen and (max-width: 640px) {
  .questionnair-block .questionnair-block-img {
    width: 100%;
    height: 100%;
    margin: 0 30px 30px;
  }
}

.questionnair-block .questionnair-block-img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.questionnair-block .questionnair-block-detail {
  width: calc(100% - 236.76px);
  padding-left: 65.58px;
}

@media screen and (max-width: 834px) {
  .questionnair-block .questionnair-block-detail {
    width: calc(100% - 220px);
    padding-left: 40px;
  }
}

@media screen and (max-width: 640px) {
  .questionnair-block .questionnair-block-detail {
    width: 100%;
    padding-left: 0;
  }
}

.questionnair-block .questionnair-block-detail .meta-single {
  border-bottom: 1px solid #969696;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 7px;
  padding-top: 3px;
}

@media screen and (max-width: 640px) {
  .questionnair-block .questionnair-block-detail .meta-single {
    border-bottom: 0;
    margin-bottom: 10px;
  }
}

.questionnair-block .questionnair-block-detail .meta-single h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .questionnair-block .questionnair-block-detail .meta-single h2 {
    width: 60%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.questionnair-block .questionnair-block-detail .meta-single h2 span {
  min-width: 169px;
  height: 42.26px;
  background: url("../img/questionnair/bg-ttl.png") no-repeat center;
  background-size: cover;
  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;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  color: #ffffff;
  font-weight: 400;
}

@media screen and (max-width: 640px) {
  .questionnair-block .questionnair-block-detail .meta-single h2 span {
    min-width: 145px;
    height: 37px;
    background-size: contain;
    margin-bottom: 10px;
  }
}

.questionnair-block .questionnair-block-detail .meta-single h2 small {
  color: #ff6c00;
  padding-left: 60px;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 640px) {
  .questionnair-block .questionnair-block-detail .meta-single h2 small {
    padding-left: 0;
    margin-left: auto;
    display: block;
    width: 100%;
  }
}

.questionnair-block .questionnair-block-detail .meta-single p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #ff6c00;
  letter-spacing: 0.075em;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4px;
}

@media screen and (max-width: 640px) {
  .questionnair-block .questionnair-block-detail .meta-single p {
    position: relative;
    top: -4px;
  }
}

.questionnair-block .questionnair-block-detail .meta-single p i {
  color: #CCCCCC;
  padding-right: 10px;
  margin-top: 2px;
}

.questionnair-block .questionnair-block-detail .desc {
  border-top: 1px solid #969696;
  border-bottom: 1px solid #969696;
  padding: 13px 0 19px;
  margin-bottom: 21px;
}

.questionnair-block .questionnair-block-detail .desc h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 9px;
}

.questionnair-block .questionnair-block-detail .desc p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: -0.8px;
  font-weight: 400;
  padding: 0 8px;
}

.questionnair-block .questionnair-block-detail .params-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.questionnair-block .questionnair-block-detail .params-detail h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 5px;
  width: 100%;
}

.questionnair-block .questionnair-block-detail .params-detail .params-detail-content {
  padding: 0 8px;
}

.questionnair-block .questionnair-block-detail .params-detail .params-detail-content p {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 5px;
}

.questionnair-block .questionnair-block-detail .params-detail .params-detail-content p:last-child {
  margin-bottom: 0;
}

.questionnair-block .questionnair-block-detail .params-detail .btn-submit {
  font-size: 17px;
  font-size: 1.7rem;
  letter-spacing: 0.075em;
  color: #ffffff;
  background: #ff6c00;
  font-weight: 700;
  min-width: 206px;
  height: 57px;
  border-radius: 40px;
  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;
  position: relative;
  top: 13px;
  margin-left: auto;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 640px) {
  .questionnair-block .questionnair-block-detail .params-detail .btn-submit {
    margin: auto;
  }
}

.questionnair-block .questionnair-block-detail .params-detail .btn-submit:hover {
  opacity: 0.7;
}

.questionnair-block .questionnair-block-detail .params-detail .btn-submit:after {
  content: "\f30b";
  display: inline-block;
  font-size: 17px;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  margin-left: 8px;
}

.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

.sec-questionnair-detail {
  max-width: 1250px;
  margin: auto;
}

@media screen and (max-width: 1500px) {
  .sec-questionnair-detail {
    width: 100%;
  }
}

.sec-questionnair-detail .questionnair-block {
  padding: 0;
  border: 0;
  margin-bottom: 49px;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-img {
  width: 417px;
  height: 593px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .sec-questionnair-detail .questionnair-block .questionnair-block-img {
    width: 390px;
  }
}

@media screen and (max-width: 834px) {
  .sec-questionnair-detail .questionnair-block .questionnair-block-img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
}

.sec-questionnair-detail .questionnair-block .questionnair-block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.sec-questionnair-detail .questionnair-block .questionnair-block-img .icon-plus {
  position: absolute;
  bottom: -1px;
  right: -1px;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-img .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-img .popup .popup-content {
  width: 500px;
  height: auto;
  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: 1500px) {
  .sec-questionnair-detail .questionnair-block .questionnair-block-img .popup .popup-content {
    width: 300px;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .questionnair-block .questionnair-block-img .popup .popup-content {
    width: 100%;
    padding: 0 15px;
  }
}

.sec-questionnair-detail .questionnair-block .questionnair-block-img .popup .popup-content span {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .questionnair-block .questionnair-block-img .popup .popup-content span {
    right: 25px;
  }
}

.sec-questionnair-detail .questionnair-block .questionnair-block-img .popup .popup-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.sec-questionnair-detail .questionnair-block .questionnair-block-img .popup.active {
  opacity: 1;
  z-index: 2000;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail {
  width: calc(100% - 417px);
  padding-left: 69px;
}

@media screen and (max-width: 990px) {
  .sec-questionnair-detail .questionnair-block .questionnair-block-detail {
    width: calc(100% - 390px);
    padding-left: 40px;
  }
}

@media screen and (max-width: 834px) {
  .sec-questionnair-detail .questionnair-block .questionnair-block-detail {
    width: 100%;
    padding-left: 0;
  }
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .meta-single {
  margin-bottom: 9px;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .meta-single h2 span {
  min-width: 225px;
  height: 56px;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .questionnair-block .questionnair-block-detail .meta-single h2 span {
    min-width: 170px;
    height: 44px;
  }
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .meta-single h2 small {
  padding-left: 45px;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .questionnair-block .questionnair-block-detail .meta-single h2 small {
    padding-left: 0;
  }
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .meta-single p {
  font-size: 20px;
  font-size: 2rem;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .desc {
  padding: 15px 2px 33px;
  margin-bottom: 16px;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .desc:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .desc h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 4px;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .desc p {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -1px;
  padding: 0 10px;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .params-detail {
  margin-bottom: 21px;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .params-detail h4 {
  font-size: 20px;
  font-size: 2rem;
  padding-left: 2px;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .params-detail .params-detail-content {
  width: 100%;
  padding: 0 13px;
}

.sec-questionnair-detail .questionnair-block .questionnair-block-detail .params-detail .params-detail-content p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 0;
}

.sec-questionnair-detail .comment-block {
  margin-bottom: 45px;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .comment-block {
    margin-bottom: 30px;
  }
}

.sec-questionnair-detail .comment-block h2 {
  font-size: 20px;
  font-size: 2rem;
  color: #ffffff;
  background: #ff6c00;
  letter-spacing: 0.075em;
  padding: 15px 70px;
  margin-bottom: 36px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .comment-block h2 {
    padding: 15px;
  }
}

.sec-questionnair-detail .comment-block .comment-block-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec-questionnair-detail .comment-block .comment-block-content .avatar {
  width: 72px;
  height: 72px;
  margin-top: 10px;
}

.sec-questionnair-detail .comment-block .comment-block-content .avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.sec-questionnair-detail .comment-block .comment-block-content .desc {
  width: calc(100% - 102px);
  background: #F0F7FF;
  padding: 35px;
  margin-left: 30px;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .comment-block .comment-block-content .desc {
    padding: 15px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.sec-questionnair-detail .comment-block .comment-block-content .desc:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 35px;
  left: -19px;
  background: url("../img/questionnair-detail/icon-01.png") no-repeat center;
  background-size: contain;
  width: 19px;
  height: 24px;
}

.sec-questionnair-detail .comment-block .comment-block-content .desc ul {
  padding: 5px 0;
}

.sec-questionnair-detail .comment-block .comment-block-content .desc ul li {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.sec-questionnair-detail .comment-block .comment-block-content .desc ul li:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #000000;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: -3px;
}

.sec-questionnair-detail .comment-block .comment-block-content .desc p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.sec-questionnair-detail .comment-block .comment-block-content .desc p:last-child {
  margin-bottom: 0;
}

.sec-questionnair-detail .reply-feedback-sug {
  padding: 99px 0 100px;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .reply-feedback-sug {
    padding: 33px 0 50px;
  }
}

.sec-questionnair-detail .reply-feedback-sug h4 {
  padding: 12px 28px;
  border-radius: 25px;
  left: 70px;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .reply-feedback-sug h4 {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    text-align: center;
  }
}

.sec-questionnair-detail .reply-feedback-sug p {
  padding: 49px 81px;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .reply-feedback-sug p {
    padding: 40px 30px;
  }
}

.sec-questionnair-detail .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 58px;
  padding: 0 22px;
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .btn-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec-questionnair-detail .btn-block .left, .sec-questionnair-detail .btn-block .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-questionnair-detail .btn-block a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 97px;
  padding: 0 10px;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: 6px solid #e3e3e3e3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  .sec-questionnair-detail .btn-block a {
    width: 175px;
    line-height: 1.5;
    text-align: center;
  }
}

@media screen and (max-width: 640px) {
  .sec-questionnair-detail .btn-block a {
    height: 75px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .sec-questionnair-detail .btn-block a {
    width: 150px;
  }
}

.sec-questionnair-detail .btn-block a:last-child {
  margin-right: 0;
}

.sec-questionnair-detail .btn-block a:hover {
  border-bottom: 3px solid #e3e3e3e3;
  position: relative;
  top: 3px;
}

.sec-questionnair-detail .btn-block .right a {
  padding: 0 25px;
  color: #fff;
  background: #333333;
  border-bottom: 6px solid #000;
  margin-right: 0;
}

.sec-questionnair-detail .btn-block .right a:hover {
  border-bottom: 3px solid #000;
}

.page-privacy {
  padding-bottom: 105px;
}

@media screen and (max-width: 834px) {
  .page-privacy {
    padding-bottom: 40px;
  }
}

.page-privacy .inner {
  max-width: 1380px;
}

.page-privacy .box-wh {
  margin-bottom: 105px;
  padding: 7.6% 7.6% 6.16%;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 0px 0px #e3e3e3;
          box-shadow: 10px 10px 0px 0px #e3e3e3;
}

@media screen and (max-width: 834px) {
  .page-privacy .box-wh {
    margin-bottom: 40px;
    padding: 6% 5%;
    border-radius: 10px;
    -webkit-box-shadow: 6px 6px 0px 0px #e3e3e3;
            box-shadow: 6px 6px 0px 0px #e3e3e3;
  }
}

.page-privacy .box-wh:last-child {
  margin-bottom: 0;
}

.page-privacy .box-wh .txt-basic {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77;
}

@media screen and (max-width: 640px) {
  .page-privacy .box-wh .txt-basic {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.page-privacy .c-ttl12 {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .page-privacy .c-ttl12 {
    margin-bottom: 25px;
  }
}

.page-privacy .c-list-dec {
  display: inline-block;
  text-align: left;
}

.page-privacy .list-img {
  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: 60px;
}

@media screen and (max-width: 640px) {
  .page-privacy .list-img {
    margin-top: 10px;
  }
}

.page-privacy .list-img li {
  width: 23.75%;
}

.page-privacy .txt-lead {
  display: inline-block;
  margin-bottom: 80px;
  text-align: left;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-privacy .txt-lead {
    margin-bottom: 30px;
    text-align: left;
  }
}

.page-privacy .desc-block:not(:last-child) {
  margin-bottom: 55px;
}

@media screen and (max-width: 640px) {
  .page-privacy .desc-block:not(:last-child) {
    margin-bottom: 25px;
  }
}

.page-privacy .desc-block .desc-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .page-privacy .desc-block .desc-ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.page-shop_index .sec-lead {
  padding: 0 0 65px;
}

.page-shop_index .sec-lead .c-txt01 {
  margin: 45px 0;
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-lead .c-txt01 {
    margin: 25px 0;
  }
}

.page-shop_index .sec-lead .btn-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 9.5%;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-lead .btn-box {
    padding: 30px 5% 20px;
  }
}

.page-shop_index .sec-lead .btn-box a {
  width: 47.4%;
}

@media screen and (max-width: 640px) {
  .page-shop_index .sec-lead .btn-box a {
    margin-bottom: 10px;
    width: 100%;
  }
}

.page-shop_index .sec-shopList {
  padding: 90px 0 30px;
  background: #fff;
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-shopList {
    padding: 40px 0 20px;
  }
}

.page-shop_index .sec-shopList .c-ttl06 .c-btn02 {
  margin-left: 30px;
  width: auto;
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-shopList .c-ttl06 .c-btn02 {
    margin-left: 10px;
  }
}

.page-shop_index .sec-shopList .shop-block {
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-shopList .shop-block {
    margin-bottom: 20px;
  }
}

.page-shop_index .sec-shopList .shop-block .c-ttl06 {
  margin: 35px 0 50px;
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-shopList .shop-block .c-ttl06 {
    margin: 20px 0 30px;
  }
}

.page-shop_index .sec-shopList .shop-cardList {
  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;
  gap: 3.34%;
}

.page-shop_index .sec-shopList .shop-cardList__item {
  margin-bottom: 20px;
  width: 48.33%;
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-shopList .shop-cardList__item {
    width: 100%;
  }
}

.page-shop_index .sec-shopList .shop-cardList__item a {
  display: block;
  position: relative;
  padding: 40px 6.25% 35px;
  border: 1px solid #ddd;
  border-top: 5px solid #003060;
  -webkit-box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-shopList .shop-cardList__item a {
    padding: 20px 35px 15px 4%;
  }
}

@media screen and (min-width: 835px) {
  .page-shop_index .sec-shopList .shop-cardList__item a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .page-shop_index .sec-shopList .shop-cardList__item a:hover {
    opacity: .7;
  }
}

.page-shop_index .sec-shopList .shop-cardList__item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  height: 7px;
}

.page-shop_index .sec-shopList .shop-cardList__item a:before {
  top: 50%;
  margin-top: -3.5px;
  right: 15px;
  border-top: 2px solid #003060;
  border-right: 2px solid #003060;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-shopList .shop-cardList__item a:before {
    right: 15px;
  }
}

.page-shop_index .sec-shopList .shop-cardList__item .name {
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .page-shop_index .sec-shopList .shop-cardList__item .name {
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-shop_index .sec-shopList .shop-cardList__item .address {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.825;
}

@media screen and (max-width: 640px) {
  .page-shop_index .sec-shopList .shop-cardList__item .address {
    padding-left: 20px;
    line-height: 1.4;
  }
}

.page-shop_index .sec-shopList .shop-cardList__item .address:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 100%;
}

.page-shop_index .sec-shopList .shop-cardList__item .address:before {
  content: '\f3c5';
  top: -2px;
  left: 0;
  color: #ff6c00;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

.page-shop_index .sec-shopList .shop-cardList__item .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-top: 15px;
  padding-top: 20px;
  border-top: 1px dotted #ddd;
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-shopList .shop-cardList__item .tag-list {
    padding-top: 10px;
  }
}

.page-shop_index .sec-shopList .shop-cardList__item .tag-list li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 0 1.25em;
  line-height: 26px;
  color: #ff6c00;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #ff6c00;
  border-radius: 15px;
}

@media screen and (max-width: 834px) {
  .page-shop_index .sec-shopList .shop-cardList__item .tag-list li {
    margin-right: 5px;
    padding: 0 1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-shop_detail .sec-shopinfo {
  padding: 0px 0 90px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo {
    padding: 0px 0 40px;
  }
}

.page-shop_detail .sec-shopinfo .head {
  margin-bottom: 75px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .head {
    margin-bottom: 30px;
  }
}

.page-shop_detail .sec-shopinfo .head-txt {
  margin: 25px 0 60px;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .page-shop_detail .sec-shopinfo .head-txt {
    margin: 15px 0 30px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-shop_detail .sec-shopinfo .service-tag {
  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;
  padding: 20px 5% 15px;
  background: #f5f8fd;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .service-tag {
    padding: 20px 3% 15px;
  }
}

.page-shop_detail .sec-shopinfo .service-tag .ttl {
  display: inline-block;
  width: 200px;
  color: #003060;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .service-tag .ttl {
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .page-shop_detail .sec-shopinfo .service-tag .ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.page-shop_detail .sec-shopinfo .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;
  width: calc(100% - 200px);
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .tag-list {
    width: 100%;
  }
}

.page-shop_detail .sec-shopinfo .tag-list li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 6px 1.3em;
  color: #ff6c00;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  border: 2px solid #ff6c00;
  border-radius: 20px;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .page-shop_detail .sec-shopinfo .tag-list li {
    margin-right: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-shop_detail .sec-shopinfo .shopinfo-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;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .img {
  width: 48.333%;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .shopinfo-block .img {
    margin-bottom: 30px;
    width: 100%;
  }
}

.page-shop_detail .sec-shopinfo .shopinfo-block .img .js-imgGallery img,
.page-shop_detail .sec-shopinfo .shopinfo-block .img .js-choice-btn img {
  border-radius: 10px;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .img .js-choice-btn {
  margin: 25px 0 0;
  padding: 0 5px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .shopinfo-block .img .js-choice-btn {
    margin: 15px 0 0;
  }
}

.page-shop_detail .sec-shopinfo .shopinfo-block .img .js-choice-btn li {
  padding: 0 7px;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .img .js-choice-btn .slick-prev {
  left: -10px;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .img .js-choice-btn .slick-prev:before {
  content: '\f053';
  color: #cbd1c7;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .img .js-choice-btn .slick-next {
  right: -10px;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .img .js-choice-btn .slick-next:before {
  content: '\f054';
  color: #cbd1c7;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .cont {
  width: 48.333%;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .shopinfo-block .cont {
    width: 100%;
  }
}

.page-shop_detail .sec-shopinfo .shopinfo-block .cont .payment {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .shopinfo-block .cont .payment {
    margin-top: 15px;
  }
}

.page-shop_detail .sec-shopinfo .shopinfo-block .cont .payment .item {
  width: 42.4%;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .cont .payment .item:first-child {
  margin-right: 6%;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .shopinfo-block .cont .payment .item {
    width: 48%;
  }
  .page-shop_detail .sec-shopinfo .shopinfo-block .cont .payment .item:first-child {
    margin-right: 4%;
  }
}

.page-shop_detail .sec-shopinfo .shopinfo-block .info-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: 35px 0;
  border-bottom: 1px solid #cbd1c7;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .shopinfo-block .info-block {
    padding: 15px 0;
  }
}

.page-shop_detail .sec-shopinfo .shopinfo-block .info-block:first-child {
  border-top: 5px solid #003060;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .info-block__head {
  width: 140px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .shopinfo-block .info-block__head {
    width: 100px;
  }
}

.page-shop_detail .sec-shopinfo .shopinfo-block .info-block__cont {
  width: calc(100% - 140px);
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .shopinfo-block .info-block__cont {
    width: calc(100% - 100px);
  }
}

.page-shop_detail .sec-shopinfo .shopinfo-block .info-block__cont .link-map {
  margin-top: 5px;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .info-block__cont .link-map a {
  text-decoration: underline;
}

.page-shop_detail .sec-shopinfo .shopinfo-block .info-block__cont .tel {
  margin-top: 5px;
}

.page-shop_detail .sec-shopinfo .introduction-block {
  margin-top: 40px;
}

.page-shop_detail .sec-shopinfo .introduction-block .message {
  margin: 20px 0 45px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopinfo .introduction-block .message {
    margin: 20px 0 20px;
  }
}

.page-shop_detail .sec-service {
  padding: 80px 0 55px;
  background: #fff3ea;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-service {
    padding: 40px 0 25px;
  }
}

.page-shop_detail .sec-service .service-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 4%; */
  margin-top: 75px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-service .service-list {
    /*gap: 2.66%; */
    margin-top: 50px;
  }
}

@media screen and (max-width: 640px) {
  .page-shop_detail .sec-service .service-list {
    /*gap: 3%; */
  }
}

.page-shop_detail .sec-service .service-list li {
  margin-bottom: 45px;
  width: 21.66%;
  margin-right: 4.45333%;
}

.page-shop_detail .sec-service .service-list li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-service .service-list li {
    margin-bottom: 20px;
    width: 23%;
    margin-right: 2.666%;
  }
}

@media screen and (max-width: 640px) {
  .page-shop_detail .sec-service .service-list li {
    margin-bottom: 15px;
    width: 31.33%;
    margin-right: 3%;
  }
  .page-shop_detail .sec-service .service-list li:nth-of-type(4n) {
    margin-right: 3%;
  }
  .page-shop_detail .sec-service .service-list li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.page-shop_detail .sec-access {
  margin-top: 165px;
  padding-bottom: 60px;
  background: #f5f5f5;
}

@media screen and (max-width: 1200px) {
  .page-shop_detail .sec-access {
    margin-top: calc(40px + 6.25vw);
  }
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-access {
    margin-top: 0;
    padding: 40px 0 0;
  }
}

.page-shop_detail .sec-access .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-access .inner {
    display: block;
  }
}

.page-shop_detail .sec-access .access-block {
  margin-top: 50px;
  width: 48.333%;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-access .access-block {
    margin-top: 0;
    width: 100%;
  }
}

.page-shop_detail .sec-access .access-block .ttl-block {
  margin-bottom: 75px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-access .access-block .ttl-block {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.page-shop_detail .sec-access .access-block .txt-box > .desc {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-access .access-block .txt-box > .desc {
    margin-bottom: 20px;
  }
}

.page-shop_detail .sec-access .access-block .txt-box > .desc .head {
  width: 86px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 24px;
  background: #fff;
  border-radius: 20px;
}

.page-shop_detail .sec-access .access-block .txt-box > .desc .desc {
  padding-left: 30px;
  width: calc(100% - 116px);
}

.page-shop_detail .sec-access .map {
  position: relative;
  height: 0;
  margin-top: -75px;
  margin-right: -14.167%;
  width: 62.5%;
  padding-top: 38.25%;
}

@media screen and (max-width: 1540px) {
  .page-shop_detail .sec-access .map {
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
}

@media screen and (max-width: 1200px) {
  .page-shop_detail .sec-access .map {
    margin-top: -6.25vw;
    margin-right: -5vw;
    width: calc(48.333% + 5vw);
    height: auto;
  }
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-access .map {
    margin: 0 -4.19%;
    padding-top: 400px;
    width: calc(100% + 9.38%);
    height: 0;
  }
}

.page-shop_detail .sec-access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-shop_detail .sec-route {
  padding: 80px 0 25px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-route {
    padding: 40px 0 0;
  }
}

.page-shop_detail .sec-route .route-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*gap: 2.51%;*/
  margin: 50px 0 40px;
  counter-reset: counter-no;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-route .route-list {
    /*gap: 6%;*/
    margin: 20px 0 30px;
  }
}

.page-shop_detail .sec-route .route-list li {
  margin-bottom: 30px;
  width: 31.66%;
  margin-right: 2.51%;
}

.page-shop_detail .sec-route .route-list li:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-route .route-list li {
    width: 47%;
    margin-right: 6%;
  }
  .page-shop_detail .sec-route .route-list li:nth-of-type(3n) {
    margin-right: 6%;
  }
  .page-shop_detail .sec-route .route-list li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.page-shop_detail .sec-route .route-list li .c-txt01 {
  position: relative;
  padding-left: 25px;
}

.page-shop_detail .sec-route .route-list li .c-txt01:before {
  content: counter(counter-no);
  counter-increment: counter-no;
  border-radius: 50%;
  height: 18px;
  width: 18px;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 7px;
  left: 0;
}

.page-shop_detail .sec-route .route-list li .img {
  margin-bottom: 15px;
  height: 30.83%;
  overflow: hidden;
  border-radius: 10px;
}

.page-shop_detail .sec-route .route-list li img {
  border-radius: 10px;
}

.page-shop_detail .sec-areaInformation {
  padding: 70px 0 55px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-areaInformation {
    padding: 40px 0;
  }
}

.page-shop_detail .sec-areaInformation .box-wh {
  margin-bottom: 43px;
  padding: 50px 6.66% 60px;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-areaInformation .box-wh {
    margin-bottom: 30px;
    padding: 6% 5%;
  }
}

.page-shop_detail .sec-areaInformation .list-news {
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-areaInformation .list-news {
    margin-top: 15px;
  }
}

.page-shop_detail .sec-shopNews {
  padding: 110px 0 90px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopNews {
    padding: 40px 0;
  }
}

.page-shop_detail .sec-shopNews .case-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.33%;
  margin: 50px 0 20px;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopNews .case-list {
    gap: 4%;
    margin: 30px 0 20px;
  }
}

.page-shop_detail .sec-shopNews .case-list__item {
  margin-bottom: 30px;
  width: 22.5%;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .sec-shopNews .case-list__item {
    margin-bottom: 20px;
    width: 48%;
  }
}

.page-shop_detail .sec-shopNews .case-list__item a {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
}

.page-shop_detail .sec-shopNews .case-list__item a:hover {
  background: #ffe9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-shop_detail .sec-shopNews .case-list__item img {
  border-radius: 10px 10px 0 0;
}

.page-shop_detail .sec-shopNews .case-list__item .txt {
  padding: 25px 6.5%;
}

.page-shop_detail .sec-shopNews .case-list__item p:first-child {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
}

.page-shop_detail .sec-shopNews .case-list__item .date {
  font-size: 14px;
  font-size: 1.4rem;
}

.page-shop_detail .sec-shopNews .case-list__item .date i {
  margin-right: 5px;
  color: #cdcdcd;
}

.page-shop_detail .c-list-dec {
  display: inline-block;
  text-align: left;
}

.page-shop_detail .list-img {
  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: 60px;
}

@media screen and (max-width: 640px) {
  .page-shop_detail .list-img {
    margin-top: 10px;
  }
}

.page-shop_detail .list-img li {
  width: 23.75%;
}

.page-shop_detail .txt-lead {
  display: inline-block;
  margin-bottom: 80px;
  text-align: left;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-shop_detail .txt-lead {
    margin-bottom: 30px;
    text-align: left;
  }
}

.page-shop_detail .desc-block:not(:last-child) {
  margin-bottom: 55px;
}

@media screen and (max-width: 640px) {
  .page-shop_detail .desc-block:not(:last-child) {
    margin-bottom: 25px;
  }
}

.page-shop_detail .desc-block .desc-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .page-shop_detail .desc-block .desc-ttl {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.sec-areamap {
  text-align: center;
  background: #003060;
  color: #FFF;
  padding: 95px 0 50px;
}

@media screen and (max-width: 640px) {
  .sec-areamap {
    padding: 45px 0 30px;
  }
}

.sec-areamap .area-ttl {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 900;
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .sec-areamap .area-ttl {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.sec-areamap .area-lead {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 35px;
}

@media screen and (max-width: 640px) {
  .sec-areamap .area-lead {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}

.page-flow {
  background: #fbfbfb;
}

.page-flow .sec-lead {
  padding: 0 0 105px;
}

@media screen and (max-width: 640px) {
  .page-flow .sec-lead {
    padding: 0 0 40px;
  }
}

.page-flow .sec-lead .c-ttl01 .cap {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding: 0 30px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 640px) {
  .page-flow .sec-lead .c-ttl01 .cap {
    padding: 0 30px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.page-flow .sec-lead .c-ttl01 .cap:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 3px;
}

.page-flow .sec-lead .c-ttl01 .cap:before, .page-flow .sec-lead .c-ttl01 .cap:after {
  top: 16px;
  background: #000;
}

@media screen and (max-width: 640px) {
  .page-flow .sec-lead .c-ttl01 .cap:before, .page-flow .sec-lead .c-ttl01 .cap:after {
    top: 40px;
  }
}

.page-flow .sec-lead .c-ttl01 .cap:before {
  left: 0;
  -webkit-transform: rotate(58deg);
  -ms-transform: rotate(58deg);
      transform: rotate(58deg);
}

.page-flow .sec-lead .c-ttl01 .cap:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 26px;
  height: 3px;
}

.page-flow .sec-lead .c-ttl01 .cap:after {
  right: 0;
  background: #000;
  -webkit-transform: rotate(-58deg);
  -ms-transform: rotate(-58deg);
      transform: rotate(-58deg);
}

.page-flow .sec-lead .c-ttl01 .c-fc__or {
  display: block;
}

.page-flow .sec-lead .c-txt01 {
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-lead .c-txt01 {
    margin-top: 15px;
  }
}

.page-flow .sec-steps {
  padding-bottom: 195px;
}

.page-flow .sec-steps.__01 {
  padding-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps.__01 {
    padding-bottom: 30px;
  }
}

.page-flow .sec-steps.__01 .inner {
  padding-top: 135px;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps.__01 .inner {
    padding-top: 40px;
  }
}

.page-flow .sec-steps.__02 {
  background: #f2f2f2;
  padding-bottom: 195px;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps.__02 {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps {
    padding-bottom: 50px;
  }
}

.page-flow .sec-steps .inner {
  max-width: 1380px;
}

.page-flow .sec-steps .step-block {
  position: relative;
  padding: 25px 0 0;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block {
    padding: 15px 0 0;
    margin-right: 10px;
  }
}

.page-flow .sec-steps .step-block.arrow {
  padding-bottom: 160px;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block.arrow {
    padding-bottom: 80px;
  }
}

.page-flow .sec-steps .step-block.arrow:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 60px 80px 0 80px;
  border-color: #ff6c00 transparent transparent transparent;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block.arrow:before {
    bottom: 5px;
    border-width: 30px 40px 0 40px;
  }
}

.page-flow .sec-steps .step-block > .no {
  position: absolute;
  left: 6.159%;
  top: 0;
  width: 100%;
  color: #ccc;
  font-size: 60px;
  font-size: 6rem;
  line-height: .8;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block > .no {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .page-flow .sec-steps .step-block > .no {
    left: 4%;
  }
}

.page-flow .sec-steps .step-block__item {
  position: relative;
  padding: 64px 6.159% 70px;
  background: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 0px 5px #e3e3e3;
          box-shadow: 5px 5px 0px 5px #e3e3e3;
}

@media screen and (max-width: 1024px) {
  .page-flow .sec-steps .step-block__item {
    padding: 40px 4% 10px;
  }
}

.page-flow .sec-steps .step-block .step-box {
  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: 45px;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .step-box {
    margin-bottom: 30px;
  }
}

.page-flow .sec-steps .step-block .txt-box {
  width: 53.94%;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .txt-box {
    margin-bottom: 25px;
    width: 100%;
  }
}

.page-flow .sec-steps .step-block .ttl-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;
  color: #ff6c00;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .page-flow .sec-steps .step-block .ttl-block {
    font-size: max(28px, 3.166vw);
  }
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .ttl-block {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.page-flow .sec-steps .step-block .ttl-block img {
  margin-right: .789em;
  width: 86px;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .ttl-block img {
    margin-right: .5em;
    width: 60px;
  }
}

.page-flow .sec-steps .step-block .cap {
  margin: 30px 0;
  padding-right: 1em;
  padding-bottom: 14px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
  border-bottom: 1px solid #969696;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .cap {
    margin: 15px 0;
    padding-right: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-flow .sec-steps .step-block .desc {
  width: 85%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .desc {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}

.page-flow .sec-steps .step-block .note {
  font-size: 14px;
  font-size: 1.4rem;
}

.page-flow .sec-steps .step-block .img {
  width: 46%;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .img {
    width: 100%;
  }
}

.page-flow .sec-steps .step-block .img img {
  border-radius: 60px;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .img img {
    border-radius: 20px;
  }
}

.page-flow .sec-steps .step-block .steps-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-flow .sec-steps .step-block .steps-list li {
  width: 29%;
}

@media screen and (max-width: 1024px) {
  .page-flow .sec-steps .step-block .steps-list li {
    width: 32%;
  }
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .steps-list li {
    margin-bottom: 25px;
    width: 100%;
  }
}

.page-flow .sec-steps .step-block .steps-list .head {
  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-bottom: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 900;
}

@media screen and (max-width: 1024px) {
  .page-flow .sec-steps .step-block .steps-list .head {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .steps-list .head {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-flow .sec-steps .step-block .steps-list .head .no {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  background: #ff6c00;
  border-radius: 50%;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step-block .steps-list .head .no {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-flow .sec-steps .step-block .steps-list .head .no + span {
  padding-left: .4em;
  width: calc(100% - 32px);
}

.page-flow .sec-steps .step-block .steps-list .cont .icn-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;
}

.page-flow .sec-steps .step-block .steps-list .btn-dent {
  width: 100%;
  max-width: 300px;
}

.page-flow .sec-steps .step-block .box-or {
  padding: 11px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 900;
  background-color: #ffdcc3;
  border-radius: 10px;
}

.page-flow .sec-steps .step02 .txt {
  margin-bottom: 10px;
}

.page-flow .sec-steps .step02 .box-or {
  position: relative;
  min-height: 135px;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step02 .box-or {
    min-height: 80px;
  }
}

.page-flow .sec-steps .step02 .icn-box {
  background-repeat: no-repeat;
  background-position: right 15px bottom 10px;
  background-size: 122px auto;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step02 .icn-box {
    background-size: 50px auto;
  }
}

.page-flow .sec-steps .step02 .icn01 {
  background-image: url(../img/flow/icn-step02_01.png);
}

.page-flow .sec-steps .step02 .icn02 {
  background-image: url(../img/flow/icn-step02_02.png);
}

.page-flow .sec-steps .step02 .btn-dent {
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 1200px) {
  .page-flow .sec-steps .step02 .btn-dent {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .step02 .btn-dent {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.page-flow .sec-steps .step02 .btn-dent img {
  margin-right: .4em;
  width: 21px;
}

.page-flow .sec-steps .bnr-box {
  margin: 50px 0 0;
}

@media screen and (max-width: 834px) {
  .page-flow .sec-steps .bnr-box {
    margin: 30px 0 0;
  }
}

.page-flow .sec-steps .bnr-box img {
  width: 100%;
  max-width: 765px;
}

.page-flow .sec-steps .sec-arrow {
  background: url(../img/flow/bdr.png) repeat-x center top;
  background-size: 1610px auto;
}

.page-flow .sec-steps .step03 .steps-list {
  margin: 0 auto;
  max-width: 1125px;
}

.page-forcorporation .breadcrumb {
  margin-bottom: 0;
}

.page-forcorporation .forcorporation-mv {
  background: #ffcc01;
  padding: 60px 0 40px;
  margin-top: -50px;
}

@media screen and (max-width: 1500px) {
  .page-forcorporation .forcorporation-mv {
    margin-top: -100px;
  }
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-mv {
    margin-top: -90px;
    padding: 60px 0 25px;
  }
}

.page-forcorporation .forcorporation-mv .mv {
  position: relative;
}

.page-forcorporation .forcorporation-mv .mv .mv-ph01,
.page-forcorporation .forcorporation-mv .mv .mv-ph02 {
  position: absolute;
  width: 380px;
}

@media screen and (max-width: 1200px) {
  .page-forcorporation .forcorporation-mv .mv .mv-ph01,
  .page-forcorporation .forcorporation-mv .mv .mv-ph02 {
    width: 250px;
  }
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-mv .mv .mv-ph01,
  .page-forcorporation .forcorporation-mv .mv .mv-ph02 {
    display: none;
  }
}

.page-forcorporation .forcorporation-mv .mv .mv-ph01 {
  right: 85%;
  top: 60px;
}

@media screen and (max-width: 1200px) {
  .page-forcorporation .forcorporation-mv .mv .mv-ph01 {
    right: 88%;
  }
}

.page-forcorporation .forcorporation-mv .mv .mv-ph02 {
  top: 0;
  left: 85%;
}

@media screen and (max-width: 1200px) {
  .page-forcorporation .forcorporation-mv .mv .mv-ph02 {
    left: 88%;
  }
}

.page-forcorporation .forcorporation-mv .mv .mv-img {
  width: 782px;
  max-width: 80%;
  margin: 0 auto 20px;
  padding-top: 60px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-mv .mv .mv-img {
    max-width: 100%;
    padding: 0;
  }
}

.page-forcorporation .forcorporation-mv .mv .mv-txt {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  padding: 0 220px 50px;
  margin: 0 30px;
}

@media screen and (max-width: 1200px) {
  .page-forcorporation .forcorporation-mv .mv .mv-txt {
    margin: 0;
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-mv .mv .mv-txt {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 30px;
    text-align: left;
  }
}

.page-forcorporation .forcorporation-mv .mv .mv-txt::before, .page-forcorporation .forcorporation-mv .mv .mv-txt::after {
  width: 199px;
  height: 179px;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 1200px) {
  .page-forcorporation .forcorporation-mv .mv .mv-txt::before, .page-forcorporation .forcorporation-mv .mv .mv-txt::after {
    width: 130px;
    height: 117px;
  }
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-mv .mv .mv-txt::before, .page-forcorporation .forcorporation-mv .mv .mv-txt::after {
    display: none;
  }
}

.page-forcorporation .forcorporation-mv .mv .mv-txt::before {
  left: 0;
  background-image: url("../img/forcorporation/mv-object01.png");
}

.page-forcorporation .forcorporation-mv .mv .mv-txt::after {
  right: 0;
  background-image: url("../img/forcorporation/mv-object02.png");
}

.page-forcorporation .forcorporation-mv .mv .mv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -6px 20px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-mv .mv .mv-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
}

.page-forcorporation .forcorporation-mv .mv .mv-list li {
  width: 20%;
  padding: 0 6px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-mv .mv .mv-list li {
    width: 33.333%;
    margin-bottom: 6px;
    padding: 0 3px;
  }
}

.page-forcorporation .forcorporation-mv .mv .mv-lead {
  max-width: 532px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-mv .mv .mv-lead {
    max-width: 75%;
  }
}

.page-forcorporation .forcorporation-intro {
  background: #f5f8fd;
  padding: 80px 0 140px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro {
    padding: 40px 0 15px;
  }
}

.page-forcorporation .forcorporation-intro .intro-box {
  margin-bottom: 45px;
  background: #FFF;
  border-radius: 13px;
  -webkit-box-shadow: 0px 2px 10px -1px rgba(193, 193, 193, 0.6);
          box-shadow: 0px 2px 10px -1px rgba(193, 193, 193, 0.6);
  padding: 55px 70px 50px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box {
    padding: 30px 25px;
    margin-bottom: 35px;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
}

.page-forcorporation .forcorporation-intro .intro-box__img {
  width: 47.2%;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__img {
    width: 100%;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__content {
  width: 52.8%;
  padding-right: 45px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__content {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__ttl {
  position: relative;
  line-height: 1.4;
  color: #003060;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
  padding-left: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__ttl {
    font-size: 22px;
    font-size: 2.2rem;
    padding-left: 25px;
    margin-bottom: 20px;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__ttl::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  background: #003060;
  width: 10px;
  height: 35px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__ttl::before {
    width: 7px;
    height: 25px;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__lead {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.7;
  color: #003060;
  font-weight: bold;
  margin-bottom: 22px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__lead {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px;
  margin-bottom: 40px;
}

.page-forcorporation .forcorporation-intro .intro-box__bnr li {
  width: 16.666%;
  padding: 0 5px 8px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__bnr li {
    width: 33.3333%;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__partner {
  position: relative;
  border: 3px solid #bfcfd8;
  border-radius: 10px;
  padding: 25px 60px 10px 20px;
  font-size: 0;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__partner {
    padding: 25px 20px 15px;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__partner .ttl {
  background: #bfcfd8;
  display: inline-block;
  color: #FFF;
  text-align: center;
  width: 130px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 50px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -16px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__partner .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__partner .other {
  position: absolute;
  right: 20px;
  top: 45%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #003060;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__partner .other {
    font-size: 14px;
    font-size: 1.4rem;
    position: static;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__partner .img {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .forcorporation-intro .intro-box__partner .img {
    width: 50%;
    margin: 0;
  }
}

.page-forcorporation .forcorporation-intro .intro-box__partner .img:first-of-type {
  margin-left: 0;
}

.page-forcorporation .bnr-block {
  padding: 50px 0 60px;
  background: #ff6c00;
}

@media screen and (max-width: 834px) {
  .page-forcorporation .bnr-block {
    padding: 40px 0 30px;
  }
}

.page-forcorporation .bnr-block .point-list {
  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;
  max-width: 1080px;
}

.page-forcorporation .bnr-block .point-list li {
  width: 24.44%;
}

@media screen and (max-width: 640px) {
  .page-forcorporation .bnr-block .point-list li {
    margin-top: 10px;
    width: 49%;
  }
}

form {
  font-size: 16px;
  font-size: 1.6rem;
}

form input, form button, form textarea, form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
}

form input[type="text"],
form input[type="email"],
form textarea {
  display: inline-block;
  width: 100%;
  padding: 8px 15px;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
  resize: none;
}

form input[type="text"],
form input[type="email"] {
  max-width: 470px;
}

form input[type="text"].w45,
form input[type="email"].w45 {
  max-width: 60px;
}

form input[type="text"].w110,
form input[type="email"].w110 {
  max-width: 110px;
}

form input[type="text"].w220,
form input[type="email"].w220 {
  max-width: 220px;
}

form input[type="text"].w304,
form input[type="email"].w304 {
  max-width: 304px;
}

form input[type="text"].zip01,
form input[type="email"].zip01 {
  width: 90px;
}

form input[type="text"].zip02,
form input[type="email"].zip02 {
  width: 100px;
}

form input[type="submit"] {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

form textarea {
  height: 155px;
}

form ::-webkit-input-placeholder {
  color: #bcbcbc;
}

form ::-moz-placeholder {
  color: #bcbcbc;
}

form :-ms-input-placeholder {
  color: #bcbcbc;
}

form ::-ms-input-placeholder {
  color: #bcbcbc;
}

form ::placeholder {
  color: #bcbcbc;
}

@media screen and (max-width: 834px) {
  form .radio {
    margin-bottom: 25px;
  }
  form .radio:last-of-type {
    margin-bottom: 0;
  }
}

form .radio .c-radio {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  form .radio .c-radio {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 834px) {
  form .radio .txt-s {
    display: block;
    line-height: 1.3;
  }
}

form .tag {
  display: inline-block;
  width: 56px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 27px;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  form .tag {
    margin-left: 10px;
    width: 45px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}

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

form .tag.tag-sp {
  display: none;
}

@media screen and (max-width: 834px) {
  form .tag.tag-sp {
    display: inline-block;
  }
}

form .tag.required {
  background: #e50000;
}

form .tag.any {
  background: #b5b5b5;
}

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

.form-block {
  margin-bottom: 60px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 834px) {
  .form-block {
    margin-bottom: 40px;
  }
}

.form-block:last-of-type {
  margin-bottom: 0;
}

.form-block .form-inline {
  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;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 834px) {
  .form-block .form-inline {
    padding: 15px 0;
  }
}

.form-block .form-inline .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: start;
  -webkit-box-align: start;
          align-items: flex-start;
  padding: 8px 2.22% 8px 1.5%;
  width: 40.2%;
}

@media screen and (max-width: 1200px) {
  .form-block .form-inline .form-head {
    width: 300px;
  }
}

@media screen and (max-width: 990px) {
  .form-block .form-inline .form-head {
    padding-left: 0;
    width: 280px;
  }
}

@media screen and (max-width: 834px) {
  .form-block .form-inline .form-head {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
  }
}

.form-block .form-inline .form-head.pt0 {
  padding-top: 0;
}

.form-block .form-inline .form-cont {
  width: 59.25%;
}

@media screen and (max-width: 1200px) {
  .form-block .form-inline .form-cont {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 990px) {
  .form-block .form-inline .form-cont {
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 834px) {
  .form-block .form-inline .form-cont {
    width: 100%;
  }
}

.form-block .form-inline .txt-s {
  font-size: 14px;
  font-size: 1.4rem;
}

.form-block .form-inline .txt-ss {
  font-size: 12px;
  font-size: 1.2rem;
}

.form-block .form-inline .form-input {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}

.form-block .form-inline .form-input .txt {
  display: inline-block;
  padding: 5px 0;
}

.form-block .form-inline .select-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .form-block .form-inline .select-inline.class .c-radio {
    margin-top: 10px;
    width: 100%;
  }
}

.form-block .form-inline .select-inline.class .c-checkbox {
  margin-bottom: 20px;
  margin-right: 1.2em;
}

@media screen and (max-width: 1200px) {
  .form-block .form-inline .select-inline.class .c-checkbox {
    margin-right: 8%;
  }
}

@media screen and (max-width: 640px) {
  .form-block .form-inline .select-inline.class .c-checkbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.form-block .form-inline .select-inline.class .c-checkbox::last-of-type {
  width: 100%;
}

.form-block .form-inline .select-inline.class .form-input {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 641px) {
  .form-block .form-inline .select-inline.class .form-input {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.form-block .form-inline .select-inline.class .form-input .c-checkbox {
  margin: 0;
  height: 22px;
}

@media screen and (min-width: 641px) {
  .form-block .form-inline .select-inline.class .form-input .c-checkbox {
    width: 95px;
  }
}

@media screen and (max-width: 640px) {
  .form-block .form-inline .select-inline.class .form-input .c-checkbox {
    margin-bottom: 10px;
  }
}

.form-block .form-inline .select-inline__item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 130px;
}

@media screen and (max-width: 990px) {
  .form-block .form-inline .select-inline__item {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .form-block .form-inline .select-inline__item .c-selectbox.w95 {
    width: 65px;
  }
  .form-block .form-inline .select-inline__item .c-selectbox.w95 select {
    padding-left: 10px;
    padding-right: 20px;
  }
}

.form-block .form-inline .select-inline__item:last-child {
  margin: 5px 0 5px 30px;
  width: 150px;
}

@media screen and (max-width: 1024px) {
  .form-block .form-inline .select-inline__item:last-child {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
}

.form-block .form-inline.select-urgency {
  padding-bottom: 0;
}

.form-block .form-inline.select-urgency .c-radio {
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .form-block .form-inline.select-urgency .c-radio {
    margin-bottom: 15px;
  }
}

.form-block .form-inline.select-delivery .c-radio {
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .form-block .form-inline.select-delivery .c-radio {
    margin-bottom: 15px;
  }
}

.form-block .form-inline.select-history {
  padding-bottom: 0;
  border-bottom: 0;
}

.form-block .form-inline.select-history .c-radio {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .form-block .form-inline.select-history .c-radio {
    width: 100%;
  }
}

.form-block .form-inline.select-history .note {
  margin: 10px 0 20px;
  color: #ed9250;
}

.form-block .form-inline .postcode-inline {
  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: 12px;
}

@media screen and (max-width: 834px) {
  .form-block .form-inline .postcode-inline {
    margin-bottom: 10px;
  }
}

.form-block .form-inline .postcode-inline .txt-ss {
  margin-left: 1.8em;
  padding: 5px 0;
}

.form-block .form-inline .tel-inline {
  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;
}

.form-block .form-inline .tel-inline input {
  width: 118px;
}

@media screen and (max-width: 640px) {
  .form-block .form-inline .tel-inline input {
    width: 80px;
  }
}

.form-block .select-usage {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.form-block .select-usage > label {
  margin-bottom: 10px;
}

.form-block .select-usage .form-input {
  margin-top: 10px !important;
  width: 100% !important;
}

.form-block .error {
  display: block;
  margin-top: 10px;
  color: #e50000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}

.form-block .form-control {
  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;
}

.form-block .form-address .c-selectbox {
  margin: 12px 0;
  width: 155px;
}

.form-block .form-detail .form-input:first-of-type {
  margin-top: 0;
}

.form-block .form-detail .txt {
  width: 85px;
}

.form-block .form-os .form-input {
  width: 100%;
}

@media screen and (min-width: 641px) {
  .form-block .form-os .form-input {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.form-block .form-os .form-input:first-of-type {
  margin-top: 0;
}

.form-block .form-os .form-input .txt-s {
  width: 80px;
}

.form-block .form-os .form-input input {
  width: calc(100% - 80px);
}

.form-block .form-os .c-radio {
  margin-right: 0;
  padding-right: 20px;
  width: 145px;
}

@media screen and (max-width: 834px) {
  .form-block .form-os .c-radio {
    width: auto;
  }
}

@media screen and (max-width: 640px) {
  .form-block .form-os .c-radio {
    margin-bottom: 10px;
  }
}

.form-block .form-os .other {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-block .form-os .other .txt {
  width: 85px;
}

.form-block .form-os .other input {
  width: calc(100% - 85px);
}

.form-block .form-os .other .c-radio {
  margin-right: 0;
  width: auto;
  height: 22px;
}

.c-checkbox {
  position: relative;
  display: inline-block;
  padding: 1px 0 1px 30px;
  cursor: pointer;
  text-align: left;
}

.c-checkbox > span {
  display: inline-block;
}

.c-checkbox > span:before {
  background: #fff;
  border: 1px solid #a7a7a7;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 1px;
  background: #fff;
  border-radius: 3px;
}

.c-checkbox > span:after {
  border-right: 4px solid #ff6c00;
  border-bottom: 4px solid #ff6c00;
  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 input[type=checkbox] {
  width: 0;
  height: 0;
}

.c-checkbox input[type=checkbox]:checked + span:after {
  opacity: 1;
}

.c-radio {
  position: relative;
  display: inline-block;
  margin-right: 6.9%;
  padding: 1px 0 1px 26px;
  cursor: pointer;
  text-align: left;
}

.c-radio > span {
  display: inline-block;
}

.c-radio > span:before {
  background: #fff;
  border: 1px solid #a7a7a7;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.c-radio > span:after {
  position: absolute;
  top: 4px;
  left: 4px;
  content: '';
  display: block;
  height: 14px;
  width: 14px;
  background: #ff6c00;
  border-radius: 50%;
  opacity: 0;
}

.c-radio input[type=radio] {
  width: 0;
  height: 0;
}

.c-radio input[type=radio]:checked + span:before {
  border: 1px solid #ff6c00;
}

.c-radio input[type=radio]:checked + span:after {
  opacity: 1;
}

.c-selectbox {
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid #a7a7a7;
  border-radius: 5px;
}

.c-selectbox:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 6px;
}

.c-selectbox:before {
  top: 50%;
  right: 10px;
  margin-top: -6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}

.c-selectbox select {
  display: inline-block;
  padding: 10px 30px 10px 15px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}

.c-selectbox.w95 {
  width: 95px;
}

.policy-block {
  margin-bottom: 55px;
  padding: 35px 15px 40px;
  background: #e5e5e5;
}

.policy-block input, .policy-block button, .policy-block textarea, .policy-block select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 0;
}

@media screen and (max-width: 834px) {
  .policy-block {
    margin-bottom: 30px;
  }
}

.policy-block .c-txt01 {
  margin-bottom: 20px;
}

.policy-block .c-checkbox {
  line-height: 1.2;
}

.policy-block .tag {
  margin-right: 10px;
}

@media screen and (min-width: 641px) {
  .page-mailing .btn-bk,
  .page-contact .btn-bk {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

.page-mailing .mw_wp_form_confirm .policy-block,
.page-mailing .confirm .policy-block,
.page-contact .mw_wp_form_confirm .policy-block,
.page-contact .confirm .policy-block {
  display: none;
}

.page-mailing .mw_wp_form_confirm .ttl-lead,
.page-mailing .confirm .ttl-lead,
.page-contact .mw_wp_form_confirm .ttl-lead,
.page-contact .confirm .ttl-lead {
  margin-bottom: 70px;
}

@media screen and (max-width: 834px) {
  .page-mailing .mw_wp_form_confirm .ttl-lead,
  .page-mailing .confirm .ttl-lead,
  .page-contact .mw_wp_form_confirm .ttl-lead,
  .page-contact .confirm .ttl-lead {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 835px) {
  .page-mailing .mw_wp_form_confirm .form-block .form-inline,
  .page-mailing .confirm .form-block .form-inline,
  .page-contact .mw_wp_form_confirm .form-block .form-inline,
  .page-contact .confirm .form-block .form-inline {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.page-mailing .mw_wp_form_confirm .form-block .form-inline .form-head,
.page-mailing .confirm .form-block .form-inline .form-head,
.page-contact .mw_wp_form_confirm .form-block .form-inline .form-head,
.page-contact .confirm .form-block .form-inline .form-head {
  padding-top: 0;
  padding-bottom: 0;
}

.page-mailing .mw_wp_form_confirm .form-block .form-inline .form-head .tag,
.page-mailing .confirm .form-block .form-inline .form-head .tag,
.page-contact .mw_wp_form_confirm .form-block .form-inline .form-head .tag,
.page-contact .confirm .form-block .form-inline .form-head .tag {
  display: none;
}

.page-mailing .mw_wp_form_confirm .form-block .form-inline .txt-ss,
.page-mailing .confirm .form-block .form-inline .txt-ss,
.page-contact .mw_wp_form_confirm .form-block .form-inline .txt-ss,
.page-contact .confirm .form-block .form-inline .txt-ss {
  display: none !important;
}

.page-mailing .mw_wp_form_confirm .form-block .form-inline .txt-s,
.page-mailing .confirm .form-block .form-inline .txt-s,
.page-contact .mw_wp_form_confirm .form-block .form-inline .txt-s,
.page-contact .confirm .form-block .form-inline .txt-s {
  display: none !important;
}

.page-mailing .mw_wp_form_confirm .form-block .form-inline .select-inline__item,
.page-mailing .confirm .form-block .form-inline .select-inline__item,
.page-contact .mw_wp_form_confirm .form-block .form-inline .select-inline__item,
.page-contact .confirm .form-block .form-inline .select-inline__item {
  width: auto;
}

.page-mailing .mw_wp_form_confirm .btn-box,
.page-mailing .confirm .btn-box,
.page-contact .mw_wp_form_confirm .btn-box,
.page-contact .confirm .btn-box {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-mailing .mw_wp_form_confirm .btn-box .btn-back,
.page-mailing .confirm .btn-box .btn-back,
.page-contact .mw_wp_form_confirm .btn-box .btn-back,
.page-contact .confirm .btn-box .btn-back {
  margin-right: 20px;
  width: 24.166%;
  max-width: 290px;
}

@media screen and (max-width: 640px) {
  .page-mailing .mw_wp_form_confirm .btn-box .btn-back,
  .page-mailing .confirm .btn-box .btn-back,
  .page-contact .mw_wp_form_confirm .btn-box .btn-back,
  .page-contact .confirm .btn-box .btn-back {
    margin-right: 10px;
    width: 35%;
  }
}

.page-mailing .mw_wp_form_confirm .btn-box .btn-back .btn-dent,
.page-mailing .confirm .btn-box .btn-back .btn-dent,
.page-contact .mw_wp_form_confirm .btn-box .btn-back .btn-dent,
.page-contact .confirm .btn-box .btn-back .btn-dent {
  font-size: 18px;
  font-size: 1.8rem;
  height: 90px;
}

@media screen and (max-width: 640px) {
  .page-mailing .mw_wp_form_confirm .btn-box .btn-back .btn-dent,
  .page-mailing .confirm .btn-box .btn-back .btn-dent,
  .page-contact .mw_wp_form_confirm .btn-box .btn-back .btn-dent,
  .page-contact .confirm .btn-box .btn-back .btn-dent {
    height: 71px;
  }
}

.page-mailing .mw_wp_form_confirm .btn-box .btn-submit,
.page-mailing .confirm .btn-box .btn-submit,
.page-contact .mw_wp_form_confirm .btn-box .btn-submit,
.page-contact .confirm .btn-box .btn-submit {
  width: 48.33%;
  max-width: 580px;
}

@media screen and (max-width: 640px) {
  .page-mailing .mw_wp_form_confirm .btn-box .btn-submit,
  .page-mailing .confirm .btn-box .btn-submit,
  .page-contact .mw_wp_form_confirm .btn-box .btn-submit,
  .page-contact .confirm .btn-box .btn-submit {
    width: 50%;
  }
}

.page-mailing .complete .lead-box,
.page-contact .complete .lead-box {
  margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .page-mailing .complete .lead-box,
  .page-contact .complete .lead-box {
    margin-bottom: 30px;
  }
}

.page-mailing .complete .contact-no,
.page-contact .complete .contact-no {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: .06em;
}

@media screen and (max-width: 640px) {
  .page-mailing .complete .contact-no,
  .page-contact .complete .contact-no {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-mailing .complete .contact-no .no,
.page-contact .complete .contact-no .no {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 640px) {
  .page-mailing .complete .contact-no .no,
  .page-contact .complete .contact-no .no {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.page-mailing .complete .ttl-lead,
.page-contact .complete .ttl-lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .page-mailing .complete .ttl-lead,
  .page-contact .complete .ttl-lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 835px) {
  .page-mailing .complete .box-wh,
  .page-contact .complete .box-wh {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.page-contact {
  padding-bottom: 176px;
}

@media screen and (max-width: 834px) {
  .page-contact {
    padding-bottom: 50px;
  }
}

.page-contact .lead-box .note-box {
  display: inline-block;
  margin: 45px 0 75px;
  max-width: 840px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .page-contact .lead-box .note-box {
    margin: 25px 0 40px;
  }
}

.page-contact .lead-box .note-box .c-txt02 {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

.page-contact .apply-list {
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .page-contact .apply-list {
    margin-bottom: 20px;
  }
}

.page-contact .box-wh {
  margin-bottom: 65px;
  padding: 7.5% 5% 4.5%;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 834px) {
  .page-contact .box-wh {
    margin-bottom: 40px;
    padding: 6% 5% 1px;
    border-radius: 10px;
  }
}

.page-contact .box-wh .c-ttl05 {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .page-contact .box-wh .c-ttl05 {
    margin-bottom: 10px;
  }
}

.page-contact .complete .ttl-lead {
  margin-bottom: 15px;
}

.page-contact .mw_wp_form_confirm .ttl-lead {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .page-contact .mw_wp_form_confirm .ttl-lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-contact .mw_wp_form_complete .ttl-lead {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .page-contact .mw_wp_form_complete .ttl-lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-mailing {
  padding-bottom: 105px;
}

@media screen and (max-width: 834px) {
  .page-mailing {
    padding-bottom: 40px;
  }
}

.page-mailing .lead-box {
  margin-bottom: 40px;
}

.page-mailing .lead-box .c-txt03 {
  margin: 40px 0 30px;
}

@media screen and (max-width: 640px) {
  .page-mailing .lead-box img {
    width: 90%;
  }
}

@media screen and (max-width: 640px) {
  .page-mailing .lead-box .lead-txt-confirm {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 640px) {
  .page-mailing .lead-txt-input .c-txt02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-mailing .box-wh {
  margin-bottom: 65px;
  padding: 7.5% 5% 4.5%;
  background: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 834px) {
  .page-mailing .box-wh {
    margin-bottom: 40px;
    padding: 6% 5% 1px;
    border-radius: 10px;
  }
}

.page-mailing .box-wh:last-child {
  margin-bottom: 0;
}

.page-mailing .box-wh .c-ttl05 {
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .page-mailing .box-wh .c-ttl05 {
    margin-bottom: 10px;
  }
}

.page-mailing .sec-privacy {
  font-size: 16px;
  font-size: 1.6rem;
}

.page-mailing .sec-privacy .box-wh {
  margin-bottom: 55px;
  padding: 0 0;
}

@media screen and (max-width: 834px) {
  .page-mailing .sec-privacy .box-wh {
    margin-bottom: 30px;
  }
}

.page-mailing .sec-privacy .ttl-sec {
  padding: 25px 10px;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
  background: #003060;
  border-radius: 20px 20px 0 0;
}

@media screen and (max-width: 834px) {
  .page-mailing .sec-privacy .ttl-sec {
    padding: 15px 10px;
    border-radius: 10px 10px 0 0;
  }
}

.page-mailing .sec-privacy .list-agreement {
  padding: 50px 5% 30px;
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33;
}

@media screen and (max-width: 834px) {
  .page-mailing .sec-privacy .list-agreement {
    padding: 25px 5% 20px;
  }
}

.page-mailing .sec-privacy .list-agreement li {
  margin-bottom: 22px;
}

@media screen and (max-width: 834px) {
  .page-mailing .sec-privacy .list-agreement li {
    margin-bottom: 15px;
  }
}

.page-mailing .sec-privacy .tag {
  display: inline-block;
  width: 56px;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 27px;
  border-radius: 5px;
}

@media screen and (max-width: 834px) {
  .page-mailing .sec-privacy .tag {
    margin-left: 10px;
    width: 45px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 24px;
  }
}

@media screen and (max-width: 834px) {
  .page-mailing .sec-privacy .tag.tag-pc {
    display: none;
  }
}

.page-mailing .sec-privacy .tag.tag-sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .page-mailing .sec-privacy .tag.tag-sp {
    display: inline-block;
  }
}

.page-mailing .sec-privacy .tag.required {
  background: #e50000;
}

.page-mailing .sec-privacy .tag.any {
  background: #b5b5b5;
}

.page-mailing .complete .ttl-lead {
  margin: 50px 0 15px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .page-mailing .complete .ttl-lead {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-mailing .complete .c-txt02 {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .page-mailing .complete .c-txt02 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.mw_wp_form .error {
  margin: 10px 0;
  width: 100%;
}

.mw_wp_form_input .lead-txt-confirm {
  display: none;
}

.mw_wp_form_confirm .lead-txt-input {
  display: none;
}

.mw_wp_form_confirm .c-selectbox {
  border: 0;
}

.mw_wp_form_confirm .c-selectbox:before {
  display: none;
}

.mw_wp_form_confirm .c-selectbox + .txt-s {
  display: none;
}

.mw_wp_form_confirm .date-occur .select-inline__item {
  margin: 0;
}

.mw_wp_form_confirm .date-occur .select-inline__item .c-selectbox {
  width: auto !important;
}

.mw_wp_form_confirm .date-occur .form-cont {
  -ms-flex-item-align: center;
      align-self: center;
}

.mw_wp_form_confirm .date-occur .form-cont .c-selectbox {
  font-size: 16px;
  font-size: 1.6rem;
}

.mw_wp_form_confirm .date-occur .form-cont.form-address .c-selectbox {
  font-size: 16px;
  font-size: 1.6rem;
}

.mw_wp_form_confirm .date-occur .form-cont.form-address .form-input,
.mw_wp_form_confirm .date-occur .form-cont.form-address .c-selectbox,
.mw_wp_form_confirm .date-occur .form-cont.form-address .postcode-inline {
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .form-block .form-inline.select-urgency {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 834px) {
  .mw_wp_form_confirm .box-wh {
    padding-bottom: 40px;
  }
}

.page-about .sec-lead {
  margin-top: -120px;
  padding: 15px 0 85px;
  background: url(../img/about/bg-main.jpg) no-repeat center top;
  background-size: 100% auto;
}

@media screen and (max-width: 990px) {
  .page-about .sec-lead {
    margin-top: -90px;
    padding-bottom: 40px;
  }
}

.page-about .sec-lead .ttl-sec {
  margin: 40px 0;
}

@media screen and (max-width: 834px) {
  .page-about .sec-lead .ttl-sec {
    margin: 20px 0;
  }
}

.page-about .sec-lead .ttl-sec img {
  max-width: 773px;
  width: 100%;
}

.page-about .page-nav {
  padding: 40px 0 50px;
  background: #f0f7ff;
}

@media screen and (max-width: 834px) {
  .page-about .page-nav {
    padding: 30px 0 20px;
  }
}

.page-about .page-nav .nav-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;
}

.page-about .page-nav .nav-link__item {
  width: 17.5%;
  text-align: center;
  margin-right: 2.9%;
}

.page-about .page-nav .nav-link__item:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .page-about .page-nav .nav-link__item {
    width: 19%;
    margin-right: 1.25%;
  }
}

@media screen and (max-width: 834px) {
  .page-about .page-nav .nav-link__item {
    margin-bottom: 10px;
    width: 49%;
    margin-right: 2%;
  }
  .page-about .page-nav .nav-link__item:nth-of-type(2n) {
    margin-right: 2%;
  }
  .page-about .page-nav .nav-link__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

.page-about .page-nav .nav-link__item a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 32px 0;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200px) {
  .page-about .page-nav .nav-link__item a {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 834px) {
  .page-about .page-nav .nav-link__item a {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 835px) {
  .page-about .page-nav .nav-link__item a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .page-about .page-nav .nav-link__item a:hover {
    opacity: .7;
  }
}

.page-about .page-nav .nav-link__item a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 24px;
}

.page-about .page-nav .nav-link__item a:before {
  content: '\f107';
  color: #ff6c00;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

@media screen and (max-width: 834px) {
  .page-about .page-nav .nav-link__item a:before {
    right: 15px;
  }
}

.page-about .sec-news {
  padding: 85px 0 90px;
}

@media screen and (max-width: 640px) {
  .page-about .sec-news {
    padding: 40px 0 50px;
  }
}

.page-about .sec-news .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-about .sec-news .inner .ttl-sec {
  width: 36.33%;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .page-about .sec-news .inner .ttl-sec {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  .page-about .sec-news .inner .ttl-sec img {
    width: 100%;
    max-width: 200px;
  }
}

.page-about .sec-news .inner .list-news {
  width: 60.416%;
}

@media screen and (max-width: 640px) {
  .page-about .sec-news .inner .list-news {
    width: 100%;
  }
}

.page-about .bg-gray {
  padding: 80px 0 105px;
  background: #f8f8f8;
}

@media screen and (max-width: 834px) {
  .page-about .bg-gray {
    padding: 50px 0 10px;
  }
}

.page-about .about-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-about .about-block .ttl-sec {
  padding-top: 50px;
  width: 26.5%;
}

@media screen and (max-width: 834px) {
  .page-about .about-block .ttl-sec {
    padding-top: 0;
    width: 100%;
  }
}

.page-about .about-block .content {
  padding-top: 40px;
  padding-bottom: 70px;
  width: 73.5%;
}

@media screen and (min-width: 835px) {
  .page-about .about-block .content {
    padding-left: 6%;
    border-left: 1px solid #dbdbdb;
  }
}

@media screen and (min-width: 1025px) {
  .page-about .about-block .content {
    padding-left: 10%;
  }
}

@media screen and (max-width: 834px) {
  .page-about .about-block .content {
    padding-top: 30px;
    padding-bottom: 45px;
    width: 100%;
  }
}

.page-about .sec-greeting .sign {
  margin-top: 60px;
}

@media screen and (max-width: 834px) {
  .page-about .sec-greeting .sign {
    margin-top: 30px;
  }
}

.page-about .sec-greeting .sign img {
  width: 308px;
}

@media screen and (max-width: 640px) {
  .page-about .sec-greeting .sign img {
    width: 200px;
  }
}

.page-about .sec-vision .vision-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: 30px;
}

.page-about .sec-vision .vision-block:last-of-type {
  margin-bottom: 0;
}

.page-about .sec-vision .vision-block .ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 31.5%;
  min-height: 240px;
  background: #003d79;
  background: -o-linear-gradient(315deg, #003d79 0%, #003d79 50%, #003060 50%, #003060 100%);
  background: linear-gradient(135deg, #003d79 0%, #003d79 50%, #003060 50%, #003060 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003d79', endColorstr='#003060',GradientType=1 );
  border-radius: 10px;
}

@media screen and (max-width: 640px) {
  .page-about .sec-vision .vision-block .ttl {
    margin-bottom: 20px;
    padding: 20px;
    width: 100%;
    min-height: 1px;
  }
}

.page-about .sec-vision .vision-block .ttl-block {
  color: #fff;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: .1em;
}

@media screen and (max-width: 1024px) {
  .page-about .sec-vision .vision-block .ttl-block {
    font-size: max(26px, 4vw);
    letter-spacing: 0;
  }
}

.page-about .sec-vision .vision-block .ttl-cont {
  color: #003060;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.9;
}

@media screen and (max-width: 834px) {
  .page-about .sec-vision .vision-block .ttl-cont {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.page-about .sec-vision .vision-block .c-txt02 {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .page-about .sec-vision .vision-block .c-txt02 {
    margin-top: 15px;
    text-align: left;
  }
}

.page-about .sec-vision .vision-block .cont {
  width: 63.15%;
}

@media screen and (max-width: 640px) {
  .page-about .sec-vision .vision-block .cont {
    width: 100%;
  }
}

.page-about .sec-outline .outline-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 25px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 834px) {
  .page-about .sec-outline .outline-inline {
    padding: 15px 0;
  }
}

.page-about .sec-outline .outline-head {
  width: 25.78%;
}

@media screen and (max-width: 640px) {
  .page-about .sec-outline .outline-head {
    width: 130px;
  }
}

.page-about .sec-outline .outline-cont {
  width: 73.9%;
}

@media screen and (max-width: 640px) {
  .page-about .sec-outline .outline-cont {
    width: calc(100% - 130px);
  }
}

.page-about .sec-history {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 834px) {
  .page-about .sec-history {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.page-about .sec-history .date {
  position: relative;
  padding-right: 25px;
  padding-bottom: 40px;
  width: 155px;
  color: #003060;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .page-about .sec-history .date {
    padding-right: 15px;
    padding-bottom: 30px;
    width: 120px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.page-about .sec-history .date:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 100%;
}

.page-about .sec-history .date:before {
  top: 0;
  right: 7px;
  background: #ddd;
}

@media screen and (max-width: 834px) {
  .page-about .sec-history .date:before {
    right: 6px;
  }
}

.page-about .sec-history .date:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
}

.page-about .sec-history .date:after {
  top: 7px;
  right: 0;
  background: #ff6c00;
  border-radius: 50%;
}

@media screen and (max-width: 834px) {
  .page-about .sec-history .date:after {
    width: 14px;
    height: 14px;
  }
}

.page-about .sec-history .desc {
  padding-left: 40px;
  width: calc(100% - 155px);
}

@media screen and (max-width: 834px) {
  .page-about .sec-history .desc {
    padding-left: 20px;
    width: calc(100% - 120px);
  }
}

.page-about .sec-history .history-block {
  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-about .sec-history .history-block:first-of-type .date:before {
  top: 7px;
}

.page-about .sec-history .history-block:last-of-type .date {
  padding-bottom: 0;
}

.page-about .sec-history .history-block:last-of-type .date:before {
  height: 15px;
}

.page-about .sec-csr {
  padding: 75px 0 140px;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr {
    padding: 40px 0;
  }
}

.page-about .sec-csr .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: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .lead-block {
    margin-bottom: 30px;
  }
}

.page-about .sec-csr .lead-block .ttl-sec {
  width: 38.33%;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .lead-block .ttl-sec {
    margin-bottom: 20px;
    width: 100%;
  }
}

.page-about .sec-csr .lead-block .ttl-sec .cap {
  margin: 25px 0 0;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5625;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .lead-block .ttl-sec .cap {
    margin: 15px 0 0;
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.page-about .sec-csr .lead-block .ttl-sec .cap .small {
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .lead-block .ttl-sec .cap .small {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.page-about .sec-csr .lead-block .content {
  width: 59.33%;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .lead-block .content {
    width: 100%;
  }
}

.page-about .sec-csr .club-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) {
  .page-about .sec-csr .club-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.page-about .sec-csr .club-block .img {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .club-block .img {
    margin-bottom: 20px;
    width: 100%;
  }
}

.page-about .sec-csr .club-block .cont {
  width: 46.66%;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .club-block .cont {
    width: 100%;
  }
}

.page-about .sec-csr .club-block .cont .ttl-club {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #b2bc00;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .club-block .cont .ttl-club {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.page-about .sec-csr .club-block .cont .img-logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .club-block .cont .img-logo {
    margin-bottom: 15px;
  }
}

.page-about .sec-csr .club-block .cont .img-logo .logo {
  padding: 0 5%;
  width: 41.7%;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .club-block .cont .img-logo .logo {
    padding: 0 20%;
    width: 100%;
  }
}

.page-about .sec-csr .club-block .cont .img-logo .name {
  width: 58.3%;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}

@media screen and (max-width: 1024px) {
  .page-about .sec-csr .club-block .cont .img-logo .name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 834px) {
  .page-about .sec-csr .club-block .cont .img-logo .name {
    margin-top: 15px;
    width: 100%;
  }
}

.page-about .sec-csr .club-block .cont .img-logo .name .en {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
}

@media screen and (max-width: 1200px) {
  .page-about .sec-csr .club-block .cont .img-logo .name .en {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 1200px) {
  .page-about .sec-csr .club-block .cont .img-logo .name .en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.page-about .bnr-block {
  padding: 50px 0 60px;
  background: #ff6c00;
}

@media screen and (max-width: 834px) {
  .page-about .bnr-block {
    padding: 40px 0 30px;
  }
}

.page-about .bnr-block .point-list {
  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;
  max-width: 1080px;
}

.page-about .bnr-block .point-list li {
  width: 24.44%;
}

@media screen and (max-width: 640px) {
  .page-about .bnr-block .point-list li {
    margin-top: 10px;
    width: 49%;
  }
}

.page-about .contact-block {
  padding: 65px 0 40px;
  background: #ffceaa;
}

@media screen and (max-width: 834px) {
  .page-about .contact-block {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}

.page-about .contact-block .c-ttl04 {
  padding-top: 10px;
  border-top: 0;
}

@media screen and (max-width: 834px) {
  .page-about .contact-block .c-ttl04 {
    padding-bottom: 10px;
  }
}

.page-about .contact-block .btn-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px 0 0;
}

@media screen and (max-width: 834px) {
  .page-about .contact-block .btn-box {
    margin-top: 20px;
  }
}

.page-about .contact-block a {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  width: 48.33%;
}

@media screen and (max-width: 834px) {
  .page-about .contact-block a {
    width: 100%;
  }
}

.page-about .contact-block .btn-contact {
  height: 122px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .page-about .contact-block .btn-contact {
    font-size: 2.6vw;
  }
}

@media screen and (max-width: 640px) {
  .page-about .contact-block .btn-contact {
    font-size: 20px;
    font-size: 2rem;
    height: auto;
  }
}

.page-about .contact-block .btn-contact i {
  margin-top: 5px;
  margin-right: 5px;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1024px) {
  .page-about .contact-block .btn-contact i {
    font-size: 3.9vw;
  }
}

@media screen and (max-width: 640px) {
  .page-about .contact-block .btn-contact i {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.page-about .contact-block .btn-contact .small {
  display: inline-block;
  margin-top: 10px;
  padding: 0 1.4em;
  color: #ff6c00;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 32px;
  background: #fff;
  border-radius: 20px;
}

.page-about .sec-list {
  padding: 96px 0 56px;
}

@media screen and (max-width: 834px) {
  .page-about .sec-list {
    padding: 40px 0 20px;
  }
}

.page-about .sec-list .c-ttl03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .page-about .sec-list .c-ttl03 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 835px) {
  .page-about .sec-list .c-ttl03 span {
    width: calc(100% - 70px);
  }
}

.page-about .sec-list .list-block:not(:last-of-type) {
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .page-about .sec-list .list-block:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

.page-about .sec-list .list-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-about .sec-list .list-logo li {
  margin-bottom: 10px;
}

.page-about .sec-list .list-logo.list01 li {
  width: 9.166%;
}

@media screen and (max-width: 834px) {
  .page-about .sec-list .list-logo.list01 li {
    width: 18%;
  }
}

.page-about .sec-list .list-logo.list02 li {
  width: 11.66%;
}

@media screen and (max-width: 834px) {
  .page-about .sec-list .list-logo.list02 li {
    width: 23%;
  }
}

.page-about .sec-list .list-device {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-about .sec-list .list-device li {
  margin-bottom: 40px;
  width: 16.66%;
  margin-right: 4.166%;
}

.page-about .sec-list .list-device li:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 990px) {
  .page-about .sec-list .list-device li {
    width: 23%;
    margin-right: 2.66%;
  }
  .page-about .sec-list .list-device li:nth-of-type(5n) {
    margin-right: 2.66%;
  }
  .page-about .sec-list .list-device li:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .page-about .sec-list .list-device li {
    margin-bottom: 20px;
    width: 30%;
    margin-right: 5%;
  }
  .page-about .sec-list .list-device li:nth-of-type(4n) {
    margin-right: 5%;
  }
  .page-about .sec-list .list-device li:nth-of-type(3n) {
    margin-right: 0;
  }
  .page-about .sec-list .list-device li 大阪市北区梅田1丁目1番3 大阪駅前 {
    width: 86%;
  }
}

.page-about .sec-list .list-device li p {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .page-about .sec-list .list-device li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-about .sec-list .list-device li .map {
  overflow: hidden;
}

.page-about .sec-list .list-device li .map iframe {
  -webkit-transform: scale(0.06);
      -ms-transform: scale(0.06);
          transform: scale(0.06);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.page-emergency .breadcrumb {
  margin-bottom: 0;
}

.page-emergency .mv-pages-ttl {
  width: 100%;
}

.page-emergency .mv-pages-ttl span {
  display: inline-block;
  font-weight: 900;
  color: #003060;
  background: #fff;
  border-radius: 25px;
  padding: 1px 31px;
  margin-left: 9px;
  font-size: 34px;
  font-size: 3.4rem;
}

@media screen and (max-width: 1200px) {
  .page-emergency .mv-pages-ttl span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .page-emergency .mv-pages-ttl span {
    padding: 2px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-emergency__mt {
  margin-top: -45px;
}

@media screen and (max-width: 1500px) {
  .sec-emergency__mt {
    margin-top: -90px;
  }
}

.sec-emergency__banner img {
  width: 100%;
}

.sec-emergency__step {
  background: #ff6c00;
  padding: 26px 0;
}

@media screen and (max-width: 834px) {
  .sec-emergency__step {
    padding: 20px 0;
  }
}

.sec-emergency__situation {
  background-image: url("../img/emergency/bg-left.png"), url("../img/emergency/bg-right.png");
  background-size: 19%,17%;
  background-position: left -2.6% bottom,right 1.3% bottom;
  background-repeat: no-repeat,no-repeat;
  padding: 58px 0 48px;
  background-color: #ffcc01;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-emergency__situation {
    background-size: 32%,26%;
    padding: 50px 0 26%;
  }
}

.sec-emergency__situation:before {
  content: '';
  border: 20px solid transparent;
  border-top: 35px solid #ffcc01;
  position: absolute;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-emergency__recovery {
  padding: 91px 0 67px;
}

@media screen and (max-width: 834px) {
  .sec-emergency__recovery {
    padding: 50px 0;
  }
}

.sec-emergency__recovery .recovery-ttl {
  font-weight: 900;
  color: #000;
  line-height: 1.2;
  letter-spacing: -1px;
  text-align: center;
  font-size: 44px;
  font-size: 4.4rem;
}

@media screen and (max-width: 1200px) {
  .sec-emergency__recovery .recovery-ttl {
    letter-spacing: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-emergency__recovery .recovery-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-emergency__recovery .recovery-ttl small {
  display: inline-block;
  color: #fff;
  background: #ec6900;
  padding: 3px 20px 6px;
  line-height: 1.2;
  margin-left: 10px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .sec-emergency__recovery .recovery-ttl small {
    padding: 3px 10px 4px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-emergency__recovery .recovery-ttl small {
    margin-left: 0;
    margin-top: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.sec-emergency__recovery .recovery-ttl span {
  display: block;
  margin-top: 12px;
  letter-spacing: -5px;
  font-size: 57px;
  font-size: 5.7rem;
}

@media screen and (max-width: 1200px) {
  .sec-emergency__recovery .recovery-ttl span {
    letter-spacing: 0;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-emergency__recovery .recovery-ttl span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.sec-emergency__recovery .recovery-ttl span b {
  line-height: 1.2;
  color: #ec6900;
  font-weight: 900;
  font-size: 64px;
  font-size: 6.4rem;
}

@media screen and (max-width: 1200px) {
  .sec-emergency__recovery .recovery-ttl span b {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-emergency__recovery .recovery-ttl span b {
    font-size: 30px;
    font-size: 3rem;
  }
}

.sec-emergency__contact {
  padding: 53px 0 55px;
  background: #219bff;
}

@media screen and (max-width: 834px) {
  .sec-emergency__contact {
    padding: 30px 0;
  }
}

.emergency-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
  padding: 0 57px;
}

@media screen and (max-width: 1200px) {
  .emergency-step {
    padding: 0;
    margin: 0 -12px;
  }
}

@media screen and (max-width: 834px) {
  .emergency-step {
    margin: 0 -7px -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.emergency-item {
  width: 25%;
  padding: 0 25px;
}

@media screen and (max-width: 1200px) {
  .emergency-item {
    padding: 0 12px;
  }
}

@media screen and (max-width: 834px) {
  .emergency-item {
    padding: 0 7px;
    width: 50%;
    margin-bottom: 15px;
  }
}

.emergency-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}

@media screen and (max-width: 834px) {
  .emergency-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
}

.emergency-contact__img {
  width: 336px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .emergency-contact__img {
    width: 250px;
  }
}

@media screen and (max-width: 834px) {
  .emergency-contact__img {
    width: 100%;
    margin-bottom: 12px;
  }
}

.emergency-contact__img img {
  margin-top: -24px;
  margin-left: 5px;
}

@media screen and (max-width: 834px) {
  .emergency-contact__img img {
    margin-left: 0;
    margin-top: 0;
    width: 200px;
  }
}

.emergency-contact__txt {
  width: calc(100% - 336px);
  padding-left: 54px;
}

@media screen and (max-width: 1200px) {
  .emergency-contact__txt {
    width: calc(100% - 250px);
    padding-left: 20px;
  }
}

@media screen and (max-width: 834px) {
  .emergency-contact__txt {
    width: 100%;
    padding-left: 0;
  }
}

.emergency-contact__txt p {
  color: #fff;
  font-weight: 500;
  line-height: 1.67;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .emergency-contact__txt p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 990px) {
  .emergency-contact__txt p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-contact__txt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.emergency-contact__ttl {
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 11px;
  font-size: 52px;
  font-size: 5.2rem;
}

@media screen and (max-width: 1200px) {
  .emergency-contact__ttl {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-contact__ttl {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 80px;
    font-size: 24px;
    font-size: 2.4rem;
    background: url(../img/emergency/img-05.png) no-repeat left center;
    background-size: 70px auto;
  }
}

@media screen and (max-width: 375px) {
  .emergency-contact__ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.emergency-contact__ttl img {
  width: 68.5px;
  margin-right: -1px;
}

@media screen and (max-width: 1200px) {
  .emergency-contact__ttl img {
    width: 40px;
  }
}

@media screen and (max-width: 640px) {
  .emergency-contact__ttl img {
    width: 34px;
  }
}

.emergency-contact__box {
  background: #fff;
  border-radius: 10px;
  padding: 17px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .emergency-contact__box {
    padding: 15px 20px;
  }
}

@media screen and (max-width: 834px) {
  .emergency-contact__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 15px;
  }
}

.emergency-contact__note {
  width: 42.5%;
  border-radius: 35px;
  background: #fdcc03;
  font-weight: bold;
  padding: 10px 10px 14px;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 1200px) {
  .emergency-contact__note {
    padding: 6px 10px 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-contact__note {
    width: 100%;
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.emergency-contact__note span {
  color: #e00000;
  font-weight: 900;
}

.emergency-contact__tel {
  width: 57.5%;
  padding-left: 46px;
}

@media screen and (max-width: 1200px) {
  .emergency-contact__tel {
    padding-left: 20px;
  }
}

@media screen and (max-width: 834px) {
  .emergency-contact__tel {
    width: 100%;
    padding-left: 0;
  }
}

.emergency-contact__tel a {
  display: block;
  font-weight: bold;
  color: #000;
  letter-spacing: 3.5px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  font-size: 73px;
  font-size: 7.3rem;
}

@media screen and (max-width: 1500px) {
  .emergency-contact__tel a {
    letter-spacing: 0;
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 1200px) {
  .emergency-contact__tel a {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-contact__tel a {
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.emergency-contact__tel a img {
  width: 98.5px;
  margin-right: 6px;
}

@media screen and (max-width: 1500px) {
  .emergency-contact__tel a img {
    width: 70px;
    margin-top: -12px;
  }
}

@media screen and (max-width: 1200px) {
  .emergency-contact__tel a img {
    width: 55px;
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .emergency-contact__tel a img {
    width: 45px;
    margin-top: -8px;
  }
}

.situation-heading {
  text-align: center;
  margin-bottom: 63px;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #ff6c00;
  font-weight: 800;
  text-shadow: white 3px 0px 0px, white 2.83487px 0.98158px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.70571px 2.91581px 0px, white -0.28717px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.5717px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.13712px -2.99686px 0px, white 0.85099px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.83825px 0px;
  font-size: 52px;
  font-size: 5.2rem;
}

@media screen and (max-width: 1200px) {
  .situation-heading {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 834px) {
  .situation-heading {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.situation-heading span {
  color: #000000;
}

.situation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px;
  padding: 0 58px;
}

@media screen and (max-width: 1200px) {
  .situation-list {
    padding: 0;
  }
}

@media screen and (max-width: 834px) {
  .situation-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}

.situation-item {
  width: 50%;
  padding: 0 12px;
}

@media screen and (max-width: 834px) {
  .situation-item {
    padding: 0;
    width: 100%;
    margin-bottom: 35px;
  }
  .situation-item:last-child {
    margin-bottom: 0;
  }
}

.situation-ct {
  background: #fff;
  border-radius: 10px;
  padding: 14px 30px 29px;
}

@media screen and (max-width: 834px) {
  .situation-ct {
    padding: 15px;
  }
}

.situation-ct p {
  margin-top: 18px;
  padding-left: 5px;
  letter-spacing: -0.5px;
  color: #000;
  font-weight: 300;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 1500px) {
  .situation-ct p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .situation-ct p {
    margin-top: 15px;
    line-height: 1.4;
    padding-left: 0;
    letter-spacing: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.situation-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 23px;
}

@media screen and (max-width: 834px) {
  .situation-ttl {
    margin-bottom: 15px;
  }
}

.situation-ttl small {
  line-height: 1;
  width: 52px;
  font-family: "Helvetica";
  display: inline-block;
  font-weight: bold;
  color: rgba(255, 108, 0, 0.6);
  font-size: 65px;
  font-size: 6.5rem;
}

@media screen and (max-width: 1500px) {
  .situation-ttl small {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 1200px) {
  .situation-ttl small {
    width: 40px;
  }
}

@media screen and (max-width: 834px) {
  .situation-ttl small {
    width: 32px;
    font-size: 40px;
    font-size: 4rem;
  }
}

.situation-ttl span {
  color: #ec6900;
  display: block;
  width: calc(100% - 52px);
  font-weight: 900;
  line-height: 1.2;
  padding-left: 5px;
  letter-spacing: -0.5px;
  font-size: 26px;
  font-size: 2.6rem;
}

@media screen and (max-width: 1500px) {
  .situation-ttl span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .situation-ttl span {
    letter-spacing: 0;
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 834px) {
  .situation-ttl span {
    width: calc(100% - 32px);
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.situation-ul li {
  color: #000000;
  font-weight: 500;
  padding-left: 35px;
  letter-spacing: -0.5px;
  position: relative;
  margin-bottom: 16px;
  line-height: 1.2;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 1500px) {
  .situation-ul li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .situation-ul li {
    margin-bottom: 10px;
    letter-spacing: 0;
    padding-left: 25px;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.situation-ul li:before {
  content: '';
  width: 22.5px;
  height: 22.5px;
  background: url("../img/emergency/icon-check.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 2px;
  top: 2px;
}

@media screen and (max-width: 834px) {
  .situation-ul li:before {
    width: 18px;
    height: 18px;
    top: 0;
  }
}

.situation-ul li span {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1500px) {
  .situation-ul li span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 834px) {
  .situation-ul li span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-emergency__map {
  padding: 19px 0 207px;
  background: url("../img/emergency/bg-map.png") top -17px center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1200px) {
  .sec-emergency__map {
    padding: 20px 0 100px;
  }
}

@media screen and (max-width: 834px) {
  .sec-emergency__map {
    padding: 50px 0;
  }
}

.sec-emergency__map .emergency-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .sec-emergency__map .emergency-map {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.sec-emergency__map .emergency-map__img {
  width: calc(47.5% + 7px);
  margin-left: -7px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .sec-emergency__map .emergency-map__img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

.sec-emergency__map .emergency-map__txt {
  width: 52.5%;
  padding-left: 71px;
  padding-top: 114px;
}

@media screen and (max-width: 1200px) {
  .sec-emergency__map .emergency-map__txt {
    padding-left: 30px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 834px) {
  .sec-emergency__map .emergency-map__txt {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}

.sec-emergency__map .emergency-map__ttl {
  background: #fff;
  color: #000;
  font-weight: 900;
  line-height: 1.43;
  padding: 23px 49px;
  letter-spacing: -2px;
  margin-bottom: 22px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1500px) {
  .sec-emergency__map .emergency-map__ttl {
    padding: 15px 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .sec-emergency__map .emergency-map__ttl {
    letter-spacing: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-emergency__map .emergency-map__ttl {
    padding: 12px 10px;
    margin-bottom: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.sec-emergency__map .emergency-map__desc {
  color: #219bff;
  font-weight: 900;
  letter-spacing: -6px;
  line-height: 1.22;
  text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
  font-size: 53px;
  font-size: 5.3rem;
}


@media screen and (max-width: 1500px) {
  .sec-emergency__map .emergency-map__desc {
    letter-spacing: 0;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .sec-emergency__map .emergency-map__desc {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-emergency__map .emergency-map__desc {
    font-size: 30px;
    font-size: 3rem;
  }
}

.sec-emergency__service {
  padding: 148px 0 50px;
  background: url("../img/emergency/bg-01.png") #f5f8fd top center no-repeat;
  background-size: 100%  30%;
}

@media screen and (max-width: 834px) {
  .sec-emergency__service {
    padding: 50px 0;
    background-size: contain;
  }
}

.emergency-service__heading {
  text-align: center;
  color: #ec6900;
  margin-bottom: 46px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: 800;
  font-size: 38px;
  font-size: 3.8rem;
}

@media screen and (max-width: 1200px) {
  .emergency-service__heading {
    letter-spacing: 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-service__heading {
    margin-bottom: 25px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 375px) {
  .emergency-service__heading {
    font-size: 20px;
    font-size: 2rem;
  }
}

.emergency-service__heading span {
  display: block;
  margin-bottom: 5px;
}

.emergency-service__heading span img {
  width: 336.5px;
}

@media screen and (max-width: 834px) {
  .emergency-service__heading span img {
    width: 180px;
  }
}

.emergency-service__desc {
  color: #000000;
  text-align: center;
  line-height: 1.875;
  margin-bottom: 81px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .emergency-service__desc {
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-service__desc {
    margin-bottom: 35px;
  }
}

.emergency-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 71px;
}

@media screen and (max-width: 834px) {
  .emergency-service__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
  }
  .emergency-service__item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1501px) {
  .emergency-service__item:nth-child(2n) .emergency-service__ct {
    margin-top: 42px;
    min-height: 361px;
    width: calc(57% + 89px);
    padding: 53px 61px 55px;
  }
}

@media screen and (min-width: 835px) {
  .emergency-service__item:nth-child(2n) .emergency-service__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: auto;
    margin-right: -21px;
  }
  .emergency-service__item:nth-child(2n) .emergency-service__ct {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 0;
    margin-right: -73px;
    min-height: 370px;
  }
}

.emergency-service__img {
  width: 41.5%;
  margin-left: -6px;
}

.emergency-service__img img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .emergency-service__img {
    width: calc(100% + 6px);
    margin: 0 -6px 30px 0;
  }
}

.emergency-service__ct {
  background: #fff;
  padding: 49px 50px 55px;
  margin-top: 35px;
  border-radius: 10px;
  width: calc(57% + 71px);
  margin-left: -59px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 5px 11px rgba(51, 51, 51, 0.1);
          box-shadow: 0 5px 11px rgba(51, 51, 51, 0.1);
}

@media screen and (max-width: 1500px) {
  .emergency-service__ct {
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  .emergency-service__ct {
    padding: 15px;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}

.emergency-service__ct p {
  color: #000;
  font-weight: bold;
  line-height: 1.875;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1500px) {
  .emergency-service__ct p {
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.emergency-service__top {
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

@media screen and (max-width: 834px) {
  .emergency-service__top {
    margin-bottom: 12px;
  }
}

.emergency-service__left {
  width: calc(100% - 172px);
}

@media screen and (max-width: 1200px) {
  .emergency-service__left {
    width: calc(100% - 100px);
  }
}

@media screen and (max-width: 834px) {
  .emergency-service__left {
    width: 100%;
  }
}

.emergency-service__left span {
  color: #fff;
  font-weight: 800;
  background: #4887fa;
  border-radius: 25px;
  display: inline-block;
  padding: 3px 15px 3px 24px;
  line-height: 1.2;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .emergency-service__left span {
    padding: 5px 15px 3px 24px;
  }
}

@media screen and (max-width: 1500px) {
  .emergency-service__left span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .emergency-service__left span {
    padding: 4px 10px 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-service__left span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.emergency-service__number {
  text-align: center;
  font-weight: 600;
  color: #cecece;
  font-style: italic;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  position: absolute;
  right: 46px;
  top: -87px;
  font-size: 130px;
  font-size: 13rem;
}

@media screen and (max-width: 1500px) {
  .emergency-service__number {
    font-size: 90px;
    font-size: 9rem;
  }
}

@media screen and (max-width: 1200px) {
  .emergency-service__number {
    right: 6px;
    top: -55px;
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-service__number {
    right: -7px;
    top: -41px;
    font-size: 40px;
    font-size: 4rem;
  }
}

.emergency-service__ttl {
  color: #000;
  line-height: 1.29;
  font-weight: 900;
  margin-bottom: 38px;
  font-size: 48px;
  font-size: 4.8rem;
}

@media screen and (max-width: 1500px) {
  .emergency-service__ttl {
    margin-bottom: 20px;
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .emergency-service__ttl {
    margin-bottom: 12px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.emergency-service__ttl span {
  color: #ff6c00;
}

.sec-emergency__flow {
  background: #f5f8fd;
}

.emergency-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 35px;
  padding: 82px 0 56px;
  margin: 0 -17px;
}

@media screen and (max-width: 834px) {
  .emergency-flow__list {
    padding: 50px 0;
    margin: 0;
  }
}

.emergency-flow__item {
  width: 50%;
  padding: 0 17px;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 834px) {
  .emergency-flow__item {
    width: 100%;
    margin-bottom: 35px;
    padding: 0;
  }
  .emergency-flow__item:last-child {
    margin-bottom: 0;
  }
  .emergency-flow__item:last-child:after {
    display: none;
  }
}

.emergency-flow__item:after {
  content: '';
  width: 26px;
  height: 42px;
  position: absolute;
  right: -14px;
  top: 45%;
  z-index: 10;
  background: url("../img/emergency/icon-next.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 834px) {
  .emergency-flow__item:after {
    width: 21px;
    height: 37px;
    right: auto;
    left: 48%;
    -webkit-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    top: auto;
    bottom: -47px;
  }
}

.emergency-flow__ct {
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px 33px;
}

@media screen and (max-width: 1500px) {
  .emergency-flow__ct {
    padding: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .emergency-flow__ct {
    padding: 15px;
  }
}

.emergency-flow__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

@media screen and (max-width: 1200px) {
  .emergency-flow__step {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.emergency-flow__icon {
  width: 120px;
}

@media screen and (max-width: 1200px) {
  .emergency-flow__icon {
    width: 80px;
  }
}

@media screen and (max-width: 834px) {
  .emergency-flow__icon {
    width: 60px;
  }
}

.emergency-flow__txt {
  width: calc(100% - 120px);
  padding-left: 27px;
  color: #000;
  font-weight: 900;
  padding-top: 34px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1500px) {
  .emergency-flow__txt {
    padding-top: 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .emergency-flow__txt {
    padding-left: 10px;
    width: calc(100% - 80px);
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-flow__txt {
    width: calc(100% - 60px);
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 0;
  }
}

@media screen and (max-width: 375px) {
  .emergency-flow__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.emergency-flow__txt span {
  color: #ff6c00;
  line-height: 1;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  display: block;
  margin-bottom: 11px;
  letter-spacing: 1px;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 1500px) {
  .emergency-flow__txt span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .emergency-flow__txt span {
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 375px) {
  .emergency-flow__txt span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.emergency-flow__txt small {
  display: block;
  color: #e00000;
  margin-top: 15px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1500px) {
  .emergency-flow__txt small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .emergency-flow__txt small {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 375px) {
  .emergency-flow__txt small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.emergency-flow__ul {
  margin-top: 23px;
}

.emergency-flow__ul___li {
  margin-bottom: 19px;
}

.emergency-flow__ul___li .tel {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000;
  border-radius: 12px;
  padding: 13px 10px 14px;
  border: 1px solid #dddddd;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 1500px) {
  .emergency-flow__ul___li .tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-flow__ul___li .tel {
    padding: 10px 10px 12px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.emergency-flow__ul___li .tel img {
  width: 40px;
  margin-right: 4px;
}

@media screen and (max-width: 834px) {
  .emergency-flow__ul___li .tel img {
    width: 25px;
    margin-top: -4px;
  }
}

.emergency-flow__ul___li .mail {
  display: block;
  color: #fff;
  background: #ff6c00;
  border-radius: 12px;
  border-bottom: 10px solid #d86416;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .emergency-flow__ul___li .mail {
    padding: 12px 10px 10px;
    border-width: 4px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .emergency-flow__ul___li .mail img {
    margin-top: -4px;
  }
}

.emergency-flow__ul___li p {
  color: #000;
  font-weight: 500;
  padding-left: 5px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1500px) {
  .emergency-flow__ul___li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.emergency-flow__ul___ttl {
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 11px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1500px) {
  .emergency-flow__ul___ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.emergency-flow__ul___ttl span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  background: #ff6c00;
  border-radius: 50%;
  color: #fff;
  margin-right: 12px;
  font-family: "Oswald", sans-serif;
}

.emergency-flow__desc {
  font-weight: 500;
  color: #000;
  line-height: 1.875;
  margin-bottom: 29px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1500px) {
  .emergency-flow__desc {
    line-height: 1.6;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-flow__desc {
    margin-bottom: 15px;
  }
}

.emergency-flow__thumb img {
  width: 100%;
}

.emergency-flow__link {
  display: block;
  background: #e00000;
  border-radius: 12px;
  text-align: center;
  padding: 13px 10px;
  margin-bottom: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1500px) {
  .emergency-flow__link {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .emergency-flow__link {
    padding: 10px 10px 12px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) and (min-width: 835px) {
  .cont-emergency .inner {
    padding-top: 106px !important;
    padding-bottom: 23px !important;
  }
}

.cont-emergency .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1500px) {
  .cont-emergency .ttl {
    display: block;
  }
}

.cont-emergency .ttl b {
  font-weight: 500;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1500px) {
  .cont-emergency .ttl b {
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cont-emergency .title {
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 13px;
  letter-spacing: 1px;
  line-height: 1;
  border-left: 6px solid #000;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .cont-emergency .title {
    border-width: 3px;
    margin-bottom: 12px;
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cont-emergency .img {
  /*width: 40% !important;*/
  border: 0 !important;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .cont-emergency .img img {
    padding: 15px 0;
    border: 1px solid #ddd !important;
    border-radius: 10px;
  }
}

.cont-emergency .name {
  /*width: 60% !important;*/
  padding-left: 6px;
  padding-top: 4px;
}

.cont-emergency .voice .balloon {
  width: 100% !important;
  padding: 17px 3.9% !important;
  line-height: 1.86;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .cont-emergency .voice .balloon {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .cont-emergency .voice .balloon {
    line-height: 1.6;
  }
}

.cont-emergency .voice .balloon span {
  font-size: 19px;
  font-size: 1.9rem;
  margin-bottom: 5px !important;
}

.cont-emergency .voice .balloon span img {
  margin-right: 10px;
}

@media screen and (max-width: 834px) {
  .cont-emergency .voice .balloon span img {
    width: 21px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .cont-emergency .voice .balloon span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.cont-emergency .voice .balloon:before {
  display: none !important;
}

@media screen and (min-width: 835px) {
  .cont-emergency .box-r {
    padding-top: 22px;
  }
  .cont-emergency .box-r .ttl {
    margin-bottom: 31px !important;
  }
  .cont-emergency .box-r .ttl span {
    margin: 0 auto !important;
    padding: 13px 4.25em !important;
  }
}

.emergency-works-ttl {
  text-align: center;
  margin-bottom: 55px;
}

@media screen and (max-width: 834px) {
  .emergency-works-ttl {
    margin-bottom: 25px;
  }
}

.emergency-works-ttl span {
  display: inline-block;
  padding: 0 40px;
  color: #000;
  font-weight: 900;
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
}

.emergency-works-ttl span:before, .emergency-works-ttl span:after {
  content: '';
  width: 39px;
  height: 2px;
  background: #000;
  top: 13px;
  left: -12px;
  position: absolute;
  -webkit-transform: rotate(59deg);
      -ms-transform: rotate(59deg);
          transform: rotate(59deg);
}

@media screen and (max-width: 834px) {
  .emergency-works-ttl span:before, .emergency-works-ttl span:after {
    width: 20px;
    left: -24px;
    top: 10px;
  }
}

.emergency-works-ttl span:after {
  left: auto;
  right: -3px;
  -webkit-transform: rotate(-59deg);
      -ms-transform: rotate(-59deg);
          transform: rotate(-59deg);
}

@media screen and (max-width: 834px) {
  .emergency-works-ttl span:after {
    right: -17px;
  }
}

@media screen and (max-width: 834px) {
  .emergency-works-ttl span {
    padding: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .emergency-works-ttl span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 835px) {
  .emergency-works__inner {
    padding: 0  15px !important;
  }
  .sec-emergency__works {
    padding-bottom: 115px;
  }
}

.page-officialtrip .breadcrumb {
  margin-bottom: 0;
}

.page-officialtrip .sec-works .inner {
  padding-top: 0 !important;
}

.officialtrip-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .officialtrip-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.officialtrip-top__img {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .officialtrip-top__img {
    width: 100%;
  }
}

.officialtrip-top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.officialtrip-top__mw {
  max-width: 535px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .officialtrip-top__mw {
    max-width: 100%;
  }
}

.officialtrip-top__txt {
  padding: 8px 15px 31px;
  width: 50%;
  background: url("../img/officialtrip/bg-01.png") center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .officialtrip-top__txt {
    padding: 10px;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-top__txt {
    padding: 25px 15px;
    width: 100%;
  }
}

.officialtrip-top__ttl {
  line-height: 1.2;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-top__ttl {
    margin-bottom: 25px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-top__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.officialtrip-top__ttl small {
  display: inline-block;
  color: #29ac7b;
  background: #fff;
  font-weight: 900;
  line-height: 1.2;
  padding: 3px 9px 7px 10px;
  letter-spacing: 0.75px;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-top__ttl small {
    letter-spacing: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-top__ttl small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.officialtrip-top__ttl span {
  display: block;
  color: #fff;
  line-height: 1.2;
  margin-top: 24px;
  letter-spacing: 0.75px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-top__ttl span {
    letter-spacing: 0;
    margin-top: 12px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-top__ttl span {
    margin-bottom: 3px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 375px) {
  .officialtrip-top__ttl span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.officialtrip-top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4px -27px;
}

.officialtrip-top__list li {
  width: 33.33%;
  padding: 0 4px;
  margin-bottom: 27px;
}

@media screen and (max-width: 834px) {
  .officialtrip-top__list li {
    width: 50%;
  }
}

.officialtrip-top__list li.active .officialtrip-top__item {
  padding: 15px 6px;
  line-height: 1.5;
  display: block;
  background: #ffcc00;
}

.officialtrip-top__item {
  background: #fff;
  border-radius: 18px;
  min-height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  text-align: center;
  font-weight: bold;
  line-height: 1.33;
  padding: 22px 5px 10px;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .officialtrip-top__item {
    padding: 25px 5px 10px;
  }
}

@media screen and (max-width: 1200px) {
  .officialtrip-top__item {
    padding: 15px 5px;
    min-height: 80px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 990px) {
  .officialtrip-top__item {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.officialtrip-top__item small {
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -23px;
  background: #005aff;
  width: 46px;
  height: 46px;
  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;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-top__item small {
    width: 30px;
    height: 30px;
    top: -15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.officialtrip-top__item span {
  display: inline-block;
  color: #005aff;
  font-weight: 900;
  width: auto;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-top__item span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.officialtrip-severe__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 6px solid #ffb681;
  border-radius: 15px;
  padding: 24px 55px 12px;
  background: #ffefe4;
}

@media screen and (max-width: 1500px) {
  .officialtrip-severe__box {
    padding: 20px 20px 15px;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-severe__box {
    padding: 20px 15px;
    border-width: 3px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.officialtrip-severe__img {
  width: 290px;
  margin-top: -55px;
}

@media screen and (max-width: 1200px) {
  .officialtrip-severe__img {
    width: 220px;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-severe__img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .officialtrip-severe__img img {
    width: 250px;
  }
}

.officialtrip-severe__ct {
  width: calc(100% - 290px);
  padding-left: 11px;
}

@media screen and (max-width: 1200px) {
  .officialtrip-severe__ct {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-severe__ct {
    width: 100%;
    padding-left: 0;
  }
}

.officialtrip-severe__ct p {
  color: #000000;
  font-weight: bold;
  line-height: 1.667;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-severe__ct p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-severe__ct p {
    line-height: 1.4;
  }
}

.officialtrip-severe__ttl {
  color: #e96300;
  font-weight: 900;
  margin-bottom: 28px;
  letter-spacing: -1.5px;
  font-size: 36px;
  font-size: 3.6rem;
}

@media screen and (max-width: 1500px) {
  .officialtrip-severe__ttl {
    letter-spacing: 0;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  .officialtrip-severe__ttl {
    margin-bottom: 15px;
    letter-spacing: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-severe__ttl {
    line-height: 1.2;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.officialtrip-severe__ttl span {
  color: #f20101;
  display: block;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1500px) {
  .officialtrip-severe__ttl span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .officialtrip-severe__ttl span {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-severe__ttl span {
    line-height: 1.4;
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 375px) {
  .officialtrip-severe__ttl span {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.officialtrip-severe__ttl span b {
  color: #000;
  font-weight: 900;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1500px) {
  .officialtrip-severe__ttl span b {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .officialtrip-severe__ttl span b {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-severe__ttl span b {
    line-height: 1.4;
  }
}

.officialtrip-feature__heading {
  text-align: center;
  color: #00a560;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 103px;
  letter-spacing: -2px;
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-feature__heading {
    letter-spacing: 0;
    margin-bottom: 50px;
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__heading {
    margin-bottom: 35px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.officialtrip-feature__heading small {
  line-height: 1.2;
  display: inline-block;
  color: #000000;
  font-weight: 900;
  position: relative;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-feature__heading small {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__heading small {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.officialtrip-feature__heading small:before, .officialtrip-feature__heading small:after {
  content: '';
  width: 39px;
  height: 2px;
  background: #000;
  top: 43px;
  left: -33px;
  position: absolute;
  -ms-transform: rotate(59deg);
  -webkit-transform: rotate(74deg);
          transform: rotate(74deg);
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__heading small:before, .officialtrip-feature__heading small:after {
    width: 20px;
    left: -24px;
    top: 18px;
  }
}

.officialtrip-feature__heading small:after {
  left: auto;
  right: -34px;
  -webkit-transform: rotate(-74deg);
      -ms-transform: rotate(-74deg);
          transform: rotate(-74deg);
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__heading small:after {
    right: -17px;
  }
}

.officialtrip-feature__heading small b {
  display: inline-block;
  color: #ff6b00;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-size: 5rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-feature__heading small b {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__heading small b {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.officialtrip-feature__heading span {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-feature__heading span {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__heading span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.officialtrip-feature__list {
  background: #fff;
  border-radius: 22px;
  padding: 75px 81px 94px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width: 1500px) {
  .officialtrip-feature__list {
    padding: 70px 30px;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__list {
    padding: 35px 15px;
  }
}

.officialtrip-feature__item {
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__item {
    margin-bottom: 50px;
  }
}

.officialtrip-feature__item:last-child {
  margin-bottom: 0;
}

.officialtrip-feature__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 36px;
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}

.officialtrip-feature__number {
  width: 155px;
  height: 155px;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
  font-size: 90px;
  font-size: 9rem;
  background: -webkit-gradient(linear, right top, left top, from(#2fb383), to(#098450));
  background: -o-linear-gradient(right, #2fb383 0%, #098450 100%);
  background: linear-gradient(-90deg, #2fb383 0%, #098450 100%);
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__number {
    width: 90px;
    height: 90px;
    padding: 12px 5px;
    margin: 0 auto 12px;
    font-size: 45px;
    font-size: 4.5rem;
  }
}

.officialtrip-feature__number span {
  display: block;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__number span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.officialtrip-feature__ct {
  width: calc(100% - 155px);
  padding-left: 27px;
  padding-bottom: 4px;
  color: #000;
  font-weight: 900;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-feature__ct {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__ct {
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .officialtrip-feature__ct {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.officialtrip-feature__ct span {
  line-height: 1.6;
  letter-spacing: -2px;
  color: #ff6c00;
  margin-top: 5px;
  font-size: 34px;
  font-size: 3.4rem;
  border-bottom: 5px solid #ff6c00;
  padding-bottom: 4px;
  display: inline;
}

@media screen and (max-width: 990px) {
  .officialtrip-feature__ct span {
    letter-spacing: 0;
    border-width: 3px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__ct span {
    padding-bottom: 0;
    border-width: 2px;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 375px) {
  .officialtrip-feature__ct span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.officialtrip-feature__txt {
  color: #000000;
  font-weight: 500;
  line-height: 1.875;
  margin-bottom: 34px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 990px) {
  .officialtrip-feature__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__txt {
    line-height: 1.6;
    margin-bottom: 25px;
  }
}

.officialtrip-feature__img {
  width: calc(100% + 37px);
  margin-left: -37px;
}

@media screen and (max-width: 1200px) {
  .officialtrip-feature__img {
    margin-left: 0;
    width: 100%;
  }
}

.officialtrip-feature__img img {
  width: 100%;
}

.officialtrip-feature__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.officialtrip-feature__thumb {
  width: 48%;
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__thumb {
    width: 100%;
    margin-bottom: 20px;
  }
}

.officialtrip-feature__thumb img {
  width: 100%;
}

.officialtrip-feature__right {
  width: 52%;
  padding-left: 40px;
  padding-top: 10px;
}

@media screen and (max-width: 990px) {
  .officialtrip-feature__right {
    padding-left: 20px;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__right {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.officialtrip-feature__ttl {
  color: #ff6c00;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
  margin-bottom: 26px;
  line-height: 1.2;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 990px) {
  .officialtrip-feature__ttl {
    margin-bottom: 15px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__ttl {
    padding-left: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.officialtrip-feature__ul {
  margin-bottom: 18px;
}

.officialtrip-feature__ul li {
  color: #000000;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
}

@media screen and (max-width: 990px) {
  .officialtrip-feature__ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__ul li {
    padding-left: 14px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.officialtrip-feature__ul li:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #005aff;
  border-radius: 50%;
  left: 0;
  top: 3px;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__ul li:before {
    width: 10px;
    height: 10px;
    top: 5px;
  }
}

.officialtrip-feature__p {
  color: #000;
  font-weight: 500;
  line-height: 2.14;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 990px) {
  .officialtrip-feature__p {
    line-height: 1.6;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.officialtrip-feature__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -7px;
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__option {
    margin: 0 -5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.officialtrip-feature__option li {
  width: 25%;
  padding: 0 1px;
}

@media screen and (max-width: 834px) {
  .officialtrip-feature__option li {
    margin-bottom: 10px;
    width: 50%;
    padding: 0 2px;
  }
}

.officialtrip-step__heading {
  text-align: center;
  margin-bottom: 67px;
  padding-right: 75px;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__heading {
    padding-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-step__heading {
    margin-bottom: 35px;
  }
}

.officialtrip-step__heading img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__heading img {
    max-width: 450px;
  }
}

.officialtrip-step__list {
  position: relative;
}

.officialtrip-step__list:before {
  content: '';
  background: #ff6c00;
  height: 87%;
  left: 128px;
  width: 5px;
  top: 100px;
  position: absolute;
}

@media screen and (max-width: 1500px) {
  .officialtrip-step__list:before {
    left: 99px;
  }
}

@media screen and (max-width: 990px) {
  .officialtrip-step__list:before {
    left: 93px;
  }
}

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

.officialtrip-step__item {
  background: #fff;
  margin-bottom: 59px;
  border-radius: 20px;
  padding: 50px 50px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1500px) {
  .officialtrip-step__item {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 990px) {
  .officialtrip-step__item {
    padding: 50px 15px;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-step__item {
    padding: 35px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1501px) {
  .officialtrip-step__item02 {
    padding: 85px 50px 41px;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-step__item02 {
    margin-bottom: 0;
  }
}

.officialtrip-step__icon {
  width: 160px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .officialtrip-step__icon {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .officialtrip-step__icon img {
    width: 140px;
  }
}

.officialtrip-step__ct {
  padding: 45px 0 0 34px;
  width: calc(100% - 160px);
}

@media screen and (max-width: 990px) {
  .officialtrip-step__ct {
    padding: 30px 0 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-step__ct {
    width: 100%;
    padding: 0;
  }
}

.officialtrip-step__ttl {
  color: #000000;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 28px;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-step__ttl {
    position: relative;
    padding-left: 60px;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 375px) {
  .officialtrip-step__ttl {
    margin-bottom: 12px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.officialtrip-step__ttl span {
  display: block;
  color: #ff6c00;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-family: "Oswald", sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__ttl span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-step__ttl span {
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-step__ttl img {
    width: 50px;
    left: 0;
    position: absolute;
    top: 50%;
    margin-top: -25px;
  }
}

.officialtrip-step__txt {
  color: #000;
  font-weight: bold;
  position: relative;
  padding-left: 19px;
  margin-bottom: 20px;
  letter-spacing: 0.8px;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-step__txt {
    letter-spacing: 0;
    padding-left: 14px;
    line-height: 1.4;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.officialtrip-step__txt:before {
  content: '';
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ff6c00;
  position: absolute;
  left: -3px;
  top: 2px;
}

@media screen and (max-width: 834px) {
  .officialtrip-step__txt:before {
    width: 10px;
    height: 10px;
    left: 0;
    top: 7px;
  }
}

.officialtrip-step__p {
  color: #000;
  line-height: 1.625;
  margin-bottom: 29px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-step__p {
    line-height: 1.4;
    margin-bottom: 20px;
  }
}

.officialtrip-step__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .officialtrip-step__check {
    margin-bottom: 10px;
  }
}

.officialtrip-step__check li {
  margin-right: 10px;
}

.officialtrip-step__check li span {
  display: block;
  border-radius: 5px;
  background: #eeeeee;
  padding: 14px 21px 18px 58px;
  letter-spacing: 1px;
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__check li span {
    padding: 10px 10px 12px 35px;
    margin-bottom: 6px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.officialtrip-step__check li span:before {
  content: '';
  width: 27px;
  height: 27px;
  background: url("../img/officialtrip/icon-check-yellow.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 13px;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__check li span:before {
    width: 18px;
    height: 18px;
    top: 10px;
    left: 10px;
  }
}

.officialtrip-step__note {
  color: #000000;
  font-weight: 500;
  line-height: 1.625;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__note {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.officialtrip-step__note span {
  display: block;
  margin-top: 26px;
  color: #ff6c00;
}

@media screen and (max-width: 1200px) {
  .officialtrip-step__note span {
    margin-top: 12px;
  }
}

.officialtrip-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 37px;
}

@media screen and (max-width: 834px) {
  .officialtrip-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 35px;
  }
}

.officialtrip-contact__item {
  background: #ffcc00;
  border-radius: 5px;
  padding: 25px 15px;
  text-align: center;
  margin-right: 8px;
  width: calc(100%/2 - 4px);
}

.officialtrip-contact__item:nth-child(2) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .officialtrip-contact__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .officialtrip-contact__item:last-child {
    margin-bottom: 0;
  }
}

.officialtrip-contact__item.w100 {
  width: 100%;
  margin: 0;
  padding: 37px 15px;
  min-height: 254px;
}

@media screen and (max-width: 834px) {
  .officialtrip-contact__item.w100 {
    padding: 25px 15px;
    min-height: inherit;
  }
}

.officialtrip-contact__ttl {
  color: #10315e;
  font-weight: 900;
  margin-bottom: 19px;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-contact__ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.officialtrip-contact__ttl span {
  display: block;
  margin-bottom: 10px;
}

.officialtrip-contact__tel {
  max-width: 282px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 10px 8px;
  text-align: center;
  line-height: 1;
  color: #000000;
  font-weight: bold;
  border-radius: 10px;
  font-family: "Oswald", sans-serif;
  display: block;
  background: #fff;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .officialtrip-contact__tel {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.officialtrip-contact__tel img {
  margin-right: 10px;
  margin-top: -5px;
}

.officialtrip-contact__tel span {
  display: block;
  font-weight: 500;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}

.officialtrip-contact__mail {
  color: #ffffff;
  font-weight: bold;
  display: block;
  padding: 10px 20px;
  max-width: 282px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #ff6c00;
  border-radius: 5px;
  border-bottom: 5px solid #da5c00;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  font-size: 2rem;
}

.officialtrip-contact__mail:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid #da5c00;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

@media screen and (max-width: 1200px) {
  .officialtrip-contact__mail {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.officialtrip-contact__mail span {
  display: inline-block;
  color: #ff6c00;
  background: #fff;
  padding: 4px 16px 3px;
  margin-top: 8px;
  border-radius: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .officialtrip-contact__mail span {
    padding: 3px 16px 3px;
  }
}

@media screen and (max-width: 1200px) {
  .officialtrip-contact__mail span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.officialtrip-contact__car {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  max-width: 530px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  padding: 23px 15px;
  letter-spacing: -1px;
  background: #27a978;
  border-bottom: 7px solid #1a875e;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.officialtrip-contact__car:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-width: 3px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

@media screen and (max-width: 1200px) {
  .officialtrip-contact__car {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 834px) {
  .officialtrip-contact__car {
    padding: 15px 10px;
    border-width: 3px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.step-hdd {
  border-radius: 7px;
  background: #eeeeee;
  padding: 97px 40px 19px;
  position: relative;
  margin-bottom: 60px;
}

@media screen and (max-width: 1500px) {
  .step-hdd {
    padding: 56px 20px;
  }
}

@media screen and (max-width: 834px) {
  .step-hdd {
    padding: 40px 15px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1501px) {
  .step-hdd__02 {
    padding: 56px 40px 45px;
    margin-bottom: 56px;
  }
  .step-hdd__02 .step-hdd__ttl {
    top: -22px;
  }
}

.step-hdd__ttl {
  text-align: center;
  display: inline-block;
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  padding: 13px 21px;
  background: #ff6c00;
  top: -15px;
  letter-spacing: -0.75px;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .step-hdd__ttl {
    padding: 8px 10px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 62%;
  }
}

@media screen and (max-width: 834px) {
  .step-hdd__ttl {
    min-width: 95%;
  }
}

@media screen and (max-width: 375px) {
  .step-hdd__ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.step-hdd__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 834px) {
  .step-hdd__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.step-hdd__list {
  width: 46.5%;
}

@media screen and (max-width: 834px) {
  .step-hdd__list {
    width: 100%;
    margin-bottom: 20px;
  }
}

.step-hdd__list li {
  border-radius: 6px;
  background: #fff;
  margin-bottom: 9px;
  letter-spacing: -0.75px;
  padding: 20px 10px 20px 60px;
  position: relative;
  color: #000000;
  font-weight: bold;
  line-height: 1.23;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 1200px) {
  .step-hdd__list li {
    padding: 15px 10px 15px 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .step-hdd__list li {
    padding: 15px 10px 15px 34px;
  }
}

@media screen and (max-width: 375px) {
  .step-hdd__list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.step-hdd__list li:before {
  content: '';
  width: 26px;
  height: 26px;
  background: url("../img/officialtrip/icon-check.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 22px;
}

@media screen and (max-width: 1200px) {
  .step-hdd__list li:before {
    width: 20px;
    height: 20px;
    left: 10px;
    top: 15px;
  }
}

@media screen and (max-width: 834px) {
  .step-hdd__list li:before {
    width: 17px;
    height: 17px;
    top: 16px;
  }
}

@media screen and (max-width: 375px) {
  .step-hdd__list li:before {
    top: 15px;
  }
}

.step-hdd__right {
  padding-left: 40px;
  width: 53.5%;
}

@media screen and (max-width: 1200px) {
  .step-hdd__right {
    padding-left: 20px;
  }
}

@media screen and (max-width: 834px) {
  .step-hdd__right {
    width: 100%;
    padding-left: 0;
  }
}

.step-hdd__img {
  margin-bottom: 19px;
  text-align: center;
  margin-top: -33px;
}

@media screen and (max-width: 1200px) {
  .step-hdd__img {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .step-hdd__img img {
    width: 170px;
  }
}

.step-hdd__txt {
  font-weight: 500;
  color: #000;
  line-height: 1.625;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1200px) {
  .step-hdd__txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.step-hdd__txt span {
  margin-top: 27px;
  display: block;
  line-height: 1.857;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1200px) {
  .step-hdd__txt span {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.step-destination {
  margin-bottom: 61px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #003060;
}

@media screen and (max-width: 834px) {
  .step-destination {
    border-width: 1px;
    margin-bottom: 30px;
  }
}

.step-destination__ttl {
  background: #003060;
  text-align: center;
  color: #fff;
  padding: 24px 10px;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 834px) {
  .step-destination__ttl {
    padding: 14px 10px 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.step-destination__ttl span {
  color: #fff;
  background: #d90000;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: -6px;
  margin-left: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .step-destination__ttl span {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.step-destination__txt {
  color: #000000;
  font-weight: 500;
  line-height: 1.25;
  padding: 43px 15px 54px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .step-destination__txt {
    padding: 25px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.step-destination__txt span {
  margin-top: 19px;
  display: block;
  line-height: 1.57;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 834px) {
  .step-destination__txt span {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.step-destination__txt a {
  color: #000000;
}

.step-destination__list {
  padding: 47px 45px 49px;
}

@media screen and (max-width: 1200px) {
  .step-destination__list {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 834px) {
  .step-destination__list {
    padding: 25px 15px;
  }
}

.step-destination__list li {
  margin-bottom: 22px;
  letter-spacing: -0.25px;
  color: #000000;
  font-weight: 500;
  line-height: 1.333;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 834px) {
  .step-destination__list li {
    padding-left: 12px;
    letter-spacing: 0;
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.step-destination__list li:last-child {
  margin-bottom: 0;
}

.step-destination__list li:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #ff6c00;
  position: absolute;
  top: 3px;
  left: 0;
}

@media screen and (max-width: 834px) {
  .step-destination__list li:before {
    width: 8px;
    height: 8px;
    top: 5px;
  }
}

.sec-officialtrip-severe {
  padding: 111px 0 88px;
}

@media screen and (max-width: 834px) {
  .sec-officialtrip-severe {
    padding: 50px 0;
  }
}

@media screen and (min-width: 1201px) {
  .sec-officialtrip__situation {
    background-position: left 16.4% bottom,right 20.3% bottom;
    padding: 68px 0;
  }
}

.sec-officialtrip__situation:before {
  display: none;
}

.sec-officialtrip__situation .situation-heading {
  margin-bottom: 48px;
}

@media screen and (max-width: 834px) {
  .sec-officialtrip__situation .situation-heading {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 835px) {
  .sec-officialtrip__situation .situation-ct {
    padding: 43px 72px 39px;
  }
  .sec-officialtrip__situation .situation-ul li {
    padding-left: 29px;
  }
  .sec-officialtrip__situation .situation-ul li:before {
    width: 19.5px;
  }
  .sec-officialtrip__situation .situation-item {
    max-width: 560px;
    width: 100%;
    padding: 0;
  }
}

.sec-officialtrip-feature {
  padding: 81px 0 104px;
  background: url("../img/officialtrip/img-03.jpg") top center no-repeat;
  background-size: 1680px 394px;
}

@media screen and (max-width: 834px) {
  .sec-officialtrip-feature {
    padding: 50px 0;
  }
}

.sec-officialtrip-step {
  padding: 71px 0 39px;
  background: #f0f8ff;
}

@media screen and (max-width: 834px) {
  .sec-officialtrip-step {
    padding: 50px 0;
  }
}

.mb0 {
  margin-bottom: 0;
}

.cont-emergency__02 .ttl {
  display: block !important;
  text-align: center;
}

@media screen and (max-width: 1500px) {
  .cont-emergency__02 .ttl {
    text-align: center !important;
  }
}

.page-shop_osaka .c-ttl02 {
  background: #219bff;
}

.page-shop_osaka .c-ttl03 span {
  display: block;
  background-color: #219bff;
}

.page-shop_osaka .mv .mv-txt {
  width: 40%;
  position: absolute;
  top: 10%;
  left: 10%;
  bottom: inherit;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .mv .mv-txt {
    width: 90%;
    left: 0;
    right: 0;
    top: inherit;
    bottom: 10%;
    margin: auto;
  }
}

.page-shop_osaka .sec-bnr {
  background: #219bff;
  padding: 65px 0 30px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-bnr {
    padding: 35px 0 25px;
  }
}

.page-shop_osaka .sec-bnr .bnr-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px;
}

@media screen and (max-width: 640px) {
  .page-shop_osaka .sec-bnr .bnr-block {
    margin: 0 -2px;
  }
}

.page-shop_osaka .sec-bnr .bnr-block .item {
  width: 25%;
  padding: 0 4px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .page-shop_osaka .sec-bnr .bnr-block .item {
    width: 50%;
    margin-bottom: 5px;
    padding: 0 2px;
  }
}

.page-shop_osaka .sec-bnr .bnr-block .item.wide {
  width: 100%;
  margin-bottom: 0;
}

.page-shop_osaka .sec-content {
  background: #e9f6ff;
  padding: 105px 0 75px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-content {
    padding: 40px 0 25px;
  }
}

.page-shop_osaka .sec-content .lp-content {
  border-bottom: 1px solid #d4e1eb;
  margin-bottom: 65px;
  padding-bottom: 55px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-content .lp-content {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
}

.page-shop_osaka .sec-content .lp-content:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-shop_osaka .sec-content .lp-content h2 {
  position: relative;
  color: #ff6c00;
  line-height: 1.3;
  font-weight: 500;
  font-size: 21px;
  font-size: 2.1rem;
  padding-left: 40px;
  margin-top: 50px;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-content .lp-content h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 30px;
    margin-top: 30px;
  }
}

.page-shop_osaka .sec-content .lp-content h2::before {
  content: "“";
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -5px;
  left: 0;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-content .lp-content h2::before {
    font-size: 60px;
    font-size: 6rem;
  }
}

.page-shop_osaka .sec-content .lp-content h2 + p {
  margin-top: 0;
}

.page-shop_osaka .sec-content .lp-content p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 50px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-content .lp-content p {
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-shop_osaka .sec-content .lp-content p:first-of-type {
  margin-top: 0;
}

.page-shop_osaka .sec-content .lp-content strong {
  font-weight: bold;
}

.page-shop_osaka .sec-content .lp-content em {
  font-style: italic;
}

.page-shop_osaka .sec-content .lp-content a {
  text-decoration: underline;
}

.page-shop_osaka .sec-banner {
  padding-bottom: 55px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-banner {
    padding-bottom: 30px;
  }
}

.page-shop_osaka .sec-case .btn-box {
  margin-top: 0;
}

.page-shop_osaka .sec-case .case-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-case .case-list {
    width: 100%;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}

.page-shop_osaka .sec-case .case-list__item {
  margin-bottom: 30px;
  width: 22.5%;
  margin-right: 3.3333%;
}

.page-shop_osaka .sec-case .case-list__item:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-case .case-list__item {
    margin-bottom: 20px;
    margin-right: 4%;
    width: 48%;
  }
  .page-shop_osaka .sec-case .case-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-case .case-list__item {
    width: 100%;
    margin-right: 3%;
    min-width: 193px;
  }
}

.page-shop_osaka .sec-emergency__service {
  background: #FFF url("../img/shop/osaka/point-bg.png") no-repeat center top;
  background-size: 100% auto;
}

.page-shop_osaka .emergency-service {
  padding: 100px 0 55px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .emergency-service {
    padding: 35px 0 20px;
  }
}

.page-shop_osaka .emergency-service__heading span img {
  width: 337px;
}

.page-shop_osaka .emergency-service__ct {
  background: #fff url("../img/shop/osaka/bg.png");
  border: 3px solid #e3e3e3;
  padding: 50px 35px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .emergency-service__ct {
    padding: 15px !important;
  }
}

.page-shop_osaka .emergency-service__ct p.mb {
  margin-bottom: 35px;
}

.page-shop_osaka .emergency-service__top {
  margin-bottom: 0px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .emergency-service__top {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .emergency-service__img {
    margin: 0 0 30px;
  }
}

.page-shop_osaka .emergency-service__left {
  width: 100%;
}

.page-shop_osaka .emergency-service__left span {
  position: relative;
  padding: 0;
  padding-left: 40px;
  color: #f78941;
  background: none;
  border-radius: 0;
  display: block;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .emergency-service__left span {
    padding-left: 26px;
  }
}

.page-shop_osaka .emergency-service__left span::before {
  content: "“";
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .emergency-service__left span::before {
    top: -5px;
    font-size: 50px;
    font-size: 5rem;
  }
}

.page-shop_osaka .emergency-service__number {
  color: #ffe7d7;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
  font-size: 100px;
  font-size: 10rem;
}

@media screen and (max-width: 1500px) {
  .page-shop_osaka .emergency-service__number {
    font-size: 80px;
    font-size: 8rem;
  }
}

@media screen and (max-width: 1200px) {
  .page-shop_osaka .emergency-service__number {
    right: 6px;
    top: -55px;
    font-size: 60px;
    font-size: 6rem;
  }
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .emergency-service__number {
    right: -7px;
    top: -41px;
    font-size: 40px;
    font-size: 4rem;
  }
}

.page-shop_osaka .emergency-service__ttl {
  color: #000;
  position: relative;
  z-index: 2;
}

.page-shop_osaka .emergency-service__ttl span {
  color: #000000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #ff6c00));
  background: -o-linear-gradient(transparent 85%, #ff6c00 85%);
  background: linear-gradient(transparent 85%, #ff6c00 85%);
}

.page-shop_osaka .emergency-flow__item.no-arrow:after {
  display: none;
}

.page-shop_osaka .emergency-flow__ul___ttl {
  margin-bottom: 0px;
}

.page-shop_osaka .emergency-flow__ul___li p {
  line-height: 1.6;
}

.page-shop_osaka .emergency-flow__ul___li p.indent {
  padding-left: 40px;
}

.page-shop_osaka .emergency-flow__ul___li p.mb {
  margin-bottom: 10px;
}

.page-shop_osaka .emergency-flow__ul___li .tel,
.page-shop_osaka .emergency-flow__ul___li .mail {
  margin-top: 10px;
}

.page-shop_osaka .emergency-flow__ul___li .mail {
  position: relative;
  padding: 0;
  background: none;
  border-bottom: 0;
}

.page-shop_osaka .emergency-flow__ul___li .mail:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.page-shop_osaka .emergency-flow__ul___li .mail span {
  position: relative;
  display: block;
  padding: 15px;
  background: #ff6c00;
  border-radius: 12px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-shop_osaka .emergency-flow__ul___li .mail:before {
  left: 0;
  top: 12px;
  background: #d86416;
  border-radius: 12px;
}

.page-shop_osaka .emergency-flow__ul___li .mail:hover span {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}

.page-shop_osaka .emergency-flow__ul___li .mail.green:before {
  background: #1a875e;
}

.page-shop_osaka .emergency-flow__ul___li .mail.green span {
  background: #27a978;
}

.page-shop_osaka .sec-recommend {
  padding: 45px 0 60px;
  background: #ffcc00;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend {
    padding: 35px 0 40px;
  }
}

.page-shop_osaka .sec-recommend .block-recommend {
  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-shop_osaka .sec-recommend .block-recommend__img {
  width: 35.42%;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend .block-recommend__img {
    width: 60%;
    text-align: center;
    margin: 0 auto 20px;
  }
}

.page-shop_osaka .sec-recommend .block-recommend__content {
  width: 64.58%;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend .block-recommend__content {
    width: 100%;
  }
}

.page-shop_osaka .sec-recommend .block-recommend__ttl {
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend .block-recommend__ttl {
    margin-bottom: 25px;
  }
}

.page-shop_osaka .sec-recommend .block-recommend__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend .block-recommend__list {
    margin-bottom: 15px;
  }
}

.page-shop_osaka .sec-recommend .block-recommend__list li {
  position: relative;
  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;
  width: 49.5%;
  height: 63px;
  margin: 0 1% 10px 0;
  background: #FFF;
  padding: 0 20px;
  padding-left: 55px;
  border-radius: 6px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend .block-recommend__list li {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 10px;
    padding-left: 30px;
    height: 55px;
    width: 48.5%;
    margin-right: 2%;
    line-height: 1.3;
  }
}

@media screen and (max-width: 375px) {
  .page-shop_osaka .sec-recommend .block-recommend__list li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.page-shop_osaka .sec-recommend .block-recommend__list li:nth-of-type(2n) {
  margin-right: 0;
}

.page-shop_osaka .sec-recommend .block-recommend__list li i {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-right: 5px;
  color: #005aff;
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend .block-recommend__list li i {
    font-size: 18px;
    font-size: 1.8rem;
    left: 7px;
  }
}

.page-shop_osaka .sec-recommend .block-recommend__list li.last {
  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;
  font-size: 18px;
  font-size: 1.8rem;
  color: #FFF;
  background: #005afd;
  text-align: center;
  padding: 0 20px;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend .block-recommend__list li.last {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-shop_osaka .sec-recommend .block-recommend__list li.last strong {
  color: #ff6c00;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend .block-recommend__list li.last strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.page-shop_osaka .sec-recommend .btn-dent {
  max-width: 475px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-recommend .btn-dent {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-shop_osaka .sec-defect .defect-list__item .ttl .c-txt03.small {
  font-size: 15px;
  font-size: 1.5rem;
}

.page-shop_osaka .sec-works .company-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-shop_osaka .sec-works .company-list li {
  margin-right: 1.875%;
}

.page-shop_osaka .sec-works .company-list li:nth-of-type(5n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-works .company-list li {
    margin-right: 1.3333%;
  }
  .page-shop_osaka .sec-works .company-list li:nth-of-type(5n) {
    margin-right: 1.3333%;
  }
  .page-shop_osaka .sec-works .company-list li:nth-of-type(4n) {
    margin-right: 0;
  }
}

.page-shop_osaka .sec-shop .shop-block .type span {
  display: inline-block;
  border: 2px solid #ff6c00;
  color: #ff6c00;
  text-align: center;
  padding: 2px 15px;
  border-radius: 3px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 5px 5px 0;
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .sec-shop .shop-block .type span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 834px) {
  .page-shop_osaka .emergency-flow__list {
    padding-top: 25px;
  }
}

.page-sitemap {
  padding-bottom: 160px;
}

@media screen and (max-width: 834px) {
  .page-sitemap {
    padding-bottom: 40px;
  }
}

.page-sitemap .inner {
  max-width: 1250px;
}

.page-sitemap .sitemap-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;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  .page-sitemap .sitemap-block {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.page-sitemap .sitemap-block__line {
  width: 28%;
}

@media screen and (max-width: 990px) {
  .page-sitemap .sitemap-block__line {
    width: 31%;
  }
}

@media screen and (max-width: 834px) {
  .page-sitemap .sitemap-block__line {
    width: 100%;
  }
}

.page-sitemap .sitemap-block__item {
  margin-bottom: 79px;
}

@media screen and (max-width: 834px) {
  .page-sitemap .sitemap-block__item {
    margin-bottom: 20px;
  }
}

.page-sitemap .sitemap-block__item.mb60 {
  margin-bottom: 55px;
}

@media screen and (max-width: 834px) {
  .page-sitemap .sitemap-block__item.mb60 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 835px) {
  .page-sitemap .sitemap-block__item a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .page-sitemap .sitemap-block__item a:hover {
    opacity: .7;
  }
}

.page-sitemap .sitemap-block__item > a,
.page-sitemap .sitemap-block__item > span {
  display: block;
  padding-bottom: 12px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  border-bottom: 1px solid #969696;
}

@media screen and (max-width: 640px) {
  .page-sitemap .sitemap-block__item > a,
  .page-sitemap .sitemap-block__item > span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page-sitemap .sitemap-block__subItem {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .page-sitemap .sitemap-block__subItem {
    margin-top: 15px;
  }
}

.page-sitemap .sitemap-block__subItem li {
  margin-top: 13px;
}

@media screen and (max-width: 640px) {
  .page-sitemap .sitemap-block__subItem li {
    margin-top: 10px;
  }
}

.page-sitemap .sitemap-block__subItem a {
  position: relative;
  display: block;
  padding-left: 24px;
}

.page-sitemap .sitemap-block__subItem a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 1px;
}

.page-sitemap .sitemap-block__subItem a:before {
  top: .7em;
  left: 0;
  background: #020202;
}


.topstrong-red{
	text-align: center;
    color: #F00;
    font-weight: bold;
    font-size: 3.8rem;
    padding: 10px;
}
@media screen and (max-width: 640px) {
	.topstrong-red{
		 font-size: 2.2rem;
	}
}
/*# sourceMappingURL=maps/styles.css.map */

.sdgsArea{
 margin: 50px 0px;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sdgsArea .imgArea{
 margin: 0px 50px 0px 0px;
	padding: 0px;
	width: 300px;
}
.sdgsArea .textArea{
 margin: 0px;
	padding: 0px;
	width : -webkit-calc(100% - 360px) ;
 width : calc(100% - 360px) ;
}
.sdgsArea .textArea .title{
 margin-bottom: 20px;
	padding-bottom: 10px;
	color: #b2bc00;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
}
.sdgsArea .textArea .text{
 margin: 0px 0px 15px 0px;
	padding: 0px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
		.sdgsArea{
			margin: 50px 0px;
			padding: 0px;
			display: block;
		}
		.sdgsArea .imgArea{
			margin: 0px 0px 20px 0px;
			padding: 0px;
			width: auto;
			text-align: center;
		}
		.sdgsArea .imgArea img{
		 width: 80%;
		}
		
		.sdgsArea .textArea{
			margin: 0px;
			padding: 0px;
			width :auto;
		}
}
