@charset "utf-8";
/*
Theme Name:astra_child
Template:astra
Version: 2.3.1
*/
		/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
}
	a:visited{
		text-decoration: none;
	}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
/* リセットCSSここまで */
*, *::before, *::after {
    box-sizing: border-box;
}

/* Webフォント読み込み */
@font-face {
  font-family: 'Bristol'; /* 自分で決める任意のフォント名 */
  src: url('/recruit/wp-content/customset/fonts/Bristol.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

@font-face {
  font-family: 'Futura'; /* 自分で決める任意のフォント名 */
  src: url('/recruit/wp-content/customset//fonts/Futura.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

@font-face {
  font-family: 'Geometria'; /* 自分で決める任意のフォント名 */
  src: url('/recruit/wp-content/customset/fonts/Geometria.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

@font-face {
  font-family: 'Apris'; /* 自分で決める任意のフォント名 */
  src: url('/recruit/wp-content/customset/fonts/Apris-Regular.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

@font-face {
  font-family: 'TAN-AEGEAN'; /* 自分で決める任意のフォント名 */
  src: url('/recruit/wp-content/customset/fonts/TAN-AEGEAN Regular.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

@font-face {
  font-family: 'HunterRiver'; /* 自分で決める任意のフォント名 */
  src: url('/recruit/wp-content/customset/fonts/HunterRiver-Regular.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

@font-face {
  font-family: 'NewYork'; /* 自分で決める任意のフォント名 */
  src: url('/recruit/wp-content/customset/fonts/NewYork.woff2') format('woff2'), /* サーバー上のパスと形式 */
  font-display: swap; /* フォント読み込み中の表示挙動 */
}

/* 全般 */
/* テキストのサイズをrem指定する */
html{
    font-size: 10px;
}
body{
    font-size: 1.6rem;
}

/* h1で囲われたimgの下余白を削除する。 */
h1 img{vertical-align: bottom;}

/* 全般 */

/* 左右上下中央寄せ */
.p_cc{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.blue_midashi {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) rotate(-12deg) !important;
}

.cont_fit{
    width: fit-content !important;
}

/* ボタン装飾セット */

.top_btn a {
    display: inline-flex;
    align-items: center;
    gap: 12px;

}

.top_btn a::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #232815;

}


.no-link p {
    display: inline-flex;
    align-items: center;
    gap: 12px;

}

.no-link02 p {
    display: inline-flex;
    align-items: center;
    gap: 12px;

}

.no-link p::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #ffffff;

}

.no-link02 p::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #232815;

}

.img_waku {
    overflow: hidden;
}

.img_waku img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.waku_link:hover .img_waku img {
    opacity: 0.8;
}

.header_set {
  width: 100vw !important;
  width: 100dvw !important; /* 動的ビューポート幅（新しい単位） */
  left: 0 !important;
  inset-inline-start: 0 !important;
}

/* スタッフインタビュー一覧 */
.gray_bgi .staff-interview-section {
    background-color: #F7F6F4;
}

.gray_bgi .staff-gradient-overlay {
    background: linear-gradient(to left, #F7F6F4 0%, rgba(46, 31, 25, 0) 100%);
}

.staff-header .term_title {
    font-size: 1.9rem;
    font-weight: 100;
    letter-spacing: 0.1em;
    margin-top: 4px;
}

/* スタッフインタビュー */
/* ==============================
   リセット・ベース
============================== */
.staff-interview-section * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.staff-interview-section {
    background-color: #E6E1D5;
    padding: 60px 0 80px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #232815;
    font-weight: 300;
    overflow: hidden;
    position: relative; /* ボタン配置の基準 */
}

/* ==============================
   コンテナ：幅93%・右端寄せ
   左に7%の余白、右は0
============================== */
.staff-inner {
    width: 93%;
    margin-left: auto;
    margin-right: 0;
}

/* ==============================
   セクションヘッダー
============================== */
.staff-header {
    margin-bottom: 40px;
}

.staff-header .en_title {
    font-size: 3.3rem;
    font-weight: 300;
    letter-spacing: 0.08em;
    line-height: 1.2;
}

.staff-header .jp_title {
    font-size: 2.1rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    margin-top: 4px;
}

/* 全てのインタビューを見るリンク */
.staff-all-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    font-size: 1.5rem;
    font-weight: 300;
    color: #232815;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.staff-all-link::before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #232815;
}

.staff-all-link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* ==============================
   スライダー本体
============================== */
.staff-slider-wrapper {
    position: relative;
}

.staff-slider-viewport {
    overflow: hidden;
}

.staff-slider-track {
    display: flex;
    gap: 30px;
    transition: transform 0.7s cubic-bezier(0.45, 0, 0.55, 1);
    will-change: transform;
}

/* ==============================
   カード
============================== */
.staff-card {
    flex: 0 0 calc((100% - 20px * 5) / 6);
    min-width: 0;
}

.staff-card-img {
    width: 100%;
    aspect-ratio: 172 / 249;
    object-fit: cover;
    display: block;
}

.staff-card-body {
    padding: 37px 0 0;
}

.staff-card-catch {
    font-size: 1.9rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    padding-bottom: 60px;
    font-weight:normal;
}

.staff-card-meta_nyusya,.staff-card-meta_shokusyu {
    font-size: 1.3rem;
    color: #232815;
    line-height: 1;
    letter-spacing: 0.1em;
font-weight:100;
}

.staff-card-meta_nyusya{
    padding-bottom:10px;
}

.staff-card-meta_shokusyu{
    padding-bottom:15px;
}

.staff-card-name {
    font-size: 1.9rem;
    font-weight: 300;
    letter-spacing: 0.15em;
    padding-bottom: 30px;
}

.staff-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 1.5rem;
    font-weight: 400;
    color: #232815;
    text-decoration: none;
    letter-spacing: 0.05em;
}

.staff-card-link::before {
    content: '–';
}

.staff-card-link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

/* カード全体をリンクに */
a.staff-card {
    display: block;
    text-decoration: none;
    color: inherit;
}

.staff-card-img-wrap {
    overflow: hidden;
}

a.staff-card .staff-card-img {
    display: block;
    width: 100%;
    aspect-ratio: 172 / 249;
    object-fit: cover;
    transition: 0.5s;
}

a.staff-card:hover .staff-card-img {
    opacity: 0.7;
}

/* ローマ字：画像右下に10度傾けて配置 */
.staff-card-img-wrap {
    position: relative;
}

.staff-card-roman {
    position: absolute;
    bottom:25px;
    right: 10px;
    font-size: 2rem;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.08em;
    transform: rotate(-10deg);
    transform-origin: center bottom; /* ← right bottom から変更 */
    white-space: nowrap;
    line-height: 1;
    pointer-events: none;
    font-family: 'HunterRiver';
    text-transform: capitalize;
    z-index: 1;
}

.staff-card-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 33%; /* 下から1/3 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
}

/* ==============================
   右側グラデーションオーバーレイ
   セクション全体右端から幅25%
============================== */
.staff-gradient-overlay {
position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    /* 背景(#6B5A4F)より暗い色を終端に使い、乗算っぽく見せる */
    background: linear-gradient(to left, #E6E1D5 0%, rgba(46, 31, 25, 0) 100%);
    pointer-events: none;
    z-index: 5;
}

/* ==============================
   ナビゲーションボタン
   .staff-interview-section 基準で
   左5%・右5%に配置
============================== */
.slider-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #232815CA;
    background: transparent;
    color: #232815;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transition: background 0.3s ease, opacity 0.3s ease;
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.slider-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

/* ボタン中心が左端・右端から5%の位置になるよう調整 */
.slider-btn-prev {
    left: calc(5% - 24px);
}

.slider-btn-next {
    right: calc(5% - 24px);
}

/* ==============================
   詳細ページ用：グリッド表示
   スライダーなし・5件固定
============================== */

/* グリッドレイアウト：PC5列 */
.staff-related-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

/* タブレット：3列 */
@media (max-width: 1024px) {
    .staff-related-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* スマホ：2列 */
@media (max-width: 767px) {
    .staff-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ナビゲーションボタン・グラデーションは非表示 */
.staff-interview-related .slider-btn,
.staff-interview-related .staff-gradient-overlay {
    display: none;
}

/* ==============================
   レスポンシブ
============================== */
@media (max-width: 1024px) {
    .staff-card {
        flex: 0 0 calc((100% - 20px * 3) / 4);
    }
}

@media (max-width: 767px) {
    .staff-card {
        flex: 0 0 calc((100% - 20px * 1) / 2);
    }
    .staff-header .en_title {
        font-size: 1.8rem;
    }
    .staff-header .jp_title {
        font-size: 1.1rem;
    }
    .staff-card-catch {
        font-size: 0.95rem;
    }
    .staff-card-name {
        font-size: 1rem;
    }
    .slider-btn {
        width: 36px;
        height: 36px;
        font-size: 0.9rem;
    }
    .slider-btn-prev {
        left: calc(5% - 18px);
    }
    .slider-btn-next {
        right: calc(5% - 18px);
    }
}

/* スタッフインタビュー詳細 */



/* 募集タブ関連 */
.bosyu_tab .e-n-tabs-heading{
    width:1035px;
    margin: 0 auto;
    border-bottom: 1px solid #707070;
}

.bosyu_tab .e-n-tabs-heading button{
    min-width:25%;
}

.e-n-tab-title[aria-selected="true"],
.e-n-tab-title[aria-selected="false"]:hover,
.e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
  font-weight:500 !important;
}

@media screen and (max-width:1279px){
    .bosyu_tab .e-n-tabs-heading{
    width:90%;
}
}

/* 募集要項詳細：採用情報boxCSS */
.r_info_box{
    background-color: #F3F2EF;
    padding:40px 30px;
    border-radius: 24px;
    gap: 40px;
}

.r_info_box h3{
    font-weight:300 !important;
    font-size: 1.9rem;
}

.r_info_txtbox{
    gap: 0.5em;
}

.r_info_box h4{
    font-weight:300 !important;
    font-size: 1.6rem;
}

.r_info_box p{
    font-weight:100 !important;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: justify;
}

.area_list p{
    line-height: 1.9;
}

.r_info_box ul{
    margin-left: 1em;
    display: flex;
    flex-direction: column;
    gap:0.5em;
}

.r_info_box ul li {
    list-style-type: "・";
    font-weight: 100 !important;
    line-height: 1.5;
    font-size: 1.6rem;
}

.r_info_box .list_line li{
    list-style-type: "- ";
}

.r_info_box .list_check li{
    list-style-type: "✔︎";
}

@media screen and (max-width:767px){
    .r_info_box{
    gap: 20px;
    }
.r_info_box h3{
    font-size: 1.4rem;
    }
.r_info_box h4{
    font-size: 1.2rem;
    }
.r_info_box p{
    font-size: 1.2rem;
    }
.r_info_box ul li {
    font-size: 1.2rem;
    }
}

/* 新サイト調整用ここまで↑↑ */


/* 旧サイト調整用 */
.c-Breadcrumb{
    margin-bottom:100px;
}

.c-Main_title span{
    padding-top: 20px;
}

.ef-form .wpcf7-form-control-wrap[data-name="job"] {
    display: none;
}

.ef-form .wpcf7-form-control-wrap[data-name="range"] {
    display: none;
}

.ef-form .wpcf7-form-control-wrap[data-name="type"] {
    display: none;
}

.ef-form .wpcf7-form-control-wrap[data-name="newgraduate"] {
    display: none;
}

/* 上部お知らせ */
.c-Header_info{
    line-height: 1.1em;
}

@media screen and (max-width:767px){
    .c-Breadcrumb{
    margin-bottom:0px;
}

.c-Main_title span{
    padding-top: 0px;
}
}

/* EntryPage */

/* アコーディオン関連 */
/* アイコンのスタイル */
.icon {
    display: inline-block;
    width: 17px;
    position: relative;
    transition: transform 0.3s ease-out;
}

    /* 基本スタイルは <details> 版とほぼ同じ */
.accordion-item-js {
    border-radius: 40px 40px 0px 0px;
    padding-bottom: 35px;
}
.accordion-header-js {
    cursor: pointer;
    padding: 25px 35px 20px 35px;
    cursor: pointer;
    font-family: "Apris", Sans-serif;
    font-size:3rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header-js h2{
    font-family: "Apris", Sans-serif;
    font-size:3rem;
    letter-spacing: 0.05em;
    font-weight:normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.accordion-header-js h2 .font_f{
    font-family: "futura-pt", Sans-serif;
    font-weight: 600;
    font-size: 1.3rem;
    border: 1px solid;
    border-radius: 1000px;
    line-height: 1;
    padding: 7px 3px 7px 5px;
}

.accordion-header-js h2 .sotsu_matome{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    margin-left: 20px;
}

.accordion-header-js h2 .sotsu_tantai{
    margin-left: 20px;
}

.accordion-header-js h2 .font_noto{
    font-family: "Noto Sans JP", Sans-serif;
}

.accordion-content-js {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0px 50px 0px;
}

/* アコーディオン関連：個別 */
.entry_aco {
    background-color: #F0EEE9;
}

.entry_aco .accordion-header-js {
    color:#FF3100;/* 変更の可能性あり */
}

.step_aco {
    background-color: #A69686;
}

.step_aco .accordion-header-js {
    color:#ffffff;/* 変更の可能性あり */
}

.event_aco {
    background-color: #CFD9E0;
}

.event_aco .accordion-header-js {
    color:#ffffff;/* 変更の可能性あり */
}

/* 開いた時のスタイルはJSで .is-open クラスを付与して制御 */
.accordion-item-js.is-open .accordion-content-wrapper {
    padding-bottom: 20px;
}
.accordion-item-js.is-open .accordion-content-wrapper::after {
    opacity: 0;
}
.accordion-item-js.is-open .icon {
    transform: rotate(180deg);
}

/* アコーディオン関連：表示部分調整 */
.accordion-content-wrapper {
    /* ▼「少し見せる」ためのキーとなるスタイル▼ */
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    /* ▲ここまで▲ */
}

.entry_aco .accordion-content-wrapper {
    max-height: 9em; /* 閉じた状態の高さ */
}

.step_aco .accordion-content-wrapper {
        max-height: 8.5em; /* 閉じた状態の高さ */
}

.event_aco .accordion-content-wrapper {
        max-height: 32em; /* 閉じた状態の高さ */
}

@media screen and (max-width:767px){
    .entry_aco .accordion-content-wrapper {
    max-height: 11em; /* 閉じた状態の高さ */
}

    .step_aco .accordion-content-wrapper {
    max-height: 9em; /* 閉じた状態の高さ */
}

.accordion-header-js h2{
    font-size:2.8rem;
}

.accordion-header-js h2 .sotsu_matome{
    gap: 3px;
}
}

@media screen and (max-width:400px){
.accordion-header-js h2{
    font-size:2rem;
}

    .accordion-header-js h2 .font_f{
    font-size: 1rem;
}

.accordion-header-js h2 .sotsu_matome{
    margin-left:10px;
}
}

/* LP中身 */
/* リストスタイルの調整 */
.list_ten{
    display: flex;
    flex-direction: column;
    gap:25px
}

.list_ten li {
  position: relative; /* 疑似要素を絶対位置で配置するための基準 */
  padding-left: 1em; /* テキストの開始位置をずらす */
  list-style-type: none;
}

.list_ten li::before {
  content: "・";
  position: absolute;  /* 絶対位置で配置 */
  left: 0;             /* li要素の左端を基準に配置 */
  top: 0;              /* li要素の上端を基準に配置（必要に応じて調整） */
}

/* LINEボタンのアイコンサイズ調整 */

.line_btn_ico svg{
    font-size: 3rem;
}

.ga_btn svg{
    font-size: 1.3rem;
}

.line_btn_ico .elementor-button-content-wrapper{
    align-items: center;
}
@media screen and (max-width:767px){
    .line_btn_ico a{
    max-width: 315px !important;
    width: 100% !important;
}

    .ga_btn a{
    width: 100% !important;
}
}


/*便利なCSS*/
/* ブラウザ幅により、表示非表示を切り替えるCSS：クラス名一覧
◆パソコンのみ表示する
pconly
◆タブレットのみ表示する
tbonly
◆スマホのみ表示する
sponly
◆パソコン～タブレットのみ表示する
pctbonly
◆タブレット～スマホのみ表示する
tbsponly
◆パソコン・スマホのみ表示する
pcsponly
 */
/* パソコン幅 */
    /* パソコンのみ表示する */
    .npconly{
        display: none !important;
    }
    .pconly{
        display: block !important;
    }
    /* タブレットのみ表示する */
    .tbonly{
        display: none !important;
    }
    /* スマホのみ表示する */
    .sponly{
        display: none !important;
    }
    /* パソコン～タブレットのみ表示する */
    .pctbonly{
        display: block !important;
    }
    /* タブレット～スマホのみ表示する */
    .tbsponly{
        display: none !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: block !important;
    }
    @media screen and (max-width:1024px){
        .npconly{
            display: block !important;
        }
    }
/* タブレット幅 */

@media screen and (max-width:1024px){
    /* パソコンのみ表示する */
    .pconly{
        display: none !important;
    }
    /* タブレットのみ表示する */
    .tbonly{
        display: block !important;
    }
    /* タブレット～スマホのみ表示する */
    .tbsponly{
        display: block !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: none !important;
    }
}
/* スマホ幅 */
@media screen and (max-width:767px){
    /* タブレットのみ表示する */
    .tbonly{
        display: none !important;
    }
    /* スマホのみ表示する */
    .sponly{
        display: block !important;
    }
    /* パソコン～タブレットのみ表示する */
    .pctbonly{
        display: none !important;
    }
    /* パソコン・スマホのみ表示する */
    .pcsponly{
        display: block !important;
    }
}



