.kaisei-decol-regular {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}
.lobster-regular {
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-style: normal;
}


p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span, label, input {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 400;
    font-style: normal;
}
.center {
    text-align: center;
}

.m-top {
    margin-top: 1em;
}

.p-top {
    padding-top: 3em;
}

.m-bottom {
    margin-bottom: 7em;
}
.m-bottom02 {
    margin-bottom: 5em;
}
.p-bottom {
    padding-bottom: 5em;
}
.p-bottom02 {
	padding-bottom: 7em;
}
.sp {
    display: none;
}

.pc {
    display: block;
}

br.pc {
    display: block;
}

br.sp {
    display: none;
}
.half {
    width: 46%;
	margin-bottom: 2em;
}
.left70 {
    width: 66%;
	margin-bottom: 2em;
}
.right30 {
    width: 30%;
	margin-bottom: 2em;
}
.left30 {
	width: 30%;
	margin-bottom: 2em;
}
.right70 {
	width: 66%;
	margin-bottom: 2em;
}
.left60 {
    width: 56%;
	margin-bottom: 2em;
}
.right40 {
    width: 40%;
	margin-bottom: 2em;
}
.left40 {
	width: 40%;
	margin-bottom: 2em;
}
.right60 {
	width: 56%;
	margin-bottom: 2em;
}
.sub-header {
    width: calc(100% - 60px);
    margin: 0 auto;
    height: 400px;
}



/*------------------------------------------
 * tablepress
 * ---------------------------------------*/
table.tablepress {
    border: 1px solid #dddddd;
}
.tablepress tbody td.column-1 {
    width: 30%;
    font-weight: 700;
    color: #604c3f;
    background-color: #f7f5f3;
}

/*------------------------------------------
 * header
 * ---------------------------------------*/
.header-content {
    padding: 50px 0 30px 0;
}
/*.header-inner.flex {
    max-width: 1400px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.logo {
    width: 250px;
    margin-bottom: 0;
}
.g-menu-wrap {
    width: calc(100% - 260px);
}*/

.g-menu-b-list>li .g-menu-icon-img-wrap svg path {
    fill: #604c3f;
}
.menu-image-title {
    margin: 10px 0 0;
    width: 100%;
    font-weight: 700;
    font-size: 1.6rem;
    color: #604c3f;
}
.g-menu-b-list>li {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(95% / 3);
    padding: 0 15px;
    border-right: 5px dotted #afa59e;
}
.g-sub-nav {
    position: absolute;
    top: 0;
    right: 40px;
}
.g-sub-nav .g-sub-nav-list.flex a {
    font-size: 1.6rem;
    display: block;
    padding: 5px 15px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    margin-left: 15px;
    border: solid 2px #604c3f;
    background-color: #604c3f;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 600;
}
.g-sub-nav .g-sub-nav-list.flex a:hover {
    color: #604c3f;
    background-color: #fff;
}

.header-menu {
    background-color: transparent!important;
}
.header-sub-box.flex {
    align-items: center;
}


/*------------------------------------------
 * mobile
 * ---------------------------------------*/
#hamburger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #604c3f;
    width: 45%;
}
#mobile-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-size: auto auto;
    background-color: #604c3f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
	background-image: none;
}
.mobile-menu-icon-list>li.sub-off .mobile-menu-title {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    color: #604c3f;
    margin-bottom: 10px;
}
.mobile-menu-icon-list>li.sub-off .mobile-menu-icon path {
    fill: #604c3f;
}
.mobile-sub-nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    color: #604c3f;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 25px;
}
.pc-side-menu {
  display: none;
}
.pc-side-menu.active {
  display: block;
}
.g-sub-nav02 .g-sub-nav-list.flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0!important;
}


/*------------------------------------------
 * mobile
 * ---------------------------------------*/
#hamburger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: var(--main);
    width: 45%;
}
#mobile-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-size: auto auto;
    background-color: #8edec8;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
	background-image: none;
}
.mobile-menu-icon-list>li.sub-off .mobile-menu-title {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 700;
    color: #604c3f;
    margin-bottom: 10px;
}
.mobile-menu-icon-list>li.sub-off .mobile-menu-icon path {
    fill: #604c3f;
}
.mobile-sub-nav li a {
    display: block;
    padding: 10px 15px;
    background-color: #fff;
    color: var(--main);
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 25px;
}

/*------------------------------------------
 * ハンバーガー
 * ---------------------------------------*/
.open-btn-wrap {
  transform: translateY(-130px);
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 100;
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.open-btn-wrap.active {
  transform: translateY(0);
}

.openbtn {
  position: relative;
  background: var(--main);
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  border: 2px solid #fff;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 20px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 27px;
}

.openbtn span:nth-of-type(2) {
  top: 36px;
}

.openbtn span:nth-of-type(3) {
  top: 45px;
}

.openbtn.active span:nth-of-type(1) {
  top: 29px;
  left: 19px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 41px;
  left: 19px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.pc-side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 620px;
  height: 100%;
  background-color: #8edec8;
  padding: 180px 50px 100px;
  z-index: 50;
  display: block;
  transform: translateX(620px);
  transition: transform 0.5s ease-out;
}
.pc-side-menu.active {
  transform: translateX(0);
}
.mobile-logo {
	display: none;
}



.pc-side-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 15px;
  column-gap: 15px;
  margin-bottom: 40px;
}

.pc-side-list li a {
  display: block;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  letter-spacing: 0;
  font-size: 1.6rem;
  border: 2px solid #fff;
  transition-duration: 0.3s;
  font-weight: bold;
}

.pc-side-list li a:hover {
  border: 2px solid #ed84a0;
}

.pc-side-list li a span {
  display: block;
  max-width: 30px;
  margin: 0 auto 5px;
}

.pc-side-contact-txt {
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
}

.side-menu-tel-number {
  max-width: 340px;
  margin: 10px auto 0;
  display: block;
  transform: translateX(-15px);
}

.side-btn-wrap {
  position: fixed;
  right: 0;
  top: calc(50% - 100px);
  width: 120px;
  z-index: 30;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.side-btn {
  display: block;
  padding: 20px 10px;
  background-color: #fe87ba;
  border-radius: 15px 0 0 15px;
}

.side-btn02 {
  margin-top: 20px;
}

.side-btn:hover {
  opacity: 0.7;
}

.side-btn-wrap.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.side-icon {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 3px;
  color: #fff;
  line-height: 1em;
}

.side-txt {
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 0;
  text-align: center;
}
.pc-side-menu.active .mobile-logo {
    display: none;
}


/*------------------------------------------
 * slider
 * ---------------------------------------*/

.mv .swiper {
    width: 80%;
    margin: auto;
    border-radius: 50px;
}
.mv .swiper .swiper-button-next,
.mv .swiper .swiper-button-prev {
  color: var(--main);
}
.mv .swiper .swiper-button-next::after,
.mv .swiper .swiper-button-prev::after {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .mv .swiper .swiper-button-next::after,
  .mv .swiper .swiper-button-prev::after {
    font-size: clamp(12px, 1.2rem, 1.2rem);
  }
}
.mv {
    position: relative;
    padding-bottom: 11.625vw;
	overflow: hidden; 
}
.mv img {
    width: 100%;
    height: 700px;
}
.mv .swiper {
    position: relative;
    z-index: 10; /* 写真が最前面 */
}
.mv::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    aspect-ratio: 1285 / 556;
    background-image: url(/wp-content/uploads/2025/12/deco02.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 2;
    pointer-events: none;
}
.mv::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 100%;
    aspect-ratio: 1146 / 539;
    background-image: url(/wp-content/uploads/2025/12/deco03.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
    pointer-events: none;
}
.mv-catch {
    position: absolute;
    top: 40%;
    right: clamp(200px, 18vw, 350px);
    transform: translateY(-50%);
    z-index: 20;
}
.mv-catch p {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: clamp(3rem, 4vw, 5rem);
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #604c3f;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 0 2px 4px rgb(255 255 255);
}

@media screen and (max-width: 1024px) {
    .mv-catch {
        top: 45%;
        left: clamp(120px, 16vw, 240px);
    }

    .mv-catch p {
        font-size: clamp(2.6rem, 3.5vw, 4rem);
    }
}
@media screen and (max-width: 768px) {
  .mv-catch {
    top: auto;
    bottom: 50%;           /* ← 数値で指定 */
    left: 50%;
    transform: translate(-50%, 0); /* ← X/Y 両方明示 */
    width: 100%;           /* ← 超重要 */
  }

  .mv-catch p {
    writing-mode: horizontal-tb;
    font-size: 2rem;
    letter-spacing: 0.12em;
    text-align: center;
    white-space: normal;   /* ← 念のため */
  }
}


/*------------------------------------------
 * h2
 * ---------------------------------------*/
h2.title01 {
    color: #604c3f;
    font-size: 4rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
h2.title01 span {
    display: block;
    font-family: "Lobster", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3vw;
    color: rgba(255, 231, 165, 0.72);
    margin-top: -25px;
}


/*------------------------------------------
 * top
 * ---------------------------------------*/

body {
    background-image: url(/wp-content/uploads/2025/12/deco01.png);
    background-repeat: no-repeat;
    background-position: top 0 right 0;
}


/*------------------------------------------
 * news
 * ---------------------------------------*/

section.home-section.home-section01 {
    background-color: #fcf7eb;
    padding-bottom: 0;
}

.news-wrap {
    gap: 50px;
	align-items: center;
}
.content-1 {
    width: 20%;
    flex: 1;
}
.content.content-1 img {
    max-width: 250px;
    height: auto;
}
.content-2 {
    width: 60%;
    flex: 2;
}
.content-3 {
    width: 20%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn {
    display: block;
    background-color: var(--main);
    text-align: center;
    color: #fff;
    font-size: 1.5rem!important;
    font-weight: bold;
    padding: 15px 25px!important;
    max-width: 340px;
    margin: 0 auto;
    transform-origin: 0.3s;
}
.btn01 {
  display: inline-flex;
  align-items: center;
}
.btn-arrow::before {
    content: "→";
    margin-left: 0.5em;
    color: #fff;
}
.btn01:hover .btn-arrow::before {
    color: #8edec8;
}
.news-list01 li .news-cat a {
    line-height: 1em;
    font-size: 1.2rem;
    padding: 5px 8px;
    font-weight: 700;
    color: #fff;
    background-color: #8edec8;
    border: 1px solid #8edec8;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}
.news-list01 li .news-cat a {
    background-color: #8edec8;
    border: 1px solid #8edec8;
}
.news-list01 li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: dashed 2px #d3af0a;
}
.news-list01 li .news-cat a:hover {
  color: #8edec8!important;
}
.btn01 {
    border: 1px solid #8edec8;
    background-color: #8edec8;
    border-radius: 40px;
}
.btn01 .btn-arrow {
    fill: #fff
}

.btn01:hover {
    color: #8edec8;
    background-color: #fff
}

.btn01:hover .btn-arrow {
    fill: #8edec8
}


/*------------------------------------------
 * single
 * ---------------------------------------*/
.sub-header-txt {
    padding: 10px 25px;
    color: #604c3f;
    line-height: 1.5em;
    font-size: 3rem;
    font-weight: 700;
    background-color: rgba(255,255,255,.9);
}
.single-info-title {
    color: #604c3f;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.single-info-date-cat span a {
    display: block;
    background-color: #8edec8;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #8edec8;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1em;
}
.single-info-date-cat span a:hover {
    background-color: #fff;
    color: #8edec8;
}
.file-list a {
    display: block;
    padding: 15px 20px;
    text-align: center;
    color: #604c3f;
    background-color: #ebf9fd;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.file-list a:hover {
    color: #fff;
    background-color: #604c3f
}
.sidebar h3 {
    font-size: 2rem;
    padding: 0;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    background-color: #d3af0a;
    font-weight: 700;
    letter-spacing: .1em;
	border-radius: 30px;
}
.side-box li a:hover, .widget_archive li a:hover {
    color: #b19e73;
}
.side-box li, .widget_archive li {
    padding: 10px 0;
    border-bottom: 1px dashed #b19e73;
}



/*------------------------------------------
 * features
 * ---------------------------------------*/
section#features {
    background-color: #fcf7eb;
    position: relative;
}
.star01 {
    position: absolute;
    z-index: 1;
    width: 120px;
    height: auto;
    top: 35px;
    left: 8%;
}
.com-box02-list {
  display: flex;
  gap: 30px;
}
.com-box02-list li:nth-child(1) {
  margin-top: 0;
}

.com-box02-list li:nth-child(2) {
  margin-top: 60px;
}

.com-box02-list li:nth-child(3) {
  margin-top: 120px;
}


/*------------------------------------------
 * リクルート
 * ---------------------------------------*/
section#recruit {
    background-image: url(/wp-content/uploads/2026/01/wave01.png);
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    padding-bottom: 150px;
    position: relative;
}
.star02 {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: auto;
    top: 35px;
    right: 8%;
}
h3.title01 {
    text-align: center;
    font-size: 3rem;
    color: #d3af0a;
    font-weight: 700;
    margin-bottom: 30px;
	position: relative;
}
h3.title01::after {
    content: "● ● ●";
    display: block;
    font-size: 0.9rem;
    color: #80c6b9;
}
.com-interview01-list > li.flex:nth-child(even) {
  flex-direction: row-reverse;
}
ul.com-interview01-faq {
    background-color: #fffdf7;
    padding: 45px 35px;
    border-radius: 30px;
}
/*.com-interview01-faq li:last-child .com-interview01-q {
  margin-bottom: 0;
}*/


/*------------------------------------------
 * overview
 * ---------------------------------------*/
section#overview {
    background-image: url(/wp-content/uploads/2026/01/wave02.png);
    background-color: #eefcf8;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 150px;
    position: relative;
}
 .star03 {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: auto;
    top: 35px;
    left: 8%;
}

/*------------------------------------------
 * Contact
 * ---------------------------------------*/
section#contact {
    background-image: url(/wp-content/uploads/2026/01/wave03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    position: relative;
}
 .star04 {
    position: absolute;
    z-index: 1;
    width: 100px;
    height: auto;
    top: 35px;
    right: 8%;
}
.contact-section01 {
    position: relative;
}
section.contact-section01 h2.title01:after {
	content: "Contact";
}
p.con-txt {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #EFE8dd;
    border-radius: 25px;
    padding: 7px;
    color: #7e7269;
    margin-bottom: 30px;
}
.contact-form01 tbody {
  border: none;
}

.contact-form01 th {
  background: none;
  border-bottom: none;
}
.contact-form01 td {
    border: none;
    border-bottom: 2px solid #ceefe9!important;
}
.contact-form01 input:focus,
.contact-form01 textarea:focus {
  border-bottom-color: var(--main) !important;
}
.contact-form01 th {
    background: none;
    border: none;
    color: #7e7269;
    border-bottom: 2px solid #80c6b9;
}
.contact-form01 td {
  border: none;
  border-bottom: 1px solid #000;
}
.required {
    padding: 5px 10px;
    color: #f3f3f3;
    background-color: var(--main);
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 10px;
    border-radius: 15px;
}
main.thanks {
    text-align: center;
}

/*------------------------------------------
 * footer
 * ---------------------------------------*/
.footer {
    background-color: #5f4b3e;
    padding: 100px 0 15px;
}
.footer-logo.o-hover img {
    display: block;
    height: auto;
    max-width: 250px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-menu-title {
    background-color: #fff;
    color: #5f4b3e;
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 20px;
}
.footer-menu a:hover {
    color: #a39f71;
}
.footer-menu>li>a {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #fff;
    display: block;
}




/*------------------------------------------
 * pagetop
 * ---------------------------------------*/
#page-top img {
    max-height: 80px;
    width: auto;
}


/*------------------------------------------
 * privacy
 * ---------------------------------------*/
.privacy-head {
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: solid 3px #b19e73;
    margin-top: 40px;
    color: #5f4b3e;
    font-weight: 700;
}
.privacy-head span {
    color: #b19e73;
    margin-left: 5px;
    font-weight: 700;
    font-size: 1.4rem;
}
