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

/* common
---------------------------------------- */
html {
    font-size: 100%;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height:1.9;
    letter-spacing: 0.05em;
    color: #0F0E0D;
    background-color: #FDFAED;
    opacity: 0;
    animation: fadeInPage 0.6s ease forwards;
    animation-delay: 0.5s;
}
@keyframes fadeInPage {
    from { opacity: 0; }
    to   { opacity: 1; }
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
a {
    text-decoration: none;
    color: #0F0E0D;
    transition: .3s;
}
a:hover {
    color: #9B938A;
}
ul {
    padding-left: 0;
}
li {
    list-style: none;
}
p {
    text-align: justify;
}
/* btn */
.btn {
    max-width: 230px;
    margin: auto;
}

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

/* 矢印全体のコンテナ */
.btn a::before,
.btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    transition: .3s;
}
/* 矢印の横棒 */
.btn a::before {
    width: 12px;
    height: 3px;
    background: #FFF;
    border-radius: 2px;
    right: 25px;
    transform: translateY(-50%);
}
/* 矢印の先端（V字） */
.btn a::after {
    width: 10px;
    height: 10px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    border-radius: 2px;
    right: 24px;
    transform: translateY(-50%) rotate(45deg);
}
.btn a:hover {
    background: #F7BF65;
    opacity: 0.85;
}
.btn a:hover::before {
    right: 21px;
}
.btn a:hover::after {
    right: 20px;
}

/* ゆらゆら */
@keyframes sway {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* header
---------------------------------------- */
.nav-pc {
    display: none;
}
header {
    position: relative;
    margin: auto;
    padding: 0 5%;
    margin-top: 40px;
    height: 40px;
}

/* illust */
.header-illust01,
.header-illust02 {
    position: absolute;
    z-index: 10;
}
.header-illust01 {
    top: 40px;
    right: 5%;
    width: 130px;
}
.header-illust01 img {
    width: 100%;
    animation: sway 4s ease-in-out infinite;
    transform-origin: center top;
}
.header-illust02 {
    bottom: -540px;
    left: 5%;
    width: 150px;
}
.header-illust02 img {
    width: 100%;
    animation: sway 4s ease-in-out infinite;
    transform-origin: center bottom;
}

/* bg wave upper */
.custom-shape-divider-top-1765347966 {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 1;
}
.custom-shape-divider-top-1765347966 svg {
    position: relative;
    display: block;
    width: calc(170% + 2.1px);
    height: 40px;
}
.custom-shape-divider-top-1765347966 .shape-fill {
    fill: #FDFAED;
}
/* bg wave low */
.custom-shape-divider-bottom-1765348913 {
    position: absolute;
    bottom: -515px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;
}
.custom-shape-divider-bottom-1765348913 svg {
    position: relative;
    display: block;
    width: calc(233% + 1.3px);
    height: 40px;
}
.custom-shape-divider-bottom-1765348913 .shape-fill {
    fill: #FDFAED;
}

h1 {
    align-items: center;
    line-height: 1.3;
    font-size: 1.25rem;
}
h1 span {
    display: block;
    font-size: 0.75rem;
}
h1 img {
    width: 60px;
    margin-right: 20px;
}
h1 a:hover {
    color: #0F0E0D;
}

/* Toggle */
.Toggle {
	position:fixed;
	cursor: pointer;
	top: 37px;
	right: 0;
    width: 60px;
    height: 60px;
    z-index: 100;
}
.Toggle span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 17px;
    height: 2px;
    background: #FC7724;
    width: 45%;
}
.Toggle span:nth-of-type(1) {
    top: 20px; 
}
.Toggle span:nth-of-type(2) {
    top: 30px;
}
.Toggle.active span:nth-of-type(1) {
    top: 23px;
    left: 22px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.Toggle.active span:nth-of-type(2) {
    top: 35px;
    left: 22px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* SP nav */
.nav-sp {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    padding-top: 95px;
    background-color: #FDFAED;
    z-index: 50;
}
.nav-sp > ul > li {
    margin-bottom: 45px;
    text-align: center;
    font-size: 1rem;
}
.nav-sp > ul > li > a {
    display: block;
    color: #0F0E0D;
    font-weight: 500;
}
.nav-sp > ul > li > a:hover {
    color: #9B938A;
}

.header-recruit-btn a {
    background-color: #7DB775;
}
.header-recruit-btn a:hover {
    background-color: #7DB775;
    opacity: 0.85;
}

/* contents
---------------------------------------- */
/* sec-ttl */
.sec-ttl {
    margin-top: 100px;
    margin-bottom: 55px;
    text-align: center;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
}
.sec-ttl span {
    display: block;
    margin-bottom: 5px;
    font-size: 0.875rem;
    color: #FFBE3E;
}

/* main-visual */
.mv {
    position: relative;
}
.mv-slider {
    width: 100%;
    position: relative;
}
.mv-slide {
    width: 100%;
    position: relative;
}
.mv-slide img {
    display: block;
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.mv-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.mv-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.mv-text p {
    position: absolute;
    right: 5%;
    bottom: 70px;
    font-size: 1.8125rem;
    font-weight: 500;
    color: #FFF;
    z-index: 3;
    /* フェードインアニメーション */
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.8s ease forwards;
    animation-delay: 0.7s;
}
/* フェードインアニメーション定義 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* スマホ版では改行を表示 */
.mv-text p .sp-br {
    display: inline;
}
.under {
    width: 290px;
    padding: 5px;
    position: relative;
    left: 5%;
    bottom: 100px;
    background: #FFF;
    z-index: 1;
}

/* About us */
#about_us {
    margin-bottom: 60px;
    padding: 0 5%;
}
#about_us h2 {
    margin-bottom: 80px;
    font-size: 1.1875rem;
}
#about_us p {
    margin-bottom: 50px;
    font-weight: 600;
}

.about_us-wrapper {
    position: relative;
}

.about_us-img {
    position: relative;
    display: block;
}
.about_us-img img {
    width: 100%;
    margin-bottom: 80px;
    border-radius: 20px;
    border: 1px solid #E5E5E5;
}

/* ドット装飾（雲と雨のイラスト） */
.dot-decoration-top {
    position: absolute;
    top: -20px;
    left: 0;
    width: 50px;
    height: 75px;
    background-image: url("./image/dot-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.dot-decoration-bottom {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 50px;
    height: 75px;
    background-image: url("./image/dot-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.about_us-inner h3 {
    margin-bottom: 30px;
    padding: 20px;
    background-color:rgba(255,206,149,0.2);
    border-radius: 20px;
}
.about_us-btn {
    margin-bottom: 50px;
}
.squirrel-img {
    position: relative;
    text-align: right;
    margin-top: -15px;
}
.squirrel-img img {
    display: inline-block;
    width: 180px;
    animation: sway 4s ease-in-out infinite;
    transform-origin: center bottom;
}

/* 運営施設について */
#nursery {
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 0 5%;
}
/* ヘッダー部分 */
.nursery-header {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

/* 吹き出し */
.nursery-speech-wrapper {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.nursery-speech {
    display: inline-block;
    position: relative;
    padding: 15px 25px;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.nursery-speech::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #FFF;
}

.nursery-speech p {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.6;
}

/* 装飾イラスト */
.nursery-decorations {
    position: relative;
    width: 200px;
    height: 150px;
    margin: 0 auto 30px;
}

.nursery-tree {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    z-index: 1;
}

.nursery-tree img {
    width: 100%;
    display: block;
}

.nursery-owl {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    z-index: 2;
}

.nursery-owl img {
    width: 100%;
    display: block;
}

/* セクションタイトル */
.nursery-sec-ttl {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.nursery-sec-ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 39%;
    height: 10px;
    background-image: radial-gradient(circle, #D5BFAD 4px, transparent 4px);
    background-size: 18px 8px;
    background-position: center;
    background-repeat: repeat-x;
}

/* 運営施設について */
#nursery h2 {
    max-width: 407px;
    margin: auto;
    height: 70%;
    border-bottom: none;
}
#nursery h2 img {
    width: 100%;
}
.nursery-list {
    max-width: 1200px;
    margin: 0 auto;
}

.nursery-item {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 2px dashed #F28225;
}

.nursery-item:last-child {
    border-bottom: none;
}

li.nursery-img {
    margin-bottom: 20px;
}

li.nursery-img img {
    width: 100%;
    border-radius: 20px;
}

li.nursery-name {
    margin-bottom: 10px;
    font-size: 1.125rem;
    font-weight: 600;
}

li.nursery-address {
    margin-bottom: 5px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.6;
    min-height: 2.8em;
}

li.nursery-address span {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

li.nursery-address span img {
    width: 14px;
    height: auto;
}

li.nursery-tel {
    margin-bottom: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.nursery-btn-wrapper {
    text-align: left;
}

.nursery-btn {
    margin-left: 0;
    max-width: 200px;
}

/* 採用情報 */
#recruit {
    position: relative;
    margin: 0 auto;
    margin-bottom: 100px;
    padding: 0 5%;
}
.recruit-wrapper {
    position: relative;
    padding: 60px 8% 80px;
    background: linear-gradient(180deg, #A1D99B 0%, #89AD84 100%);
    border-radius: 20px;
    outline: 2px dashed #FFF;
    outline-offset: -18px;
}
.recruit-ttl {
    text-align: left;
    color: #FFFA77;
    margin-top: 0;
    margin-bottom: 40px;
}
.recruit-ttl span {
    color: #FFFA77;
}
#recruit p {
    margin-bottom: 40px;
    color: #FFF;
    font-size: 0.875rem;
    line-height: 1.9;
}
.recruit-btn {
    margin: 0 auto 50px;
}
.recruit-btn a {
    color: #7DB775;
    background: #FFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.recruit-btn a::before {
    background: #7DB775;
}
.recruit-btn a::after {
    border-top-color: #7DB775;
    border-right-color: #7DB775;
}
.recruit-btn a:hover {
    background: #F0F0F0;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* 採用情報 画像コンテナ */
.recruit-img-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.recruit-img-item {
    position: relative;
    flex: 1;
    min-width: 200px;
    max-width: 350px;
}

.recruit-img-item img {
    width: 100%;
    display: block;
}

.recruit-img-left .dot-decoration-top {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 80px;
    height: 80px;
    background-image: url("./image/dot-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.recruit-img-right .dot-decoration-bottom {
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 80px;
    height: 80px;
    background-image: url("./image/dot-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

/* 動物イラスト */
.recruit-animals {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.recruit-animals img {
    width: 100%;
    display: block;
}

/* footer
---------------------------------------- */
footer {
    margin-top: 180px;
}
.footer-contact {
    position: relative;
    padding: 30px 5% 130px;
    background: 
        linear-gradient(rgba(232, 234, 229, 0.75), rgba(232, 234, 229, 0.75)),
        url(./image/footer-bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
}
.footer-contact-inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

/* 鳥のイラスト */
.footer-bird {
    position: absolute;
    bottom: -100px;
    right: 5%;
    width: 150px;
    z-index: 1;
}

.footer-bird img {
    width: 100%;
    display: block;
}
.footer-contact-ttl {
    margin-bottom: 40px;
    font-size: 1.4375rem;
}
.footer-contact-ttl span {
    color: #F28200;
}
.footer-contact-inner > p {
    margin-bottom: 50px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
}
.footer-contact-content {
    display: flex;
    flex-direction: column;
    gap: 60px;
    align-items: center;
}
.footer-contact-left {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-tel {
    font-size: 2.5rem;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    line-height: 1;
}
.footer-tel:hover {
    color: #0F0E0D;
}
.footer-tel span {
    display: inline-block;
    margin-right: 8px;
    font-size: 1.25rem;
}
.footer-hours {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    color: #0F0E0D;
}
.footer-contact-right {
    width: 100%;
    max-width: 300px;
}

/* footer btn */
.footer-btn {
    max-width: 300px;
    margin: 0 auto;
}
.footer-btn a {
    position: relative;
    display: block;
    width: 100%;
    padding: 18px 60px 18px 60px;
    text-align: center;
    color: #FFF;
    background: #F7BF65;;
    border-radius: 50px;
    font-size: 0.937rem;
    font-weight: 500;
    transition: .3s;
}
.footer-btn a:hover {
    background: #F4AF42;
    color: #FFF;
}

/* 鳥のイラスト */
.footer-bird {
    position: absolute;
    bottom: -180px;
    right: 5%;
    width: 120px;
    z-index: 10;
}

.footer-bird img {
    width: 100%;
    display: block;
    animation: sway 4s ease-in-out infinite;
    transform-origin: center bottom;
}

.footer-address {
    position: relative;
    margin: 0 5%;
    margin-top: 80px;
    padding-top: 40px;
}

/* 動物パレードのイラスト */
.footer-parade {
    position: absolute;
    top: -802px;
    left: 0;
    width: 290px;
    z-index: 1;
}

.footer-parade img {
    width: 100%;
    display: block;
    animation: sway 4s ease-in-out infinite;
    transform-origin: center bottom;
}

.footer-address h1 {
    margin-bottom: 20px;
    font-size: 1.1875rem;
}

.footer-address h1 span {
    font-size: 0.812rem;
}

.footer-address address {
    margin-bottom: 40px;
    font-style: normal;
}

.footer-address address p {
    margin-bottom: 0;
    line-height: 1.6;
}

.footer-nav {
    margin-bottom: 50px;
}

.footer-nav li {
    margin-bottom: 20px;
    font-size: 0.875rem;
}

.footer-nav li a {
    position: relative;
    color: #0F0E0D;
    font-weight: 500;
}
.footer-nav li a:hover {
    color: #9B938A;
}
.footer-nav li a::after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    top: 35px;
    left: 0;
    transform: translateY(-50%);
    border: 1px dashed #FFBE3E;
}

.footer-nav li:last-child a::after {
    display: none;
}

.copyright {
    font-size: 0.625rem;
    text-align: center;
    padding: 20px 0;
    margin: 0;
}

/* -----------------------------
	SP向け 〜375px
-------------------------------- */
@media screen and (max-width: 375px){
    .works-content h3 {
        width: 90%;
        padding: 20px 0px 0px 20px;
    }    
}

/* -----------------------------
	タブレット向け 760px〜
-------------------------------- */
@media screen and (min-width: 760px){
    /* header
    ---------------------------------------- */
    .header-wrapper {
        width: 100%;
        max-width: 1520px;
        margin: auto;
        padding: 0 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 40px;
        padding-right: 0;
        margin-top: 40px;
        margin-bottom: 40px;
        height: 40px;
    }
    
    .custom-shape-divider-top-1765347966 {
        position: absolute;
    }
    .custom-shape-divider-bottom-1765348913 {
        bottom: -550px;
    }
    
    /* イラストのレスポンシブ調整 */
    .header-illust01 {
        right: calc(5% + ((100% - min(100%, 1520px)) / 2));
        width: 150px;
    }
    .header-illust02 {
        bottom: -590px;
        left: calc(5% + ((100% - min(100%, 1520px)) / 2));
        width: 180px;
    }
    
    /* h1とnavのフォントサイズ調整 */
    h1 {
        font-size: 1.125rem;
    }
    h1 span {
        font-size: 0.875rem;
    }
    
    .nav-pc ul li {
        font-size: 0.875rem;
    }

    /* main-visual */
    /* タブレット版では改行を非表示 */
    .mv-text p .sp-br {
        display: none;
    }
    .mv-text p {
        font-size: 2.5rem;
        bottom: 90px;
    }
    
    .upper  {
        width: 208px;
        padding: 5px;
        position: absolute;
        left: 5%;
        bottom: 270px;
        background: #FFF;
        z-index: 1;
    }
    .under {
        width: 500px;
        padding: 5px;
        position: relative;
        left: 5%;
        bottom: 250px;
        background: #FFF;
        z-index: 1;
    }

    /* contents
    ---------------------------------------- */
    .sec-wrapper {
        width: 100%;
        max-width: 1520px;
        margin: auto;
        padding: 0 5%;
    }
    #about_us h2 {
        font-size: 1.8125rem;
    }
    #about_us h2 span {
        margin-bottom: 0;
        font-size: 1.25rem;
    }
    
    /* About us */
    #about_us {
        margin-bottom: 70px;
    }
    .about_us-wrapper {
        display: flex;
        gap: 5%;
    }
    .about_us-img {
        flex: 1;
    }
    .about_us-img img {
        margin-bottom: 0;
    }
    .about_us-right {
        flex: 1;
    }
    .about_us-img .dot-decoration-top {
        width: 70px;
        height: 105px;
        top: -25px;
        left: -15px;
    }
    .about_us-img .dot-decoration-bottom {
        width: 70px;
        height: 105px;
        bottom: 190px;
        right: -15px;
    }
    .about_us-btn {
        margin-left: 0;
    }
    
    /* リスのイラスト配置 */
    .squirrel-img {
        text-align: right;
        margin-top: 0px;
    }
    .squirrel-img img {
        width: 220px;
    }

    /* 運営施設について */
    .nursery-speech-wrapper {
        margin-bottom: 30px;
    }
    
    .nursery-speech {
        max-width: 350px;
        padding: 20px 40px;
    }
    
    .nursery-speech p {
        font-size: 1rem;
    }
    
    .nursery-decorations {
        width: 250px;
        height: 180px;
    }
    
    .nursery-tree {
        width: 100px;
    }
    
    .nursery-owl {
        width: 120px;
    }
    
    .nursery-sec-ttl::after {
        max-width: 400px;
    }
    
    .nursery-list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 60px;
        /* row-gap: 50px; */
        position: relative;
    }
    
    .nursery-item {
        border-bottom: none;
        position: relative;
        display: flex;
        flex-direction: column;
    }
    
    .nursery-btn-wrapper {
        margin-top: auto;
    }
    
    /* 縦の破線を中央に配置 */
    .nursery-item:nth-child(odd)::before {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 2px;
        height: 100%;
        border-right: 2px dashed #F28225;
    }
    
    /* 最後の行の左側要素は縦線を非表示 */
    .nursery-item:nth-last-child(1):nth-child(odd)::before {
        display: none;
    }
    
    /* 各行の下に破線を追加 */
    .nursery-item:nth-child(1)::after {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 0;
        width: calc(200% + 40px);
        height: 0;
        border-bottom: 2px dashed #F28225;
    }
    
    .nursery-item:nth-child(3)::after {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 0;
        width: calc(200% + 40px);
        height: 0;
        border-bottom: 2px dashed #F28225;
    }
    
    /* 最後の行は線を表示しない */
    .nursery-item:nth-last-child(-n+2):nth-child(odd)::after {
        display: none;
    }

    /* 採用情報 */
    .recruit-wrapper {
        padding: 80px 10% 100px;
    }
    
    .recruit-img-wrapper {
        gap: 0;
    }
    
    .recruit-img-left .dot-decoration-top {
        width: 100px;
        height: 100px;
        top: -20px;
        left: -20px;
    }
    
    .recruit-img-right .dot-decoration-bottom {
        width: 100px;
        height: 100px;
        bottom: -20px;
        right: -20px;
    }
    
    .recruit-animals {
        max-width: 500px;
    }

    /* Footer お問い合わせ */
    .footer-contact-ttl {
        margin-top: 80px!important;
        margin-bottom: 50px!important;
    } 
    .footer-contact-inner > p {
        font-size: 1rem;
    } 
    
    .footer-contact-content {
        flex-direction: row;
        justify-content: space-around;
        gap: 60px;
    }
    
    .footer-tel {
        font-size: 2.25rem;
    }
    .footer-tel span {
        font-size: 1.875rem;
    }
    .footer-hours {
        font-size: 1rem;
    }
    .footer-contact-left {
        align-items:first baseline;
    }
    .footer-btn a {
        padding: 18px 40px 18px 40px;
        font-size: 1.125rem;
    }
    
    .footer-bird {
        width: 120px;
        bottom: -180px;
    }
    
    .footer-parade {
        width: 300px;
        top: -700px;
        left: 5%;
    }

    /* main-visual */
    .mv img {
        height: 700px;
    }
    .mv-text p {
        font-size: 2.5rem;
    }

    /* company-feature */
    #company-feature {
        background: url(./image/company-feature-bg-pc.jpg) center center no-repeat;
        background-size: cover;
    }
    .company-feature-wrapper {
        max-width: 1520px;
        margin: auto;
        padding: 100px 5%;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row-reverse;
    }
    .company-feature-inner  {
        padding-top: 0;
    }
    .company-feature-img {
        width: 60%;
        margin: 0;
    }
    .company-feature-inner {
        margin: 0;
    }
    .company-feature-right {
        margin-left: 10%;
    }
    .company-feature-btn {
        margin-left: 0;
    }

    /* business */
    #business:before {
        top: 27%;
        height: 69.3%;
    }    
    .business-container {
        display: flex;
        flex-wrap: wrap;
        gap: 4%;
    }
    .business-content {
        width: 48%;
    }
    .business-content {
        margin-bottom: 30px;
    }
    .business-content:nth-child(n+3) {
        margin-bottom: 90px;
    }

    /* works */
    .works-container {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
    }
    .works-content {
        max-width: 565px;
        width: 32%;
        padding-top: 25%;
    }
    .works-content h3 {
        transform: translateY(10px);
        right: 0px;
        width: 100%;
        padding: 0px 0px 0px 15px;
        font-size: 0.812rem;
    }
    .works-content-btn {
        bottom: -120px;
    }
    /* .works-content h3 {
    transform: translateY(-20px);
    right: -1px;
    width: 93%;
    padding: 15px 15px 25px 15px;
    font-size: 0.875rem;
    } */

    /* footer */
    .footer-address {
        max-width: 1520px;
        margin: auto;
        padding: 0 5%;
        margin-top: 100px;
        display: flex;
        justify-content: space-between;
    }
    
    .footer-address-wrapper {
    }
    .footer-nav {
        display: flex;
        justify-content: right;
    }
    .footer-nav li a:after {
        display: none;
    }
    .footer-nav li:first-child {
        margin-left: 0;
    }
    .footer-nav li {
        margin-bottom: 0;
        position: relative;
        padding-right: 30px;
    }
    /* 右端に破線を追加 */
    .footer-nav li:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 1.2em;
        border-right: 2px dashed #FFBE3E;
    }
}

/* -----------------------------
	PC向け 760px〜860px
-------------------------------- */
@media screen and (min-width: 760px) and (max-width: 860px){
    /* works */
    .works-content-btn {
        bottom: -120px;
    }
}

/* -----------------------------
	PC向け 910px〜
-------------------------------- */
@media screen and (min-width: 910px) {
    .about_us-img .dot-decoration-bottom {
        bottom: 100px;
    }
}

/* -----------------------------
	PC向け 961px〜
-------------------------------- */
@media screen and (min-width: 961px){
    /* common
    ---------------------------------------- */
    .sec-ttl {
        margin-bottom: 75px;
    }    
    /* btn */
    .btn {
        max-width: 280px;
        width: 280px;
    }
    .btn a {
        font-size: 1.125rem;
        padding: 10px 45px 10px 20px;
        white-space: nowrap;
    }
    /* 矢印の位置調整 */
    .btn a::before {
        right: 20px;
    }
    .btn a::after {
        right: 19px;
    }
    .btn a:hover::before {
        right: 16px;
    }
    .btn a:hover::after {
        right: 15px;
    }
    
    /* sec-ttl */
    .sec-ttl {
        margin-top: 150px;
        font-size: 2rem;
    }
    .sec-ttl span {
        font-size: 1.3125rem;
    }

    /* header */    
    header {
        height: 99px;
    }

    .mv-text p {
        font-size: 3rem!important;
    }
    
    /* h1のフォントサイズ */
    h1 {
        font-size: 1.375rem;
    }
    h1 span {
        font-size: 1rem;
    }
    
    /* navのフォントサイズとスペーシング調整 */
    .nav-pc ul li {
        margin-right: 60px;
        font-size: 0.875rem;
    }
    .nav-pc ul li a {
        margin-right: 0;
        font-weight: 500;
    }
    .header-sp {
        display: none;
    }

    /* PC nav */
    .nav-pc {
        display: block;
    }
    .nav-pc ul {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
    }
    .nav-pc ul li {
        margin-right: 10px;
        white-space: nowrap;
        position: relative;
        padding-right: 20px;
    }
    /* テキストリンクの右端に破線を追加（ボタンリンク以外） */
    .nav-pc > ul > li:nth-child(1)::after,
    .nav-pc > ul > li:nth-child(3)::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 1em;
        border-right: 2px dashed #FFBE3E;
    }
    /* ドロップダウン（2番目）の縦線は::beforeを使用 */
    .nav-pc > ul > li.dropdown::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1px;
        height: 1em;
        border-right: 2px dashed #FFBE3E;
        z-index: 10;
    }
    /* ドロップダウンメニュー内のliには縦線を表示しない */
    .dropdown-menu li::after,
    .dropdown-menu li::before {
        display: none !important;
    }
    .nav-pc ul li.nav-sp-btn {
        margin-right: 20px;
        padding-right: 0;
    }
    .header-contact-btn {
        margin-right: 0;
    }
    .nav-sp-btn a {
        padding: 10px 20px;
    }

    .upper  {
        font-size: 1.125rem;
        width: 257px;
    }
    .under {
        font-size: 1.125rem;
        width: 620px;
    }
    .custom-shape-divider-top-1765347966 {
        position: absolute;
        top: 85px;
    }
    .custom-shape-divider-bottom-1765348913 {
        bottom: -700px;
    }
    
    /* イラストのPC版調整 */
    .header-illust01 {
        top: 85px;
        width: 180px;
    }
    .header-illust02 {
        width: 200px;
        bottom: -740px;
        left: calc(5% + ((100% - min(100%, 1520px)) / 2));
    }

    /* contents
    ---------------------------------------- */
    #about_us {
        margin-bottom: 180px;
    }
    .about_us-inner h3 {
        font-size: 1.5rem;
    }
    #about_us p {
        font-size: 1.125rem;
    }

    /* About us - リスのイラスト */
    #about_us {
        position: relative;
    }
    
    /* ドット装飾のPC版調整 */
    .about_us-img .dot-decoration-top {
        width: 80px;
        height: 120px;
        top: -30px;
        left: -20px;
    }
    .about_us-img .dot-decoration-bottom {
        width: 80px;
        height: 120px;
        bottom: 0;
        right: -20px;
    }
    
    .squirrel-img {
        position: absolute;
        right: 5%;
        bottom: -90px;
        text-align: right;
        margin-top: 0;
    }
    .squirrel-img img {
        width: 280px;
    }
    
    /* 運営施設について - 吹き出しとフクロウ */

    #nursery {
        position: relative;
    }
    
    .nursery-header {
        position: relative;
        margin-bottom: 60px;
    }
    
    .nursery-speech-wrapper {
        position: absolute;
        top: -150px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
    }
    
    .nursery-speech {
        padding: 25px 50px;
    }
    
    .nursery-speech p {
        font-size: 1.125rem;
    }
    
    .nursery-decorations {
        position: absolute;
        width: 300px;
        height: 220px;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    
    .nursery-tree {
        width: 120px;
    }
    
    .nursery-owl {
        width: 150px;
    }
    
    /* 運営施設リスト - 3カラムレイアウト */
    .nursery-list {
        max-width: 1520px;
        margin: auto;
        padding: 0 5%;
        grid-template-columns: repeat(3, 1fr);
    }
    
    /* 縦の破線を中央に配置（3カラム用） */
    .nursery-item::before {
        display: none;
    }
    
    .nursery-item:not(:nth-child(3n))::before {
        content: "";
        position: absolute;
        top: 0;
        right: -30px;
        width: 2px;
        height: 94%;
        border-right: 2px dashed #F28225;
        display: block;
    }
    
    /* 横の破線を追加（3カラム用） */
    .nursery-item::after {
        display: none;
    }
    
    .nursery-item:nth-child(1)::after,
    .nursery-item:nth-child(2)::after {
        content: "";
        position: absolute;
        bottom: -50px;
        left: 0;
        width: calc(300% + 80px);
        height: 0;
        border-bottom: 2px dashed #F28225;
        display: block;
    }
    
    .nursery-item:nth-child(2)::after {
        display: none;
    }
    
    /* 運営施設タイトルのドット調整 */
    .nursery-sec-ttl::after {
        height: 8px;
        background-image: radial-gradient(circle, #D5BFAD 3px, transparent 3px);
        background-size: 20px 8px;
    }
    
    /* 採用情報 - 横並びレイアウト */
    .recruit-wrapper {
        display: flex;
        gap: 50px;
        align-items: center;
        padding: 60px 80px;
    }
    
    .recruit-wrapper > div:first-child {
        flex: 0 0 43%;
        padding-top: 20px;
    }
    
    .recruit-ttl {
        margin-bottom: 30px;
    }
    
    #recruit p {
        font-size: 1rem;
        margin-bottom: 30px;
    }
    
    .recruit-img-wrapper {
        flex: 1;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0;
        margin-bottom: 0;
        align-items: stretch;
    }
    
    .recruit-img-item {
        max-width: 100%;
        flex: 1;
    }
    
    .recruit-img-left {
        flex: 0 0 55%;
    }
    
    .recruit-img-right {
        flex: 0 0 55%;
    }
    
    .recruit-btn {
        margin: 0 0 0 0;
    }
    
    /* company-feature */
    #company-feature h2 {
        font-size: 1.875rem;
    }
    #company-feature p {
        font-size: 1rem;
    }
    #company-feature h2 {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .company-feature-img {
        width: 44%;
    }

    /* business */
    #business:before {
        top: 47%;
        height: 46.3%;
    }
    .business-container {
        max-width: 1520px;
        margin: auto;
        padding: 0 5%;
        gap: 2%;
    }
    .business-content {
        width: 23.5%;
    }
    .business-content:nth-child(-n+2) {
        margin-bottom: 90px;
    }
    .business-content h3 {
        font-size: 0.875rem;
    }

    /* works */
    .works-content h3 {
        transform: translateY(-51px);
        right: -1px;
        width: 79%;
        padding: 30px 15px 0px 28px;
        /* padding: 30px 30px 25px 28px; */
        font-size: 1rem;
    }

    /* 採用情報 */
    #recruit {
        max-width: 1520px;
        margin: auto;
        padding: 0 5%;
    }
    .recruit-wrapper {
        display: flex;
    }
    .recruit-img-wrapper {
        display: flex;
    }
    .recruit-ttl {
        margin-top: 0;
    }


    /* footer */
    footer {
        margin-top: 200px;
    }
    
    .footer-bird {
        width: 130px;
        bottom: -180px;
        right: -5%;
    }
    
    .footer-parade {
        width: 450px;
        left: 5%;
    }
    .footer-parade {
        top: -770px;
    }
    
    .footer-address h1 {
        font-size: 2rem;
    }
    .footer-address h1 span {
        font-size: 0.875rem;
    }
    .footer-address {
        max-width: 1520px;
        margin: 100px auto 0;
        padding: 0 5%;
    }
    .footer-contact-right address img {
        width: 285px;
    }
    .footer-contact-inner h3 {
        padding-right: 12%; 
        font-size: 2rem;
        line-height: 1.7;
    }
    .footer-address-wrapper p ,
    .footer-nav li a {
        font-size: 1rem;
    }
    .footer-nav li:first-child {
        margin-left: 0;
    }
    .footer-nav li {
        margin-bottom: 0;
        padding-left: 30px;
    }
    .footer-nav li:last-child {
        padding-right: 0;
    }
}

/* -----------------------------
	PC向け 961px〜1116px
-------------------------------- */
@media screen and (min-width: 961px) and (max-width: 1116px){
    /* footer */
    .footer-contact-inner h3 {
        padding-right: 6%;
    }
}

/* -----------------------------
	PC向け 1127px〜
-------------------------------- */
@media screen and (min-width: 1127px){
    /* 採用情報 - パディング調整 */
    .recruit-wrapper {
        padding: 50px 100px;
    }
}

/* -----------------------------
	PC向け 996px〜
-------------------------------- */
@media screen and (min-width: 996px){
    /* navのスペーシングを広げる */
    .nav-pc ul li {
        margin-right: 15px;
        font-size: 1rem;
    }
    
    .nav-sp-btn a {
        padding: 10px 30px;
    }
}

/* -----------------------------
	PC向け 1160px〜
-------------------------------- */
@media screen and (min-width: 1160px){
    /* h1とnavのフォントサイズ大画面用 */
    h1 {
        font-size: 1.5rem;
    }
    h1 span {
        font-size: 1.125rem;
    }
    
    .nav-pc ul li {
        margin-right: 20px;
        font-size: 1.0625rem;
    }
    
    .nav-sp-btn a {
        padding: 10px 40px;
    }
    
    /* About us - リスのイラストをさらに大きく */
    .squirrel-img img {
        width: 320px;
    }
    
    /* 運営施設について - 吹き出しとフクロウをさらに調整 */
    .nursery-speech-wrapper {
        top: -180px;
    }
    
    .nursery-decorations {
        width: 350px;
        height: 250px;
        top: -80px;
    }
    
    .nursery-tree {
        width: 140px;
    }
    
    .nursery-owl {
        width: 170px;
    }
    
    /* 運営施設タイトルのドット調整 - 大画面 */
    .nursery-sec-ttl::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 39%;
        height: 10px;
        background-image: radial-gradient(circle, #D5BFAD 4px, transparent 4px);
        background-size: 18px 8px;
        background-position: center;
        background-repeat: repeat-x;
    }
    
    /* business */
    .business-content h3 {
        font-size: 1rem;
    }
}
/* -----------------------------
	PC向け 1184px〜
-------------------------------- */
@media screen and (min-width: 1184px){
    /* works */
    .works-content-btn {
        bottom: -90px;
    }
}
/* MV Slider レスポンシブ */
@media screen and (min-width: 760px){
    .mv-slide img {
        height: 550px;
    }
    .mv-text p {
        font-size: 2.5rem;
        bottom: 100px;
    }
}

@media screen and (min-width: 961px){
    .mv-slide img {
        height: 700px;
    }
    .mv-text p {
        font-size: 3rem;
        bottom: 120px;
    }
}
/* ========================================
   ドロップダウンメニュー
======================================== */

/* PCナビゲーション - ドロップダウン */
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 220px;
    background: #FDFAED;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 10px 0;
    pointer-events: auto;
}

.dropdown-menu ul {
    display: block !important;
    flex-direction: column !important;
    padding: 0;
    margin: 0;
}

/* ホバー領域を拡大するための透明な橋渡し */
.dropdown::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 15px;
    background: transparent;
    z-index: 999;
    pointer-events: auto;
}

.dropdown-menu li {
    margin: 0 !important;
    display: block !important;
    width: 100%;
    padding-right: 0 !important;
}

.dropdown-menu li a {
    display: block;
    padding: 12px 20px;
    color: #0F0E0D;
    font-weight: 500;
    font-size: 0.875rem;
    transition: background 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.dropdown-menu li a:hover {
    background: #FEF1DB;
    color: #F28225;
}

/* JavaScriptで制御するためCSSのホバー設定は削除 */

/* SPナビゲーション - ドロップダウン */
.dropdown-sp {
    position: relative;
}

.dropdown-sp-parent {
    position: relative;
    display: block;
    cursor: pointer;
}

.dropdown-sp-parent::after {
    content: "▼";
    position: absolute;
    right: 20px;
    font-size: 0.75rem;
    color: #F28225;
    transition: transform 0.3s ease;
}

.dropdown-sp.active .dropdown-sp-parent::after {
    transform: rotate(180deg);
}

.dropdown-sp-menu {
    display: none;
    background: #FEF1DB;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
    border-radius: 5px;
}

.dropdown-sp-menu li {
    margin: 0;
}

.dropdown-sp-menu li a {
    display: block;
    padding: 12px 30px;
    color: #0F0E0D;
    font-weight: 400;
    font-size: 0.875rem;
}

.dropdown-sp-menu li a:hover {
    color: #F28225;
}

/* フッター - ドロップダウン */
.footer-dropdown {
    position: relative;
}

.footer-dropdown-menu {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 0;
    min-width: 200px;
    background: #FDFAED;
    border-radius: 10px;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    padding: 10px 0;
    list-style: none;
    pointer-events: auto;
}

/* ホバー領域を拡大するための透明な橋渡し */
.footer-dropdown::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 15px;
    background: transparent;
    z-index: 999;
    pointer-events: auto;
}

.footer-dropdown-menu li {
    margin: 0;
    display: block;
    width: 100%;
}

.footer-dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    color: #0F0E0D;
    font-weight: 400;
    font-size: 0.875rem;
    transition: background 0.3s ease, color 0.3s ease;
    white-space: nowrap;
}

.footer-dropdown-menu li a:hover {
    background: #FEF1DB;
    color: #F28225;
}

/* JavaScriptで制御するためCSSのホバー設定は削除 */