@charset "UTF-8";
/*
Theme Name: 社会福祉法人 妙秀福祉会
Description: 社会福祉法人 妙秀福祉会 WEBSITE
Author: KOKORO企画
Version: 1.0.0
*/

/* sectionページ 共通
---------------------------------------- */
/* header */
.sub-header {
    position: relative;
    width: 100%;
}
.sub-header-img {
    position: relative;
    width: 100%;
}
.sub-header-img img {
    width: 100%;
    height: auto;
    display: block;
}
.sub-page-ttl {
    width: 90%;
    max-width: 350px;
    position: absolute;
    bottom: -120px;
    left: 50%;
    transform: translateX(-50%);
    background: #FDFAED;
    padding: 20px 25px;
    border-radius: 10px;
    text-align: center;
    z-index: 10;
}

/* タブレット版以降 */
@media screen and (min-width: 760px){
    .sub-page-ttl {
        max-width: 450px;
        bottom: -120px;
        padding: 25px 40px;
    }
}

/* PC版 */
@media screen and (min-width: 961px){
    .sub-page-ttl {
        max-width: 550px;
        bottom: -120px;
        padding: 28px 50px;
    }
}

/* crumbs list */
.crumbs {
    margin: auto;
    padding: 0 5%;
    max-width: 1520px;
    display: flex;
    justify-content: right;
}
.crumbs ol {
    margin: 20px 0 20px;
    display: flex;
    white-space: nowrap;
    flex-wrap:wrap;
    justify-content: right;
    font-size: 0.687rem;
}
.crumbs ol li {
    list-style: none;
    font-weight: 500;
    /* padding-right: 60px; */
    overflow-x: scroll;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
    }
    /* Chrome, Safari 対応 */
    .crumbs ol li::-webkit-scrollbar {
    display:none;
    white-space: nowrap;
    color: #A7A7A7;
}
.crumbs ol li:not(:last-child) {
    position: relative;
    padding-right: 30px;
    margin-right: 10px;
}
.crumbs ol li:not(:last-child) ::after {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 1.5px;
    background-color: #042B6C;
    top: 10px;
    right: 5px;
}
.crumbs ol li a {
    cursor: pointer;
    transition: .4s;
}
.crumbs ol li a:hover {
    opacity: 0.6;
}

/********* contents ************/
/* common */
.sub-page-wrapper {
    max-width: 1520px;
    margin: auto;
    margin-top: 60px;
    padding: 0 5%;
}
.sub-page-sec-ttl {
    position: relative;
    display: inline-block;
    padding: 0 0.1rem;
    font-size: 1.25rem;
    color: #F28225;
}

.sub-page-sec-ttl::before,
.sub-page-sec-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #7DB775;
  border-radius: 50%;
  transform: translateY(-50%);
}

.sub-page-sec-ttl::before {
  left: -20px;
}

.sub-page-sec-ttl::after {
  right: -20px;
}

/* 妙秀こども園保育理念 */
.about-philosophy {
    position: relative;
    margin-top: 150px;
    padding-top: 50px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    background: #FFF;
    border-radius: 20px;
}
.about-philosophy h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.about-philosophy h4 {
    margin: auto;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 10px;
    text-align: center;
    background-color:rgba(255,206,149,0.3);
    border-radius: 20px;
    font-size: 1rem;
}
.about-philosophy p {
    text-align: center;
    font-weight: 500;
}

/* 保育方針 */
.about-policy {
    position: relative;
    margin-top: 150px;
    padding-top: 50px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    background: #FFF;
    border-radius: 20px;
}
.about-policy h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.about-policy dl div {
    max-width: 800px;
    margin: 0 auto 20px auto;
    display: flex;
    padding-bottom: 20px;
    font-weight: 500;
    align-items: center;
    position: relative;
}
.about-policy dl div::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 800px;
    border-bottom: 1px dashed #FFBE3E;
}
.about-policy dl div:last-child {
    border-bottom: none!important;
}
.about-policy dl dt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-image: url('./image/polka-dot_bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFF;
    flex-shrink: 0;
}
#nursery-hours,
#nursery-events {
    position: relative;
    margin-top: 150px;
    padding-top: 50px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    background: #FFF;
    border-radius: 20px;
}
#nursery-hours h3,
#nursery-events h3 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
/* 概要 */
.about-overview {
    position: relative;
    margin-top: 150px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    background: #FFF;
    border-radius: 20px;
}
.about-overview h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.overview-container {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.map {
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    padding-top: 75%;
}  
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.overview-container dl {
    max-width: 100%;
    margin: auto;
}
.overview-container dl div {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #FFBE3E;
}
.overview-container dl div:last-child {
    border-bottom: none;
}
.overview-container dl div dt {
    width: 30%;
    min-width: 120px;
    padding-left: 0;
    font-weight: 600;
}
.overview-container dl div dd {
    width: 70%;
    padding-left: 20px;
    font-size: 0.875rem;
}

/* 公開情報 */
.about-public_information {
    position: relative;
    margin-top: 150px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    background: #FFF;
    border-radius: 20px;
    font-weight: 500;
}
.about-public_information h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.about-public_information a {
    color: #F28200;
}
.about-public_information a:hover {
    color: #9B938A;
}
.overview-container {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.about-public_information dl {
    max-width: 1000px;
    margin: auto;
}
.about-public_information dl dt {
    margin-bottom: 5px;
    font-weight: 600;
}
.about-public_information div {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #FFBE3E;
}

/* QA
---------------------------------------- */
#qa {
    position: relative;
    max-width: 1000px;
    margin: auto;
    margin-top: 150px;
    padding: 70px 40px 1px;
    background: #FFF;
    border-radius: 20px;
    font-weight: 500;
}
#qa h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/* アコーディオンメニュー全体のサイズ・位置 */
.ac {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 90px;
    padding: 0 4%;
}
/* クリック領域 */
.ac-parent {
    margin-bottom: 10px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #FFBE3E;
    color: #0F0E0D;
    cursor: pointer;
}
.ac-parent .qa-q {
    display: inline-block;
    width: 5%;
    margin-right: 10px;
    color: #F28225;
    font-size: 1.25rem;
}
.ac-parent .q-ttl {
    display: inline-block;
    width: 80%;
}

/* アコーディオン - 開閉される領域 */
.ac-child {
    display: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px;
    background-color: #FEF1DB;
    border-radius: 10px;
}
.ac-parent > div,
.ac-child > div {
    display: flex;
    align-items: center;
    width: 100%;
}
.ac-child .qa-a {
    margin-right: 10px;
    color: #F28225;
    font-size: 1.25rem; 
}
.ac-child .a-ttl {
    padding: 10px 20px;
}

/* アコーディオン - クリックする領域 */
.ac-parent {
	position: relative;
    border-bottom: 1px dashed #FFBE3E;
    color: #272727;
	line-height: 2;
	cursor: pointer;
}
/* プラスの横線 */
.ac-parent:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 9px;
    width: 15px;
    height: 2px;
    background: #F28225;
    transform: translateY(-50%);
}
/* プラスの縦線 */
.ac-parent:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 16px;
    width: 2px;
    height: 16px;
    background: #F28225;
    transform: translateY(-50%);
    transition: .3s;
}
/* オープン時にopenクラスを付与（縦線を回転させて非表示に） */
.ac-parent.open:after {
	top: 25%;
	opacity: 0;
	transform: rotate(90deg);
}

/* 採用ページ
---------------------------------------- */
/* ttl 01 */
.recruit-ttl_01 {
    line-height: 1.6;
    text-align: center;
    color: #F28200;
}
.recruit-ttl_01 span {
    display: block;
}
.recruit-ttl_01:before {
    content: "";
}






/* よくある質問（採用ページ用） */
.recruit-faq {
    position: relative;
    margin-top: 150px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    background: #FFF;
    border-radius: 20px;
}
.recruit-faq h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/* エントリー・お問い合わせ */
.recruit-contact {
    position: relative;
    margin-top: 150px;
    margin-bottom: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    background: #FFF;
    border-radius: 20px;
    text-align: center;
}
.recruit-contact h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.recruit-contact-text {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
}
.recruit-contact-btn {
    max-width: 350px;
    margin: 0 auto;
}

/* ========================================
   モーダルウィンドウ
======================================== */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.modal.is-active {
    display: block;
    animation: fadeIn 0.5s ease;
}
.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 900px;
    max-height: 85vh;
    background: #FDFAED;
    border-radius: 20px;
    padding: 40px;
    overflow-y: auto;
    animation: scaleUp 0.5s ease;
    border: 23px solid #F28200;
}

/* 閉じるボタン */
.modal-close {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 40px;
    height: 40px;
    background: #F28200;
    border: none;
    border-radius: 50%;
    color: #FFF;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.modal-close:hover {
    background: #D16A1A;
    opacity: 0.8;
}

/* モーダルヘッダー */
.modal-header {
    display: flex;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #FFBE3E;
}
.modal-staff-name {
    margin-bottom: 5px;
    margin-right: 60px;
    font-size: 1.125rem;
    font-weight: 700;
    color: #F28225;
}
.modal-staff-position {
    font-size: 1rem;
}

/* モーダルボディ */
.modal-body {
    margin-bottom: 30px;
    line-height: 1.8;
}
.modal-body p {
    margin-bottom: 20px;
}
.modal-body p:last-child {
    margin-bottom: 0;
}

/* モーダルフッター */
.modal-footer {
    border-top: 2px dashed #FFBE3E;
    padding-top: 20px;
}
.modal-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.modal-prev,
.modal-next,
.modal-recruit-btn {
    padding: 10px 20px;
    background: #FFBE3E;
    border: none;
    border-radius: 25px;
    color: #0F0E0D;
    cursor: pointer;
    transition: .3s;
    font-size: 0.875rem;
}
.modal-prev:hover,
.modal-next:hover,
.modal-recruit-btn:hover {
    background: #F28225;
    color: #FFF;
}
.modal-recruit-btn {
    background: #F28225;
    color: #FFF;
}
.modal-recruit-btn:hover {
    background: #D16A1A;
}

/* アニメーション */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes scaleUp {
    from {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

/* 採用ページ 見出し01 背景 */
.recruit-ttl_01 {
    position: relative;
    margin-bottom: 40px!important;
    padding: 50px 40px;
    font-size: 1.5rem;
    color: #F28225;
    text-align: center;
    z-index: 1;
}
.recruit-ttl_01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./image/recruit-ttl-bg01.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.recruit-ttl_01 span {
    display: block;
    font-size: 1rem;
    color: #F28225;
    margin-bottom: 5px;
}
/* 採用ページ 見出し01 スケジュール 背景 */
.recruit-schedule .recruit-ttl_01 {
    position: relative;
    margin-bottom: 30px!important;
    padding: 50px 40px;
    font-size: 1.5rem;
    color: #F28225;
    text-align: center;
    z-index: 1;
}
.recruit-schedule .recruit-ttl_01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('./image/recruit-ttl-bg03.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
.recruit-schedule .recruit-ttl_01 span {
    display: block;
    font-size: 1rem;
    color: #F28225;
    margin-bottom: 5px;
}

.recruit-schedule {
    margin-bottom: 100px;
}

/* 見出し02 */
.recruit-staff {
    margin-bottom: 100px;
    padding-bottom: 30px;
    position: relative;
}

.recruit-staff:before {
    content: ""; 
    position: absolute;
    top: 77px;
    left: -40%;
    right: 0;
    bottom: 0;
    background: #FFF;
    border-radius: 10px;
    z-index: -1;
}

.recruit-ttl_02 {
    position: relative;
    margin-bottom: 60px;
    padding: 30px 15%;
    color: #F28200;
    z-index: 2;
}
.recruit-ttl_02 span {
    display: block;
    line-height: 1.3;
}
.recruit-ttl_02:before {
    content: "";
    position: absolute;
    top: 0;
    left: -40%;
    width: 100%;
    height: 100%;
    background-image: url('./image/recruit-ttl-bg02.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.staff-card {
    margin-bottom: 60px;
    margin-right: 5%;
}

.staff-img {
    width: 100%;
    overflow: hidden;
}

.staff-img img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 2 / 2;
    object-position: 53% 0%;
    object-fit: cover;
    border-radius: 20px;
}

.staff-cards-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1rem;
}

.staff-card .btn {
    margin-right: 0;
}

.staff-card .btn a {
    padding: 12px 45px 12px 45px;
}

.recruit-descri {
    margin-right: 5%;
    margin-bottom: 60px;
    font-weight: 500;
}

.schedule-section {
    max-width: 1000px;
    margin: auto;
    padding: 70px 40px;
    background: #FFF;
    border-radius: 20px;
}
.schedule-list {
    color: #F28200;
    font-weight: 500;
}
.schedule-list div {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 100px;
}
.schedule-list div:last-child {
    margin-bottom: 0;
}
/* dtとddをつなぐ横線 */
.schedule-list div::before {
    content: "";
    position: absolute;
    top: 38px;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #F28200;
}
/* dtとddの間の縦線 */
.schedule-list div::after {
    content: "";
    position: absolute;
    top: -10px;
    left: 80px;
    bottom: -170px;
    width: 1px;
    background-color: #FC7724;
}
/* 最後の項目は縦線を表示しない */
.schedule-list div:last-child::after {
    display: none;
}
.schedule-list dt {
    position: absolute;
    left: 10px;
    top: 0;
    min-width: 60px;
    font-weight: 700;
    color: #F28200;
    font-size: 1.125rem;
}
.schedule-list dd {
    flex: 1;
}
.schedule-title {
    margin-bottom: 10px;
    font-weight: 700;
    color: #F28200;
    font-size: 1rem;
}
.schedule-desc {
    margin-top: 20px;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #0F0E0D;
    font-weight: 500;
}

/* 福利厚生 */
.benefits-cards {
    max-width: 1200px;
    margin: 0 auto;
}
.benefit-card {
    max-width: 330px;
    height: 420px;
    margin: auto;
    margin-bottom: 50px;
    padding: 40px;
    /* border-bottom: 2px dashed #F28225; */
    border-radius: 10px;
    background-color: #FAFAFA;
}
.benefit-card:last-child {
    border-bottom: none;
}

.benefit-icon {
    text-align: center;
    margin-bottom: 20px;
}
.benefit-icon img {
    width: 80px;
    height: 80px;
}
.benefit-card h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: #F28225;
}
.benefit-card p {
    font-size: 0.875rem;
    line-height: 1.7;
}

/* 園ごとの雰囲気や特徴 */
.recruit-feature-wrapper {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px dashed #F28200;
}
.recruit-feature-wrapper:last-child {
    border-bottom: none;
}

.recruit-feature-wrapper img {
    width: 100%;
    border-radius: 10px;
}
.recruit-feature-wrapper h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #F28200;
    font-size: 1.25rem;
}

/* 妙秀こども園について */
#nursery-intro h3 {
    margin-bottom: 20px;
    color: #F28200;
    font-size: 1.75rem;
}
#nursery-overview {
    position: relative;
    max-width: 1520px;
    margin: auto;
    margin-top: 150px;
    padding: 70px 40px;
    background: #FFF;
    border-radius: 20px;
    font-weight: 500;
}
#nursery-overview h3 {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.overview-content h4 {
    margin-bottom: 30px;
    font-size: 1.125rem;
    color: #F28200;
}


#sub-contact-tel {
    position: relative;
    max-width: 1000px;
    margin: auto;
    margin-top: 150px;
    padding: 50px 40px;
    background: #FFF;
    border-radius: 20px;
    font-weight: 500;
}
#sub-contact-tel h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.footer-contact-left {
    max-width: 330px;
    margin: auto;
}

.jidoukan-table div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #F28200;
}
.jidoukan-table div h4 {
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #F28200;
}
.sub-nursery-sec-ttl {
      margin-bottom: 20px;
    font-size: 1.25rem;
    color: #F28200;  
}
.sub-nursery-intro-content {
    margin-bottom: 80px;
}

.sakuranbo-table h4 {
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #F28200;  
}
.sakuranbo-table div {
        margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #F28200;
}

.recruit-benefits {
    margin-bottom: 100px;
    padding-bottom: 30px;
    position: relative;
}
.recruit-benefits:before {
    content: ""; 
    position: absolute;
    top: 77px;
    left: -40%;
    right: 0;
    bottom: 0;
    background: #FFF;
    border-radius: 10px;
    z-index: -1;
}
.recruit-benefits p {
    margin-bottom: 60px;
}



/* Contact
---------------------------------------- */
#sub-contact p {
    text-align: center;
    font-size: 1rem;
}
#sub-contact {
    position: relative;
    max-width: 1000px;
    margin: auto;
    margin-top: 150px;
    padding: 70px 40px;
    border-radius: 20px;
    font-weight: 500;
}
#sub-contact h3 {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
#sub-contact-tel {
    position: relative;
    max-width: 1000px;
    margin: auto;
    margin-top: 150px;
    padding: 50px 40px;
    background: #FFF;
    border-radius: 20px;
    font-weight: 500;
}
.sub-contact form {
    margin-top: 30px;
}
.contact dl {
    margin-top: 40px;
}
.form-content dt {
    font-size: 1rem;
}
.form-content dt span {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
    padding: 3px 11px;
    font-size: 0.75rem;
    color: #FFF;
    background: #F28200;
    border-radius: 6px;
}
.form-content span.contact-optional {
    background: #A8A8A8;
}
/* form */
.form-content {
    margin-bottom: 35px;
}
input#name,
input#tel,
input#email,
input#furigana {
    width: 100%;
    padding: 18px;
    height: 30px;
    font-weight: 400;
    background: #FFF;
    border: 1px solid #C6BFB8;
    border-radius: 5px;
}
input::placeholder,
textarea::placeholder {
    color: #A8A8A8;
    font-size: 0.875rem;
}
select#inquiry-type {
    width: 100%;
    padding: 18px;
    padding-right: 50px;
    height: 30px;
    font-weight: 400;
    background-color: #FFF;
    border: 1px solid #C6BFB8;
    border-radius: 5px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
/* セレクトボックスのオレンジ背景エリア */
.form-content dd {
    position: relative;
}
.form-content select#inquiry-type {
    background: 
        linear-gradient(to right, transparent calc(100% - 40px), #F28200 calc(100% - 40px)) #FFF;
    background-repeat: no-repeat;
}
/* プレースホルダー風のスタイル - 未選択時はグレー */
.form-content select#inquiry-type:invalid {
    color: #A8A8A8!important;
}
/* 選択済みは黒色 */
.form-content select#inquiry-type:valid {
    color: #000;
}
.form-content select#inquiry-type option {
    color: #000;
}
.form-content select#inquiry-type option[disabled] {
    color: #A8A8A8!important;
}
/* セレクトボックスを含むddのみに▼を表示 */
.form-content dd:has(select#inquiry-type) {
    position: relative;
}
.form-content dd:has(select#inquiry-type)::after {
    content: '▼';
    position: absolute;
    right: 14px;
    top: 37%;
    transform: translateY(-37%);
    color: #FFF;
    pointer-events: none;
    font-size: 0.75rem;
    z-index: 1;
}
textarea#message {
    width: 100%;
    padding: 10px;
    height: 130px;
    font-weight: 400;
    background: #FFF;
    border: 1px solid #C6BFB8;
    border-radius: 5px;
}
input#contact {
    margin-right: 5px;
    margin-left: 0;
}
.radioinput label {
    margin-right: 20px;
}
.checkbox input {
    margin-right: 5px;
    margin-bottom: 15px;
}
.form-wrapper .btn a,
.form-wrapper .btn button {
    background: #F28200;
}
.form-wrapper .btn button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: inherit;
    font-weight: inherit;
}

/* -----------------------------
	tab向け 760px〜
-------------------------------- */
@media screen and (min-width: 760px){
    .about-policy dl div {
        padding: 0 8%;
        margin: 0 auto 20px auto;
        display: flex;
        padding-bottom: 20px;
        font-weight: 500;
        align-items: center;
        position: relative;
    }
    .about-philosophy div {
        max-width: 800px;
        margin: auto;
        text-align: center;
    }
    .about-public_information dl div {
        display: flex;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px dashed #FFBE3E;
    }
    .about-public_information dl div:last-child {
        border-bottom: none;
    }
    .about-public_information dl dt {
        width: 30%;
        min-width: 120px;
        padding-left: 0;
        font-weight: 600;
    }
    .about-public_information dl dd {
        display: block;
        padding-left: 20px;
    }

    /* 採用ページ - タブレット版 */
    
    .benefits-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 60px;
        row-gap: 50px;
        position: relative;
    }
    
    /* 2カラムの縦線 */
    /* .benefit-card:nth-child(odd)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 1px;
        height: 100%;
        background-color: #F28225;
    } */
    
    /* 最後の行は縦線を消す */
    .benefit-card:nth-last-child(-n+2):nth-child(odd)::after {
        display: none;
    }

    /* 園ごとの雰囲気や特徴 */
    .recruit-feature-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 5%;
    }
    /* 2番目と4番目を左右反対に */
    .recruit-feature-wrapper:nth-child(even) {
        flex-direction: row-reverse;
    }
    .recruit-feature-wrapper h4 {
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1;
        font-size: 1.5rem;
    }
    .recruit-feature-wrapper p {
        font-size: 1rem;
    }




    /* Contact page
    ---------------------------------------- */
    .form-wrapper {
        padding-top: 80px;
    }

    /* form */
    .sub-contact {
        padding: 0 3%;
    }
    .form-content {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .form-content dt {
        width: 35%;
        font-size: 1rem;
    }
    .form-content dt span {
        margin-bottom: 0;
    }
    .form-content dd {
        width: 65%;
        font-size: 1rem;
    }
}


/* -----------------------------
	PC向け 961px〜
-------------------------------- */
@media screen and (min-width: 961px){
    /* ttl */
    .recruit-ttl_01 {
        margin-bottom: 10px !important;
        font-size: 2rem;
    }
    .recruit-ttl_01 span {
        font-size: 1.3125rem;
    }
    .sub-page-sec-ttl {
        font-size: 2rem;
    }
    .about-philosophy h3,
    .about-overview h3,
    .about-policy h3,
    .about-public_information h3 {
        top: -30px;
    }

    .recruit-ttl_02 {
        font-size: 1.8125rem;
    }
    .recruit-ttl_02 span {
        font-size: 1.25rem;
    }
    .staff-cards-wrapper {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about-policy {
        padding-top: 80px;
        padding-bottom: 80px;
        font-size: 1rem;
    }

    .about-overview {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    /* Overview */
    .overview-content {
        display: flex;
        flex-direction: row-reverse;
        gap: 60px;
        max-width: 1000px;
        margin: auto;
        align-items: flex-start;
    }
    .map {
        flex: 1;
        margin-bottom: 0;
        padding-top: 0;
    }
    .map iframe {
        position: relative;
        width: 100%;
        height: 400px;
    }
    .overview-container dl {
        flex: 1;
        margin-top: 0;
    }
    .overview-container dl div dt {
        font-size: 1rem;
    }
    .overview-container dl div dd {
        font-size: 1rem;
    }
    .about-public_information dl {
        margin: auto;
        padding: 0 8%;
    }
    .about-public_information div {
        max-width: 800px;
        padding: 0 8%;
        margin: 0 auto 20px auto;
    }

    /* 採用ページ - PC版 */
    .recruit-message-content {
        flex-direction: row;
        gap: 60px;
        align-items: center;
    }   
    .recruit-message-img {
        flex: 1;
        max-width: 450px;
    }

    .staff-cards {
        display: flex;
        justify-content: flex-start;
        gap: 0px;
    }
    
    .staff-card {
        flex: 1;
        max-width: calc((100% - 80px) / 3);
    }
    
    .schedule-section {
        padding: 100px;
    }
    
    /* 採用ページ - PC版 */
    .benefits-cards {
        display: block;
        max-width: 1200px;
        margin: 0 auto;
    }
    
    /* 1段目: 3カラム */
    .benefit-card:nth-child(-n+3) {
        display: inline-block;
        width: calc((100% - 130px) / 3);
        margin-right: 60px;
        vertical-align: top;
        position: relative;
    }
    .benefit-card:nth-child(3) {
        margin-right: 0;
    }
    
    /* 1段目の縦線 */
    /* .benefit-card:nth-child(1)::after,
    .benefit-card:nth-child(2)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 1px;
        height: 100%;
        background-color: #F28225;
    } */
    
    /* 2段目: 2カラム */
    .benefit-card:nth-child(n+4) {
        display: inline-block;
        width: calc((100% - 130px) / 2);
        margin-right: 60px;
        vertical-align: top;
        position: relative;
    }
    .benefit-card:nth-child(5) {
        margin-right: 0;
    }
    
    /* 2段目の縦線 */
    /* .benefit-card:nth-child(4)::after {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 1px;
        height: 100%;
        background-color: #F28225;
    } */

    .facility-item {
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }
    
    .facility-item:nth-child(even) {
        flex-direction: row-reverse;
    }
    
    .facility-img {
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }
    
    .facility-item:nth-child(even) {
        flex-direction: row-reverse;
    }
    
    .facility-img {
        flex: 1;
        max-width: 450px;
    }
    
    .facility-text {
        flex: 1;
    }

    .recruit-descri {
        font-size: 1rem;
    }

    .ac-parent .q-ttl {
        font-size: 1rem;
    }
    .ac-child .a-ttl {
        font-size: 1rem;
    }

    .sub-nursery-intro-content-low {
        flex-direction: row-reverse;
    }

    /* Contact page
    ---------------------------------------- */
    .contact p {
        font-size: 1rem;
    }
    .sub-contact {
        margin-bottom: 200px;
    }
    /* form */
    .form-content:last-child {
        margin-bottom: 60px;
    }
}

/* ========================================
   7. 園個別ページ（nursery.html）
======================================== */

/* メインビジュアル */
.nursery-hero {
    position: relative;
    margin-bottom: 100px;
}
.nursery-hero-img {
    width: 100%;
}
.nursery-hero-img img {
    width: 100%;
    height: auto;
    display: block;
}
.nursery-hero-title {
    position: absolute;
    bottom: 30px;
    left: 5%;
    background: #F28225;
    padding: 20px 30px;
    border-radius: 10px;
}
.nursery-hero-title h2 {
    font-size: 1.5rem;
    color: #FFF;
    margin-bottom: 5px;
}
.nursery-hero-title p {
    font-size: 0.875rem;
    color: #FFF;
}

/* セクション共通 */
.nursery-sec-ttl {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    padding: 0 20px;
    font-size: 1.5rem;
    color: #F28225;
    text-align: center;
}
.nursery-sec-ttl::before,
.nursery-sec-ttl::after {
    content: "";
    position: absolute;
    top: 120%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #7DB775;
    border-radius: 50%;
    transform: translateY(-50%);
}
.nursery-sec-ttl::before {
    left: 0;
}
.nursery-sec-ttl::after {
    right: 0;
}

/* わたし達のこども園は */
#nursery-intro {
    margin-top: 150px;
    margin-bottom: 100px;
}
.nursery-intro-content {
    position: relative;
}
.nursery-intro-img {
    margin-bottom: 30px;
}
.nursery-intro-img img {
    width: 100%;
    border-radius: 20px;
}
.nursery-intro-text p {
    margin-bottom: 20px;
    line-height: 1.8;
}
.nursery-intro-decoration {
    margin-top: 40px;
    text-align: center;
}
.nursery-intro-decoration img {
    max-width: 200px;
}

/* 保育目標 */
#nursery-goal {
    margin-bottom: 100px;
}
.nursery-goal-list {
    max-width: 800px;
    margin: 0 auto;
}
.nursery-goal-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 2px dashed #FFBE3E;
}
.nursery-goal-list li:last-child {
    border-bottom: none;
}
.goal-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    background-image: url('./image/polka-dot_bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #F28225;
    flex-shrink: 0;
}
.nursery-goal-list li p {
    line-height: 1.8;
    padding-top: 10px;
}

/* 保育時間・園概要 */
#nursery-hours,
#nursery-overview {
    margin-bottom: 100px;
}
.nursery-table-wrapper {
    max-width: 1000px;
    margin: 0 auto;
}
.nursery-table {
    width: 100%;
    border-collapse: collapse;
}
.nursery-table tr {
    border-bottom: 1px dashed #FFBE3E;
}
.nursery-table tr:last-child {
    border-bottom: none;
}
.nursery-table th {
    width: 30%;
    min-width: 120px;
    padding: 20px 10px;
    text-align: left;
    font-weight: 600;
    vertical-align: top;
}
.nursery-table td {
    padding: 20px 10px;
    line-height: 1.7;
}

/* 年間主行事 */
#nursery-events {
    margin-bottom: 100px;
}
.nursery-events-list {
    max-width: 800px;
    margin: 0 auto;
}
.nursery-events-list dl {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #FFBE3E;
}
.nursery-events-list dl:last-of-type {
    border-bottom: none;
}
.nursery-events-list dt {
    width: 80px;
    font-weight: 600;
    color: #F28225;
    flex-shrink: 0;
}
.nursery-events-list dd {
    flex: 1;
    line-height: 1.7;
}
.events-note {
    margin-top: 30px;
    padding: 20px;
    background: #FEF1DB;
    border-radius: 10px;
}
.events-note p {
    font-size: 0.875rem;
    line-height: 1.7;
}

/* アクセス */
#nursery-access {
    position: relative;
    margin-bottom: 100px;
}
.nursery-access-content {
    max-width: 1000px;
    margin: 0 auto;
}
.nursery-access-info {
    margin-bottom: 30px;
}
.nursery-access-info h4 {
    margin-bottom: 15px;
    font-size: 1.125rem;
    color: #F28225;
}
.nursery-access-info p {
    margin-bottom: 20px;
    line-height: 1.7;
}
.access-detail {
    display: flex;
    margin-bottom: 10px;
}
.access-detail dt {
    width: 100px;
    font-weight: 600;
}
.access-detail dd {
    flex: 1;
}
.nursery-access-map {
    position: relative;
    width: 100%;
    padding-top: 75%;
}
.nursery-access-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.nursery-access-decoration {
    margin-top: 40px;
    text-align: center;
}
.nursery-access-decoration img {
    max-width: 400px;
}

/* タブレット版（760px以上） */
@media screen and (min-width: 760px){
    .nursery-hero-title {
        bottom: 50px;
        padding: 30px 50px;
    }
    .nursery-hero-title h2 {
        font-size: 2rem;
    }
    .nursery-hero-title p {
        font-size: 1rem;
    }
    
    .nursery-table th {
        width: 30%;
    }
    .nursery-table td {
        font-size: 0.937rem;
    }
}

/* PC版（961px以上） */
@media screen and (min-width: 961px){
    .about-philosophy div h4 {
        font-size: 1.125rem;
    }
    .about-philosophy div p {
        font-size: 1rem;
    }
    .nursery-intro-content {
        display: flex;
        gap: 60px;
        align-items: flex-start;
    }
    .nursery-intro-img {
        flex: 1;
        max-width: 450px;
        margin-bottom: 0;
    }
    .nursery-intro-text {
        flex: 1;
    }
    .nursery-intro-decoration {
        position: absolute;
        bottom: -50px;
        right: 0;
        margin-top: 0;
    }
    
    .nursery-access-content {
        display: flex;
        flex-direction: row-reverse;
        gap: 60px;
        align-items: flex-start;
    }
    .nursery-access-map {
        flex: 1;
        padding-top: 0;
    }
    .nursery-access-map iframe {
        position: relative;
        width: 100%;
        height: 400px;
    }
    .nursery-access-info {
        flex: 1;
        margin-bottom: 0;
    }


}
/* ========================================
   送信完了ページ（thanks.html）
======================================== */
#thanks {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 5%;
}

.thanks-content {
    text-align: center;
}

.thanks-content h3 {
    margin-bottom: 40px;
}

.thanks-content p {
    line-height: 1.8;
}

.pc-br {
    display: none;
}

@media screen and (min-width: 760px){
    .pc-br {
        display: inline;
    }
}