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

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

* {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

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

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

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

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

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

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

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

body {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.4;
  overflow-x: hidden;
}

main {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 66px;
  }
}

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

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

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

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

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

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

/* ====================================================
Control
==================================================== */
.c-fc--white {
  color: white !important;
}
.c-fc--black {
  color: black !important;
}

.c-ft--en {
  font-family: "Lato", sans-serif;
}
.c-fw--lt {
  font-weight: 300 !important;
}
.c-fw--rg {
  font-weight: 400 !important;
}
.c-fw--md {
  font-weight: 500 !important;
}
.c-fw--sbd {
  font-weight: 600 !important;
}
.c-fw--bd {
  font-weight: 700 !important;
}
.c-fw--bk {
  font-weight: 900 !important;
}

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

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

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

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

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

/* ====================================================
Component
==================================================== */
.c-txt__basic {
  font-size: 1.4rem;
  line-height: 1.86;
}
.c-txt__basic01 {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .c-txt__basic01 {
    font-size: 1.4rem;
  }
}

.c-ttl__01 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-ttl__01 span, .c-ttl__01 small {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-ttl__01 span, .c-ttl__01 small {
    display: block;
  }
}
.c-ttl__01 span {
  font-size: 11rem;
  font-weight: 300;
  line-height: 1;
  margin-right: 16px;
  letter-spacing: 7px;
}
@media screen and (max-width: 1024px) {
  .c-ttl__01 span {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__01 span {
    font-size: 4.4rem;
    letter-spacing: 2px;
    margin-right: 8px;
  }
}
.c-ttl__01 small {
  font-size: 2rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .c-ttl__01 small {
    font-size: 1.5rem;
  }
}
.c-ttl__02 {
  text-align: center;
}
.c-ttl__02 span, .c-ttl__02 small {
  color: #fff;
  display: block;
}
.c-ttl__02 span {
  font-size: 8rem;
  font-weight: 300;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 4px;
}
@media screen and (max-width: 1024px) {
  .c-ttl__02 span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl__02 span {
    font-size: 4.4rem;
    margin-bottom: 7px;
  }
}
.c-ttl__02 small {
  font-size: 2rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .c-ttl__02 small {
    font-size: 1.5rem;
  }
}
.c-ttl__03 {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  text-align: center;
  position: relative;
  margin-bottom: 63px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-ttl__03 {
    font-size: 2.6rem;
    line-height: 1.3846153846;
    margin-bottom: 26px;
  }
}
.c-ttl__03:before {
  content: "";
  position: absolute;
  background: black;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-ttl__03:before {
    width: 30px;
  }
}
.c-ttl__04 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-ttl__04 {
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 17px;
  }
}
.c-ttl__04:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 4px;
  height: 23px;
  top: 4px;
  left: 0;
  background: #009CE5;
}
.c-ttl__05 {
  font-size: 3.8rem;
  line-height: 1.5789473684;
  letter-spacing: 5px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-ttl__05 {
    font-size: 2.6rem;
  }
}
.c-ttl__05.c-vertical {
  position: relative;
  padding-bottom: 11px;
}
.c-ttl__05.c-vertical:before {
  content: "";
  position: absolute;
  background: black;
  width: 50px;
  height: 4px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-ttl__05.c-vertical:before {
    width: 30px;
  }
}
.c-ttl__06 {
  position: relative;
  font-weight: 500;
  border-bottom: 1px solid #E0E0E0;
  font-size: 3.4rem;
  padding: 0 0 8px 23px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .c-ttl__06 {
    font-size: 2.3rem;
    padding: 0 0 6px 17px;
    margin-bottom: 16px;
  }
}
.c-ttl__06:before {
  content: "";
  position: absolute;
  background: #E50012;
  width: 4px;
  height: 36px;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl__06:before {
    width: 2px;
    height: 26px;
    top: 4px;
  }
}
.c-ttl__06.blue:before {
  background: #009CE5;
}
.c-btn {
  max-width: 180px;
  width: 100%;
  height: 47px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.4rem;
    height: 40px;
  }
}
.c-btn__01 {
  max-width: 300px;
  height: 60px;
  color: #000;
  border-color: #000;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .c-btn__01 {
    max-width: 280px;
    font-size: 1.8rem;
  }
}
.c-btn__01--white {
  border-color: #fff;
  color: #fff;
}
.c-btn__01--blue {
  border-color: #009CE5;
  color: #009CE5;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 400;
}
.c-btn__03 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.428;
  padding-left: 45px;
  position: relative;
  border-bottom: 1px solid #000000;
  color: #000000;
  padding-bottom: 15px;
}
.c-btn__03:before {
  content: "";
  width: 14px;
  height: 5px;
  background: url("../img/contact/img-arr.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 10px;
}

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

.inner {
  display: block;
  max-width: 1048px;
  padding: 0 24px;
  margin: 0 auto;
}
@media screen and (max-width: 374px) {
  .inner {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1246px) {
  .inner-large {
    max-width: 1366px;
    padding: 0 55px;
  }
}

.mv-heading {
  display: block;
  position: relative;
  z-index: 2;
  line-height: 1;
  color: white;
}
@media screen and (max-width: 767px) {
  .mv-heading {
    text-align: center;
    padding: 0 0 24px;
  }
}
.mv-heading span {
  display: block;
}
.mv-heading .c-ft--en {
  font-size: 8rem;
  font-weight: 300;
  letter-spacing: 7px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mv-heading .c-ft--en {
    font-size: 4.2rem;
    letter-spacing: 4px;
    margin-bottom: 11px;
  }
}
.mv-heading .c-ft--jp {
  font-size: 2rem;
  letter-spacing: 4px;
}
@media screen and (max-width: 767px) {
  .mv-heading .c-ft--jp {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
}
.mv-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.mv-img img {
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: calc(100% - 40px);
  object-fit: cover;
  font-family: "object-fit: cover";
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .mv-img img {
    width: 73.2%;
  }
}
@media screen and (max-width: 767px) {
  .mv-img img {
    width: 100%;
    left: 25px;
    height: calc(100% - 75px);
  }
}
.mv-img:before {
  content: "";
  background: #009ce5;
  width: 73.2%;
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .mv-img:before {
    width: auto;
    right: 0;
  }
}

.link {
  display: inline-flex;
  align-items: center;
  min-width: 200px;
  color: black;
  font-size: 1.4rem;
  position: relative;
  border-bottom: 1px solid #707070;
  padding: 11px 15px 11px 0;
}
.link:before {
  content: "";
  width: 14.5px;
  height: 5px;
  background: url("../img/common/next.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
}
.link--pdf:after {
  display: inline-block;
  content: "";
  width: 20px;
  height: 22px;
  background: url("../img/common/ico-pdf.png") no-repeat;
  background-size: 100%;
  margin-left: 10px;
}

.pagination-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pagination-page {
    font-size: 1.2rem;
  }
}
.pagination-page__prev:before, .pagination-page__next:before {
  content: "";
  width: 14.5px;
  height: 5px;
  position: absolute;
  top: calc(50% - 2px);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pagination-page__prev:before, .pagination-page__next:before {
    top: 20%;
  }
}
.pagination-page__prev {
  display: block;
  color: black;
  position: relative;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 767px) {
  .pagination-page__prev {
    padding: 0 0 0 20px;
  }
}
.pagination-page__prev:before {
  left: 0;
  background: url("../img/common/prev.png") no-repeat;
  background-size: 100%;
}
.pagination-page__next {
  display: block;
  color: black;
  position: relative;
  padding: 0 25px 0 0;
}
@media screen and (max-width: 767px) {
  .pagination-page__next {
    padding: 0 20px 0 0;
  }
}
.pagination-page__next:before {
  right: 0;
  background: url("../img/common/next.png") no-repeat;
  background-size: 100%;
}
.pagination-page__all {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 160px;
  height: 40px;
  background: black;
  color: white;
  margin: 0 31px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .pagination-page__all {
    width: 128px;
    margin: 0 18px;
  }
}
@media screen and (max-width: 374px) {
  .pagination-page__all {
    width: 90px;
    margin: 0 12px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pagination-page__all {
    padding-top: 4px;
  }
}

.nums-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nums-page .wp-pagenavi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.nums-page .wp-pagenavi span, .nums-page .wp-pagenavi a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  line-height: 1;
  width: 40px;
  height: 40px;
  font-family: "Lato", sans-serif;
  color: black;
  border: 1px solid #E0E0E0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 8px;
  font-size: 1.4rem;
}
.nums-page .wp-pagenavi span.current, .nums-page .wp-pagenavi span:hover, .nums-page .wp-pagenavi a.current, .nums-page .wp-pagenavi a:hover {
  border: 1px solid black;
  color: white;
  background: black;
  opacity: 1;
}
.nums-page .wp-pagenavi span.nextpostslink:before, .nums-page .wp-pagenavi span.prevpostslink:before, .nums-page .wp-pagenavi a.nextpostslink:before, .nums-page .wp-pagenavi a.prevpostslink:before {
  content: "";
  width: 14.5px;
  height: 5px;
}
.nums-page .wp-pagenavi span.nextpostslink:before, .nums-page .wp-pagenavi a.nextpostslink:before {
  background: url("../img/common/next.png") no-repeat;
  background-size: 100%;
}
.nums-page .wp-pagenavi span.nextpostslink:hover:before, .nums-page .wp-pagenavi a.nextpostslink:hover:before {
  background: url("../img/common/next-white.png") no-repeat;
  background-size: 100%;
}
.nums-page .wp-pagenavi span.prevpostslink:before, .nums-page .wp-pagenavi a.prevpostslink:before {
  background: url("../img/common/prev.png") no-repeat;
  background-size: 100%;
}
.nums-page .wp-pagenavi span.prevpostslink:hover:before, .nums-page .wp-pagenavi a.prevpostslink:hover:before {
  background: url("../img/common/prev-white.png") no-repeat;
  background-size: 100%;
}

.hidden {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 15;
}
#header .nav-menu {
  max-width: 1196px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 12px;
}
@media screen and (max-width: 767px) {
  #header .nav-menu {
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 27px 24px 100px;
    overflow-y: scroll;
  }
  #header .nav-menu.active {
    display: block;
  }
}
#header .nav-menu .show-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #header .nav-menu .show-menu {
    display: block;
    margin-bottom: 45px;
  }
}
#header .nav-menu .show-menu > .item {
  padding: 2px 15px;
  position: relative;
  width: 14.2857142857%;
  border-right: 1px solid #E8E8E8;
}
@media screen and (max-width: 1024px) {
  #header .nav-menu .show-menu > .item {
    padding: 2px 8px;
  }
}
@media screen and (max-width: 767px) {
  #header .nav-menu .show-menu > .item {
    border-right: none;
  }
}
#header .nav-menu .show-menu > .item:first-of-type {
  border-left: 1px solid #E8E8E8;
}
@media screen and (max-width: 767px) {
  #header .nav-menu .show-menu > .item:first-of-type {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  #header .nav-menu .show-menu > .item {
    border-bottom: 1px solid #E0E0E0;
    width: 100%;
    padding: 17px 0;
  }
}
#header .nav-menu .show-menu > .item > a {
  display: block;
  font-size: 1.4rem;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #header .nav-menu .show-menu > .item > a {
    text-align: center;
    position: relative;
    font-size: 1.6rem;
    text-align: left;
  }
  #header .nav-menu .show-menu > .item > a:after {
    content: "";
    display: block;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
  }
}
#header .mobile-icon {
  width: 30px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 12;
  display: none;
}
@media screen and (max-width: 767px) {
  #header .mobile-icon {
    display: block;
  }
}
#header .mobile-icon span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
#header .mobile-icon span:before, #header .mobile-icon span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transition: transform 0.3s;
}
#header .mobile-icon span:before {
  transform: translateY(-250%);
  top: -4px;
}
#header .mobile-icon span:after {
  transform: translateY(250%);
  bottom: -4px;
}
#header .mobile-icon.mobile-close span {
  background-color: transparent;
}
#header .mobile-icon.mobile-close span:before, #header .mobile-icon.mobile-close span:after {
  width: 100%;
  background: #000;
}
#header .mobile-icon.mobile-close span:before {
  transform: translateY(0) rotate(20deg);
  top: 2px;
}
#header .mobile-icon.mobile-close span:after {
  transform: translateY(0) rotate(-20deg);
  bottom: -2px;
}

.hd__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 100px;
}
@media screen and (max-width: 1245px) {
  .hd__top {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .hd__top {
    padding: 17px 17px 24px;
  }
}
.hd__logo {
  width: 488px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .hd__logo {
    width: 284px;
  }
}
.hd__logo span:first-of-type {
  width: 125px;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .hd__logo span:first-of-type {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .hd__logo span:first-of-type {
    width: 87px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 374px) {
  .hd__logo span:first-of-type {
    width: 60px;
    margin-right: 5px;
  }
}
.hd__logo span.slogan {
  position: relative;
  width: 350px;
  top: 3px;
}
@media screen and (max-width: 1024px) {
  .hd__logo span.slogan {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  .hd__logo span.slogan {
    width: 182px;
  }
}
@media screen and (max-width: 374px) {
  .hd__logo span.slogan {
    width: 160px;
  }
}

.box-control li a {
  width: 150px;
  height: 42px;
  border: 1px solid;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 300;
  color: #E50012;
}
@media screen and (max-width: 767px) {
  .box-control li a {
    width: 158px;
    height: 50px;
  }
}
.box-control li:first-of-type a {
  border-color: #449BDF;
}
.box-control li:last-of-type {
  margin-left: 10px;
  margin-bottom: 0;
}
.box-control li:last-of-type a {
  border-color: #E50012;
  justify-content: flex-start;
  padding-left: 17px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .box-control li:last-of-type a {
    padding-left: 22px;
  }
}
.box-control li:last-of-type a span {
  margin-right: 8px;
}
.box-control li:last-of-type a span:last-of-type {
  margin-right: 0;
}
.box-control__header {
  width: calc(100% - 488px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .box-control__header {
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
}
.box-control__footer {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .box-control__footer {
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.box-control__footer li {
  margin-bottom: 15px;
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .box-control__footer li {
    margin-bottom: 0;
  }
}

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

#footer {
  padding: 50px 0 17px;
  background: #F0F0F0;
}
@media screen and (max-width: 767px) {
  #footer {
    padding: 23px 0;
  }
}

.ft {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .ft {
    margin-bottom: 33px;
  }
}
.ft__infor {
  width: 255px;
  border-right: 1px solid #DDDDDD;
  padding-left: 45px;
}
@media screen and (max-width: 1245px) {
  .ft__infor {
    width: 200px;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .ft__infor {
    width: 327px;
    padding-left: 0;
    order: 2;
    border-right: none;
    margin: 0 auto;
  }
}
.ft__logo {
  max-width: 183px;
  width: 100%;
  display: block;
  margin-bottom: 87px;
}
@media screen and (max-width: 767px) {
  .ft__logo {
    margin: 0 auto 25px;
  }
}
.ft__nav {
  width: calc(100% - 255px);
  padding-left: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1245px) {
  .ft__nav {
    padding-left: 20px;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 990px) {
  .ft__nav {
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .ft__nav {
    width: 100%;
    padding-left: 0;
    order: 1;
    margin-bottom: 30px;
  }
}
.ft__nav-block {
  width: 20%;
  padding-right: 15px;
}
@media screen and (max-width: 990px) {
  .ft__nav-block {
    width: 33.33%;
    margin-bottom: 30px;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .ft__nav-block {
    width: 100%;
    margin-bottom: 0;
  }
}
.ft__nav-block:last-of-type {
  padding-right: 0;
}
.ft__nav-item {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .ft__nav-item {
    margin-bottom: 0;
    padding: 17px 0;
    border-bottom: 1px solid #DDDDDD;
  }
}
.ft__nav-item:last-of-type {
  margin-bottom: 0;
}
.ft__nav-item.active .ft__nav-ttl:after {
  transform: translateY(-50%) rotate(45deg);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ft__nav-item--contact .ft__nav-ttl::after {
  display: none;
}
.ft__nav-ttl {
  font-size: 1.4rem;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .ft__nav-ttl {
    margin-bottom: 0;
    font-size: 1.6rem;
    position: relative;
  }
  .ft__nav-ttl:after {
    content: "";
    display: block;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
.ft__nav-ttl a {
  color: #000;
}
@media screen and (max-width: 767px) {
  .ft__nav-list {
    padding-top: 16px;
    display: none;
  }
}
.ft__nav-list li {
  margin-bottom: 8px;
}
.ft__nav-list li:last-of-type {
  margin-bottom: 0;
}
.ft__nav-list li a {
  font-size: 1.2rem;
  color: #888888;
  display: block;
}
@media screen and (max-width: 767px) {
  .ft__nav-list li a {
    font-size: 1.4rem;
  }
}
.ft__nav-list li.other span {
  font-size: 1.2rem;
  color: #000;
  display: block;
}
@media screen and (max-width: 767px) {
  .ft__nav-list li.other span {
    font-size: 1.4rem;
  }
}

.sec-contact-top {
  padding: 66px 0;
  background: url("../img/common/bg-contact.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec-contact-top {
    padding: 21px 0 25px;
    background: url("../img/common/bg-contact-sp.jpg") no-repeat center/cover;
  }
}

.contact-top {
  max-width: 712px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .contact-top {
    max-width: 280px;
  }
}
.contact-top__txt {
  width: calc(100% - 320px);
  padding-right: 15px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .contact-top__txt {
    width: calc(100% - 280px);
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 640px) {
  .contact-top__txt {
    width: 100%;
    margin-bottom: 19px;
    text-align: center;
  }
}
.contact-top__txt small {
  font-size: 1.6rem;
  letter-spacing: 0.7px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .contact-top__txt small {
    font-size: 1.4rem;
  }
}
.contact-top__btn {
  width: 320px;
  height: 68px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-top__btn {
    width: 280px;
  }
}
@media screen and (max-width: 640px) {
  .contact-top__btn {
    width: 100%;
    height: 60px;
  }
}
.contact-top__btn span {
  margin-right: 13px;
  left: -6px;
  letter-spacing: 2px;
  position: relative;
}
.contact-top__btn span:last-of-type {
  margin-right: 0;
}

.copy-right {
  text-align: center;
  font-size: 1rem;
}

.slider-home {
  height: calc(100vh - 110px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .slider-home {
    height: calc(100vh - 66px);
  }
}
.slider-home .item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 6s ease;
  z-index: 1;
  background: black;
  transform: translateX(0) scale(1);
}
.slider-home .item.first {
  transform: translateX(0) scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
.slider-home .item.first-next {
  transform: translateX(5%) scale(0.9);
  opacity: 0;
  visibility: hidden;
}
.slider-home .item.first-prev {
  transform: translateX(0) scale(1);
  z-index: 2;
}
.slider-home .item.zoom {
  animation-name: zoom;
  animation-duration: 5s;
}
.slider-home__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vh - 110px);
}
@media screen and (max-width: 767px) {
  .slider-home__img {
    height: calc(100vh - 66px);
  }
}
.slider-home__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: calc(100vh - 110px);
}
@media screen and (max-width: 767px) {
  .slider-home__img img {
    height: calc(100vh - 66px);
  }
}

@keyframes zoom {
  from {
    opacity: 0;
    transform: translateX(5%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.sec-mv-top {
  overflow: hidden;
}

.mv-top__cnt {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
@media screen and (max-height: 375px) {
  .mv-top__cnt {
    top: 37%;
  }
}
@media screen and (max-width: 767px) {
  .mv-top__cnt .inner {
    padding: 0 36px;
  }
}
.mv-top__ttl span, .mv-top__ttl small {
  display: block;
  color: #fff;
}
.mv-top__ttl span {
  font-size: 6.5rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 43px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .mv-top__ttl span {
    font-size: 4rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
}
.mv-top__ttl small {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 13px;
}
@media screen and (max-width: 767px) {
  .mv-top__ttl small {
    font-size: 1.4rem;
    letter-spacing: 7px;
  }
}
.mv-top__ttl small strong {
  font-size: 3.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mv-top__ttl small strong {
    font-size: 1.9rem;
  }
}

.sec-news-top {
  z-index: 5;
}

.news-top {
  position: relative;
  padding: 60px 0 132px;
}
@media screen and (max-width: 1024px) {
  .news-top {
    padding: 0 0 65px;
  }
}
.news-top__heading {
  padding: 50px 70px 65px;
  background: #009CE5;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 2;
  width: 320px;
}
@media screen and (max-width: 1245px) {
  .news-top__heading {
    width: 280px;
    padding: 25px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .news-top__heading {
    top: 0;
    transform: translateY(-50%);
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .news-top__heading {
    width: 230px;
    padding: 16px 35px 30px;
  }
}
.news-top__ttl {
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .news-top__ttl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
}
.news-top__ttl span, .news-top__ttl small {
  display: block;
  color: #fff;
}
.news-top__ttl span {
  font-size: 4rem;
  font-weight: 300;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .news-top__ttl span {
    font-size: 3rem;
    margin-right: 12px;
    letter-spacing: 1px;
  }
}
.news-top__ttl small {
  font-size: 1.6rem;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 767px) {
  .news-top__ttl small {
    font-size: 1.2rem;
  }
}
.news-top__cnt {
  width: 79%;
  margin-left: auto;
  margin-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1245px) {
  .news-top__cnt {
    width: 72%;
  }
}
@media screen and (max-width: 1024px) {
  .news-top__cnt {
    width: 100%;
    margin-top: -47px;
  }
}
.news-top__block {
  width: 47.46%;
}
@media screen and (max-width: 767px) {
  .news-top__block {
    width: 100%;
    margin-bottom: 24px;
  }
  .news-top__block:last-of-type {
    margin-bottom: 0;
  }
}
.news-top__block-ttl {
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: 500;
  padding-left: 13px;
  padding-bottom: 8px;
  margin-bottom: 17px;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.news-top__block-ttl:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 16px;
  top: 4px;
  left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-top__block-ttl:before {
    top: 2px;
  }
}
.news-top__block-ttl.jobs:before {
  background: #009CE5;
}
.news-top__block-ttl.news:before {
  background: #E50012;
}
.news-top__block-list .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .news-top__block-list .item {
    margin-bottom: 16px;
  }
}
.news-top__block-list .item:last-of-type {
  margin-bottom: 0;
}
.news-top__block-list .item .date {
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  margin-right: 9px;
  padding-top: 2px;
}
.news-top__block-list .item .txt {
  font-size: 1.4rem;
  color: #000;
  height: 20px;
  overflow: hidden;
  letter-spacing: 0.5px;
}

.sec-about-top {
  padding-bottom: 208px;
}
@media screen and (max-width: 767px) {
  .sec-about-top {
    padding: 0;
  }
}

.about-top__img {
  height: 580px;
  background: url("../img/index/img-about.jpg") no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .about-top__img {
    height: 250px;
    background: url("../img/index/img-about-sp.jpg") no-repeat top center/cover;
  }
}
.about-top__cnt {
  max-width: 637px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1367px) {
  .about-top__cnt {
    max-width: 46.63%;
  }
}
@media screen and (max-width: 767px) {
  .about-top__cnt {
    max-width: 87.2%;
    position: relative;
    bottom: auto;
    top: 0;
    margin: -100px auto 0;
  }
}
.about-top__cnt .c-ttl__01 {
  padding-left: 20px;
  margin-bottom: -12px;
}
@media screen and (max-width: 767px) {
  .about-top__cnt .c-ttl__01 {
    padding-left: 12px;
    margin-bottom: -7px;
  }
}
.about-top__desc {
  padding-top: 36px;
  padding-bottom: 93px;
  line-height: 2.28;
  position: relative;
  z-index: 2;
  background: #fff;
}
.about-top__desc:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 568px;
  height: 360px;
  background: url("../img/index/after-about.png") no-repeat center/cover;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .about-top__desc {
    padding-top: 14px;
    padding-bottom: 80px;
  }
  .about-top__desc:after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 327px;
    height: 270px;
    background: url("../img/index/after-about-sp.png") no-repeat center/cover;
    right: -7.5%;
  }
}
.about-top__desc p {
  text-align: justify;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .about-top__desc p {
    margin-bottom: 22px;
  }
}
.about-top__desc .c-btn {
  margin: 0 auto;
}
.about-top__desc .wp {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .about-top__desc .wp {
    max-width: 85.62%;
  }
}
.about-top__ttl {
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .about-top__ttl {
    font-size: 2.2rem;
    letter-spacing: 7px;
    left: 15px;
    position: relative;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 374px) {
  .about-top__ttl {
    font-size: 1.9rem;
  }
}
.about-top__ttl span {
  color: #E50012;
}

.sec-recruit a {
  display: block;
  padding: 180px 0 190px;
  background: url("../img/index/img-recruit.jpg") no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  .sec-recruit a {
    padding: 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit a {
    background: url("../img/index/img-recruit-sp.jpg") no-repeat center/cover;
    padding: 64px 0;
  }
}

.sec-product {
  overflow: hidden;
  padding: 64px 0 74px;
  background: url("../img/index/bg-product.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec-product {
    padding: 52px 0 64px;
    background: url("../img/index/bg-product-sp.jpg") no-repeat center/cover;
  }
}
.sec-product .c-btn__01 {
  margin: 0 auto;
}
.sec-product .c-ttl__01 {
  margin-left: -13px;
  margin-bottom: -13px;
}
@media screen and (max-width: 1024px) {
  .sec-product .c-ttl__01 {
    margin-left: 0;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 767px) {
  .sec-product .c-ttl__01 {
    display: block;
    margin-left: 0;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sec-product .c-ttl__01 span {
    display: block;
    margin-bottom: 7px;
  }
}

.product__slider {
  margin: 0 -15px 67px -15px;
  padding-left: 120px;
}
@media screen and (max-width: 1024px) {
  .product__slider {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product__slider {
    margin: 0 -10px 38px;
    padding-left: 24px;
  }
}
.product__slider .slick-list {
  padding-right: 21.8%;
}
@media screen and (max-width: 767px) {
  .product__slider .slick-list {
    padding-right: 14.2%;
  }
}
.product__slider .item {
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .product__slider .item {
    padding: 0 10px;
  }
}
.product__slider .item__infor {
  background: #fff;
  padding: 37px 45px 34px;
}
@media screen and (max-width: 767px) {
  .product__slider .item__infor {
    padding: 25px 20px 17px;
  }
}
.product__slider .item__number {
  display: block;
  font-size: 4rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #009CE5;
  position: relative;
  top: -57px;
  margin-bottom: -40px;
}
@media screen and (max-width: 767px) {
  .product__slider .item__number {
    font-size: 3.2rem;
    top: -42px;
  }
}
.product__slider .item__ttl {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 13px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .product__slider .item__ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.product__slider .item .c-txt__basic {
  min-height: 72px;
}
.product__slider .slick-arrow {
  width: 80px;
  height: 80px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .product__slider .slick-arrow {
    width: 40px;
    height: 40px;
    top: -76px;
  }
}
.product__slider .slick-arrow:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .product__slider .slick-arrow:before {
    width: 40px;
    height: 40px;
  }
}
.product__slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.product__slider .slick-arrow.slick-prev {
  left: 15px;
  background: url("../img/index/prev.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .product__slider .slick-arrow.slick-prev {
    left: auto;
    right: 80px;
  }
}
.product__slider .slick-arrow.slick-next {
  right: 15px;
  background: url("../img/index/next.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .product__slider .slick-arrow.slick-next {
    right: 34px;
  }
}

.sec-styles {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .sec-styles {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .sec-styles .c-btn {
    margin: 0 auto;
  }
}

.styles-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .styles-top {
    align-items: center;
    margin-bottom: 40px;
  }
}
.styles-top__img {
  width: 31.18%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .styles-top__img {
    width: 46.13%;
  }
}
.styles-top__img:first-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .styles-top__img:first-of-type {
    margin-top: 0;
    margin-bottom: -15px;
  }
}
.styles-top__img img {
  width: 100%;
}
.styles-top__label {
  font-family: "Lato", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  color: #E50012;
  writing-mode: tb-rl;
  position: absolute;
  top: -29px;
  right: -21px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .styles-top__label {
    font-size: 2.2rem;
    top: -16px;
    right: -10px;
    letter-spacing: 1px;
  }
}
.styles-top__cnt {
  width: 37.64%;
  padding: 29px 15px 0;
}
@media screen and (max-width: 767px) {
  .styles-top__cnt {
    width: 53.87%;
    padding-top: 11px;
  }
}
.styles-top__cnt .wp {
  max-width: 305px;
  width: 100%;
  margin: 0 auto;
}
.styles-top__cnt .c-txt__basic {
  line-height: 2.15;
}
.styles-top__cnt-top .wp {
  max-width: 212px;
}
.styles-top__cnt-bottom {
  padding-top: 37px;
}
.styles-top__cnt-bottom .wp {
  max-width: 130px;
  position: relative;
  left: -11px;
}
@media screen and (max-width: 374px) {
  .styles-top__cnt-bottom .wp {
    left: 0;
  }
}
.styles-top__cnt-bottom .wp .c-txt__basic {
  line-height: 2.28;
}
.styles-top__ttl {
  margin-bottom: 40px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .styles-top__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .styles-top__ttl {
    margin-bottom: 40px;
  }
}
.styles-top__ttl small, .styles-top__ttl span {
  display: block;
}
.styles-top__ttl small {
  width: 100%;
  font-size: 2rem;
  position: relative;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 26px;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .styles-top__ttl small {
    margin-bottom: 17px;
    padding-top: 27px;
    letter-spacing: 2px;
    font-size: 1.5rem;
  }
}
.styles-top__ttl small:before {
  content: "";
  position: absolute;
  background: black;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .styles-top__ttl small:before {
    width: 30px;
  }
}
.styles-top__ttl span {
  font-size: 4.9rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 20px;
  position: relative;
  left: 12px;
}
@media screen and (max-width: 1024px) {
  .styles-top__ttl span {
    font-size: 3.5rem;
    letter-spacing: 15px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .styles-top__ttl span {
    font-size: 2.6rem;
    line-height: 1.7;
    letter-spacing: 10px;
  }
}
@media screen and (max-width: 374px) {
  .styles-top__ttl span {
    font-size: 2.2rem;
  }
}
.styles-top__ttl span strong {
  color: #E50012;
}
.styles-top .c-txt__basic {
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .styles-top .c-txt__basic {
    margin-bottom: 20px;
  }
}

.news-tab {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-tab {
    margin: 0 -2px 30px;
  }
}
.news-tab:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 11px;
  right: 11px;
  height: 1px;
  background: black;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .news-tab:before {
    left: 2px;
    right: 2px;
  }
}
.news-tab li {
  width: 33.333%;
  padding: 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .news-tab li {
    padding: 0 2px;
  }
}
.news-tab li.active {
  position: relative;
  z-index: 2;
}
.news-tab li.active span {
  border: 1px solid black;
  border-bottom: none;
  z-index: 2;
}
.news-tab span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  color: white;
  position: relative;
  height: 82px;
  border-radius: 10px 10px 0 0;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .news-tab span {
    height: 42px;
  }
}
.news-tab--all span {
  background: #E0E0E0;
}
.news-tab--all.active span {
  background: white;
  color: black;
}
.news-tab--even span {
  background: #F0D8DA;
}
.news-tab--even.active span {
  background: #E50012;
}
.news-tab--odd span {
  background: #D0E4F0;
}
.news-tab--odd.active span {
  background: #009CE5;
}
.news-fillter {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .news-fillter {
    margin-bottom: 35px;
  }
}
.news-fillter li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.6rem;
  color: black;
  border-bottom: 1px solid #E0E0E0;
  padding: 21px 0;
}
@media screen and (max-width: 767px) {
  .news-fillter li a {
    padding: 19px 0;
  }
}
.news-fillter__date {
  width: 107px;
  line-height: 1;
  font-size: 1.4rem;
  padding: 5px 0 0 4px;
}
@media screen and (max-width: 767px) {
  .news-fillter__date {
    width: 85px;
  }
}
.news-fillter__status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  height: 26px;
  line-height: 1;
  font-size: 1.2rem;
  border: 1px solid;
  text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .news-fillter__status {
    padding-top: 4px;
  }
}
.news-fillter__even .news-fillter__status {
  color: #E50012;
}
.news-fillter__odd .news-fillter__status {
  color: #009CE5;
}
.news-fillter p {
  width: calc(100% - 197px);
  padding: 5px 25px 0 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-fillter p {
    width: 100%;
    padding: 11px 25px 0 0;
  }
}
.news-fillter p:after {
  content: "";
  width: 14.5px;
  height: 5px;
  background: url("../img/common/next.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 5px;
  top: 50%;
}

.article {
  border-bottom: 1px solid #000;
  line-height: 2;
  padding: 0 0 68px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .article {
    padding: 0 0 48px;
    margin-bottom: 51px;
  }
}
.article__date {
  display: inline-block;
  width: 83px;
  line-height: 1;
  font-size: 1.4rem;
  padding: 5px 0 0 4px;
}
@media screen and (max-width: 767px) {
  .article__date {
    width: 85px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article__date {
    padding-top: 8px;
  }
}
.article__status {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 90px;
  height: 26px;
  line-height: 1;
  font-size: 1.2rem;
  border: 1px solid;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .article__status {
    padding-top: 5px;
  }
}
.article__status--red {
  color: #E50012;
}
.article__status--blue {
  color: #009CE5;
}
.article__gallery {
  max-width: 800px;
  padding: 0 0 30px;
  margin: 0 auto 39px;
}
@media screen and (max-width: 767px) {
  .article__gallery {
    margin-bottom: 27px;
  }
}
.article__gallery .slick-dots {
  position: absolute;
  bottom: 0;
}
.article__gallery .slick-dots li {
  margin: 0 4px;
}
.article__gallery .slick-dots li button {
  width: 30px;
  height: 3px;
  background: #ccc;
  padding: 0;
}
.article__gallery .slick-dots li button:before {
  display: none !important;
}
.article__gallery .slick-dots li.slick-active button {
  background: #009CE5;
}
.article__gallery.slick-initialized .slick-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  display: block;
  margin-bottom: 15px;
}
.article h1, .article h2 {
  font-size: 3.6rem;
  line-height: 1.555555;
  border-bottom: 1px solid black;
  padding: 14px 0 22px;
  letter-spacing: 1.5px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .article h1, .article h2 {
    font-size: 2rem;
    line-height: 1.7;
    padding: 11px 0 14px;
    margin-bottom: 40px;
  }
}
.article h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .article h3 {
    font-size: 1.6rem;
  }
}
.article h4 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .article h4 {
    font-size: 1.5rem;
  }
}
.article p {
  letter-spacing: 0.5px;
  margin-bottom: 28px;
}

.sec-mv-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 360px;
  margin-bottom: 70px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sec-mv-page {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .sec-mv-page {
    min-height: 189px;
    align-items: flex-end;
    margin-bottom: 35px;
  }
}
.sec-mv-page .inner {
  width: 100%;
  z-index: 5;
}
.sec-news-page {
  padding: 0 0 121px;
}
@media screen and (max-width: 767px) {
  .sec-news-page {
    padding: 0 0 50px;
  }
}

.check-privacy {
  position: relative;
  cursor: pointer;
  margin: 25px auto 0;
  text-align: center;
  font-size: 1.6rem;
  color: #000000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .check-privacy {
    margin: 13px 0 0px;
    font-size: 1.4rem;
  }
}
.check-privacy label {
  margin-bottom: 10px;
  display: inline-block;
}
.check-privacy label input {
  border: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.check-privacy label input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.check-privacy label span {
  display: block;
  position: relative;
  letter-spacing: 0;
  padding: 0 0 0 22px;
}
.check-privacy label span:before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid #767676;
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
}
.check-privacy label span:after {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background: #bca474;
  top: 6px;
  left: 1px;
  width: 12px;
  height: 5px;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  border-style: solid;
  border-color: #bca474;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.list-tabct {
  max-width: 733px;
  margin: 0 auto 39px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
}
@media screen and (max-width: 767px) {
  .list-tabct {
    margin: 0 auto 15px;
  }
}
.list-tabct .item {
  width: calc(33.33% - 25.333px);
  margin-right: 38px;
  position: relative;
}
.list-tabct .item:last-child, .list-tabct .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .list-tabct .item {
    width: calc(33.33% - 11.33px);
    margin-right: 17px;
  }
}
.list-tabct .item:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 15px solid #EEEEEE;
  border-bottom: 10px solid transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 15px);
}
@media screen and (max-width: 767px) {
  .list-tabct .item:after {
    border-top-width: 5px;
    border-left-width: 8px;
    border-bottom-width: 5px;
    left: calc(100% + 5px);
  }
}
.list-tabct .item:last-child:after {
  content: none;
}
.list-tabct .item span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 7px 10px;
  background: #EEEEEE;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .list-tabct .item span {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.list-tabct .item.active span {
  background: #000;
  color: #ffffff;
}

.txt-desct {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 42px;
  color: #050505;
}
@media screen and (max-width: 767px) {
  .txt-desct {
    font-size: 1.4rem;
  }
}
.txt-desct .request {
  margin-right: 5px;
  font-size: 1.6rem;
  padding: 0 8px;
}
@media screen and (max-width: 767px) {
  .txt-desct .request {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}

.request {
  font-size: 1.4rem;
  padding: 1px 11px;
  font-weight: 500;
  border: 1px solid #E50012;
  text-align: center;
  color: #E50012;
  line-height: 1.4;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .request {
    padding: 0 10px;
  }
}

.form-inforct {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-bottom: 59px;
}
@media screen and (max-width: 767px) {
  .form-inforct {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .form-inforct {
    margin-bottom: 115px;
  }
}
.form-inforct .item-cf {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #E0E0E0;
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  .form-inforct .item-cf {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.form-inforct .item-cf:first-child {
  margin-top: 0;
}
.form-inforct .item-cf__label {
  width: 250px;
  background: #F4F4F4;
  padding: 34px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .form-inforct .item-cf__label {
    width: 100%;
    padding: 13px 20px;
  }
}
.form-inforct .item-cf__ip {
  width: calc(100% - 250px);
  padding: 24px 20px;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .form-inforct .item-cf__ip {
    width: 100%;
    padding: 23px 20px;
  }
}
.form-inforct .item-cf__ip .label {
  margin-right: 14px;
}
@media screen and (max-width: 767px) {
  .form-inforct .item-cf__ip .label {
    margin-right: 5px;
  }
}
.form-inforct .item-cf__ip a {
  color: #909090;
}
.form-inforct .item-cf .input-cf {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 100%;
  border: 1px solid #E0E0E0;
  padding: 13px 20px;
  border-radius: 5px;
  margin-top: 15px;
}
.form-inforct .item-cf .input-cf::-ms-expand {
  display: none;
}
.form-inforct .item-cf .input-cf::placeholder {
  color: #909090;
}
.form-inforct .item-cf .input-cf:first-child {
  margin-top: 0;
}
.form-inforct .item-cf .input-cf.input-half {
  width: 220px;
  margin-top: 0;
}
.form-inforct .item-cf textarea {
  min-height: 170px;
}
.form-inforct .item-cf .note-ct {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .form-inforct .item-cf .note-ct {
    font-size: 1rem;
  }
}

.box-privacyct {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .box-privacyct {
    font-size: 1.4rem;
    margin-bottom: 38px;
  }
}
.box-privacyct .block-privacyct {
  padding: 26px 33px 14px;
  border: 1px solid #E0E0E0;
}
@media screen and (max-width: 767px) {
  .box-privacyct .block-privacyct {
    padding: 18px 20px;
  }
}
.box-privacyct .block-privacyct a {
  text-decoration: underline;
  color: #009CE5;
}

.sec-contact {
  margin-bottom: 103px;
}
@media screen and (max-width: 767px) {
  .sec-contact {
    margin-bottom: 69px;
  }
}
.sec-contact .bdbt-none {
  border-bottom: none;
}
.sec-contact .txt-error {
  color: #E50012;
}

.mw_wp_form_confirm .form-inforct {
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .form-inforct {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .mw_wp_form_confirm .form-inforct .item-cf__ip {
    padding: 33px 20px;
    line-height: 2;
  }
}
.mw_wp_form_confirm .item-error {
  background: #FDF5F6;
}

.link-ctkakunin {
  position: relative;
}
@media screen and (max-width: 767px) {
  .link-ctkakunin {
    text-align: center;
  }
}
.link-ctkakunin .c-btn__03 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .link-ctkakunin .c-btn__03 {
    position: relative;
    top: auto;
    transform: translateY(0);
    display: inline-block;
    margin-bottom: 25px;
  }
}

.box-ctthanks {
  text-align: center;
  margin-bottom: 55px;
  padding-top: 23px;
}
.box-ctthanks .ttl-thanks {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .box-ctthanks .ttl-thanks {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .page-araichemical_privacy .sec-mv-page {
    margin-bottom: 39px;
  }
}

.sec-privacy {
  padding-bottom: 98px;
}
@media screen and (max-width: 767px) {
  .sec-privacy {
    padding-bottom: 40px;
  }
}
.sec-privacy .c-txt__basic {
  line-height: 2.14;
}

.privacy-block__des {
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .privacy-block__des {
    line-height: 2;
    margin-bottom: 30px;
  }
}
.privacy-block__item {
  margin-bottom: 34px;
}
.privacy-block .c-ttl__04:before {
  top: 6px;
}
@media screen and (max-width: 767px) {
  .privacy-block .c-ttl__04:before {
    height: 20px;
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-block .c-ttl__04 {
    font-size: 1.8rem;
    margin-bottom: 13px;
  }
}
.privacy-block__txt {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}

.privacy-list {
  padding-top: 26px;
  padding-left: 10px;
}
.privacy-list__item {
  margin-bottom: 26px;
}
.privacy-list__ttl {
  font-size: 1.8rem;
  color: #009CE5;
  font-weight: 500;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .privacy-list__ttl {
    font-size: 1.6rem;
  }
}

.sec-about01 {
  position: relative;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .sec-about01 {
    padding: 21px 0;
  }
}
.sec-about01__ttl {
  font-size: 11rem;
  color: #F7F7F7;
  position: absolute;
  top: -51px;
  left: -32px;
  letter-spacing: 10px;
  z-index: -1;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .sec-about01__ttl {
    font-size: 6rem;
    top: -18px;
    letter-spacing: 6px;
    left: -17px;
  }
}
.sec-about02 {
  padding: 40px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-about02 {
    padding: 55px 0 80px;
  }
}
.sec-about02:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 71%;
  background: #F2F9FC;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-about02:before {
    height: 79.5%;
  }
}
.sec-about03 {
  padding: 68px 0 78px;
}
@media screen and (max-width: 767px) {
  .sec-about03 {
    padding: 68px 0 70px;
  }
}
.sec-about04 {
  padding: 67px 0 66px;
  background: #F2F9FC;
}
@media screen and (max-width: 767px) {
  .sec-about04 {
    padding: 36px 0 47px;
  }
}

.txt-red {
  color: #E50012;
}

.about-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-block {
    flex-direction: column-reverse;
  }
}
.about-block__left {
  width: 60%;
  padding-top: 11px;
  padding-right: 42px;
}
@media screen and (max-width: 767px) {
  .about-block__left {
    width: 100%;
    padding-top: 15px;
    padding-right: 0;
  }
}
.about-block__right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .about-block__right {
    width: 100%;
  }
}
.about-block__ttl {
  font-size: 3.6rem;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 9px;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .about-block__ttl {
    letter-spacing: 7px;
    text-align: center;
    font-size: 2.2rem;
    line-height: 1.9090909091;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 374px) {
  .about-block__ttl {
    letter-spacing: 5px;
  }
}
.about-block__content {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-block__content {
    margin-bottom: 15px;
  }
}
.about-block__note {
  font-size: 2.4rem;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .about-block__note {
    font-size: 2rem;
  }
}
.about-block__note span {
  font-size: 1.2rem;
  margin-right: 15px;
}

.about__gallery {
  margin-left: calc((1000px - 100vw) / 2);
  padding-right: 18.3%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .about__gallery {
    margin-left: -24px;
  }
}
@media screen and (max-width: 767px) {
  .about__gallery {
    margin-left: 0;
    padding-right: 0;
    margin-bottom: 44px;
  }
}

.slide__gallery .slick-dots {
  position: absolute;
  top: 50%;
  right: -32px;
  width: auto;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .slide__gallery .slick-dots {
    flex-direction: row;
    top: auto;
    bottom: -18px;
    transform: translate(50%, 0);
    right: 50%;
  }
}
.slide__gallery .slick-dots li {
  margin: 4px 0;
}
@media screen and (max-width: 767px) {
  .slide__gallery .slick-dots li {
    margin: 0 4px;
  }
}
.slide__gallery .slick-dots li button {
  height: 30px;
  width: 3px;
  background: #ccc;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .slide__gallery .slick-dots li button {
    height: 3px;
    width: 30px;
  }
}
.slide__gallery .slick-dots li button:before {
  display: none !important;
}
.slide__gallery .slick-dots li.slick-active button {
  background: #009CE5;
}

.profile-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.profile-list__item {
  padding: 0 25px;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .profile-list__item {
    width: 100%;
  }
}
.profile-list__item-child {
  border-bottom: 1px solid #E0E0E0;
  padding: 23px 0 18px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.profile-list__item:nth-child(1) .profile-list__item-child, .profile-list__item:nth-child(2) .profile-list__item-child {
  border-top: 1px solid #E0E0E0;
}
.profile-list__ttl {
  font-weight: bold;
  color: #AAAAAA;
  width: 80px;
}

.bx-table {
  overflow-x: auto;
  padding-bottom: 20px;
}
.bx-table::-webkit-scrollbar {
  height: 20px;
}
.bx-table::-webkit-scrollbar-track {
  background-color: #E0E0E0;
  border-radius: 50px;
}
.bx-table::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  border-radius: 10px;
  background-color: black;
  background-clip: content-box;
}

.table-heading {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
}
.table-heading p {
  width: 50%;
}
.table-about {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  width: 1000px;
}
.table-about tr:nth-child(2n+1) {
  background: #F7F7F7;
}
.table-about th {
  background: black;
  color: white;
  padding: 9px 0;
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: 500;
  text-align: center;
  width: 42%;
  border-right: 1px solid #E0E0E0;
}
.table-about th:nth-child(2) {
  width: 8%;
}
.table-about th:nth-child(1) {
  width: 8%;
}
.table-about td {
  border-right: 1px solid #E0E0E0;
  padding: 15px 10px 10px;
  letter-spacing: 0.7px;
}
.table-about td:nth-child(2) {
  width: 8%;
}
.table-about .year {
  font-size: 2.2rem;
  color: #AAAAAA;
  width: 8%;
  text-align: center;
  padding: 7px 0 8px;
  position: relative;
}
.table-about .year:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #E50012;
}

.map-default {
  margin-bottom: 20px;
}
.map-default iframe {
  width: 100%;
  height: 470px;
}
@media screen and (max-width: 640px) {
  .map-default iframe {
    height: 200px;
  }
}

.about-contact {
  font-size: 1.4rem;
  line-height: 1.8571428571;
}
.about-contact p:not(:last-child) {
  margin-bottom: 19px;
}
.about-contact .icon {
  margin-right: 8px;
}

.page-araichemical_initiatives .sec-mv-page {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .page-araichemical_initiatives .sec-mv-page {
    margin-bottom: 46px;
  }
}

.sec-initiatives {
  padding-bottom: 92px;
}
@media screen and (max-width: 767px) {
  .sec-initiatives {
    padding-bottom: 50px;
  }
}
.sec-initiatives.type2 {
  background: #F2F9FC;
  padding-top: 70px;
  padding-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .sec-initiatives.type2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sec-initiatives.type2 .c-ttl__04:before {
  background: #009CE5;
}
.sec-initiatives.type2 .initiatives-block__wrap {
  background: #ffffff;
}
.sec-initiatives.type3 {
  padding-top: 80px;
  padding-bottom: 103px;
}
@media screen and (max-width: 767px) {
  .sec-initiatives.type3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.initiatives-block__des {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .initiatives-block__des {
    font-size: 1.6rem;
  }
}
.initiatives-block__wrap {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 23px 30px;
}
@media screen and (max-width: 767px) {
  .initiatives-block__wrap {
    padding: 23px 24px;
  }
}
.initiatives-block .c-ttl__03 {
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  .initiatives-block .c-ttl__03 {
    margin-bottom: 24px;
  }
}
.initiatives-block .c-ttl__04 {
  font-size: 2rem;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .initiatives-block .c-ttl__04 {
    font-size: 1.8rem;
    padding-left: 12px;
    margin-bottom: 10px;
  }
}
.initiatives-block .c-ttl__04:before {
  top: 2px;
  background: #E50012;
}

.initiatives__slider {
  margin: 0 -17.5px 3px -17.5px;
  padding-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .initiatives__slider {
    margin-bottom: 23px;
    font-size: 1.6rem;
  }
}
.initiatives__slider .item {
  padding: 0 17.5px;
  text-align: center;
}
.initiatives__slider .item__img {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .initiatives__slider .item__img {
    margin-bottom: 2px;
  }
}
.initiatives__slider .slick-arrow {
  width: 30px;
  height: 3px;
  background: #cccccc;
  position: absolute;
  top: auto;
  bottom: 0;
  transform: translate(0);
}
.initiatives__slider .slick-arrow:before {
  display: none;
}
.initiatives__slider .slick-arrow.slick-prev {
  left: 50%;
  margin-left: -32px;
}
.initiatives__slider .slick-arrow.slick-next {
  background: #E50012;
  left: 50%;
  margin-left: 3px;
}

#character.initiatives-block .c-ttl__04:before {
  background: #009CE5;
}
#character .img_box {
  max-width: 400px;
  margin: 0 auto 30px;
}
#character .anime {
  animation: yurayura 2s linear infinite;
}
#character .txt_box {
  margin-top: 30px;
}
#character .txt_box p {
  line-height: 1.86;
}
#character .txt_box p + p {
  margin-top: 15px;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(8deg);
  }
}
@keyframes careers_mv_sp {
  0% {
    background-position: left bottom -5vw;
  }
  80%, 100% {
    background-position: right bottom -5vw;
  }
}
.sec-information {
  background: url("../img/recruit/img-bg-recruit.jpg") center no-repeat;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec-information {
    padding-bottom: 55px;
  }
}

.information-block {
  position: relative;
  padding-left: 125px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .information-block {
    margin-bottom: 27px;
    padding-left: 35px;
  }
}
.information-block__ttl {
  position: absolute;
  top: 180px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .information-block__ttl {
    bottom: -20px;
  }
}
.information-block__ttl .c-ft--jp {
  font-size: 2.6rem;
  background: #ffffff;
  padding: 5px 18px 5px 83px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .information-block__ttl .c-ft--jp {
    font-size: 1.6rem;
    padding: 0 10px 0 30px;
  }
}
.information-block__ttl .c-ft--en {
  font-size: 8rem;
  font-weight: bold;
  background: #ffffff;
  padding: 0 18px 0 83px;
}
@media screen and (max-width: 767px) {
  .information-block__ttl .c-ft--en {
    font-size: 4.6rem;
    padding: 0 10px 0 30px;
    letter-spacing: 0.3rem;
  }
}
.information-block #careers_mv {
  padding-top: 58.8%;
  background-image: url(../img/recruit/img-mv.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right bottom;
  position: relative;
}
@media screen and (max-width: 767px) {
  .information-block #careers_mv {
    padding-top: 120%;
    background-size: auto 125%;
    background-position: left bottom-5vw;
    animation: careers_mv_sp 16s linear infinite;
  }
}

.sustainable-block {
  color: #fff;
}
.sustainable-block__ttl {
  letter-spacing: 0.2rem;
  margin-bottom: 29px;
}
.sustainable-block__ttl .c-ft--jp {
  font-size: 2.8rem;
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sustainable-block__ttl .c-ft--jp {
    font-size: 2.1rem;
  }
}
.sustainable-block__ttl .c-ft--jp span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sustainable-block__ttl .c-ft--jp span {
    font-size: 1.5rem;
  }
}
.sustainable-block__ttl .c-ft--en {
  font-size: 5rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .sustainable-block__ttl .c-ft--en {
    font-size: 3.6rem;
    line-height: 1.2777777778;
  }
}
.sustainable-block__txt {
  font-size: 1.8rem;
  line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
  .sustainable-block__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.sec-job {
  padding-top: 58px;
  padding-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .sec-job {
    padding-top: 40px;
    padding-bottom: 39px;
  }
}

.job-block__ttl {
  color: #E50012;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .job-block__ttl {
    margin-bottom: 15px;
  }
}
.job-block__ttl .c-ft--jp {
  font-size: 2rem;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 767px) {
  .job-block__ttl .c-ft--jp {
    font-size: 1.4rem;
  }
}
.job-block__ttl .c-ft--en {
  font-size: 9.6rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 8px;
  display: block;
}
@media screen and (max-width: 767px) {
  .job-block__ttl .c-ft--en {
    font-size: 4.2rem;
  }
}

.job-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .job-list {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .job-list {
    max-width: 330px;
  }
}
.job-list__item {
  width: 230px;
  height: 230px;
  text-align: center;
  background: #F7F7F7;
  border-radius: 50%;
  margin: 0 10px 10px 8px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .job-list__item {
    width: 160px;
    height: 160px;
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 374px) {
  .job-list__item {
    width: 145px;
    height: 145px;
    margin: 0 0 10px 0;
  }
}
.job-list__img {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .job-list__img {
    margin-bottom: 5px;
  }
}
.job-list__img img {
  object-fit: cover;
  font-family: "object-fit: cover";
}
.job-list__ttl {
  font-size: 2.2rem;
  line-height: 1.2727272727;
  font-weight: 500;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
}
@media screen and (max-width: 767px) {
  .job-list__ttl {
    font-size: 1.4rem;
    line-height: 1.2142857143;
    height: auto;
    margin-bottom: 4px;
  }
}
.job-list__txt {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  .job-list__txt {
    font-size: 1.1rem;
    line-height: 1.4545454545;
  }
}

.sec-notice {
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 61px;
}
@media screen and (max-width: 767px) {
  .sec-notice {
    padding-bottom: 40px;
    margin-bottom: 0;
  }
}
.sec-notice:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 80%;
  height: 214px;
  position: absolute;
  background: #F2F9FC;
  top: 65px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-notice:before {
    top: 30px;
    height: 140px;
    width: 85%;
  }
}

.notice-block {
  margin-bottom: 50px;
}
.notice-block__ttl {
  color: #009CE5;
  margin-bottom: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .notice-block__ttl {
    margin-bottom: 11px;
  }
}
.notice-block__ttl .c-ft--jp {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .notice-block__ttl .c-ft--jp {
    font-size: 1.4rem;
  }
}
.notice-block__ttl .c-ft--en {
  font-size: 9.6rem;
  font-weight: bold;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .notice-block__ttl .c-ft--en {
    font-size: 4.2rem;
    margin-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .notice-block__ttl .c-ft--en {
    font-size: 3.2rem;
    margin-right: 0;
  }
}

.notice-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .notice-list__item {
    margin-bottom: 11px;
  }
}
.notice-list__ttl {
  width: 85px;
}
@media screen and (max-width: 767px) {
  .notice-list__ttl {
    font-size: 1.2rem;
    padding-top: 2px;
  }
}
.notice-list__btn {
  width: calc(100% - 85px);
}
.notice-list__btn a {
  color: #000000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.notice-list__btn a svg {
  margin-top: 9px;
}

.sec-interview {
  position: relative;
  margin-bottom: 145px;
}
@media screen and (max-width: 767px) {
  .sec-interview {
    margin-bottom: 50px;
  }
}
.sec-interview:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 97%;
  position: absolute;
  background: #f2f2f2;
  top: 65px;
  left: 20%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec-interview:before {
    top: 30px;
    left: 15%;
    height: 94%;
  }
}

.interview-block .notice-block__ttl {
  color: #E50012;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .interview-block .notice-block__ttl {
    margin-bottom: 12px;
  }
}

.interview__slider .item__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__wrap {
    margin-bottom: 13px;
  }
}
.interview__slider .item__img {
  width: 430px;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__img {
    width: 100%;
    margin-bottom: 9px;
    padding: 0 13px;
  }
}
.interview__slider .item__img img {
  width: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.interview__slider .item__info {
  width: calc(100% - 430px);
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__info {
    width: 100%;
    padding-left: 0;
  }
}
.interview__slider .item__dots {
  margin-bottom: 42px;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__dots {
    text-align: center;
    margin-bottom: 12px;
  }
}
.interview__slider .item__dots span {
  font-size: 1.8rem;
  margin-right: 58px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__dots span {
    font-size: 1.4rem;
  }
}
.interview__slider .item__dots span:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 50%;
  left: 20px;
}
.interview__slider .item__dots span:last-child {
  margin-right: 0;
}
.interview__slider .item__dots span:last-child:before {
  display: none;
}
.interview__slider .item__date {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__date {
    margin-bottom: 6px;
  }
}
.interview__slider .item__date small {
  font-size: 1.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__date small {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.interview__slider .item__date span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__date span {
    font-size: 1.6rem;
  }
}
.interview__slider .item h3 {
  font-weight: bold;
  margin-bottom: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .interview__slider .item h3 {
    margin-bottom: 9px;
  }
}
.interview__slider .item h3 .c-ft--jp {
  font-size: 3.8rem;
  margin-right: 15px;
}
@media screen and (max-width: 990px) {
  .interview__slider .item h3 .c-ft--jp {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .interview__slider .item h3 .c-ft--jp {
    font-size: 3rem;
  }
}
.interview__slider .item h3 .c-ft--en {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .interview__slider .item h3 .c-ft--en {
    font-size: 1.2rem;
  }
}
.interview__slider .item__des {
  border-bottom: 1px #000000 solid;
  padding-bottom: 26px;
  margin-bottom: 17px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__des {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 17px;
    margin-bottom: 14px;
  }
}
.interview__slider .item__des span {
  font-size: 1.4rem;
  color: #E50012;
  border: 1px #E50012 solid;
  border-radius: 15px;
  display: inline-block;
  line-height: 1.5;
  height: 25px;
  width: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__des span {
    margin-top: 4px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .interview__slider .item__des span {
    padding-top: 2px;
  }
}
.interview__slider .item__des label {
  width: calc(100% - 65px);
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__des label {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .interview__slider .item__des label {
    padding-top: 5px;
  }
}
.interview__slider .item__ttl {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.interview__slider .item__ttl span {
  font-size: 3rem;
  font-weight: bold;
  margin-right: 15px;
  color: #E50012;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__ttl span {
    font-size: 2.4rem;
  }
}
.interview__slider .item__faq {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .interview__slider .item__faq {
    margin-bottom: 30px;
  }
}
.interview__slider .slick-arrow {
  width: 70px;
  height: 70px;
  z-index: 10;
  top: 23.2%;
}
@media screen and (max-width: 767px) {
  .interview__slider .slick-arrow {
    width: 40px;
    height: 40px;
    top: 36vh;
  }
}
@media screen and (max-width: 640px) {
  .interview__slider .slick-arrow {
    top: 33vh;
  }
}
@media screen and (max-width: 580px) {
  .interview__slider .slick-arrow {
    top: 28vh;
  }
}
@media screen and (max-width: 520px) {
  .interview__slider .slick-arrow {
    top: 25vh;
  }
}
@media screen and (max-width: 460px) {
  .interview__slider .slick-arrow {
    top: 20vh;
  }
}
@media screen and (max-width: 410px) {
  .interview__slider .slick-arrow {
    top: 145px;
  }
}
@media screen and (max-width: 374px) {
  .interview__slider .slick-arrow {
    top: 130px;
  }
}
.interview__slider .slick-arrow:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .interview__slider .slick-arrow:before {
    width: 40px;
    height: 40px;
  }
}
.interview__slider .slick-arrow.slick-disabled {
  opacity: 0;
}
.interview__slider .slick-arrow.slick-prev {
  left: -100px;
  background: url("../img/recruit/prev.png") no-repeat center/cover;
}
@media screen and (max-width: 1245px) {
  .interview__slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .interview__slider .slick-arrow.slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .interview__slider .slick-arrow.slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 374px) {
  .interview__slider .slick-arrow.slick-prev {
    left: -5px;
  }
}
.interview__slider .slick-arrow.slick-next {
  right: -100px;
  background: url("../img/recruit/next.png") no-repeat center/cover;
}
@media screen and (max-width: 1245px) {
  .interview__slider .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .interview__slider .slick-arrow.slick-next {
    right: auto;
    left: 360px;
  }
}
@media screen and (max-width: 767px) {
  .interview__slider .slick-arrow.slick-next {
    right: -10px;
    left: auto;
  }
}
@media screen and (max-width: 374px) {
  .interview__slider .slick-arrow.slick-next {
    right: -5px;
  }
}
.interview__slider .slick-arrow:hover {
  opacity: 0.6 !important;
}
.interview__slider .slick-arrow:hover:before {
  opacity: 0.6 !important;
}
.interview__slider .slick-dots {
  display: none !important;
}

.sec-system {
  padding-bottom: 103px;
}
@media screen and (max-width: 767px) {
  .sec-system {
    padding-bottom: 87px;
  }
}

.system-block {
  border: 2px #009CE5 solid;
  padding: 30px 33px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .system-block {
    padding: 18px 29px;
  }
}
.system-block__ttl {
  font-size: 3rem;
  color: #009CE5;
  border-bottom: 1px #E0E0E0 solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .system-block__ttl {
    font-size: 2.4rem;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
}
.system-block.type2 {
  padding-bottom: 13px;
}
.system-block.type2 .system-block__ttl {
  margin-bottom: 17px;
}
.system-block.type2 .system-list__item {
  margin-bottom: 25px;
}

.system-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.system-list__item {
  width: calc(50% - 28px);
}
@media screen and (max-width: 767px) {
  .system-list__item {
    width: 100%;
  }
}
.system-list .c-ttl__04 {
  font-weight: bold;
  border-bottom: 1px #000 dashed;
  padding-bottom: 3px;
  padding-left: 10px;
}
.system-list p {
  position: relative;
  padding-left: 18px;
}
.system-list p:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 15px;
  left: 6px;
  background: #000;
}

.sec-entry {
  background: url("../img/recruit/bg-entry.jpg") no-repeat;
  background-size: cover;
  padding: 59px 0 80px;
}
@media screen and (max-width: 767px) {
  .sec-entry {
    padding: 37px 0 47px;
  }
}

.entry__ttl {
  font-size: 9.6rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  color: white;
  line-height: 1.1;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .entry__ttl {
    font-size: 4.2rem;
  }
}
.entry__txt {
  font-size: 2rem;
  font-weight: 500;
  color: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .entry__txt {
    font-size: 1.4rem;
    margin-bottom: 29px;
  }
}
.entry-btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.entry-btn .btn {
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  color: white;
  height: 150px;
}
@media screen and (max-width: 767px) {
  .entry-btn .btn {
    width: 100%;
    height: 70px;
  }
}
.entry-btn .btn svg {
  margin-right: 15px;
}
.entry-btn__mail {
  font-size: 2.6rem;
  background: #DC000C;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .entry-btn__mail {
    font-size: 1.6rem;
  }
  .entry-btn__mail svg {
    width: 24.23px;
  }
}
.entry-btn__phone {
  font-size: 3.2rem;
  font-family: "Lato", sans-serif;
  background: black;
}
@media screen and (max-width: 767px) {
  .entry-btn__phone {
    font-size: 2rem;
  }
  .entry-btn__phone svg {
    width: 19.7px;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .page-product .c-ttl__05 {
    line-height: 1.384;
    padding-top: 31px;
  }
  .page-product .c-txt__basic01 {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.sec-product01 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec-product01 {
    padding-bottom: 50px;
  }
}
.sec-product01 .c-btn__01 {
  margin: 0 auto;
}
.sec-product02 {
  background: #F2F9FC;
  padding: 97px 0 99px;
}
@media screen and (max-width: 767px) {
  .sec-product02 {
    padding: 45px 0 46px;
  }
}

.txt-blue {
  color: #009CE5;
}

.product-block {
  margin-bottom: 97px;
}
@media screen and (max-width: 767px) {
  .product-block {
    margin-bottom: 50px;
  }
}
.product-block.type2 .initiatives-block__wrap {
  background: white;
}
.product-block.type2 .c-ttl__04:before {
  background: #009ce5;
}
.product-block__ttl {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .product-block__ttl {
    font-size: 2.2rem;
    margin-bottom: 18px;
  }
}
.product-block__ttl small {
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  position: absolute;
  left: 117%;
  top: 50%;
  letter-spacing: 1px;
  width: max-content;
  min-width: 205px;
  transform: translateY(-50%);
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-block__ttl small {
    top: 40%;
  }
}
@media screen and (max-width: 767px) {
  .product-block__ttl small {
    font-size: 1rem;
    min-width: 173px;
  }
}
.product-block .c-txt__basic01 {
  margin-bottom: 24px;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 767px) {
  .product-block .c-txt__basic01 {
    margin-bottom: 18px;
  }
}
.product-block .c-ttl__04 {
  font-size: 2rem;
  padding-left: 15px;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .product-block .c-ttl__04 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.product-block .c-ttl__04:before {
  width: 3px;
  height: 20px;
  background: #E50012;
}
.product-block .initiatives-block__wrap {
  padding: 23px 30px 26px;
}
@media screen and (max-width: 767px) {
  .product-block .initiatives-block__wrap {
    padding: 21px 24px 20px;
  }
}

.gallery-slide {
  margin: 0 -25px 30px;
}
@media screen and (max-width: 767px) {
  .gallery-slide {
    margin-bottom: 44px;
  }
}
.gallery-slide__item {
  padding: 0 25px;
}
.gallery-slide-type02 {
  margin: 0 -25px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .gallery-slide-type02 {
    margin-bottom: 44px;
  }
}
.gallery-slide-type02 .gallery-slide__item {
  width: 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .gallery-slide-type02 .gallery-slide__item {
    margin-bottom: 0;
    width: 100%;
  }
}
.gallery-slide-type02 .gallery-slide__item:nth-last-of-type(2), .gallery-slide-type02 .gallery-slide__item:last-child {
  margin-bottom: 0;
}

.slide-slick .slick-dots {
  position: absolute;
  bottom: -20px;
}
.slide-slick .slick-dots li {
  margin: 0 4px;
}
.slide-slick .slick-dots li button {
  width: 30px;
  height: 3px;
  background: #ccc;
  padding: 0;
}
.slide-slick .slick-dots li button:before {
  display: none !important;
}
.slide-slick .slick-dots li.slick-active button {
  background: #009CE5;
}
.slide-slick.gallery-slide .slick-dots li.slick-active button {
  background: #E50012;
}

.product-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .product-txt {
    font-size: 1.6rem;
  }
}