@charset "utf-8";

/*================================================================
# 全ページ共通スタイル
================================================================ */
/* header
------------------------------------------------------ */
.header {
    width: 100%;
    margin: 0 auto;
    padding: 12px 24px;
}

.header .container {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
}

.header .left h1 {
    margin: 0;
    padding: 0;
}

.header .left h1 a {
    display: block;
}

.header .left h1 a:hover img {
    opacity: 0.7;
}

.header .right {
    margin: 0 0 0 auto;
}

.header .sub-menu {
    padding: 0;
    display: flex;
}

.header .sub-menu ul {
    margin: 0 0 0 auto;
    display: flex;
}

.header .sub-menu li {
    margin: 0 0 0 16px;
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}

.header .sub-menu li a {
    padding: 10px 0 12px;
    border-radius: 9999px;
    background-color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 1;
    text-align: center;
}

.header .sub-menu .li_sns {
    margin: 0 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .sub-menu .li_sns a {
    padding: 0;
}

.header .sub-menu .li_sns img {
    width: 32px;
}

.header .sub-menu .li_nursery a {
    padding: 10px 24px 12px;
    background-color: var(--tertiary);
    font-size: 14px;
    color: var(--white);
}

.header .sub-menu .li_recruit a {
    padding: 10px 24px 12px;
    background-color: var(--primary);
    font-size: 14px;
    color: var(--white);
}

.header .sub-menu li a span {
    height: 20px;
    padding: 0 0 0 28px;
    position: relative;
    display: flex;
    align-items: center;
}

.header .sub-menu li a span:before {
    width: 22px;
    height: 22px;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
}

.header .sub-menu .li_news a span:before {
    background: url("../img/icon_news.png") no-repeat center center / 22px auto;
}

.header .sub-menu .li_info a span:before {
    background: url("../img/icon_info.png") no-repeat center center / 22px auto;
}

.header .sub-menu .li_access a span:before {
    background: url("../img/icon_access.png") no-repeat center center / 22px auto;
}

.header .sub-menu .li_corporation a span:before {
    background: url("../img/icon_corporation.png") no-repeat center center / 22px auto;
}

.header .sub-menu .li_recruit a span:before {
    background: url("../img/icon_recruit.png") no-repeat center center / 22px auto;
}

.header .sub-menu .li_nursery a span:before {
    background: url("../img/icon_nursery.png") no-repeat center center / 22px auto;
}

.header .sub-menu li a:hover {
    opacity: 0.8;
}

.header .sub-menu .li_recruit a:hover,
.header .sub-menu .li_nursery a:hover {
    opacity: 0.7;
    color: var(--white);
}

.header .header-contact {
    margin: 12px 0 0;
    padding: 0;
    display: flex;
}

.header .header-contact ul {
    margin: 0 0 0 auto;
    display: flex;
}

.header .header-contact li {
    margin: 0 0 0 16px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.header-contact li a,
.header .header-contact li img {
    display: block;
}

.header .header-contact li img {
    width: 220px;
}

.header .header-contact li a:hover img {
    opacity: 0.7;
}

.header .gnav_pc {
    margin: 12px auto 0;
    padding: 0;
}

.header .gnav_pc ul {
    width: 100%;
    margin: auto;
    display: flex;
}

.header .gnav_pc li {
    width: calc(100% / 6);
}

.header .gnav_pc li a {
    width: 100%;
    padding: 10px;
    border-left: 1px solid var(--gray01);
    position: relative;
    display: block;
    font-weight: 700;
    text-align: center;
    transition: 0.3s;
}

.header .gnav_pc li a:hover {
    color: var(--primary);
}

.header .gnav_pc li:last-child a {
    border-right: 1px solid var(--gray01);
}

.header .gnav_pc li a span {
    display: block;
    font-size: 14px;
    color: var(--primary);
    letter-spacing: 3px;
}

.header .gnav_pc li a::after {
    width: 0;
    height: 3px;
    margin: auto;
    background-color: var(--primary);
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

.header .gnav_pc li a:hover::after {
    width: 88%;
}

.header .nav_sp {
    display: none;
}

/* gnav_sp
------------------------------------------------------ */
.header .gnav_sp {
    display: none;
}

/* ページトップ
------------------------------------------------------ */
.scroll-to-top {
    width: 62px;
    height: 62px;
    cursor: pointer;
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 9;
}

.scroll-to-top a {
    width: 62px;
    height: 62px;
    border-radius: 9999px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.scroll-to-top a img {
    width: 16px;
    transition: 0.3s;
}

.scroll-to-top a:hover img {
    transform: translate(0, -8px);
}

/* フッター
------------------------------------------------------ */
.footer {
    padding: 0 0 80px;
    background-color: var(--footer);
    font-weight: 700;
    color: var(--white);
}

.footer .head {
    padding: 64px 0 56px;
    background: url(../img/contact_back.png) no-repeat center center / cover;
}

.footer .head .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .head .box {
    width: 320px;
    height: 320px;
    padding: 40px;
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.footer .head .box .logo {
    width: 200px;
    margin: 0 auto;
}

.footer .head .box .tel {
    width: 200px;
    margin: 16px 0 0;
}

.footer .head .box .btn {
    margin: 16px 0 0;
}

.footer .head .box .btn a {
    display: block;
}

.footer .head .box .btn a:hover {
    opacity: 0.7;
}

.footer .head .box .btn a img {
    width: 200px;
}

.footer .foot {
    padding: 80px 0 0;
}

.footer .container {
    display: flex;
}

.footer .left {
    width: 50%;
}

.footer .corporation {
    font-size: 12px;
}

.footer .name {
    font-size: 20px;
}

.footer .address {
    margin: 16px 0 0;
    font-size: 14px;
}

.footer .tel {
    margin: 8px 0 0;
}

.footer .sns-list {
    margin: 40px 0 0;
}

.footer .sns-list li a {
    display: block;
}

.footer .sns-list li img {
    width: 32px;
}

.footer .right {
    width: 50%;
    display: flex;
}

.footer .primary {
    width: 50%;
    padding: 0 0 0 40px;
    border-left: 1px solid var(--white);
}

.footer .secondary {
    width: 50%;
    padding: 0 0 0 40px;
    border-left: 1px solid var(--white);
}

.footer .right a {
    padding: 8px 0;
    display: block;
}

.footer .right a:hover {
    text-decoration: underline;
}

.footer .copyright {
    opacity: 0.8;
    font-size: 10px;
}

/*================================================================
# 中面共通スタイル
================================================================ */
/* 中面ページタイトル
------------------------------------------------------ */
.page-title {
    width: 100%;
    height: 160px;
    margin: 0;
    padding: 0;
    background-color: var(--page-title);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

/* パンくず
------------------------------------------------------ */
.bread {
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
    font-size: 12px;
}

.bread p {
    max-width: 980px;
    margin: 0 auto;
}

.bread p a:hover {
    text-decoration: underline;
}

/* 背景
------------------------------------------------------ */
.page-contents>div:first-child {
    padding: 40px 0 100px;
}

.bg01 {
    padding: 100px 0;
    background: var(--bg01);
}

.bg02 {
    padding: 80px 0;
    background: var(--bg02);
    position: relative;
}

.bg02::before,
.bg02::after {
    width: 100%;
    height: 20px;
    position: absolute;
    content: "";
    left: 0;
}

.bg02::before {
    background-image: linear-gradient(45deg, var(--bg02) 10px, transparent 0), linear-gradient(315deg, var(--bg02) 10px, transparent 0);
    background-size: 20px 20px;
    top: -20px;
}

.bg02::after {
    background-image: linear-gradient(135deg, var(--bg02) 10px, transparent 0), linear-gradient(225deg, var(--bg02) 10px, transparent 0);
    background-size: 20px 20px;
    bottom: -20px;
}

/* layout01
------------------------------------------------------ */
.layout01.container {
    margin: 40px 0 0 -40px;
    display: flex;
}

.layout01.container.center {
    justify-content: center;
    align-items: center;
}

.layout01.container+.container {
    margin: 80px 0 0 -40px;
}

.layout01.container .col,
.layout01.container .img-area {
    width: calc(100% - 50% - 40px);
    margin: 0 0 0 40px;
}

.layout01.container .img-area img+img {
    margin: 40px 0 0;
}

.layout01.container .text-area {
    width: calc(100% - 50% - 40px);
    margin: 0 0 0 40px;
}

.layout01.container.reverse {
    flex-direction: row-reverse;
}

/* layout02
------------------------------------------------------ */
.layout02 .container+.container {
    margin: 80px 0 0;
}

.layout02 .text-area {
    margin: 40px 0 0;
    font-size: 18px;
    line-height: 2.4;
    text-align: center;
}

.layout02 .text-area .text {
    margin: 24px 0 0;
}

.layout02 .img-area {
    margin: 40px 0 0;
}

.layout02 .section {
    margin: 64px 0 0;
}

.layout02 .section.top {
    margin: 0;
}

/* img-row
------------------------------------------------------ */
.img-row {
    margin: 24px 0 0 -40px;
    display: flex;
    flex-wrap: wrap;
}

.img-row>img,
.img-row figure {
    margin: 24px 0 0 40px;
}

.img-row.col-2>img,
.img-row.col-2 figure {
    width: calc(100% / 2 - 40px);
    text-align: center;
}

.img-row.col-3>img,
.img-row.col-3 figure {
    width: calc(100% / 3 - 40px);
    text-align: center;
}

.img-row.col-2 figure figcaption {
    margin: 8px 0 0;
    font-size: 18px;
    font-weight: 700;
}

.table01 .img-row {
    margin: 16px 0 0 -16px;
}

.table01 .img-row img {
    margin: 0 0 0 16px;
}

.table01 .img-row.col-2 img {
    width: calc(100% / 2 - 16px);
}

.table01 .img-row.col-3 img {
    width: calc(100% / 3 - 16px);
}

/* card
------------------------------------------------------ */
.card01 {
    margin: 24px 0 0 -24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card01 .card-item {
    width: calc(100% / 3 - 24px);
    margin: 24px 0 0 24px;
    padding: 32px 24px;
    border-radius: 16px;
    background-color: var(--page-title);
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.card01 .card-item .img {
    margin: 24px 0;
    text-align: center;
}

.card01 .card-item .img img {
    width: 262px;
    height: 160px;
    object-fit: contain;
}

.card01 .card-item .text {
    margin: auto 0;
}

/* 見出し
------------------------------------------------------ */
.heading01 {
    overflow: hidden;
    font-size: 32px;
    font-weight: 700;
    color: var(--black);
    text-align: center;
}

.heading01 span {
    padding: 0 24px;
    position: relative;
}

.heading01 span::before,
.heading01 span::after {
    width: 100vw;
    height: 1px;
    background-color: var(--black);
    position: absolute;
    content: "";
    top: 50%;
    display: inline-block;
}

.heading01 span::before {
    left: 100%;
}

.heading01 span::after {
    right: 100%;
}

.heading02 {
    margin: 40px 0 0;
    padding: 8px;
    background-color: var(--page-title);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.heading02.top {
    margin: 0;
}

.heading03 {
    margin: 40px 0 0;
    padding: 12px;
    background-color: var(--bg03);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.heading03.top {
    margin: 0;
}

.heading04 {
    margin: 40px 0 0;
    padding: 8px;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
}

.heading04.top {
    margin: 0;
}

/* ボタン
------------------------------------------------------ */
.btn01 {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn01 a,
.btn01 input {
    min-width: 320px;
    margin: 0 auto;
    padding: 16px 40px 18px;
    cursor: pointer;
    border-radius: 8px;
    background: var(--btn);
    display: block;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
}

.btn01 a:hover,
.btn01 input:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* table
------------------------------------------------------ */
.table01 {
    width: 100%;
    margin: 32px auto 0;
    table-layout: fixed;
}

.table01 thead th {
    padding: 24px;
    border-top: 1px solid var(--border01);
    border-right: 1px solid var(--border01);
    border-left: 1px solid var(--border01);
    background: var(--page-title);
    font-weight: 700;
    text-align: center;
    vertical-align: top;
}

.table01 th {
    width: 23%;
    padding: 24px;
    border-top: 1px solid var(--white);
    border-left: 1px solid var(--border01);
    background: var(--page-title);
    font-weight: 700;
    text-align: left;
    vertical-align: top;
}

.table01 th:first-child {
    width: 23%;
}

.table01 tr:first-child th {
    border-top: 1px solid var(--border01);
}

.table01 tr:last-child th {
    border-bottom: 1px solid var(--border01);
}

.table01 td {
    width: 77%;
    padding: 24px;
    border: 1px solid var(--border01);
    background: var(--white);
    vertical-align: middle;
}

.table01 td .img-area {
    margin: 16px 0 16px -16px;
    display: flex;
    flex-wrap: wrap;
}

.table01 td .img-area img {
    width: calc(100% / 2 - 16px);
    margin: 0 0 0 16px;
}

.table01 td .title {
    font-weight: 700;
}

.table01 td .text {
    margin: 8px 0 0;
}

.table01 td p+p {
    margin: 8px 0 0;
}

.table01 td a:not([href^="tel:"]) {
    font-weight: 700;
    color: var(--black);
    text-decoration: underline;
}

.table01 td a:hover {
    text-decoration: none;
}

.table01 td ul li {
    padding: 0;
    list-style: none;
    position: relative;
}

.table01 td ul li+li {
    margin: 4px 0 0;
}

.table01 td ul li:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--black);
    position: absolute;
    content: "";
    top: 0.7em;
    left: 0;
    display: inline-block;
}

.table01 td ul li span {
    margin: 4px 0 8px;
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.table01 td .note {
    margin: 8px 0 0;
    font-size: 14px;
}

.table01 td dl {
    margin: 24px 0 0;
}

.table01 td dt {
    font-size: 18px;
    font-weight: 700;
}

.table01 td dd {
    margin: 8px 0 0 32px;
}

.table01 td .btn01 {
    justify-content: flex-start;
}

.table01 td .btn01 a {
    margin: 0;
    text-decoration: none;
}

/* リスト
------------------------------------------------------ */
.list01 {
    margin: 16px 0 0;
    list-style: none;
}

.list01.top {
    margin: 0;
}

.list01 li {
    margin: 0 0 0 1em;
    font-size: 24px;
    font-weight: 700;
    text-indent: -1em;
}

.list01 li:nth-child(n + 2) {
    margin: 40px 0 0 1em;
}

.list01 .text {
    margin: 8px 0 16px;
    font-size: 16px;
    font-weight: 400;
    text-indent: 0;
}

.list02 {
    margin: 16px 0 0;
    list-style: none;
}

.list02.top {
    margin: 0;
}

.list02 li {
    margin: 0 0 0 1em;
    font-size: 16px;
    font-weight: 700;
    text-indent: -1em;
}

.list02 li:nth-child(n + 2) {
    margin: 8px 0 0 1em;
}

.list02 .text {
    margin: 8px 0 16px;
    font-size: 16px;
    font-weight: 400;
    text-indent: 0;
}

.ul-list01 {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ul-list01.top {
    margin: 0;
}

.ul-list01 li {
    padding: 0 0 0 16px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-indent: 0;
}

.ul-list01 li:nth-child(n + 2) {
    margin: 10px 0 0;
}

.ul-list01 li::before {
    width: 6px;
    height: 6px;
    border-radius: 9999px;
    background-color: var(--primary);
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
}

.ul-list01 li .text {
    margin: 8px 0 0;
    font-size: 16px;
    font-weight: 400;
}

.ol-list01 {
    margin: 24px 0 0 24px;
    padding: 0;
    list-style-type: none;
    counter-reset: item;
}

.ol-list01.top {
    margin: 0;
}

.ol-list01 li {
    padding: 0 0 0 30px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.ol-list01 li:before {
    counter-increment: item;
    position: absolute;
    content: counter(item) ".";
    top: 0;
    left: 0;
    font-weight: bold;
}

.ol-list01 li+li {
    margin: 8px 0 0;
}

.ol-list01 li .text {
    margin: 8px 0 0 0;
    font-size: 14px;
    font-weight: 400;
}

.ol-list02 {
    margin: 24px 0 0 24px;
    padding: 0;
    list-style-type: none;
    counter-reset: item;
}

.ol-list02 li {
    padding: 0 0 0 30px;
    position: relative;
    font-weight: 700;
}

.ol-list02 li:before {
    counter-increment: item;
    position: absolute;
    content: counter(item) ".";
    top: 0;
    left: 0;
    font-weight: bold;
}

.ol-list02 li+li {
    margin: 4px 0 0;
}

.ol-list02 li .text {
    margin: 8px 0 0 0;
    font-size: 14px;
    font-weight: 400;
}

/* text
------------------------------------------------------ */
.lead01 {
    margin: 40px 0 0;
    font-size: 40px;
    text-align: center;
}

.lead02 {
    margin: 40px 0 0;
    font-size: 32px;
    text-align: center;
}

.text01 {
    margin: 24px 0 0;
    line-height: 2;
}

.text01.top {
    margin: 0;
}

.text01.right {
    text-align: right;
}

.text01 p+p {
    margin: 16px 0 0;
}

.text-link {
    font-weight: 700;
    color: var(--black);
    text-decoration: underline;
}

.text-link:hover {
    text-decoration: none;
}

.note {
    margin: 8px 0 0;
    font-size: 14px;
}

/* セクション・ユニット
------------------------------------------------------ */
.section+.section {
    margin: 64px 0 0;
}

.unit+.unit {
    margin: 40px 0 0;
}

/* アコーディオン
------------------------------------------------------ */
.accordion-header {
    width: 200px;
    height: 48px;
    margin: 40px auto 0;
    padding: 0 0 2px;
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
    background: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    -webkit-appearance: none;
}

.accordion-header:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

.accordion-content {
    max-height: 0;
    margin: 40px 0 -40px;
    padding: 0 10px;
    overflow: hidden;
    transition: 0.3s ease-out;
}

.accordion-content.open {
    max-height: 1000px;
    margin: 40px 0 0;
}

.accordion-content .section:first-child,
.accordion-content .section:first-child .heading02 {
    margin: 0;
}

/*================================================================
# トップページ
================================================================ */
/* mv
------------------------------------------------------ */
.mv {
    margin: 0;
    position: relative;
}

.slider .slick-slide {
    width: 64vw;
    max-width: 1000px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.mv .slider .slick-slide {
    margin: 0 8px;
}

.slider .slick-slide .slider-item {
    display: block !important;
}

.slider .slick-slide img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    display: block;
    object-fit: cover;
}

.slider .slick-arrow {
    width: 60px;
    height: 60px;
    margin: auto;
    cursor: pointer;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
    border: none;
    border-radius: 50%;
    outline: none;
    background-color: var(--white);
    position: absolute;
    top: 0;
    bottom: 0;
    font-size: 0;
    z-index: 1;
}

.slider .slick-arrow::before {
    width: 12px;
    height: 12px;
    position: absolute;
    content: "";
    top: 24px;
    display: block;
    transform: rotate(45deg);
}

.slider .slick-next {
    right: 40px;
}

.slider .slick-prev {
    left: 40px;
}

.slider .slick-next::before {
    border-top: 3px solid var(--black);
    border-right: 3px solid var(--black);
    left: 22px;
}

.slider .slick-prev::before {
    border-bottom: 3px solid var(--black);
    border-left: 3px solid var(--black);
    right: 22px;
}

.slider .slick-arrow:hover {
    background-color: var(--black);
}

.slider .slick-next:hover::before {
    border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
}

.slider .slick-prev:hover::before {
    border-bottom: 3px solid var(--white);
    border-left: 3px solid var(--white);
}

.slider .slick-dots {
    display: none !important;
}

/* キャッチフレーズ
------------------------------------------------------ */
.catchphrase {
    padding: 40px 0;
    position: relative;
}

.catchphrase::before {
    width: 100%;
    height: 20px;
    background-color: var(--white);
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    z-index: 0;
}

.catchphrase::after {
    width: 100%;
    height: 20px;
    background-image: linear-gradient(45deg, var(--bg02) 10px, transparent 0), linear-gradient(315deg, var(--bg02) 10px, transparent 0);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    z-index: 0;
}

.catchphrase .catchphrase01 {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.catchphrase .catchphrase02 {
    width: 80%;
    margin: 24px auto 0;
    line-height: 2;
    text-align: center;
}

/* お知らせ
------------------------------------------------------ */
.top-page .news {
    padding: 64px 0;
}

.top-page .news .box {
    width: 100%;
    margin: auto;
    padding: 64px 160px;
    border-radius: 16px;
    background-color: var(--white);
}

.top-page .news .news-list {
    margin: 24px 0 0;
    padding: 0;
}

.top-page .news .news-list .list-item {
    margin: 0;
    border-bottom: 1px dotted var(--gray02);
}

.top-page .news .news-list .link {
    width: 100%;
    padding: 16px 0;
    display: flex;
}

.top-page .news .news-list .link:hover {
    color: var(--primary);
}

.top-page .news .news-list .day {
    width: 100px;
    margin: 0 20px 0 0;
    display: block;
    font-size: 14px;
    color: var(--gray03);
}

.top-page .news .news-list .text {
    width: calc(100% - 100px);
}

/* ご紹介
------------------------------------------------------ */
.top-page .introduction-list {
    margin: 40px 0 0 -40px;
    display: flex;
    flex-wrap: wrap;
}

.top-page .introduction-list .list-item {
    width: calc(100% / 2 - 40px);
    margin: 0 0 0 40px;
}

.top-page .introduction-list .list-item:nth-child(n + 3) {
    margin: 40px 0 0 40px;
}

.top-page .introduction-list .link {
    display: block;
    transition: 0.3s;
}

.top-page .introduction-list .link:hover {
    opacity: 0.8;
}

.top-page .introduction-list .img img {
    border: 8px solid var(--bg02);
    border-radius: 16px;
}

.top-page .introduction-list .text {
    margin: 8px 0 0;
    padding: 0 0 0 22px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
}

.top-page .introduction-list .text:before {
    width: 16px;
    height: 16px;
    background: url(../img/icon_arrow01.png) no-repeat left top / contain;
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
}

/* バナー
------------------------------------------------------ */
.top-page .ban {
    padding: 80px 0 64px;
    background-color: var(--bg02);
}

.top-page .ban .wrap {
    max-width: calc(100% - 80px);
}

.top-page .ban .ban-list {
    margin: 0 0 0 -24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.top-page .ban .list-item {
    width: calc(100% / 5 - 24px);
    max-width: 227px;
    margin: 0 0 0 24px;
}

.top-page .ban .link {
    display: block;
    transition: 0.3s;
}

.top-page .ban .link:hover {
    opacity: 0.8;
}

.top-page .ban .text {
    margin: 8px 0 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

/*================================================================
# 園について
================================================================ */
.about-page .philosophy .box {
    margin: 40px 0 0;
    padding: 40px;
    border: 3px solid var(--primary);
    border-radius: 16px;
    background-color: var(--white);
    position: relative;
}

.about-page .philosophy .box .about_illust01 {
    width: 200px;
    position: absolute;
    right: 40px;
    bottom: -120px;
    z-index: 1;
}

.about-page .app-feature-box {
    margin: 24px 0 0;
    padding: 40px 80px;
    border: 2px solid var(--primary);
    border-radius: 16px;
}

.about-page .feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about-page .feature-list li {
    padding: 0 0 0 48px;
    position: relative;
    font-size: 20px;
    font-weight: 700;
}

.about-page .feature-list li+li {
    margin: 16px 0 0;
}

.about-page .feature-list li::before {
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2029.3%2026%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.st0%20%7B%20fill%3A%20%233e9fd9%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M28.6%2C2.6c-.9-.9-2.3-.9-3.1%2C0l-12.4%2C12.4-4.5-4.5c-.9-.9-2.3-.9-3.1%2C0-.9.9-.9%2C2.3%2C0%2C3.1l6.1%2C6.1c.4.4%2C1%2C.7%2C1.6.7s1.1-.2%2C1.6-.7l13.9-13.9c.9-.9.9-2.3%2C0-3.1Z%22%2F%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M23.9%2C11.8c0%2C.4%2C0%2C.8%2C0%2C1.2%2C0%2C6.1-4.9%2C11-11%2C11S2%2C19.1%2C2%2C13%2C6.9%2C2%2C13%2C2s6.1%2C1.4%2C8.1%2C3.6l1.4-1.4C20.1%2C1.6%2C16.7%2C0%2C13%2C0%2C5.8%2C0%2C0%2C5.8%2C0%2C13s5.8%2C13%2C13%2C13%2C13-5.8%2C13-13-.1-2-.3-2.9l-1.7%2C1.7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
}

/*================================================================
# 園の特色
================================================================ */
.concept-page .features .section:nth-child(2) {
    position: relative;
}

.concept-page .features .section:nth-child(2) .text01 {
    padding: 0 140px 0 0;
}

.concept-page .features .section:nth-child(2) .concept_illust01 {
    width: 130px;
    position: absolute;
    right: 24px;
    bottom: -64px;
    z-index: 1;
}

/*================================================================
# 年間行事
================================================================ */
.annual-page {
    background: var(--bg02);
}

.annual-page .calendar {
    padding: 0 0 64px;
}

.annual-page .cards {
    margin: 40px 0 0 -40px;
    display: flex;
    flex-wrap: wrap;
}

.annual-page .cards .card-item {
    width: calc(100% / 3 - 40px);
    margin: 0 0 0 40px;
    background-color: var(--page-title);
}

.annual-page .cards .card-item:nth-child(n + 4) {
    margin: 40px 0 0 40px;
}

.annual-page .cards .card-item .img-area {
    margin: 0;
}

.annual-page .cards .card-item .text-area {
    margin: 0;
    padding: 32px;
    position: relative;
}

.annual-page .cards .card-item .text-area .card__title {
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 9999px;
    background-color: var(--page-title);
    position: absolute;
    top: -36px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.annual-page .cards .card-item .text-area .card__title span {
    margin: 0 0 0 4px;
    font-size: 16px;
}

.annual-page .cards .card-item .text-area .card__text {
    margin: 24px 0 0;
}

.annual-page .cards .card-item .text-area .card__text ul li {
    padding: 0 0 0 13px;
    list-style: none;
    position: relative;
    font-weight: bold;
}

.annual-page .cards .card-item .text-area .card__text ul li+li {
    margin: 4px 0 0;
}

.annual-page .cards .card-item .text-area .card__text ul li:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--primary);
    position: absolute;
    content: "";
    top: 0.7em;
    left: 0;
    display: inline-block;
}

.annual-page .cards .card-item .text-area .card__text ul li span {
    margin: 4px 0 8px;
    display: block;
    font-size: 12px;
    font-weight: 400;
}

.annual-page .cards .card-item .text-area:before {
    width: calc(540px / 2);
    height: calc(200px / 2);
    margin: auto;
    position: absolute;
    content: "";
    top: -40px;
    right: 0;
    left: 0;
    z-index: 1;
}

.annual-page .cards .card-item.april .text-area:before {
    background: url(../img/annual_april.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.may .text-area:before {
    background: url(../img/annual_may.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.june .text-area:before {
    background: url(../img/annual_june.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.july .text-area:before {
    background: url(../img/annual_july.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.august .text-area:before {
    background: url(../img/annual_august.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.september .text-area:before {
    background: url(../img/annual_september.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.october .text-area:before {
    background: url(../img/annual_october.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.november .text-area:before {
    background: url(../img/annual_november.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.december .text-area:before {
    background: url(../img/annual_december.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.january .text-area:before {
    background: url(../img/annual_january.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.february .text-area:before {
    background: url(../img/annual_february.png) no-repeat center top / contain;
}

.annual-page .cards .card-item.march .text-area:before {
    background: url(../img/annual_march.png) no-repeat center top / contain;
}

/*================================================================
# 一日の流れ
================================================================ */
.schedule {
    padding: 40px 0 140px;
}

.schedule-table {
    width: 100%;
    margin: 24px 0 0;
    border-collapse: collapse;
    position: relative;
}

.schedule-table:before {
    width: 10px;
    height: 100%;
    background: repeating-linear-gradient(to bottom, var(--page-title) 0px, var(--page-title) 2px, transparent 2px, transparent 5px);
    background-color: var(--bg04);
    background-size: 10px 10px;
    position: absolute;
    content: '';
    top: 0;
    left: 160px;
}

.schedule-table th {
    padding: 24px 12px;
    border-left: 10px solid var(--white);
    background-color: var(--primary);
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.schedule-table thead th {
    padding: 12px;
}

.schedule-table td {
    padding: 32px 12px;
    border-bottom: 2px dotted var(--page-title);
    background-color: var(--bg04);
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
}

.schedule-table td .text-area {
    width: 84%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule-table td .img {
    width: 240px;
    margin: 16px auto 0;
}

.schedule-table td .text-area .img {
    width: 280px;
    margin: 0 16px 0 0;
}

.schedule-table td .img img {
    border-radius: 8px;
}

.schedule-table td .text-area .inner {
    flex: 1;
    text-align: left;
}

.schedule-table td .text-area .title,
.schedule-table td .text-area p {
    width: 100%;
}

.schedule-table td .text-area p {
    margin: 8px 0 0;
    font-size: 14px;
    font-weight: 400;
}

.schedule-table .time-cell {
    width: 160px;
    padding: 32px 0 0 56px;
    border: 0;
    background-color: transparent;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: var(--primary);
    text-align: left;
    vertical-align: top;
}

.schedule-table .time-cell:before {
    width: 1px;
    height: 100%;
    background-color: var(--primary);
    position: absolute;
    content: "";
    top: 0;
    left: 28px;
}

.schedule-table .time-cell .maru {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 8px;
}

.schedule-table .time-cell .maru:before,
.schedule-table .time-cell .maru:after {
    margin: auto;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.schedule-table .time-cell .maru:before {
    width: 32px;
    height: 32px;
    border: 1px solid var(--primary);
}

.schedule-table .time-cell .maru:after {
    width: 22px;
    height: 22px;
    background-color: var(--primary);
}

.schedule .wrap {
    position: relative;
}

.schedule .illust01 {
    width: 240px;
    margin: auto;
    position: absolute;
    right: 210px;
    bottom: -85px;
}

/*================================================================
# 入園案内
================================================================ */
.admission-information {
    padding: 24px 0 100px;
}

/*================================================================
# お知らせ
================================================================ */
.news-page .news {
    margin: 0 auto;
    position: relative;
}

.news-page .news .wrap {
    max-width: 800px;
}

.news-page .news .news-list {
    margin: 24px 0 0;
    padding: 0;
}

.news-page .news .news-list .list-item {
    margin: 0;
    border-bottom: 1px dotted var(--gray01);
}

.news-page .news .news-list .link {
    width: 100%;
    padding: 16px 0;
    display: flex;
}

.news-page .news .news-list .link:hover {
    color: var(--primary);
}

.news-page .news .news-list .day {
    width: 80px;
    margin: 0 20px 0 0;
    display: block;
    font-size: 14px;
    color: var(--gray03);
}

.news-page .news .news-list .text {
    width: calc(100% - 80px);
}

.wp-pagenavi {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    margin: 2px;
    padding: 3px 5px;
    border: 1px solid #bfbfbf;
    text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

/*================================================================
# お知らせ - 詳細
================================================================ */
.news-detail-page .post-title {
    margin: 0;
    padding: 16px 24px;
    border-left: 4px solid var(--primary);
    background-color: var(--bg04);
    font-size: 24px;
    font-weight: 700;
}

.news-detail-page .post {
    margin: 40px 0 0;
}

/*================================================================
# 交通案内
================================================================ */
.gmap {
    margin: 40px 0 0;
    padding-bottom: 48%;
    border: 10px solid var(--bg02);
}

/*================================================================
# お問い合わせ
================================================================ */
.contact-table {
    max-width: 980px;
    margin: 0 auto 30px;
}

.contact-table p {
    margin: 0 0 20px;
    text-align: center;
}

.contact-table .table01 th {
    position: relative;
}

.contact-table .table01 td ul {
    list-style: none;
    display: flex;
}

.contact-table .table01 td ul li:before {
    display: none;
}

.contact-table .table01 td ul li+li {
    margin: 0;
}

.contact-table .icon_h {
    padding: 4px 8px;
    border-radius: 9999px;
    background: var(--red);
    position: absolute;
    top: 26px;
    right: 16px;
    font-size: 72%;
    line-height: 1;
    color: var(--white);
    align-self: start;
}

.contact-page .box_privacy {
    width: 80%;
    margin: 0 auto;
}

.contact-page .box_privacy p {
    margin: 0 0 16px;
    font-size: 108%;
}

.contact-page .section-privacy {
    width: 80%;
    margin: 64px auto 0;
}

.contact-page .section-privacy .privacy-box {
    margin: 24px 0 0;
    font-size: 14px;
}

.contact-page .section-privacy .privacy-box .title {
    margin: 24px 0 0;
    font-weight: 700;
}

.contact-page .section-privacy .privacy-box p {
    margin: 4px 0 0;
}

/*-----------
form
------------*/
::placeholder {
    color: var(--gray01);
}

.contact-table select,
.contact-table input,
.contact-table textarea,
.contact-table button,
.contact-table option {
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}

.contact-table input,
.contact-table textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--gray01);
    border-radius: 8px;
    background: #f1f1f1;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: all 0.5s;
}

.contact-table input:focus,
.contact-table textarea:focus {
    border: 1px solid var(--gray01);
    outline: 0;
    background: #f1f1f1;
}

.contact-table input:focus::placeholder,
.contact-table textarea:focus::placeholder {
    color: var(--gray01);
}

.select-wrap {
    width: 25%;
    border: 1px solid var(--gray01);
    border-radius: 8px;
    background: #f1f1f1;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: all 0.5s;
}

.select-wrap::before {
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border: 0;
    border-right: solid 2px #666;
    border-bottom: solid 2px #666;
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    transform: rotate(45deg);
}

.select-wrap select {
    width: 100%;
    padding: 12px;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
    box-shadow: none;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    -webkit-appearance: none;
    appearance: none;
}

.select-wrap select::-ms-expand {
    display: none;
}

/* チェックボックス */
input[type="checkbox"] {
    display: none;
}

.checkbox {
    width: auto;
    padding: 0.5rem 3rem;
    cursor: pointer;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
}

.checkbox::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
    border: 1px solid #ccc;
    border-radius: 0.3rem;
    background: var(--white);
    position: absolute;
    content: "";
    top: 50%;
    left: 0.5rem;
    display: block;
}

.checkbox::after {
    width: 0.9rem;
    height: 2rem;
    margin-top: -1.6rem;
    opacity: 0;
    border-right: 0.4rem solid var(--black);
    border-bottom: 0.4rem solid var(--black);
    position: absolute;
    content: "";
    top: 50%;
    left: 1rem;
    display: block;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
}

input[type="checkbox"]:checked+.checkbox::before {
    border-color: #666;
}

input[type="checkbox"]:checked+.checkbox::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1, 1, 1);
}

/* ラジオボタン */
input[type="radio"] {
    display: none;
}

.radio-btn {
    width: auto;
    padding: 5px 24px 5px 32px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    line-height: 1;
    box-sizing: border-box;
}

.radio-btn::before {
    width: 16px;
    height: 16px;
    margin-top: -7px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: var(--white);
    position: absolute;
    content: "";
    top: 50%;
    left: 5px;
    display: block;
}

.radio-btn::after {
    width: 10px;
    height: 10px;
    margin-top: -3px;
    opacity: 0;
    border-radius: 9999px;
    background: var(--black);
    position: absolute;
    content: "";
    top: calc(50% - 1px);
    left: 8px;
    display: block;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transform: scale3d(0.3, 0.3, 1);
}

input[type="radio"]:checked+.radio-btn::before {
    border-color: #666;
}

input[type="radio"]:checked+.radio-btn::after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.kojin-checkbox {
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}

.kojin-checkbox label {
    padding: 0.5rem 6rem 0.5rem 3rem;
    font-weight: bold;
    text-align: center;
}

.kojin-checkbox label:hover {
    cursor: pointer;
}

.kojin-checkbox input {
    margin: 0 10px 0 0;
}

.submit-btn {
    width: 400px;
    margin: 40px auto 0;
}

.submit-btn input {
    width: 100%;
    height: 70px;
    padding: 0 0 4px;
    border-radius: 16px;
    background: var(--primary);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: var(--white);
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-appearance: none;
    transition: all 0.3s ease;
}

.submit-btn input:hover {
    cursor: pointer;
    opacity: 0.8;
}