@charset "UTF-8";
/* ================================================
  変数をまとめるファイル
  ================================================ */
/* -----------------------------------------------
  @use 'variables' as var;　←ページ上部に追加

  [使用例]
  .button {
    color: var.$main-txt-color;
  }
------------------------------------------------- */
/* section-mv */
.section-mv {
  position: fixed;
  top: 0;
  min-height: 100vw;
  z-index: -1;
}
.section-mv .inner-wrap {
  max-width: none;
}
@media screen and (max-width: 767px) {
  .section-mv .logo-wrap {
    position: absolute;
    top: 18px;
    left: 16px;
    max-width: 232px;
    z-index: 1;
  }
}
.section-mv .hd-wrap {
  position: relative;
}
.section-mv .hd-wrap h1 img {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
@media screen and (max-width: 767px) {
  .section-mv .hd-wrap h1 img {
    height: 100vh;
  }
}
.section-mv .hd-wrap .copy-txt-wrap {
  position: absolute;
  left: 7.3206442167vw;
  bottom: 10.3953147877vw;
  letter-spacing: -0.06em;
}
@media screen and (max-width: 767px) {
  .section-mv .hd-wrap .copy-txt-wrap {
    left: 27px;
    bottom: 76px;
  }
}
.section-mv .hd-wrap .copy-txt-wrap .copy-txt {
  display: flex;
  align-items: center;
  font-size: 4.5rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section-mv .hd-wrap .copy-txt-wrap .copy-txt {
    font-size: 2.7rem;
  }
}
.section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-01 .copy-img-wrap {
  position: relative;
  display: flex;
  max-width: 158px;
}
@media screen and (max-width: 767px) {
  .section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-01 .copy-img-wrap {
    max-width: 95px;
  }
}
.section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-01 .copy-img-wrap img {
  display: inline-block;
}
.section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-01 .copy-img-wrap::after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: -26px;
  width: 214px;
  height: 23px;
  background: url(/assets/images/mv_txt_line_01@2x.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-01 .copy-img-wrap::after {
    left: -15px;
    bottom: -16px;
    width: 124px;
    height: 14px;
    background-image: url(/assets/images/mv_txt_line_01_sp.png);
  }
}
.section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-02 .copy-img-wrap {
  position: relative;
  display: flex;
  max-width: 94px;
}
@media screen and (max-width: 767px) {
  .section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-02 .copy-img-wrap {
    max-width: 56px;
  }
}
.section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-02 .copy-img-wrap img {
  display: inline-block;
}
.section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-02 .copy-img-wrap::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: -34px;
  width: 145px;
  height: 24px;
  background: url(/assets/images/mv_txt_line_02@2x.png) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .section-mv .hd-wrap .copy-txt-wrap .copy-txt.txt-02 .copy-img-wrap::after {
    left: -10px;
    bottom: -12px;
    width: 73px;
    height: 15px;
    background-image: url(/assets/images/mv_txt_line_02_sp.png);
    background-size: contain;
  }
}

/* section-mv */
/* section-about */
@media screen and (max-width: 767px) {
  .section-about {
    margin-top: 100vh;
  }
}
.section-about > .inner-wrap {
  padding: 190px 0 170px;
  text-align: center;
  background-color: #fff;
  background: url(/assets/images/bg_section_01.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .section-about > .inner-wrap {
    padding-top: 65px;
    padding-bottom: 80px;
    text-align: left;
    background-image: url(/assets/images/bg_section_01_sp.jpg);
  }
}
.section-about > .inner-wrap > .txt-wrap {
  letter-spacing: 0.08em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .section-about > .inner-wrap > .txt-wrap {
    padding-inline: 24px;
  }
}
.section-about > .inner-wrap > .txt-wrap p + p {
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .section-about > .inner-wrap > .txt-wrap p + p {
    margin-top: 27px;
  }
}
.section-about .hd-wrap.about-us {
  position: relative;
  z-index: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section-about .hd-wrap.about-us {
    margin-bottom: 46px;
    padding-inline: 24px;
  }
}
.section-about .hd-wrap.about-us h2 {
  font-size: 3.7rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-about .hd-wrap.about-us h2 {
    font-size: 2rem;
  }
}
.section-about .hd-wrap.about-us::before {
  content: "";
  position: absolute;
  top: -66px;
  right: -37px;
  width: 786px;
  height: 144px;
  background: url(/assets/images/txt_about_us.svg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-about .hd-wrap.about-us::before {
    top: -75px;
    right: -147px;
    width: 345px;
    height: 172px;
    background-size: contain;
  }
}
.section-about .splide {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .section-about .splide {
    margin-top: 70px;
  }
}
.section-about .splide .splide__slide img {
  max-width: 260px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .section-about .splide .splide__slide img {
    max-width: 151px;
  }
}
.section-about .splide .splide__slide:nth-child(2n+1) {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .section-about .splide .splide__slide:nth-child(2n+1) {
    margin-top: 50px;
  }
}

/* section-about */
/* section-service */
.section-service {
  padding-top: 105px;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .section-service {
    padding-top: 74px;
  }
}
.section-service > .inner-wrap {
  max-width: 1366px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .section-service > .inner-wrap {
    padding-inline: 20px;
  }
}
.section-service .panel-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  margin-top: 88px;
  padding-inline: 82px;
}
@media screen and (max-width: 767px) {
  .section-service .panel-list {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-row-gap: 16px;
    margin-top: 44px;
    padding-inline: 0;
  }
}
.section-service .panel-list .panel {
  position: relative;
  z-index: 0;
  padding: 2.5622254758vw 45px 2.9282576867vw 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section-service .panel-list .panel {
    padding: 28px 45px 30px 30px;
  }
}
.section-service .panel-list .panel .num-wrap {
  max-width: 5.8565153734vw;
}
@media screen and (max-width: 767px) {
  .section-service .panel-list .panel .num-wrap {
    max-width: 68px;
  }
}
.section-service .panel-list .panel .bd-line {
  margin: 0;
  margin-top: 11px;
  border: none;
  border-top: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  .section-service .panel-list .panel .bd-line {
    margin-top: 7px;
  }
}
.section-service .panel-list .panel .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-service .panel-list .panel .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 45px 0 45px 0;
}
.section-service .panel-list .panel .txt-wrap {
  margin-top: 215px;
  color: #fff;
  text-align: left;
  font-size: min(1.5373352855vw, 2.1rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-service .panel-list .panel .txt-wrap {
    margin-top: 170px;
    font-size: 1.5rem;
  }
}
.section-service .panel-list .panel-01 {
  grid-area: 1/1/2/4;
}
.section-service .panel-list .panel-02 {
  grid-area: 1/4/2/7;
}
.section-service .panel-list .panel-03 {
  grid-area: 2/1/3/3;
}
.section-service .panel-list .panel-04 {
  grid-area: 2/3/3/5;
}
.section-service .panel-list .panel-05 {
  grid-area: 2/5/3/7;
}
@media screen and (max-width: 767px) {
  .section-service .panel-list .panel {
    grid-area: auto;
  }
}

/* section-service */
/* section-company */
.section-company > .inner-wrap {
  margin-inline: auto;
  padding-top: 100px;
  max-width: 1366px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section-company > .inner-wrap {
    padding-top: 60px;
    padding-inline: 20px;
  }
  .section-company > .inner-wrap::after {
    content: "";
    position: absolute;
    top: 42vw;
    left: 0;
    width: 100%;
    height: 723px;
    background-size: contain;
    background: url(/assets/images/bg_section_02_sp.png) no-repeat center/contain;
    pointer-events: none;
  }
}
.section-company .hd-wrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-company .hd-wrap {
    padding-inline: 15px;
  }
}
.section-company .about-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 70px;
  margin-top: 75px;
  margin-right: 45px;
  padding-right: 38px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .section-company .about-wrap {
    flex-direction: column;
    margin-top: 44px;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 0;
    gap: 26px;
  }
}
.section-company .about-wrap .img-wrap {
  max-width: min(570px, 41.7276720351vw);
}
@media screen and (max-width: 767px) {
  .section-company .about-wrap .img-wrap {
    max-width: none;
  }
}
.section-company .about-wrap .about-list {
  position: relative;
  flex: 1;
}
.section-company .about-wrap .about-list::after {
  content: "";
  position: absolute;
  top: -84px;
  right: -83px;
  width: 941px;
  height: 723px;
  background: url(/assets/images/bg_section_02.png) no-repeat center/cover;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .section-company .about-wrap .about-list::after {
    display: none;
  }
}
.section-company .about-wrap .about-list .about-list-item {
  display: flex;
  padding: 31px 10px;
  border-top: 1px solid #e8e8f1;
  border-bottom: 1px solid #e8e8f1;
}
@media screen and (max-width: 767px) {
  .section-company .about-wrap .about-list .about-list-item {
    padding: 14px 5px;
  }
}
.section-company .about-wrap .about-list .about-list-item dt {
  min-width: 15rem;
}
@media screen and (max-width: 767px) {
  .section-company .about-wrap .about-list .about-list-item dt {
    min-width: 10rem;
  }
}
.section-company .about-wrap .about-list .about-list-item.address dd {
  flex: 1;
  display: flex;
}
.section-company .about-wrap .about-list .about-list-item.address dd .btn-wrap {
  margin-top: auto;
  margin-top: 55px;
  margin-left: auto;
  margin-right: 50px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .section-company .about-wrap .about-list .about-list-item.address dd .btn-wrap {
    margin-top: 40px;
    margin-right: 0;
  }
}

/* section-company */
/* section-news */
.section-news > .inner-wrap {
  display: flex;
  gap: 20px min(163px, 11.9326500732vw);
  flex-wrap: wrap;
  margin-inline: auto;
  padding: 80px min(54px, 3.953147877vw) 105px min(83px, 6.2957540264vw);
  max-width: 1366px;
}
@media screen and (max-width: 767px) {
  .section-news > .inner-wrap {
    flex-direction: column;
    gap: 20px;
    padding-top: 95px;
    padding-bottom: 63px;
    padding-inline: 20px;
  }
}
.section-news .hd-wrap {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-news .hd-wrap {
    padding-inline: 90px;
  }
}
.section-news .news-wrap {
  flex: 1;
  margin-top: 81px;
  margin-top: min(81px, 5.9297218155vw);
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap {
    margin-top: 25px;
  }
}
.section-news .news-wrap .news-list {
  margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap .news-list {
    margin-bottom: 48px;
  }
}
.section-news .news-wrap .news-list > li a {
  display: grid;
  grid-template-columns: max-content auto;
  padding: 36px 3px;
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap .news-list > li a {
    padding: 16px 6px;
  }
}
@media (any-hover: hover) {
  .section-news .news-wrap .news-list > li a:hover {
    text-decoration: none;
  }
}
.section-news .news-wrap .news-list > li a .date-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap .news-list > li a .date-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
}
.section-news .news-wrap .news-list > li a .tags-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-left: 34px;
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap .news-list > li a .tags-wrap {
    margin-left: 0;
    margin-top: 4px;
  }
}
.section-news .news-wrap .news-list > li a .tags-wrap .tag {
  padding: 0px 18px;
  font-size: 1.3rem;
  line-height: 1.8;
  color: #fff;
  background-color: #333b4d;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap .news-list > li a .tags-wrap .tag {
    padding-inline: 12px;
    font-size: 1rem;
  }
}
.section-news .news-wrap .news-list > li a .ttl {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap .news-list > li a .ttl {
    margin-left: 15px;
  }
}
.section-news .news-wrap .news-list > li a[target=_blank]::after {
  display: none;
}
.section-news .news-wrap .news-list li:last-child {
  border-bottom: 1px solid #9c9cb1;
}
.section-news .news-wrap .news-list li:first-child {
  border-top: 1px solid #9c9cb1;
}
.section-news .news-wrap .news-list li + li {
  border-top: 1px solid #9c9cb1;
}
.section-news .news-wrap .btn-wrap {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .section-news .news-wrap .btn-wrap {
    text-align: center;
  }
}

/* section-news */
/* section-recruit */
.section-recruit {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.section-recruit > .inner-wrap {
  display: grid;
  grid-template-columns: auto max-content;
  gap: 9.1508052709vw;
  padding: 60px min(50px, 3.6603221083vw) 100px min(200px, 14.6412884334vw);
}
@media screen and (max-width: 767px) {
  .section-recruit > .inner-wrap {
    padding: 60px 25px 60px;
    padding-top: 60px;
    grid-template-columns: 1fr;
  }
}
.section-recruit > .inner-wrap .txt-wrap {
  color: #fff;
}
.section-recruit > .inner-wrap .txt-wrap h3 {
  margin-top: 60px;
  line-height: 1.6;
  font-size: 1.9033674963vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section-recruit > .inner-wrap .txt-wrap h3 {
    margin-top: 50px;
    font-size: 1.6rem;
  }
}
.section-recruit > .inner-wrap .txt-wrap .lead {
  margin-top: 42px;
  font-size: 1.1713030747vw;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .section-recruit > .inner-wrap .txt-wrap .lead {
    margin-top: 25px;
    font-size: 1.2rem;
  }
}
.section-recruit > .inner-wrap .txt-wrap .btn-wrap {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .section-recruit > .inner-wrap .txt-wrap .btn-wrap {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section-recruit > .inner-wrap .txt-wrap .hd-wrap {
    padding-inline: 62px;
  }
}
.section-recruit > .inner-wrap .img-wrap {
  max-width: 34.4070278184vw;
}
@media screen and (max-width: 767px) {
  .section-recruit > .inner-wrap .img-wrap {
    margin-top: 45px;
    margin-inline: auto;
    max-width: 228px;
  }
}
.section-recruit .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-recruit .bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 904px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .section-recruit .bg-img img {
    min-height: 667px;
  }
}
.section-recruit .bg-img.is-fixed {
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-recruit .bg-img.onleave {
  z-index: -1;
  top: auto;
  bottom: 0;
}
.section-recruit .bg-img.onleave img {
  top: auto;
  bottom: 0;
}

/* section-recruit *//*# sourceMappingURL=module.css.map */