/*
##################################################################
#################################

	#######  SETTING  #########

#################################
##################################################################
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
@media all and (max-width:$sp_width) { // sp
}
@media all and (min-width:$pc_width) { // pc
}
*/
/* PC,SP width setting */
.front-page {
  padding-bottom: 140px;
  /*.mv-slider {
      width: 100%;
      height: 600px;

      .slick-slider {
          .slick-slide {
              >div.flex {
                  flex-flow: row-reverse;
                  overflow: hidden;
              }

              .bg {
                  width: calc(100% - 320px);
                  height: 600px;
                  background-size: cover;
                  background-position: center;
              }
          }

          .slick-dots {
              display: flex;
              position: absolute;
              bottom: 20px;
              left: 50%;

              li {
                  margin: 8px;
                  list-style-type: none;

                  &::before {
                      content: "";
                      display: inline-block;
                      width: 14px;
                      height: 14px;
                      background-color: #13317f;
                      border-radius: 14px;
                  }

                  button {
                      display: none;
                      opacity: 0;
                  }

                  &.slick-active::before {
                      background-color: #fff;
                  }
              }
          }
      }
  }*/
}
.front-page .sec-ttl {
  color: #13317f;
}
.front-page #mv {
  background-color: #f0f0f0;
}
.front-page #mv .splide {
  width: 100%;
  height: 600px;
}
.front-page #mv .splide .splide__track .splide__slide {
  position: relative;
}
.front-page #mv .splide .splide__track .splide__slide > div.flex {
  flex-flow: row-reverse;
  overflow: hidden;
}
.front-page #mv .splide .splide__track .splide__slide > div.flex .bg {
  width: calc(100% - 320px);
  height: 600px;
  background-size: cover;
  background-position: center;
}
.front-page #mv .splide__pagination__page {
  background: #13317f;
}
.front-page #mv .splide__pagination__page.is-active {
  background: #fff;
}
.front-page .mv-txt {
  padding: 15px;
  position: relative;
  align-items: center;
  background-color: #f0f0f0;
}
.front-page .mv-txt .inner {
  position: relative;
  z-index: 2;
}
.front-page .mv-txt .inner h2 {
  margin-bottom: 30px;
  line-height: 1.24;
  font-weight: 300;
  font-size: 5rem;
  -webkit-user-select: none;
  user-select: none;
}
.front-page .mv-txt .inner p {
  line-height: 1.8666;
  -webkit-user-select: none;
  user-select: none;
}
.front-page .sec--bnr {
  margin-bottom: -40px;
  padding-top: 40px;
  text-align: center;
}
.front-page .sec--bnr a {
  display: inline-block;
  line-height: 1;
}
.front-page .sec--bnr a + * {
  margin-top: 12px;
}
.front-page .sec--bnr a img {
  width: 100%;
}
.front-page .sec--news {
  padding-top: 80px;
  padding-bottom: 80px;
}
.front-page .sec--news .news-list {
  margin-top: 30px;
}
.front-page .sec--news .news-list li {
  border-top: 1px solid #000;
  list-style-type: none;
}
.front-page .sec--news .news-list li:last-child {
  border-bottom: 1px solid #000;
}
.front-page .sec--news .news-list li a,
.front-page .sec--news .news-list li span {
  padding: 12px 35px 12px 10px;
  display: block;
  background-image: url(../../img/common/icon-arrow.png);
  background-position: right 8px center;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.front-page .sec--news .news-list li a:hover,
.front-page .sec--news .news-list li span:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.front-page .sec--news .news-list li a.blank,
.front-page .sec--news .news-list li span.blank {
  background-image: url(../../img/common/icon-blank.png);
  background-position: right 6px center;
  background-size: 18px 18px;
}
.front-page .sec--news .news-list li a .flex,
.front-page .sec--news .news-list li span .flex {
  align-items: center;
}
.front-page .sec--news .news-list li a .flex > div,
.front-page .sec--news .news-list li span .flex > div {
  text-align: left;
}
.front-page .sec--news .news-list li a .flex .tag,
.front-page .sec--news .news-list li span .flex .tag {
  width: 100px;
}
.front-page .sec--news .news-list li a .flex .tag .tag-cat,
.front-page .sec--news .news-list li span .flex .tag .tag-cat {
  padding: 0 5px;
  min-width: 74px;
  height: 26px;
  display: inline-block;
  line-height: 26px;
  text-align: center;
  background-color: #13317f;
  font-size: 1.4rem;
  color: #fff;
}
.front-page .sec--news .news-list li a .flex .tag .tag-cat.news,
.front-page .sec--news .news-list li span .flex .tag .tag-cat.news {
  background-color: #13317f;
}
.front-page .sec--news .news-list li a .flex .tag .tag-cat.ir,
.front-page .sec--news .news-list li span .flex .tag .tag-cat.ir {
  background-color: #d72c51;
}
.front-page .sec--news .news-list li a .flex .time,
.front-page .sec--news .news-list li span .flex .time {
  width: 100px;
}
.front-page .sec--news .news-list li a .flex .ttl {
  padding-top: 3px;
  align-self: flex-start;
  width: calc(100% - 200px);
}
.front-page .sec--news .news-list li span {
  background-image: none !important;
}
.front-page .sec--news .news-list li span .flex .ttl {
  padding-top: 3px;
  align-self: flex-start;
  width: calc(100% - 200px);
}
.front-page .sec--news .news-list li span:hover {
  opacity: 1;
}
.front-page .sec--news .news-err {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.5px;
}
.front-page .sec--service .flex > div {
  width: 50%;
  min-height: 580px;
  background-size: cover;
  background-position: top center;
  display: flex;
  align-items: flex-end;
}
.front-page .sec--service .flex > div .content {
  padding: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.front-page .sec--service .flex > div .content .sec-ttl {
  margin-bottom: 20px;
  line-height: 0.8;
  font-size: 3rem;
  color: #fff;
}
.front-page .sec--service .flex > div .content .sec-ttl .f-en {
  font-size: 1.8rem;
  color: #fff;
}
.front-page .sec--service .flex > div .content .txt {
  line-height: 1.6666;
  color: #fff;
}
.front-page .sec--service .flex > div .content .wrapper-btn {
  margin-top: 20px;
}
.front-page .sec--service .health {
  background-image: url(../../img/front-page/service-1.jpg);
}
.front-page .sec--service .health .content {
  background-color: rgba(37, 164, 144, 0.7);
}
.front-page .sec--service .outsourcing {
  background-image: url(../../img/front-page/service-2.jpg);
}
.front-page .sec--service .outsourcing .content {
  background-color: rgba(0, 147, 164, 0.7);
}
.front-page .sec--about {
  padding: 50px 0;
  text-align: center;
}
.front-page .sec--about .img {
  margin-bottom: 20px;
  width: 80px;
  -webkit-user-select: none;
  user-select: none;
}
.front-page .sec--about .txt {
  margin-top: 20px;
  line-height: 1.7333;
}
.front-page .sec--bg {
  position: relative;
  background-color: #f0f0f0;
}
.front-page .sec--bg:before, .front-page .sec--bg:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  background-color: #fff;
}
.front-page .sec--bg:before {
  height: 220px;
  top: 0;
}
.front-page .sec--bg:after {
  height: 200px;
  bottom: 0;
}
.front-page .sec--bg .about--list {
  position: relative;
  z-index: 1;
}
.front-page .sec--bg .about--list .item + .item {
  margin-top: 80px;
}
.front-page .sec--bg .about--list .item > img {
  width: 100%;
  margin-bottom: -130px;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.front-page .sec--bg .about--list .item .content {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 60px;
  width: 90%;
  background-color: #fff;
}
.front-page .sec--bg .about--list .item .content .sec-ttl {
  margin-bottom: 25px;
}
.front-page .sec--bg .about--list .item .content .txt {
  line-height: 1.7333;
}
.front-page .sec--bg .about--list .item .content .wrapper-btn {
  margin-top: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.front-page .sec--bg .about--list .item .content .wrapper-btn .btn {
  margin: 15px 20px 0;
  width: 400px;
}
.front-page .sec--bg .company--list {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.front-page .sec--bg .company--list > div {
  width: 50%;
  min-height: 400px;
  background-size: auto 420px;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.front-page .sec--bg .company--list > div:hover {
  background-size: auto 450px;
  transition: 0.3s;
}
.front-page .sec--bg .company--list > div .content .sec-ttl {
  color: #fff;
}
.front-page .sec--bg .company--list > div .content .sec-ttl .f-en {
  color: #fff;
}
.front-page .sec--bg .company--list .company {
  background-image: url(../../img/front-page/company-1.jpg);
}
.front-page .sec--bg .company--list .recruit {
  background-image: url(../../img/front-page/company-2.jpg);
}

@media all and (max-width: 767px) {
  .front-page {
    padding-bottom: 80px;
    /*.mv-slider {
        width: 100%;
        height: auto;

        .slick-slider {
            display: block;
            padding-bottom: 30px;

            .slick-slide {
                >div.flex {
                    display: block;
                }

                .bg {
                    width: 100%;
                    height: 300px;
                }

                .mv-txt {
                    padding: 15px 0;
                    background-color: #f0f0f0;
                }
            }

            .slick-dots {
                bottom: 0;
                transform: translateX(-50%);
            }
        }
    }*/
  }
  .front-page #mv .splide {
    width: 100%;
    height: auto;
  }
  .front-page #mv .splide .splide__track .splide__slide {
    display: block;
    padding-bottom: 30px;
  }
  .front-page #mv .splide .splide__track .splide__slide > div.flex {
    display: block;
  }
  .front-page #mv .splide .splide__track .splide__slide > div.flex .bg {
    width: 100%;
    height: 300px;
  }
  .front-page .mv-txt {
    padding: 15px 0;
    background-color: #f0f0f0;
  }
  .front-page .mv-txt .inner h2 {
    margin-bottom: 18px;
    font-size: 2.8rem;
  }
  .front-page .mv-txt .inner p {
    line-height: 1.8666;
    -webkit-user-select: none;
    user-select: none;
  }
  .front-page .sec--bnr {
    margin-bottom: -25px;
    padding-top: 35px;
  }
  .front-page .sec--news {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .front-page .sec--news .news-list li a,
  .front-page .sec--news .news-list li span {
    padding-right: 30px;
  }
  .front-page .sec--news .news-list li a.blank,
  .front-page .sec--news .news-list li span.blank {
    background-size: 15px 15px;
  }
  .front-page .sec--news .news-list li a .flex,
  .front-page .sec--news .news-list li span .flex {
    flex-wrap: wrap;
  }
  .front-page .sec--news .news-list li a .flex .tag,
  .front-page .sec--news .news-list li span .flex .tag {
    width: 75px;
  }
  .front-page .sec--news .news-list li a .flex .tag .tag-cat,
  .front-page .sec--news .news-list li span .flex .tag .tag-cat,
  .front-page .sec--news .news-list li a .flex .tag .tag-cat,
  .front-page .sec--news .news-list li span .flex .tag .tag-cat {
    min-width: 60px;
    height: 21px;
    line-height: 21px;
    font-size: 1.3rem;
  }
  .front-page .sec--news .news-list li a .flex .ttl,
  .front-page .sec--news .news-list li span .flex .ttl {
    padding-top: 10px;
    width: 100%;
  }
  .front-page .sec--service .flex {
    flex-wrap: wrap;
  }
  .front-page .sec--service .flex > div {
    width: 100%;
    min-height: 450px;
  }
  .front-page .sec--service .flex > div .conten .sec-ttl {
    font-size: 2.5rem;
  }
  .front-page .sec--service .flex > div .conten .sec-ttl .f-en {
    font-size: 1.4rem;
  }
  .front-page .sec--service .flex > div .conten .txt {
    text-align: left;
  }
  .front-page .sec--about .img {
    width: 63px;
  }
  .front-page .sec--about::before {
    height: 80px;
  }
  .front-page .sec--bg::before {
    height: 80px;
  }
  .front-page .sec--bg .about--list .item + .item {
    margin-top: 50px;
  }
  .front-page .sec--bg .about--list .item > img {
    margin-bottom: -50px;
  }
  .front-page .sec--bg .about--list .item .content {
    padding: 20px 15px;
  }
  .front-page .sec--bg .about--list .item .content .sec-ttl {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
  .front-page .sec--bg .about--list .item .content .wrapper-btn .btn {
    margin: 15px 0 0;
    padding: 10px 3px;
    width: 100%;
    height: auto;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .front-page .sec--bg .company--list {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .front-page .sec--bg .company--list > div {
    width: 100%;
    min-height: 220px;
    background-size: auto 230px;
  }
  .front-page .sec--bg .company--list > div:hover {
    background-size: auto 260px;
    transition: 0.3s;
  }
  .inner {
    padding: 0 15px;
  }
}
@media all and (min-width: 768px) {
  .front-page .mv-slider .slick-slider .slick-slide {
    height: 600px;
  }
  .front-page .mv-slider .slick-slider .slick-slide .mv-txt {
    padding: 140px 60px;
    width: 320px;
  }
  .front-page .mv-slider .slick-slider .slick-slide .mv-txt::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 370px;
    height: 100%;
    background-color: #f0f0f0;
    box-shadow: 0 0 30px 20px #f0f0f0;
  }
  .front-page .mv-slider .slick-slider .slick-slide .mv-txt .inner {
    white-space: nowrap;
  }
  .front-page .mv-slider .slick-slider .slick-slide .mv-txt .inner h2 {
    margin-bottom: 18px;
    font-size: 2.8rem;
  }
  .front-page .mv-txt {
    padding: 0 4%;
    width: 320px;
    height: 600px;
  }
  .front-page .mv-txt::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 370px;
    height: 100%;
    background-color: #f0f0f0;
    box-shadow: 0 0 30px 20px #f0f0f0;
  }
  .front-page .mv-txt .inner {
    white-space: nowrap;
  }
}