@charset "utf-8";

.anchor {
    margin-top: -110px;
    padding-top: 110px;
}

.img_recruit01 {
	width:700px;
	margin:40px auto 0;
}

/*================================================================
# 全ページ共通スタイル
================================================================ */
/* header
------------------------------------------------------ */
.header {
    width: 100%;
    height: 110px;
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 9999;
}

.header .box_head {
    width: 1000px;
    margin: 0 auto;
}

.header .nav {
    display: flex;
    align-items: center;
}

.header .nav h1 {
    width: 280px;
    padding: 0 35px;
}

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

.header .nav h1 a img {
    width: 200px;
    margin: auto;
}

.nav ul {
    width: 360px;
    padding: 0;
    display: flex;
}

.nav li {
    width: 33.3%;
}

.nav li a {
    padding: 0;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary);
    text-align: center;
}

.nav li a span {
    padding: 10px 0 0;
    display: block;
    font-size: 12px;
    line-height: 1;
    color: var(--black);
}

.nav li a:hover {
    opacity: 0.7;
}

.nav_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 {
    width: 100%;
    padding: 40px 0 40px;
    background: var(--bg04);
}

.box_foot {
    width: 1000px;
    margin: 0 auto 30px;
    text-align: center;
}

.box_foot h1 {
    width: 160px;
    margin: 0 auto 20px;
}

.box_foot li {
    padding: 0 10px 5px;
    display: inline-block;
    text-align: left;
}

.box_foot li a {
    font-size: 14px;
    font-weight: 700;
}

.box_foot li a:hover {
    opacity: 0.7;
}

.box_foot h3 a {
    font-size: 14px;
    font-weight: 700;
}

.box_foot h3 a:hover {
    opacity: 0.7;
}

small {
    display: block;
    font-size: 12px;
    text-align: center;
}

/* 背景
------------------------------------------------------ */
.bg01 {
    padding: 80px 0;
    background: var(--bg01);
}

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

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

/* layout01
------------------------------------------------------ */
.layout01 .text-area {
    margin: 40px 0 0;
    text-align: center;
}

.layout01 .text-area .text {
    margin: 40px 0 0;
}

.layout01 .img-area {
    margin: 40px 0 0 -16px;
    display: flex;
    flex-wrap: wrap;
}

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

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

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

/* layout02
------------------------------------------------------ */
.layout02 .container {
    margin: 64px 0 0;
    display: flex;
}

.layout02 .container .img-area {
    width: 380px;
    margin: 0;
}

.layout02.reverse .container .img-area {
    order: 2;
}

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

.layout02 .container .text-area {
    width: calc(100% - 320px - 40px);
    margin: 0 0 0 40px;
    line-height: 2;
}

.layout02.reverse .container .text-area {
    width: calc(100% - 320px - 40px);
    margin: 0 40px 0 0;
}

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

.layout02 .container .text-area p+p {
    margin: 16px 0 0;
}

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

/* card
------------------------------------------------------ */
.cards01 {
    margin: 40px 0 0 -40px;
    display: flex;
    flex-wrap: wrap;
}

.cards01 .card {
    width: calc(100% / 2 - 40px);
    margin: 0 0 0 40px;
}

.cards01 .card:nth-child(n + 3) {
    margin: 64px 0 0 40px;
}

.cards01 .card .card-title {
    margin: 16px 0 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
}

.cards01 .card .card-img {
    margin: 0;
}

.cards01 .card .card-text {
    margin: 16px 0 0;
}

.cards01 .card .card-text .text {
    margin: 16px 0 0;
    font-size: 14px;
}

/* 見出し
------------------------------------------------------ */
.heading01 {
    width: 1000px;
    height: 80px;
    margin: 0 auto 50px;
    position: relative;
}

.heading01:before {
    width: calc(1100px / 2);
    height: calc(205px / 2);
    margin: auto;
    background: url(../img/back_bar01.png) no-repeat center center / cover;
    position: absolute;
    content: "";
    top: -24px;
    right: 0;
    left: 0;
}

.heading01 .title-en {
    padding: 17.5px 0 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: var(--primary);
    text-align: center;
}

.heading01 .title-jp {
    padding: 10px 0 0;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}

.heading02 {
    margin: 40px 0 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.618;
    color: var(--primary);
}

.heading02.top {
    margin: 0;
}

.heading02.center {
    text-align: center;
}

.heading02 span {
    background: linear-gradient(transparent 70%, var(--marker) 70%);
}

.heading03 {
    margin: 32px 0 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0;
}

/* ボタン
------------------------------------------------------ */
.btn01 {
    margin: 40px 0 0;
}

.btn01 a,
.btn01 input {
    width: 200px;
    height: 48px;
    margin: 0 auto;
    padding: 0 0 2px;
    cursor: pointer;
    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;
}

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

/* table
------------------------------------------------------ */
.table01 {
    width: 100%;
    margin: 40px 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: 24px 0 0;
}

.list01.top {
    margin: 0;
}

.list01 li {
    font-size: 20px;
    font-weight: 700;
}

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

.list02 {
    margin: 16px 0 0;
}

.list02.top {
    margin: 0;
}

.list02 li {
    margin: 0 0 0 1em;
    text-indent: -1em;
}

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

.list02 .text {
    margin: 8px 0 16px;
    font-size: 14px;
    color: var(--gray03);
    text-indent: 0;
}

.list03 {
    width: 80%;
    margin: 40px auto 0;
}

.list03 li {
    margin: 0 0 0 1.8em;
    font-size: 18px;
    text-indent: -1.8em;
}

.list03 li:nth-child(n + 2) {
    margin: 16px 0 0 1.8em;
}

.list03 li:first-letter {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary);
}

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

.lead02 {
    font-size: 20px;
    font-weight: 700;
}

.text01 {
    margin: 16px 0 0;
    font-size: 18px;
    text-align: center;
}

.text02 {
    margin: 24px 0 0;
}

/*================================================================
# トップページ
================================================================ */
/* mv
------------------------------------------------------ */
.mv {
    width: 100%;
    padding: 110px 0 0;
    background: url(../img/back_main.png) no-repeat center center / cover;
}

.mv__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

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

.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 {
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--gray03);
    transition: background-color 0.5s ease;
}

.slider .slick-dots li.slick-active {
    background-color: var(--secondary);
}

.slider .slick-dots li:hover {
    background-color: var(--secondary);
}

.slider .slick-dots li:last-child {
    margin-right: 0;
}

.slider .slick-dots button {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* 職場環境
------------------------------------------------------ */
.effort .wrap {
    position: relative;
}

.illust01 {
    position: absolute;
    top: 61px;
    left: -24px;
}

.illust02 {
    position: absolute;
    top: 79px;
    right: -33px;
}

.info-list {
    margin: 64px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.info-list li {
    padding: 16px;
    border: 3px solid var(--gray01);
    border-radius: 10px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1 1 calc(33.3333% - 20px);
    font-weight: 700;
}

.info-list .title {
    font-size: 20px;
}

.info-list .value {
    margin: 8px 0 0 16px;
    display: block;
    font-family: var(--number);
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0;
}

.info-list .value strong {
    font-size: 72px;
    line-height: 72px;
}

.info-list .half {
    flex: 1 1 calc(50% - 20px);
    font-size: 40px;
}

.info-list .half img {
    margin: 16px 0 0;
}

.faq dl {
    margin: 40px 0 0;
}

.faq dt {
    padding: 12px 16px;
    background-color: var(--page-title);
    font-weight: 700;
}

.faq dd {
    margin: 16px 0 0;
    padding: 0px 16px;
}

/* 職員の声
------------------------------------------------------ */
.staff .box {
    margin: 40px 0 0;
    padding: 40px;
    border: 2px solid var(--primary);
    border-radius: 24px;
}

.staff .box .title {
    font-size: 20px;
    font-weight: 700;
}

.staff .box .text {
    margin: 16px 0 0;
}

/* 園のご紹介
------------------------------------------------------ */
.ticker img {
    width: 100%;
    height: auto;
}

.ticker .slick-slide {
    margin: 0;
}

.about .gmap {
    margin: 40px 0 0;
    padding-bottom: 48%;
    border: 10px solid var(--bg02);
}

/* 募集要項
------------------------------------------------------ */
.recruit .heading02 {
    text-align: center;
}

/* お問い合わせ
------------------------------------------------------ */
.contact .text02 {
    text-align: center;
}

.contact .tel {
    margin: 8px 0 0;
    text-align: center;
}

.contact .tel a {
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 0;
}

.contact .tel a span {
    margin: 0 4px 0 0;
    font-size: 16px;
}

.contact .time {
    margin: 12px 0 0;
    text-align: center;
}

/*================================================================
# お問い合わせ
================================================================ */
.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;
    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;
}