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

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

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

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

fieldset, img {
  border: 0;
}

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

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

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

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

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

del, ins {
  text-decoration: none;
}

main {
  display: block;
}

section {
  position: relative;
}

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

  & > .image {
    @include object-fit(cover);
  }
}
==================================================== */
@media screen and (min-width: 835px) {
  .mbpc-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-0 {
    margin-bottom: 0px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-1 {
    margin-bottom: 1px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-1 {
    margin-bottom: 1px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-2 {
    margin-bottom: 2px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-2 {
    margin-bottom: 2px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-3 {
    margin-bottom: 3px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-3 {
    margin-bottom: 3px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-4 {
    margin-bottom: 4px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-4 {
    margin-bottom: 4px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-5 {
    margin-bottom: 5px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-6 {
    margin-bottom: 6px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-6 {
    margin-bottom: 6px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-7 {
    margin-bottom: 7px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-7 {
    margin-bottom: 7px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-8 {
    margin-bottom: 8px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-8 {
    margin-bottom: 8px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-9 {
    margin-bottom: 9px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-9 {
    margin-bottom: 9px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-10 {
    margin-bottom: 10px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-11 {
    margin-bottom: 11px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-11 {
    margin-bottom: 11px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-12 {
    margin-bottom: 12px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-12 {
    margin-bottom: 12px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-13 {
    margin-bottom: 13px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-13 {
    margin-bottom: 13px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-14 {
    margin-bottom: 14px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-14 {
    margin-bottom: 14px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-15 {
    margin-bottom: 15px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-16 {
    margin-bottom: 16px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-16 {
    margin-bottom: 16px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-17 {
    margin-bottom: 17px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-17 {
    margin-bottom: 17px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-18 {
    margin-bottom: 18px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-18 {
    margin-bottom: 18px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-19 {
    margin-bottom: 19px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-19 {
    margin-bottom: 19px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-20 {
    margin-bottom: 20px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-21 {
    margin-bottom: 21px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-21 {
    margin-bottom: 21px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-22 {
    margin-bottom: 22px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-22 {
    margin-bottom: 22px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-23 {
    margin-bottom: 23px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-23 {
    margin-bottom: 23px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-24 {
    margin-bottom: 24px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-24 {
    margin-bottom: 24px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-25 {
    margin-bottom: 25px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-26 {
    margin-bottom: 26px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-26 {
    margin-bottom: 26px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-27 {
    margin-bottom: 27px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-27 {
    margin-bottom: 27px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-28 {
    margin-bottom: 28px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-28 {
    margin-bottom: 28px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-29 {
    margin-bottom: 29px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-29 {
    margin-bottom: 29px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-30 {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-31 {
    margin-bottom: 31px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-31 {
    margin-bottom: 31px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-32 {
    margin-bottom: 32px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-32 {
    margin-bottom: 32px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-33 {
    margin-bottom: 33px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-33 {
    margin-bottom: 33px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-34 {
    margin-bottom: 34px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-34 {
    margin-bottom: 34px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-35 {
    margin-bottom: 35px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-36 {
    margin-bottom: 36px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-36 {
    margin-bottom: 36px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-37 {
    margin-bottom: 37px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-37 {
    margin-bottom: 37px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-38 {
    margin-bottom: 38px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-38 {
    margin-bottom: 38px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-39 {
    margin-bottom: 39px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-39 {
    margin-bottom: 39px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-40 {
    margin-bottom: 40px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-41 {
    margin-bottom: 41px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-41 {
    margin-bottom: 41px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-42 {
    margin-bottom: 42px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-42 {
    margin-bottom: 42px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-43 {
    margin-bottom: 43px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-43 {
    margin-bottom: 43px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-44 {
    margin-bottom: 44px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-44 {
    margin-bottom: 44px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-45 {
    margin-bottom: 45px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-46 {
    margin-bottom: 46px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-46 {
    margin-bottom: 46px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-47 {
    margin-bottom: 47px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-47 {
    margin-bottom: 47px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-48 {
    margin-bottom: 48px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-48 {
    margin-bottom: 48px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-49 {
    margin-bottom: 49px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-49 {
    margin-bottom: 49px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-50 {
    margin-bottom: 50px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-51 {
    margin-bottom: 51px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-51 {
    margin-bottom: 51px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-52 {
    margin-bottom: 52px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-52 {
    margin-bottom: 52px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-53 {
    margin-bottom: 53px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-53 {
    margin-bottom: 53px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-54 {
    margin-bottom: 54px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-54 {
    margin-bottom: 54px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-55 {
    margin-bottom: 55px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-56 {
    margin-bottom: 56px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-56 {
    margin-bottom: 56px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-57 {
    margin-bottom: 57px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-57 {
    margin-bottom: 57px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-58 {
    margin-bottom: 58px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-58 {
    margin-bottom: 58px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-59 {
    margin-bottom: 59px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-59 {
    margin-bottom: 59px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-60 {
    margin-bottom: 60px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-61 {
    margin-bottom: 61px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-61 {
    margin-bottom: 61px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-62 {
    margin-bottom: 62px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-62 {
    margin-bottom: 62px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-63 {
    margin-bottom: 63px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-63 {
    margin-bottom: 63px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-64 {
    margin-bottom: 64px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-64 {
    margin-bottom: 64px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-65 {
    margin-bottom: 65px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-66 {
    margin-bottom: 66px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-66 {
    margin-bottom: 66px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-67 {
    margin-bottom: 67px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-67 {
    margin-bottom: 67px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-68 {
    margin-bottom: 68px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-68 {
    margin-bottom: 68px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-69 {
    margin-bottom: 69px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-69 {
    margin-bottom: 69px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-70 {
    margin-bottom: 70px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-71 {
    margin-bottom: 71px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-71 {
    margin-bottom: 71px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-72 {
    margin-bottom: 72px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-72 {
    margin-bottom: 72px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-73 {
    margin-bottom: 73px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-73 {
    margin-bottom: 73px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-74 {
    margin-bottom: 74px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-74 {
    margin-bottom: 74px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-75 {
    margin-bottom: 75px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-76 {
    margin-bottom: 76px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-76 {
    margin-bottom: 76px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-77 {
    margin-bottom: 77px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-77 {
    margin-bottom: 77px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-78 {
    margin-bottom: 78px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-78 {
    margin-bottom: 78px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-79 {
    margin-bottom: 79px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-79 {
    margin-bottom: 79px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-80 {
    margin-bottom: 80px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-81 {
    margin-bottom: 81px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-81 {
    margin-bottom: 81px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-82 {
    margin-bottom: 82px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-82 {
    margin-bottom: 82px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-83 {
    margin-bottom: 83px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-83 {
    margin-bottom: 83px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-84 {
    margin-bottom: 84px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-84 {
    margin-bottom: 84px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-85 {
    margin-bottom: 85px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-86 {
    margin-bottom: 86px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-86 {
    margin-bottom: 86px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-87 {
    margin-bottom: 87px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-87 {
    margin-bottom: 87px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-88 {
    margin-bottom: 88px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-88 {
    margin-bottom: 88px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-89 {
    margin-bottom: 89px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-89 {
    margin-bottom: 89px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-90 {
    margin-bottom: 90px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-91 {
    margin-bottom: 91px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-91 {
    margin-bottom: 91px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-92 {
    margin-bottom: 92px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-92 {
    margin-bottom: 92px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-93 {
    margin-bottom: 93px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-93 {
    margin-bottom: 93px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-94 {
    margin-bottom: 94px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-94 {
    margin-bottom: 94px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-95 {
    margin-bottom: 95px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-96 {
    margin-bottom: 96px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-96 {
    margin-bottom: 96px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-97 {
    margin-bottom: 97px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-97 {
    margin-bottom: 97px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-98 {
    margin-bottom: 98px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-98 {
    margin-bottom: 98px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-99 {
    margin-bottom: 99px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-99 {
    margin-bottom: 99px !important;
  }
}

@media screen and (min-width: 835px) {
  .mbpc-100 {
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 834px) {
  .mbsp-100 {
    margin-bottom: 100px !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

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

.main-page {
  padding-top: 131px;
}

@media screen and (max-width: 1520px) {
  .main-page {
    padding-top: 70px;
  }
}

@media screen and (max-width: 1265px) {
  .main-page {
    padding-top: 59px;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
}

@media screen and (max-width: 1265px) {
  #header {
    padding: 12px 10px 12px;
  }
}

@media screen and (max-width: 834px) {
  #header {
    padding: 7px 10px 6px;
  }
}

@media screen and (max-width: 640px) {
  #header {
    padding: 10px 10px 9px;
  }
}

#header .hd-flex {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 1245px) {
  #header .hd-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#header .hd-flex .logo {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 15px;
  width: 400px;
}

@media screen and (max-width: 1850px) {
  #header .hd-flex .logo {
    width: 360px;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1520px) {
  #header .hd-flex .logo {
    width: 360px;
    padding-left: 0px;
    padding-top: 0;
  }
  #header .hd-flex .logo img {
    width: 190px;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .logo {
    width: 100%;
    padding-left: 0;
    margin-left: -10px;
  }
  #header .hd-flex .logo img {
    width: 101px;
  }
}

@media screen and (max-width: 640px) {
  #header .hd-flex .logo img {
    width: 90px;
  }
}

#header .hd-flex .logo p {
  letter-spacing: -0.25px;
  margin-top: -4px;
  margin-left: 20px;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1850px) {
  #header .hd-flex .logo p {
    margin-left: 20px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1520px) {
  #header .hd-flex .logo p {
    letter-spacing: -0.5px;
    margin-left: 20px;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .logo p {
    letter-spacing: -1px;
    margin-left: 20;
    line-height: 1.2;
    -webkit-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    font-size: 9px;
  }
}

#header .hd-flex .nav-menu {
  width: calc(100% - 400px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1850px) {
  #header .hd-flex .nav-menu {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 1520px) {
  #header .hd-flex .nav-menu {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}

#header .hd-flex .nav-menu .show-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 36px;
}

@media screen and (max-width: 1850px) {
  #header .hd-flex .nav-menu .show-menu {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1440px) {
  #header .hd-flex .nav-menu .show-menu {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu {
    margin-right: 0;
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    padding: 31px 24px;
    overflow-y: auto;
    height: calc(100% - 60px);
  }
}

#header .hd-flex .nav-menu .show-menu > .item {
  position: relative;
  margin-left: 40px;
}

@media screen and (max-width: 1850px) {
  #header .hd-flex .nav-menu .show-menu > .item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1440px) {
  #header .hd-flex .nav-menu .show-menu > .item {
    margin-left: 17px;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 16px;
  }
  #header .hd-flex .nav-menu .show-menu > .item.sp-xl {
    display: block!important;
  }

}

#header .hd-flex .nav-menu .show-menu > .item > a {
  font-family: "DM Sans", sans-serif;
  display: block;
  font-weight: 500;
  color: #000000;
  padding: 50px 0 56px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 2.25px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1850px) {
  #header .hd-flex .nav-menu .show-menu > .item > a {
    padding: 54px 0 56px;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1520px) {
  #header .hd-flex .nav-menu .show-menu > .item > a {
    padding: 26px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item > a {
    display: none;
  }
  #header .hd-flex .nav-menu .show-menu > .item > a.spdis {
    display: block;
    padding: 8px 0 21px;
    border-bottom: 1px solid #E1E1E1;
  }
  #header .hd-flex .nav-menu .show-menu > .item > a.spdis:after, #header .hd-flex .nav-menu .show-menu > .item > a.spdis:before {
    content: none;
  }
}

#header .hd-flex .nav-menu .show-menu > .item > a:hover {
  color: #0068BD;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#header .hd-flex .nav-menu .show-menu > .item:hover a {
  color: #0068BD;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#header .hd-flex .nav-menu .show-menu > .item:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: auto;
}

#header .hd-flex .nav-menu .show-menu > .item .mega-menu {
  position: fixed;
  width: 100%;
  top: 130px;
  left: 0;
  background: #fff;
  z-index: 99;
  padding: 20px 20px 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

@media screen and (max-width: 1440px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-menu {
    top: 70px;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-menu {
    position: static;
    padding: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: auto;
  }
}

#header .hd-flex .nav-menu .show-menu > .item .mega-flex {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-flex {
    max-width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#header .hd-flex .nav-menu .show-menu > .item .mega-ttl {
  width: 400px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-ttl {
    width: 100%;
    letter-spacing: 0.8px;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #E1E1E1;
    padding-bottom: 15px;
    padding-right: 40px;
    pointer-events: auto;
  }
  #header .hd-flex .nav-menu .show-menu > .item .mega-ttl:before, #header .hd-flex .nav-menu .show-menu > .item .mega-ttl:after {
    content: '';
    width: 18px;
    height: 1px;
    background: #0068BD;
    position: absolute;
    right: 13px;
    top: 18px;
  }
  #header .hd-flex .nav-menu .show-menu > .item .mega-ttl:after {
    right: 13px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  #header .hd-flex .nav-menu .show-menu > .item .mega-ttl.on:after {
    display: none;
  }
}

#header .hd-flex .nav-menu .show-menu > .item .mega-ttl .en {
  font-family: "DM Sans", sans-serif;
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-ttl .en {
    color: #0068BD;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#header .hd-flex .nav-menu .show-menu > .item .mega-ttl .jp {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-ttl .jp {
    letter-spacing: 1px;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#header .hd-flex .nav-menu .show-menu > .item .mega-nav {
  width: calc(100% - 400px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -25px;
}

@media screen and (max-width: 1440px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-nav {
    margin: 0 -15px -25px;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-nav {
    margin: 0;
    width: 100%;
    padding-left: 21px;
    display: none;
  }
}

#header .hd-flex .nav-menu .show-menu > .item .mega-nav li {
  width: 33.33%;
  padding: 0 18px;
  margin-bottom: 25px;
}

@media screen and (max-width: 1440px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-nav li {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-nav li {
    width: 100%;
    margin-bottom: 0;
  }
}

#header .hd-flex .nav-menu .show-menu > .item .mega-nav li a {
  padding: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #E1E1E1;
  color: #000;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-nav li a {
    padding: 19px 30px 15.5px 0;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#header .hd-flex .nav-menu .show-menu > .item .mega-nav li a:after {
  content: '';
  width: 16px;
  height: 10px;
  background: url("../img/recruit/new/icon-link-01.svg");
  background-size: contain;
  right: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1245px) {
  #header .hd-flex .nav-menu .show-menu > .item .mega-nav li a:after {
    right: -3px;
    top: 51%;
  }
}

#header .hd-flex .nav-menu .show-menu > .item .mega-nav li a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0068BD;
  opacity: 1;
  border-color: #0068BD;
}

#header .hd-flex .nav-menu .hd-contact {
  width: 240px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1520px) {
  #header .hd-flex .nav-menu .hd-contact {
    width: 140px;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .hd-contact {
    position: fixed;
    right: 60px;
    top: 0;
  }
}

@media screen and (max-width: 834px) {
  #header .hd-flex .nav-menu .hd-contact {
    width: 120px;
  }
}

@media screen and (max-width: 374px) {
  #header .hd-flex .nav-menu .hd-contact {
    width: 90px;
    right: 40px;
  }
}

#header .hd-flex .nav-menu .hd-contact li {
  width: 50%;
}

#header .hd-flex .nav-menu .hd-contact li a {
  background: #64CAFF;
  font-family: "DM Sans", sans-serif;
  height: 131px;
  padding: 10px 10px 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1850px) {
  #header .hd-flex .nav-menu .hd-contact li a {
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1520px) {
  #header .hd-flex .nav-menu .hd-contact li a {
    height: 70px;
    padding: 10px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .nav-menu .hd-contact li a {
    line-height: 1.3;
    letter-spacing: 0.5px;
    height: 60px;
    font-size: 10px;
    font-size: 1rem;
  }
}

@media screen and (min-width: 835px) {
  #header .hd-flex .nav-menu .hd-contact li a:hover {
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #header .hd-flex .nav-menu .hd-contact li a:hover:before {
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

#header .hd-flex .nav-menu .hd-contact li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #7ED3FF;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  -o-transition: transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

#header .hd-flex .nav-menu .hd-contact li:nth-child(2) a {
  background: #0068BD;
}

#header .hd-flex .nav-menu .hd-contact li:nth-child(2) a:before {
  background: #1177CB;
}

#header .hd-flex .mobile-icon {
  width: 60px;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
  display: none;
}

@media screen and (max-width: 1265px) {
  #header .hd-flex .mobile-icon {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  #header .hd-flex .mobile-icon {
    width: 40px;
  }
}

#header .hd-flex .mobile-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 26px;
  height: 1px;
  background: #0068BD;
  border-radius: 3px;
}

#header .hd-flex .mobile-icon span:before, #header .hd-flex .mobile-icon span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0068BD;
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-radius: 3px;
}

#header .hd-flex .mobile-icon span:before {
  -webkit-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
      transform: translateY(-250%);
  top: -6px;
}

#header .hd-flex .mobile-icon span:after {
  -webkit-transform: translateY(250%);
  -ms-transform: translateY(250%);
      transform: translateY(250%);
  bottom: -6px;
}

#header .hd-flex .mobile-icon.mobile-close span {
  background-color: transparent;
}

#header .hd-flex .mobile-icon.mobile-close span:before, #header .hd-flex .mobile-icon.mobile-close span:after {
  width: 35px;
  background: #0068BD;
}

#header .hd-flex .mobile-icon.mobile-close span:before {
  -webkit-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg);
  top: 0;
  left: -5px;
}

#header .hd-flex .mobile-icon.mobile-close span:after {
  -webkit-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg);
  bottom: 0;
  left: -5px;
}

#header.h-recruit {
  padding: 25px 35px;
  position: relative;
}

@media screen and (max-width: 834px) {
  #header.h-recruit {
    padding: 15px 17px;
  }
}

@media screen and (max-width: 834px) {
  #header.h-recruit .hd-recruit img {
    width: 103px;
  }
}

.no-link {
  pointer-events: none;
}

.no-link > a {
  color: #888 !important;
}

.sec-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 834px) {
  .sec-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sec-link li {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .sec-link li {
    width: 100%;
  }
}

.sec-link li a {
  padding: 10px;
  height: 280px;
  width: 100%;
  background: #64CAFF;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1245px) {
  .sec-link li a {
    letter-spacing: 0;
    height: 140px;
  }
}

@media screen and (max-width: 834px) {
  .sec-link li a {
    height: 120px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 835px) {
  .sec-link li a:hover {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec-link li a:hover span:after {
    right: -15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sec-link li a:hover:before {
    -webkit-transform-origin: 0% 50%;
        -ms-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.sec-link li a span {
  position: relative;
  display: inline-block;
  padding-right: 42px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .sec-link li a span {
    padding-right: 0;
    display: block;
    width: 100%;
  }
}

.sec-link li a span:after {
  content: '';
  background: url("../img/recruit/new/icon-link-white.svg") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .sec-link li a span:after {
    right: 10px;
  }
}

.sec-link li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #7ED3FF;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease .3s;
  transition: -webkit-transform ease .3s;
  -o-transition: transform ease .3s;
  transition: transform ease .3s;
  transition: transform ease .3s, -webkit-transform ease .3s;
}

.sec-link li:nth-child(2) a {
  background: #0068BD;
}

.sec-link li:nth-child(2) a:before {
  background: #1177CB;
}

#footer {
  padding: 60px 0;
  position: relative;
  background: #fff;
}

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

.ft-logo {
  margin-bottom: 36px;
  margin-left: -14px;
}

@media screen and (max-width: 834px) {
  .ft-logo {
    margin-bottom: 17px;
  }
}

.ft-logo a {
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .ft-logo img {
    width: 136px;
    margin-left: -2px;
  }
}

.ft-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 62px;
  padding-left: 13px;
}

@media screen and (max-width: 1245px) {
  .ft-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
  }
}

@media screen and (max-width: 834px) {
  .ft-list {
    padding-bottom: 5px;
    margin-bottom: 29px;
    border-bottom: 1px solid #eee;
  }
}

.ft-item {
  width: calc(100%/6);
}

.ft-item--min {
  width: 8%;
}

@media screen and (max-width: 1245px) {
  .ft-item {
    width: 33.33%;
  }
  
  .ft-item:has(div){
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .ft-item:has(div) div{
    width: 33.33%;
  }
}

@media screen and (max-width: 834px) {
  .ft-item {
    width: 100%;
    margin-bottom: -2px;
  }
    
  .ft-item:has(div){
    width: 100%;
    display: block;
  }

  .ft-item:has(div) div{
    width: unset;
  }
}

.ft-ttl {
  font-weight: 500;
  color: #000000;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 18px;
  letter-spacing: 1.75px;
  font-size: 16px;
  font-size: 1.6rem;
}

.ft-ttl a{
  color: #000;
}

@media screen and (max-width: 834px) {
  .ft-ttl {
    margin-bottom: 9px;
    letter-spacing: 2px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.ft-nav {
  border-left: 1px solid #eee;
  padding-left: 23px;
  margin-bottom: 34px;
}

@media screen and (max-width: 1440px) {
  .ft-nav {
    padding-left: 10px;
  }
}

@media screen and (max-width: 834px) {
  .ft-nav {
    margin-bottom: 17px;
    padding-left: 0;
    border: 0;
    margin-left: -1px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ft-nav li {
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .ft-nav li {
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    width: 51.5%;
    margin-bottom: 11px;
  }
  .ft-nav li:nth-child(2n) {
    width: 48.5%;
  }
}

.ft-nav li a {
  color: #555555;
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ft-nav li a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0068BD;
}

.ft-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1245px) {
  .ft-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ft-menu {
  width: 70%;
  padding-left: 12px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 1245px) {
  .ft-menu {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ft-menu li {
  margin-right: 22px;
  padding-right: 23px;
  position: relative;
}

.ft-menu li:last-child:after {
  display: none;
}

@media screen and (max-width: 1245px) {
  .ft-menu li {
    margin-right: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .ft-menu li {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

.ft-menu li:after {
  content: '';
  width: 1px;
  height: 14px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 834px) {
  .ft-menu li:after {
    display: none;
  }
}

.ft-menu li a {
  color: #555555;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ft-menu li a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #0068BD;
}

.ft-copyright {
  text-align: right;
  width: 30%;
  padding-right: 13px;
  color: #555555;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 1245px) {
  .ft-copyright {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .ft-copyright {
    padding-right: 1px;
    text-align: right;
  }
}

.back-top {
  position: absolute;
  z-index: 50;
  right: 4%;
  bottom: 101px;
}

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

.back-top:hover path {
  fill: #0068BD;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
@media screen and (max-width: 1265px) {
  .is-locked .mobile-icon{
    display: block!important;
  }
}

.is-locked body {
  -webkit-overflow-scrolling: auto;
}

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

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

.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a {
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a:hover {
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a {
    display: inline-block;
  }
}

@media screen and (min-width: 835px) {
  a[href^="tel"] {
    pointer-events: none;
  }
}

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

@media screen and (max-width: 1245px) {
  .pc-xl {
    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: 835px) {
  .sp {
    display: none !important;
  }
}

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

@media screen and (min-width: 1246px) {
  .sp-xl {
    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;
  }
}

.c-ttl-01 {
  margin-bottom: 26px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1245px) {
  .c-ttl-01 {
    margin-bottom: 34px;
  }
}

@media screen and (max-width: 834px) {
  .c-ttl-01 {
    padding-left: 0;
  }
}

.c-ttl-01 .en {
  display: block;
}

@media screen and (max-width: 1024px) {
  .c-ttl-01 .en img {
    max-height: 42px;
  }
}

@media screen and (max-width: 640px) {
  .c-ttl-01 .en img {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
}

.c-ttl-01 .jp {
  display: block;
  margin-top: 35px;
  color: #000;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1245px) {
  .c-ttl-01 .jp {
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .c-ttl-01 .jp {
    margin-top: 13px;
    letter-spacing: 1.5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.c-ttl-01.center {
  text-align: center;
}

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

.c-ttl-01.right {
  text-align: right;
}

@media screen and (max-width: 834px) {
  .c-ttl-01.right {
    text-align: left;
  }
}

.c-ttl-01__vertical {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  left: 64px;
}

@media screen and (max-width: 834px) {
  .c-ttl-01__vertical {
    display: block;
    left: 0;
    margin-bottom: 19px;
  }
}

.c-ttl-01__vertical .jp {
  margin-left: 15px;
  margin-top: 21px;
  font-weight: 700;
}

@media screen and (min-width: 835px) {
  .c-ttl-01__vertical .jp {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 834px) {
  .c-ttl-01__vertical .jp {
    margin-left: 0;
    margin-top: 11px;
  }
}

@media screen and (max-width: 1024px) {
  .c-ttl-01__vertical .en img {
    max-height: 100%;
  }
}

.c-ttl-02 {
  margin-bottom: 31px;
}

@media screen and (max-width: 834px) {
  .c-ttl-02 {
    margin-bottom: 14px;
  }
}

.c-ttl-02 .txt-small {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.447;
  letter-spacing: 1.17px;
  color: #0068BD;
  position: relative;
  padding-left: 60px;
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 834px) {
  .c-ttl-02 .txt-small {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}

.c-ttl-02 .txt-small .nb {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  margin-right: 15px;
}

.c-ttl-02 .txt-small:after {
  content: '';
  width: 45px;
  height: 1px;
  background: #0068BD;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.c-ttl-02 .txt-main {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .c-ttl-02 .txt-main {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.c-ttl-03 {
  text-align: center;
  padding-bottom: 66px;
  position: relative;
  margin-bottom: 36px;
}

@media screen and (max-width: 834px) {
  .c-ttl-03 {
    padding-bottom: 37px;
    margin-bottom: 14px;
  }
}

.c-ttl-03:after {
  content: '';
  width: 42px;
  height: 42px;
  display: inline-block;
  background: url("../img/recruit/project/ps1/img-multi.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
  .c-ttl-03:after {
    width: 27px;
    height: 27px;
  }
}

.c-ttl-03 .txt-ctjp {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.448;
  color: #000;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .c-ttl-03 .txt-ctjp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.c-ttl-03 .txt-btct {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #0068BD;
  line-height: 1.4483;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

@media screen and (max-width: 834px) {
  .c-ttl-03 .txt-btct {
    font-size: 10px;
    font-size: 1rem;
  }
}

.c-ttl-03 .txt-main {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.448;
  letter-spacing: 3.75px;
}

@media screen and (max-width: 834px) {
  .c-ttl-03 .txt-main {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 1.5px;
  }
}

.c-ttl-04 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4478;
  color: #000000;
  font-weight: 500;
  margin-bottom: 24px;
}

@media screen and (max-width: 834px) {
  .c-ttl-04 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 6px;
  }
}

.c-ttl-05 {
  font-size: 70px;
  font-size: 7rem;
  line-height: 1.302;
  font-weight: 700;
  letter-spacing: 5.25px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 46px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .c-ttl-05 {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 640px) {
  .c-ttl-05 {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 21px;
  }
}

.c-ttl-05 span {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 834px) {
  .c-ttl-05 span {
    padding-bottom: 8px;
  }
}

.c-ttl-05 span:after {
  content: '';
  width: 30px;
  height: 6px;
  background: url("../img/recruit/session/session2/img-dots.png");
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
  .c-ttl-05 span:after {
    width: 20px;
    height: 4px;
  }
}

.c-ttl-06 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.75;
  letter-spacing: 1.14px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .c-ttl-06 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 40px;
  }
}

.c-ttl-06 .txt-bg {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #E8F2F8), color-stop(50%, transparent));
  background-image: -o-linear-gradient(left, #E8F2F8 50%, transparent 50%);
  background-image: linear-gradient(to right, #E8F2F8 50%, transparent 50%);
  background-size: 200% 15px;
  background-repeat: no-repeat;
  background-position: 0% 1em;
}

.c-ttl-07 {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.725;
  letter-spacing: 1.43px;
  margin-bottom: 44px;
}

@media screen and (max-width: 834px) {
  .c-ttl-07 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 27px;
  }
}

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

.c-ttl-07 span {
  background: #0068BD;
  padding: 5px 10px;
  display: inline-block;
  line-height: 1.2;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 834px) {
  .c-ttl-07 span {
    white-space: nowrap;
  }
}

@media screen and (max-width: 374px) {
  .c-ttl-07 span {
    padding: 2px 5px;
  }
}

.c-ttl-08 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  border-bottom: 1px solid #0068BD;
  margin-bottom: 30px;
  letter-spacing: 1px;
  padding-bottom: 11px;
}

.c-ttl-08:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #0068BD;
  display: inline-block;
  position: relative;
  left: 0;
  top: -5px;
  margin-right: 13px;
}

@media screen and (max-width: 834px) {
  .c-ttl-08:before {
    width: 6px;
    height: 6px;
    top: -3px;
  }
}

@media screen and (max-width: 834px) {
  .c-ttl-08 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}

.c-btn-01 {
  height: 110px;
  padding: 10px;
  max-width: 500px;
  width: 100%;
  background: #888888;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  position: relative;
  letter-spacing: 2px;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1245px) {
  .c-btn-01 {
    max-width: 350px;
    height: 80px;
  }
}

@media screen and (max-width: 834px) {
  .c-btn-01 {
    max-width: 240px;
    height: 60px;
    padding: 12px 10px 12px 13px;
  }
}

.c-btn-01:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: #0068BD;
}

.c-btn-01:after {
  content: '';
  background: url("../img/recruit/news/icon-link-white.svg") center no-repeat;
  background-size: contain;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .c-btn-01:after {
    right: 28px;
  }
}

.c-btn02 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.301875;
  width: 320px;
  max-width: 100%;
  height: 80px;
  background: #0068BD;
  color: #ffffff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "DM Sans", sans-serif;
}

@media screen and (max-width: 834px) {
  .c-btn02 {
    max-width: 327px;
    width: 100%;
    height: 60px;
  }
}

.c-btn02:after {
  content: '';
  width: 16px;
  height: 9px;
  background: url("../img/common/icon-link-white.svg") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  -webkit-transition: right 0.3s ease-in;
  -o-transition: right 0.3s ease-in;
  transition: right 0.3s ease-in;
}

.c-btn02:hover {
  opacity: 1;
}

.c-btn02:hover:after {
  right: 10px;
}

.txt-basic {
  line-height: 2.1875;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .txt-basic {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142;
  }
}

.txt-basic01 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.777;
}

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

@media screen and (max-width: 834px) {
  .txt-basic01.lh-175 {
    line-height: 1.75;
    letter-spacing: 1.5px;
  }
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-bold {
  font-weight: 700 !important;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  background: white;
  border: 1px solid #ccc;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.pure-input input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.pure-input input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 3px;
  margin-top: -4px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
}

.pure-input input[type="checkbox"]:checked + label:after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.pure-input input[type="checkbox"]:checked + label:before {
  -webkit-animation: borderscale 200ms ease-in;
          animation: borderscale 200ms ease-in;
  background: #4F8196;
}

.pure-input input[type="radio"] + label:after, .pure-input input[type="radio"] + label:before {
  border-radius: 50%;
}

.pure-input input[type="radio"]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
  background-color: white;
}

.pure-input input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.pure-input label {
  position: relative;
  padding: 5px 5px 5px 2em;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.pure-input label:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
  color: #4F8196;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -9px;
  border: 2px solid #4F8196;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pure-input label:after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
  background-color: #4F8196;
  position: absolute;
  top: 50%;
  left: 4px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  -o-transition: transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

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

@media screen and (min-width: 835px) {
  .scrollin__02 {
    opacity: 0;
    -webkit-transform: translate(0, 70px);
    -ms-transform: translate(0, 70px);
    transform: translate(0, 70px);
  }
  .scrollin__02.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);
  }
  .scrollin__02.active.delay-01 {
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .scrollin__02.active.delay-02 {
    -webkit-transition-delay: 0.4s;
         -o-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .scrollin__02.active.delay-03 {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .scrollin__02.active.delay-04 {
    -webkit-transition-delay: 0.8s;
         -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
  .scrollin__02.active.delay-05 {
    -webkit-transition-delay: 1s;
         -o-transition-delay: 1s;
            transition-delay: 1s;
  }
  .scrollin__02.active.delay-06 {
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
  }
  .scrollin__02.active.delay-07 {
    -webkit-transition-delay: 1.4s;
         -o-transition-delay: 1.4s;
            transition-delay: 1.4s;
  }
  .scrollin__02.active.delay-08 {
    -webkit-transition-delay: 1.6s;
         -o-transition-delay: 1.6s;
            transition-delay: 1.6s;
  }
}

.mv-block {
  position: relative;
}

.mv-index {
  position: relative;
}

.mv-index .animation-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/recruit/new/bg-animation-01.svg") center repeat-x;
  background-size: cover;
  -webkit-animation: ani 60s linear infinite;
          animation: ani 60s linear infinite;
  z-index: 9;
  opacity: 0.7;
}

@media screen and (max-width: 834px) {
  .mv-index .animation-bg {
    background: url("../img/recruit/new/bg-animation-01.svg") center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    -webkit-animation: ani 30s linear infinite;
            animation: ani 30s linear infinite;
  }
}

.mv-slider {
  position: relative;
  overflow: hidden;
}

.mv-slider__02 {
  width: 83.85%;
  margin-left: auto;
}

@media screen and (max-width: 1245px) {
  .mv-slider__02 {
    width: 90%;
  }
}

@media screen and (max-width: 834px) {
  .mv-slider__02 {
    width: 100%;
  }
}

.mv-slider:before {
  content: '';
  width: 135px;
  height: 135px;
  background: url("../img/recruit/new/icon_dot_corner.png") center no-repeat;
  background-size: contain;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .mv-slider:before {
    width: 67px;
    height: 67px;
  }
}

.mv-slider .item {
  outline: none !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
  -webkit-transition: opacity 0ms ease 0s !important;
  -o-transition: opacity 0ms ease 0s !important;
  transition: opacity 0ms ease 0s !important;
  overflow: hidden;
}

.mv-slider .item img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.mv-slider .item .item-img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -webkit-transition: 5s;
  -o-transition: 5s;
  transition: 5s;
  position: relative;
  overflow: hidden;
}

.mv-slider .item img {
  width: 100%;
  -webkit-transition: 5s linear;
  -o-transition: 5s linear;
  transition: 5s linear;
  overflow: hidden;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.mv-slider .item.slick-active .item-img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: 1s linear;
  -o-transition: 1s linear;
  transition: 1s linear;
}

.mv-slider .item.slick-active .item-img img {
  -webkit-transform: scale(1.1) rotate(0.1deg);
  -ms-transform: scale(1.1) rotate(0.1deg);
  transform: scale(1.1) rotate(0.1deg);
  -webkit-transition: 10s linear;
  -o-transition: 10s linear;
  transition: 10s linear;
  z-index: 1;
}

.mv-slider .item.first img {
  -webkit-transform: scale(1) rotate(0.1deg);
  -ms-transform: scale(1) rotate(0.1deg);
  transform: scale(1) rotate(0.1deg);
}

.mv-slider .item.first.active img {
  -webkit-transform: scale(1.4) rotate(0.1deg);
  -ms-transform: scale(1.4) rotate(0.1deg);
  transform: scale(1.4) rotate(0.1deg);
  -webkit-transition: 8s linear;
  -o-transition: 8s linear;
  transition: 8s linear;
  z-index: 1;
}

.mv-slider--cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.mv-slider--cover .item {
  opacity: 0 !important;
  -webkit-transition: opacity 2000ms linear 0s !important;
  -o-transition: opacity 2000ms linear 0s !important;
  transition: opacity 2000ms linear 0s !important;
}

.mv-slider--cover .item.slick-active {
  opacity: 1 !important;
}

.mv-ttl {
  position: absolute;
  top: 31%;
  left: 6.2%;
  z-index: 12;
}

.mv-ttl.on small:before {
  width: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.mv-ttl.on small span {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@media screen and (max-width: 834px) {
  .mv-ttl {
    position: absolute;
    top: 50%;
    left: 0;
  }
}

.mv-ttl small {
  line-height: 1.2;
  margin-bottom: 23px;
  padding: 2px 26px 9px;
  display: inline-block;
  color: #fff;
  position: relative;
  letter-spacing: 4.5px;
  font-size: 60px;
  font-size: 6rem;
}

@media screen and (max-width: 1850px) {
  .mv-ttl small {
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 48px;
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 1245px) {
  .mv-ttl small {
    padding: 4px 15px 6px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 640px) {
  .mv-ttl small {
    padding: 2px 5px 5px 19px;
    margin-bottom: 8px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.mv-ttl small:nth-child(2) {
  margin-left: 89px;
}

.mv-ttl small:before {
  content: '';
  width: 0;
  height: 100%;
  background: #0068BD;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.mv-ttl small.bg-blue {
  margin-left: 88px;
}

@media screen and (max-width: 1850px) {
  .mv-ttl small.bg-blue {
    margin-left: 40px;
  }
}

@media screen and (max-width: 1245px) {
  .mv-ttl small.bg-blue {
    margin-left: 20px;
  }
}

@media screen and (max-width: 640px) {
  .mv-ttl small.bg-blue {
    margin-left: 37px;
  }
}

.mv-ttl small.bg-blue:before {
  background: #64CAFF;
}

.mv-ttl small span {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.mv-desc {
  position: absolute;
  bottom: 0;
  right: 57px;
  z-index: 10;
}

@media screen and (max-width: 1850px) {
  .mv-desc {
    width: 100%;
    text-align: right;
    max-width: 55%;
  }
}

@media screen and (max-width: 1245px) {
  .mv-desc {
    right: 20px;
  }
}

@media screen and (max-width: 834px) {
  .mv-desc {
    right: 12px;
    max-width: 73%;
  }
}

@-webkit-keyframes ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}

@keyframes ani {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100vw 0;
  }
}

.sec-technology {
  padding: 155px 0 70px;
  background: #fff;
  position: relative;
}

.sec-technology .bg-attachment {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../img/recruit/new/bg-technology.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 834px) {
  .sec-technology .bg-attachment {
    display: none;
  }
}

@media screen and (max-width: 1245px) {
  .sec-technology {
    padding: 80px 0;
  }
}

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

.sentence {
  overflow: hidden;
}

.sentence span {
  display: block;
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  -o-transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
}

.sentence.active span {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.technology-flex {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 834px) {
  .technology-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.technology-heading {
  width: 85px;
  padding-top: 19px;
}

@media screen and (max-width: 1245px) {
  .technology-heading {
    padding-top: 0;
  }
}

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

.technology-desc {
  letter-spacing: 0.3px;
  padding-left: 110px;
  width: calc(100% - 85px);
  color: #0068BD;
  line-height: 2.8;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1245px) {
  .technology-desc {
    letter-spacing: 0;
    line-height: 2;
    padding-left: 50px;
  }
}

@media screen and (max-width: 834px) {
  .technology-desc {
    width: 100%;
    line-height: 2.14;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-works {
  padding: 79px 0 62px;
  background: #fff;
}

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

.works-content {
  max-width: 1300px;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

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

.works-content:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #E8F2F8;
  top: 60px;
  left: 0;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .works-content:before {
    width: calc(100% + 48px);
    background: #E8F2F8;
    top: 15px;
    left: -24px;
  }
}

.works-content .c-ttl-01 {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .works-content .c-ttl-01 {
    text-align: left;
  }
}

.works-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .works-list {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
}

.works-list .slick-next, .works-list .slick-prev {
  display: none;
}

.works-item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 1px;
}

.works-item:nth-child(even) {
  margin-top: 60px;
}

@media screen and (max-width: 1245px) {
  .works-item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 834px) {
  .works-item {
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 10px;
  }
}

.works-ct {
  display: block;
  background: #fff;
  padding: 24px 27px 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1245px) {
  .works-ct {
    padding: 15px 15px 0 0;
  }
}

@media screen and (min-width: 835px) {
  .works-ct:hover {
    opacity: 1;
  }
  .works-ct:hover .works-ttl:after {
    background: url("../img/recruit/new/icon-link-white.svg") #0068BD center left 70% no-repeat;
    background-size: 16px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .works-ct:hover .works-img .thumb img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.works-img {
  position: relative;
  overflow: hidden;
}

.works-img:before {
  content: "";
  display: block;
  padding-bottom: calc(260/326*100%);
}

.works-img .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.works-img .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.works-ttl {
  color: #000;
  padding: 32px 24px;
  position: relative;
  letter-spacing: 2px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 1245px) {
  .works-ttl {
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  .works-ttl {
    letter-spacing: 1px;
    padding: 19px 20px 20px;
  }
}

.works-ttl span {
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  margin-bottom: 12px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1245px) {
  .works-ttl span {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 834px) {
  .works-ttl span {
    letter-spacing: 0.25px;
    margin-bottom: 6px;
  }
}

.works-ttl:after {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../img/recruit/new/icon-link-01.svg") center no-repeat;
  background-size: 16px;
  right: -27px;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .works-ttl:after {
    width: 40px;
    height: 40px;
    right: -15px;
  }
}

.sec-session {
  padding: 149px 0 50px;
  position: relative;
  background: #fff;
}

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

@media screen and (max-width: 1024px) {
  .sec-session .c-ttl-01 .en img {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    max-width: 50px;
  }
}

@media screen and (max-width: 834px) {
  .sec-session .c-ttl-01 .en img {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.sec-session:before {
  content: '';
  height: 420px;
  top: 48.5%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #E8F2F8;
  position: absolute;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .sec-session:before {
    content: "";
    height: calc(100% - 69px);
    top: 69px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    left: auto;
    width: 53.3%;
    right: 0;
  }
}

.sec-session .inner {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 834px) {
  .sec-session .inner {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.sec-session .c-ttl-01 {
  width: 200px;
}

@media screen and (min-width: 835px) {
  .sec-session .c-ttl-01 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}

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

.sec-session .c-ttl-01 .jp {
  margin-top: 54px;
  margin-left: 19px;
}

@media screen and (max-width: 834px) {
  .sec-session .c-ttl-01 .jp {
    margin-left: 0;
    margin-top: 11px;
  }
}

.session-parallax {
  position: absolute;
  bottom: 68px;
  left: 9.7%;
  width: 155px;
}

.session-list {
  width: calc(100% - 200px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -25px;
  padding-left: 47px;
  padding-top: 97px;
  max-width: 1064px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1245px) {
  .session-list {
    margin: 0 -15px;
  }
}

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

.session-item {
  padding: 0 25px;
  margin-bottom: 76px;
  width: 50%;
}

@media screen and (max-width: 1245px) {
  .session-item {
    padding: 0 15px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 834px) {
  .session-item {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
  .session-item:last-child {
    margin-bottom: 0;
  }
}

.session-item:nth-child(3), .session-item:nth-child(4) {
  -webkit-transform: translateX(98px);
      -ms-transform: translateX(98px);
          transform: translateX(98px);
}

@media screen and (max-width: 1850px) {
  .session-item:nth-child(3), .session-item:nth-child(4) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.session-ct {
  display: block;
}

@media screen and (min-width: 835px) {
  .session-ct:hover {
    opacity: 1;
  }
  .session-ct:hover .session-img:before {
    background: url("../img/recruit/new/icon-link-white.svg") #0068BD center left 70% no-repeat;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-size: 16px;
  }
  .session-ct:hover .session-img .thumb img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.session-img {
  position: relative;
  margin-bottom: 33px;
  overflow: hidden;
}

.session-img:after {
  content: "";
  display: block;
  padding-bottom: calc(269/459*100%);
}

@media screen and (max-width: 1245px) {
  .session-img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  .session-img {
    margin-bottom: 11px;
  }
}

.session-img:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../img/recruit/new/icon-link-01.svg") #fff center no-repeat;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-size: 16px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .session-img:before {
    width: 40px;
    height: 40px;
  }
}

.session-img .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.session-img .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.session-number {
  display: block;
  padding-left: 61px;
  position: relative;
  color: #0068BD;
  margin-bottom: 27px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1245px) {
  .session-number {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 834px) {
  .session-number {
    margin-bottom: 10px;
  }
}

.session-number:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #0068BD;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .session-number:before {
    top: 61%;
  }
}

.session-ttl {
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.8rem;
}

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

.sec-about {
  padding: 29px 0 10px;
}

@media screen and (max-width: 834px) {
  .sec-about {
    background: #fff;
    padding: 61px 0 10px;
    position: relative;
  }
}

.sec-about .inner {
  position: relative;
}

.about-parallax {
  position: absolute;
  bottom: 19%;
  right: -13.5%;
  width: 277px;
}

@media screen and (max-width: 834px) {
  .about-parallax {
    width: 138px;
    height: 138px;
  }
}

.about-parallax__02 {
  position: absolute;
  bottom: 28%;
  right: -6.5%;
  width: 277px;
}

@media screen and (max-width: 834px) {
  .about-parallax__02 {
    width: 30px;
    height: 30px;
  }
}

.about-banner {
  height: 400px;
  background: url("../img/recruit/new/about-img-banner.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 834px) {
  .about-banner {
    height: 190px;
    background: url("../img/recruit/new/about-img-banner-sp.jpg") center no-repeat;
    background-size: cover;
  }
}

.about-banner img {
  width: 100%;
}

.about-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 834px) {
  .about-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-title {
  width: calc(100% - 842px);
  text-align: right;
  padding: 0 25px 0 0;
}

.about-title .c-ttl-01 {
  text-align: left;
  display: inline-block;
}

.about-title .c-ttl-01 .jp {
  padding-left: 29px;
}

@media screen and (max-width: 834px) {
  .about-title .c-ttl-01 .jp {
    padding-left: 0;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 1245px) {
  .about-title {
    width: 35%;
    padding: 50px 10px;
  }
}

@media screen and (max-width: 834px) {
  .about-title {
    text-align: left;
    width: 100%;
    padding: 60px 25px 0;
    margin-bottom: -3px;
  }
}

.about-list {
  width: 842px;
  -webkit-transform: translateY(-107px);
      -ms-transform: translateY(-107px);
          transform: translateY(-107px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 34px 35px;
  background: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1245px) {
  .about-list {
    width: 65%;
    padding: 20px;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}

@media screen and (max-width: 834px) {
  .about-list {
    padding: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 95%;
    margin: -90px auto 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.about-item {
  width: 33.33%;
  padding: 0 20px;
  position: relative;
}

@media screen and (max-width: 1245px) {
  .about-item {
    padding: 0 12px;
  }
}

@media screen and (max-width: 834px) {
  .about-item {
    padding: 0 6px;
    width: 33.33%;
  }
}

.about-item:nth-child(3n):after {
  display: none;
}

.about-item:nth-child(3n):before {
  display: none;
}

@media screen and (max-width: 834px) {
  .about-item:nth-child(3n):before {
    display: block;
  }
}

.about-item:nth-child(4):after {
  display: none;
}

.about-item:nth-child(4) .about-ct {
  border-bottom: 0;
}

@media screen and (max-width: 834px) {
  .about-item:nth-child(2):after {
    display: block;
  }
}

.about-item:last-child .about-ct {
  border-bottom: 0;
}

.about-item:last-child:after {
  display: none;
}

.about-item:last-child:before {
  display: none;
}

@media screen and (max-width: 834px) {
  .about-item:last-child:before {
    display: block;
  }
}

@media screen and (max-width: 834px) {
  .about-item:last-child:before {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .about-item:nth-child(3):before {
    display: none;
  }
  .about-item:nth-child(3):after {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .about-item:nth-child(4) .about-ct {
    border-bottom: 0;
  }
}

.about-item:nth-child(5):after {
  display: none;
}

.about-item:nth-child(5) .about-ct {
  border-bottom: 0;
}

.about-item:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #E1E1E1;
  right: -1.5px;
  bottom: -2px;
  position: absolute;
}

.about-item:before {
  content: '';
  height: calc(100% - 30px);
  top: 50%;
  width: 1px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  position: absolute;
  background: #E1E1E1;
}

.about-item p {
  text-align: center;
  letter-spacing: 1.5px;
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1245px) {
  .about-item p {
    letter-spacing: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .about-item p {
    line-height: 1.384;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.about-ct {
  display: block;
  border-bottom: 1px solid #E1E1E1;
  padding: 26px 0 31px;
}

@media screen and (max-width: 1245px) {
  .about-ct {
    padding: 20px 0;
  }
}

@media screen and (max-width: 834px) {
  .about-ct {
    padding: 16px 0 24px;
  }
}

@media screen and (min-width: 835px) {
  .about-ct {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .about-ct:hover {
    opacity: 1;
  }
  .about-ct:hover .about-img path {
    fill: #0068BD;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .about-ct:hover p {
    color: #0068BD;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.about-img {
  margin-bottom: 16px;
  text-align: center;
}

@media screen and (max-width: 1245px) {
  .about-img {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 834px) {
  .about-img {
    margin-bottom: 1px;
  }
}

.sec-project {
  padding: 35px 0 144px;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 1245px) {
  .sec-project {
    padding: 35px 0 50px;
  }
}

@media screen and (max-width: 834px) {
  .sec-project {
    padding: 48px 0 60px;
  }
}

.sec-project .inner {
  position: relative;
  z-index: 2;
}

.sec-project:before {
  content: '';
  height: 420px;
  top: 112px;
  background: #E8F2F8;
  position: absolute;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .sec-project:before {
    height: calc(100% - 66px);
    top: 66px;
  }
}

.sec-project .c-ttl-01 {
  margin-bottom: 38px;
}

@media screen and (max-width: 834px) {
  .sec-project .c-ttl-01 {
    margin-bottom: 33px;
  }
}

.sec-project .c-ttl-01 .jp {
  padding-left: 0;
}

@media screen and (max-width: 834px) {
  .sec-project .c-ttl-01 .jp {
    letter-spacing: 3.5px;
  }
}

.project-parallax {
  position: absolute;
  bottom: -9%;
  left: 15%;
  width: 103px;
}

@media screen and (max-width: 834px) {
  .project-parallax {
    bottom: -4%;
    left: 3%;
    width: 52px;
  }
}

.project-list {
  max-width: 1092px;
  padding-right: 25px;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 834px) {
  .project-list {
    padding-right: 0;
  }
}

.project-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 1245px) {
  .project-item {
    margin-bottom: 32px;
  }
}

.project-item:last-child {
  margin-bottom: 0;
}

.project-item a {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .project-item a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 835px) {
  .project-item a:hover {
    opacity: 1;
  }
  .project-item a:hover .project-img:before {
    background: url("../img/recruit/new/icon-link-white.svg") #0068BD top 50% left 70% no-repeat;
    background-size: 16px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .project-item a:hover .project-img img {
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.project-ct {
  width: 55%;
  padding: 12px 60px;
}

@media screen and (max-width: 1245px) {
  .project-ct {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 834px) {
  .project-ct {
    width: 100%;
    padding: 40px 36px 44px;
  }
}

.project-number {
  display: block;
  padding-left: 61px;
  letter-spacing: 1.5px;
  position: relative;
  color: #0068BD;
  margin-bottom: 27px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1245px) {
  .project-number {
    margin-bottom: 15px;
  }
}

.project-number:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #0068BD;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .project-number:before {
    top: 58%;
  }
}

.project-ttl {
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}

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

.project-img {
  width: 45%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .project-img {
    width: 100%;
  }
}

.project-img:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../img/recruit/new/icon-link-01.svg") #fff center no-repeat;
  background-size: 16px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 834px) {
  .project-img:before {
    width: 40px;
    height: 40px;
  }
}

.project-img img {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sec-career {
  padding: 60px 0 165px;
  background: #fff;
}

@media screen and (max-width: 1245px) {
  .sec-career {
    padding: 50px 0 60px;
  }
}

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

.sec-career .c-btn-01 {
  margin-top: -56px;
}

@media screen and (max-width: 1245px) {
  .sec-career .c-btn-01 {
    margin-top: -32px;
  }
}

@media screen and (max-width: 834px) {
  .sec-career .c-ttl-01 {
    margin-bottom: 32px;
  }
}

.sec-career .c-ttl-01 .jp {
  padding-right: 22px;
}

@media screen and (max-width: 834px) {
  .sec-career .c-ttl-01 .jp {
    padding-right: 0;
    letter-spacing: 4px;
  }
}

.sec-career .inner {
  position: relative;
}

.career-parallax {
  position: absolute;
  bottom: 6.9%;
  right: 1.9%;
  width: 106px;
  z-index: 2;
}

.career-parallax__01 {
  width: 126px;
  position: absolute;
  bottom: 25%;
  right: -9%;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .career-parallax__01 {
    width: 70px;
  }
}

.career-parallax__02 {
  position: absolute;
  top: -5.8%;
  left: -8%;
  width: 277px;
}

@media screen and (max-width: 834px) {
  .career-parallax__02 {
    top: 2%;
    right: 5%;
    left: auto;
    width: 78px;
  }
}

.career-parallax__03 {
  position: absolute;
  top: 0.5%;
  right: -2%;
  width: 38px;
}

.career-list {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -25px;
  padding-left: 47px;
  max-width: 1325px;
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 1245px) {
  .career-list {
    margin: 0 -15px;
  }
}

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

.career-item {
  margin-right: 50px;
  margin-bottom: 46px;
  width: 30%;
}

.career-item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1245px) {
  .career-item {
    margin-right: 15px;
  }
}

@media screen and (max-width: 834px) {
  .career-item {
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .career-item:last-child {
    margin-bottom: 0;
  }
}

.career-ct {
  display: block;
}

@media screen and (min-width: 835px) {
  .career-ct:hover {
    opacity: 1;
  }
  .career-ct:hover .career-img:before {
    background: url("../img/recruit/new/icon-link-white.svg") #0068BD center left 70% no-repeat;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-size: 16px;
  }
  .career-ct:hover .career-img .thumb img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.career-img {
  position: relative;
  margin-bottom: 33px;
  overflow: hidden;
}

.career-img:after {
  content: "";
  display: block;
  padding-bottom: calc(269/530*100%);
}

@media screen and (max-width: 1245px) {
  .career-img {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  .career-img {
    margin-bottom: 11px;
  }
}

.career-img:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../img/recruit/new/icon-link-01.svg") #fff center no-repeat;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background-size: 16px;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
}

@media screen and (max-width: 834px) {
  .career-img:before {
    width: 40px;
    height: 40px;
  }
}

.career-img .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.career-img .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.career-number {
  display: block;
  padding-left: 61px;
  position: relative;
  color: #0068BD;
  margin-bottom: 27px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1245px) {
  .career-number {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 834px) {
  .career-number {
    margin-bottom: 10px;
  }
}

.career-number:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #0068BD;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 834px) {
  .career-number:before {
    top: 61%;
  }
}

.career-ttl {
  color: #000;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
}

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

.sec-development {
  padding: 60px 0 239px;
  background: #fff;
}

@media screen and (max-width: 1245px) {
  .sec-development {
    padding: 50px 0 90px;
  }
}

@media screen and (max-width: 834px) {
  .sec-development {
    padding: 50px 0 97px;
  }
}

.sec-development .inner {
  position: relative;
  z-index: 3;
}

.sec-development:before {
  content: '';
  height: 603px;
  top: 110px;
  background: #E8F2F8;
  position: absolute;
  right: 0;
  width: 70.6%;
}

@media screen and (max-width: 1245px) {
  .sec-development:before {
    height: 80%;
  }
}

@media screen and (max-width: 834px) {
  .sec-development:before {
    height: calc(100% - 60px);
    top: 60px;
    width: 79.71%;
  }
}

@media screen and (max-width: 834px) {
  .sec-development .c-ttl-01 .jp {
    letter-spacing: 4px;
  }
}

.development-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -46px;
  max-width: 1243px;
  width: 100%;
  margin-left: auto;
  padding-right: 11px;
}

@media screen and (max-width: 1245px) {
  .development-list {
    margin: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .development-list {
    padding-right: 37px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.development-item {
  width: 50%;
  padding: 0 46px;
}

@media screen and (max-width: 1245px) {
  .development-item {
    padding: 0 20px;
  }
}

@media screen and (max-width: 834px) {
  .development-item {
    width: 100%;
    padding: 0;
    margin-bottom: 88px;
  }
  .development-item:last-child {
    margin-bottom: 0;
  }
}

.development-item a {
  display: block;
  position: relative;
}

@media screen and (min-width: 835px) {
  .development-item a {
    opacity: 1;
  }
  .development-item a:hover .development-img img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
  .development-item a:hover .development-ct:before {
    background: url("../img/recruit/new/icon-link-white.svg") #0068BD top 50% left 70% no-repeat;
    background-size: 16px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
}

.development-img {
  overflow: hidden;
}

.development-img .thumb img {
  width: 100%;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.development-ct {
  width: 79.5%;
  position: absolute;
  right: -41px;
  top: 80.4%;
  background: #fff;
  padding: 36px 40px;
}

@media screen and (max-width: 1440px) {
  .development-ct {
    right: -15px;
    width: 85%;
    padding: 30px 25px;
  }
}

@media screen and (max-width: 1245px) {
  .development-ct {
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  .development-ct {
    padding: 25px 20px 30px;
    top: 82%;
    right: -37px;
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .development-ct {
    top: 74%;
  }
}

.development-ct:before {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../img/recruit/new/icon-link-01.svg") #fff center no-repeat;
  background-size: 16px;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 834px) {
  .development-ct:before {
    width: 40px;
    height: 40px;
  }
}

.development-number {
  display: block;
  padding-left: 61px;
  position: relative;
  color: #0068BD;
  margin-bottom: 27px;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 1245px) {
  .development-number {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 834px) {
  .development-number {
    margin-bottom: 10px;
  }
}

.development-number:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #0068BD;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.development-ttl {
  font-weight: 500;
  color: #000;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1245px) {
  .development-ttl {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 834px) {
  .development-ttl {
    letter-spacing: 1px;
    line-height: 1.25;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-recruit {
  padding: 60px 0 171px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 1245px) {
  .sec-recruit {
    padding: 50px 0 80px;
  }
}

@media screen and (max-width: 834px) {
  .sec-recruit {
    padding: 60px 0 80px;
  }
  .sec-recruit .c-ttl-01 .jp {
    letter-spacing: 4px;
  }
}

.sec-recruit .bg-recruit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: url("../img/recruit/new/bg-recruit.svg") center no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 834px) {
  .sec-recruit .bg-recruit {
    background-size: 900px;
    display: none;
  }
}

.recruit-list {
  position: relative;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 834px) {
  .recruit-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.recruit-list .c-ttl-01 {
  margin-bottom: 66px;
}

@media screen and (max-width: 1245px) {
  .recruit-list .c-ttl-01 {
    margin-bottom: 32px;
  }
}

.recruit-item {
  width: 44%;
  position: relative;
  padding: 0 30px;
}

.recruit-item:nth-child(2) {
  width: 56%;
}

@media screen and (max-width: 1245px) {
  .recruit-item {
    width: 50% !important;
  }
}

@media screen and (max-width: 834px) {
  .recruit-item {
    margin-bottom: 50px;
    padding: 0;
    width: 100% !important;
  }
  .recruit-item:last-child {
    margin-bottom: 0;
  }
}

.recruit-item:after {
  content: '';
  width: 1px;
  height: 338px;
  background: #0068BD;
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1245px) {
  .recruit-item:after {
    height: 250px;
  }
}

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

.recruit-item:last-child:after {
  display: none;
}

.recruit-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.recruit-flex__item {
  position: relative;
  padding: 0 40px;
}

@media screen and (max-width: 1245px) {
  .recruit-flex__item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 834px) {
  .recruit-flex__item {
    padding: 0 41px;
  }
}

@media screen and (max-width: 374px) {
  .recruit-flex__item {
    padding: 0 20px;
  }
}

.recruit-flex__item:after {
  content: '';
  width: 1px;
  height: 140px;
  background: #E1E1E1;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}

@media screen and (max-width: 834px) {
  .recruit-flex__item:after {
    height: 108px;
  }
}

.recruit-flex__item:last-child:after {
  display: none;
}

.recruit-flex__ct {
  display: block;
  text-align: center;
}

.recruit-flex__ct:hover {
  opacity: 1;
}

.recruit-flex__ct:hover .recruit-flex__img path {
  fill: #0068BD;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recruit-flex__ct:hover p {
  color: #0068BD;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.recruit-flex__img {
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1245px) {
  .recruit-flex__img {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 834px) {
  .recruit-flex__img {
    margin-bottom: 7px;
  }
}

.recruit-flex p {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1245px) {
  .recruit-flex p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.sec-mvpage {
  position: relative;
  margin-bottom: 90px;
}

@media screen and (max-width: 834px) {
  .sec-mvpage {
    margin-bottom: 103px;
  }
}

.sec-mvpage .box-txtmvpages {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sec-mvpage .box-txtmvpages > .inner {
  height: 100%;
}

.sec-mvpage .box-txtmvpages__wrap {
  position: relative;
  height: 100%;
}

.sec-mvpage .box-txtmvpages__wrap .ttl-mvpage {
  margin-top: 120px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .sec-mvpage .box-txtmvpages__wrap .ttl-mvpage {
    margin-top: 47px;
    display: inline-block;
    margin-left: 0;
  }
}

.sec-mvpage .box-txtmvpages__wrap .ttl-mvpage small {
  font-size: 46px;
  font-size: 4.6rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  letter-spacing: 5px;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 15px 3px;
  position: relative;
}

@media screen and (max-width: 1850px) {
  .sec-mvpage .box-txtmvpages__wrap .ttl-mvpage small {
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-size: 35px;
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1245px) {
  .sec-mvpage .box-txtmvpages__wrap .ttl-mvpage small {
    padding: 4px 15px 6px;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 834px) {
  .sec-mvpage .box-txtmvpages__wrap .ttl-mvpage small {
    padding: 0 9px 1px;
  }
}

.sec-mvpage .box-txtmvpages__wrap .ttl-mvpage small:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .sec-mvpage .box-txtmvpages__wrap .ttl-mvpage small {
    line-height: 1.447;
    letter-spacing: 1.13px;
    margin-bottom: 6px;
    font-size: 5vw;
  }
}

.sec-mvpage .box-txtmvpages__wrap .ttl-mvpage small:before {
  content: '';
  width: 0;
  height: 100%;
  background: #0068BD;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sec-mvpage .box-txtmvpages__wrap .ttl-mvpage small span {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.sec-mvpage .box-txtmvpages__wrap .ttl-mvpage small:before {
  content: '';
  width: 0;
  height: 100%;
  background: #0068BD;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sec-mvpage .box-txtmvpages__wrap .ttl-mvpage.on small:before {
  width: 100%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.sec-mvpage .box-txtmvpages__wrap .ttl-mvpage.on small span {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.sec-mvpage .box-txtmvpages__wrap .block-inforcolleage {
  padding: 32px 45px 39px;
  background: #ffffff;
  display: inline-block;
  position: absolute;
  bottom: 50px;
  right: 14px;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .sec-mvpage .box-txtmvpages__wrap .block-inforcolleage {
    padding: 15px 19px;
    right: -1px;
    bottom: -78px;
    min-width: 241px;
  }
}

.sec-mvpage .box-txtmvpages__wrap .block-inforcolleage .ttl-colleage {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "DM Sans", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 834px) {
  .sec-mvpage .box-txtmvpages__wrap .block-inforcolleage .ttl-colleage {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4481;
    margin-bottom: 8px;
  }
}

.sec-mvpage .box-txtmvpages__wrap .block-inforcolleage .txt-colldes {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.666;
  font-weight: 400;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 834px) {
  .sec-mvpage .box-txtmvpages__wrap .block-inforcolleage .txt-colldes {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.sec-mvpage .box-txtmvpages__wrap .block-inforcolleage .txt-collnote {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.67px;
  color: #555555;
}

@media screen and (max-width: 834px) {
  .sec-mvpage .box-txtmvpages__wrap .block-inforcolleage .txt-collnote {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 4px;
  }
}

.sec-mvpage .box-txtmvpages .box-imgparallax {
  position: absolute;
  left: calc((-1)*(100vw - 1355px) / 2 + 150px);
  bottom: -2vw;
}

@media screen and (max-width: 1440px) {
  .sec-mvpage .box-txtmvpages .box-imgparallax {
    left: -7vw;
  }
}

@media screen and (max-width: 834px) {
  .sec-mvpage .box-txtmvpages .box-imgparallax {
    left: -24px;
  }
}

@media screen and (max-width: 640px) {
  .sec-mvpage .box-txtmvpages .box-imgparallax {
    bottom: -13vw;
  }
}

.sec-mvpage .box-txtmvpages .box-imgparallax__w {
  position: relative;
  width: 293px;
  height: 281px;
}

.sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax {
  position: absolute;
}

.sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax01 {
  bottom: 0;
  right: 30px;
}

@media screen and (max-width: 834px) {
  .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax01 {
    width: 100px;
  }
}

@media screen and (max-width: 640px) {
  .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax01 {
    width: 80px;
  }
}

.sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax02 {
  top: 0;
  left: 0;
}

.sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax06 {
  top: calc(50% + 11px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax03 {
  top: 44px;
  right: 35%;
}

.sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax04 {
  top: 24%;
  right: 48%;
}

.sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax05 {
  bottom: 41%;
  left: 20%;
}

@media screen and (min-width: 835px) {
  .sec-mvpage .img-mvpage img {
    min-height: 600px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
  }
}

@media screen and (min-width: 835px) and (max-width: 1245px) {
  .sec-mvpage .img-mvpage img {
    -o-object-position: 30% 50%;
       object-position: 30% 50%;
  }
}

@media screen and (max-width: 834px) {
  .sec-mvpage .img-mvpage img {
    width: 100%;
  }
}

.block-flowmain {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.sec-flowmain {
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .sec-flowmain {
    margin-bottom: 80px;
  }
}

.list-time {
  position: relative;
  margin-top: 99px;
  margin-left: 12px;
}

@media screen and (max-width: 834px) {
  .list-time {
    margin-top: 0px;
    margin-left: 0;
  }
}

.list-time:after {
  content: '';
  width: 1px;
  height: calc(100% - 40px);
  position: absolute;
  left: 162px;
  top: 20px;
  bottom: 20px;
  background: #0068BD;
}

@media screen and (max-width: 834px) {
  .list-time:after {
    left: 94px;
  }
}

.list-time .item-time {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.list-time .item-time:last-child {
  margin-bottom: 0;
}

.list-time .item-time .time {
  padding-right: 42.5px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .list-time .item-time .time {
    padding-right: 15px;
  }
}

.list-time .item-time .time:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #0068BD;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -3px;
}

.list-time .item-time .time span {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.448;
  color: #0068BD;
  width: 120px;
  height: 40px;
  letter-spacing: 1.875px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 10px;
  border: 1px solid #0068BD;
}

@media screen and (max-width: 834px) {
  .list-time .item-time .time span {
    width: 80px;
  }
}

.list-time .item-time .des-task {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.45;
  position: relative;
  padding-left: 60px;
}

@media screen and (max-width: 834px) {
  .list-time .item-time .des-task {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.428;
    padding-left: 15px;
    margin-top: -8px;
  }
}

.list-time .item-time .des-task:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #0068BD;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
}

@media screen and (max-width: 834px) {
  .list-time .item-time .des-task:before {
    content: none;
  }
}

.sec-intros {
  margin-bottom: 159px;
}

@media screen and (max-width: 834px) {
  .sec-intros {
    margin-bottom: 80px;
  }
}

.sec-intros .txt-collnote {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.22px;
  color: #555555;
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .sec-intros .txt-collnote {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 16px;
  }
}

.box-intro01 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-bottom: 119px;
  padding: 0 10px;
}

@media screen and (max-width: 990px) {
  .box-intro01 {
    margin-bottom: 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}

.box-intro01:last-child {
  margin-bottom: 0;
}

.box-intro01__l {
  width: 47%;
  padding-right: 41px;
  margin-bottom: 15px;
  letter-spacing: 0.545px;
}

@media screen and (max-width: 990px) {
  .box-intro01__l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.box-intro01__r {
  width: 53%;
  position: relative;
}

.box-intro01__r img {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .box-intro01__r {
    margin-bottom: 29px;
    width: calc(100% + 24px);
    margin-right: -24px;
  }
}

.box-intro01__r .box-introparllax01 {
  position: absolute;
  right: -154px;
  bottom: -107px;
  z-index: -1;
}

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

.box-intro01__r .box-introparllax01__w {
  position: relative;
  width: 175px;
  height: 130px;
}

.box-intro01__r .box-introparllax01__w .intro-parallax {
  position: absolute;
}

.box-intro01__r .box-introparllax01__w .intro-parallax01 {
  top: 0;
  left: 0;
}

.box-intro01__r .box-introparllax01__w .intro-parallax02 {
  bottom: 40%;
  right: 0;
}

.box-intro01__r .box-introparllax01__w .intro-parallax03 {
  bottom: 0;
  right: 25%;
}

.box-intro01__reserve {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 78px;
}

@media screen and (max-width: 990px) {
  .box-intro01__reserve {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.box-intro01__reserve .box-intro01__l {
  padding-right: 0;
  padding-left: 38px;
  margin-top: 37px;
  margin-bottom: 0;
}

@media screen and (max-width: 990px) {
  .box-intro01__reserve .box-intro01__l {
    padding-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 990px) {
  .box-intro01:last-child .box-intro01__r {
    margin-left: -24px;
    margin-right: auto;
  }
}

.box-intro02 {
  margin-bottom: 114px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-intro02 {
    margin-bottom: 60px;
  }
}

.box-intro02__w {
  width: 570px;
  margin: 0 auto;
  position: relative;
  left: 22px;
  max-width: 100%;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .box-intro02__w {
    width: 100%;
    left: 0;
  }
}

.box-intro02 .box-introparllax001 {
  position: absolute;
  left: -52px;
  top: 34%;
}

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

.box-intro02 .box-introparllax001__w {
  position: relative;
  width: 280px;
  height: 280px;
}

.box-intro02 .box-introparllax001__w .intro-parallax00 {
  position: absolute;
}

.box-intro02 .box-introparllax001__w .intro-parallax001 {
  top: 0;
  left: 0;
}

.box-intro02 .box-introparllax001__w .intro-parallax002 {
  bottom: 0;
  right: 0;
}

.box-intro02__t {
  margin-bottom: 37px;
}

@media screen and (max-width: 990px) {
  .box-intro02__t {
    width: calc(100% + 24px);
    margin-left: -24px;
    margin-bottom: 28px;
  }
}

.sec-column .img-column {
  position: relative;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .sec-column .img-column {
    margin-bottom: 60px;
  }
}

.sec-column .img-column .img-column__ttl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

@media screen and (max-width: 834px) {
  .sec-column .img-column .img-column__ttl {
    left: -24px;
  }
}

.sec-column .img-column .img-column__ttl img {
  padding-left: 10px;
}

@media screen and (max-width: 834px) {
  .sec-column .img-column .img-column__ttl img {
    padding-left: 0;
  }
}

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

.sec-column .img-column .paralax-cimage {
  height: 400px;
}

.sec-column .img-column .paralax-cimage.bg-01 {
  background: url("../img/recruit/work-colleague/cs1/img-cl01.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-column .img-column .paralax-cimage.bg-02 {
  background: url("../img/recruit/work-colleague/cs2/img-cl01_pc.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 100px;
}

.sec-column .img-column .paralax-cimage.bg-03 {
  background: url("../img/recruit/work-colleague/cs3/img-cl01.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-column .img-column .paralax-cimage.bg-04 {
  background: url("../img/recruit/work-colleague/cs4/img-cl01.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-column .img-column .paralax-cimage.bg-05 {
  background: url("../img/recruit/work-colleague/cs5/img-cl01.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 0 80px;
}

.sec-column .img-column .paralax-cimage.bg-06 {
  background: url("../img/recruit/work-colleague/cs6/img-cl01.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-column .img-column .paralax-cimage.bg-07 {
  background: url("../img/recruit/nanotechnology/work-colleague/ka/img_column_work_colleague_1_1_pc.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-column .img-column .paralax-cimage.bg-08 {
  background: url("../img/recruit/nanotechnology/work-colleague/ak/img_column_work_colleague_1_1_pc.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-column .img-column .paralax-cimage.bg-09 {
  background: url("../img/recruit/nanotechnology/work-colleague/sk/img_column_work_colleague_1_1_pc.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.list-columns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -50px 114px;
  padding: 0 12px;
}

@media screen and (max-width: 990px) {
  .list-columns {
    margin: 0 0 80px;
    padding: 0;
  }
}

.list-columns .item-column {
  width: 50%;
  padding: 0 50px;
  border-right: 1px solid #E1E1E1;
}

.list-columns .item-column:last-child, .list-columns .item-column:nth-child(2n) {
  border-right: 0;
}

@media screen and (max-width: 990px) {
  .list-columns .item-column {
    padding: 0 0;
    width: 100%;
    margin-bottom: 60px;
    border-right: 0;
  }
  .list-columns .item-column:last-child {
    margin-bottom: 0;
  }
}

.list-columns .item-column__img {
  margin-bottom: 24px;
}

.list-columns .item-column__img img {
  width: 100%;
}

@media screen and (max-width: 990px) {
  .list-columns .item-column__img {
    margin-bottom: 14px;
  }
}

.list-columns .item-column .txt-comment {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0068BD;
  position: relative;
  margin-bottom: 9px;
}

@media screen and (max-width: 834px) {
  .list-columns .item-column .txt-comment {
    margin-bottom: 0;
  }
}

.list-columns .item-column .txt-comment:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #0068BD;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.list-columns .item-column .txt-comment span {
  display: inline-block;
  background: #ffffff;
  position: relative;
  padding: 0 24px 0 19px;
  z-index: 2;
  letter-spacing: 0.05em;
}

.list-columns .item-column .txt-comment span:after {
  content: '';
  width: 6px;
  height: 6px;
  background: #0068BD;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.list-columns .item-column .ttl-column {
  margin-bottom: 0px;
}

@media screen and (max-width: 834px) {
  .list-columns .item-column .ttl-column {
    margin-bottom: 15px;
  }
}

.list-columns .item-column .ttl-column__main {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.8;
  letter-spacing: 1px;
  margin-right: 20px;
}

.list-columns .item-column .ttl-column__main:last-child {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .list-columns .item-column .ttl-column__main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-columns .item-column .ttl-column__note {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.448;
  color: #0068BD;
  padding: 1px 5px;
  border: 1px solid #0068BD;
}

@media screen and (max-width: 834px) {
  .list-columns .item-column .ttl-column__note {
    white-space: nowrap;
  }
}

.sec-otherpeople {
  position: relative;
}

.sec-otherpeople:after {
  content: '';
  width: 100%;
  background: #E8F2F8;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1024px) {
  .sec-otherpeople:after {
    top: 23px;
  }
}

.sec-otherpeople > .inner {
  position: relative;
  z-index: 2;
}

.sec-otherpeople .box-otherpeople {
  padding-bottom: 109px;
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .box-otherpeople {
    padding-bottom: 50px;
  }
}

.sec-otherpeople .works-list--vertical .works-item:nth-child(2) {
  margin-top: 0px;
}

.sec-otherpeople .works-list--vertical .works-item:nth-child(5) {
  margin-top: 0px;
}

.sec-otherpeople .js-slider {
  max-width: 1100px;
  display: block;
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .js-slider {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
}

.sec-otherpeople .js-slider .works-item {
  padding: 0 10px;
}

.sec-otherpeople .js-slider .slick-prev, .sec-otherpeople .js-slider .slick-next {
  width: 60px;
  height: 60px;
  background: #ffffff;
  opacity: 1;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.sec-otherpeople .js-slider .slick-prev:before, .sec-otherpeople .js-slider .slick-next:before {
  content: '';
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .js-slider .slick-prev, .sec-otherpeople .js-slider .slick-next {
    width: 40px;
    height: 40px;
  }
}

.sec-otherpeople .js-slider .slick-prev {
  left: -100px;
}

@media screen and (max-width: 1440px) {
  .sec-otherpeople .js-slider .slick-prev {
    left: -65px;
  }
}

@media screen and (max-width: 1245px) {
  .sec-otherpeople .js-slider .slick-prev {
    left: -15px;
  }
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .js-slider .slick-prev {
    left: 0;
  }
}

.sec-otherpeople .js-slider .slick-prev:before {
  content: '';
  width: 9px;
  height: 9px;
  border-top: 1px solid #0068BD;
  border-left: 1px solid #0068BD;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sec-otherpeople .js-slider .slick-prev:hover:before {
  -webkit-transform: translateX(-10px) rotate(-45deg);
      -ms-transform: translateX(-10px) rotate(-45deg);
          transform: translateX(-10px) rotate(-45deg);
}

.sec-otherpeople .js-slider .slick-next {
  right: -100px;
}

@media screen and (max-width: 1440px) {
  .sec-otherpeople .js-slider .slick-next {
    right: -65px;
  }
}

@media screen and (max-width: 1245px) {
  .sec-otherpeople .js-slider .slick-next {
    right: -15px;
  }
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .js-slider .slick-next {
    right: 0;
  }
}

.sec-otherpeople .js-slider .slick-next:before {
  content: '';
  width: 9px;
  height: 9px;
  border-top: 1px solid #0068BD;
  border-right: 1px solid #0068BD;
  display: inline-block;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.sec-otherpeople .js-slider .slick-next:hover:before {
  -webkit-transform: translateX(10px) rotate(45deg);
      -ms-transform: translateX(10px) rotate(45deg);
          transform: translateX(10px) rotate(45deg);
}

.sec-otherpeople .js-slider .slick-prev.slick-disabled:before, .sec-otherpeople .js-slider .slick-next.slick-disabled:before {
  opacity: 1;
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .c-ttl-01 {
    text-align: center;
  }
}

@media screen and (min-width: 835px) {
  .sec-otherpeople .c-ttl-01 .jp {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
  }
}

.paralax-cimage img {
  position: absolute;
  height: 100vh;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.hflexrecruit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: calc(100vh - 98px);
}

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

.hflexrecruit .txt-recruit {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 834px) {
  .hflexrecruit .txt-recruit {
    position: relative;
  }
}

.hflexrecruit .txt-recruit span {
  font-size: 24px;
  font-size: clamp(14px, 1.6181818182vw, 24px);
  line-height: 1.447;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
  padding: 23px 42px;
  background: #0068BD;
  position: relative;
  display: inline-block;
  width: 100%;
}

@media screen and (min-width: 835px) {
  .hflexrecruit .txt-recruit span {
    height: 80px;
  }
}
@media screen and (max-width: 834px) {
  .hflexrecruit .txt-recruit span {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 8.5px 15px;
    height: 40px;
  }
}

.hflexrecruit .txt-recruit span:after {
  content: '';
  width: 80px;
  height: 80px;
  background: url(../img/common/icon-link-01.svg) #ffffff top 53% center no-repeat;
  background-size: 16px;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .hflexrecruit .txt-recruit span:after {
    width: 40px;
    height: 40px;
  }
}

.hflexrecruit a {
  position: relative;
  display: inline-block;
  width: 100%;
}

.hflexrecruit a:hover {
  opacity: 1;
}

.hflexrecruit a:hover .txt-recruit span:after {
  background: url(../img/common/icon-link-white.svg) #0068BD top 53% left 70% no-repeat;
  background-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hflexrecruit .box-recruit01 {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 834px) {
  .hflexrecruit .box-recruit01 {
    width: 100%;
  }
}


.hflexrecruit .box-recruit01 a img {
  height: calc(100% - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 834px) {
  .hflexrecruit .box-recruit01 a img {
    height: calc(100% - 40px);
  }
}

.hflexrecruit .box-recruit01 a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.hflexrecruit__wrap {
  width: 50%;
}

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

.hflexrecruit__wrap .box-recruit02 {
  width: 100%;
  height: calc(50vh - 49px);
}

@media screen and (max-width: 834px) {
  .hflexrecruit__wrap .box-recruit02 {
    height: auto;
  }
}

.hflexrecruit__wrap a {
  height: 100%;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .hflexrecruit__wrap a {
    height: auto;
  }
}

.hflexrecruit__wrap a .img-recruit {
  height: 100%;
  overflow: hidden;
}

.hflexrecruit__wrap a img {
  height: calc(100% - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

@media screen and (max-width: 834px) {
  .hflexrecruit__wrap a img {
    height: calc(100% - 40px);
  }
}

.hflexrecruit__wrap a:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.hflexrecruit__wrap .box-recruit02--multiple {
  position: relative;
}

.hflexrecruit__wrap .box-recruit02--multiple img, 
.hflexrecruit .box-recruit01--multiple img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

.hflexrecruit__wrap .box-recruit02--multiple .img-recruit, 
.hflexrecruit .box-recruit01--multiple .img-recruit {
  height: 100%;
  overflow: hidden;
}

.hflexrecruit .txt-recruit--multiple {
  padding: 20px;
}

@media screen and (max-width: 834px) {
  .hflexrecruit .txt-recruit--multiple {
    position: absolute;
    padding: 10px;
  }
}

.hflexrecruit .txt-recruit--multiple a:hover span:after {
  background: url(../img/common/icon-link-white.svg) #0068BD top 53% left 70% no-repeat;
  background-size: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hflexrecruit .txt-recruit--multiple a {
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .hflexrecruit .txt-recruit--multiple a {
    margin-top: 6px;
  }
}

.bg-fullblue {
  background: #E8F2F8;
}

@media screen and (max-width: 834px) {
  .bg-fullblue > .inner {
    padding: 0 15px;
  }
}

.bg-fullblue .box-wrapbg {
  background: #ffffff;
  padding: 78px 80px;
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .bg-fullblue .box-wrapbg {
    padding: 31px 14px;
  }
}

.sec-mvmain .img-mv img {
  min-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}

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

.sec-projectstory > .inner {
  text-align: center;
}

.sec-projectstory .txt-basic01 {
  margin-bottom: 128px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 834px) {
  .sec-projectstory .txt-basic01 {
    margin-bottom: 28px;
    letter-spacing: 2px;
    text-align: justify;
    padding: 0 10px;
  }
}

.sec-projectstory .box-wrapbg {
  position: relative;
  margin-top: -80px;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .sec-projectstory .box-wrapbg {
    margin-top: -53px;
  }
}

.box-parentprofile {
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-parentprofile {
    padding: 0 10px;
  }
}

.box-parentprofile .box-profparallax {
  position: absolute;
  left: 21px;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .box-parentprofile .box-profparallax {
    left: -100px;
  }
}

.box-parentprofile .box-profparallax__w {
  position: relative;
  width: 189px;
  height: 149px;
}

.box-parentprofile .box-profparallax__w .profparallax {
  position: absolute;
}

.box-parentprofile .box-profparallax__w .profparallax01 {
  left: 0;
  bottom: 0;
}

.box-parentprofile .box-profparallax__w .profparallax01 img {
  width: 45px;
}

.box-parentprofile .box-profparallax__w .profparallax02 {
  top: 0;
  right: 40%;
}

.box-parentprofile .box-profparallax__w .profparallax02 img {
  width: 14px;
}

.box-parentprofile .box-profparallax__w .profparallax03 {
  top: 30px;
  right: 0;
}

.box-parentprofile .box-profparallax__w .profparallax03 img {
  width: 60px;
}

@media screen and (max-width: 834px) {
  .box-parentprofile .prof-parallax01 {
    position: absolute;
    left: -29px;
    top: calc(50% - 23px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.box-parentprofile .box-profparallax01 {
  position: absolute;
  right: 22px;
  top: calc(50% + 34px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .box-parentprofile .box-profparallax01 {
    right: -100px;
  }
}

.box-parentprofile .box-profparallax01__w {
  width: 71px;
  height: 78px;
}

.box-parentprofile .box-profparallax01__w .profparallax0 {
  position: absolute;
}

.box-parentprofile .box-profparallax01__w .profparallax001 {
  top: 0;
  right: 0;
}

.box-parentprofile .box-profparallax01__w .profparallax002 {
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 834px) {
  .box-parentprofile .prof-parallax02 {
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -29px;
    top: calc(50% + 0px);
  }
}

.box-profile {
  max-width: 760px;
  margin: 0 auto 173px;
  padding: 40px 40px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-profile {
    padding: 32px 20px 27px;
    max-width: 100%;
    margin: 0 auto 32px;
  }
}

.box-profile:after {
  content: '';
  width: calc(100% - 56px);
  height: 1px;
  background: #0068BD;
  display: inline-block;
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 0;
}

@media screen and (max-width: 834px) {
  .box-profile:after {
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
  }
}

.box-profile:before {
  content: '';
  width: calc(100% - 56px);
  height: 1px;
  background: #0068BD;
  display: inline-block;
  top: 0;
  left: 28px;
  right: 28px;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .box-profile:before {
    width: calc(100% - 24px);
    left: 12px;
    right: 12px;
  }
}

.box-profile .ttl-profile {
  padding: 0 24px;
  background: #ffffff;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
  .box-profile .ttl-profile {
    top: -14px;
    padding: 0;
  }
}

.box-profile .ttl-profile span {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #0068BD;
  padding: 2px 10px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .box-profile .ttl-profile span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
  }
}

.box-profile .list-profiles {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 -38px;
}

@media screen and (max-width: 834px) {
  .box-profile .list-profiles {
    margin: 0 -15px;
  }
}

.box-profile .list-profiles .item-profile {
  text-align: center;
  padding: 0 38px;
}

@media screen and (max-width: 834px) {
  .box-profile .list-profiles .item-profile {
    padding: 0 15px;
  }
}

.box-profile .list-profiles .item-profile .img-profile {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin: 0 auto 15px;
}

@media screen and (max-width: 834px) {
  .box-profile .list-profiles .item-profile .img-profile {
    width: 100px;
    height: 100px;
    margin: 0 auto 7px;
  }
}

.box-profile .list-profiles .item-profile .img-profile img {
  border-radius: 100%;
}

.box-profile .list-profiles .item-profile .txt-profile__name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  margin-bottom: 12px;
}

@media screen and (max-width: 834px) {
  .box-profile .list-profiles .item-profile .txt-profile__name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 8px;
  }
}

.box-profile .list-profiles .item-profile .txt-profile__txt {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.66;
}

@media screen and (max-width: 834px) {
  .box-profile .list-profiles .item-profile .txt-profile__txt {
    line-height: 1.3333;
  }
}

.box-profile .block-profile:after {
  content: '';
  width: 1px;
  height: calc(100% - 56px);
  background: #0068BD;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 28px;
  top: 28px;
}

@media screen and (max-width: 834px) {
  .box-profile .block-profile:after {
    height: calc(100% - 24px);
    bottom: 12px;
    top: 12px;
  }
}

.box-profile .block-profile:before {
  content: '';
  width: 1px;
  height: calc(100% - 56px);
  background: #0068BD;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 28px;
  top: 28px;
}

@media screen and (max-width: 834px) {
  .box-profile .block-profile:before {
    height: calc(100% - 24px);
    bottom: 12px;
    top: 12px;
  }
}

.list-ideapr {
  padding-left: 6px;
  margin-bottom: 42px;
}

@media screen and (max-width: 834px) {
  .list-ideapr {
    padding-left: 0;
    margin-bottom: 28px;
  }
  .list-ideapr:last-child {
    margin-bottom: 0;
  }
}

.list-ideapr .item-ideapr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 25px;
}

.list-ideapr .item-ideapr:last-child {
  margin-bottom: 0;
}

.list-ideapr .item-ideapr__arvatar {
  text-align: center;
  margin-top: 6px;
}

.list-ideapr .item-ideapr__arvatar .img {
  border-radius: 100%;
  margin-bottom: 9px;
  min-width: 70px;
  margin-top: 0;
}

@media screen and (max-width: 834px) {
  .list-ideapr .item-ideapr__arvatar .img {
    min-width: 50px;
    margin-bottom: 4px;
  }
}

.list-ideapr .item-ideapr__arvatar .img img {
  border-radius: 100%;
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 834px) {
  .list-ideapr .item-ideapr__arvatar .img img {
    width: 50px;
    height: 50px;
  }
}

.list-ideapr .item-ideapr__arvatar .name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 834px) {
  .list-ideapr .item-ideapr__arvatar .name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.list-ideapr .item-ideapr__txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1875;
  padding-left: 26px;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 834px) {
  .list-ideapr .item-ideapr__txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
    padding-left: 8px;
    letter-spacing: 1px;
  }
}

.box-desprofile {
  position: relative;
  text-align: left;
  margin-bottom: 111px;
}

@media screen and (max-width: 834px) {
  .box-desprofile {
    margin-bottom: 26px;
  }
}

.box-desprofile:last-child {
  margin-bottom: 0;
}

.box-desprofile__img {
  width: calc(28% + (100vw - 1355px) / 2 + 29px);
  position: absolute;
  left: calc((-1)* (100vw - 1300px) / 2 - 80px);
  bottom: 181px;
}

@media screen and (max-width: 1245px) {
  .box-desprofile__img {
    width: calc(28% + 60px);
    left: -95px;
  }
}

@media screen and (max-width: 834px) {
  .box-desprofile__img {
    width: calc(100% + 18px);
    position: relative;
    left: -29px;
    top: 0;
    margin-bottom: 30px;
  }
}

.box-desprofile__img img {
  width: 100%;
}

.box-desprofile__txt {
  padding: 0 0px 0 28%;
}

@media screen and (max-width: 834px) {
  .box-desprofile__txt {
    padding: 0 15px;
  }
}

.box-desprofile__txt .txt-basic {
  margin-bottom: 47px;
  letter-spacing: 0.4px;
}

@media screen and (max-width: 834px) {
  .box-desprofile__txt .txt-basic {
    letter-spacing: 0.2px;
    margin-bottom: 20px;
  }
}

.box-desprofile__txt .txt-basic:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 834px) {
  .box-desprofile__txt .c-ttl-02 {
    margin-bottom: 22px;
  }
}

.box-desprofile01 .box-desprofile__img {
  left: auto;
  right: calc((-1)* (100vw - 1300px) / 2 - 80px);
  width: calc(21% + (100vw - 1355px) / 2 + 29px);
  bottom: 144px;
}

@media screen and (max-width: 1245px) {
  .box-desprofile01 .box-desprofile__img {
    width: calc(21% + 60px);
    right: -95px;
  }
}

@media screen and (max-width: 834px) {
  .box-desprofile01 .box-desprofile__img {
    width: calc(100% + 18px);
    right: -10px;
  }
}

.box-desprofile01 .box-desprofile__txt {
  padding: 0 21% 0 0;
}

@media screen and (max-width: 834px) {
  .box-desprofile01 .box-desprofile__txt {
    padding: 0 15px;
  }
}

@media screen and (max-width: 834px) {
  .box-desprofile01 .box-desprofile__txt .c-ttl-02 {
    margin-bottom: 21px;
  }
}

.sec-showpro {
  padding-bottom: 119px;
}

@media screen and (max-width: 834px) {
  .sec-showpro {
    padding-bottom: 50px;
  }
}

.sec-showpro .box-wrapbg {
  padding: 126px 80px 82px;
}

@media screen and (max-width: 834px) {
  .sec-showpro .box-wrapbg {
    padding: 29px 23px 30px 28px;
    margin: 0 15px;
  }
}

.sec-showpro .box-wrapbg .block-showpro {
  margin-bottom: 140px;
}

@media screen and (max-width: 834px) {
  .sec-showpro .box-wrapbg .block-showpro {
    margin-bottom: 35px;
  }
}

.sec-showpro .box-wrapbg .block-showpro:last-child {
  margin-bottom: 0;
}

.sec-showpro .box-wrapbg .block-showpro .txt-basic {
  margin-bottom: 50px;
}

@media screen and (max-width: 834px) {
  .sec-showpro .box-wrapbg .block-showpro .txt-basic {
    margin-bottom: 32px;
    letter-spacing: 0.5px;
  }
}

.sec-showpro .box-wrapbg .block-showpro .txt-basic:last-child {
  margin-bottom: 0;
}

.sec-showpro .box-wrapbg .block-showpro .txt-basic.txt-mb {
  margin-bottom: 106px;
}

@media screen and (max-width: 834px) {
  .sec-showpro .box-wrapbg .block-showpro .txt-basic.txt-mb {
    margin-bottom: 18px;
    letter-spacing: 1px;
  }
}

.sec-showpro .box-wrapbg .block-showpro .txt-notesp {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.2;
  color: #555555;
  text-align: right;
  margin-top: 10px;
}

.sec-showpro .box-wrapbg .block-showpro .block-showpromain img {
  width: 100%;
}

.sec-showpro .img-showpro img {
  width: 100%;
}

.sec-showpro .img-showpro .paralax-cimage {
  height: 480px;
}

.sec-showpro .img-showpro .paralax-cimage.bg-01 {
  background: url("../img/recruit/project/ps1/img-mn01.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-showpro .img-showpro .paralax-cimage.bg-02 {
  background: url("../img/recruit/project/ps2/img-mn01.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sec-wantto {
  padding-top: 132px;
}

@media screen and (max-width: 834px) {
  .sec-wantto {
    padding-top: 48px;
  }
}

.box-wantto {
  text-align: center;
  margin-bottom: 105px;
}

@media screen and (max-width: 834px) {
  .box-wantto {
    text-align: justify;
    margin-bottom: 27px;
  }
}

@media screen and (max-width: 640px) {
  .box-wantto {
    margin-bottom: 40px;
  }
}

.box-wantto .c-ttl-04 {
  letter-spacing: 2px;
}

.box-wantto .txt-basic01 {
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .box-wantto .txt-basic01 {
    letter-spacing: 1px;
  }
}

.box-profilestaff {
  margin-bottom: 150px;
}

@media screen and (max-width: 834px) {
  .box-profilestaff {
    margin-bottom: 40px;
  }
}

.box-profilestaff .list-profilestaff {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -45px 30px;
}

@media screen and (max-width: 1245px) {
  .box-profilestaff .list-profilestaff {
    margin: 0 -25px 30px;
  }
}

@media screen and (max-width: 834px) {
  .box-profilestaff .list-profilestaff {
    margin: 0 -25px 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 640px) {
  .box-profilestaff .list-profilestaff {
    margin: 0 0 15px;
    display: block;
  }
}

.box-profilestaff .list-profilestaff .item-profilestaff {
  width: 25%;
  padding: 0 45px;
  border-right: 1px solid #E1E1E1;
  text-align: center;
}

@media screen and (max-width: 1245px) {
  .box-profilestaff .list-profilestaff .item-profilestaff {
    padding: 0 25px;
  }
}

@media screen and (max-width: 834px) {
  .box-profilestaff .list-profilestaff .item-profilestaff {
    width: 50%;
    padding: 0 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 640px) {
  .box-profilestaff .list-profilestaff .item-profilestaff {
    width: 100%;
    padding: 0 0 23px;
    text-align: left;
    border-bottom: 1px solid #ececec;
    margin-bottom: 24px;
    border-right: 0;
  }
}

.box-profilestaff .list-profilestaff .item-profilestaff:last-child {
  border-right: none;
}

@media screen and (max-width: 834px) {
  .box-profilestaff .list-profilestaff .item-profilestaff:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .box-profilestaff .list-profilestaff .item-profilestaff .item-prodesmn {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}

.box-profilestaff .list-profilestaff .item-profilestaff .item-proavar {
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .box-profilestaff .list-profilestaff .item-profilestaff .item-proavar {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 11px;
  }
  .box-profilestaff .list-profilestaff .item-profilestaff .item-proavar__wt {
    width: 100px;
  }
  .box-profilestaff .list-profilestaff .item-profilestaff .item-proavar .item-pronam {
    width: calc(100% - 100px);
    text-align: left;
    padding-left: 16px;
  }
}

.box-profilestaff .list-profilestaff .item-profilestaff .item-proavar img {
  width: 160px;
  height: 160px;
  border-radius: 100%;
}

@media screen and (max-width: 640px) {
  .box-profilestaff .list-profilestaff .item-profilestaff .item-proavar img {
    width: 100%;
    height: auto;
  }
}

.box-profilestaff .list-profilestaff .item-profilestaff .item-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  margin-bottom: 14px;
}

@media screen and (max-width: 834px) {
  .box-profilestaff .list-profilestaff .item-profilestaff .item-name {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.box-profilestaff .list-profilestaff .item-profilestaff .item-prodes {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66;
  margin-bottom: 12px;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .box-profilestaff .list-profilestaff .item-profilestaff .item-prodes {
    margin-bottom: 0;
  }
}

.box-profilestaff .list-profilestaff .item-profilestaff .item-protxt {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.846;
  letter-spacing: 1px;
  text-align: justify;
  margin-bottom: 23px;
}

@media screen and (max-width: 834px) {
  .box-profilestaff .list-profilestaff .item-profilestaff .item-protxt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.666;
    margin-bottom: 4px;
  }
}

.box-profilestaff .list-profilestaff .item-profilestaff .item-protxt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .box-profilestaff .list-profilestaff .item-profilestaff .item-protxt {
    width: 100%;
    position: relative;
  }
}

.box-profilestaff .txt-note {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  color: #555555;
}

.sec-systemstaff > .inner {
  text-align: center;
}

.box-wrapbgw {
  max-width: 1080px;
  margin: -80px auto 153px;
  padding: 88px 100px 0;
  display: inline-block;
  width: 100%;
  background: #ffffff;
  text-align: left;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1245px) {
  .box-wrapbgw {
    padding: 88px 200px 0;
  }
}

@media screen and (max-width: 834px) {
  .box-wrapbgw {
    padding: 50px 0 0;
    margin: 0 0 26px;
  }
}

.box-wrapbgw .box-systemstaff {
  position: relative;
  margin-bottom: 160px;
}

@media screen and (max-width: 834px) {
  .box-wrapbgw .box-systemstaff {
    margin-bottom: 57px;
  }
}

.box-wrapbgw .box-systemstaff:last-child {
  margin-bottom: 0;
}

.box-wrapbgw .box-systemstaff .list-ideapr {
  padding-left: 4px;
  margin-bottom: 46px;
}

@media screen and (max-width: 834px) {
  .box-wrapbgw .box-systemstaff .list-ideapr {
    padding-left: 0;
    margin-bottom: 30px;
  }
}

.box-wrapbgw .box-systemstaff .list-ideapr:last-child {
  margin-bottom: 0;
}

.box-wrapbgw .box-systemstaff .item-ideapr {
  margin-bottom: 35px;
}

@media screen and (min-width: 835px) {
  .box-wrapbgw .box-systemstaff .item-ideapr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 834px) {
  .box-wrapbgw .box-systemstaff .item-ideapr__txt {
    padding-left: 13px;
  }
}

.box-wrapbgw .box-systemstaff .img-valstaff {
  width: calc((100vw - 1080px) / 2 + 10px);
  position: absolute;
  left: calc((-1)* ((100vw - 1080px) / 2) - 101px);
  top: 34.5%;
  z-index: 2;
}

.box-wrapbgw .box-systemstaff .img-valstaff > .img {
  z-index: 2;
  position: relative;
  display: block;
}

@media screen and (max-width: 1440px) {
  .box-wrapbgw .box-systemstaff .img-valstaff {
    width: calc((100vw - 1080px) / 2 + 90px);
  }
}

@media screen and (max-width: 1245px) {
  .box-wrapbgw .box-systemstaff .img-valstaff {
    width: calc((100vw - 1080px) / 2 + 190px);
    left: -22vw;
  }
}

@media screen and (max-width: 1024px) {
  .box-wrapbgw .box-systemstaff .img-valstaff {
    width: calc((100vw - 1080px) / 2 + 250px);
  }
}

@media screen and (max-width: 834px) {
  .box-wrapbgw .box-systemstaff .img-valstaff {
    width: calc(100% + 24px);
    right: auto;
    left: -24px;
    position: relative;
  }
  .box-wrapbgw .box-systemstaff .img-valstaff:after {
    content: '';
    width: 130px;
    height: 180px;
    background: #E8F2F8;
    position: absolute;
    top: -80px;
    right: -24px;
  }
  .box-wrapbgw .box-systemstaff .img-valstaff img {
    width: 100%;
  }
}

.box-wrapbgw .box-systemstaff .img-valstaff__w {
  position: relative;
}

.box-wrapbgw .box-systemstaff .img-valstaff__w > .img {
  position: relative;
  z-index: 2;
  display: block;
}

.box-wrapbgw .box-systemstaff:nth-child(2n) .img-valstaff {
  left: auto;
  right: calc((-1)* ((100vw - 1080px) / 2) - 101px);
  width: calc((100vw - 1080px) / 2 + 10px);
  top: -196px;
}

@media screen and (max-width: 1440px) {
  .box-wrapbgw .box-systemstaff:nth-child(2n) .img-valstaff {
    width: calc((100vw - 1080px) / 2 + 90px);
  }
}

@media screen and (max-width: 1245px) {
  .box-wrapbgw .box-systemstaff:nth-child(2n) .img-valstaff {
    width: calc((100vw - 1080px) / 2 + 190px);
    right: -22vw;
  }
}

@media screen and (max-width: 1024px) {
  .box-wrapbgw .box-systemstaff:nth-child(2n) .img-valstaff {
    width: calc((100vw - 1080px) / 2 + 250px);
  }
}

@media screen and (max-width: 834px) {
  .box-wrapbgw .box-systemstaff:nth-child(2n) .img-valstaff {
    width: calc(100% + 24px);
    right: 0;
    left: auto;
    position: relative;
    top: 0;
  }
  .box-wrapbgw .box-systemstaff:nth-child(2n) .img-valstaff:after {
    left: -24px;
    right: auto;
  }
}

.box-wrapbgw .box-systemstaff:nth-child(3) .img-valstaff {
  top: 226px;
}

@media screen and (max-width: 834px) {
  .box-wrapbgw .box-systemstaff:nth-child(3) .img-valstaff {
    top: 0;
  }
}

.box-wrapbgw .box-systemstaff .box-systemparallax {
  position: absolute;
  z-index: 0;
}

@media screen and (max-width: 834px) {
  .box-wrapbgw .box-systemstaff .box-systemparallax {
    display: none;
  }
}

.box-wrapbgw .box-systemstaff .box-systemparallax01 {
  right: -29%;
  bottom: 9.7%;
}

.box-wrapbgw .box-systemstaff .box-systemparallax02 {
  right: 0;
  bottom: -24%;
  width: 36.5vw;
}

.box-wrapbgw .box-systemstaff .box-systemparallax03 {
  top: -17%;
  left: -17%;
}

.box-wrapbgw .box-systemstaff .box-systemparallax06 {
  bottom: -78px;
  right: -28px;
}

.box-wrapbgw .box-systemstaff .box-systemparallax04 {
  left: -53px;
  bottom: -61px;
}

.box-wrapbgw .box-systemstaff .box-systemparallax05 {
  top: -21.5%;
  left: calc((-1) * (100vw - 1080px) / 2 - 100px);
  width: 36.5vw;
}

.box-wrapbgw .box-systemstaff > * {
  position: relative;
  z-index: 3;
}

.img-systemstaff img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .img-systemstaff {
    width: 100%;
  }
}

.img-systemstaff .paralax-cimage.h555 {
  height: 555px;
}

.img-systemstaff .paralax-cimage.bg-01 {
  background: url("../img/recruit/session/session1/img-modi01.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.img-systemstaff .paralax-cimage.bg-02 {
  background: url("../img/recruit/session/session1/img-modi02.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.img-systemstaff .paralax-cimage.bg-03 {
  background: url("../img/recruit/session/session2/img-modi01.jpg") center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.img-systemstaff .paralax-cimage.bg-04 {
  background: url("../img/recruit/session/session2/img-modi02.jpg") no-repeat;
  background-position: 0 100px;
  background-size: cover;
  background-attachment: fixed;
}

.ttl-systemstaff {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  margin-bottom: 14px;
}

@media screen and (max-width: 834px) {
  .ttl-systemstaff {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

.ttl-systemstaff:before {
  content: '';
  width: 35px;
  height: 30px;
  display: inline-block;
  background: url("../img/recruit/session/session2/img-dbquote.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: -50px;
  top: -5px;
}

@media screen and (max-width: 834px) {
  .ttl-systemstaff:before {
    width: 20px;
    height: 15px;
    top: -21px;
    left: 0;
  }
}

.slogan-staff {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 400;
  letter-spacing: 2px;
  text-indent: 80px;
  position: relative;
  margin-bottom: 45px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 834px) {
  .slogan-staff {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 1.25px;
    text-indent: 68px;
    margin-bottom: 32px;
  }
}

.slogan-staff:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 15px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .slogan-staff:before {
    width: 52px;
  }
}

.session-mv {
  position: relative;
}

.session-mv__img img {
  width: 100%;
}

.session-mv__ttl {
  position: absolute;
  background: #0068BD;
  bottom: -38px;
  left: 0;
  max-width: 945px;
  width: 100%;
  z-index: 10;
  color: #fff;
  padding: 7px 10px 10px 16vw;
  letter-spacing: 2.8px;
  font-weight: 500;
  font-size: 46px;
  font-size: 4.6rem;
}

@media screen and (max-width: 1245px) {
  .session-mv__ttl {
    max-width: 60%;
    padding-left: 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 834px) {
  .session-mv__ttl {
    max-width: 78.3%;
    padding: 3px 5px 3px 25px;
    letter-spacing: 1px;
    bottom: -18px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .session-mv__ttl {
    max-width: 80%;
    padding-left: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1246px) {
  .session-mv__ttl--lg {
    max-width: 1024px;
  }
}

@media screen and (max-width: 834px) {
  .session-mv__ttl--lg {
    max-width: 335px;
  }
}

.session-mv__ttl:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/recruit/session/session3/icon_2dot.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 834px) {
  .session-mv__ttl:after {
    width: 12px;
    height: 12px;
  }
}

.session-mv__ttl--mdf {
  max-width: 100%;
  width: auto;
}

@media screen and (min-width: 835px) {
  .session-mv__ttl--mdf {
    padding: 7px 30px 10px 16vw;
  }
}

@media screen and (max-width: 834px) {
  .session-mv__ttl--mdf {
    padding: 3px 15px 3px 25px;
  }
}

.sec-session3 {
  padding: 140px 0 69px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-session3 {
    background: none;
    padding: 48px 0 30px;
  }
}

.session3-icon01 {
  position: absolute;
  top: 5%;
  right: 5%;
}

@media screen and (max-width: 1850px) {
  .session3-icon01 {
    right: 0;
    top: 2%;
  }
}

.session3-icon02 {
  position: absolute;
  top: 20%;
  left: 5%;
}

@media screen and (max-width: 1850px) {
  .session3-icon02 {
    left: 0;
  }
}

.session3-icon03 {
  position: absolute;
  top: 40%;
  right: 0;
}

.session3-box {
  max-width: 1300px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin: 0 auto 65px;
}

@media screen and (max-width: 834px) {
  .session3-box {
    margin: 0 auto 80px;
  }
}

.session3-box:last-child {
  margin-bottom: 0;
}

.session3-ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 22px;
}

@media screen and (max-width: 834px) {
  .session3-ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 14px;
  }
}

.session3-ttl small {
  display: block;
  width: 58px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3px;
  margin-top: -3px;
  color: #000;
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (max-width: 834px) {
  .session3-ttl small {
    letter-spacing: 1px;
    margin-top: -1px;
    width: 40px;
    font-size: 30px;
    font-size: 3rem;
  }
}

.session3-ttl span {
  width: calc(100% - 58px);
  display: block;
  font-weight: 500;
  padding-left: 46px;
  letter-spacing: 1px;
  position: relative;
  color: #000;
  line-height: 1.3;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 1245px) {
  .session3-ttl span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 834px) {
  .session3-ttl span {
    padding-left: 32px;
    width: calc(100% - 40px);
    line-height: 1.4;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .session3-ttl span {
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.session3-ttl span:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0068BD;
  top: 16px;
  left: 20px;
  position: absolute;
}

@media screen and (max-width: 834px) {
  .session3-ttl span:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 14px;
  }
}

.session3-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media screen and (max-width: 834px) {
  .session3-list {
    margin: 0;
  }
}

.session3-item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 17px;
}

@media screen and (max-width: 834px) {
  .session3-item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .session3-item:last-child {
    margin-bottom: 0;
  }
}

.session3-item.bg-white .session3-ct {
  background: #fff;
  border: 1px solid #E1E1E1;
}

.session3-item.bg-02 .session3-ct {
  background: #E0EDF7;
}

.session3-ct {
  display: block;
  background: #E8F2F8;
  padding: 35px 39px;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

@media screen and (max-width: 1245px) {
  .session3-ct {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 834px) {
  .session3-ct {
    padding: 19px 23px 22px;
  }
}

@media screen and (max-width: 374px) {
  .session3-ct {
    padding: 18px 15px;
  }
}

.session3-ct p {
  line-height: 1.5;
  color: #000;
  min-height: 42px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .session3-ct p {
    margin-bottom: 7px;
    line-height: 1.714;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.session3-ct p span {
  display: block;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .session3-ct p span {
    line-height: 1.375;
    margin-bottom: 17px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.session3-ct span {
  display: block;
  color: #000;
  margin-bottom: 0;
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.session3-img {
  text-align: center;
  margin-bottom: 82px;
}

@media screen and (max-width: 834px) {
  .session3-img {
    margin-bottom: 0px;
  }
}

.session3-flex {
  margin: 0 -15px 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .session3-flex {
    margin: 0;
  }
}

.session3-flex .session3-box {
  width: 50%;
  padding: 0 15px;
}

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

.session3-flex .session4-img {
  text-align: center;
}

@media screen and (max-width: 834px) {
  .session3-flex .session4-img {
    margin-bottom: 0px;
  }
}

.session-mv--add .box-mvds {
  position: absolute;
  bottom: 108px;
  left: calc(50% - 69px);
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (max-width: 1245px) {
  .session-mv--add .box-mvds {
    bottom: 50px;
  }
}

@media screen and (max-width: 834px) {
  .session-mv--add .box-mvds {
    bottom: 40px;
    right: 6%;
    left: auto;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@media screen and (min-width: 835px) {
  .session-mv--add .session-mv__img > span > img {
    min-height: 480px;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.session-mv--add .infor-staff {
  padding: 31px 45px 40px 45px;
  background: #ffffff;
  display: inline-block;
  position: relative;
  min-width: 320px;
}

@media screen and (max-width: 834px) {
  .session-mv--add .infor-staff {
    padding: 16px 20px 20px;
    min-width: 140px;
  }
}

.session-mv--add .infor-staff .ttl-staff {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.447;
  letter-spacing: 1.5px;
  font-weight: 500;
  margin-bottom: 5px;
}

@media screen and (max-width: 834px) {
  .session-mv--add .infor-staff .ttl-staff {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.448125;
    margin-bottom: 3px;
  }
}

.session-mv--add .infor-staff .txt-jp {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #64CAFF;
  line-height: 1.3;
  margin-bottom: 12px;
}

@media screen and (max-width: 834px) {
  .session-mv--add .infor-staff .txt-jp {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 9px;
  }
}

.session-mv--add .infor-staff .txt-function {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 834px) {
  .session-mv--add .infor-staff .txt-function {
    font-size: 10px;
    font-size: 1rem;
  }
}

.session-mv--add .box-mvds__rectangle {
  position: absolute;
  bottom: -34px;
  right: -197px;
  width: 363px;
}

@media screen and (max-width: 834px) {
  .session-mv--add .box-mvds__rectangle {
    display: none;
  }
}

.sec-owngoals {
  padding-top: 126px;
}

@media screen and (max-width: 834px) {
  .sec-owngoals {
    padding-top: 65px;
  }
}

.sec-owngoals > .inner {
  max-width: 1330px;
}

.box-owngoals {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  margin-bottom: 105px;
}

@media screen and (max-width: 834px) {
  .box-owngoals {
    margin-bottom: 40px;
    display: block;
  }
}

.box-owngoals:last-child {
  margin-bottom: 0;
}

.box-owngoals > * {
  position: relative;
  z-index: 2;
}

.box-owngoals__img {
  width: calc(44.5% + (100vw - 1300px) / 2);
  left: calc((-1) * ((100vw - 1300px) / 2 ));
  position: relative;
  margin-right: calc((-1) * ((100vw - 1300px) / 2 ));
}

@media screen and (max-width: 1245px) {
  .box-owngoals__img {
    width: 44.5%;
    left: -15px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 834px) {
  .box-owngoals__img {
    width: calc(100% + 24px);
    left: -24px;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.box-owngoals__img img {
  width: 100%;
}

.box-owngoals__txt {
  width: 55.5%;
  padding-left: 84px;
  margin-top: -11px;
  letter-spacing: 0.05px;
}

@media screen and (max-width: 1024px) {
  .box-owngoals__txt {
    padding-left: 35px;
  }
}

@media screen and (max-width: 834px) {
  .box-owngoals__txt {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
    text-align: justify;
    letter-spacing: 0.5px;
  }
}

.box-owngoals__pr {
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-owngoals__pr {
    margin-bottom: 40px;
  }
}

.box-owngoals__pr .box-owngoals {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.box-owngoals__pr .box-owngoals__img {
  left: auto;
  right: calc((-1) * ((100vw - 1300px) / 2 ));
  margin-left: calc((-1) * ((100vw - 1300px) / 2 ));
  margin-right: auto;
  position: relative;
  top: -212px;
}

@media screen and (max-width: 1245px) {
  .box-owngoals__pr .box-owngoals__img {
    right: -15px;
    margin-left: -15px;
    top: -15px;
  }
}

@media screen and (max-width: 834px) {
  .box-owngoals__pr .box-owngoals__img {
    right: -24px;
    margin-left: -24px;
    top: -25px;
    margin-bottom: 15px;
  }
}

.box-owngoals__pr .box-owngoals__imgct {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  left: -71px;
  z-index: 4;
}

@media screen and (max-width: 834px) {
  .box-owngoals__pr .box-owngoals__imgct {
    text-align: left;
    margin-bottom: 0;
    width: 58%;
    position: relative;
    left: -24px;
    z-index: 3;
  }
}

.box-owngoals__pr .box-owngoals__txt {
  padding-right: 86px;
  padding-left: 0;
}

@media screen and (max-width: 1024px) {
  .box-owngoals__pr .box-owngoals__txt {
    padding-right: 35px;
  }
}

@media screen and (max-width: 834px) {
  .box-owngoals__pr .box-owngoals__txt {
    padding-right: 0;
  }
}

.box-owngoals__pr .owngoals01-parallax {
  position: absolute;
  bottom: 49.2%;
  left: -10.8%;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .box-owngoals__pr .owngoals01-parallax {
    left: -100px;
    bottom: 73px;
  }
}

.box-owngoals .owngoals-parallax {
  position: absolute;
  bottom: 37.1%;
  right: -10.8%;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .box-owngoals .owngoals-parallax {
    right: -31px;
    bottom: -62px;
    width: 120px;
  }
}

.infor-mv {
  background: #fff;
  padding: 100px 0 0;
}

@media screen and (max-width: 834px) {
  .infor-mv {
    padding: 23px 0 14px;
  }
}

.infor-mv__ttl {
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 4px;
  margin-bottom: -3px;
  font-size: 60px;
  font-size: 6rem;
}

@media screen and (max-width: 834px) {
  .infor-mv__ttl {
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

.infor-mv__faq {
  margin-bottom: -15px;
  font-family: "DM Sans", sans-serif;
  font-size: 70px;
  font-size: 7rem;
}

@media screen and (max-width: 834px) {
  .infor-mv__faq {
    letter-spacing: 1.5px;
    margin-bottom: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}

.infor-mv .inner {
  max-width: 1330px;
}

.sec-informaiton {
  padding: 80px 0 120px;
  background: #E8F2F8;
}

@media screen and (max-width: 834px) {
  .sec-informaiton {
    padding: 24px 0 40px;
  }
}

.sec-informaiton .inner {
  max-width: 1330px;
}

.informaiton-bg {
  padding: 93px 80px 43px;
  background: #fff;
}

@media screen and (max-width: 1245px) {
  .informaiton-bg {
    padding: 60px 24px;
  }
}

@media screen and (max-width: 834px) {
  .informaiton-bg {
    padding: 28px 24px 33px;
    margin: 0 -24px;
  }
}

.informaiton-box {
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .informaiton-box {
    margin-bottom: 32px;
  }
}

.informaiton-box:nth-child(2) {
  margin-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .informaiton-box:nth-child(2) {
    margin-bottom: 32px;
  }
}

.informaiton-box:last-child {
  margin-bottom: 0;
}

.informaiton-ttl {
  font-weight: 500;
  color: #000;
  margin-bottom: 40px;
  padding-bottom: 16px;
  letter-spacing: 1px;
  border-bottom: 1px solid #0068BD;
  position: relative;
  padding-left: 30px;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 834px) {
  .informaiton-ttl {
    margin-bottom: 25px;
    padding-bottom: 7px;
    letter-spacing: 0.5px;
    padding-left: 16px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.informaiton-ttl:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #0068BD;
  position: absolute;
  top: 16px;
  left: 0;
}

@media screen and (max-width: 834px) {
  .informaiton-ttl:before {
    width: 6px;
    height: 6px;
    top: 10px;
  }
}

.informaiton-table dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #E1E1E1;
}

@media screen and (min-width: 835px) {
  .informaiton-table dl:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .informaiton-table dl {
    border: 1px solid #E1E1E1;
    margin-bottom: -1px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.informaiton-table dl dt {
  padding: 20px;
  width: 240px;
  color: #000;
  background: #F8F8F8;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .informaiton-table dl dt {
    padding: 11px 15px 15px;
    letter-spacing: 1px;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.informaiton-table dl dd {
  padding: 35px 40px 36px;
  width: calc(100% - 240px);
  line-height: 1.7778;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1245px) {
  .informaiton-table dl dd {
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  .informaiton-table dl dd {
    padding: 11px 15px 18px;
    width: 100%;
    line-height: 1.714;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.informaiton-table dl dd a {
  color: #000;
}

.informaiton-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 17px;
}

@media screen and (max-width: 834px) {
  .informaiton-link {
    padding-right: 0;
  }
}

.informaiton-link li {
  width: 25%;
  margin-right: -1px;
  margin-bottom: 59px;
}

@media screen and (max-width: 834px) {
  .informaiton-link li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .informaiton-link li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 835px) {
  .informaiton-link li:nth-child(4) a:after {
    display: none;
  }
}

.informaiton-link li:last-child a:after {
  display: none;
}

.informaiton-link li .w-infor {
  padding: 10px;
  border: 1px solid #E1E1E1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  line-height: 1.222;
  position: relative;
  background: #fff;
  color: #000;
  min-height: 104px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1245px) {
  .informaiton-link li .w-infor {
    line-height: 1.25;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .informaiton-link li .w-infor {
    padding: 10px 10px 18px;
    min-height: 99px;
  }
}

.informaiton-link li .w-infor span {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  width: 40px;
  height: 40px;
  top: -20px;
  position: absolute;
  z-index: 10;
  background: #0068BD;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .informaiton-link li .w-infor span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.informaiton-link li .w-infor:after {
  content: '';
  width: 30px;
  height: 23px;
  background: url("../img/recruit/new/icon-link-01.svg") center no-repeat;
  background-size: contain;
  right: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .informaiton-link li .w-infor:after {
    right: auto;
    left: calc(50% - 27px);
    top: auto;
    bottom: -17px;
    -webkit-transform: rotate(90deg) translate(0, -50%);
        -ms-transform: rotate(90deg) translate(0, -50%);
            transform: rotate(90deg) translate(0, -50%);
  }
}

.informaiton-link li .w-infor:hover {
  opacity: 1;
}

.page-recruit_internship_index .inner {
  max-width: 1330px;
}

@media screen and (max-width: 834px) {
  .page-recruit_internship_index .inner {
    padding: 0 15px;
  }
}

.box-programmain {
  text-align: center;
  position: relative;
  border-width: 6px 1px 1px 1px;
  border-style: solid;
  border-color: #0068BD #E1E1E1 #E1E1E1 #E1E1E1;
  padding: 55px 60px 79px;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .box-programmain {
    padding: 27px 24px 36px;
    border-top-width: 3px;
    margin-bottom: 28px;
  }
}

.box-programmain:last-child {
  margin-bottom: 0;
}

.box-programmain:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #0068BD;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: calc(50% - 0px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box-programmain .txt-program {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.3;
  color: #0068BD;
  margin-bottom: 6px;
  font-family: "DM Sans", sans-serif;
}

@media screen and (max-width: 834px) {
  .box-programmain .txt-program {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: -2px;
  }
}

.box-programmain .txt-days {
  font-size: 60px;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2.14px;
  font-family: "DM Sans", sans-serif;
  color: #0068BD;
  margin-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .box-programmain .txt-days {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.list-programmain {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -40px;
  text-align: left;
}

@media screen and (max-width: 834px) {
  .list-programmain {
    display: block;
    margin: 0;
  }
}

.list-programmain .ttl-program {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #0068BD;
  padding-bottom: 18px;
  border-bottom: 6px solid #E1E1E1;
  margin-bottom: 29px;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .list-programmain .ttl-program {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom-width: 3px;
    padding-bottom: 7px;
    margin-bottom: 17px;
  }
}

.list-programmain .ttl-program:after {
  content: '';
  width: 40px;
  height: 6px;
  background: #0068BD;
  display: inline-block;
  position: absolute;
  bottom: -6px;
  left: 0;
}

@media screen and (max-width: 834px) {
  .list-programmain .ttl-program:after {
    height: 3px;
    bottom: -3px;
  }
}

.list-programmain .item-programain {
  padding: 0 40px;
  width: 50%;
}

@media screen and (max-width: 834px) {
  .list-programmain .item-programain {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
  .list-programmain .item-programain:last-child {
    margin-bottom: 0;
  }
}

.list-programmain .item-programain .txt-basic {
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .list-programmain .item-programain .txt-basic {
    line-height: 1.714;
    letter-spacing: 0.75px;
  }
}

.list-programmain .list-subitems {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
}

.list-programmain .list-subitems .item-sub {
  margin-bottom: 37px;
}

@media screen and (max-width: 834px) {
  .list-programmain .list-subitems .item-sub {
    margin-bottom: 25px;
  }
}

.list-programmain .list-subitems .item-sub:last-child {
  margin-bottom: 0;
}

.list-programmain .list-subitems .item-sub .ttl-sub {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.1666;
  letter-spacing: 1.35px;
  margin-bottom: 11px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .list-programmain .list-subitems .item-sub .ttl-sub {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-programmain .list-subitems .item-sub .ttl-sub:last-child {
  margin-bottom: 0;
}

.list-programmain .list-subitems .item-sub .ttl-sub:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #0068BD;
  display: inline-block;
  position: relative;
  left: 0;
  top: -5px;
  margin-right: 6px;
}

.list-programmain .list-subitems .item-sub .txt-sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media screen and (max-width: 834px) {
  .list-programmain .list-subitems .item-sub .txt-sub {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.833;
  }
}

.list-programmain .list-subitems .item-sub .txt-sub.item-step p {
  margin-bottom: 2px;
}

.list-programmain .list-subitems .item-sub .txt-sub.item-step p:last-child {
  margin-bottom: 0;
}

.sec-programmain {
  padding-top: 119px;
  margin-bottom: 154px;
}

@media screen and (max-width: 834px) {
  .sec-programmain {
    padding-top: 42px;
    margin-bottom: 31px;
  }
}

.sec-intership {
  background: #E8F2F8;
  padding: 107px 0 120px;
}

@media screen and (max-width: 834px) {
  .sec-intership {
    padding: 24px 0 39px;
  }
}

.sec-intership .list-interships .item-intership {
  margin-bottom: 98px;
}

@media screen and (max-width: 834px) {
  .sec-intership .list-interships .item-intership {
    margin-bottom: 40px;
  }
}

.sec-intership .list-interships .item-intership:last-child {
  margin-bottom: 0;
}

.sec-intership .list-interships .ttl-intership {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
  border-bottom: 1px solid #0068BD;
  margin-bottom: 30px;
  letter-spacing: 1px;
  padding-bottom: 11px;
}

@media screen and (max-width: 834px) {
  .sec-intership .list-interships .ttl-intership {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 3px;
  }
}

.sec-intership .list-interships .ttl-intership:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #0068BD;
  display: inline-block;
  position: relative;
  left: 0;
  top: -5px;
  margin-right: 13px;
}

@media screen and (max-width: 834px) {
  .sec-intership .list-interships .ttl-intership:before {
    width: 5px;
    height: 5px;
    margin-right: 5px;
  }
}

.sec-intership .list-interships .block-desinter {
  margin-top: 13px;
  display: inline-block;
  width: 100%;
  margin-bottom: 42px;
}

@media screen and (max-width: 834px) {
  .sec-intership .list-interships .block-desinter {
    margin: 8px -24px 0 0;
    width: calc(100% + 24px);
  }
}

.sec-intership .list-desinter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 834px) {
  .sec-intership .list-desinter {
    display: block;
  }
}

.sec-intership .list-desinter .item-desinter {
  background: #ffffff;
  padding: 27px 40px 40px;
  width: calc(33.33% - 17.33px);
  margin-right: 26px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-intership .list-desinter .item-desinter {
    padding: 18px 23px 30px 23px;
    width: 278px;
    margin-right: 16px;
  }
}

@media screen and (min-width: 835px) {
  .sec-intership .list-desinter .item-desinter:last-child, .sec-intership .list-desinter .item-desinter:nth-child(3n) {
    margin-right: 0;
  }
}

.sec-intership .list-desinter .item-desinter:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 30px solid #ffffff;
  border-right: 30px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
}

@media screen and (max-width: 834px) {
  .sec-intership .list-desinter .item-desinter:after {
    border-top-width: 20px;
    border-right-width: 20px;
  }
}

.sec-intership .list-desinter .item-desinter .txt-basic {
  letter-spacing: 0.5px;
}

@media screen and (max-width: 834px) {
  .sec-intership .list-desinter .item-desinter .txt-basic {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

@media screen and (max-width: 834px) {
  .sec-intership .list-desinter .slick-list {
    padding: 0 12% 0 0 !important;
  }
  .sec-intership .list-desinter .slick-track {
    padding-bottom: 23px;
  }
}

.tb-desintership {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .tb-desintership {
    display: block;
  }
  .tb-desintership tbody, .tb-desintership tr {
    display: block;
    width: 100%;
  }
}

.tb-desintership th, .tb-desintership td {
  border-bottom: 1px solid #E1E1E1;
}

@media screen and (max-width: 834px) {
  .tb-desintership th, .tb-desintership td {
    display: block;
  }
}

@media screen and (min-width: 835px) {
  .tb-desintership tr:last-child th, .tb-desintership tr:last-child td {
    border-bottom: 0;
  }
}

.tb-desintership th {
  width: 240px;
  background: #F8F8F8;
  padding: 36px 20px;
  text-align: center;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .tb-desintership th {
    width: 100%;
    padding: 7px 16px;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.tb-desintership td {
  width: calc(100% - 240px);
  padding: 20px 20px 20px 40px;
  text-align: left;
  background: #ffffff;
}

@media screen and (max-width: 834px) {
  .tb-desintership td {
    width: 100%;
    padding: 16px 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1246px) {
  .page-recruit_new_require_faq .informaiton-bg {
    padding: 100px 80px;
  }
}

.faq-box {
  margin-top: 7px;
  margin-bottom: -6px;
  border-bottom: 1px solid #E1E1E1;
}

.faq-box:first-child {
  border-top: 1px solid #E1E1E1;
}

.faq-box:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.faq-box:last-child .faq-dl {
  padding-bottom: 20px;
}

@media screen and (max-width: 834px) {
  .faq-box:last-child .faq-dl {
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 834px) {
  .faq-bg {
    padding: 17px 24px 30px;
  }
}

.faq-ttl {
  padding: 34px 72px 34px 32px;
  letter-spacing: 1px;
  color: #000;
  font-weight: 500;
  margin-bottom: -1px;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 834px) {
  .faq-ttl {
    letter-spacing: 0.5px;
    padding: 19px 30px 16px 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.faq-ttl:before, .faq-ttl:after {
  content: '';
  background: #0068BD;
  width: 32px;
  height: 1px;
  top: 50%;
  right: 33px;
  position: absolute;
}

@media screen and (max-width: 1245px) {
  .faq-ttl:before, .faq-ttl:after {
    right: 10px;
  }
}

@media screen and (max-width: 834px) {
  .faq-ttl:before, .faq-ttl:after {
    width: 18px;
  }
}

.faq-ttl:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq-ttl.on:after {
  display: none;
}

.faq-dl {
  padding-top: 51px;
  padding-bottom: 39px;
  display: none;
}

@media screen and (max-width: 834px) {
  .faq-dl {
    padding-top: 17px;
    padding-bottom: 21px;
  }
}

.faq-dl dl {
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 34.25px;
  margin-bottom: 43px;
  margin-left: 104px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .faq-dl dl {
    padding-bottom: 13px;
    margin-bottom: 29px;
    margin-left: 0;
  }
}

.faq-dl dl:before {
  content: 'Q';
  font-weight: 700;
  color: #0068BD;
  line-height: 1;
  position: absolute;
  top: -12px;
  left: -66px;
  font-family: "DM Sans", sans-serif;
  font-size: 40px;
  font-size: 4rem;
}

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

.faq-dl dl:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.faq-dl dt {
  color: #000;
  font-weight: 500;
  margin-bottom: 29px;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .faq-dl dt {
    min-height: 36px;
    margin-bottom: 14px;
    line-height: 1.5;
    padding-left: 48px;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .faq-dl dt:before {
    content: 'Q';
    font-weight: 700;
    color: #0068BD;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 9px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.faq-dl dd {
  color: #000;
  letter-spacing: 0.4px;
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 834px) {
  .faq-dl dd {
    line-height: 1.714;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.session-mv-nurturing {
  position: relative;
}

.session-mv-nurturing__img img {
  width: 100%;
}

.session-mv-nurturing__ttl {
  position: absolute;
  background: #0068BD;
  bottom: -38px;
  left: 0;
  max-width: 555px;
  width: 100%;
  z-index: 10;
  color: #fff;
  padding: 7px 10px 10px 16vw;
  letter-spacing: 2.8px;
  font-weight: 500;
  font-size: 46px;
  font-size: 4.6rem;
}

@media screen and (max-width: 1245px) {
  .session-mv-nurturing__ttl {
    max-width: 60%;
    padding-left: 20px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 834px) {
  .session-mv-nurturing__ttl {
    max-width: 33.5%;
    padding: 3px 5px 3px 25px;
    letter-spacing: 1px;
    bottom: -18px;
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 374px) {
  .session-mv-nurturing__ttl {
    max-width: 80%;
    padding-left: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.session-mv-nurturing__ttl:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url("../img/recruit/session/session3/icon_2dot.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 834px) {
  .session-mv-nurturing__ttl:after {
    width: 12px;
    height: 12px;
  }
}

.sec-nurturing {
  padding: 110px 0 69px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-nurturing {
    background: none;
    padding: 64px 0 30px;
  }
}

.sec-nurturing-ttl {
  margin-bottom: 100px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .sec-nurturing-ttl {
    margin-bottom: 40px;
    text-align: left;
    line-height: 30px;
    letter-spacing: 1.25px;
  }
}

.bl_system {
  padding: 30px 0;
}

@media screen and (max-width: 834px) {
  .bl_system {
    padding: 54px 0 0;
  }
}

.bl_system ul {
  counter-reset: li;
}

.bl_system-list {
  position: relative;
  border: 1px solid #E1E1E1;
  padding-left: 40px;
  margin: 20px 0 20px 35px;
}

@media screen and (max-width: 834px) {
  .bl_system-list {
    margin: 0 0 48px;
    padding-left: 0;
  }
}

.bl_system-list:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  width: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: white;
  background-color: #0068BD;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -40px;
  font-size: 35px;
  font-size: 3.5rem;
}

@media screen and (max-width: 834px) {
  .bl_system-list:before {
    width: 56px;
    height: 56px;
    top: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.bl_system-item {
  padding: 50px 50px 40px;
}

@media screen and (max-width: 834px) {
  .bl_system-item {
    padding: 48px 24px 28px;
  }
}

.bl_system-itemttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 15px;
}

@media screen and (max-width: 834px) {
  .bl_system-itemttl {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 12px;
  }
}

.bl_system-itemtxt {
  font-size: 24px;
  font-size: 2.4rem;
}

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

.img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .img {
    margin-top: 25px;
  }
}

.img .cap {
  font-size: 10px;
  font-size: 1rem;
  text-align: right;
  margin-top: 20px;
  color: #555555;
}

@media screen and (max-width: 834px) {
  .img .cap {
    margin-top: 10px;
  }
}

.sec-systematization {
  padding: 35px 0 120px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-systematization {
    background: none;
    padding: 38px 0 40px;
  }
}

.sec-systematization-ttl {
  margin-bottom: 60px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 834px) {
  .sec-systematization-ttl {
    text-align: left;
  }
}

.sec-wlbalance {
  padding-top: 113px;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .sec-wlbalance {
    padding-top: 65px;
    margin-bottom: 41px;
  }
}

.sec-wlbalance > .inner {
  max-width: 1330px;
}

.sec-wlbalance .txt-wlbalance {
  text-align: center;
  margin-bottom: 100px;
  letter-spacing: 2px;
}

@media screen and (max-width: 834px) {
  .sec-wlbalance .txt-wlbalance {
    text-align: left;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
}

.box-enviroments {
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-enviroments {
    margin-bottom: 40px;
  }
}

.box-enviroments:last-child {
  margin-bottom: 0;
}

.box-enviroments .txt-basic {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .box-enviroments .txt-basic {
    margin-bottom: 20px;
  }
}

.box-enviroments .txt-basic:last-child {
  margin-bottom: 0;
}

.box-enviroments .box-enparallax {
  position: absolute;
  z-index: 1;
}

.box-enviroments .box-enparallax01 {
  left: calc((-1) * (100vw - 1300px) / 2);
  top: 8%;
}

@media screen and (max-width: 1245px) {
  .box-enviroments .box-enparallax01 {
    left: -15px;
  }
}

.box-enviroments .box-enparallax02 {
  right: calc((-1) * (100vw - 1300px) / 2);
  bottom: 14%;
}

@media screen and (max-width: 1245px) {
  .box-enviroments .box-enparallax02 {
    right: -15px;
  }
}

.box-enviroments .box-enparallax03 {
  left: calc((-1) * (100vw - 1300px) / 2);
  bottom: 38%;
}

@media screen and (max-width: 1245px) {
  .box-enviroments .box-enparallax03 {
    left: -15px;
  }
}

.box-enviroments .box-enparallax04 {
  right: calc((-1) * (100vw - 1300px) / 2);
  top: -2%;
}

@media screen and (max-width: 1245px) {
  .box-enviroments .box-enparallax04 {
    right: -15px;
  }
}

.box-enviroments .box-enparallax05 {
  left: -130px;
  bottom: 50%;
}

@media screen and (max-width: 1245px) {
  .box-enviroments .box-enparallax05 {
    left: -15px;
  }
}

.box-enviroments > * {
  position: relative;
  z-index: 2;
}

.box-enviroments .c-ttl-08 {
  margin-bottom: 40px;
}

.list-enviroments {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .list-enviroments {
    margin-bottom: 20px;
  }
}

.list-enviroments .item-enviroment {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #E1E1E1;
}

.list-enviroments .item-enviroment:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 834px) {
  .list-enviroments .item-enviroment {
    display: block;
    border: 1px solid #E1E1E1;
    margin-top: -1px;
  }
  .list-enviroments .item-enviroment:first-child {
    margin-top: 0;
  }
}

.list-enviroments .item-enviroment .th, .list-enviroments .item-enviroment .td {
  padding: 15px 10px;
}

@media screen and (max-width: 834px) {
  .list-enviroments .item-enviroment .th, .list-enviroments .item-enviroment .td {
    padding: 8px 15px;
  }
}

.list-enviroments .item-enviroment .th {
  background: #F8F8F8;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 240px;
}

@media screen and (max-width: 834px) {
  .list-enviroments .item-enviroment .th {
    width: 100%;
    display: block;
    text-align: left;
  }
}

.list-enviroments .item-enviroment .td {
  padding: 36px 40px;
  width: calc(100% - 240px);
  letter-spacing: 1.1px;
  background: #ffffff;
}

@media screen and (max-width: 834px) {
  .list-enviroments .item-enviroment .td {
    width: 100%;
    padding: 16px 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
    text-align: justify;
    letter-spacing: 0.5px;
  }
}

.list-enviroments .item-enviroment .td .txt-blue {
  color: #0068BD;
}

.list-enviroments .item-enviroment .td .td-fl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 17px;
}

@media screen and (max-width: 834px) {
  .list-enviroments .item-enviroment .td .td-fl {
    display: block;
    margin-top: 12px;
  }
}

.list-enviroments .item-enviroment .td .td-fl:first-child {
  margin-top: 0;
}

.list-enviroments .item-enviroment .td .td-fl__img {
  width: 168px;
  position: relative;
  left: -11px;
}

@media screen and (max-width: 834px) {
  .list-enviroments .item-enviroment .td .td-fl__img {
    width: 100%;
    left: 0;
    text-align: center;
    margin-bottom: 19px;
  }
}

.list-enviroments .item-enviroment .td .td-fl__img--pos {
  left: 10px;
}

@media screen and (max-width: 834px) {
  .list-enviroments .item-enviroment .td .td-fl__img--pos {
    left: 0;
  }
}

.list-enviroments .item-enviroment .td .td-fl__txt {
  width: calc(100% - 168px);
  padding-left: 30px;
}

@media screen and (min-width: 835px) {
  .list-enviroments .item-enviroment .td .td-fl__txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .list-enviroments .item-enviroment .td .td-fl__txt {
    width: 100%;
    padding-left: 0;
  }
}

.list-enviroments .item-enviroment .td .txt-h {
  min-height: 107px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.list-imgenvi {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-imgenvi .item-imgenvi {
  width: calc(50% - 20px);
  margin-right: 40px;
  margin-bottom: 40px;
}

.list-imgenvi .item-imgenvi:last-child, .list-imgenvi .item-imgenvi:nth-child(2n) {
  margin-right: 0;
}

.list-imgenvi .item-imgenvi img {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .list-imgenvi .item-imgenvi {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list-imgenvi .item-imgenvi:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .page-recruit_new_development_wlbalance ~ #footer .back-top {
    display: none !important;
  }
}

.sec-requiremind {
  padding-top: 107px;
  padding-bottom: 120px;
}

@media screen and (max-width: 834px) {
  .sec-requiremind {
    padding-top: 65px;
    padding-bottom: 40px;
  }
}

.sec-requiremind .txt-requiremind {
  margin-bottom: 120px;
  line-height: 2.1875;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
}

@media screen and (max-width: 834px) {
  .sec-requiremind .txt-requiremind {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
    letter-spacing: 0.5px;
    margin-bottom: 40px;
  }
}

.sec-requiremind > .inner {
  max-width: 1330px;
}

.sec-requiremind .box-requireparallax {
  position: absolute !important;
  z-index: 0 !important;
}

.sec-requiremind .box-requireparallax01 {
  bottom: 67px;
  left: -18%;
}

@media screen and (max-width: 1245px) {
  .sec-requiremind .box-requireparallax01 {
    left: -15px;
  }
}

.sec-requiremind .box-requireparallax02 {
  top: 10px;
  right: calc((-1) * (100vw - 1330px) / 2);
}

@media screen and (max-width: 1245px) {
  .sec-requiremind .box-requireparallax02 {
    right: -15px;
  }
}

.sec-requiremind .box-requireparallax03 {
  top: -10px;
  left: calc((-1) * (100vw - 1300px) / 2);
}

@media screen and (max-width: 1330px) {
  .sec-requiremind .box-requireparallax03 {
    left: -15px;
  }
}

@media screen and (max-width: 1245px) {
  .sec-requiremind .box-requireparallax03 {
    left: -15px;
  }
}

.sec-requiremind .box-requireparallax04 {
  bottom: 100px;
  right: calc((-1) * (100vw - 1300px) / 2);
}

@media screen and (max-width: 1330px) {
  .sec-requiremind .box-requireparallax04 {
    right: -15px;
  }
}

@media screen and (max-width: 1245px) {
  .sec-requiremind .box-requireparallax04 {
    right: -15px;
  }
}

.sec-requiremind .cover-parallax > * {
  position: relative;
  z-index: 2;
}

.txt-des16 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1875;
  letter-spacing: 0.3px;
}

@media screen and (max-width: 834px) {
  .txt-des16 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.714;
  }
}

.box-requiremind {
  margin-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-requiremind {
    margin-bottom: 40px;
  }
}

.box-requiremind .c-ttl-08 {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .box-requiremind .c-ttl-08 {
    margin-bottom: 20px;
  }
}

.list-requireminds {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-requireminds .item-requiremind {
  width: calc(50% - 20px);
  margin-right: 40px;
  border: 1px solid #E1E1E1;
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .list-requireminds .item-requiremind {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .list-requireminds .item-requiremind:last-child {
    margin-bottom: 0;
  }
}

.list-requireminds .item-requiremind:last-child, .list-requireminds .item-requiremind:nth-child(2n) {
  margin-right: 0;
}

.list-requireminds .item-requiremind__ttl {
  font-size: 24px;
  font-size: 2.4rem;
  color: #0068BD;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.86px;
  padding: 26px 20px;
  border-bottom: 1px solid #E1E1E1;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .list-requireminds .item-requiremind__ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 12px 10px;
  }
}

.list-requireminds .item-requiremind__des {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 1.05px;
  padding: 32px 40px 41px;
}

@media screen and (max-width: 834px) {
  .list-requireminds .item-requiremind__des {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83;
    padding: 12px 14px 21px;
    letter-spacing: 0.56px;
  }
}

.link-blue {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #0068BD;
}

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

.box-vision {
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-vision {
    margin-bottom: 40px;
  }
}

.box-vision:last-child {
  margin-bottom: 0;
}

.box-vision .c-ttl-08 {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .box-vision .c-ttl-08 {
    margin-bottom: 20px;
  }
}

.ttl-des20 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.75;
  margin-bottom: 4px;
}

@media screen and (max-width: 834px) {
  .ttl-des20 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.25px;
  }
}

.box-values {
  position: relative;
}

.box-values .c-ttl-08 {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .box-values .c-ttl-08 {
    margin-bottom: 20px;
  }
}

.list-values {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-values .item-value {
  width: calc(33.33%);
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
  padding: 33px 25px;
  position: relative;
  background: #ffffff;
}

@media screen and (min-width: 835px) {
  .list-values .item-value:last-child, .list-values .item-value:nth-child(3n) {
    border-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .list-values .item-value:last-child, .list-values .item-value:nth-child(2n) {
    border-right: 0;
  }
}

@media screen and (max-width: 990px) {
  .list-values .item-value {
    padding: 33px 6px;
  }
}

@media screen and (max-width: 834px) {
  .list-values .item-value {
    width: 50%;
    padding: 22px 13px;
  }
}

@media screen and (min-width: 835px) {
  .list-values .item-value:nth-last-child(2), .list-values .item-value:last-child, .list-values .item-value:nth-last-child(3) {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .list-values .item-value:nth-last-child(2), .list-values .item-value:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 835px) {
  .list-values .item-value:nth-child(2), .list-values .item-value:first-child, .list-values .item-value:nth-child(3) {
    padding-top: 0;
  }
}

@media screen and (max-width: 834px) {
  .list-values .item-value:nth-last-child(2), .list-values .item-value:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  .list-values .item-value:nth-child(2), .list-values .item-value:first-child {
    padding-top: 0;
  }
}

.list-values .item-value__img {
  text-align: center;
}

.list-values .item-value__img img {
  width: 100px;
}

@media screen and (max-width: 834px) {
  .list-values .item-value__img img {
    width: 80px;
  }
}

.list-values .item-value__des {
  text-align: center;
}

.list-values .item-value__des .ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 2.1;
  margin-bottom: -3px;
  color: #0068BD;
}

@media screen and (max-width: 834px) {
  .list-values .item-value__des .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.list-values .item-value__des .des {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 834px) {
  .list-values .item-value__des .des {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.833;
  }
}

.list-values .item-value .icon-correct {
  position: absolute;
  bottom: -24px;
  right: -24px;
}

.list-values .item-value .icon-correct span {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #ffffff;
  z-index: 2;
}

.list-values .item-value .icon-correct span:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #0068BD;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec-careermain {
  padding-top: 113px;
  margin-bottom: 160px;
}

@media screen and (max-width: 834px) {
  .sec-careermain {
    padding-top: 32px;
    margin-bottom: 78px;
  }
}

.sec-careermain .txt-careermain {
  margin-bottom: 111px;
}

@media screen and (max-width: 834px) {
  .sec-careermain .txt-careermain {
    text-align: left;
    margin-bottom: 28px;
  }
}

.list-lpdfs {
  max-width: 1024px;
  margin: 0 auto;
}

.list-lpdfs .item-lpdf {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 40px;
  margin-bottom: 80px;
}

@media screen and (max-width: 834px) {
  .list-lpdfs .item-lpdf {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .list-lpdfs .item-lpdf {
    display: block;
    padding: 0;
    margin-bottom: 27px;
  }
}

.list-lpdfs .item-lpdf:last-child {
  margin-bottom: 0;
}

.list-lpdfs .item-lpdf__ttl {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.448;
  letter-spacing: 1px;
  color: #0068BD;
  position: relative;
  padding-left: 60px;
  width: 118px;
}

@media screen and (max-width: 640px) {
  .list-lpdfs .item-lpdf__ttl {
    font-size: 14px;
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 10px;
  }
}

.list-lpdfs .item-lpdf__ttl:before {
  content: '';
  width: 45px;
  height: 1px;
  background: #0068BD;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.list-lpdfs .item-lpdf__des {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  padding-left: 30px;
  width: calc(66.1% - 118px);
  padding-right: 30px;
}

@media screen and (max-width: 1024px) {
  .list-lpdfs .item-lpdf__des {
    font-size: 20px;
    font-size: 2rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 640px) {
  .list-lpdfs .item-lpdf__des {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 19px;
  }
}

.list-lpdfs .item-lpdf__link {
  width: 33.89%;
}

@media screen and (max-width: 640px) {
  .list-lpdfs .item-lpdf__link {
    width: 100%;
    text-align: center;
  }
}

.sec-moviemain {
  padding-top: 113px;
  margin-bottom: 119px;
}

@media screen and (max-width: 834px) {
  .sec-moviemain {
    padding-top: 65px;
    margin-bottom: 36px;
  }
}

.sec-moviemain .txt-moviemain {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 834px) {
  .sec-moviemain .txt-moviemain {
    text-align: left;
    margin-bottom: 34px;
    letter-spacing: 1px;
  }
}

.sec-moviemain > .inner {
  max-width: 1330px;
}

.list-youtubes {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media screen and (max-width: 834px) {
  .list-youtubes {
    display: block;
  }
}

.list-youtubes .item-youtube {
  width: calc(33.33% - 21.33px);
  margin-right: 32px;
}

.list-youtubes .item-youtube:last-child, .list-youtubes .item-youtube:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 834px) {
  .list-youtubes .item-youtube {
    width: 100%;
    margin-right: 0;
    margin-bottom: 28px;
  }
}

.list-youtubes .item-youtube__img {
  margin-bottom: 18px;
}

.list-youtubes .item-youtube__img iframe {
  width: 100%;
}

@media screen and (max-width: 834px) {
  .list-youtubes .item-youtube__img {
    margin-bottom: 10px;
  }
}

.list-youtubes .item-youtube__img a {
  display: inline-block;
  width: 100%;
}

.list-youtubes .item-youtube__des {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1.2px;
}

@media screen and (max-width: 834px) {
  .list-youtubes .item-youtube__des {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.page-recruit_new_career_career1 .sec-mvpage {
  margin-bottom: 140px;
}

@media screen and (max-width: 834px) {
  .page-recruit_new_career_career1 .sec-mvpage {
    margin-bottom: 194px;
  }  
}

@media screen and (min-width: 835px) and (max-width: 1245px) {
  .page-recruit_new_career_career1 .sec-mvpage .img-mvpage img {
    -o-object-position: 60% 50%;
    object-position: 60% 50%;
  }
}

.page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages__wrap .block-inforcolleage {
  padding: 80px;
  color: #ffffff;
  background-color: #0068BD;
  bottom: -40px;
  left: 0;
  right: auto;
  min-width: 600px;
}


@media screen and (max-width: 834px) {
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages__wrap .block-inforcolleage {
    padding: 15px 19px;
    bottom: -146px;
    left: -24px;
    min-width: 244px;
  }
}

.page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages__wrap .block-inforcolleage .txt-collnote {
  color: #ffffff;
}

.career-mv__ttl {
  letter-spacing: 2.8px;
  font-weight: 500;
  font-size: 40px;
  font-size: 4.0rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 1245px) {
  .career-mv__ttl {
    max-width: 100%;
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  .career-mv__ttl {
    letter-spacing: 1px;
    bottom: -18px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 374px) {
  .career-mv__ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1246px) {
  .career-mv__ttl--lg {
    max-width: 1024px;
  }
}

@media screen and (max-width: 834px) {
  .career-mv__ttl--lg {
    max-width: 335px;
  }
}

.career-mv__ttl--mdf {
  max-width: 100%;
  width: auto;
}

@media screen and (min-width: 835px) {
  .career-mv__ttl--mdf {
    padding: 7px 30px 10px 16vw;
  }
}

.page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax {
  position: absolute;
  left: 377px;
  bottom: -70px;
  z-index: 3;
}

@media screen and (max-width: 1440px) {
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax {
    left: 25vw;
  }
}

@media screen and (max-width: 834px) {
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax {
    left: 200px;
  }
}

@media screen and (max-width: 640px) {
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax {
    bottom: -30vw;
  }
}

.page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w {
  position: relative;
  width: 193px;
  height: 192px;
}

@media screen and (max-width: 834px) {
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w {
    width: 100px;
    height: 100px;
  }
}

.page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax {
  position: absolute;
}

.page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax01 {
  bottom: 0;
  left: 30px;
}

@media screen and (max-width: 834px) {
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax01 {
    left: 0;
  }
}

.page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax02 {
  top: 60px;
  right: 0;
  left: auto;
}

@media screen and (max-width: 834px) {
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax02 {
    top: 28px;
    right: 0;
  }
}

.page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax03 {
  top: 0;
  right: 64px;
}

@media screen and (max-width: 834px) {
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax03 {
    top: 0;
    right: 29px;
  }
}

@media screen and (max-width: 834px) {
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax01 {
    width: 60px;
  }
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax02 {
    width: 24px;
  }
  .page-recruit_new_career_career1 .sec-mvpage .box-txtmvpages .box-imgparallax__w .mv-parallax03 {
    width: 7px;
  }
}

@media screen and (max-width: 834px) {
  .career-mv__ttl--mdf {
    padding: 3px 15px 3px 25px;
  }
}

.sec-interviews {
  margin-bottom: 159px;
}

@media screen and (max-width: 834px) {
  .sec-interviews {
    margin-bottom: 80px;
  }
}

.sec-interviews > .inner {
  max-width: 1330px;
}

.sec-interviews .txt-collnote {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.22px;
  color: #555555;
  margin-top: 20px;
}

@media screen and (max-width: 834px) {
  .sec-interviews .txt-collnote {
    font-size: 10px;
    font-size: 1rem;
    margin-top: 16px;
  }
}

.txt-box {
  margin-top: 50px;
}

.txt-box:first-child {
  margin-top: 0;
}

@media screen and (max-width: 834px) {
  .txt-box {
    margin-top: 22px;
  }
}

.txt-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77;
  font-weight: 400;
  letter-spacing: 2px;
  text-indent: 80px;
  position: relative;
  margin-bottom: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 834px) {
  .txt-ttl  {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 1.25px;
    text-indent: 68px;
  }
}

.txt-ttl:before {
  content: '';
  width: 60px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 15px;
  display: inline-block;
}

@media screen and (max-width: 834px) {
  .txt-ttl:before {
    width: 52px;
  }
}

.sec-interviews .txt-basic {
  margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
  .sec-interviews .txt-basic {
    margin-bottom: 20px;
  }
}

.sec-interviews .txt-basic:last-child {
  margin-bottom: 0;
}

.box-interview04:last-child {
  margin-top: 100px;
}

@media screen and (max-width: 834px) {
  .box-interview04:last-child {
    margin-top: 22px;
  }
}

.box-interview01 {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 130px;
}

@media screen and (max-width: 990px) {
  .box-interview01 {
    margin-bottom: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}

.box-interview01:last-child {
  margin-bottom: 0;
}

.box-interview01__l {
  width: 58%;
  margin-bottom: 0;
  padding-right: 60px;
  letter-spacing: 0.545px;
}

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

.box-interview01__r {
  width: 42%;
}

@media screen and (max-width: 834px) {
  .box-interview01__r {
    margin-bottom: 29px;
    width: calc(100% + 24px);
    margin-right: -24px;
    right: 0;
  }
}

.box-interview01 .box-parllax {
  position: absolute;
  left: -180px;
  top: 0;
  z-index: -1;
}

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

.box-interview01 .box-parllax .box-parllax__w {
  position: relative;
  width: 238px;
  height: 257px;
}

.box-interview01 .box-parllax .box-parllax__w .img-parallax {
  position: absolute;
}

.box-interview01 .box-parllax .box-parllax__w .img-parallax01 {
  top: 0;
  right: 0;
}

.box-interview01 .box-parllax__w .img-parallax02 {
  left: 0;
  bottom: 0;
}


.box-interview02 {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 130px;
}

@media screen and (max-width: 834px) {
  .box-interview02 {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.box-interview02:last-child {
  margin-bottom: 0;
}

.box-interview02__l {
  width: 61%;
  margin-bottom: 0;
  padding-left: 60px;
  letter-spacing: 0.545px;
}

@media screen and (max-width: 1320px) {
  .box-interview02__l {
    padding-left: 20px;
  }
}

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

.box-interview02__r {
  width: calc(39% + (100vw - 1300px) / 2);
  position: relative;
  left: calc((-1)* (100vw - 1300px) / 2);
  margin-right: calc((-1) * ((100vw - 1300px) / 2 ));
}

@media screen and (max-width: 1320px) {
  .box-interview02__r {
    left: calc((-1)* (100vw - 1220px) / 2);
  }
}

@media screen and (max-width: 1245px) {
  .box-interview02__r {
    width: calc(39% + 15px);
    left: -30px;
    margin-right: -15px;
  }
}

@media screen and (max-width: 834px) {
  .box-interview02__r {
    margin-bottom: 29px;
    width: calc(100% + 24px);
    margin-left: -24px;
    margin-right: 0;
    left: 0;
  }
}

.box-interview02 .box-parllax {
  position: absolute;
  top: -38px;
  right: -44px;
  z-index: -1;
}

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

.box-interview02 .box-parllax .box-parllax__w {
  position: relative;
  width: 188px;
  height: 188px;
}

.box-interview02 .box-parllax .box-parllax__w .img-parallax {
  position: absolute;
}

.box-interview02 .box-parllax .box-parllax__w .img-parallax01 {
  bottom: 0;
  right: 38px;
}

.box-interview02 .box-parllax .box-parllax__w .img-parallax02 {
  top: 0;
  left: 0;
}

.box-interview02 .box-parllax .box-parllax__w .img-parallax03 {
  top: 93px;
  right: 0;
}

.box-interview03 {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .box-interview03 {
    margin-bottom: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}

.box-interview03:last-child {
  margin-bottom: 0;
}

.box-interview03__l {
  width: 62%;
  margin-bottom: 0;
  padding-right: 60px;
  letter-spacing: 0.545px;
}

@media screen and (max-width: 1320px) {
  .box-interview03__l {
    padding-right: 20px;
  }
}

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

.box-interview03__r {
  width: calc(39% + (100vw - 1300px) / 2);
  position: relative;
  right: calc((-1)* (100vw - 1300px) / 2);
  margin-left: calc((-1) * ((100vw - 1300px) / 2 ));
}

@media screen and (max-width: 1320px) {
  .box-interview03__r {
    right: calc((-1)* (100vw - 1220px) / 2);
  }
}

@media screen and (max-width: 1245px) {
  .box-interview03__r {
    width: calc(39% + 15px);
    right: -30px;
    margin-left: -15px;
  }
}

@media screen and (max-width: 834px) {
  .box-interview03__r {
    margin-bottom: 29px;
    width: calc(100% + 24px);
    margin-right: -24px;
    margin-left: 0;
    right: 0;
  }
}

.box-interview03 .box-parllax {
  position: absolute;
  left: -146px;
  top: -66px;
  z-index: -1;
}

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

.box-interview03 .box-parllax .box-parllax__w {
  position: relative;
  width: 190px;
  height: 186px;
}

.box-interview03 .box-parllax .box-parllax__w .img-parallax {
  position: absolute;
}

.box-interview03 .box-parllax .box-parllax__w .img-parallax01 {
  top: 0;
  right: 0;
}

.box-interview03 .box-parllax .box-parllax__w .img-parallax02 {
  top: 93px;
  left: 0;
}

.box-interview03 .box-parllax .box-parllax__w .img-parallax03 {
  bottom: 0;
  right: 57px;
}

.box-interview04 {
  position: relative;
}

@media screen and (max-width: 834px) {
  .box-interview04 {
    margin-bottom: 60px;
  }
}

.box-interview04__w {
  width: 1300px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .box-interview04__w {
    width: 100%;
  }
}

.box-interview04__g {
  max-width: 1300px;
  margin: 100px 0;
  overflow-x: auto;
}

@media screen and (max-width: 834px) {
  .box-interview04__g {
    margin: 48px 0;
  }
  .box-interview04__g img {
    max-width: none;
    height: 430px;
  }
}

.box-interview04__g .c-ttl-02 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 2.6px;
  color: #0068BD;
}

@media screen and (max-width: 834px) {
  .box-interview04__g .c-ttl-02 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 1.65px;
  }
}

.box-interview04__t {
  width: 860px;
  margin: 0 auto;
  margin-bottom: 37px;
}

@media screen and (max-width: 834px) {
  .box-interview04__t {
    width: 100%;
    margin-bottom: 28px;
  }
}

.box-interview04 .box-parllax {
  position: absolute;
  right: -67px;
  bottom: -108px;
  z-index: -1;
}

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

.box-interview04 .box-parllax .box-parllax__w {
  position: relative;
  width: 175px;
  height: 136px;
}

.box-interview04 .box-parllax .box-parllax__w .img-parallax {
  position: absolute;
}

.box-interview04 .box-parllax .box-parllax__w .img-parallax01 {
  top: 0;
  left: 0;
}

.box-interview04 .box-parllax .box-parllax__w .img-parallax02 {
  top: 56px;
  right: 0;
}

.box-interview04 .box-parllax .box-parllax__w .img-parallax03 {
  bottom: 0;
  right: 45px;
}

.sec-otherpeople .career-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .career-list {
    margin: 0 -24px;
    width: calc(100% + 48px);
  }
}

.sec-otherpeople .career-item {
  display: flex;
  width: 50%;
  padding: 0 20px;
  margin-bottom: 1px;
  margin-right: 0;
}

@media screen and (max-width: 1245px) {
  .sec-otherpeople .career-item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .career-item {
    display: block;
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 0 24px;
  }
  .sec-otherpeople .career-item:first-child {
    margin-bottom: 16px !important;
  }
}

.sec-otherpeople .career-ct {
  display: flex;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .career-ct {
    display: block;
  }
}

@media screen and (min-width: 835px) {
  .sec-otherpeople  .career-ct:hover {
    opacity: 1;
  }
  .sec-otherpeople .career-ct:hover .career-wrap:after {
    background: url("../img/recruit/new/icon-link-white.svg") #0068BD center left 70% no-repeat;
    background-size: 16px;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .sec-otherpeople .career-ct:hover .career-thumb .thumb img {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.sec-otherpeople .career-wrap {
  position: relative;
  display: flex;
  padding: 24px 0;
  background-color: #ffffff;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 1245px) {
  .sec-otherpeople .career-wrap {
    padding: 15px 0;
  }
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .career-wrap {
    padding: 16px 0;
  }
}

.sec-otherpeople .career-wrap:after {
  content: '';
  width: 60px;
  height: 60px;
  background: url("../img/recruit/new/icon-link-01.svg") center no-repeat;
  background-size: 16px;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .career-wrap:after {
    width: 40px;
    height: 40px;
  }
}

.sec-otherpeople .career-thumb {
  position: relative;
  overflow: hidden;
  width: 45%;
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .career-thumb {
    width: 40%;
  }
}

.sec-otherpeople .career-thumb:before {
  content: "";
  display: block;
  padding-bottom: calc(260/326*100%);
}

.sec-otherpeople .career-thumb .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sec-otherpeople .career-thumb .thumb img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.sec-otherpeople .career-ttl {
  color: #000;
  padding: 0 24px;
  position: relative;
  font-size: 28px;
  font-size: 2.8rem;
  width: 55%;
}

@media screen and (max-width: 1245px) {
  .sec-otherpeople .career-ttl {
    padding: 20px;
  }
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .career-ttl {
    padding: 0 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    letter-spacing: 1px;
    font-size: 16px;
    font-size: 1.6rem;
    width: 60%;
  }
}

.sec-otherpeople .career-ttl .career-ttl-name {
  color: #000;
  position: relative;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .career-ttl .career-ttl-name {
    letter-spacing: 1px;
    font-size: 14px;
  }
}

.sec-otherpeople .career-ttl .career-ttl-job {
  letter-spacing: 0;
  display: block;
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

@media screen and (max-width: 1245px) {
  .sec-otherpeople .career-ttl .career-ttl-job {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 834px) {
  .sec-otherpeople .career-ttl .career-ttl-job {
    letter-spacing: 0.25px;
    margin: 4px 0;
    font-size: 10px;
  }
}

/*# sourceMappingURL=maps/styles.css.map */
/*241101 update ▼*/
.c-sec{
  background:#eef2f7;
  border-radius:0 120px 120px 0;
  overflow:hidden;
}
.c-sec_box{
  padding:120px 0 280px;
  position:relative;
}
.c-sec_box:nth-of-type(odd){
  background:#eef2f7 url(../img/recruit/nanotechnology/question-odd-bg.png) no-repeat 0 0/1071px 741px;
  border-radius:0 120px 0 0;
}
.c-sec_box:nth-of-type(odd) .c-sec_answer{
  background:#fff;
}
.c-sec_box:nth-of-type(2n){
  background:#fff url(../img/recruit/nanotechnology/question-even-bg.png) no-repeat right top 190px/960px 590px;
  border-radius:120px 0 0 0;
}
.c-sec_box:nth-of-type(2n) .c-sec_answer{
  background:#eef2f7;
}
.c-sec_box:not(:first-of-type){
  margin-top:-120px;
}
.c-sec_box:last-of-type{
  padding-bottom:120px;
}
.c-sec_title{
  font-size:36px;
  font-weight:600;
  text-align:center;
}
.c-sec_title.wh{
  color:#fff;
}
.c-sec_title_icon{
  align-items:center;
  display:flex;
  font-family:DM Sans,sans-serif;
  font-size:13px;
  font-weight:300;
  justify-content:center;
  letter-spacing:2px;
  margin-bottom:56px;
}
.c-sec_title_icon:before{
  background:#0068bd;
  content:"";
  display:block;
  height:13px;
  margin-right:12px;
  width:13px;
}
.c-sec_title_simple{
  color:#0068bd;
  display:block;
  font-family:DM Sans,sans-serif;
  font-size:18px;
  font-weight:600;
  letter-spacing:1px;
  line-height:1;
  margin-bottom:32px;
}
.c-sec_title_simple.wh{
  color:#fff;
}
.c-sec_answer{
  border-radius:100px;
  color:#0068bd;
  font-size:20px;
  font-weight:600;
  line-height:1.8;
  margin:80px auto 0;
  padding:40px;
  position:relative;
  text-align:center;
}
.c-sec_answer:before{
  background:linear-gradient(180deg, #64caff, #0068bd);
  content:"";
  display:block;
  height:80px;
  left:50%;
  position:absolute;
  top:-50px;
  translate:0, 50%;
  width:1px;
}
.c-sec_body{
  margin-top:80px;
}
.c-sec_sub-title{
  font-size:24px;
  font-weight:600;
  margin-bottom:60px;
  text-align:center;
}
.c-sec_sub-title span{
  display:block;
  font-size:12px;
  font-weight:300;
  margin-top:14px;
}
.c-sec .numData_list{
  display:flex;
  gap:2px;
  justify-content:center;
}
.c-sec .numData_item{
  background:#fff;
  padding:40px 0;
  text-align:center;
}
.c-sec .numData_item_img{
  margin:auto;
  width:clamp(98px, 17.2173913043vw, 198px);
}
.c-sec .numData_item_img img{
  width:100%;
}
.c-sec .numData_item h4{
  font-size:clamp(14px, 1.5652173913vw, 18px);
  line-height:1.8;
  margin-top:20px;
  position:relative;
  width:100%;
}
.c-sec .numData_item h4:before{
  background:linear-gradient(90deg, #0068bd 50%, #64caff 0);
  bottom:0;
  content:"";
  display:block;
  height:1px;
  left:50%;
  position:absolute;
  translate:-50% 0;
  width:16px;
}
.c-sec .numData_item_data{
  font-size:clamp(16px, 2.0869565217vw, 24px);
  font-weight:600;
}
.c-sec .numData_item_data span{
  background:linear-gradient(180deg, #0068bd, #59a9eb);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-size:clamp(56px, 6.6086956522vw, 76px);
  margin-right:6px;
}
.c-sec .numData_item_notes{
  color:#666;
  font-size:clamp(14px, 1.5652173913vw, 18px);
}

.c-card_list{
  align-items:flex-start;
  display:flex;
  gap:clamp(20px, 3.0434782609vw, 35px);
  justify-content:center;
  margin:auto;
}
.c-card_list--wrap{
  align-items:stretch;
  flex-wrap:wrap;
  justify-content:center;
}
.c-card_item{
  background:#fff;
  border-radius:0 0 40px 0;
  color:#000;
  position:relative;
}
.c-card_item--col{
  width:clamp(220px, 27.8260869565vw, 320px);
}
.c-card_item_img{
  overflow:hidden;
}
.c-card_item_img:not(.c-card_item_img--p0){
  margin:10px 10px 0;
}
.c-card_item_img img{
  transition:.3s;
  width:100%;
}
.c-card_item_desc{
  display:grid;
  gap:20px;
  padding:32px 40px 140px;
}
.c-card_item_role{
  font-size:12px;
}
.c-card_item_name{
  font-size:20px;
  font-weight:500;
}
.c-card_item_title{
  font-size:18px;
  font-weight:500;
  padding:24px 0 104px;
  text-align:center;
}
.c-card_item_dl{
  display:grid;
  gap:16px;
  padding:22px 10px 104px;
}
.c-card_item_dt{
  color:#0068bd;
  display:grid;
  font-size:18px;
  font-weight:600;
  place-items:center;
  text-align:center;
}
.c-card_item_dd{
  font-size:14px;
  line-height:1.8;
  padding:0 14px
}
.c-card_item:hover{
  opacity:1;
}
.c-card_item:hover .c-card_item_img img{
  scale:1.1;
}

.link-arrow{
  align-items:flex-end;
  display:flex;
  font-family:DM Sans,sans-serif;
  font-size:13px;
  font-weight:400;
  justify-content:flex-end;
}
.link-arrow--cover{
  bottom:0;
  height:100%;
  left:0;
  position:absolute;
  width:100%;
}
.link-arrow_inner{
  align-items:center;
  display:flex;
  margin:0 24px 24px;
}
.link-arrow_inner.btn-style{
  background:linear-gradient(90deg, #59a9eb, #0068bd);
  border-radius:100px;
  justify-content:space-between;
  margin:0 auto;
  padding:16px 16px 16px 40px;
  width:clamp(140px, 20.8695652174vw, 240px);
}
.link-arrow p{
  margin-right:16px;
  transition:.3s;
}
.link-arrow p.wh{
  color:#fff;
}
.link-arrow p.bl{
  color:#0068bd;
}
.link-arrow_circle{
  border-radius:100%;
  display:grid;
  height:40px;
  place-items:center;
  position:relative;
  width:40px;
}
.link-arrow_circle:before{
  border-radius:100%;
  content:"";
  display:block;
  height:8px;
  position:absolute;
  transition:.3s;
  width:8px;
}
.link-arrow_circle.wh{
  background:#5199d4;
}
.link-arrow_circle.wh:before{
  background:#fff;
}
.link-arrow_circle.bl{
  background:#eef2f7;
}
.link-arrow_circle.bl:before{
  background:#0068bd;
}
.link-arrow_circle .arrow{
  opacity:0;
  position:relative;
  transition:opacity .3s;
  transition-delay:.2s;
  width:0;
}
.link-arrow:hover{
  opacity:1;
}
.link-arrow:hover p{
  translate:6px;
}
.link-arrow:hover .link-arrow_circle:before{
  height:inherit;
  width:inherit;
}
.link-arrow:hover .link-arrow_circle .arrow{
  opacity:1;
  width:12px;
}

.page-recruit_nanotechnology{
  background-attachment:fixed;
  background-image:url(../img/recruit/nanotechnology/kv-bg-deco-pc.png), url(../img/recruit/nanotechnology/kv-bg-pc.jpg);
  background-position:top -25px center, 50%;
  background-repeat:no-repeat, no-repeat;
  background-size:cover, cover;
}
.page-recruit_nanotechnology .inner{
  position:relative;
  width:min(100%, 1150px);
  z-index:1;
}
.page-recruit_nanotechnology .kv{
  color:#fff;
  display:flex;
  height:100vh;
  place-items:center;
  text-align:center;
  width:100%;
}
.page-recruit_nanotechnology .kv_title{
  font-size:clamp(52px, 6.0240963855vw, 72px);
}
.page-recruit_nanotechnology .kv_sub-title{
  font-size:24px;
  letter-spacing:2px;
  margin-top:66px;
}
.page-recruit_nanotechnology .kv_arrow{
  background:url(../img/recruit/nanotechnology/icon-arrow.svg) no-repeat 50%/12px 20px;
  height:132px;
  margin:80px auto 0;
  width:132px;
}
.page-recruit_nanotechnology .kv_arrow img{
  animation:circle-rotate 10s linear infinite;
  width:100%;
}
@keyframes circle-rotate{
  to{
    rotate:1turn;
  }
}
.page-recruit_nanotechnology .intro{
  margin-bottom:240px;
  margin-top:340px;
}
.page-recruit_nanotechnology .intro_text{
  color:#fff;
  font-size:20px;
  line-height:2;
}
.page-recruit_nanotechnology .link-banner{
  background:linear-gradient(90deg, #59a9eb 50%, #0068bd);
  border-radius:0 0 40px 0;
  color:#fff;
  display:flex;
  margin:auto;
  position:relative;
  width:86.7142857143%;
}
.page-recruit_nanotechnology .link-banner--wh{
  background:#fff;
  color:#000;
}
.page-recruit_nanotechnology .link-banner_img{
  min-height:180px;
  overflow:hidden;
  width:clamp(240px, 41.7391304348vw, 480px);
}
.page-recruit_nanotechnology .link-banner_img img{
  height:100%;
  object-fit:cover;
  transition:.3s;
  width:100%;
}
.page-recruit_nanotechnology .link-banner_text{
  align-items:center;
  display:grid;
  font-size:20px;
  font-weight:600;
  padding-left:40px;
}
.page-recruit_nanotechnology .link-banner:hover .link-banner_img img{
  scale:1.1;
}
.page-recruit_nanotechnology .technology-colleague{
  display:grid;
  min-height:100vh;
  place-items:center;
}
.page-recruit_nanotechnology .technology-colleague_title{
  margin-bottom:80px;
  text-align:center;
}
.page-recruit_nanotechnology .deco01{
  position:absolute;
  right:0;
  top:-60px;
  width:clamp(220px, 16.6666666667vw, 320px);
}
.page-recruit_nanotechnology .deco02{
  left:160PX;
  position:absolute;
  top:-140px;
  width:clamp(75px, 9.1145833333vw, 175px);
}

.page-recruit_business-introduction{
  background-attachment:fixed;
  background-image:url(../img/recruit/nanotechnology/kv-bg-s-deco-pc.png), url(../img/recruit/nanotechnology/kv-bg-pc.jpg);
  background-position:50%, 50%;
  background-repeat:no-repeat, no-repeat;
  background-size:100% auto, cover;
}
.page-recruit_business-introduction .inner{
  width:min(100%, 1150px);
}
.page-recruit_business-introduction .page-title{
  color:#fff;
  display:grid;
  padding:120px 0;
  place-items:center;
  text-align:center;
}
.page-recruit_business-introduction .page-title_sub-title{
  font-family:DM Sans,sans-serif;
  font-size:18px;
  font-weight:600;
}
.page-recruit_business-introduction .page-title_title{
  font-size:52px;
  font-weight:600;
  margin-top:40px;
}
.page-recruit_business-introduction .page-title_text{
  font-size:20px;
  line-height:2.8;
  margin-top:80px;
}
.page-recruit_business-introduction .strength_item{
  border:1px solid #0068bd;
  border-radius:40px 0 0 0;
  padding:30px 50px 70px;
  width:660px;
}
.page-recruit_business-introduction .strength_item+div{
  margin-top:-24px;
}
.page-recruit_business-introduction .strength_item_num{
  background:linear-gradient(180deg, #0068bd, #64caff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-family:DM Sans,sans-serif;
  font-size:80px;
  font-weight:600;
  letter-spacing:4px;
  line-height:1;
}
.page-recruit_business-introduction .strength_item_text{
  font-size:22px;
  line-height:1.8;
  margin-top:20px;
}
.page-recruit_business-introduction .strength_item_text span{
  color:#0068bd;
  font-weight:600;
}
.page-recruit_business-introduction .business-image{
  display:grid;
  padding:120px 0 94px;
  place-items:center;
}
.page-recruit_business-introduction .business-image_box{
  background:hsla(0,0%,100%,.7);
  border-radius:40px 0 40px 0;
  padding:50px;
  text-align:center;
}
.page-recruit_business-introduction .business-image_box_inner{
  background:#fff;
  border-radius:20px 0 20px 0;
  padding:38px 50px 80px;
  position:relative;
}
.page-recruit_business-introduction .business-image_box_heading{
  color:#0068bd;
  font-size:28px;
  font-weight:600;
  margin-bottom:24px;
}
.page-recruit_business-introduction .business-image_box_text{
  font-size:14px;
  line-height:1.8;
  margin-bottom:60px;
}
.page-recruit_business-introduction .business-image_box_solution{
  margin-top:-30px;
  text-align:center;
}
.page-recruit_business-introduction .business-image_box_solution .solution_text{
  background:#fff;
  border-radius:100px;
  box-shadow:0 0 0 10px rgba(215,227,252,.4),0 0 0 20px #99bbf9;
  font-size:clamp(28px, 8vw, 32px);
  font-weight:600;
  margin:16px auto 0;
  padding:28px 40px;
  width:clamp(180px, 80vw, 320px);
}
.page-recruit_business-introduction .business-image_box_solution .solution_text span{
  background:linear-gradient(180deg, #0068bd, #64caff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.page-recruit_business-introduction .location{
  background:#eef2f7;
  padding:120px 0 160px;
}
.page-recruit_business-introduction .location_list{
  display:flex;
  justify-content:space-between;
}
.page-recruit_business-introduction .location_item:nth-of-type(odd){
  padding-right:64px;
}
.page-recruit_business-introduction .location_item:nth-of-type(2n){
  padding-left:64px;
}
.page-recruit_business-introduction .location_item_img img{
  width:100%;
}
.page-recruit_business-introduction .location_item_desc{
  display:grid;
  gap:24px;
  line-height:1;
  margin-top:32px;
  text-align:center;
}
.page-recruit_business-introduction .location_item_desc dt{
  font-size:20px;
  font-weight:600;
}
.page-recruit_business-introduction .location_item_desc dd{
  font-size:14px;
}
.page-recruit_business-introduction .deco01{
  position:absolute;
  right:0;
  top:-80px;
  width:clamp(220px, 16.6666666667vw, 320px);
}

.footer--nanotechnology .ft-list{
  gap:36px;
}

@media screen and (min-width:835px){
  .c-sec_sub-title span br,.c-sec_title br{
    display:none;
  }
  .c-sec .numData_list{
    align-items:flex-start;
  }
  .c-sec .numData_item{
    width:25%;
  }
  .c-sec .numData_item:nth-of-type(odd){
    border-radius:40px 0 0 0;
  }
  .c-sec .numData_item:nth-of-type(2n){
    border-radius:0 0 40px 0;
    margin-top:40px;
  }
  .c-sec .numData_item h4{
    min-height:58px;
  }
  .c-card_item{
    max-width:350px;
  }
  .c-card_item:not(.c-card_item--col):not(.c-card_item--mt0):nth-of-type(2n){
    margin-top:40px;
  }
  .c-card_item_dt{
    min-height:58px;
  }
  .page-recruit_nanotechnology .intro_text{
    text-align:center;
  }
  .page-recruit_business-introduction .page-title_title br{
    display:none;
  }
  .page-recruit_business-introduction .strength_item:nth-of-type(2n){
    margin-left:auto;
  }
  .page-recruit_business-introduction .business-image_box_heading{
    left:50%;
    position:absolute;
    top:-24px;
    translate:-50% 0;
  }
  .page-recruit_business-introduction .location_item:nth-of-type(odd){
    border-right:1px solid #fff;
  }}

@media screen and (max-width:834px){
  .c-sec{
    border-radius:0 40px 40px 0;
  }
  .c-sec_box{
    padding:60px 0 120px;
  }
  .c-sec_box:nth-of-type(odd){
    background-size:308px 213px;
    border-radius:0 40px 0 0;
  }
  .c-sec_box:nth-of-type(2n){
    background-position:right top 50px;
    background-size:260px 160px;
    border-radius:40px 0 0 0;
  }
  .c-sec_box:not(:first-of-type){
    margin-top:-60px;
  }
  .c-sec_box:last-of-type{
    padding-bottom:60px;
  }
  .c-sec_title{
    font-size:24px;
    line-height:1.8;
  }
  .c-sec_title_icon{
    margin-bottom:24px;
  }
  .c-sec_title_simple{
    font-size:13px;
    margin-bottom:20px;
  }
  .c-sec_answer{
    border-radius:40px;
    font-size:14px;
    margin:54px auto 0;
    padding:40px 24px;
    text-align:left;
    width:100%;
  }
  .c-sec_answer:before{
    height:60px;
    top:-30px;
  }
  .c-sec_body{
    margin-top:40px;
  }
  .c-sec_sub-title{
    font-size:18px;
    margin-bottom:24px;
  }
  .c-sec_sub-title span{
    line-height:1.8;
    margin-top:12px;
  }
  .c-sec .numData_list{
    flex-direction:column;
  }
  .c-sec .numData_item{
    padding:20px 0 30px;
  }
  .c-sec .numData_item:first-of-type{
    border-radius:40px 0 0 0;
  }
  .c-sec .numData_item:last-of-type{
    border-radius:0 0 40px 0;
  }
  .c-sec .numData_item_img{
    width:198px;
  }
  .c-sec .numData_item h4{
    margin-top:16px;
    padding-bottom:10px;
  }
  .c-card_list{
    align-items:center;
    flex-direction:column;
    gap:24px;
    width:100%;
  }
  .c-card_list--benefit{
    gap:36px;
  }
  .c-card_item--col{
    width:auto;
  }
  .c-card_item_desc{
    padding-bottom:104px;
  }
  .c-card_item_dl{
    padding:32px 10px 96px;
  }
  .link-arrow_inner.btn-style{
    width:240px;
  }
  .page-recruit_nanotechnology{
    background-image:url(../img/recruit/nanotechnology/kv-bg-deco-sp.png), url(../img/recruit/nanotechnology/kv-bg-sp.jpg);
    background-position:top -15px left, 50%;
    background-size:100% auto, cover;
  }
  .page-recruit_nanotechnology .kv_title{
    font-size:32px;
  }
  .page-recruit_nanotechnology .kv_sub-title{
    font-size:14px;
    margin-top:32px;
  }
  .page-recruit_nanotechnology .intro{
    margin-bottom:60px;
    margin-top:0;
  }
  .page-recruit_nanotechnology .intro_text{
    font-size:14px;
    line-height:2.2;
  }
  .page-recruit_nanotechnology .intro_text br{
    display:none;
  }
  .page-recruit_nanotechnology .link-banner{
    align-items:flex-start;
    flex-direction:column;
    width:100%;
  }
  .page-recruit_nanotechnology .link-banner_img{
    min-height:auto;
    width:auto;
  }
  .page-recruit_nanotechnology .link-banner_text{
    padding:32px 32px 96px;
  }
  .page-recruit_nanotechnology .technology-colleague_title{
    margin-bottom:40px;
  }
  .page-recruit_nanotechnology .deco01,.page-recruit_nanotechnology .deco02{
    display:none;
  }
  .page-recruit_business-introduction{
    background-image:url(../img/recruit/nanotechnology/kv-bg-sp.jpg);
    background-size:cover;
  }
  .page-recruit_business-introduction .page-title{
    padding:40px 0 60px;
  }
  .page-recruit_business-introduction .page-title_title{
    font-size:32px;
    margin-top:20px;
  }
  .page-recruit_business-introduction .page-title_text{
    font-size:14px;
    line-height:2.2;
    margin-top:40px;
    text-align:left;
  }
  .page-recruit_business-introduction .page-title_text br{
    display:none;
  }
  .page-recruit_business-introduction .strength_list{
    display:grid;
    justify-content:center;
  }
  .page-recruit_business-introduction .strength_item{
    padding:32px;
    width:100%;
  }
  .page-recruit_business-introduction .strength_item+div{
    margin-top:24px;
  }
  .page-recruit_business-introduction .strength_item_num{
    font-size:60px;
  }
  .page-recruit_business-introduction .strength_item_text{
    font-size:18px;
    margin-top:16px;
  }
  .page-recruit_business-introduction .business-image{
    padding:60px 0 100px;
  }
  .page-recruit_business-introduction .business-image .inner{
    padding:0;
  }
  .page-recruit_business-introduction .business-image_box{
    padding:24px;
  }
  .page-recruit_business-introduction .business-image_box_inner{
    padding:40px 24px;
  }
  .page-recruit_business-introduction .business-image_box_heading{
    font-size:20px;
  }
  .page-recruit_business-introduction .business-image_box_text{
    margin-bottom:32px;
    text-align:left;
  }
  .page-recruit_business-introduction .business-image_box_solution{
    margin-top:-10px;
  }
  .page-recruit_business-introduction .location{
    padding:60px 0;
  }
  .page-recruit_business-introduction .location_list{
    flex-direction:column;
  }
  .page-recruit_business-introduction .location_item:nth-of-type(odd){
    border-bottom:1px solid #fff;
    padding:0 0 40px;
  }
  .page-recruit_business-introduction .location_item:nth-of-type(2n){
    padding:40px 0 0;
  }
  .page-recruit_business-introduction .deco01{
    display:none;
  }}
