@charset "UTF-8";
/* CSS Document */
/* ---------- main ---------- */
.main{
  width: 100%;
}
.main-top {
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  width: 100%;
  height: 140px;
}
/* --- 背景透かし文字の定義 --- */
.main-top-menu-back {
  position: absolute;
  white-space: nowrap;
  font-size: 12rem;
  font-weight: bold;
  color: rgba(82, 126, 172, 0.10); 
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
}
/* --- 前面文字の定義 --- */
.main-top-menu-front {
  display: inline-block;
  position: absolute;
  padding: 20px;
  font-size: 3rem;
  font-weight: bold;
  top: 55px;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-top-menu-front h2 {
  position: relative;
  font-size: 3rem;
  display: inline-block;
  margin-bottom: 5px;
}
.main-top-menu-front h3 {
  font-size: 1.4rem;
}
.main-top-menu-front h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #333333;
}
@media(min-width:960px){
  .main-top {
    margin-top: 100px;
    height: 260px;
  }
  .main-top-menu-back {
    font-size: 20rem;
  }
  .main-top-menu-front {
    padding: 80px;
  }
  .main-top-menu-front h2 {
    font-size: 3.6rem;
    margin-bottom: 15px;
  }
  .main-top-menu-front h3 {
    font-size: 1.8rem;
    line-height: 2em;
  }
  .main-top-menu-front h3::after {
    height: 2px;
  }
}
/* ---------- our service ---------- */
.service {
  width: 100%;
  margin-top: 100px;
}
/* --- column --- */
.service-column {
  list-style: none;
  margin: 0 auto;
  width: 78%;
  text-align: left;
  position: relative;
}
/* --- セールスプロモーション --- */
.service-sales {
  margin: 0 auto 40px;
  max-width: 295px;
}
.service-sales img {
  width: 295px;
  height: 190px;
  object-fit: cover;
}
.service-sales-box-text {
  padding-left: 10px;
}
.service-sales-box-text h2 {
  font-size: 1.4rem;
}
.service-sales-box-text h3 {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.service-sales-box-text h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #527eac;
}
.service-sales-box-text p {
  font-size: 1.2rem;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.service-sales-sub {
  padding-left: 20px;
  line-height: 1.8rem;
}
.service-sales-sub h4 {
  font-size: 1.2rem;
  line-height: 1.2em;
  display: inline-block;
}
.service-sales-btn {
  color: #fff;
  font-size: 1rem;
  background-color: #527EAC;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 3px;
}
/* --- 人材派遣 --- */
.service-dispatch {
  margin: 0 auto 40px;
  max-width: 295px;
}
.service-dispatch img {
  width: 295px;
  height: 190px;
  object-fit: cover;
}
.service-dispatch-box-text {
  padding-left: 10px;
}
.service-dispatch-box-text h2 {
  font-size: 1.4rem;
}
.service-dispatch-box-text h3 {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.service-dispatch-box-text h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #527eac;
}
.service-dispatch-box-text p {
  font-size: 1.2rem;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.service-dispatch-sub {
  padding-left: 20px;
  line-height: 1.8rem;
}
.service-dispatch-sub h4 {
  font-size: 1.2rem;
  line-height: 1.2em;
  display: inline-block;
}
.service-dispatch-btn {
  color: #fff;
  font-size: 1rem;
  background-color: #527EAC;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 3px;
}
/* --- デザイン --- */
.service-design {
  margin: 0 auto 40px;
  max-width: 295px;
}
.service-design img {
  width: 295px;
  height: 190px;
  object-fit: cover;
  object-position: 0 70%;
}
.service-design-box-text {
  padding-left: 10px;
}
.service-design-box-text h2 {
  font-size: 1.4rem;
}
.service-design-box-text h3 {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.service-design-box-text h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #527eac;
}
.service-design-box-text p {
  font-size: 1.2rem;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.service-design-sub {
  padding-left: 20px;
  line-height: 1.8rem;
}
.service-design-sub h4 {
  font-size: 1.2rem;
  line-height: 1.2em;
  display: inline-block;
}
.service-design-btn {
  color: #fff;
  font-size: 1rem;
  background-color: #527EAC;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 3px;
}
/* --- カフェ --- */
.service-cafe {
  margin: 0 auto 40px;
  max-width: 295px;
}
.service-cafe img {
  width: 295px;
  height: 190px;
  object-fit: cover;
}
.service-cafe-box-text {
  padding-left: 10px;
}
.service-cafe-box-text h2 {
  font-size: 1.4rem;
}
.service-cafe-box-text h3 {
  font-size: 1.6rem;
  padding-bottom: 20px;
}
.service-cafe-box-text h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 150px;
  height: 2px;
  background-color: #527eac;
}
.service-cafe-box-text p {
  font-size: 1.2rem;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.service-cafe-sub {
  padding-left: 20px;
  line-height: 1.8rem;
}
.service-cafe-sub h4 {
  font-size: 1.2rem;
  line-height: 1.2em;
  display: inline-block;
}
.service-cafe-btn {
  color: #fff;
  font-size: 1rem;
  background-color: #527EAC;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 3px;
}
@media(min-width:480px){
  .service-sales {
    display: flex;
    width: 100%;
    max-width: none;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .service-dispatch {
    display: flex;
    width: 100%;
    max-width: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
  .service-design {
    display: flex;
    width: 100%;
    max-width: none;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .service-cafe {
    display: flex;
    width: 100%;
    max-width: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 60px;
  }
}
@media(min-width:960px){
  .service {
    padding-bottom: 60px;
  }
  .service-column {
    width: 68%;
    padding-bottom: 40px;
  }
  .service-top-text {
    margin-bottom: 80px;
    margin-left: 100px;
  }
  .service-top-text h2 {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
  .service-top-text h2::before {
    content: "SERVICE";
    font-size: 15rem;
    left: -15%;
    top: -103px;
    letter-spacing: -0.8rem;
  }
  .service-top-text h3 {
    font-size: 1.8rem;
  }
  /* --- セールスプロモーション --- */
  .service-sales img {
    width: 545px;
    height: 330px;
  }
  .service-sales-box-text {
    padding-left: 40px;
  }
  .service-sales-box-text h2 {
    font-size: 1.8rem;
  }
  .service-sales-box-text h3 {
    font-size: 2rem;
    padding-bottom: 20px;
    line-height: 3rem;
  }
  .service-sales-box-text p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }

  /* --- 人材派遣 --- */
  .service-dispatch img {
    width: 545px;
    height: 330px;
  }
  .service-dispatch-box-text {
    padding-left: 0;
    padding-right: 40px;
  }
  .service-dispatch-box-text h2 {
    font-size: 1.8rem;
  }
  .service-dispatch-box-text h3 {
    font-size: 2rem;
    padding-bottom: 20px;
    line-height: 3rem;
  }
  .service-dispatch-box-text p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  /* --- デザイン --- */
  .service-design img {
    width: 545px;
    height: 330px;
  }
  .service-design-box-text {
    padding-left: 40px;
  }
  .service-design-box-text h2 {
    font-size: 1.8rem;
  }
  .service-design-box-text h3 {
    font-size: 2rem;
    padding-bottom: 20px;
    line-height: 3rem;
  }
  .service-design-box-text p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
  /* --- カフェ --- */
  .service-cafe img {
    width: 545px;
    height: 330px;
  }
  .service-cafe-box-text {
    padding-left: 0;
    padding-right: 40px;
  }
  .service-cafe-box-text h2 {
    font-size: 1.8rem;
  }
  .service-cafe-box-text h3 {
    font-size: 2rem;
    padding-bottom: 20px;
    line-height: 3rem;
  }
  .service-cafe-box-text p {
    font-size: 1.4rem;
    line-height: 1.4em;
  }
}

/* ---------- recruit ---------- */
.recruit {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode:lighten;
}
/* スマートフォン向け（デフォルト） */
.background-container {
  background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.5) 0%,   /* 中心 */
      rgba(155, 183, 212, 0.3) 100%  /* 外側 */
    ),url(../images/top/background-ps.jpg);
  padding: 100px 0;
}
/* タブレット向け */
@media (min-width: 768px) {
  .background-container {
    background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.5) 0%,   /* 中心 */
      rgba(155, 183, 212, 0.3) 100%  /* 外側 */
    ),url(../images/top/background-pc.jpg);
    }
  }

.recruit-top {
  position: relative;
  width: 63%;
  margin: 0 auto;
}
.recruit-top-text {
  text-align: center;
  padding-bottom: 20px;
}
.recruit-top-text h2 {
  position: relative;
  font-size: 3rem;
  display: inline-block;
  margin-bottom: 5px;
  color: #fff;
}
.recruit-top-text h3 {
  font-size: 1.4rem;
  color: #fff;
}

.recruit-btn-box {
  width: 100%;
  margin: 20px auto;
}
/* btn */
.btnarrow6 {
  position: relative;
  background: linear-gradient(to bottom, #527EAC, #9BB7D4);
  padding: 10px 55px 10px 30px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color:#fff;
  text-decoration: none;
  border: 1px solid;
  border-radius: 10px;
  outline: none;
  font-size: 1.4rem;
}
/*hoverした際のボタンの形状*/
.btnarrow6:hover{
  background:#fff;
  color:#333;
  border-color:#333;
}
/*矢印と線の形状*/
.btnarrow6:before{
  content:"";
  position: absolute;
  top:50%;
  right:20px;
  width:20px;
  height:1px;
  background:#fff;
}
.btnarrow6::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 12px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #fff;
  transition: all .2s linear;
}
/*hoverした際の矢印の形状*/
.btnarrow6:hover::before{
  background:#333;
  right:25px;
}
.btnarrow6:hover::after{
  border-left-color: #333;
  right: 20px;
}
.btnarrow61 {
  position: relative;
  background: linear-gradient(to bottom, #527EAC, #9BB7D4);
  padding: 10px 70px 10px 45px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color:#fff;
  text-decoration: none;
  border: 1px solid;
  border-radius: 10px;
  outline: none;
  margin-top: 20px;
  font-size: 1.4rem;
}
/*hoverした際のボタンの形状*/
.btnarrow61:hover{
  background:#fff;
  color:#333;
  border-color:#333;
}
/*矢印と線の形状*/
.btnarrow61:before{
  content:"";
  position: absolute;
  top:50%;
  right:20px;
  width:20px;
  height:1px;
  background:#fff;
}
.btnarrow61::after {
  content: '';
  position: absolute;
  top: 40%;
  right: 12px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #fff;
  transition: all .2s linear;
}
/*hoverした際の矢印の形状*/
.btnarrow61.btnarrow5:hover::before{
  background:#333;
  right:25px;
}
.btnarrow61:hover::after{
  border-left-color: #333;
  right: 20px;
}
@media(min-width:765px){
  .recruit-top {
    padding: 30px 100px;
  }
  .recruit-top-text {
    padding-bottom: 40px;
  }
  .btnarrow61 {
    margin-top: 0;
  }
  .btnarrow6,.btnarrow61 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media(min-width:960px){
  .recruit-top {
    padding-top: 100px;
    padding-left: 200px;
    padding-right: 200px;
  }
  .recruit-top-text {
    padding-bottom: 40px;
  }
  .recruit-btn-box {
    padding: 40px;
  }
  .btnarrow6,.btnarrow61 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
/* ---------- top-slider ---------- */
.top-slider {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
}
.top-slider-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-slider-list li {
  margin: 0;
  padding: 0;
  aspect-ratio: 3 / 2;
}
.top-slider-list li:nth-child(odd) {
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 5px;
}
.top-slider-list li:nth-child(even) {
  margin-top: 20px;
}
.top-slider-list img {
  width: 100%;
  max-width: 220px;
  height:auto;
  object-fit: cover;
  display: block;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.slick-slide {
  margin: 0 10px;
}
.slick-track {
  display: flex !important;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 959px) {
  .slick-slide {
    margin: 0 10px;
  }
  .slick-list {
    margin: 0 -10px;
  }
}
@media (min-width: 960px) {
  .slick-slide {
    margin: 0 20px;
  }
  .slick-list {
    margin: 0 -20px;
  }
}