@charset "utf-8";

.slick-slide {
    width: 100%;
    height: calc(100vh - 240px);
    min-height: 400px !important;
}

#slide img {
    width: 100%;
    height: calc(100vh - 240px);
    min-height: 400px !important;
    object-fit: cover;
}

#slidde {
    width: 100%;
    height: calc(100vh - 240px);
    margin-inline: auto;
    overflow: hidden;
}

@keyframes zoomUp {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.15);
        /* 拡大率 */
    }
}

.add-animation {
    animation: zoomUp 20s linear 0s normal both;
}

.add-animation.stop {
    animation: none;
}

#playButton {
    position: absolute;
    bottom: 16px;
    right: 10px;
}

#playButton button {
    padding: 3px 5px;
    background: #EEE;
    color: #333;
    border: 1px solid #CCC;
    border-radius: 3px;
    font-size: 0.75rem;
    cursor: pointer;
}

#playButton button.active {
    background: #333;
    color: #FFF;
}


#mainPhoto {
    position: relative;
    margin-bottom: 25px;
}

#toMiryoku {
    position: absolute;
    bottom: 100px;
    right: 300px;
    filter: drop-shadow(2px 2px 4px #0003);
}

#toTetsuzuki {
    position: absolute;
    top: 8%;
    right: 45px;
    width: 315px;
    height: 315px;
}

#toFurusato {
    position: absolute;
    bottom: 50px;
    right: 190px;
    filter: drop-shadow(2px 2px 4px #0003);
}

#newsList {
    position: absolute;
    bottom: 60px;
    left: 190px;
}

#newsList a {
    display: block;
    color: #333;
    background: url(images/iconNewsList.png) no-repeat left 15px center #FFF;
    background-size: 34px 26px;
    text-decoration: none;
    padding: 15px 20px 15px 60px;
    border-radius: 8px;
    filter: drop-shadow(2px 2px 4px #0003);
    transition: all 0.5s;
    border: 3px solid #ffaff6;
    font-weight: bold;
    font-size: 1.5rem;
}

#newsList a:hover {
    background: url(images/iconNewsList.png) no-repeat left 15px center #feffe9;
    background-size: 34px 26px;
    opacity: 0.8;
}

/* #toRecruit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -150%);
}

#toRecruit a {
    display: block;
    text-decoration: none;
    color: #333;
    background: #FFF;
    padding: 10px 20px 10px 30px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    filter: drop-shadow(2px 2px 4px #0003);
    border: 4px solid #E5FFE4;
    border-radius: 8px;
    position: relative;
    overflow: initial;
}

#toRecruit a::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(images/iconRecruit.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    left: -45px;
    z-index: 100;
    filter: drop-shadow(2px 2px 4px #0003);
} */

#recruitInfo {
    margin: 0 0 20px 20px;
}

#recruitInfo a {
    display: block;
    text-decoration: none;
    color: #333;
    background: #FFF;
    padding: 10px 20px 10px 30px;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    filter: drop-shadow(2px 2px 4px #0003);
    border: 4px solid #12D509;
    border-radius: 8px;
    position: relative;
    overflow: initial;
}

#recruitInfo a::before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(images/iconRecruit.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: calc(50% - 30px);
    left: -25px;
    z-index: 100;
    filter: drop-shadow(2px 2px 4px #0003);
}

#recruitInfo a:hover {
    background: #f8fff2;
}


#emergency {
    width: 470px;
    border: 2px solid #CD1E34;
    background: #FFD1D1;
    padding: 17px 20px 5px;
    position: absolute;
    top: 100px;
    left: calc(50% - 235px);
}

#emergency h2 {
    font-size: 1.125rem;
    color: #CD1E34;
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 20px;
    position: relative;
}

#emergency h2::before {
    content: url(images/iconAlert.svg);
    position: absolute;
    top: calc(50% - 15px);
    left: -30px;
}

#emergency p {
    background: #FFF;
    text-align: left;
    padding: 15px 15px 15px 40px;
    border-radius: 4px;
    line-height: 1.5;
    position: relative;
}

#emergency p::before {
    content: '';
    width: 14px;
    height: 14px;
    display: block;
    background: #FFD1D1;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    left: 15px;
}

#emergency ul {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 0;
}

#emergency ul li {
    font-size: 0.875rem;
    margin-right: 25px;
    margin-bottom: 15px;
}

#emergency ul li a {
    display: block;
    padding: 10px 0 10px 40px;
}

#iconBosai a {
    background: url(images/iconBosai.svg) no-repeat left center;
}

#iconUryo a {
    background: url(images/iconUryo.svg) no-repeat left center;
}

#iconJoho a {
    background: url(images/iconJoho.svg) no-repeat left center;
}

#iconSuii a {
    background: url(images/iconSuii.svg) no-repeat left center;
}

#infoArea {
    background: #F5F5F5;
    text-align: left;
    margin-bottom: 100px;
}

.w1100 {
    width: 1100px;
    margin: auto;
}

#infoArea .w1100 {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
}

.infoL {
    width: 100%;
    max-width: 700px;
    padding-right: 20px;
}

.infoR {
    width: 380px;
}

#infoKoho {
    display: flex;
    margin-bottom: 6px;
}

#infoKoho h2 {
    font-size: 0.875rem;
    background: #D10002;
    color: #FFF;
    padding: 10px;
    width: 215px;
    text-align: center;
}

#infoKoho p {
    border: 1px solid #D10002;
    background: #FFF;
    font-size: 0.875rem;
    padding: 10px 20px;
    flex: 1;
}

#infoMail {
    display: flex;
}

#infoMail h2 {
    font-size: 0.875rem;
    background: #2F528F;
    color: #FFF;
    padding: 10px;
    width: 215px;
    text-align: center;
}

#infoMail>div {
    border: 1px solid #2F528F;
    background: #FFF;
    font-size: 0.875rem;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#infoMail p {
    padding: 10px 20px;
}

#infoMail .kochira {
    padding: 0 20px 0;
}

#infoMail .kochira a {
    display: inline-block;
    background: #2F528F;
    color: #FFF;
    text-decoration: none;
    padding: 5px 25px 5px 20px;
    border-radius: 16px;
    position: relative;
}

#infoMail .kochira a::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 8px;
}

#infoMail .kochira a:hover {
    background: #476cab;
}

.infoR.white {
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 15px;
}

#searchInput {
    width: 100%;
}

#searchButton {
    width: 72px;
    height: 42px;
    background: #a5598a;
    border-radius: 0 10px 10px 0;
}

#tmp_query {
    height: 42px;
    width: 100%;
    padding: 0 10px;
    border: 1px solid #a5598a;
    border-radius: 10px 0 0 10px;
}

#tmp_query:focus {
    background: none !important;
}

#homeSearchBox {
    display: flex;
}

#information h2 {
    border-bottom: 3px solid #FFC9EE;
}

#information h2 span {
    display: inline-block;
    background: #FFC9EE;
    color: #565147;
    font-size: 1rem;
    padding: 6px 25px;
}

.infoContents {
    background: #FFF;
    padding: 30px;
    position: relative;
}

.infoContents ul li {
    padding: 10px 0 10px 20px;
    border-bottom: 1px solid #CCC;
    line-height: 1.5;
    position: relative;
    color: #999;
}

.infoContents ul li a {
    text-decoration: none;
}

.infoContents ul li::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #B2007A;
    border-radius: 50%;
    position: absolute;
    top: 1.25em;
    left: 0;
}

.infoContents ul li img {
    vertical-align: baseline;
}

.infoContents p {
    position: absolute;
    top: -29px;
    right: 0;
    font-size: 0.875rem;
}

.infoContents p a {
    color: #FFF;
    background: #565147;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding:4px 20px 4px 10px;
    border-radius: 10px;
}

.infoContents p a::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 8px;
}

#information .infoR p {
    margin-bottom: 6px;
    background: #FFF;
    padding: 10px 20px;
    line-height: 1.6;
    color: #999;
}

#information .infoR p.banner {
    padding: 0;
    margin-top: 20px;
}

#information .infoR p img {
    vertical-align: baseline;
}

#yokuArea h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 10px;
}

.engTitle {
    color: #B2007A;
    font-size: 1rem;
}

#yokumi {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 110px;
    padding: 30px;
    background: #F5F5F5;
    border: 1px solid #565147;
    border-radius: 8px;
}

#yokuButton {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#yokuButton li {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    filter: drop-shadow(1px 1px 2px #0003);
    overflow: hidden;
}

#yokuButton li a {
    display: block;
    width: 100%;
    padding: 85px 10px 17px;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    transition: 0.5s ease;
}

#yokuButton li a:hover {
    transform: scale(1.05);
    opacity: 0.9;
    color: #B2007A;
}

#yokuSodan a {
    background: url(images/yokuSodan.svg) no-repeat center top 15px #FFF;
}

#yokuJumin a {
    background: url(images/yokuJumin.svg) no-repeat center top 15px #FFF;
}

#yokuHoken a {
    background: url(images/yokuHoken.svg) no-repeat center top 15px #FFF;
}

#yokuZeikin a {
    background: url(images/yokuZeikin.svg) no-repeat center top 15px #FFF;
}

#yokuGomi a {
    background: url(images/yokuGomi.svg) no-repeat center top 15px #FFF;
}

#yokuSuido a {
    background: url(images/yokuSuido.svg) no-repeat center top 15px #FFF;
}

#yokuDown a {
    background: url(images/yokuDown.svg) no-repeat center top 15px #FFF;
}

#yokuShisetsu a {
    background: url(images/yokuShisetsu.svg) no-repeat center top 15px #FFF;
}

#yokuArea h3 {
    border-bottom: 4px solid #E5E5E5;
    height: 20px;
    margin: 40px auto 30px;
    position: relative;
}

#yokuArea h3 span {
    display: inline-block;
    background: #565147;
    color: #FFF;
    width: 140px;
    font-size: 1rem;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 0;
    left: calc(50% - 70px);
}

#lifeStage {
    display: flex;
    justify-content: space-between;
}

#lifeStage li {
    width: calc(100%/6 - 10px);
}

#lifeStage li a {
    background: #FFF;
    display: block;
    padding: 17px;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    filter: drop-shadow(1px 1px 2px #0003);
    transition: 0.5s ease;
    position: relative;
}

#lifeStage li a:hover {
    opacity: 0.9;
    color: #B2007A;
}

#lifeStage li a:after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #B2007A;
    border-right: 2px solid #B2007A;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
}

#oshirase {
    background: url(images/oshiraseBack.jpg);
    background-size: cover;
    padding: 25px 0 120px;
}

#oshirase h2 {
    margin: 25px auto 85px;
    color: #FFF;
    font-size: 1.375rem;
}

#oshirase .w1100 {
    display: flex;
    justify-content: space-between;
}

#kohoCover {
    position: relative;
}

#kohoCover ul {
    display: flex;
    justify-content: space-between;
}

#kohoCover ul li {
    width: 165px;
    margin-right: 35px;
    filter: drop-shadow(2px 2px 10px #0003);

}

#kohoCover ul li:first-child {
    width: 210px;
}

#kohoCover #backNumber {
    position: absolute;
    bottom: 0;
    right: 35px;
    background: #FFF;
    width: 365px;
    padding: 8px;
}

#kohoCover #backNumber a {
    color: #333;
    display: block;
    text-decoration: none;
    position: relative;
}

#kohoCover #backNumber a::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #B2007A;
    border-right: 2px solid #B2007A;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
}

#oshiraseR {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#snsIcon {
    display: flex;
    margin-bottom: 25px;
}

#snsIcon li {
    width: 100%;
    max-width: 100%;
    margin-right: 12px;
    filter: drop-shadow(2px 2px 10px #0003);
}

#snsIcon li:last-child {
    margin-right: 0;
}

#jinkoArea {
    background: #FFF;
    flex: 1;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    padding: 15px 20px;
    filter: drop-shadow(2px 2px 10px #0003);
}

#jinkoArea h3 {
    border-bottom: 4px solid #E5E5E5;
    height: 20px;
    margin: 0 auto 20px;
    position: relative;
}

#jinkoArea h3 span {
    display: inline-block;
    background: #565147;
    color: #FFF;
    width: 140px;
    font-size: 1rem;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
    position: absolute;
    top: 0;
    left: calc(50% - 70px);
}

.jinkoFlex {
    display: flex;
    justify-content: space-around;
    padding: 16px 0 12px;
}

.jinkoFlex p strong {
    font-size: 2rem;
    margin-right: 10px;
}

#jinkoShosai a {
    display: block;
    background: #E5E5E5;
    padding: 5px;
}

#buttons5 {
    background: url(images/linkBack.png) no-repeat center center;
    background-size: 100% 350px;
    padding: 130px 0 140px;
}

#buttons5 ul {
    display: flex;
    justify-content: space-between;
}

#buttons5 ul li {
    width: calc(20% - 10px);
    border: 1px solid #C7C7C7;
}

#buttons5 ul li a {
    display: block;
    padding: 135px 0 0;
    color: #333;
    text-decoration: none;
    overflow: hidden;
}

#buttons5 ul li a span {
    display: block;
    padding: 18px 10px;
    background: #F5F5F5;
}

#buttons5 ul li:hover {
    background-size: 105% auto;
}

#linkChocho {
    background: url(images/linkChocho.jpg) no-repeat center top;
    background-size: 100% auto;
    transition: 1s ease;
}

#linkNyusatsu {
    background: url(images/linkNyusatsu.jpg) no-repeat center top;
    background-size: 100% auto;
    transition: 1s ease;
}

#linkMachi {
    background: url(images/linkMachi.jpg) no-repeat center top;
    background-size: 100% auto;
    transition: 1s ease;
}

#linkGikai {
    background: url(images/linkGikai.jpg) no-repeat center top;
    background-size: 100% auto;
    transition: 1s ease;
}

#linkOtoiawase {
    background: url(images/linkOtoiawase.jpg) no-repeat center top;
    background-size: 100% auto;
    transition: 1s ease;
}

#linkArea .w1100 {
    background: #F5F5F5;
    padding: 35px 25px;
    margin-bottom: 110px;
}

#linkArea h2 {
    color: #333;
    font-size: 2rem;
    margin-bottom: 10px;
}

#linkArea ul {
    margin: 38px 0 0;
    display: flex;
    flex-wrap: wrap;
}

#linkArea ul li {
    width: calc(25% - 8px);
    margin-right: 10px;
    margin-bottom: 10px;
}

#linkArea ul li:nth-child(4n) {
    margin-right: 0;
}

#movieArea {
    padding-bottom: 180px;
}

#movieArea h2 {
    color: #333;
    font-size: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

#movies4 {
    display: flex;
    justify-content: center;
    margin: 30px 0 40px;
    flex-wrap: wrap;
    gap: 20px 15px;
}

#movies4>div {
    width: calc((100% - 45px) / 4);
}

#movies4 .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
}

#movies4 .youtube iframe {
    width: 100%;
    height: 100%;
}

#toYouTube a {
    display: inline-block;
    background: #FFC9EE;
    color: #B2007A;
    font-size: 1rem;
    padding: 8px 30px 10px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
    position: relative;
}

#toYouTube a::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #B2007A;
    border-right: 2px solid #B2007A;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
}


#newsList.flex {
    display: flex;
    gap: 0 10px;
    left: 120px;
}

#newsList.flex a.kaicho {
    background: #FFF;
    padding: 15px 10px 15px;
}


@media screen and (max-width:599px) {
    #mainPhoto * {
        max-width: initial;
    }

    .slick-arrow {
        display: none !important;
    }

    #emergency {
        width: 320px;
        top: 40px;
        left: calc(50% - 160px);
    }

    #emergency ul li {
        margin-bottom: 10px;
    }

    .slick-slide {
        height: calc(100vh - 140px);
    }

    #slide img {
        height: calc(100vh - 140px);
    }

    #slidde {
        height: calc(100vh - 140px);
    }

    #mainPhoto {
        margin-bottom: 0;
    }

    #toMiryoku {
        right: 120px;
    }

    #toFurusato {
        right: 20px;
    }

    #toTetsuzuki {
        width: 200px;
        height: 200px;
        right: 20px;
    }

    #toTetsuzuki img {
        max-width: 100%;
        height: auto;
    }

    #newsList {
        left: 20px;
        bottom: 20px;
    }

    #infoArea .w1100 {
        display: block;
        padding: 10px 15px;
    }

    .infoL {
        padding-right: 0;
    }

    #infoKoho,
    #infoMail {
        display: block;
        margin-bottom: 20px;
    }

    #infoKoho h2,
    #infoMail h2 {
        width: 100%;
    }

    #infoMail>div {
        display: block;
    }

    #infoMail .kochira {
        padding: 0 10px 10px;
        text-align: right;
    }

    .infoContents p {
        right: 10px;
    }

    .infoContents {
        margin-bottom: 40px;
    }

    #yokuArea {
        padding: 0 15px;
    }

    #yokuArea h2 {
        font-size: 1.5rem;
    }

    #yokumi {
        padding: 30px 10px;
    }

    #yokuButton li {
        width: calc(50% - 10px);
    }

    #yokuButton li a {
        font-size: 0.875rem;
    }

    #lifeStage {
        flex-wrap: wrap;
    }

    #lifeStage li {
        width: calc(50% - 5px);
        margin-bottom: 10px;
    }

    #oshirase {
        padding: 25px 0 50px;
    }

    #oshirase .w1100 {
        display: block;
        padding: 0 15px;
        justify-content: center;
    }

    #kohoCover ul li {
        margin: 0 10px 20px;
    }

    #kohoCover ul li:last-child {
        display: none;
    }

    #kohoCover #backNumber {
        position: initial;
        width: calc(100% - 20px);
        margin: 0 10px 20px;
    }

    #snsIcon {
        margin: 0 10px 20px;
    }

    #buttons5 {
        padding: 80px 15px;
    }

    #buttons5 ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #buttons5 ul li {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    #buttons5 ul li a {
        padding: 100px 0 0;
    }

    #linkArea .w1100 {
        padding: 35px 15px;
    }

    #linkArea h2 {
        font-size: 1.5rem;
    }

    #linkArea ul {
        justify-content: space-around;
    }

    #linkArea ul li {
        width: calc(50% - 10px);
        margin-right: 0;
    }

    #movieArea h2 {
        font-size: 1.5rem;
    }

    #movies4 {
        display: block;
        padding: 0 15px;
    }

    #movies4>div {
        width: 100%;
        margin-bottom: 15px;
    }

    #newsList.flex {
        bottom: 20px;
        left: 20px;
    }

    #newsList.flex a.kaicho {
        position: absolute;
        top: -260px;
        left: 10%;
        font-size: 1rem;
        white-space: nowrap;
    }
}