@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: 250px;
    object-fit: cover;
    display: block;
}
.sub-page-ttl {
    width: auto;
    max-width: 300px;
    position: absolute;
    bottom: -120px;
    left: 0;
    background: #FDFAED;
    padding: 20px 25px 20px 20px;
    border-radius: 0 10px 0 0;
    color: #F28200;
    z-index: 10;
    font-size: 1.3125rem;
}
.sub-page-ttl span {
    color: #F28200;
    font-size: 0.75rem;
}

/* タブレット版以降 */
@media screen and (min-width: 760px){
    .sub-page-ttl {
        max-width: 450px;
        bottom: -100px;
        padding: 25px 40px 25px 25px;
        font-size: 2rem;
        text-align: left;
    }
    .sub-page-ttl span {
        font-size: 0.875rem;
    }
}

/* PC版 */
@media screen and (min-width: 961px){
    .sub-page-ttl {
        max-width: 900px;
        width: 48%;
        bottom: -100px;
        left: 0;
        padding: 28px 50px 28px 0;
        padding-left: max(28px, calc((100vw - 1520px) / 2 + 5%));
    }
    
    /* 画面幅が1520px以下の場合 */
    @media (max-width: 1520px) {
        .sub-page-ttl {
            left: 0;
            padding-left: 5%;
        }
    }
    
    .sub-header-img img {
        width: 100%;
        height: 540px;
        object-fit: cover;
        display: block;
    }
}

/* 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: 5%;
    padding-right: 5%;
    padding-bottom: 50px;
    background: #FFF;
    border-radius: 20px;
}
.about-philosophy h3 {
    width: 211px;
    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: 5%;
    padding-right: 5%;
    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;
    line-height: 1.5;
}
.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::after {
    border-bottom: none!important;
}
.about-policy dl div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.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: -18px;
    left: 50%;
    transform: translateX(-50%);
}
/* 概要 */
.about-overview {
    position: relative;
    margin-top: 150px;
    padding: 50px 5%;
    background: #FFF;
    border-radius: 20px;
}
.about-overview h3 {
    width: 86px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.about-summary h3 {
    width: 170px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.overview-container {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}
.map {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
    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 {
    margin-bottom: 0;
    padding-bottom: 0;
    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: 5%;
    padding-right: 5%;
    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 5% 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: 5px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #FFBE3E;
    color: #0F0E0D;
    cursor: pointer;
}
.ac-parent .qa-q {
    display: inline-block;
    width: 1%;
    margin-right: 25px;
    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 0;
}

/* アコーディオン - クリックする領域 */
.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-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-text {
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500;
    line-height: 1.8;
}
.recruit-contact-btn .btn {
    max-width: 280px!important;
    margin: 0 auto;
}

.recruit-contact-btn .btn a {
    position: relative;
    display: block;
    width: 280px;
    padding: 12px 20px 12px 15px;
    text-align: center;
    color: #FFF;
    background: #F7BF65;
    border-radius: 50px;
    font-weight: 500;
    transition: .3s;
}


/* ========================================
   モーダルウィンドウ
======================================== */
.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: 12px;
    padding-bottom: 5px;
    border-bottom: 2px dashed #FFBE3E;
}
.modal-staff-name {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-right: 60px;
    font-size: 1rem;
    font-weight: 700;
    color: #F28225;
}
.modal-staff-position {
    margin-top: 20px;
    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: center;
    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: #FFF;
    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;
    object-fit: scale-down;
}
.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.25rem;
    position: relative;
    padding-bottom: 15px;
}

#nursery-intro h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 45px;
    height: 16px;
    background-image: radial-gradient(circle, #7DB775 30%, transparent 30%);
    background-size: 14px 14px;
    background-repeat: repeat-x;
}
    
#nursery-overview {
    position: relative;
    max-width: 1520px;
    margin: auto;
    margin-top: 100px;
    padding: 50px 40px;
    background: #FFF;
    border-radius: 20px;
    font-weight: 500;
}
.jidoukan-overview {
    margin-top: 100px!important;
}
#nursery-overview h3 {
    position: absolute;
    top: -18px;
    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 {
    width: 231px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

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

.jidoukan-table div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #F28200;
}
.jidoukan-table div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.jidoukan-table div h4 {
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #F28200;
    position: relative;
    padding-left: 20px;
}
.jidoukan-table div h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #7DB775;
    border-radius: 50%;
}
.sub-nursery-sec-ttl {
      margin-bottom: 20px;
    font-size: 1.25rem;
    color: #F28200;  
}
.sub-nursery-intro-content {
    margin-bottom: 80px;
}

.nursery-info-table h4 {
    margin-bottom: 20px;
    font-size: 1.25rem;
    color: #F28200;  
}
.nursery-info-table span {
    font-size: 1rem;
}
.nursery-info-table div {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #F28200;
}
.nursery-info-table div:last-child {
    border-bottom: none;
}

.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 {
    margin-bottom: 20px;
    font-size: 0.875rem;
}
#sub-contact {
    position: relative;
    max-width: 1000px;
    margin: auto;
    margin-top: 150px;
    padding: 70px 5%;
    border-radius: 20px;
    font-weight: 500;
}
#sub-contact h3 {
    width: 211px;
    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: 0.875rem;
}
.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: 5px;
    padding-right: 58px;
    height: auto;
    min-height: 40px;
    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: 30%;
    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;
    border-radius: 50px; /* 角丸を追加 */
    padding: 18px 50px; /* paddingを追加 */
    display: inline-block;
    text-align: center;
}
.form-wrapper .btn button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: inherit;
    font-weight: inherit;
    color: #FFF; /* テキスト色を追加 */
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    text-align: center;
}

/* -----------------------------
	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: 880px;
        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;
    }
    
    /* 最後の行は縦線を消す */
    .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;
    }

    .recruit-feature-img {
        width: 35%;
    }
    .recruit-feature-text {
        width: 55%;
    }




    /* 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 */
    #sub-contact-tel h3 {
        width: 364px;
    }
    #sub-contact h3 {
        width: 331px;
    }
    .about-philosophy h3 {
        width: 340px;
    }
    .about-overview h3 {
        width: 265px;
    }
    .about-overview .accsess-ttl h3 {
        width: 135px!important;
    }
    .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,
    .about-overview {
        padding-top: 100px;
        padding-bottom: 100px;
        font-size: 1rem;
    }

    /* 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;
    }
    
    /* 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;
    }

    .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;
    }


    .schedule-list dt dd {
        font-size: 1rem;
    }
    .recruit-benefits p {
        font-size: 1rem;
    }


    /* 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: 20px;
}
.nursery-intro-img img {
    width: 100%;
    border-radius: 20px;
    aspect-ratio: 12 / 10;
    object-fit: cover;
}
.nursery-intro-text p {
    margin-bottom: 20px;
    line-height: 1.4;
    font-weight: 500;
}
.nursery-intro-decoration {
    margin-top: 40px;
    text-align: center;
}
.nursery-intro-decoration img {
    max-width: 200px;
}
.warabekko-intro-decoration img {
    max-width: 250px;
}
.jidoukan-intro-decoration,
.warabekko-intro-decoration {
    margin-top: 70px;
    text-align: center;
}
.jidoukan-intro-decoration img,
.warabekko-intro-decoration img {
    max-width: 180px;
}


/* 保育目標 */
#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: 130px;
    padding: 20px 10px;
    text-align: left;
    font-weight: 600;
}
.nursery-table td {
    padding: 20px 10px;
    line-height: 1.4;
}

/* 年間主行事 */
#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;
    margin-bottom: 40px;
}
.events-note li {
    font-size: 0.875rem;
    text-indent: -1em;
    padding-left: 1em;
}
.events-photo {
    margin: auto;
}
.events-photo img {
    margin: auto;
    margin-bottom: 20px;
    border-radius: 10px;
    aspect-ratio: 12 / 9;
    object-fit: cover;
}

/* アクセス */
#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;
    }

    /* 妙秀こども園 */
    .events-photo {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }
    .events-photo img {
        width: 48%;
        margin-bottom: 10px;
    }

}

/* PC版（961px以上） */
@media screen and (min-width: 961px){
    /* 妙秀こども園のページ */
    #nursery-hours h3, #nursery-events h3 {
        top: -30px;
    }
    #nursery-overview h3 {
        top: -30px;
    }
    /* アクセス見出し */
    .accsess-ttl {
        width: 135px !important;
    }
    #nursery-hours,
    #nursery-events,
    #nursery-overview {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    #nursery-events {
        margin-top: 300px;
    }
    .nursery-events-list dt {
        margin-left: 10%;
        font-size: 1.125rem;
    }
    .nursery-events-list dd {
        font-size: 1rem;
    }
    .events-note li {
        font-size: 1rem;
    }
    .about-policy dl div {
        padding: 0 11%;
        margin: 0 auto 20px auto;
        display: flex;
        padding-bottom: 20px;
        font-weight: 500;
        align-items: center;
        position: relative;
        font-size: 1rem;
    }
    .nursery-table th {
        width: 40%;
        padding-left: 10%;
        font-size: 1rem;
    }
    .nursery-table td {
        font-size: 1rem;
    }
    .overview-content h4 {
        font-size: 1.5rem;
    }

    .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: 500px;
        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;
    }
    #nursery-intro h3 {
        font-size: 1.875rem;
        padding-bottom: 20px;
    }
    #nursery-intro h3::after {
        width: 45px;
        height: 20px;
        background-size: 14px 14px;
    }
    .nursery-intro-text {
        width: 50%;
    }
    .nursery-intro-text p {
        font-size: 1rem;
    }
    .nursery-intro-img {
        width: 50%;
        max-width: 600px;
    }

    /* 児童館のページ */
    .jidoukan-table div h4 {
        margin-bottom: 10px;
        font-size: 1.75rem;
    }
    #nursery-overview p {
        font-size: 1rem;
    }
    #nursery-overview ul li {
        margin-bottom: 10px;
        font-size: 1rem;
    }
    #nursery-overview ul li:last-child {
        margin-bottom: 0;
    }

    /* にじいろ・さくらんぼ */
    .nursery-table-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    
    /* jidoukan-tableとnursery-table-wrapper単体は縦表示 */
    .nursery-table-wrapper.jidoukan-table,
    #nursery-overview .nursery-table-wrapper:not([class*=" "]):not(.nursery-info-table) {
        display: block;
    }
    
    .nursery-table-wrapper div {
        width: 50%;
    }
    
    /* jidoukan-tableとnursery-table-wrapper単体のdivは幅100% */
    .nursery-table-wrapper.jidoukan-table div,
    #nursery-overview .nursery-table-wrapper:not([class*=" "]):not(.nursery-info-table) div {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-right: none !important;
    }
    
    .nursery-info-table div {
        margin-bottom: 0;
    }
    .nursery-table-wrapper div:nth-child(odd) {
        padding-right: 5%;
        border-right: 1px dashed #F28200;
    }
    .nursery-table-wrapper div:nth-child(even) {
        padding-left: 5%;
    }
    
    /* nursery-info-tableのみborder-bottomを非表示 */
    .nursery-info-table div:nth-child(n+3) {
        padding-top: 30px;
        border-bottom: none;
    }
    
    .nursery-info-table span {
        font-size: 1.125rem;
    }

    .jidoukan-intro-decoration img,
    .warabekko-intro-decoration img {
        max-width: 250px;
    }

}
/* ========================================
   送信完了ページ（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;
    }
}
/* about-myoushu イラスト */
.about-myoushu-img {
    position: absolute;
    left: 5%;
    top: -185px;
    width: 200px;
    z-index: 5;
}

.about-myoushu-img img,
.jidoukan-intro-decoration img,
.warabekko-intro-decoration img {
    width: 100%;
    animation: sway 6s ease-in-out infinite;
    transform-origin: center bottom;
}

/* タブレット版 */
@media screen and (min-width: 760px){
    
}

/* PC版 */
@media screen and (min-width: 961px){
    .warabekko-intro-decoration {
        position: absolute;
        bottom: -290px;
        right: 5%;
        width: 200px;
        margin: 0;
    }
    .warabekko-img {
        bottom: -83px;
        width: 180px;
    }
    .about-myoushu-img {
        left: 3%;
        top: -230px;
        width: 250px;
    }

    .sakuranbo-overview {
        margin-top: 200px!important;
    }
    .sakuranbo-img {
        right: 0%;

    }
    
    /* さくらんぼ・にじいろ・わらべっこ保育園のイラスト位置調整 */
    .jidoukan-intro-decoration {
        position: absolute;
        bottom: -290px;
        right: 15%;
        width: 200px;
        margin: 0;
    }
    .jidoukan-intro-decoration img,
    .warabekko-intro-decoration img {
        position: relative;
        width: 100%;
    }
    .nijiiro-img {
        bottom: -100px; 
    }
    .sakuranbo-img {
        bottom: -30%;
    }
    .sakuranbo-overview {
        margin-top: 200px;
    }

    #qa h3 {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
    #sub-contact-tel h3 {
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 1300px){
    .nijiiro-img {
        bottom: -10px;
    }
}

@media screen and (min-width: 1200px){
    .warabekko-img {
        bottom: -7%;
        width: 250px;
    }
}
/* ================================================
   Contact Form 7 カスタムスタイル
================================================ */

/* Contact Form 7 フォームフィールド */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea,
.wpcf7 select {
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    border: 1px solid #C6BFB8;
    border-radius: 5px;
    background: #FFF;
    font-family: 'Zen Maru Gothic', sans-serif;
}

.wpcf7 textarea {
    min-height: 130px;
    resize: vertical;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #A8A8A8;
}

/* Contact Form 7 送信ボタン */
.wpcf7 input[type="submit"] {
    background: #F28200;
    color: #FFF;
    border: none;
    border-radius: 50px;
    padding: 18px 50px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Zen Maru Gothic', sans-serif;
    transition: opacity 0.3s;
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 20px auto 0;
}

.wpcf7 input[type="submit"]:hover {
    opacity: 0.8;
}

/* Contact Form 7 バリデーションエラー */
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.875rem;
    margin-top: 5px;
    display: block;
}

.wpcf7-not-valid {
    border-color: #dc3232 !important;
}

/* Contact Form 7 送信完了・エラーメッセージ */
.wpcf7-response-output {
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
    font-size: 0.875rem;
}

.wpcf7-mail-sent-ok {
    border: 2px solid #46b450;
    background: #ecf7ed;
    color: #46b450;
}

.wpcf7-mail-sent-ng,
.wpcf7-aborted {
    border: 2px solid #dc3232;
    background: #fef7f7;
    color: #dc3232;
}

.wpcf7-spam-blocked {
    border: 2px solid #f56e28;
    background: #fef6f2;
    color: #f56e28;
}

.wpcf7-validation-errors {
    border: 2px solid #ffb900;
    background: #fffbf0;
    color: #ffb900;
}

/* Contact Form 7 スピナー（送信中） */
.wpcf7 .ajax-loader {
    display: none;
}

.wpcf7 form.submitting .ajax-loader {
    display: inline-block;
}

/* Contact Form 7 チェックボックス・ラジオボタン */
.wpcf7 .wpcf7-list-item {
    margin: 0 0 10px 0;
}

.wpcf7 .wpcf7-list-item-label {
    margin-left: 5px;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
    width: auto;
    margin-right: 5px;
}

/* Contact Form 7 必須マーク */
.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block;
}

/* レスポンシブ対応 */
@media screen and (max-width: 760px) {
    .wpcf7 input[type="submit"] {
        width: 100%;
        max-width: 100%;
    }
}