/* ===============================================
 * general settings
 * =============================================== */

h2 {
	font-family: "Zen Maru Gothic", serif !important;
}

.hlBox {
    text-align: center;
    padding-bottom: 75px;
    background-image: url(/wp-content/uploads/2025/04/h2dec01.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: 50% 100%;
    margin-bottom: 25px;
}

.hlBox02 {
    text-align: center;
    padding-bottom: 75px;
    background-image: url(/wp-content/uploads/2025/04/h2dec02.png);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: 50% 100%;
    margin-bottom: 25px;
}

.hlBox h2, .hlBox02 h2 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #81796c;
}

.hlBox .hlEng01 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #c7acff;
    font-family: "Fredoka", sans-serif !important;
}

span.hlEng02 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #f4ba86;
    font-family: "Fredoka", sans-serif !important;
}

span.hlEng04 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #a9cde9;
    font-family: "Fredoka", sans-serif !important;
}

h3 {
	font-family: "Zen Maru Gothic", serif !important;
}

h3.h3type01 {
    padding: 20px 0;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: #87847f;
    background-image: url(/wp-content/uploads/2025/04/h3dec04.png),url(/wp-content/uploads/2025/04/h3dec04.png);
    background-size: 275px;
    background-repeat: no-repeat;
    background-position: 50% 0%,50% 100%;
    margin-bottom: 15px;
}

h3.h3type02 {
    background-color: #c7acff;
    padding: 5px;
    text-align: center;
    border-radius: 9999px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fefefe;
    width: 85%;
    margin: auto;
}

h3.h3type03 {
    padding: 20px 0;
    font-size: 2.5rem;
    font-weight: 600;
    text-align: center;
    color: #87847f;
    background-image: url(/wp-content/uploads/2025/04/h3dec03.png), url(/wp-content/uploads/2025/04/h3dec03.png);
    background-size: 275px;
    background-repeat: no-repeat;
    background-position: 50% 0%, 50% 100%;
    margin-bottom: 15px;
}

h3.h3type04 {
    padding: 0 0 30px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #87847f;
    background-image: url(/wp-content/uploads/2025/04/h3dec04.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    margin: 15px 0 5px;
}

h3.h3type05 {
    padding: 0 0 30px;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    color: #87847f;
    background-image: url(/wp-content/uploads/2025/04/h3dec03.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    margin: 15px 0 5px;
}

h4 {
	font-family: "Zen Maru Gothic", serif !important;
}

p {
	font-family: "Zen Maru Gothic", serif !important;
	color: #87847f;
	margin-bottom: 0;
}

a {
	font-family: "Zen Maru Gothic", serif !important;
}

li {
	font-family: "Zen Maru Gothic", serif !important;
}

span {
	font-family: "Zen Maru Gothic", serif !important;
}



.width1100 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.width800 {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}




.btn01 {
    border: 1px solid #9cdafd;
    background-color: #9cdafd;
}

.btn01:hover {
	color: #9cdafd;
    background-color: #fefefe;
}

.btn01:hover .btn-arrow {
  fill: #9cdafd;
}


.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 700;
    color: #fefefe;
    background-color: #f4ba86;
}

.tablepress tbody td.column-2 {
    background-color: #fff;
    color: #87847f;
    font-weight: 500;
}


#breadcrumbs {
    margin-bottom: 0;
    padding: 10px 15px 12px;
    background-color: #fff9ea;
}

#breadcrumbs ul li a, #breadcrumbs ul li {
    font-size: 1.4rem;
    font-weight: 500;
    color: #87847f;
}



/* ===============================================
 * accordion
 * =============================================== */


.plus {
    display: inline-block;
    vertical-align: .3em;
    color: #c7acff;
    line-height: 1;
    width: 1em;
    height: 3px;
    background: currentColor;
    border-radius: .1em;
    position: relative;
}

.plus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.plus.active:before {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

p.faq-a {
    display: none;
}

.faq-q {
    margin-bottom: 0;
    padding: 5px 5px 5px 40px;
    border-bottom: 2px dashed #cdc4b7;
    background-image: url(/wp-content/uploads/2025/04/faq-q.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0 50%;
}

.faq-a {
	margin-bottom: 0;
    padding: 5px 5px 5px 40px;
    border-bottom: 2px dashed #cdc4b7;
    background-image: url(/wp-content/uploads/2025/04/faq-a.png);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 0 50%;
}

ul.com-faq01-list li:last-of-type .faq-q {
    border-bottom: none;
}

ul.com-faq01-list li:last-of-type .faq-a {
    border-top: 2px dashed #cdc4b7;
}

ul.com-faq01-list li:last-of-type .faq-a {
    border-bottom: none;
}



/* =========================================================
 * head
 * =========================================================*/

header.header {
    background-image: linear-gradient(180deg, #ffedd3, #ffedd3);
	padding-bottom: 25px;
}

.header-box01 .logo {
    max-width: 250px;
}

.header-box01 {
    margin-bottom: 0;
}

ul.header-menu {
    background-color: #fff8ee;
    border-radius: 999px;
}

.header-menu > li a {
    font-weight: 700;
    color: #87847f;
    border-right: #eaeaea 3px dotted;
}

.sub-header-txt {
    padding: 10px 25px;
    line-height: 1.5em;
    background-color: #ffffffbf;
    font-size: 3.5rem;
    font-weight: 700;
    color: #81796c;
    font-family: "Zen Maru Gothic", serif !important;
    border-radius: 15px;
}

.header-box01 .g-nav-tel-pc img {
    max-width: 300px;
    margin-left: auto;
    margin-bottom: 10px;
}

.mobile-logo {
    background-color: transparent;
    padding: 15px 0;
}

#mobile-nav.panelactive {
    transform: translateX(0);
    background-image: linear-gradient(180deg, #ffedd3, #ffeab7);
}

.mobile-menu-tel {
    padding: 0 15px;
    margin-bottom: 40px;
    max-width: 600px;
    margin: 0 auto 40px;
}

.mobile-nav-wrap .mobile-menu-list {
    background-color: #fefefe;
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
}

#mobile-nav {
    background-color: #ffedd3;
}

.mobile-nav-wrap .mobile-menu-list > li > a {
    display: block;
    text-align: center;
    padding: 10px 15px;
    color: #87847f;
    font-weight: 700;
    font-size: 1.4rem;
    border-top: #eaeaea 1px solid;
}

#hamburger span {
    background-color: #9cdafd;
}

#hamburger {
    background-color: #fefefe;
    border-radius: 0 0 0 10px;
}

.moblie-menu-head {
    width: 80%;
    color: #fefefe;
}

.moblie-menu-tel-number {
    color: #87847f;
}

.mobile-sns-icon-title p {
    color: #87847f;
}

.mobile-sns-icon-title p span {
    color: #87847f;
}

.mobile-sns-sub-nav.flex li a {
    color: #f4ba86 !important;
    font-size: 25px;
}

ul.mobile-sns-sub-nav.flex {
    background-color: #fefefe;
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 10px;
}


/* =========================================================
 * Slider
 * =========================================================*/

section.slider {
    background-image: linear-gradient(180deg, #ffedd3, #fff9ea);
}

.n2_clear {
    padding: 0 0 0 75px;
}

.n2-ss-slider-3.n2-ow {
    border-radius: 500px 0 0 500px;
}




/* =========================================================
 * news
 * =========================================================*/

section#news {
    background-image: linear-gradient(180deg, #fff9ea, #ffedd3);
    padding-bottom: 0;
}

.newsBox {
    background-image: url(/wp-content/uploads/2025/04/bgdec09.png), url(/wp-content/uploads/2025/04/bgdec10.png);
    background-size: 400px;
    background-repeat: no-repeat;
    background-position: 110% 0, -10% 100%;
    margin-bottom: 75px;
}

ul.news-list02 {
    background-color: #fffcf8;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 0 10px 0 #00000030;
}

.news-list02 li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #eaeaea 1px solid;
}

time.date {
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    color: #87847f;
}

.news-list02 li .news-txt a {
    line-height: 1.5em;
    font-weight: 600;
}

.news-list02 li .news-cat a:hover {
    background-color: #fefefe;
    color: #f4ba86;
}

.news-list02 li .news-cat a {
    color: #fefefe;
    background-color: #f4ba86;
    border: 1px solid #f4ba86;
}

.tab-panel-b .tab:first-of-type {
    color: #c7acff;
    background-color: #f2ecff;
}

.tab-panel-b .tab:first-of-type.is-active {
    background-color: #c7acff;
    color: #fefefe;
}

.tab-panel-b .tab:first-of-type:hover {
  background-color: #c7acff;
  color: #fefefe;
}

.tab-panel-b .tab:nth-of-type(2) {
	color: #b7d19b;
	background-color: #e7f3db;
}

.tab-panel-b .tab:nth-of-type(2):hover {
	background-color: #c4e4a1;
	color: #fefefe;
}

.tab-panel-b .tab:nth-of-type(2).is-active {
	background-color: #c4e4a1;
	color: #fefefe;
}

.InstagramBox {
    background-color: #e3f5ff;
    padding: 75px 0;
    width: 95%;
    border-radius: 0 200px 200px 0;
    box-shadow: 0 0 10px 0 #00000030;
    background-image: url(/wp-content/uploads/2025/04/bgdec05.png), url(/wp-content/uploads/2025/04/bgdec06.png);
    background-size: 450px;
    background-repeat: no-repeat;
    background-position: -5% 25%, 105% 75%;
}

.sbi_feedtheme_title_wrapper h3 {
    font-family: "Fredoka", sans-serif !important;
    font-size: 2.8rem;
    font-weight: 500;
    color: #87847f;
}

.sbi_inner_wrap {
    border-radius: 20px;
}

.youtubeLink a {
    display: block;
    width: 250px;
    margin: 50px auto 0;
}

.youtubeLink img {
    border-radius: 15px;
}

.avaBox {
    margin: 75px 0 0;
    padding: 81px 0;
    background-color: #fefefe;
    background-image: radial-gradient(circle, #dee8ea 1px, transparent 1px);
    background-position: 0 0;
    background-size: 22px 22px;
}

table#tablepress-2 {
    background-color: #fefefe;
}

table#tablepress-2 td.column-1 {
    width: 22%;
    border-right: #505050 !iimportant;
    text-align: center;
    border-right: #eaeaea 1px solid;
}

table#tablepress-2 td.column-2 {
    width: 13%;
    text-align: center;
    border-right: #eaeaea 1px solid;
    color: #87847f !important;
}

table#tablepress-2 td.column-3 {
    width: 13%;
    text-align: center;
    border-right: #eaeaea 1px solid;
    color: #87847f !important;
}

table#tablepress-2 td.column-4 {
    width: 13%;
    text-align: center;
    border-right: #eaeaea 1px solid;
	color: #87847f !important;
}

table#tablepress-2 td.column-5 {
    width: 13%;
    text-align: center;
    border-right: #eaeaea 1px solid;
	color: #87847f !important;
}

table#tablepress-2 td.column-6 {
    width: 13%;
    text-align: center;
    border-right: #eaeaea 1px solid;
	color: #87847f !important;
}

table#tablepress-2 td.column-7 {
    width: 13%;
    text-align: center;
    border-right: #eaeaea 1px solid;
	color: #87847f !important;
}

.tablepress-table-description {
    background-color: #f2f9ff99;
    color: #87847f;
    font-weight: 500;
    text-align: left;
}

table#tablepress-2.tablepress tr th {
    font-family: "Zen Maru Gothic", serif !important;
    background-color: #9cdafd;
}

table#tablepress-2.tablepress td.column-1 {
    background-color: #9cdafd;
    color: #fefefe;
}

.tablepress td {
    font-size: 1.5rem !important;
    font-family: "Zen Maru Gothic", serif !important;
}

table.tablepress thead th {
    border-right: 1px solid #eaeaea;
}




/* =========================================================
 * office
 * =========================================================*/

section#office {
    background-image: linear-gradient(180deg, #e6daff, #fff9ea);
}

.officeBox {
    background-color: #fefefeaa;
    border-radius: 50px;
    padding: 50px;
    justify-content: space-evenly;
    gap: 30px 0;
    box-shadow: 0 0 10px 0 #00000030;
	margin-top: 50px;
}

a.officeItems {
    width: 31%;
    display: block;
}

.officeImg {
    padding: 40px;
    position: relative;
}

.officeImg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(/wp-content/uploads/2025/04/ofc01.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    left: 2px;
}

.officeBox.flex a.officeItems:nth-of-type(2n) .officeImg:before {
    background-image: url(/wp-content/uploads/2025/04/ofc02.png);
}

.officeImg img {
    border-radius: 30px;
}



/* =========================================================
 * top overview
 * =========================================================*/

section#overview {
    padding: 75px 0;
    background-color: #fefefe;
    background-image: radial-gradient(circle, #ffe7cb 1px, transparent 1px);
    background-position: 0 0;
    background-size: 22px 22px;
}

.documentsBox.flex {
    gap: 15px 0;
    margin: 50px 0;
}

a.docItems {
    width: 48%;
    display: block;
    background-color: #f4ba86;
    padding: 5px 5px 5px 50px;
    border-radius: 9999px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fefefe;
    background-image: url(/wp-content/uploads/2025/04/file-pdf-solid.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 20px 50%;
	transition: .2s;
}

a.docItems:hover {
	filter: brightness(1.1);
	transition: .2s;
}

.ovItems {
    width: 47%;
}





/* =========================================================
 * contact band
 * =========================================================*/

.contact-band {
    padding: 60px 0;
    background-color: transparent;
    background-image: url(/wp-content/uploads/2025/04/31931214_l.jpg);
    background-size: 100%;
    background-position: 50%;
}

.contact-band-inner {
    width: 50%;
    max-width: 800px;
    background-color: #fefefedd;
    padding: 50px 20px;
    margin: auto;
    border-radius: 50px;
}

.contact-band-title {
    font-weight: 700;
    text-align: center;
    font-size: 2.8rem;
    color: #81796c;
    margin-bottom: 0;
    padding-bottom: 20px;
    background-image: url(/wp-content/uploads/2025/04/h3dec02.png);
    background-size: 300px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.cf-cb-txt {
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.cf-tel-number {
    color: #81796c;
    font-family: "Fredoka", sans-serif !important;
    font-weight: 500;
}


/* =========================================================
 * footer
 * ========================================================= */

.footer {
    background-color: #c4e4a1;
}

.o-hover img {
    width: 350px;
    margin: 0;
}

.footer-logo {
    padding-bottom: 20px;
    border-bottom: 5px dotted #fff;
    margin-bottom: 20px;
}

.footer-address p {
    margin-bottom: 0;
    margin-top: 5px;
    font-weight: 600;
}
.footer-address p, .footer-address a {
    color: #fefefe;
    font-weight: 600;
}

.footer-nav.flex {
    margin: 25px auto;
}

.footer-menu-title {
    background-color: #fefefe;
    color: #87847f;
    font-family: "Fredoka", sans-serif !important;
    font-size: 2rem;
}

.footer-menu > li > a {
    border-bottom: 1px dashed #fefefe;
    font-weight: 600;
    color: #fefefe;
}

.copyright p {
    color: #fefefe;
    font-weight: 900;
    text-align: center;
    font-size: 1.6rem;
}



/* =========================================================
 * 各施設
 * ========================================================= */

section#office-greet {
    background-image: linear-gradient(180deg, #fff9ea, #fff9ea);
}

.greetBox.flex {
    margin-top: 30px;
    align-items: center;
}

.greetImg {
    width: 30%;
}

.greetImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #00000030;
}

.greetTxt {
    width: 65%;
    height: auto;
    background-color: #fefefe;
    padding: 20px 30px;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #00000030;
}

.greetTxt p {
    font-weight: 500;
}

section#philosophy {
    padding: 81px 0;
    background-color: #fefefe;
    background-image: radial-gradient(circle, #dee8ea 1px, transparent 1px);
    background-position: 0 0;
    background-size: 22px 22px;
}

.philoItems {
    width: 21%;
}

.philoBox.flex {
    padding: 30px;
    border-radius: 30px;
    margin-top: 50px;
    background-color: #e3f5ff;
    width: 100%;
    box-shadow: 0 0 10px 0 #00000030;
    background-image: url(/wp-content/uploads/2025/04/bgdec05.png), url(/wp-content/uploads/2025/04/bgdec06.png);
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: -5% 25%, 105% 75%;
    justify-content: space-evenly;
    gap: 30px 1%;
}

.philoImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
    border-radius: 20px;
}

.philoTxt {
    margin-top: 20px;
    border-radius: 20px;
    padding: 10px 20px;
    background-color: #fefefeb0;
}

section#feature {
    background-image: linear-gradient(180deg, #d9efff, #e6daff);
}

.tab-panel-a {
    margin-top: 50px;
}

.featBox.flex {
    margin-top: 50px;
    justify-content: space-evenly;
    gap: 30px 3%;
}

section#life {
    padding: 81px 0;
    background-color: #fefefe;
    background-image: radial-gradient(circle, #e5daed 1px, transparent 1px);
    background-position: 0 0;
    background-size: 22px 22px;
}

.featItems {
    width: 31%;
    background-color: #fefefe;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 #00000030;
}

.featImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
	border-radius: 20px;
}

.com-timeline01-content {
    width: 45%;
}

.com-timeline01-img-wrap {
    width: 45%;
}

ul.com-timeline01-list li.flex:nth-of-type(2n) {
    flex-direction: row-reverse;
}

h3.com-timeline01-time {
    padding: 5px 5px 5px 30px;
    border-bottom: 3px solid #e6daff;
    font-size: 2.2rem;
    font-family: "Fredoka", sans-serif !important;
    color: #87847f;
    font-weight: 600;
    background-image: url(/wp-content/uploads/2025/04/clock-solid.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

h4.com-timeline01-head {
    font-size: 2.2rem;
    font-weight: 800;
    color: #87847f;
    padding: 10px 0;
}

.com-timeline01-img img {
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 5/3;
}

ul.com-timeline01-list li.flex {
    margin-bottom: 30px;
}

ul.com-timeline01-list li.flex:last-of-type {
    margin-bottom: 0;
}

.tab-panel-a .tab.is-active, .tab-panel-a .tab:hover {
    background-color: #c7acff;
    color: #fefefe;
}

.tab-panel-a .tab {
    color: #c7acff;
    background-color: #f2ecff;
}

.com-timeline01 {
    position: relative;
}

.timeline {
    width: 40px;
    margin: 50px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: radial-gradient(rgb(199 172 255) 30%, transparent 30%);
    background-size: 10px 10px;
    background-repeat: no-repeat space;
    background-position: center;
}

.com-timeline01 .timeline .sun {
    max-width: 40px;
    margin: 0 auto;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    top: -60px;
    background-image: url(/wp-content/uploads/2025/04/sun02.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.com-timeline01 .timeline .moon {
    max-width: 40px;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    right: 0;
    bottom: -50px;
    margin: 0 auto;
    background-image: url(/wp-content/uploads/2025/04/moon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}

.com-list02-img {
    width: 47%;
}

.com-list02-content {
    width: 47%;
}

ul.com-list02.flex>li {
    width: 100%;
    margin-bottom: 30px;
}

ul.com-list02.flex li:last-of-type {
    margin-bottom: 0;
}

.com-list02-img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
    border-radius: 30px;
}

ul.com-list02.flex li.flex:nth-of-type(2n) {
    flex-direction: row-reverse;
}

h3.com-list02-ttl {
    padding: 5px 5px 5px 30px;
    border-bottom: 3px solid #e6daff;
    font-size: 2.2rem;
    font-family: "Zen Maru Gothic", serif !important;
    color: #87847f;
    font-weight: 600;
    background-image: url(/wp-content/uploads/2025/04/calendar-days-solid.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 0 50%;
}

ul.com-list02-list {
    color: #87847f;
    margin: 10px 0;
}

section#staff {
    background-image: linear-gradient(180deg, #e6daff, #fff9ea);
}

.staffBox.flex {
    margin-top: 50px;
    justify-content: space-evenly;
    gap: 30px 3%;
}

.staffItems {
    width: 30%;
}

.staffImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
    border-radius: 30px;
}

section#guide {
    padding: 75px 0;
    background-color: #fefefe;
    background-image: radial-gradient(circle, #ffe7cb 1px, transparent 1px);
    background-position: 0 0;
    background-size: 22px 22px;
}

li.flowItems {
    position: relative;
    background-color: #f4ba86;
    padding: 10px 100px 10px 45px;
    border-radius: 10px;
    margin-bottom: 35px;
    z-index: 1;
}

.flowImg {
    width: 76px;
    height: 75px;
    position: absolute;
    background-color: #fefefe;
    padding: 10px;
    top: -15px;
    right: 15px;
    border-radius: 9999px;
    border: 4px solid #f4ba86;
}

li.flowItems p {
    font-size: 1.6rem;
    color: #fefefe;
    font-weight: 600;
}

.flowListBox {
    position: relative;
    margin-top: 50px;
}

.flowB {
	width: 40px;
    margin: 50px auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: radial-gradient(rgb(255 219 188) 30%, transparent 30%);
    background-size: 10px 10px;
    background-repeat: no-repeat space;
    background-position: center;
}

section#office-overview {
    background-image: linear-gradient(180deg, #fff9ea, #fff9ea);
}



/* =========================================================
 * 採用情報
 * ========================================================= */

section#recruit-greet {
    background-image: linear-gradient(180deg, #fff9ea, #fff9ea);
}

section#recruit-feature {
    padding: 81px 0;
    background-color: #fefefe;
    background-image: radial-gradient(circle, #dee8ea 1px, transparent 1px);
    background-position: 0 0;
    background-size: 22px 22px;
}

section#work {
    background-image: linear-gradient(180deg, #d9efff, #e6daff);
}

.jobDescItems.flex {
    margin-bottom: 50px;
    align-items: center;
}

.jobDescBox .jobDescItems.flex:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.jobDescTxt {
    width: 35%;
    height: 100%;
}

.jobDescImg {
    width: 55%;
}

.jobDescImg img {
    width: 100%;
    height: 100%;
    aspect-ratio: 5 / 3;
    object-fit: cover;
    border-radius: 30px;
}

.jobDescTxt>h3 {
    padding: 5px 0;
    border-bottom: 3px solid #c7acff;
    font-size: 2.2rem;
    color: #87847f;
    font-weight: 600;
}

.jobDescBox .jobDescItems.flex:nth-last-of-type(2) .jobDescTxt>h3 {
    border-bottom: 3px solid #a9cde9;
}

.jobDescTxt>p {
    margin: 10px 0;
}

section#faq {
    background-image: linear-gradient(180deg, #e6daff, #fff9ea);
}

section#recruit-contents {
    padding: 75px 0;
    background-color: #fefefe;
    background-image: radial-gradient(circle, #ffe7cb 1px, transparent 1px);
    background-position: 0 0;
    background-size: 22px 22px;
}

section#recruit-contents .tab-panel-a .tab {
    color: #f4ba86;
    background-color: #ffead7;
}

section#recruit-contents .tab-panel-a .tab.is-active, section#recruit-contents .tab-panel-a .tab:hover {
    background-color: #f4ba86;
    color: #fefefe;
}

.recruit-feed01 > li {
    background-color: #ffead7;
    border-radius: 30px;
}

.recruit-feed01 .recruit-img img {
    border-radius: 20px;
}

.recruit-feed01 .time-cat time {
    margin-right: 10px;
    color: #81796c;
    font-weight: 600;
    font-family: "Fredoka", sans-serif !important;
    font-size: 2rem;
}

.recruit-feed01 > li {
    background-color: #ffead7;
}

.time-cat.flex span {
    color: #81796c;
    font-weight: 600;
}

.recruit-feed01 h3 {
    font-size: 2.4rem;
    color: #81796c;
    border-bottom: 3px solid #f4ba86;
}

.recruit-feed01 .recruit-sub.flex span {
    color: #fefefe;
    background-color: #f4ba86;
    font-weight: 700;
    margin-right: 5px;
    font-size: 1.4rem;
}

.recruit-feed01 .recruit-sub.flex li {
    font-size: 1.6rem;
    margin-right: 15px;
    color: #81796c;
    font-weight: 500;
}



/* =========================================================
 * お問い合わせ
 * ========================================================= */

section.first {
    padding-top: 75px;
    background-color: #fff9ea;
}

.bnrBox.flex {
    gap: 30px 0;
    margin: 50px 0;
}

a.bnrItems {
    width: 48%;
    transition: .2s;
}

a.bnrItems:hover {
    filter: brightness(1.05);
    transition: .2s;
}

a.bnrItems img {
    border-radius: 10px;
}

.contact-form01 th {
	background-color: #9cdafd;
    border-bottom: 1px solid #d1dee8;
    color: #fefefe;
    font-weight: 700;
    font-family: "Zen Maru Gothic", serif !important;
}

.required {
    color: #9cdafd;
    background-color: #fefefe;
    font-weight: 900;
    border-radius: 10px;
}

.contact-form01 td {
    background-color: #fefefe;
    border-bottom: 1px solid #d1dee8;
}

.wpcf7-list-item-label {
    font-size: 1.4rem;
    color: #87847f;
    font-weight: 500;
}

input[type="text"], textarea, input[type="email"], input[type="tel"] {
    border-radius: 10px;
    color: #87847f;
    font-family: "Zen Maru Gothic", serif !important;
}

input[type="submit"],
input[type="button"] {
	background: #f4ba86;
	color: #fefefe;
	border: 1px solid #f4ba86;
	transition: .2s;
	border-radius: 10px;
	font-family: "Zen Maru Gothic", serif !important;
}

input[type="submit"]:hover,
input[type="button"]:hover {
	color: #f4ba86;
	background: #fefefe;
	cursor: pointer;
	transition: .2s;
}

.privacy-check a {
    font-size: 1.4rem;
    color: #f4ba86;
    font-weight: 900;
    display: block;
}

input[type="radio"]:checked:before {
    background: #73c6f5;
}

input[type="checkbox"]:checked {
    background: #73c6f5;
}

main.contact input[type="text"], main.contact textarea, main.contact input[type="email"], input[type="tel"] {
    background-color: #f3f3f3;
}

input.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
    background-color: #f3f3f3;
}

/* =========================================================
 * 投稿共通
 * ========================================================= */

input[type="text"], textarea, input[type="email"], input[type="tel"] {
    background-color: #fffefb;
}

.sidebar h3 {
    color: #fefefe;
    background-color: #c4e4a1;
    border-radius: 10px;
    font-weight: 700;
}

.side-box li a:hover, .widget_archive li a:hover {
    color: #c4e4a1;
}

.side-box li a, .widget_archive li a {
    font-size: 1.6rem;
    color: #81796c;
    font-weight: 600;
}

.side-box li, .widget_archive li {
    border-bottom: 1px dashed #e0ddd8;
}




/* =========================================================
 * archive
 * ========================================================= */

body.all-news {
    background-color: #fff9ea;
}

body.archive {
    background-color: #fff9ea;
}

.archive-info-img.o-hover img {
    width: 100%;
    margin: 0;
}

.archive-time-cat time {
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    color: #87847f;
}

.archive-info-cat a {
    color: #fefefe;
    background-color: #f4ba86;
    border: 1px solid #f4ba86;
}

.archive-info-cat a:hover {
    color: #f4ba86;
    background-color: #fefefe;
}

.archive-info-title a:hover {
    color: #f4ba86;
}

.archive-info-title a {
    font-size: 2rem;
    letter-spacing: 0;
    color: #87847f;
    font-weight: 600;
}

.archive-info-list > li {
    border-top: 1px solid #eaeaea;
}




/* =========================================================
 * single
 * ========================================================= */

body.single.single-post {
    background-color: #fff9ea;
}

.single-info-date-cat time {
    font-family: "Fredoka", sans-serif;
    font-weight: 500;
    color: #87847f;
}

.single-info-date-cat span a:hover {
  background-color: #fefefe;
  color: #f4ba86;
}

.single-info-date-cat span a {
    color: #fefefe;
    background-color: #f4ba86;
    border: 1px solid #f4ba86;
}

.single-info-title {
    color: #f4ba86;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: "Zen Maru Gothic", serif !important;
}

.single-info-article h2 {
    font-size: 22px;
    padding: 10px 15px;
    color: #f4ba86;
    font-weight: 700;
    background: #ffe9d5;
    border-left: solid 5px #f4ba86;
    margin-bottom: 20px;
}

.single-info-article h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #f4ba86;
    font-weight: 700;
    border-bottom: solid 2px #f4ba86;
    margin-top: 30px;
}

.page-nav > div {
    border: 3px solid #ffe9d5;
    border-radius: 15px;
    background-color: #fefefe;
}

.page-nav div img {
    width: 25%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.page-nav div span {
    width: 70%;
    color: #87847f;
    font-weight: 700;
}




/* ==============================
 * catchcopy slidein
 * ============================== */

.catchcopy01 {
    position: absolute;
    bottom: -1px;
    left: 50px;
    font-size: 7rem;
    font-weight: 600;
    z-index: 50;
    overflow: hidden;
    display: inline-block;
    padding: 30px;
}

.catchcopy01 span {
    font-size: 7rem;
    font-weight: 600;
    text-shadow: 5px 5px 5px #fefefe, -5px 5px 5px #fefefe, 5px -5px 5px #fefefe, -5px -5px 5px #fefefe, 5px 0px 5px #fefefe, 0px 5px 5px #fefefe, -5px 0px 5px #fefefe, 0px -5px 5px #fefefe;
}

.catchcopy01 .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff9ea;
  width: 0;
  z-index: -1;
  transition: width 0.6s ease, transform 0.6s ease;
}

.catchcopy01 .bg.hide {
  transform: translateX(100%);
  width: 0;
}

.catchcopy01 .text {
  position: relative;
  display: inline-block;
  left: -100%;
  white-space: nowrap;
  transition: left 0.6s ease;
}

/* ==============================
 * fedein
 * ============================== */

.fade-in {
  opacity: 0;
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.fade-in-from-bottom {
  transform: translateY(60px); /* 下から大きくスライド */
}

.fade-in-from-left {
  transform: translateX(-60px); /* 左から大きくスライド */
}

.fade-in-from-right {
  transform: translateX(60px); /* 右から大きくスライド */
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0) translateX(0); /* 視界に入ると元に戻る */
}

/* 投稿ID2012のみ section#life を非表示にする */
.postid-2012 section#life {
  display: none;
}