@charset "UTF-8";
/*
Theme Name: jcci
*/
:root {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

html {
  margin-top: 0 !important;
}

body {
  font-size: 1.6rem;
}

a {
  text-decoration: none;
}

@media (hover: hover) {
  a:hover {
    transition: 0.3s;
    opacity: 0.3;
  }
}
ul, ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.pc-only {
  display: none;
}
@media (min-width: 769px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: none;
}
@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.mv_top__slider {
  display: none;
}

.mv_top__slider.slick-initialized {
  display: block; /*slick-initializedが付与されたら表示*/
}

/****古いsafari用*****/
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    .header .logo p {
      padding-left: 20px;
    }
    @media (min-width: 769px) {
      .header .logo p {
        padding-left: 30px;
      }
    }
    @media (min-width: 1250px) {
      .header .logo p {
        padding-left: 40px;
      }
    }
    @media (min-width: 992px) {
      .work_list .item:not(:nth-child(4n)) {
        margin-right: 3.67%;
      }
    }
    @media (min-width: 769px) and (max-width: 991px) {
      .work_list .item:not(:nth-child(3n)) {
        margin-right: 5%;
      }
    }
    @media (min-width: 769px) and (max-width: 991px) {
      .work_list .item:nth-child(n+4) {
        margin-top: 80px;
      }
    }
    @media (min-width: 992px) {
      .work_list .item:nth-child(n+5) {
        margin-top: 80px;
      }
    }
    @media (min-width: 769px) and (max-width: 991px) {
      .work_list.item3 .item:not(:nth-child(3n)) {
        margin-right: 5%;
      }
    }
    @media (min-width: 992px) {
      .work_list.item3 .item:not(:nth-child(3n)) {
        margin-right: 3.67%;
      }
    }
    .work_list .item .image img {
      width: 100% !important;
      height: auto !important;
    }
    .work_list .item .image.vertical img {
      width: 100% !important;
      height: auto !important;
    }
    @media (min-width: 769px) {
      .project .menu .item:not(:nth-child(3n)) {
        margin-right: 8.5%;
      }
    }
    @media (min-width: 769px) {
      .project .menu .item:nth-child(n+4) {
        margin-top: 130px;
      }
    }
    .history .movie {
      padding-top: 56.25%;
    }
    .history .movie iframe {
      width: 100%;
      height: 100%;
    }
    @media (max-width: 979px) {
      .top .massage_top .slick-dots {
        padding-top: 39.5% !important;
      }
    }
    @media (max-width: 979px) {
      .top .massage_top .slick-prev, .top .massage_top .slick-next {
        height: 39.5% !important;
      }
    }
    @media (max-width: 979px) {
      .top .massage_top .slick-prev::before, .top .massage_top .slick-next::before {
        height: 100% !important;
      }
    }
  }
}
/****古いsafari用*****/
.header.test {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
  /*ボタン*/
}
@media (min-width: 769px) {
  .header.test {
    padding: 0 20px;
    height: 100px;
  }
}
@media (min-width: 965px) {
  .header.test {
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1250px) {
  .header.test {
    padding: 0 0 0 3%;
  }
}
.header.test .logo {
  display: flex;
  align-items: center;
  column-gap: 20px;
  height: 100%;
}
@media (min-width: 769px) {
  .header.test .logo {
    column-gap: 30px;
  }
}
@media (min-width: 1250px) {
  .header.test .logo {
    column-gap: 40px;
  }
}
.header.test .logo a {
  width: 145px;
  position: relative;
}
@media (min-width: 769px) {
  .header.test .logo a {
    width: 180px;
  }
}
@media (min-width: 1250px) {
  .header.test .logo a {
    width: 240px;
  }
}
.header.test .logo a img {
  width: 100%;
  height: auto;
}
.header.test .logo a::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -10px;
  background-color: #cccccc;
}
@media (min-width: 769px) {
  .header.test .logo a::after {
    right: -15px;
    height: 50px;
  }
}
@media (min-width: 1250px) {
  .header.test .logo a::after {
    right: -20px;
    height: 50px;
  }
}
.header.test .logo p {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
@media (min-width: 769px) {
  .header.test .logo p {
    font-size: 1.8rem;
  }
}
@media (min-width: 1250px) {
  .header.test .logo p {
    font-size: 2rem;
  }
}
.header.test .logo p span {
  letter-spacing: -0.1em;
}
.header.test .nav {
  /**nav_mainはSPとPCで変える**/
  /**nav_mainはSPとPCで変える ここまで**/
}
@media (max-width: 964px) {
  .header.test .nav.is-show {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .header.test .nav {
    top: 50px;
  }
}
@media (max-width: 964px) {
  .header.test .nav {
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
    background-color: #f0f2f8;
  }
}
@media (min-width: 769px) and (max-width: 964px) {
  .header.test .nav {
    top: 100px;
  }
}
@media (min-width: 769px) and (max-width: 964px) {
  .header.test .nav .nav_wrap {
    width: 100%;
  }
}
@media (max-width: 964px) {
  .header.test .nav .nav_main {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 20px;
    display: none;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main {
    display: flex;
    height: 100px;
  }
}
.header.test .nav .nav_main > li {
  position: relative;
}
@media (min-width: 769px) {
  .header.test .nav .nav_main > li {
    height: 100%;
  }
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li {
    position: static;
    margin-top: 20px;
    background-color: #fff;
    border-top: 1px solid #96979e;
    border-left: 1px solid #96979e;
    border-right: 1px solid #96979e;
  }
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li:first-of-type {
    margin-top: 0;
  }
}
.header.test .nav .nav_main > li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  color: #333;
  letter-spacing: 0.08rem;
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li a {
    border-bottom: 1px solid #96979e;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li a {
    padding: 0 10px;
    font-size: 1.5rem;
  }
}
@media (min-width: 1250px) {
  .header.test .nav .nav_main > li a {
    padding: 0 20px;
    font-size: 1.6rem;
  }
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li a.main_link {
    display: flex;
    padding: 0;
  }
}
.header.test .nav .nav_main > li a.main_link .menu_image {
  display: none;
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li a.main_link .menu_image {
    display: block;
    width: 40%;
  }
}
.header.test .nav .nav_main > li a.main_link .menu_image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .header.test .nav .nav_main > li a.main_link span {
    font-size: 1.6rem;
  }
}
@media (min-width: 769px) and (max-width: 964px) {
  .header.test .nav .nav_main > li a.main_link span {
    font-size: 2.2rem;
  }
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li a.main_link span {
    font-weight: bold;
    display: block;
    width: 60%;
    letter-spacing: 0.08em;
    padding: 20px;
  }
}
.header.test .nav .nav_main > li.entry a {
  color: #fff;
  background-color: #cc0000;
  background-color: #fd0000;
}
.header.test .nav .nav_main > li.entry:hover::after {
  display: none;
}
@media (min-width: 769px) {
  .header.test .nav .nav_main > li.entry {
    width: 140px;
    margin: 0 0 0 20px;
  }
}
@media (min-width: 1250px) {
  .header.test .nav .nav_main > li.entry {
    width: 160px;
    margin: 0 0 0 40px;
  }
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li.entry {
    display: none;
  }
}
.header.test .nav .nav_main > li.sub {
  position: relative;
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li.sub {
    position: static;
  }
}
.header.test .nav .nav_main > li.sub:hover > .sub_menu {
  display: block;
}
.header.test .nav .nav_main > li.sub .sub_menu {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 20;
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li.sub .sub_menu {
    position: static;
    display: block;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li.sub .sub_menu li {
    width: 150px;
    height: 55px;
    border-top: 1px solid #96979e;
    border-right: 1px solid #96979e;
    border-left: 1px solid #96979e;
    background-color: #fff;
  }
}
@media (min-width: 1250px) {
  .header.test .nav .nav_main > li.sub .sub_menu li {
    width: 200px;
    height: 55px;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li.sub .sub_menu li:last-of-type {
    border-bottom: 1px solid #96979e;
  }
}
.header.test .nav .nav_main > li.sub .sub_menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li.sub .sub_menu li a {
    height: 55px;
  }
}
.header.test .nav .nav_main > li.sub .sub_menu li a span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5625;
}
@media (min-width: 1250px) {
  .header.test .nav .nav_main > li.sub .sub_menu li a span {
    font-size: 1.6rem;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li.sub .sub_menu li a span span {
    display: block;
    width: 100%;
    text-align: center;
    margin: -0.2em 0 0;
    font-size: 1.3rem;
  }
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li.sub .sub_menu li a span br {
    display: none;
  }
}
.header.test .nav .nav_main > li.sub .sub_menu li.sub2 .sub2_menu {
  display: none;
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li.sub .sub_menu li.sub2 .sub2_menu {
    display: block;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li.sub .sub_menu li.sub2 .sub2_menu {
    width: 170px;
    padding: 0 10px 0 0;
    transform: translateX(-160px) translateY(-55px);
  }
}
@media (min-width: 1250px) {
  .header.test .nav .nav_main > li.sub .sub_menu li.sub2 .sub2_menu {
    width: 210px;
    transform: translateX(-210px) translateY(-55px);
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li.sub .sub_menu li.sub2 .sub2_menu li {
    width: 150px;
    height: 55px;
    border-top: 1px solid #96979e;
    border-right: 1px solid #96979e;
    border-left: 1px solid #96979e;
    background-color: #fff;
  }
}
@media (min-width: 1250px) {
  .header.test .nav .nav_main > li.sub .sub_menu li.sub2 .sub2_menu li {
    width: 200px;
    height: 55px;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li.sub .sub_menu li.sub2 .sub2_menu li:last-of-type {
    border-bottom: 1px solid #96979e;
  }
}
@media (max-width: 964px) {
  .header.test .nav .nav_main > li.sub .sub_menu li.sub2 .sub2_menu li a {
    height: 55px;
  }
}
.header.test .nav .nav_main > li.sub .sub_menu li.sub2:hover > .sub2_menu {
  display: block;
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li::after {
    content: "";
    width: 100%;
    height: 8px;
    background-color: #cc0000;
    background-color: #fd0000;
    position: absolute;
    bottom: 0;
    display: none;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li:hover::after {
    display: block;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main > li.active::after {
    display: block;
  }
}
.header.test .nav .nav_main_sp {
  display: block;
  background-color: #f0f2f8;
  padding: 30px 30px 45px;
}
@media (min-width: 769px) and (max-width: 964px) {
  .header.test .nav .nav_main_sp {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 965px) {
  .header.test .nav .nav_main_sp {
    display: none;
  }
}
.header.test .nav .nav_main_sp .entry {
  display: block;
  margin: 0 0 20px;
  padding: 20px;
  background-color: #f0f2f8;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fd0000;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-contents2.png);
  background-size: 32px 16px;
  background-repeat: repeat;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 80px;
}
.header.test .nav .nav_main_sp .recruitment {
  padding: 5px;
  background-color: #fd0000;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-contents2.png);
  background-size: 32px 16px;
  background-repeat: repeat;
  color: #000;
  display: block;
  width: 100%;
  height: 80px;
  margin: 30px 0 0;
}
.header.test .nav .nav_main_sp .recruitment > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.header.test .nav .nav_main_sp .recruitment > div span {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.header.test .nav .nav_main_sp .recruitment > div span::before {
  content: "";
  display: block;
  width: 42px;
  height: 43px;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/sp_nav-recruitment.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -90%;
}
.header.test .nav .nav_main_sp .link {
  display: flex;
  align-items: center;
  background: #fff;
}
.header.test .nav .nav_main_sp .link .image {
  width: 46.8253968254%;
}
.header.test .nav .nav_main_sp .link .image img {
  width: 100%;
  height: auto;
}
.header.test .nav .nav_main_sp .link .text {
  display: flex;
  align-items: center;
  width: 53.1746031746%;
  background: #fff;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/people_arrow.png);
  background-size: 10px 17px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.header.test .nav .nav_main_sp .link .text span {
  width: 85%;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.375;
  letter-spacing: 0.08em;
}
@media (min-width: 550px) {
  .header.test .nav .nav_main_sp .link .text span br {
    display: none;
  }
}
.header.test .nav .nav_main_sp__wrap.row {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.header.test .nav .nav_main_sp__wrap.column {
  display: flex;
  justify-content: space-between;
}
.header.test .nav .nav_main_sp__wrap.column .link {
  flex-direction: column;
  width: 46.8253968254%;
}
.header.test .nav .nav_main_sp__wrap.column .link .image {
  width: 100%;
}
.header.test .nav .nav_main_sp__wrap.column .link .text {
  width: 100%;
  height: 50px;
}
.header.test .nav .nav_main_sp__title {
  position: relative;
  text-align: center;
  margin: 28px 0 14px;
}
.header.test .nav .nav_main_sp__title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-align: center;
  padding: 0 25px;
  background-color: #f0f2f8;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  z-index: 1;
}
.header.test .nav .nav_main_sp__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ff9999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 965px) {
  .header.test .nav {
    display: block;
  }
}
.header.test .nav_menu {
  width: 25px;
  height: 20px;
  position: relative;
  display: block;
}
@media (min-width: 965px) {
  .header.test .nav_menu {
    display: none;
  }
}
@media (min-width: 769px) {
  .header.test .nav_menu {
    width: 50px;
    height: 40px;
  }
}
.header.test .nav_menu a:hover {
  opacity: 1;
}
.header.test .nav_menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 6px;
  background-color: #000;
}
.header.test .nav_menu span:nth-of-type(1) {
  top: 0;
}
.header.test .nav_menu span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header.test .nav_menu span:nth-of-type(3) {
  bottom: 0;
}
@media (min-width: 769px) {
  .header.test .nav_menu span {
    height: 6px;
    border-radius: 10px;
  }
}
.header.test .nav_menu.is-active span:nth-of-type(1) {
  top: 0;
  transform: rotate(45deg);
  transform-origin: left;
}
.header.test .nav_menu.is-active span:nth-of-type(2) {
  opacity: 0;
}
.header.test .nav_menu.is-active span:nth-of-type(3) {
  bottom: 0;
  transform: rotate(-45deg);
  transform-origin: left;
}

.footer {
  height: 65px;
  padding: 0 10px;
  background-color: #f0f2f8;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .footer {
    padding: 0 3%;
    height: 100px;
  }
}
.footer__inner {
  width: 100%;
  max-width: 1150px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .footer__inner {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__inner .nav {
  display: flex;
  column-gap: 30px;
}
@media (min-width: 769px) {
  .footer__inner .nav {
    column-gap: 80px;
  }
}
.footer__inner .nav li {
  display: flex;
  align-items: center;
  column-gap: 5px;
}
@media (min-width: 769px) {
  .footer__inner .nav li {
    column-gap: 18px;
  }
}
.footer__inner .nav li::before {
  content: ">";
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .footer__inner .nav li::before {
    font-size: 1.4rem;
  }
}
.footer__inner .nav li a {
  color: #000;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
}
@media (min-width: 769px) {
  .footer__inner .nav li a {
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
  }
}
.footer__inner .copy {
  font-size: 1rem;
  letter-spacing: -0.02rem;
}
@media (min-width: 769px) {
  .footer__inner .copy {
    font-size: 1.2rem;
    letter-spacing: 0.02rem;
  }
}

.main {
  margin: 0 0 80px;
  padding: 50px 0 0;
}
@media (min-width: 769px) {
  .main {
    padding: 100px 0 0;
    margin: 0 0 180px;
  }
}
.main.nav-active {
  padding-top: 50px;
}
@media (min-width: 769px) {
  .main.nav-active {
    padding-top: 100px;
  }
}
.main__wrap {
  width: 100%;
  max-width: 1210px;
  margin: 26px auto 0;
}
@media (min-width: 769px) {
  .main__wrap {
    padding: 0 20px;
    margin: 80px auto 0;
  }
}
.main .contents {
  margin: 60px 0 0;
}
@media (max-width: 768px) {
  .main .contents {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .main .contents {
    margin: 80px 0 0;
  }
}
.main .intro {
  padding: 26px 20px 28px;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.16rem;
  text-align: justify;
  max-width: 890px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .main .intro {
    letter-spacing: 0.18rem;
    padding: 75px 0 45px;
  }
}
@media (max-width: 768px) {
  .main h1.page_title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    margin: 0 20px 0 20px;
  }
}
@media (min-width: 769px) {
  .main h1.page_title {
    display: inline-block;
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    margin: 72px 0 0;
    padding: 0 40px 6px;
    font-size: 4.6rem;
    letter-spacing: 0.1em;
    line-height: 1.3142857143;
    background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-h1.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 26px;
  }
}
@media (max-width: 768px) {
  .main h1.page_title > span {
    text-align: center;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 3.2rem;
    line-height: 1.3142857143;
    padding: 0 20px 0;
    background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-h1.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: auto 19px;
  }
}
.main h2.contents_title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 80px -20px 0;
  /*test*/
}
@media (min-width: 769px) {
  .main h2.contents_title {
    margin: 180px 0 0;
  }
}
.main h2.contents_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ff9999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.main h2.contents_title span {
  display: inline-block;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.3rem;
  color: #000;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.2608695652;
  text-align: center;
}
@media (min-width: 769px) {
  .main h2.contents_title span {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    padding: 0 30px;
  }
}
.main h2.contents_title span::before, .main h2.contents_title span::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #ff9999;
  height: 4px;
}
.main h2.contents_title span::before {
  left: 1px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
}
.main h2.contents_title span::after {
  right: 1px;
  top: calc(50% - 2px);
  transform: translateY(-50%);
}
.main h2.contents_title:first-of-type {
  margin-top: 0;
}
.main ul.crumb {
  display: flex;
  align-self: center;
  font-size: 1.2rem;
  column-gap: 10px;
  letter-spacing: 0.1em;
  max-width: 1210px;
  margin: 30px auto 0;
}
@media (max-width: 768px) {
  .main ul.crumb {
    padding: 0 20px;
    display: none;
  }
}
@media (min-width: 769px) {
  .main ul.crumb {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
    column-gap: 12px;
    margin: 80px auto 0;
  }
}
.main ul.crumb a {
  color: #000;
}
.main ul.crumb .disable {
  color: #8e9097;
}
@media (max-width: 768px) {
  .main .massage_top .crumb {
    padding: 0 20px;
  }
}
@media (min-width: 769px) {
  .main .massage_top .crumb {
    padding: 0 20px;
  }
}
.main .massage_top .title_wrap {
  width: 100%;
  max-width: 1210px;
  margin: 26px 0 0;
}
@media (min-width: 769px) {
  .main .massage_top .title_wrap {
    margin: 0 auto;
    padding: 0 20px;
  }
}
.main .massage_top .mv {
  margin: 26px 0 0;
}
@media (min-width: 769px) {
  .main .massage_top .mv {
    margin: 80px 0 0;
  }
}
@media (min-width: 980px) {
  .main .massage_top .mv {
    display: flex;
    background-color: #f0f2f8;
    justify-content: flex-end;
    position: relative;
  }
}
@media (min-width: 980px) {
  .main .massage_top .mv .image {
    width: 61.7647058824%;
  }
}
.main .massage_top .mv .image img {
  width: 100%;
  height: auto;
}
.main .massage_top .mv .text_wrap {
  position: relative;
  z-index: 1;
  margin: -20px auto 0;
}
@media (min-width: 980px) {
  .main .massage_top .mv .text_wrap {
    position: absolute;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0;
  }
}
@media (min-width: 1080px) {
  .main .massage_top .mv .text_wrap {
    width: 86.0294117647%;
  }
}
.main .massage_top .mv .text_wrap .inner {
  background-color: #f0f2f8;
  width: 89.3333333333%;
  margin: 0 auto;
  padding: 16px 20px 20px;
}
@media (min-width: 980px) {
  .main .massage_top .mv .text_wrap .inner {
    margin: 0;
    padding: 0;
    width: 34%;
  }
}
.main .massage_top .mv .text_wrap .inner .lead {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.3913043478;
  letter-spacing: 0.1em;
}
@media (min-width: 980px) {
  .main .massage_top .mv .text_wrap .inner .lead {
    font-size: 2.2rem;
    line-height: 1.4642857143;
    letter-spacing: 0.12em;
  }
}
@media (min-width: 1080px) {
  .main .massage_top .mv .text_wrap .inner .lead {
    font-size: 2.4rem;
  }
}
@media (min-width: 1230px) {
  .main .massage_top .mv .text_wrap .inner .lead {
    font-size: 2.8rem;
  }
}
.main .massage_top .mv .text_wrap .inner .text {
  margin: 18px 0 0;
}
@media (min-width: 980px) {
  .main .massage_top .mv .text_wrap .inner .text {
    margin: 40px 0 0;
  }
}
@media (min-width: 1080px) {
  .main .massage_top .mv .text_wrap .inner .text {
    margin: 50px 0 0;
  }
}
@media (min-width: 980px) {
  .main .massage_top .mv .text_wrap .inner .text .dept {
    font-size: 1.4rem;
    letter-spacing: 0.12em;
    line-height: 1;
  }
}
@media (min-width: 1230px) {
  .main .massage_top .mv .text_wrap .inner .text .dept {
    font-size: 1.6rem;
  }
}
.main .massage_top .mv .text_wrap .inner .text .position {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  column-gap: 20px;
  margin: 8px 0 0;
}
@media (min-width: 980px) {
  .main .massage_top .mv .text_wrap .inner .text .position {
    column-gap: 32px;
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
}
@media (min-width: 1080px) {
  .main .massage_top .mv .text_wrap .inner .text .position {
    margin: 15px 0 0;
  }
}
@media (min-width: 1230px) {
  .main .massage_top .mv .text_wrap .inner .text .position {
    font-size: 1.6rem;
  }
}
.main .massage_top .mv .text_wrap .inner .text .position span {
  display: block;
  line-height: 1;
}
.main .massage_top .mv .text_wrap .inner .text .position span:nth-of-type(1) {
  position: relative;
}
.main .massage_top .mv .text_wrap .inner .text .position span:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #8e9097;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -10px;
}
@media (min-width: 980px) {
  .main .massage_top .mv .text_wrap .inner .text .position span:nth-of-type(1)::after {
    right: -16px;
  }
}
.main .massage_top .mv .text_wrap .inner .text .name {
  line-height: 1;
  font-size: 2.1rem;
  letter-spacing: 0.2em;
  padding: 15px 0;
  display: flex;
  column-gap: 15px;
  align-items: flex-end;
  padding: 20px 0 0;
}
@media (min-width: 980px) {
  .main .massage_top .mv .text_wrap .inner .text .name {
    font-size: 2.2rem;
    margin: 0;
    column-gap: 10px;
  }
}
@media (min-width: 1080px) {
  .main .massage_top .mv .text_wrap .inner .text .name {
    font-size: 2.4rem;
    column-gap: 20px;
  }
}
@media (min-width: 1230px) {
  .main .massage_top .mv .text_wrap .inner .text .name {
    font-size: 2.8rem;
  }
}
.main .massage_top .mv .text_wrap .inner .text .name span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #8e9097;
}
@media (min-width: 980px) {
  .main .massage_top .mv .text_wrap .inner .text .name span {
    font-size: 1.4rem;
    letter-spacing: 0.16em;
  }
}
@media (min-width: 1230px) {
  .main .massage_top .mv .text_wrap .inner .text .name span {
    font-size: 1.6rem;
  }
}
.main .massage_wrap {
  max-width: 890px;
  margin: 0 auto;
}
.main .massage_wrap .item {
  margin: 36px 0 0;
}
@media (min-width: 769px) {
  .main .massage_wrap .item {
    margin: 76px 0 0;
  }
}
.main .massage_wrap .item .underline {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  padding-bottom: 15px;
}
@media (min-width: 769px) {
  .main .massage_wrap .item .underline {
    font-size: 2.2rem;
    line-height: 1.2727272727;
    letter-spacing: 0.16em;
  }
}
.main .massage_wrap .item .underline::after {
  width: 25px;
}
.main .massage_wrap .item p {
  font-size: 1.6rem;
  letter-spacing: 0.18em;
  line-height: 1.8125;
  text-align: justify;
  margin: 34px 0 0;
}
@media (min-width: 769px) {
  .main .massage_wrap .item p {
    margin: 24px 0 0;
    letter-spacing: 0.12em;
    line-height: 1.8125;
  }
}
.main .massage_wrap .item .image {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 74px 0 0;
}
@media (max-width: 768px) {
  .main .massage_wrap .item .image {
    padding: 34px 20px 0;
  }
}
.main .massage_wrap .item .image img {
  width: 100%;
  height: auto;
}
.main .flow {
  max-width: 890px;
  margin: 0 auto;
}
.main .flow .item {
  display: flex;
  flex-direction: column;
  margin: 60px 0 0;
  padding: 32px 20px 14px;
  border: 2px solid #ff9999;
  position: relative;
}
@media (min-width: 769px) {
  .main .flow .item {
    flex-direction: row;
    padding: 28px 30px 26px 0;
  }
}
.main .flow .item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 28px;
}
@media (min-width: 769px) {
  .main .flow .item .image {
    padding: 0;
    width: 24.4186046512%;
  }
}
.main .flow .item .image_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.1186440678%;
}
@media (min-width: 769px) {
  .main .flow .item .image_wrap {
    margin: 0 auto;
    width: 46.1904761905%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.main .flow .item .image_wrap img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .main .flow .item .text {
    width: 76.404494382%;
  }
}
.main .flow .item .text h3 {
  width: 100%;
  display: block;
  border-right: none;
  border-bottom: none;
  text-align: left;
  line-height: 1.380952381;
  padding-bottom: 14px;
}
@media (min-width: 769px) {
  .main .flow .item .text h3 {
    font-size: 2.2rem;
    line-height: 1.3181818182;
    letter-spacing: 0.14em;
    padding-bottom: 15px;
  }
}
.main .flow .item .text p {
  font-size: 1.6rem;
  letter-spacing: 0.18rem;
  line-height: 1.8125;
  padding: 0;
  margin: 14px 0 0;
  text-align: justify;
}
@media (min-width: 769px) {
  .main .flow .item .text p {
    margin: 22px 0 0;
    letter-spacing: 0.2em;
    line-height: 1.8125;
  }
}
.main .flow .item::after {
  content: "";
  display: block;
  width: 140px;
  height: 30px;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/career_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -45px;
}
@media (min-width: 769px) {
  .main .flow .item::after {
    width: 140px;
    height: 30px;
  }
}
.main .flow .item:first-of-type {
  margin: 30px 0 0;
}
@media (min-width: 769px) {
  .main .flow .item:first-of-type {
    margin: 80px 0 0;
  }
}
.main .flow .item:last-of-type::after {
  display: none;
}
.main .underline {
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 1.380952381;
  letter-spacing: 0.14em;
  padding-bottom: 14px;
  position: relative;
}
.main .underline::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 0;
}

.error h1.page_title {
  margin: 0;
}
@media (max-width: 768px) {
  .error h1.page_title {
    align-items: center;
    margin: 0 10px 0 10px;
  }
}
@media (max-width: 768px) {
  .error h1.page_title span {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 768px) {
  .error h1.page_title span:nth-of-type(2) {
    padding: 0 5px 0;
  }
}
@media (min-width: 769px) {
  .error h1.page_title span:nth-of-type(2) {
    margin-left: -0.6em;
  }
}
.error .text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.14em;
}
.error .text a {
  display: block;
  margin: 10px 0 0;
  color: #000;
  text-decoration: underline;
}
.error .image {
  width: 70%;
  margin: 30px auto 0;
}
@media (min-width: 769px) {
  .error .image {
    width: 90%;
    max-width: 500px;
    margin: 60px auto 0;
  }
}
.error .image img {
  width: 100%;
  height: auto;
}

.win {
  /* Windows（全バージョン） */
}
.win .main h1.page_title,
.win .header.test .logo p,
.win .mv_top__slider .item__text-lead,
.win .main h2.contents_title span,
.win .main .massage_top .mv .text_wrap .inner .lead {
  font-weight: normal !important;
}

.work_list {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .work_list.item3 {
    justify-content: center;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .work_list.item3 .item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  .work_list.item3 .item:not(:nth-child(3n)) {
    margin-right: 3.67%;
  }
}
@media (min-width: 769px) {
  .work_list.item3 .item:nth-child(3n) {
    margin-right: 0;
  }
}
.work_list .item {
  background-color: #f0f2f8;
  width: 100%;
}
@media (max-width: 768px) {
  .work_list .item {
    margin: 30px 0 0;
    padding: 16px 20px 18px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .work_list .item:not(:nth-child(3n)) {
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  .work_list .item:not(:nth-child(4n)) {
    margin-right: 3.67%;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .work_list .item:nth-child(n+4) {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  .work_list .item:nth-child(n+5) {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .work_list .item:first-of-type {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .work_list .item {
    width: 30%;
    padding: 32px 28px 34px;
  }
}
@media (min-width: 992px) {
  .work_list .item {
    width: 22.2222222222%;
  }
}
.work_list .item .image {
  margin: 0 auto 28px;
  width: 30.5084745763%;
  text-align: center;
}
@media (min-width: 769px) {
  .work_list .item .image {
    width: 50%;
    margin: 0 auto;
  }
}
.work_list .item .image img {
  width: 100%;
  height: auto;
}
.work_list .item .image.vertical img {
  width: 100%;
  height: auto;
  text-align: center;
}
.work_list .item h3 {
  line-height: 1.2727272727;
}
.work_list .item h3 span {
  letter-spacing: -0.14em;
}
.work_list .item p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8125;
  text-align: justify;
  margin: 14px 0 0;
}
@media (min-width: 769px) {
  .work_list .item p {
    margin: 24px 0 0;
  }
}
.work_list .item p.margin {
  margin-top: 0.65em;
}

.flex_list {
  display: flex;
  flex-direction: column;
  margin: 30px 0 0;
}
@media (min-width: 769px) {
  .flex_list {
    margin: 80px 0 0;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    row-gap: 124px;
  }
}
@media (max-width: 768px) {
  .flex_list .item {
    margin: 30px 0 0;
  }
}
@media (min-width: 769px) {
  .flex_list .item {
    width: 45.5555555556%;
  }
}
@media (max-width: 768px) {
  .flex_list .item:first-of-type {
    margin: 0;
  }
}
.flex_list .item .image img {
  width: 100%;
  height: auto;
}
.flex_list .item .text {
  padding: 12px 0 0;
}
@media (min-width: 769px) {
  .flex_list .item .text {
    padding: 24px 0 0;
  }
}
.flex_list .item .text h3 {
  font-size: 2.1rem;
  line-height: 1.380952381;
  letter-spacing: 0.14em;
}
@media (min-width: 769px) {
  .flex_list .item .text h3 {
    font-size: 2.2rem;
    line-height: 1.2727272727;
    letter-spacing: 0.15em;
  }
}
.flex_list .item .text p {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.1em;
  margin: 14px 0 0;
}
@media (min-width: 769px) {
  .flex_list .item .text p {
    margin: 24px 0 0;
  }
}

.project h2.contents_title.project__department {
  margin: 60px -20px 30px;
}
@media (min-width: 769px) {
  .project h2.contents_title.project__department {
    margin: 180px 0 80px;
  }
}
.project h2:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .project .intro {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 36px;
  }
}
@media (min-width: 769px) {
  .project .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }
}
@media (max-width: 768px) {
  .project .menu .item {
    margin: 40px 0 0;
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .project .menu .item {
    position: relative;
    width: 27.3504273504%;
    padding-bottom: 18px;
  }
}
@media (min-width: 769px) {
  .project .menu .item:not(:nth-child(3n)) {
    margin-right: 8.9%;
  }
}
@media (min-width: 769px) {
  .project .menu .item.item:nth-child(n+4) {
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .project .menu .item:first-of-type {
    margin: 0;
  }
}
.project .menu .item a {
  color: #000;
}
.project .menu .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-contents.png);
}
@media (max-width: 768px) {
  .project .menu .item::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .project .menu .item::after {
    background-size: contain;
  }
}
.project .menu .item .image img {
  width: 100%;
  height: auto;
}
.project .menu .item .text {
  display: flex;
  align-items: center;
  padding: 0 0 0;
  background-size: 15px 23px;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/project_arrow.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
@media (max-width: 768px) {
  .project .menu .item .text {
    margin: 12px 0 0;
  }
}
@media (min-width: 769px) {
  .project .menu .item .text {
    min-height: 90px;
    padding: 0 25px 0 0;
    background-size: 15px 23px;
  }
}
.project .menu .item .text p {
  margin: 0;
  padding-right: 50px;
  font-size: 2.1rem;
  line-height: 1.380952381;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .project .menu .item .text p {
    padding-bottom: 15px;
  }
}
@media (min-width: 769px) {
  .project .menu .item .text p {
    padding: 0;
    font-size: 2rem;
    line-height: 1.3181818182;
  }
}
@media (min-width: 992px) {
  .project .menu .item .text p {
    font-size: 2.2rem;
  }
}
@media (min-width: 769px) {
  .project .menu .item .text p::after {
    display: none;
  }
}

.policy .contents {
  margin: 56px 0 0;
}
@media (min-width: 769px) {
  .policy .contents {
    margin: 76px 0 0;
  }
}
.policy h2.contents_title.policy__torikumi {
  margin-top: 0;
}
@media (max-width: 768px) {
  .policy h2.contents_title.policy__torikumi {
    margin-bottom: 30px;
  }
}
.policy h2.contents_title.policy__business {
  margin: 80px -20px 40px;
}
@media (min-width: 769px) {
  .policy h2.contents_title.policy__business {
    margin: 180px 0 80px;
  }
}
.policy .intro {
  padding: 0 0 54px;
}
@media (min-width: 769px) {
  .policy .intro {
    padding-top: 0;
    padding-bottom: 74px;
  }
}
@media (min-width: 769px) {
  .policy .work_list {
    margin: 80px 0 0;
  }
}
.policy .work_list h3 {
  line-height: 1.380952381;
  font-weight: normal;
}
@media (min-width: 769px) {
  .policy .work_list h3 {
    line-height: 1.2727272727;
    margin: 26px 0 0;
  }
}
@media (max-width: 768px) {
  .policy .work_list .item {
    padding-top: 32px;
  }
}
.policy .work_list .item .image.tax {
  width: 24.7457627119%;
}
@media (min-width: 769px) {
  .policy .work_list .item .image.tax {
    width: 41%;
  }
}

.support .intro {
  padding: 0 0 54px;
}
@media (min-width: 769px) {
  .support .intro {
    padding-top: 0;
    padding-bottom: 74px;
  }
}
@media (max-width: 768px) {
  .support h1.page_title {
    margin: 0 16px 0 16px;
  }
}
@media (min-width: 769px) {
  .support h1.page_title span:nth-of-type(2) {
    margin: 0 0 0 -0.6em;
  }
}
@media (max-width: 768px) {
  .support h1.page_title span {
    letter-spacing: 0.04em;
  }
}
.support h2.support__example {
  margin-top: 0;
}
@media (min-width: 769px) {
  .support .flex_list {
    margin: 80px 0 0;
  }
}
.support .flex_list .item .text ul {
  margin: 20px 0 0;
}
.support .flex_list .item .text ul li {
  margin: 10px 0 0;
}
.support .flex_list .item .text ul li:first-of-type {
  margin: 0;
}
.support .flex_list .item .text ul li a {
  display: flex;
  text-decoration: underline;
  column-gap: 16px;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.1em;
  color: #000;
}
.support .flex_list .item .text ul li a::before {
  content: "";
  display: block;
  flex-shrink: 0;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/link.png);
  width: 24px;
  height: 26px;
  transform: translateY(4px);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .support .flex_list .item .text ul li a::before {
    width: 24px;
    height: 26px;
    transform: translateY(4px);
  }
}

@media (max-width: 768px) {
  .private h1.page_title {
    margin: 0 16px 0 16px;
  }
}
@media (max-width: 768px) {
  .private h1.page_title span {
    letter-spacing: 0.04em;
  }
}
.private .intro:first-of-type {
  padding-top: 0;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .private .intro:first-of-type {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 769px) {
  .private .intro:first-of-type {
    padding-bottom: 80px;
  }
}

.certification-examination h2.contents_title.certificatio__list {
  margin-top: 0;
}
@media (max-width: 768px) {
  .certification-examination h2.contents_title.certificatio__list {
    padding: 0 5px;
  }
}
.certification-examination .intro {
  padding: 0 0 54px;
}
@media (min-width: 769px) {
  .certification-examination .intro {
    padding-top: 0;
    padding-bottom: 75px;
  }
}
.certification-examination .work_list {
  margin: 30px 0 0;
}
@media (min-width: 769px) {
  .certification-examination .work_list {
    margin: 80px 0 0;
  }
}

.commissioned-project .intro {
  padding: 26px 0 0;
  word-spacing: normal;
}
.commissioned-project .intro:first-of-type {
  padding: 0 0 56px;
}
@media (min-width: 769px) {
  .commissioned-project .intro:first-of-type {
    padding: 0 0 76px;
  }
}
@media (min-width: 769px) {
  .commissioned-project .intro {
    padding: 76px 0 0;
  }
}
@media (min-width: 769px) {
  .commissioned-project h1.page_title {
    padding-right: 15px;
    padding-left: 10px;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 768px) {
  .commissioned-project h1.page_title {
    align-items: center;
    margin: 0 16px 0 16px;
  }
}
@media (max-width: 768px) {
  .commissioned-project h1.page_title > span:nth-of-type(2) {
    font-size: 2.6rem;
    padding-left: 2px;
    padding-right: 12px;
    padding-bottom: 5px;
    background-size: auto 0.75em;
  }
}
@media (min-width: 769px) {
  .commissioned-project h1.page_title > span:nth-of-type(2) {
    margin: 0 0 0 -0.5em;
  }
}
@media (max-width: 768px) {
  .commissioned-project h1.page_title > span {
    letter-spacing: 0.04em;
  }
}
.commissioned-project h1.page_title > span > span.margin {
  margin: 0 0 0 -0.5em;
}
@media (min-width: 769px) {
  .commissioned-project h1.page_title > span > span.margin {
    margin: 0 0 0 -0.5em;
  }
}
.commissioned-project h1.page_title > span > span.lt {
  letter-spacing: -0.6em;
}
@media (min-width: 769px) {
  .commissioned-project h1.page_title > span > span.lt {
    letter-spacing: -0.6em;
  }
}
.commissioned-project h2.commissioned__about, .commissioned-project h2.commissioned__flow {
  margin: 56px -20px 0;
}
@media (min-width: 769px) {
  .commissioned-project h2.commissioned__about, .commissioned-project h2.commissioned__flow {
    margin: 176px 0 0;
  }
}
.commissioned-project h2:first-of-type {
  margin-top: 0;
}
.commissioned-project .flow {
  margin: 30px 0 0;
}
@media (min-width: 769px) {
  .commissioned-project .flow {
    margin: 80px auto 0;
  }
}
.commissioned-project .intro p {
  margin-bottom: 0.8em;
}
@media (min-width: 769px) {
  .commissioned-project .intro p {
    margin-bottom: 1.5em;
  }
}
.commissioned-project .intro p:last-of-type {
  margin: 0;
}

.people h1.page_title {
  margin: 0 !important;
}
.people h2.contents_title.interview {
  margin: 60px -20px 0;
}
@media (min-width: 769px) {
  .people h2.contents_title.interview {
    margin: 130px 0 0;
  }
}
.people h2.contents_title.people__career_path, .people h2.contents_title.interview__profile, .people h2.contents_title.interview__career, .people h2.contents_title.interview__other, .people h2.contents_title.interview__schedule {
  margin: 80px -20px 36px;
}
@media (min-width: 769px) {
  .people h2.contents_title.people__career_path, .people h2.contents_title.interview__profile, .people h2.contents_title.interview__career, .people h2.contents_title.interview__other, .people h2.contents_title.interview__schedule {
    margin: 180px 0 76px;
  }
}
.people h2:first-of-type {
  margin-top: 0;
}
.people .career_path .intro {
  padding: 0px 20px 28px;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.18rem;
  text-align: justify;
}
@media (min-width: 769px) {
  .people .career_path .intro {
    letter-spacing: 0.16rem;
    padding: 0px 0 45px;
  }
}
.people .profile_wrap {
  display: flex;
  flex-direction: column;
  padding: 25px;
  background-color: #f0f2f8;
  max-width: 890px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .people .profile_wrap {
    row-gap: 25px;
  }
}
@media (min-width: 769px) {
  .people .profile_wrap {
    padding: 40px;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .people .profile_wrap .image {
    margin: 0 auto;
    width: 54.2372881356%;
    max-width: 250px;
  }
}
@media (min-width: 769px) {
  .people .profile_wrap .image {
    width: 22.2222222222%;
  }
}
.people .profile_wrap .image img {
  width: 100%;
}
@media (min-width: 769px) {
  .people .profile_wrap .text {
    width: calc(77.7777777778% - 40px);
  }
}
.people .profile_wrap .text h3 {
  font-weight: normal;
  line-height: 1;
  position: relative;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  padding-bottom: 18px;
}
@media (min-width: 769px) {
  .people .profile_wrap .text h3 {
    font-size: 2.2rem;
    letter-spacing: 0.16em;
  }
}
.people .profile_wrap .text h3::after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 2px;
}
.people .profile_wrap .text p {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.12em;
  padding: 24px 0 0;
}
@media (min-width: 769px) {
  .people .profile_wrap .text p {
    letter-spacing: 0.16em;
  }
}
.people .schedule {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .people .schedule {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .people .schedule .image {
    padding: 0 20px 40px;
  }
}
@media (min-width: 769px) {
  .people .schedule .image {
    width: 45.2991452991%;
  }
}
.people .schedule .image img {
  width: 100%;
  height: auto;
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow {
    width: calc(54.7008547009% - 80px);
  }
}
.people .schedule .schedule_flow li {
  position: relative;
  display: flex;
  align-items: flex-start;
  column-gap: 38px;
}
.people .schedule .schedule_flow li:first-of-type::before {
  top: 10px;
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li:first-of-type::before {
    top: 10px;
  }
}
.people .schedule .schedule_flow li.line_long::before {
  height: calc(100% + 10px);
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li.line_long::before {
    height: calc(100% + 10px);
  }
}
.people .schedule .schedule_flow li:last-of-type::before {
  display: none;
}
.people .schedule .schedule_flow li:last-of-type .text h3 {
  font-weight: normal;
  font-size: 2.1rem;
  letter-spacing: 0.12em;
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li:last-of-type .text h3 {
    font-size: 2.2rem;
    letter-spacing: 0.16em;
  }
}
.people .schedule .schedule_flow li:last-of-type .text p {
  padding: 10px 0 0;
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li:last-of-type .text p {
    padding: 10px 0 0;
  }
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li {
    column-gap: 60px;
  }
}
.people .schedule .schedule_flow li::before {
  content: "";
  width: 3px;
  background: #ffcccc;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80px;
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li::before {
    left: 100px;
  }
}
.people .schedule .schedule_flow li .time {
  position: relative;
  font-size: 2.1rem;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li .time {
    font-size: 2.2rem;
    letter-spacing: 0.14em;
  }
}
.people .schedule .schedule_flow li .time::after {
  content: "";
  background-color: #ff9999;
  border-radius: 50%;
  position: absolute;
  width: 9px;
  height: 9px;
  left: 77px;
  top: 10px;
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li .time::after {
    width: 11px;
    height: 11px;
    top: 10px;
    left: 96px;
  }
}
.people .schedule .schedule_flow li .text h3 {
  font-weight: normal;
  font-size: 2.1rem;
  letter-spacing: 0.12em;
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li .text h3 {
    font-size: 2.2rem;
    letter-spacing: 0.16em;
  }
}
.people .schedule .schedule_flow li .text p {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.12em;
  padding: 10px 0 36px;
  text-align: justify;
}
@media (min-width: 769px) {
  .people .schedule .schedule_flow li .text p {
    padding: 10px 0 36px;
    letter-spacing: 0.14em;
  }
}
.people .flow .item {
  display: flex;
  padding: 20px 20px 18px;
  position: relative;
}
@media (min-width: 769px) {
  .people .flow .item {
    padding: 10px 0;
  }
}
.people .flow .item:first-of-type {
  margin: 0;
}
.people .flow .item .text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .people .flow .item .text {
    flex-direction: row;
  }
}
.people .flow .item .text h3 {
  letter-spacing: 0.14em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .people .flow .item .text h3 {
    border-bottom: 1px solid #cccccc;
    text-align: center;
    font-size: 2.1rem;
    line-height: 1;
    padding: 0 0 20px;
  }
}
@media (min-width: 769px) {
  .people .flow .item .text h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    font-size: 2.4rem;
    flex-shrink: 0;
    border-right: 1px solid #cccccc;
    padding: 0;
  }
}
.people .flow .item .text p {
  font-size: 1.6rem;
  letter-spacing: 0.18rem;
  line-height: 1.8125;
  text-align: justify;
  margin: 14px 0 0;
}
@media (min-width: 769px) {
  .people .flow .item .text p {
    line-height: 1.8125;
    letter-spacing: 0.16rem;
    padding: 5px 30px;
    margin: 0;
  }
}
.people .flow .item .text p span {
  display: block;
}
@media (max-width: 768px) {
  .people .flow .item .text p span {
    text-align: center;
  }
}
.people .people_list {
  margin: 30px 0 0;
  /* display: flex;
  flex-direction: column; */
}
@media (max-width: 768px) {
  .people .people_list {
    row-gap: 20px;
  }
}
@media (min-width: 769px) {
  .people .people_list {
    /* flex-direction: row; */
    /* justify-content: space-between; */
    margin: 80px 0 0;
  }
}
.people .people_list.interview {
  justify-content: center;
  column-gap: 100px;
}
.people .people_list .item {
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0 0 10px;
  color: #000;
}
@media (min-width: 769px) {
  .people .people_list .item {
    padding: 0 0 18px;
    flex-direction: column;
    width: 27.3504273504%;
  }
}
/* @media (max-width: 768px) {
  .people .people_list .item {
    width: calc(270 / 375 * 100%);
  }
} */


.people .people_list .item .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .people .people_list .item .image {
    width: 38.8059701493%;
  }
}
.people .people_list .item .text {
  padding: 20px 0 0;
}
@media (min-width: 769px) {
  .people .people_list .item .text {
    background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/people_arrow.png);
    background-size: 15px 29px;
    background-repeat: no-repeat;
    background-position: 98% 50%;
  }
}
@media (max-width: 768px) {
  .people .people_list .item .text {
    padding: 15px 10px 0 20px;
    background-color: #fff;
    width: 61.1940298507%;
  }
}
.people .people_list .item .text .dept {
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .people .people_list .item .text .dept {
    width: 150px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.people .people_list .item .text .position {
  font-size: 1.6rem;
  letter-spacing: 0.12rem;
}
@media (min-width: 769px) {
  .people .people_list .item .text .position {
    display: flex;
    align-items: center;
    column-gap: 32px;
  }
}
.people .people_list .item .text .position span {
  display: block;
}
.people .people_list .item .text .position span:nth-of-type(1) {
  position: relative;
}
@media (min-width: 769px) {
  .people .people_list .item .text .position span:nth-of-type(1)::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background-color: #8e9097;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -16px;
  }
}
@media (min-width: 769px) {
  .people .people_list .item .text .position span {
    line-height: 1;
  }
}
.people .people_list .item .text .name {
  line-height: 1;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  padding: 15px 0;
}
@media (min-width: 769px) {
  .people .people_list .item .text .name {
    margin: 0;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}
.people .people_list .item .text .name span {
  display: block;
  font-size: 1.2rem;
  color: #8e9097;
  margin: 7px 0 0;
}
@media (min-width: 769px) {
  .people .people_list .item .text .name span {
    margin: 10px 0 0;
  }
}
.people .people_list .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background-repeat: repeat-x;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-contents_sp.png);
}
@media (min-width: 769px) {
  .people .people_list .item::after {
    height: 19px;
    background-size: contain;
    background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-contents_sp.png);
  }
}

.menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .menu {
    justify-content: space-between;
    flex-direction: row;
  }
}
.menu .item {
  position: relative;
  padding-bottom: 18px;
}
@media (max-width: 768px) {
  .menu .item {
    margin: 60px 0 0;
  }
}
@media (min-width: 769px) {
  .menu .item {
    width: 45.5555555556%;
    padding-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .menu .item:first-of-type {
    margin: 0;
  }
}
.menu .item a {
  display: block;
  color: #000;
}
.menu .item::after {
  content: "";
  display: block;
  width: 100%;
  height: 19px;
  position: absolute;
  bottom: 0;
  background-color: #fff;
  background-repeat: repeat-x;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-contents.png);
  background-size: contain;
}
@media (min-width: 769px) {
  .menu .item::after {
    background-size: contain;
  }
}
.menu .item .image img {
  width: 100%;
  height: auto;
}
.menu .item .text {
  padding: 14px 0;
}
@media (min-width: 769px) {
  .menu .item .text {
    padding: 24px 0;
  }
}
.menu .item .text h3 {
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/project_arrow.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 15px 23px;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 1.380952381;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .menu .item .text h3 {
    font-size: 2.2rem;
    line-height: 1.2727272727;
  }
}
.menu .item .text p {
  margin: 12px 0 0;
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .menu .item .text p {
    margin: 24px 0 0;
  }
}

.history h2.contents_title.pr {
  margin: 56px -20px 0;
}
@media (min-width: 769px) {
  .history h2.contents_title.pr {
    margin: 176px 0 0;
  }
}
@media (max-width: 768px) {
  .history h2.contents_title.pr span {
    width: 85%;
  }
}
.history h2.contents_title:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .history .intro {
    padding: 26px 0 0;
  }
}
@media (min-width: 769px) {
  .history .intro {
    padding-bottom: 0;
  }
}
.history .intro .image {
  max-width: 570px;
  width: 100%;
  margin: 0 auto 36px;
}
@media (min-width: 769px) {
  .history .intro .image {
    margin: 0 auto 76px;
  }
}
.history .intro .image img {
  width: 100%;
  height: auto;
}
.history .intro p {
  margin-bottom: 0.8em;
}
.history .intro p:last-of-type {
  margin: 0;
}
@media (min-width: 769px) {
  .history .intro p {
    margin-bottom: 1.5em;
  }
}
.history .intro .movie {
  position: relative;
  width: 100%;
  max-width: 770px;
  padding-top: 56.25%;
  margin: 0 auto 36px;
}
@media (min-width: 769px) {
  .history .intro .movie {
    margin: 0 auto 76px;
  }
}
.history .intro .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .history .image {
    padding: 0 20px;
  }
}

.profile h2.contents_title.profile__position, .profile h2.contents_title.profile__difference2, .profile h2.contents_title.profile__difference1 {
  margin: 0 -20px 26px;
}
@media (min-width: 769px) {
  .profile h2.contents_title.profile__position, .profile h2.contents_title.profile__difference2, .profile h2.contents_title.profile__difference1 {
    margin: 0 0 76px;
  }
}
@media (max-width: 768px) {
  .profile h2.contents_title.profile__difference2 span {
    padding-right: 0;
  }
}
.profile h2.profile__mission {
  margin: 0 -20px 26px;
}
@media (min-width: 769px) {
  .profile h2.profile__mission {
    margin: 0 0 76px;
  }
}
.profile .profile_menu {
  display: flex;
  flex-direction: column;
  justify-content:center;
}
@media (min-width: 769px) {
  .profile .profile_menu {
    flex-direction: row;
  }
}
.profile .profile_menu li {
  width: 100%;
  height: 60px;
}
@media (max-width: 768px) {
  .profile .profile_menu li {
    border-bottom: 1px solid #cacbce;
  }
}
@media (min-width: 769px) {
  .profile .profile_menu li {
    width: 25%;
    height: 80px;
    border-right: 1px solid #cacbce;
  }
  .profile .profile_menu li:nth-child(1) {
    border-left: 1px solid #cacbce;
  }
}
.profile .profile_menu li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #000;
}
@media (max-width: 768px) {
  .profile .profile_menu li a {
    justify-content: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
@media (min-width: 769px) {
  .profile .profile_menu li a {
    letter-spacing: 0.08em;
    line-height: 1.5625;
    padding: 0 0 0 20.5479452055%;
  }
}
.profile .profile_menu li a span {
  text-align: center;
}
.profile .profile_menu li a::after {
  content: "";
  display: block;
  width: 22px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/profile_arrow.png);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (min-width: 769px) {
  .profile .profile_menu li a::after {
    right: 20px;
  }
}
.profile .intro {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .profile .intro {
    padding-left: 0;
    padding-right: 0;
  }
}
.profile .intro img {
  width: 100%;
  height: auto;
}
.profile .intro .profile_contents {
  display: flex;
  flex-direction: column;
  margin: 26px 0 0;
  row-gap: 26px;
}
@media (min-width: 769px) {
  .profile .intro .profile_contents {
    margin: 76px 0 0;
    row-gap: 126px;
  }
}
.profile .intro .text {
  margin: 12px 0 0;
}
@media (min-width: 769px) {
  .profile .intro .text {
    margin: 46px 0 0;
  }
}
.profile .intro .underline {
  margin: 0 0 14px;
}
@media (min-width: 769px) {
  .profile .intro .underline {
    margin: 0 0 24px;
  }
}
.profile #mission, .profile #difference1, .profile #difference2, .profile #position {
  padding: 56px 0 0;
}
@media (min-width: 769px) {
  .profile #mission, .profile #difference1, .profile #difference2, .profile #position {
    padding: 176px 0 0;
  }
}
.profile #difference2 .underline {
  margin: 0 0 20px;
}
@media (min-width: 769px) {
  .profile #difference2 .underline {
    margin: 0 0 30px;
  }
}
.profile .common_table p {
  text-align: right !important;
  margin: 10px 0 0 !important;
}
@media (min-width: 769px) {
  .profile .common_table p {
    margin: 14px 0 0 !important;
  }
}

.common_table {
  margin: 34px 0 0;
}
@media (min-width: 769px) {
  .common_table {
    margin: 74px 0 0;
  }
}
@media (max-width: 768px) {
  .common_table .table {
    overflow: auto;
    margin-right: -20px;
    padding-right: 20px;
  }
}
@media (min-width: 769px) {
  .common_table .table.column-2 th, .common_table .table.column-2 td {
    width: 42.6966292135%;
  }
}
@media (min-width: 769px) {
  .common_table .table.column-3 th, .common_table .table.column-3 td {
    width: 28.4269662921%;
  }
}
@media (min-width: 769px) {
  .common_table .table.column-4 th, .common_table .table.column-4 td {
    width: 21.3483146067%;
  }
}
@media (min-width: 769px) {
  .common_table .table.column-5 th, .common_table .table.column-5 td {
    width: 17.0786516854%;
  }
}
.common_table .table table {
  border-collapse: collapse;
  border-top: 1px solid #8E9097;
  border-left: 1px solid #8E9097;
}
@media (max-width: 768px) {
  .common_table .table table {
    width: max-content;
  }
}
@media (min-width: 769px) {
  .common_table .table table {
    width: 100%;
  }
}
.common_table .table table tr {
  border-bottom: 1px solid #8E9097;
}
.common_table .table table th {
  font-weight: normal;
  border-right: 1px solid #8E9097;
}
.common_table .table table td {
  text-align: center;
  border-right: 1px solid #8E9097;
}
.common_table .table th, .common_table .table td {
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1.33;
  background-color: #fff;
  padding: 5px;
}
@media (max-width: 768px) {
  .common_table .table th, .common_table .table td {
    width: 200px;
    height: 82px;
  }
}
@media (min-width: 769px) {
  .common_table .table th, .common_table .table td {
    padding: 10px;
    height: 82px;
  }
}
.common_table .table th.head, .common_table .table td.head {
  background-color: #f0f2f8;
}
@media (max-width: 768px) {
  .common_table .table th.head, .common_table .table td.head {
    height: 95px;
  }
}
.common_table .table th.short, .common_table .table td.short {
  width: 76px;
}
@media (min-width: 769px) {
  .common_table .table th.short, .common_table .table td.short {
    width: 14.606741573%;
  }
}
@media (max-width: 768px) {
  .common_table .table th.fixed, .common_table .table td.fixed {
    position: sticky;
    left: 0;
    height: 100%;
  }
  .common_table .table th.fixed:before, .common_table .table td.fixed:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #8E9097;
  }
}

.information h2.contents_title.information__career {
  margin: 80px -20px 0;
}
@media (min-width: 769px) {
  .information h2.contents_title.information__career {
    margin: 180px 0 0;
  }
}
.information h2.contents_title.information__place, .information h2.contents_title.information__private {
  margin: 0 -20px 0 !important;
}
@media (min-width: 769px) {
  .information h2.contents_title.information__place, .information h2.contents_title.information__private {
    margin: 0 !important;
  }
}
.information h2.contents_title:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .information .work_list {
    margin: 30px 0 0;
  }
}
.information .flex_list {
  margin: 30px 0 0;
}
@media (min-width: 769px) {
  .information .flex_list {
    margin: 80px 0 0;
  }
}
.information .flex_list .map {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.information .flex_list .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 4/3;
}
.information #welfare, .information #place {
  padding: 80px 0 0;
}
@media (min-width: 769px) {
  .information #welfare, .information #place {
    padding: 180px 0 0;
  }
}

.recruitment h2.contents_title.recruitment__schedule, .recruitment h2.contents_title.recruitment__list {
  margin: 60px -20px 0;
}
@media (min-width: 769px) {
  .recruitment h2.contents_title.recruitment__schedule, .recruitment h2.contents_title.recruitment__list {
    margin: 180px 0 0;
  }
}
.recruitment h2:first-of-type {
  margin-top: 0;
}
@media (max-width: 768px) {
  .recruitment .intro {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 769px) {
  .recruitment .intro {
    padding-bottom: 0;
  }
}
.recruitment .btn_entry {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  background-color: #fd0000;
  background-color: #fd0000;
  width: 295px;
  height: 60px;
  background-image: repeating-linear-gradient(-45deg, #fd3333, #fd3333 1px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 2px);
  background-position: center bottom;
  background-repeat: repeat-x;
  margin: 26px auto 0;
}
@media (min-width: 769px) {
  .recruitment .btn_entry {
    margin: 76px auto 0;
    font-size: 2.2rem;
    width: 320px;
    height: 100px;
  }
}
.recruitment .flow {
  margin: 30px 0 0;
}
@media (min-width: 769px) {
  .recruitment .flow {
    margin: 80px auto 0;
  }
}
.recruitment .flow .underline .day {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
}
.recruitment .recruitment_table {
  max-width: 890px;
  margin: 0 auto;
}
.recruitment .recruitment_table .table {
  margin: 38px 0 0;
}
@media (min-width: 769px) {
  .recruitment .recruitment_table .table {
    margin: 80px 0 0;
  }
}
.recruitment .recruitment_table .table table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #8e9097;
  border-right: 1px solid #8e9097;
  border-left: 1px solid #8e9097;
  margin: 15px 0 0;
}
@media (min-width: 769px) {
  .recruitment .recruitment_table .table table {
    margin: 30px 0 0;
  }
}
.recruitment .recruitment_table .table table tr {
  border-bottom: 1px solid #8e9097;
}
.recruitment .recruitment_table .table table th {
  width: 35.8208955224%;
  font-weight: normal;
  background-color: #f0f2f8;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.8125;
  border-right: 1px solid #8e9097;
}
@media (max-width: 768px) {
  .recruitment .recruitment_table .table table th {
    padding: 12px 12px;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .recruitment .recruitment_table .table table th {
    width: 33.1460674157%;
    letter-spacing: 0.16em;
  }
}
.recruitment .recruitment_table .table table td {
  width: 64.1791044776%;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  line-height: 1.8125;
  text-align: justify;
}
@media (max-width: 768px) {
  .recruitment .recruitment_table .table table td {
    padding: 12px 12px;
    vertical-align: top;
  }
}
@media (min-width: 769px) {
  .recruitment .recruitment_table .table table td {
    padding: 26px 30px;
    width: 66.8539325843%;
    letter-spacing: 0.16em;
  }
}
.recruitment .recruitment_table .table table td a {
  display: block;
  color: #000;
  text-decoration: underline;
}

.mv_top {
  width: 100%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .mv_top {
    padding: 30px 0 0;
  }
}
.mv_top__slider {
  width: 100%;
}
.mv_top__slider .item {
  position: relative;
}
.mv_top__slider .item__text {
  position: absolute;
  z-index: 30;
}
@media (max-width: 768px) {
  .mv_top__slider .item__text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.mv_top__slider .item__text.item01 {
  width: 100%;
}
@media (max-width: 768px) {
  .mv_top__slider .item__text.item01 {
    padding: 3% 5.3% 7%;
  }
}
@media (min-width: 769px) {
  .mv_top__slider .item__text.item01 {
    display: flex;
    align-items: flex-end;
    column-gap: 1.5%;
    top: 5%;
    left: 14%;
  }
}
@media (min-width: 769px) {
  .mv_top__slider .item__text.item01 .item__text-link {
    transform: translateY(-20%);
  }
}
@media (min-width: 769px) {
  .mv_top__slider .item__text.item01 .item__text-lead {
    line-height: 1.2328767123;
  }
}
@media (max-width: 768px) {
  .mv_top__slider .item__text.item02 {
    padding: 7%;
  }
}
@media (min-width: 769px) {
  .mv_top__slider .item__text.item02 {
    top: 11.5%;
    right: 13%;
  }
}
@media (max-width: 768px) {
  .mv_top__slider .item__text.item02 .item__text-lead {
    align-self: flex-end;
  }
}
@media (min-width: 769px) {
  .mv_top__slider .item__text.item02 .item__text-link {
    margin-top: 10%;
    margin-right: 0;
    margin-left: auto;
  }
}
.mv_top__slider .item__text-lead {
  display: inline-block;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-shadow: #fff 0 0 5px;
  font-size: 5.6vw;
  line-height: 1.3333333333;
  letter-spacing: 0.12em;
}
@media (min-width: 769px) {
  .mv_top__slider .item__text-lead {
    font-size: 7.3rem;
    font-size: 4.57vw;
    letter-spacing: 0.16em;
    line-height: 1.2876712329;
  }
}
@media (min-width: 1600px) {
  .mv_top__slider .item__text-lead {
    font-size: 7.3rem;
  }
}
.mv_top__slider .item__text-lead span.lt20 {
  margin-left: -0.02em;
}
.mv_top__slider .item__text-lead span.lt20_plus {
  margin-left: 0.02em;
}
.mv_top__slider .item__text-lead span.lt40 {
  margin-left: -0.04em;
}
.mv_top__slider .item__text-lead span.lt60 {
  margin-left: -0.06em;
}
.mv_top__slider .item__text-lead span.lt60_plus {
  margin-left: 0.06em;
}
.mv_top__slider .item__text-lead span.lt100 {
  margin-left: -0.1em;
}
.mv_top__slider .item__text-lead span.lt120 {
  margin-left: -0.12em;
}
.mv_top__slider .item__text-lead span.lt160 {
  margin-left: -0.16em;
}
.mv_top__slider .item__text-lead span.lt180 {
  margin-left: -0.18em;
}
.mv_top__slider .item__text-lead span.lt200 {
  margin-left: -0.2em;
}
.mv_top__slider .item__text-lead span.lt220 {
  margin-left: -0.22em;
}
.mv_top__slider .item__text-lead span.lt240 {
  margin-left: -0.24em;
}
.mv_top__slider .item__text-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 195px;
  height: 40px;
  color: #000;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.6);
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border_mvbuton.png);
  background-size: contain;
}
@media (max-width: 768px) {
  .mv_top__slider .item__text-link {
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .mv_top__slider .item__text-link {
    width: 272px;
    height: 66px;
    font-size: 1.9rem;
    line-height: 1.4736842105;
    letter-spacing: 0.2em;
  }
}
.mv_top__slider .item__text-link::after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (max-width: 768px) {
  .mv_top__slider .item__text-link::after {
    margin: 1px 0 0 0;
  }
}
@media (min-width: 769px) {
  .mv_top__slider .item__text-link::after {
    width: 15px;
    height: 23px;
    right: 20px;
  }
}
.mv_top__slider img {
  width: 100%;
  height: auto;
}
.mv_top__slider .slick-dots {
  bottom: 1% !important;
}
@media (min-width: 769px) {
  .mv_top__slider .slick-dots {
    bottom: 25px !important;
  }
}
.mv_top__slider .slick-next, .mv_top__slider .slick-prev {
  height: 100% !important;
}
@media (max-width: 768px) {
  .mv_top__slider .slick-next {
    right: 2% !important;
  }
}
@media (max-width: 768px) {
  .mv_top__slider .slick-prev {
    left: 1% !important;
  }
}

.top {
  overflow: hidden;
  margin-top: 0 !important;
}
.top .contents_title:nth-of-type(1) {
  margin: 0;
}
@media (max-width: 768px) {
  .top .contents_title:nth-of-type(1) {
    margin: 0 -20px 0;
  }
}
@media (min-width: 769px) {
  .top .contents {
    margin: 130px 0 0;
  }
}
.top__massage {
  margin: 30px 0 0;
}
@media (min-width: 769px) {
  .top__massage {
    margin: 80px 0 0;
  }
}
.top__massage img {
  width: 100%;
  height: auto;
  outline: 1px solid #ff9999;
  outline-offset: -2px;
}
.top__massage a {
  display: block;
  padding: 10px;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-contents2.png);
  background-size: 32px 16px;
  background-repeat: repeat;
}
@media (min-width: 769px) {
  .top__massage a {
    padding: 20px;
  }
}
.top__massage p {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.14em;
  margin: 15px 0 0;
}
@media (min-width: 769px) {
  .top__massage p {
    display: none;
  }
}
.top__recruitment {
  margin: 60px 0 0;
}
@media (min-width: 769px) {
  .top__recruitment {
    margin: 180px 0 0;
  }
}
.top__recruitment a {
  display: block;
  padding: 10px;
  background: #fd0000;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-contents2.png);
  background-size: 32px 16px;
}
@media (min-width: 769px) {
  .top__recruitment a {
    padding: 14px;
  }
}
.top__recruitment img {
  width: 100%;
  height: auto;
}
.top__menu {
  margin: 30px 0 0;
}
@media (min-width: 769px) {
  .top__menu {
    margin: 80px 0 0;
  }
}
.top__menu.menu .item {
  padding-bottom: 0;
}
.top__menu.menu .item::after {
  display: none;
}
.top__menu.menu .item .text {
  padding-bottom: 0;
}
.top__menu.menu .item a {
  display: block;
}
@media (max-width: 768px) {
  .top__menu.menu .item .text h3 {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .top__menu.menu .item .text h3::after {
    display: none;
  }
}
@media (min-width: 769px) {
  .top__menu.menu .item .text h3 {
    background-image: none;
  }
}
.top__menu.menu .item .image.border {
  padding: 10px;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/border-contents2.png);
  background-size: 32px 16px;
  background-repeat: repeat;
}
@media (min-width: 769px) {
  .top__menu.menu .item .image.border {
    padding: 20px;
  }
}
.top__menu.menu .item .image.border img {
  width: 100%;
  height: auto;
  outline: 1px solid #ff9999;
  outline-offset: -2px;
}
@media (max-width: 979px) {
  .top .massage_top {
    margin: 40px 0 0;
    background-color: #f0f2f8;
  }
}
@media (min-width: 980px) {
  .top .massage_top {
    margin: 80px 0 0;
  }
}
.top .massage_top a {
  color: #000;
  background-color: #f0f2f8;
  margin: 0 !important;
}
@media (min-width: 980px) {
  .top .massage_top .image {
    width: 58.1196581197%;
  }
}
.top .massage_top .image img {
  width: 100%;
  height: auto;
}
@media (max-width: 979px) {
  .top .massage_top .text_wrap {
    margin: 0 !important;
  }
}
@media (min-width: 980px) {
  .top .massage_top .text_wrap {
    transform: translateY(-50%) translateX(-47.5%) !important;
  }
}
@media (min-width: 1080px) {
  .top .massage_top .text_wrap {
    width: 90% !important;
    transform: translateY(-50%) translateX(-48.5%) !important;
  }
}
.top .massage_top .text_wrap .inner {
  width: 100% !important;
  margin: 0 auto;
  padding: 16px 20px 20px;
}
@media (min-width: 980px) {
  .top .massage_top .text_wrap .inner {
    width: 32% !important;
    background-color: transparent !important;
  }
}
@media (min-width: 1230px) {
  .top .massage_top .text_wrap .inner {
    width: 36% !important;
  }
}
.top .massage_top .text_wrap .inner .text .name {
  display: flex;
}
@media (max-width: 979px) {
  .top .massage_top .text_wrap .inner .text .name {
    column-gap: 10px;
    padding: 10px 0 0 !important;
  }
}
@media (min-width: 980px) {
  .top .massage_top .text_wrap .inner .text .name {
    flex-direction: column;
    column-gap: 0px;
    row-gap: 12px;
    align-items: flex-start !important;
  }
}
@media (max-width: 979px) {
  .top .massage_top .slick-dots {
    padding-top: 39.5% !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 0% !important;
    bottom: auto !important;
  }
}
@media (min-width: 980px) {
  .top .massage_top .slick-dots {
    bottom: 25px !important;
  }
}
@media (max-width: 979px) {
  .top .massage_top .slick-dots li {
    padding-bottom: 5% !important;
  }
}
.top .massage_top .slick-prev, .top .massage_top .slick-next {
  height: 100%;
}
@media (max-width: 575px) {
  .top .massage_top .slick-prev, .top .massage_top .slick-next {
    height: 39.5% !important;
  }
}
@media (min-width: 576px) and (max-width: 799px) {
  .top .massage_top .slick-prev, .top .massage_top .slick-next {
    height: 56% !important;
  }
}
@media (min-width: 800px) and (max-width: 979px) {
  .top .massage_top .slick-prev, .top .massage_top .slick-next {
    height: 64% !important;
  }
}
@media (max-width: 979px) {
  .top .massage_top .slick-prev, .top .massage_top .slick-next {
    width: 7.4626865672%;
    height: auto;
    top: 0;
    transform: translateY(0px);
  }
}
.top .massage_top .slick-prev::before, .top .massage_top .slick-next::before {
  background-position: center;
}
@media (max-width: 979px) {
  .top .massage_top .slick-prev::before, .top .massage_top .slick-next::before {
    width: 100%;
    height: auto;
    height: 100% !important;
    background-position: center;
  }
}
@media (max-width: 979px) {
  .top .massage_top .slick-next {
    right: 1% !important;
  }
}
@media (max-width: 979px) {
  .top .massage_top .slick-prev {
    left: 1% !important;
  }
}

.top_project_list .slick-next, .top_project_list .slick-prev {
  height: 100% !important;
}
@media (max-width: 768px) {
  .top_project_list .slick-next {
    right: 2% !important;
  }
}
@media (max-width: 768px) {
  .top_project_list .slick-prev {
    left: 1% !important;
  }
}
.top_project_list .slick-dots {
  bottom: 20.5% !important;
}
@media (min-width: 769px) {
  .top_project_list .slick-dots {
    bottom: 18% !important;
  }
}

.main_top_page .slick-prev {
  left: 15px !important;
  z-index: 10;
}
@media (max-width: 768px) {
  .main_top_page .slick-prev {
    right: 1% !important;
  }
}
.main_top_page .slick-prev::before {
  content: "" !important;
  display: block;
  width: 25px;
  height: 97px;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/prev.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .main_top_page .slick-prev::before {
    width: 35px;
    height: 140px;
  }
}

.main_top_page .slick-next {
  right: 25px !important;
  z-index: 10;
}
@media (max-width: 768px) {
  .main_top_page .slick-next {
    right: 1% !important;
  }
}
.main_top_page .slick-next::before {
  content: "" !important;
  display: block;
  background-image: url(https://cdn.getshifter.co/a428cb9c4800d94c54675f979acaa85608c6ab76/uploads/2023/01/next.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 97px;
}
@media (min-width: 769px) {
  .main_top_page .slick-next::before {
    width: 35px;
    height: 140px;
  }
}

.main_top_page .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .main_top_page .slick-dots li {
    margin: 0 7px !important;
    width: 8px !important;
    height: 8px !important;
  }
}
@media (min-width: 769px) {
  .main_top_page .slick-dots li {
    width: 14px !important;
    height: 14px !important;
    margin: 0 10px !important;
  }
}
.main_top_page .slick-dots li.slick-active button::before {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.main_top_page .slick-dots li button::before {
  content: "" !important;
  width: 8px !important;
  height: 8px !important;
  background-color: transparent !important;
  border-radius: 50% !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}
@media (min-width: 769px) {
  .main_top_page .slick-dots li button::before {
    width: 14px !important;
    height: 14px !important;
  }
}

.news_tab {
  display: flex;
}
@media (max-width: 768px) {
  .news_tab {
    flex-wrap: wrap;
    border-top: 1px solid #8e9097;
  }
}
@media (min-width: 769px) {
  .news_tab {
    border-left: 1px solid #8e9097;
  }
}
.news_tab li {
  width: 50%;
  list-style: none;
}
.news_tab li a {
  width: 100%;
  height: 100%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.2em;
  letter-spacing: 0.2em;
}
.news_tab li:hover {
  cursor: pointer;
}
.news_tab li.active a {
  color: #8e9097;
}
@media (max-width: 768px) {
  .news_tab li {
    height: 60px;
    border-bottom: 1px solid #8e9097;
  }
}
@media (min-width: 769px) {
  .news_tab li {
    width: 25%;
    height: 80px;
    font-size: 1.6rem;
    font-weight: 700;
    border-right: 1px solid #8e9097;
    color: #333333;
  }
}
@media (max-width: 768px) {
  .news_tab li:nth-of-type(odd) {
    border-right: 1px solid #8e9097;
  }
}

.news_list {
  margin: 30px auto 0;
}
@media (min-width: 769px) {
  .news_list {
    margin: 80px auto 0;
  }
}
@media (max-width: 768px) {
  .news_list.top_news li:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 769px) {
  .news_list.top_news li:nth-child(n+4) {
    display: none;
  }
}
.news_list.listpage {
  margin: 60px auto 0;
}
@media (min-width: 769px) {
  .news_list.listpage {
    margin: 80px auto 0;
  }
}

.news_list.listpage li {
  display: flex;
}
.news_list li {
  line-height: 1.8125;
  font-size: 16px;
  display: flex;
}
@media (max-width: 768px) {
  .news_list li {
    margin: 34px 0 0;
    flex-wrap: wrap;
  }
}
@media (min-width: 769px) {
  .news_list li {
    margin: 25px 0 0;
  }
}
.news_list li:first-of-type {
  margin: 0;
}
.news_list li .date {
  margin-right: 20px;
  letter-spacing: 0.18em;
}
@media (min-width: 769px) {
  .news_list li .date {
    margin-right: 32px;
  }
}
@media (max-width: 768px) {
  .news_list li .date {
    order: 2;
    line-height: 1;
  }
}
.news_list li .category {
  width: 120px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.68em;
  color: #fff;
  padding-left: 0.68em;
  margin: 0 20px 0 0;
}
@media (min-width: 769px) {
  .news_list li .category {
    font-size: 1.5rem;
    margin: 5px 20px 0 0;
    width: 120px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .news_list li .category {
    order: 1;
    font-size: 14px;
  }
}
.news_list li .category.graduate {
  background-color: #ff3333;
}
.news_list li .category.midway {
  background-color: #3366ff;
letter-spacing: 0.2em;
}
.news_list li .category.all {
  background-color: #8e9097;
}
.news_list li .title {
  text-decoration: none;
  letter-spacing: 0.12em;
  line-height: 1.8125;
  color: #000;
}
@media (max-width: 768px) {
  .news_list li .title {
    width: 100%;
    margin: 10px 0 0;
    letter-spacing: 0.13em;
    line-height: 1.625;
    order: 3;
    text-align: justify;
  }
}
.news_list li.graduate .category {
  background-color: #ff3333;
}
.news_list li.midway .category {
  background-color: #3366ff;
}
.news_list li.all .category {
  background-color: #8e9097;
}
.news_list .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  background-color: #f6f7fb;
  border: 1px solid #8e9097;
  letter-spacing: 0.08em;
  color: #000;
  margin: 35px auto 0;
  position: relative;
}
@media (min-width: 769px) {
  .news_list .link {
    width: 272px;
    height: 65px;
    font-size: 1.9rem;
    margin: 50px auto 0;
    letter-spacing: 0.2em;
  }
}
.news_list .link::after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background-image: url(/wp-content/themes/jcci/assets/images/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media (min-width: 769px) {
  .news_list .link::after {
    width: 15px;
    height: 22px;
    right: 20px;
  }
}
.news_list .pagenation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
@media (min-width: 769px) {
  .news_list .pagenation ul {
    margin-top: 70px;
  }
}
.news_list .pagenation ul li {
  margin-top: 0 !important;
  margin-right: 15px;
display: block!important;
}
@media (min-width: 769px) {
  .news_list .pagenation ul li {
    margin-right: 20px;
  }
}
.news_list .pagenation ul li:last-of-type {
  margin-right: 0;
}
.news_list .pagenation ul li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #000;
  background-color: #f0f1f8;
  border: 1px solid #8e9097;
  font-size: 1.9rem;
  width: 50px;
  height: 55px;
}
@media (min-width: 769px) {
  .news_list .pagenation ul li .page-numbers {
    width: 60px;
    height: 65px;
  }
}
.news_list .pagenation ul li.active .current {
  pointer-events: none;
  color: #8e9097;
  background: #ffffff;
}

/* 12-21ここから */
.mv_top__slider .item03,.mv_top__slider .item04 {
  display: flex;
  flex-flow: column;
}
@media (min-width: 769px) {
  .mv_top__slider .item03 {
    align-items: flex-end;
    right: 5.3%;
    top: 6.6%;
  }
  .item03 .item__text-lead {
    padding-bottom: 7.2%;
  }
}
@media (max-width: 768px) {
  .mv_top__slider .item03 {
    align-items: flex-end;
    justify-content: space-between;
    padding: 2.5% 9.3% 7% 9.3%;
  }
}

@media (min-width: 769px) {
  .mv_top__slider .item04 {
    align-items: center;
    right: 3.7%;
    top: 14%;
  }
  
  .item04 .item__text-lead {
    padding-bottom: 8.4%;
    letter-spacing: 0.06em;
  }
}
@media (max-width: 768px) {
  .mv_top__slider .item04 {
    align-items: flex-end;
    justify-content: space-between;
    padding: 10% 3.7% 7% 3.7%;
  }
  .item04 .item__text-lead {
    font-size: 4.4vw;
  }
}
@media screen and (min-width:769px) and ( max-width:1599px) {
  .item04 .item__text-lead {
  font-size: 4.13vw;
}
}
@media (min-width: 1600px) {
  .item04 .item__text-lead {
    font-size: 66px;
  }
}
.item04 .item__text-lead span.lt20 {
  letter-spacing: 0.02em;
}
.item04 .item__text-lead span.lt40 {
  letter-spacing: 0.04em;
}
.item04 .item__text-lead span.lt60 {
  letter-spacing: 0.06em;
}
.item04 .item__text-lead span.lt-20 {
  letter-spacing: -0.02em;
}
.item04 .item__text-lead span.lt-40 {
  letter-spacing: -0.04em;
}
.item04 .item__text-lead span.lt-60 {
  letter-spacing: -0.06em;
}
.item04 .item__text-lead span.lt-100 {
  letter-spacing: -0.1em;
}

.people_list {
  flex-wrap: wrap;
  row-gap: 50px;
}
.people_list::after{
  content:"";
  display: block;
  width:27.3504273504%;
}


/* 0430追加 */

.main__wrap-people, .main__wrap-people2 {
  max-width: 1310px !important;
}

.main__wrap-people2 .page_title__wrap, .main__wrap-people2 .crumb, .main__wrap-people2 .contents_title {
  max-width: 1170px!important;
  margin-left: auto!important;
  margin-right: auto!important;
}

.main__wrap-people .people_wrap {
  max-width: 1170px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .main__wrap-people .people_list, .main__wrap-people2 .people_list {
      margin-right: -20px;
      margin-left: -20px;
  }    
}

.main__wrap-people .people_slider_wrap .contents_title {
  max-width: 1170px;
  margin-right: auto !important;
  margin-left: auto !important;
}

.people_list.slick-slider .slick-slide {
  height: auto !important;
}

.people_list .slick-prev {
  /* left: 0 !important; */
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 0 !important;

}
@media (min-width: 769px) {
  .people_list .slick-prev {
      transform: translateX(-50%);
      transform: translateX(calc(-50% + 50px)) translateY(calc(-50% - 66px));
  }
}

@media (max-width: 768px) {
  .people_list .slick-prev {
      transform: translateX(10px) translateY(-50%);

  }
}

.people_list .slick-prev::before {
  content: "" !important;
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('assets/images/people-prev.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .people_list .slick-prev {
      width: 60px;
      height: 60px;
  }

  .people_list .slick-prev::before {
      width: 60px;
      height: 60px;
  }
}

.people_list .slick-next {
  right: 0 !important;
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;

}

@media (min-width: 769px) {
  .people_list .slick-next {
      transform: translateX(50%);
      transform: translateX(calc(50% - 50px)) translateY(calc(-50% - 66px));
  }
}

@media (max-width: 768px) {
  .people_list .slick-next {
      transform: translateX(-10px) translateY(-50%);
  }
}

.people_list .slick-next::before {
  content: "" !important;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('assets/images/people-next.png');
  width: 40px;
  height: 40px;
}

@media (min-width: 769px) {
  .people_list .slick-next {
      width: 60px;
      height: 60px;
  }

  .people_list .slick-next::before {
      width: 60px;
      height: 60px;
  }
}

.people_list .slick-slide {
  margin: 0 10px;
}

@media (min-width: 769px) {
  .people_list .slick-slide {
      margin: 0 50px;
  }
}

/* 0430追加 ここまで */