@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
*/


/* ========================================
   デフォルトスタイルの上書き
======================================== */

body,
body * {
    font-family: "Zen Old Mincho", serif;
}

.post_content h2,
.post_content h3,
.post_content h4 {
    font-weight: 400;
    font-family: "Zen Old Mincho", serif;
}

/* ========================================
   サイドバー表示制御
======================================== */
/* メディア掲載のタクソノミーメニュー: デフォルトで非表示 */
#nav_menu-2 {
    display: none;
}

#nav_menu-3 {
    display: none;
}

/* topicsのアーカイブページおよび個別投稿ページでのみ表示 */
.post-type-archive-topics #nav_menu-2,
.tax-media_type #nav_menu-2 {
    display: block;
}

.post-type-archive-requirements #nav_menu-3,
.tax-business-type #nav_menu-3,
.tax-employment-type #nav_menu-3,
.tax-recruitment-category #nav_menu-3 {
    display: block;
}

/* ========================================
   募集要項メニューのカテゴリー区切り
======================================== */
#nav_menu-3 .menu-item {
    position: relative;
}

#nav_menu-3.c-listMenu .menu-item a {
    border-bottom: none;
}

/* カテゴリー区切り線 */
#nav_menu-3 .menu-item-1874::after,
#nav_menu-3 .menu-item-1868::after,
#nav_menu-3 .menu-item-1870::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* ========================================
   メディア掲載（topics）
======================================== */
.single-topics .p-articleThumb {
    display: none;
}

.p-topics-fields {
    display: flex;
    gap: 30px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px dashed rgba(199, 199, 199, 0.5);
}

.p-topics-fields__title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px;
}

.p-topics-fields__subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.p-topics-fields__text {
    flex: 1;
}

.p-topics-fields__media {
    flex: 0 0 45%;
}

.p-topics-fields__link a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    color: #000;
    transition: opacity 0.3s;
}

.p-topics-fields__link a i {
    font-size: 15px;
}

@media (hover: hover) {
    .p-topics-fields__link a:hover {
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .p-topics-fields {
        flex-direction: column;
    }

    .p-topics-fields__media {
        flex: 1;
    }
}

/* ========================================
   導入事例（cases）
======================================== */
/* 共通 */
.single-cases .p-articleThumb {
    display: none;
}

.single-cases .p-articleMetas.-top {
    display: none !important;
}

/* 宿泊施設詳細ページ */
.p-case-accommodation__flex {
    display: flex;
    margin-bottom: 40px;
}

.p-case-accommodation__image {
    flex: 0 0 50%;
}

.p-case-accommodation__image img {
    width: 100%;
    height: auto;
    display: block;
}

.p-case-accommodation__info {
    flex: 1;
}

.p-case-accommodation__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.p-case-accommodation__details {
    padding: 20px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.p-case-accommodation__logo {
    margin-bottom: 20px;
}

.p-case-accommodation__logo img {
    max-width: 220px;
    height: auto;
}

.p-case-accommodation__description {
    font-size: 15px;
    margin-bottom: 10px;
}

.p-case-accommodation__url a {
    font-size: 15px;
    line-height: 1.5;
    transition: opacity 0.3s;
}

@media (hover: hover) {
    .p-case-accommodation__url a:hover {
        opacity: 0.7;
    }
}

.p-case-accommodation__content {
    margin-top: 40px;
}

.p-case-accommodation__body h2 {
    font-size: 25px;
    padding-left: 13px !important;
    padding-bottom: 5px !important;
    border-left: 13px solid #000 !important;
    border-bottom: 3px solid #000 !important;
    text-align: left !important;
    line-height: 1.6 !important;
}

.p-case-accommodation__body p {
    font-size: 15px;
}

.p-case-accommodation__body li {
    font-size: 15px;
}

.p-case-accommodation__body .wp-block-columns {
    height: 100%;
}

.p-case-accommodation__backlink {
    margin-top: 60px;
    text-align: center;
}

.p-case-accommodation__backlink a {
    font-size: 15px;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    transition: all 0.3s;
}

@media (hover: hover) {
    .p-case-accommodation__backlink a:hover {
        background: #000;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .p-case-accommodation__flex {
        flex-direction: column;
        gap: 30px;
    }

    .p-case-accommodation__image {
        flex: 1;
    }

    .p-case-accommodation__title {
        font-size: 22px;
    }

    .p-case-accommodation__logo img {
        max-width: 150px;
    }

    .p-case-accommodation__backlink {
        margin-top: 40px;
    }
}

/* 業種別詳細ページ */
.p-case-business__flex {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
}

.p-case-business__image {
    flex: 0 0 50%;
}

.p-case-business__image img {
    width: 100%;
    height: auto;
    display: block;
}

.p-case-business__content {
    flex: 1;
}

.p-case-business__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.p-case-business__description {
    font-size: 15px;
}

.p-case-business__backlink {
    margin-top: 60px;
    text-align: center;
}

.p-case-business__backlink a {
    font-size: 15px;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    transition: all 0.3s;
}

@media (hover: hover) {
    .p-case-business__backlink a:hover {
        background: #000;
        color: #fff;
    }
}

/* アーカイブページ */

.p-pageTitle__lead {
    max-width: 750px;
    margin-inline: auto;
}

.p-casesAccommodation {
    margin-top: 70px;
}

.p-casesAccommodation__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 70px;
}

.p-casesAccommodation__list {
    max-width: 900px;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.p-casesAccommodation__link {
    aspect-ratio: 900 / 225;
    overflow: hidden;
}

.p-casesAccommodation__link img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.p-casesBusiness {
    margin-top: 140px;
}

.p-casesBusiness__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 70px;
}

.p-casesBusiness__list {
    max-width: 900px;
    margin-inline: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px 20px;
}

.p-casesBusiness__item {
    flex: 0 0 calc(33.33333333333333% - 3em);
}

.p-casesBusiness__link {
    display: block;
}

.p-casesBusiness__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
}

.p-casesBusiness__image {
    max-width: 200px;
    margin-inline: auto;
    margin-bottom: 10px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
}

.p-casesBusiness__image img {
    transition: transform 0.3s;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (hover: hover) {
    .p-casesBusiness__link:hover .p-casesBusiness__image img{
        transform: scale(1.05);
    }
}

.p-casesBusiness__excerpt {
    font-size: 15px;
    line-height: 1.5;
    color: #000;
}

.p-casesBusiness__more {
    text-align: center;
    margin-top: 20px;
}

.p-casesBusiness__more-link {
    padding: 3px 10px;
    border: 1px solid #000;
    transition: all 0.3s;
    font-size: 15px;
}

@media (hover: hover) {
    .p-casesBusiness__more-link:hover {
        background: #000;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .p-case-business__flex {
        flex-direction: column;
        gap: 10px;
    }

    .p-casesAccommodation__link {
        aspect-ratio: 640 / 400;
    }

    .p-casesBusiness__item {
        flex: 0 0 100%;
        max-width: 350px;
    }
    
}

/* ========================================
   募集要項（requirements）
======================================== */

.post-type-archive-requirements .p-postList,
.tax-business-type .p-postList,
.tax-employment-type .p-postList,
.tax-recruitment-category .p-postList {
    gap: 20px;
}

.post-type-archive-requirements .p-postList__item,
.tax-business-type .p-postList__item,
.tax-employment-type .p-postList__item,
.tax-recruitment-category .p-postList__item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    width: calc(33.33333333333333% - 20px) !important;
}

@media (max-width: 1319px) {
    .post-type-archive-requirements .p-postList__item,
    .tax-business-type .p-postList__item,
    .tax-employment-type .p-postList__item,
    .tax-recruitment-category .p-postList__item {
        width: calc(50% - 20px) !important
    }
}

@media (max-width: 960px) {
    .post-type-archive-requirements .p-postList__item,
    .tax-business-type .p-postList__item,
    .tax-employment-type .p-postList__item,
    .tax-recruitment-category .p-postList__item {
        padding: 0 !important;
        width: 100% !important;
    }
}

.post-type-archive-requirements .p-postList__body,
.tax-business-type .p-postList__body,
.tax-employment-type .p-postList__body,
.tax-recruitment-category .p-postList__body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p-requirements-archive__taxonomies {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.p-requirements-archive__taxonomy {
    font-size: 10px;
    color: #fff;
    background-color: #666;
    padding: 0 5px;
}

.p-requirements-archive__title {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 20px;
}

.p-requirements-archive__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.p-requirements-archive__meta-item {
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    letter-spacing: 0.05em;
    line-height: 1.6;
    padding-bottom: 20px;
}

.p-requirements-archive__meta-item:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}

.p-requirements-archive__meta dt{
    flex: 0 0 20%;
}

.single-requirements .p-articleThumb {
    display: none;
}

.p-requirements-archive__linktext {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    padding: 5px 10px;
    border: 1px solid #000;
}

@media (hover: hover) {
    .p-requirements-archive__linktext a:hover {
        background: #000;
        color: #fff;
    }
}

.single-requirements .p-articleMetas.-top {
    display: none !important;
}

.single-requirements .post_content {
    margin-top: 40px !important;
}

/* 一覧ページの日付とデフォルトタイトルを非表示 */
.post-type-archive-requirements .p-postList__meta,
.tax-business-type .p-postList__meta,
.tax-employment-type .p-postList__meta,
.tax-recruitment-category .p-postList__meta,
.post-type-archive-requirements .p-postList__title,
.tax-business-type .p-postList__title,
.tax-employment-type .p-postList__title,
.tax-recruitment-category .p-postList__title {
    display: none;
}

.p-requirements__flex {
    display: flex;
    gap: 40px;
    padding: 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}

.p-requirements__image {
    flex: 0 0 50%;
    aspect-ratio: 640 / 427;
    overflow: hidden;
}

.p-requirements__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-requirements__content {
    font-size: 15px;
}

.p-requirements__contact-link {
    margin-top: 40px;
    text-align: center;
}

.p-requirements__contact-link a {
    font-size: 15px;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    display: inline-block;
    transition: all 0.3s;
}

@media (hover: hover) {
    .p-requirements__contact-link a:hover {
        background: #000;
        color: #fff;
    }
}

.p-postList__title:empty {
    display: none;
}

.p-requirements__details {
    max-width: 900px;
    margin-inline: auto;
}

.p-requirements__detail-item {
    display: flex;
    gap: 10px;
    padding: 16px 12px;
    border-bottom: 1px solid #e5e5e5;
}

.p-requirements__detail-item:first-child {
    border-top: 1px solid #e5e5e5;
}

.p-requirements__detail-item:last-child {
    border-bottom: none;
}

.p-requirements__detail-item dt {
    flex: 0 0 20%;
    font-size: 14px;
    font-weight: 400;
}

.p-requirements__detail-item dd {
    flex: 1;
    font-size: 15px;
}

.p-requirements__manager {
    display: flex;
    max-width: 900px;
    margin-inline: auto;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.p-requirements__manager-content {
    flex: 1;
    padding: 30px;
}

.p-requirements__manager-message {
    font-size: 15px;
}

.p-requirements__manager-name {
    font-size: 15px;
    text-align: right;
}

.p-requirements__manager-image {
    flex: 0 0 33.33333333333333%;
    overflow: hidden;
}

.p-requirements__manager-image img {
    transition: transform 0.3s;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}   

.p-requirements__interviews-link {
    margin-top: 60px;
    text-align: center;
}

.p-requirements__interviews-link a {
    font-size: 15px;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #000;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .p-requirements__flex {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        margin-bottom: 40px;
    }

    .p-requirements__detail-item {
        flex-direction: column;
        gap: 5px;
    }

    .p-requirements__manager {
        flex-direction: column;
        margin-top: 40px;
        padding: 20px;
    }

    .p-requirements__manager-image {
        flex: 1;
    }

    .p-requirements__manager-content {
        padding: 0 0 30px 0;
    }
}

@media (hover: hover) {
    .p-requirements__interviews-link a:hover {
        background: #000;
        color: #fff;
    }
}

/* 募集要項一覧（ショートコード） */
.p-requirementsList {
    padding-top: 70px;
    border-top: 1px dashed #e5e5e5;
}

.p-requirementsList__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.p-requirementsList__item {
    flex: 0 0 calc(50% - 10px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.p-requirementsList__link {
    display: flex;
    align-items: center;
    gap: 20px;
    text-decoration: none;
    color: inherit;
}

.p-requirementsList__image {
    flex: 0 0 150px;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.p-requirementsList__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-requirementsList__content {
    flex: 1;
}

.p-requirementsList__title {
    font-size: 18px !important;
    font-weight: 400 !important;
    text-align: left !important;
    padding-right: 10px !important;
}

@media (hover: hover) {
    .p-requirementsList__item:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 960px) {
    .p-requirementsList__item {
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .p-requirementsList {
        padding-top: 40px;
    }

    .p-requirementsList__grid {
        grid-template-columns: 1fr;
    }

    .p-requirementsList__title {
        font-size: 16px !important;
    }
}

.p-requirementsList__empty {
    margin-top: 40px;
    padding: 40px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    letter-spacing: 0.05em;
    line-height: 1.6;
    background-color: #f5f5f5;
    border-radius: 4px;
}


/* ========================================
   募集要項（requirements）
======================================== */
/* アーカイブページ */
.p-interviewsList {
    margin-top: 70px;
}

.p-interviewsList__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.p-interviewsList__item {
    width: calc(50% - 20px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.p-interviewsList__link {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 20px;
}

.p-interviewsList__image {
    flex: 0 0 33.33333333333333%;
    aspect-ratio: 200 / 300;
    overflow: hidden;
}

.p-interviewsList__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-interviewsList__content {
    flex: 1;
    font-size: 15px;
}

.p-interviewsList__name {
    margin-top: 10px;
    font-weight: 700;
}

.p-interviewsList__more {
    margin-top: 20px;
    text-align: right;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all 0.3s;
}

@media (hover: hover) {
    .p-interviewsList__more:hover {
        opacity: 0.7;
    }
}


@media (max-width: 767px) {
    .p-interviewsList__item {
        width: 100%;
    }
}

/* ========================================
   採用ナビゲーション
======================================== */
.p-recruitNav {
    margin-top: 100px;
}

.p-recruitNav__inner {
    max-width: 900px;
    margin-inline: auto;
}

.p-recruitNav__links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

.p-recruitNav__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    transition: all 0.3s;
}

.p-recruitNav__linkText {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0.05em;
    line-height: 1.6;
}

.p-recruitNav__linkIcon {
    font-size: 24px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
    line-height: 1;
}

@media (hover: hover) {
    .p-recruitNav__link:hover {
        background: #f5f5f5;
    }
}

.p-recruitNav__entry {
    background: #007c3e;
    padding: 60px 40px;
    text-align: center;
    position: relative;
}

.p-recruitNav__entryLink {
    display: block;
}

.p-recruitNav__entryTitle {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 10px;
}

.p-recruitNav__entrySubtitle {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 30px;
}

.p-recruitNav__entryIcon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.p-recruitNav__entryIcon svg {
    transition: transform 0.3s;
}

@media (hover: hover) {
    .p-recruitNav__entryLink:hover .p-recruitNav__entryIcon svg {
        transform: scale(1.1);
    }
}

@media (max-width: 767px) {
    .p-recruitNav {
        margin-top: 60px;
    }

    .p-recruitNav__links {
        margin-bottom: 40px;
    }

    .p-recruitNav__link {
        padding: 15px 20px;
    }

    .p-recruitNav__linkText {
        font-size: 16px;
    }

    .p-recruitNav__entry {
        padding: 40px 20px;
    }

    .p-recruitNav__entryTitle {
        font-size: 36px;
    }

    .p-recruitNav__entrySubtitle {
        font-size: 16px;
    }
}

/* ========================================
   先輩インタビュー（interviews）
======================================== */
.p-interviews__headerInner {
    display: flex;
    gap: 70px;
    align-items: flex-start;
}

.p-interviews__headerImage {
    flex: 0 0 30%;
    aspect-ratio: 427 / 640;
    overflow: hidden;
}

.p-interviews__headerImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-interviews__headerInfo {
    flex: 1;
}

.p-interviews__headerContent {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0px 20px;
}

.p-interviews__headerName {
    grid-row: 1 / 3;
    grid-column: 2;
    align-self: end;
    font-size: 18px;
}

.p-interviews__headerDept,
.p-interviews__headerPosition {
    font-size: 15px;
}

.p-interviews__points {
    margin-top: 20px;
    padding: 20px;
    background: #f8f8f8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.p-interviews__pointLabel {
    font-size: 10px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.4;
    background: #999;
    padding: 0 10px;
    border-radius: 2px;
    display: inline-block;
    margin-right: 10px;
}

.p-interviews__pointTitle {
    font-size: 1.2em;
    font-weight: 700;
}

.p-interviews__main {
    margin-top: 40px;
    padding: 40px;
    background: #f8f8f8;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.p-interviews__mainTitle {
    text-align: left !important;
    margin-bottom: 20px !important;
}

.p-interviews__mainContent p:not(:last-child) {
    margin-bottom: 10px;
}

.p-interviews__others {
    position: relative;
    padding-bottom: 35px;
}

.p-interviews__othersCard {
}

.p-interviews__othersCardInner {
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.08);
    margin: 10px 5px;
}

.p-interviews__othersImage {
    flex: 0 0 33.33333333333333%;
    aspect-ratio: 200 / 300;
    overflow: hidden;
}

.p-interviews__othersImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.p-interviews__othersInfo {
    font-size: 15px;
    padding-right: 20px;
}

.p-interviews__othersName {
    font-weight: 700;
    margin-top: 10px;
}

.p-interviews__othersLink {
    margin-top: 10px;
    margin-left: auto;
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: all 0.3s;
}

.p-interviews__others .swiper-pagination-bullet {
    border: 1px solid rgba(102, 102, 102, 0.4);
    opacity: 1;
    background: transparent;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.3s;
}

.p-interviews__others .swiper-pagination-bullet-active {
    background: rgba(102, 102, 102, 0.6);
}

.p-interviews__others.is-shortcode {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media (hover: hover) {
    .p-interviews__othersCard:hover .p-interviews__othersLink {
        opacity: 0.7;
    }

    .p-interviews__othersCard:hover .p-interviews__othersImage img {
        transform: scale(1.05);
    }
}

@media (max-width: 768px) {
    .p-interviews__headerInner {
        flex-direction: column;
        gap: 20px;
    }

    .p-interviews__main {
        padding: 20px;
    }
}

/* ========================================
   Googleフォーム埋め込み（レスポンシブ対応）
======================================== */
.p-requirements__entry {
    padding-top: 80px;
}

@media screen and (max-width: 720px) {
    .p-requirements__entry {
        padding-top: 60px;
    }
    
    .p-requirements__entry #google-form {
        height: 3050px;
    }
}

@media screen and (max-width: 560px) {
    .p-requirements__entry #google-form {
        height: 3100px;
    }
}

@media screen and (max-width: 420px) {
    .p-requirements__entry #google-form {
        height: 3200px;
    }
}

@media screen and (max-width: 323px) {
    .p-requirements__entry #google-form {
        height: 3250px;
    }
}
