@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* タイトル系（見出し）：英数字はTenor Sans、日本語はZen Kaku Gothic New */
h1, h2, h3, h4, h5, h6 {
  font-family: "Tenor Sans", "Zen Kaku Gothic New", sans-serif;
}

/* 通常本文：Zen Kaku Gothic New */
body, p, li, span, td {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

/* 「President Message」など、特定の英字タイトル箇所 */
/* Tenor Sansに合わせて調整 */
.is-style-section_ttl .swl-fz.u-fz-xl {
  font-family: "Tenor Sans", "Zen Kaku Gothic New", sans-serif;
	letter-spacing: 0.2em;
  line-height: 2.3;
}



/* メッセージ背景 */
.pastel-cover {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: linear-gradient(
    to bottom,
    rgba(233, 210, 248, 0) 0%,
    rgba(204, 173, 239, 0.85) 20%,
    rgba(244, 160, 222, 0.9) 50%,
    rgba(255, 174, 229, 0.85) 80%,
    rgba(255, 210, 240, 0.1) 100%
  );
}
.pastel-cover p,
.pastel-cover h2,
.pastel-cover h3 {
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.pastel-cover .wp-block-cover__background {
  display: none;
}
.pastel-cover .wp-block-cover__inner-container {
  position: relative;
  z-index: 1;
}
/*  10万円支給背景 */
.special-bg {
  background: linear-gradient(to bottom, #fff0f5, #ffe0f0, #ffffff);
  background-image: url('https://estyle-group-hairsalon-sapporo.asia/recruitlp/wp-content/uploads/2025/03/stardust.png');
  background-repeat: repeat;
  padding: 60px 20px;
  border-radius: 20px;
}


/* workplace充実の環境 */
.workplace-section {
  background: linear-gradient(to bottom, #fff0f5, #ffe4ec);
  padding: 80px 20px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

/* 内側の各カラムに影と白背景でカード化 */
.workplace-section .swell-block-column {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 4px 12px rgba(255, 192, 203, 0.3);
  margin-bottom: 30px;
  transition: transform 0.3s ease;
}

.workplace-section .swell-block-column:hover {
  transform: translateY(-4px);
}

/* アイコンサイズ調整＆中央揃え */
.workplace-section figure.wp-block-image {
  text-align: center;
  margin-bottom: 15px;
}

.workplace-section figure.wp-block-image img {
  max-height: 80px;
  width: auto;
}

/* タイトルや見出し装飾 */
.workplace-section h2 span:first-child {
  color: #d87ca1; /* 落ち着いたピンク */
  font-weight: bold;
}

.workplace-section h2 span:last-child {
  color: #777;
  font-size: 14px;
}

/* テキストの色と余白調整 */
.workplace-section p {
  color: #444;
  font-size: 15px;
  line-height: 1.7;
}

.workplace-section p.has-text-align-center strong {
  display: block;
  color: #d87ca1;
  font-size: 16px;
  margin-bottom: 10px;
}

.workplace-dummy-flex{
display:none;	
}


/*  STAFFインタビュー背景 */
.soft-box {
background: linear-gradient(to bottom, #dbffed, #ffffff);
  border-radius: 30px;
  padding: 40px 15px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  max-width: 100%;
  margin: 0 auto;
	
}
.staff-section .swell-block-column:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}

.gradation-pink {
  background: linear-gradient(to bottom, #ffc0cb, #ffffff);
}

.job-background-color .swell-block-accordion__title {
    background-color: #333!important;
}


/* 検討事項CSS */
/* 募集要項の非表示、公開時には削除 柄でCSSもされているのでそれも削除 */
.recruit-tab{
	display:none;
}

/* ヘッダーメニュー非表示 */
.l-header {
  display: none;
}

/* メインビジュアルCSS */
@media (min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 50px;
    }
}
@media (min-width: 600px) {
    .-height-full .p-mainVisual__slideText {
        font-size: 25px;
    }
}

/* スマートスラーダー3を入れた場合のトップページの上の空白を0にする */
.top #content {
    padding-top: 0!important;
}

#n2-ss-3,
#n2-ss-3 .n2-ss-slider-1,
#n2-ss-3 .n2-ss-slide {
    height: calc(100vh - 79px) !important;
}
@media (max-width: 600px) {
	.n2-ss-slider .n2-ss-layer .slide-text .n2-ss-text{
	font-size:20px!important;
		padding: 150px 0px 0px 0px!important;
}
}

/* テキストの左揃え中央よせ */
.center-text {
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: fit-content;
}

/* 写真の拡大・縮小 */

.hover-zoom {
  overflow: hidden;
  display: inline-block;
  border-radius: 8px;
}

.hover-zoom img {
  transition: transform 0.3s ease;
  display: block;
  width: 100%;
  height: auto;
}

.hover-zoom img:hover {
  transform: scale(1.05);
}

/* ENTRYのバナー */

/* 通常状態 */
.entry-banner {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  width: 250px;
  transition: transform 0.3s ease;
}

/* PCだけでホバー効果 */
@media (hover: hover) and (pointer: fine) {
  .entry-banner:hover {
    transform: scale(1.05);
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .entry-banner {
/*     top: auto;
    bottom: 0px;
    left: 50%;
    right: auto;
    width: 200px;
    transform: translateX(-50%); */
		display:none;
  }
}

/* LINEのバナー */
.line-banner {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
    width: 80px;
}

/* バナー画像の見た目とポヨン動作 */
.line-banner img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* マウスホバー時のアニメーション（ポヨン） */
.line-banner:hover img {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* スマホでは非表示 */
@media screen and (max-width: 768px) {
    .line-banner {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .line-banner {
        display: none;
    }
}


/* staff-box */
.staff-box {
	border: 1px solid #ccc;
    border-radius: 4px;
	background-color:#FFF;
}


/* 募集要項のタブ */
.is-style-default .c-tabBody {
    border: none;
}


/* table01 募集要項 */
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
	
}

#table01 th,
#table01 td {
  padding: 24px 0 24px 15px;
  border: none;
	background-color:transparent;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}


/* コンタクトフォーム7全体のスタイリング */
.custom-form {
    max-width: 600px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    color: #333;
}

.custom-form label {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}

/* 必須ラベルのスタイリング */
.custom-form .required {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 6px;
    font-size: 12px;
    color: #fff;
    background-color: #8ccad7;
    border-radius: 3px;
    font-weight: bold;
}

/* 入力フィールド */
.custom-form input[type="text"],
.custom-form input[type="email"],
.custom-form input[type="tel"],
.custom-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 30px;
    border: 2px solid #8ccad7;
    border-radius: 5px;
    background: #f8f9fa;
    font-size: 14px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

.custom-form input[type="text"]:focus,
.custom-form input[type="email"]:focus,
.custom-form input[type="tel"]:focus,
.custom-form textarea:focus {
    border-color: #8ccad7;
    outline: none;
    background: #e6f7fa;
}

/* 送信ボタンの調整 */
.custom-form input[type="submit"] {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    background: #e44141;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-form input[type="submit"]:hover {
    background: #f25c5c;
}

/* 送信完了メッセージのカスタマイズ */
.wpcf7 form.sent .wpcf7-response-output {
    background-color: #fff4e6;
    color: #333;
    border: 2px solid #8ccad7;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
}

/* メッセージの間に余白を追加 */
.wpcf7 form.sent .wpcf7-response-output p {
    font-size: 16px;
    line-height: 1.5;
}

/* メッセージが表示された時にアニメーション */
.wpcf7 form.sent .wpcf7-response-output {
    opacity: 0;
    animation: fadeIn 1s forwards;
}

/* アニメーションの定義 */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* フッター */
#footer {
	background-color:#333;
	color:#fff;
}
/*  recaptcha */
.grecaptcha-badge { visibility: hidden; }