@charset "UTF-8";
/* CSS Document */
/* ---------- main ---------- */
.main{
  width: 100%;
}
.main-img-ps {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
.main-img-text {
  position: relative;
}
.main-img-ps-img {
  width: 100%;
  object-fit: cover;
}
.main-ps-text {
  position: absolute;
  text-align: left;
  top: 210px;
  z-index: 1;
  padding: 0 20px;
}
.main-ps-text h2 {
  font-size: 4rem;
  line-height: 4rem;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  color: #FFFFFF;
  padding-bottom: 10px;
}
.main-ps-text h3 {
  font-size: 2rem;
  line-height: 2rem;
  color: #FFFFFF;
}
.main-img-ps-back {
  position: relative;
  width: 100%;
  height: 50vw;
  object-fit: cover;
  margin-top: -10px;
}
.main-catch {
  position: absolute;
  width: 100%;
  overflow: hidden;
  font-size: 3rem;
  color: rgba( 255, 255, 255, 0.5);
  bottom: 10px;
  white-space: nowrap;
  left: 0;
  display: inline-block;
  animation: marquee-animation 30s linear infinite;
}
@keyframes marquee-animation {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.main-img-pc {
  display: none;
}

/* ------------------------
タブレット（例: 768px〜959px）
------------------------ */
@media (min-width: 768px) and (max-width: 959px) {
  .main-img-ps {
    display: none;
  }
  .main-img-pc {
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    height: 60vh;
  }
  /* 左側の青背景 */
  .main-blue-back {
    position: relative;
    flex: 0 0 40%; /* 左の比率 */
    background: linear-gradient(135deg, #527eac 0%, #9bb7d4 100%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); /* 右下が斜めにカット */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #ffffff;
  }
  /* テキスト配置 */
  .main-pc-text {
    text-align: left;
    width: 80%;
    max-width: 500px;
  }
  .main-pc-text h2 {
    font-size: 3rem;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 1.5px;
    text-underline-offset: 6px;
    margin-bottom: 15px;
  }
  .main-pc-text h3 {
    font-size: 1.6rem;
    font-weight: 300;
  }
  /* 右側の写真エリア */
  .main-img-text {
    position: relative;
    flex: 0 0 80%;
    margin-left: -10%; /* 左の青を少しかぶせる */
    z-index: 1;
    overflow: hidden;
  }
  .main-img-pc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* キャッチコピー */
  .main-catch {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    font-size: 7rem;
    font-weight: 300;
    line-height: 1.3;
    color: rgba( 255, 255, 255, 0.5);
    z-index: 3;
    mix-blend-mode: lighten;
  }
}

/* ------------------------
PC（例: 960px〜）
------------------------ */
@media(min-width:960px){
  .main-img-ps {
    display: none;
  }
  .main-img-pc {
    position: relative;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    height: 90vh;
  }
  /* 左側の青背景 */
  .main-blue-back {
    position: relative;
    flex: 0 0 40%; /* 左の比率 */
    background: linear-gradient(135deg, #527eac 0%, #9bb7d4 100%);
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0% 100%); /* 斜めカットをやや浅めに */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    color: #ffffff;
    overflow: visible;
  }
  /* テキスト配置 */
  .main-pc-text {
    position: absolute;
    text-align: left;
    width: 80%;
    max-width: 700px;
    padding-left: 6vw;
    z-index: 3;
  }
  .main-pc-text h2 {
    position: relative;
    font-size: 7rem;
    font-weight: 600;
    line-height: 1.1;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
    margin-bottom: 20px;
    white-space: nowrap;
    z-index: 4;
  }
  .main-pc-text h3 {
    position: relative;
    font-size: 2.4rem; 
    font-weight: 400;
    line-height: 1.3;
    z-index: 4;
  }
  /* 右側の写真エリア */
  .main-img-text {
    position: relative;
    flex: 0 0 100%;
    margin-left: -30%; /* 左の青背景にかぶせる */
    z-index: 1;
    overflow: hidden;
  }
  .main-img-pc-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* キャッチコピー */
  .main-catch {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    font-size: 10rem;
    font-weight: 300;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.6);
    z-index: 3;
    white-space: nowrap;
    mix-blend-mode: lighten;
  }
}


/* ----- スクロールダウン全体 ----- */
.scrolldown1 {
  position: absolute;
  z-index: 5;
  left: 8%;
  bottom: 20px;
  height: 40px;
}
/*Scrollテキストの描写*/
.scrolldown1 span {
  position: absolute;
  left: -12px;
  top: -10px;
  color: #527EAC;
  font-size: 0.6rem;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
/* 線の描写 */
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background: #527EAC;
  animation: pathmove 2.4s ease-in-out infinite;
  opacity:0;
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0%{
    height:0;
    top:20px;
    opacity: 0;
  }
  30%{
    height:20px;
    opacity: 1;
  }
  100%{
    height:0;
    top:30px;
    opacity: 0;
  }
}


/* ---------- 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;
  }
}


/* ---------- message ---------- */
.message {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;  
  background: linear-gradient(to bottom, #527eac 0%, #9BB7D4 70%);
  color: #fff;
}
.message-box {
  width: 78%;
  margin: 0 auto;
}
.message-img {
  width: 100%;
  margin-bottom: 20px;
}
.message-img img {
  width: 100%;
  object-fit: cover;
}
.message-text {
  width: 100%;
  text-align: left;
}
.message-text h2 {
  font-size: 4rem;
  line-height: 4rem;
  text-shadow: 5px 5px 5px #9bb7d4;
  margin-bottom: 20px;
}
.message-text h3 {
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-shadow: 5px 5px 5px #9bb7d4;
  margin-bottom: 10px;
}
.message-text h4 {
  font-size: 1.8rem;
  line-height: 1.8rem;
  text-shadow: 5px 5px 5px #9bb7d4;
  margin-bottom: 20px;
}
.message-text p {
  font-size: 1.2rem;
  line-height: 2rem;
}
/* -- btn -- */
.btn {
  text-align: center;
  margin-top: 40px;
}
.btn a {
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #F7F9FC;
}
.btnarrow5 {
  position: relative;
  border: 1px solid #F7F9FC;
  padding: 10px 15px;
  display: inline-block;
  text-align: center;
  outline: none;
  transition: all .3s ease;
  border-radius: 10px;
}
.btnarrow5:hover {
  background:#fff;
  color:#527eac;
}
.btnarrow5::before {
  content:"";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 25px;
  height: 1px;
  background: #F7F9FC;
  transition: all .3s ease;
}
.btnarrow5::after {
  content:"";
  position: absolute;
  top: 20%;
  right: -16px;
  width: 2px;
  height: 11px;
  background:#F7F9FC;
  transform:skewX(45deg);
  transition: all .3s ease;
}
/*hoverした際の移動*/
.btnarrow5:hover::before {
  right:-30px;
  background: #fff;
}
.btnarrow5:hover::after {
  right:-25px;
  background: #fff;
}


@media(min-width:480px){
  .btn {
    margin-right: 60px;
  }
}
@media(min-width:960px){
  .message {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .message-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .message-img {
    width: 50%;
    margin-bottom: 0;
  }
  .message-text {
    width: 50%;
    margin: 0 auto;
  }
  .message-text12 {
    width: 100%;
  }
  .message-text1 {
    font-size: 5rem;
    line-height: 6rem;
  }
  .message-text2 {
    font-size: 3rem;
    margin-top: 40px;
    line-height: 3.6rem;
  }
  .message-text p {
    margin-top: 40px;
    font-size: 1.4rem;
  }
}
/* ---------- our service ---------- */
.service {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.service-top-text {
  margin-bottom: 60px;
  overflow: hidden;
}
.service-section-line {
  display: block;
  width: 1px;
  height: 40px;
  margin: 40px auto 60px;
  background-color: #333;
}
.service-top-text h2 {
  position: relative;
  font-size: 3rem;
  line-height: 3rem;
  display: inline-block;
  text-align: center;
}
.service-top-text h2::before {
  content: "OUR SERVICE";
  position: absolute;
  top: 0;
  left: 50%;
  color: rgba(83,126,172,0.1);
  font-size: 10rem;
  text-transform: uppercase;
  transform: translateX(-50%);
  white-space: nowrap;
}
.service-top-text h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
/* --- column --- */
.service-column {
  list-style: none;
  margin: 0 auto;
  width: 73%;
  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 h2 {
  padding-left: 10px;
  font-size: 1.4rem;
}
.service-sales h3 {
  padding-left: 10px;
  font-size: 1.6rem;
}
.service-sales-sub {
  padding-left: 20px;
}
.service-sales-sub h4 {
  font-size: 1.2rem;
  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-haken {
  margin: 0 auto 40px;
  max-width: 295px;
}
.service-haken img {
  width: 295px;
  height: 190px;
  object-fit: cover;
}
.service-haken h2 {
  padding-left: 10px;
  font-size: 1.4rem;
}
.service-haken h3 {
  padding-left: 10px;
  font-size: 1.6rem;
}
.service-casting-sub {
  padding-left: 20px;
}
.service-casting-sub h4 {
  font-size: 1.2rem;
  display: inline-block;
}
.service-casting-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 h2 {
  padding-left: 10px;
  font-size: 1.4rem;
}
.service-design h3 {
  padding-left: 10px;
  font-size: 1.6rem;
}
.service-design-sub {
  padding-left: 20px;
}
.service-design-sub h4 {
  font-size: 1.2rem;
  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 h2 {
  padding-left: 10px;
  font-size: 1.4rem;
}
.service-cafe h3 {
  padding-left: 10px;
  font-size: 1.6rem;
}
.service-cafe-sub {
  padding-left: 20px;
}
.service-cafe-sub h4 {
  font-size: 1.2rem;
  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-column {
    display: flex;
    width: 90%;
    align-items: flex-start;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 2%;
  }
}
@media(min-width:960px){
  .service {
    padding-bottom: 60px;
  }
  .service-top-text {
    margin-bottom: 80px;
  }
  .service-top-text h2 {
    font-size: 3.6rem;
  }
  .service-top-text h3 {
    font-size: 1.8rem;
  }
}

/* ---------- company ---------- */
.company {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 0;
}
.company-top-text {
  margin-bottom: 40px;
  overflow: hidden;
}
.company-section-line {
  display: block;
  width: 1px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
}
.company-top-text h2 {
  font-size: 3rem;
  line-height: 3rem;
  text-shadow: 5px 5px 5px #9bb7d4;
  display: inline-block;
}
.company-top-text h3 {
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 10px;
}
.company-img {
  width: 63%;
  margin: 0 auto 20px;
}
.company-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

/* table */
.company-overview {
  width: 78%;
  margin: 0 auto;
}
.company-table {
  width: 89%;
  margin: 0 auto;
}
.company-table tr {
  border-bottom: 1px solid #527eac;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  margin: 10px 0;
}
.company-table th {
  width: 50%;
  padding-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.4rem;
}
.company-table td {
  width: 70%;
  display: block;
  padding-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.map-wrap {
  width: 89%;
  margin: 20px auto 0;
  position:relative;
  aspect-ratio:16/9;
}
.map-wrap iframe {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border: 1px solid #527eac;
}
.map-wrap .tint{
  position:absolute; inset:0; pointer-events:none;
  background:#9bb7d4;
  mix-blend-mode: color;  /* ←色相＆彩度だけ反映 */
  opacity:.45;            /* 0.30〜0.55で微調整 */
}

@media(min-width:960px){
  .company {
    padding: 100px 0;
  }

  .company-top-text h2 {
    font-size: 3.6rem;
    padding-bottom: 10px;
  }
  .company-top-text h2::before {
    font-size: 20rem;
    top: -250%;
  }
  .company-top-text h3 {
    font-size: 1.8rem;
  }
  .company-top-text h3::after {
    left: 9%;
  }
  .company-img {
    margin-bottom: 60px;
  }
  .company-img img {
    width: 80%;
  }
  .company-overview {
    width: 63%;
  }
  .company-table tr {
    margin: 30px 0;
  }
  .company-table th {
    font-size: 2rem;
    padding-bottom: 30px;
  }
  .company-table td {
    font-size: 1.8rem;
    line-height: 2.4rem;
    padding-bottom: 30px;
  }
}

/* ---------- 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;
  }
}