/*
Theme Name: Client
Author: CordialPleasure Co.,Ltd.
Author URI: http://c-pleasure.jp/
Description: 専用テーマ
*/


/*----------------------
共通
-----------------------*/

html {
  scroll-behavior: auto !important;
}

body {
  /* background-image: url("../assets/img/common/bg-main.png"); */
  font-size: 16px;
  color: #333;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  letter-spacing: 0.1em;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  padding-top: 100px;

  @media screen and (max-width: 768px) {
    padding-top: 80px;
  }
}

img {
  width: 100%;
}

li {
  list-style: none;
}

a {
  color: #3e3e3e;
  cursor: pointer;
}

p {
  font-size: 1rem;
  line-height: 1.4;
}

.white {
  color: #fff !important;
}

.black {
  color: #333 !important;
}

.blue {
  color: #020266 !important;
}

.flex {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.sp {
  display: none;

  @media screen and (max-width: 768px) {
    display: block;
  }
}

.cate-txt.cat-news {
  background-color: #ff1111;
}

.cate-txt.cat-blog {
  background-color: #4900f5;
}

.cate-txt.cat-recruit-news {
  background-color: #01b410;
}

.cate-txt.cat-other {
  background-color: #929292;
}

.category-item-txt {
  .cat-news {
    background-color: #ff1111 !important;
  }

  .cat-blog {
    background-color: #4900f5 !important;
  }

  .cat-recruit-news {
    background-color: #01b410 !important;
  }

  .cat-other {
    background-color: #929292 !important;
  }
}

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

  .pc {
    display: none;
  }
}

/*----------------------
　下層ページ-fvエリア
-----------------------*/
.sec-fv {
  position: relative;
}

.sec-fv-txt {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);

  @media (max-width: 991px) {
    top: 40%;
    left: 3%;
  }
}

.sec-ttl-eng {
  font-size: clamp(1.5rem, 0.6667rem + 2.7778vw, 4rem);
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #020266;
}

.sec-ttl-jpn {
  font-size: clamp(1rem, 0.3333rem + 1.3889vw, 2rem);
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  color: #333;
}

/*共通*/

.common-txt-cont {
  max-width: 1440px;
}

.common-txt {
  margin-bottom: 24px;

  @media (max-width:991px) {
    margin-bottom: 8px;
  }
}

.common-main-ttl {
  font-size: clamp(2.5rem, 1.5rem + 2.0833vw, 4rem);
  color: #020266;
  font-weight: 600;
  line-height: 1.2;
}

.common-sub-ttl {
  font-size: clamp(1rem, 0.125rem + 1.5625vw, 2rem);
  color: #333;
  font-weight: 600;
  line-height: 1.2;
}

/*----------------------
　パンくずリスト
-----------------------*/

.breadcrumb>li+li::before {
  content: "＞";
  padding: 0px 5px;
}

.breadcrumb {
  max-width: 1580px;
  margin: 24px auto 0;
  display: flex;
  font-size: 14px;
}

.breadcrumb a {
  color: #333;
}

/*----------------------
  　404
  -----------------------*/
.error-page-container {
  padding-top: 300px;
  text-align: center;
}

.error-page-ttl-wrap {
  font-size: 38px;
  margin-bottom: 32px;
}

.error-text-center {
  margin-bottom: 48px;
}

.submit-container.error {
  margin-bottom: 150px;
}


/*----------------------
  　プライバシーポリシー
  -----------------------*/

.privacy-container {
  max-width: 1280px;
  margin: 68px auto;
}

.privacy-item-wrap {
  margin: 24px 48px;
}

.margin-top {
  margin-top: 16px;
}

.privacy-item-ttl {
  font-size: 20px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  background-color: #020266;
  padding: 4px 24px;
  border-radius: 5px;
}

.privacy-list {
  margin: 8px 0;
}

@media screen and (max-width: 991px) {
  .privacy-container {
    max-width: 1280px;
    margin: 24px auto;
    padding: 0 16px;
  }

  .privacy-item-wrap {
    padding: 0px;
    margin: 16px 0px;
  }

  .privacy-item-ttl {
    font-size: 18px;
    padding: 4px 8px;
    border-radius: 2px;
  }
}

/*----------------------
  　リクルートエリア
  -----------------------*/

/* .recruit {
  padding: 80px 0px;
  position: relative;

  @media (max-width:768px) {
    padding: 40px 0px 0px;
  }
}

.recruit-bg {
  @media (max-width:768px) {
    width: 100%;
    height: 320px;
    overflow: hidden;
  }
}

.recruit-bg img {
  @media (max-width:768px) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.recruit-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  @media (max-width:768px) {
    width: 100%;
    text-align: center;
  }
}

.recruit-box {
  gap: 40px;
  margin-top: 40px;
  justify-content: center;
} */

.recruit-form-box {
  text-align: center;
  align-items: center;
}

.form-recruit-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background-color: #fff;
  color: #333;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;
  margin-top: 32px;

  @media (max-width:768px) {
    padding: 8px 18px;
  }
}

.form-recruit-button:hover {
  background-color: #055f7a;
  box-shadow: 0 8px 15px rgba(7, 168, 217, 0.2);
  color: #fff;
}

.form-icon img {
  width: 32px;
  height: auto;
}

.contact-call {
  align-items: center;
  gap: 16px;
}

.contact-call-wrap {}

.ftr-tel-icon img {
  width: 56px;
  height: 56px;
}

/*----------------------
　フッター共通コンタクト
-----------------------*/
.common-contact {
  padding: 40px 16px 0;
  transform: translateY(45%);

  .common-more-link {
    margin-top: 32px;
  }

  @media (max-width:991px) {
    padding: 16px;
    transform: unset;

    .common-main-ttl {
      text-align: center;
    }

    .common-sub-ttl {
      text-align: center;
    }

  }
}

.common-contact-cont {
  background-color: #8A71B2;
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 15px;
}

.common-contact-box {
  padding: 64px;

  @media (max-width:991px) {
    padding: 16px;
    flex-direction: column;
  }
}

.common-contact-left {
  flex: 1;
}

.common-contact-right {
  width: 50%;

  @media (max-width:991px) {
    width: 100%;
  }
}

.common-contact-tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;

  @media (max-width:991px) {
    align-items: center;
  }
}

.common-tel-number-wrap {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: center;
}

.common-tel-number {
  font-size: 40px;
  font-weight: bold;
}

.common-tel-hours {
  font-size: 20px;
  color: #666;
}

.common-tel-icon img {
  width: 56px;
  height: 56px;
}

.common-more-link {
  display: flex;
  justify-content: flex-end;

  @media (max-width:991px) {
    justify-content: center;
  }
}

.common-link-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  color: #020266;
  text-decoration: none;
  padding: 16px 21px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.common-link-button:hover {
  background: linear-gradient(to bottom right, #4F4FB4, #BCA4E3);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.common-link-button .common-link-icon img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

.common-link-button:hover .common-link-icon img {
  transform: translateX(3px);
}

/*----------------------
  　コンタクトエリア
-----------------------*/

.contact {
  padding: 80px 16px;
  position: relative;

  @media (max-width:768px) {
    padding: 0px;
  }
}

.contact-bg {
  max-width: 1600px;
  margin: 0 auto;

  @media (max-width:768px) {
    width: 100%;
    height: 320px;
    overflow: hidden;
  }
}


.contact-bg img {
  @media (max-width:768px) {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}

.contact-cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  @media (max-width:768px) {
    width: 95%;
  }
}

.contact-call-box {
  gap: 40px;
  margin-top: 40px;
  justify-content: center;
  align-items: center;

  @media (max-width:768px) {
    margin-top: 16px;
    gap: 16px;
    flex-direction: column;
  }
}

.contact-form-box {
  text-align: center;
  align-items: center;
}

.form-contact-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, #07A8D9, #072F4A);
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s ease;

  @media (max-width:768px) {
    padding: 8px 18px;
  }
}

.form-contact-button:hover {
  background: linear-gradient(135deg, #055f7a, #031a29);
  box-shadow: 0 8px 15px rgba(7, 168, 217, 0.2);
  color: #fff;
}

.form-icon img {
  width: 32px;
  height: auto;
}

.contact-call {
  align-items: center;
  gap: 16px;
}

.contact-call-wrap {}

.ftr-tel-icon img {
  width: 56px;
  height: 56px;

  @media (max-width:768px) {
    width: 40px;
    height: 40px;
  }
}

.contact-call-number {
  font-size: clamp(1.5rem, 0.8333rem + 1.3889vw, 2.5rem);
  font-weight: 600;
  line-height: 1.2;
}

.contact-call-hours {
  line-height: 1.2;
}


.form-recruit-button .form-icon img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.form-recruit-button:hover .form-icon img {
  transform: translateX(3px);
}

.form-recruit-button .form-icon img {
  transition: transform 0.3s ease;
}

.form-recruit-button:hover .form-icon img {
  transform: translateX(3px);
}

.form-contact-button .form-icon img {
  transition: transform 0.3s ease;
}

.form-contact-button:hover .form-icon img {
  transform: translateX(3px);
}