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

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

.p-top {
    padding-top: 3em;
}
.mb60 {
    margin-bottom: 60px;
}
.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: 60%;
	margin-bottom: 2em;
}
.sub-header {
    width: calc(100% - 60px);
    margin: 0 auto;
    height: 400px;
    border-radius: 30px;
}
body {
    position: relative;
    background: url(/wp-content/uploads/2025/05/header_img01.png), url(/wp-content/uploads/2025/05/bg.png);
    background-repeat: no-repeat, repeat;
    background-position: center 0, 0 0;
    background-size: contain, auto;
}
.bg-w {
    background: #fff;
}
.bg-y {
    background: #fff8ed;
}



/*------------------------------------------
 * slider
 * ---------------------------------------*/
section.slider {
    margin: 50px 80px auto;
    border-radius: 300px 300px 10px 10px;
    overflow: hidden;
}
.slider {
    position: relative;
    z-index: -1;
}
.slider::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 45%;
    bottom: -90px;
    left: 0;
    z-index: 2;
    background: url(/wp-content/uploads/2025/05/header_img02.png) no-repeat;
    background-size: contain;
}


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



/*------------------------------------------
 * title
 * ---------------------------------------*/
.title01 {
    font-size: 3rem;
    color: #533620;
    font-weight: bold;
	background-image: url(/wp-content/uploads/2025/05/h2illust.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 42px 10px 40px;
    margin: 0 auto 1em;
    background-position: center;
    text-align: center;
}
.title01::before {
	display: none;
}

/*------------------------------------------
 * header
 * ---------------------------------------*/
.header-box01 .logo, .header-box02 .logo img {
    max-width: 380px;
    width: 100%;
}
.header-box01 .g-nav-tel-pc img {
    max-width: 285px;
    margin-left: auto;
}
.header-menu > li a {
    color: #3d332f;
	border-right: #FF99B3 3px dotted;
}
.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);
}
.header-menu {
    background: transparent;
}
.open-btn-wrap.active {
  transform: translateY(0);
}

.openbtn {
  position: relative;
  background: #FF99B3;
  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;
  height: 100%;
  width: 620px;
  z-index: 50;
  background-color: rgba(255, 237, 243, 0.9);
  right: 0;
  top: 0;
  padding: 180px 50px 100px;
  transform: translateX(620px);
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}

.pc-side-menu.active {
  transform: translateX(0);
}

.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 0 20px 10px;
  background-color: #FF99B3;
  border-radius: 50px 0 0 50px;
}

.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;
}



/*------------------------------------------
 * 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-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;
}

/*------------------------------------------
 * h2
 * ---------------------------------------*/





/*------------------------------------------
 * news
 * ---------------------------------------*/
section#news {
    position: relative;
    padding-bottom: 0px;
}
.news-con {
    background: #fff;
    padding: 60px 60px 30px;
    border-radius: 35px;
    margin-bottom: 50px;
}
.news-list01 li .news-cat a {
  line-height: 1em;
  font-size: 1.2rem;
  padding: 5px 8px;
  font-weight: 700;
  color: #fff;
  background-color: #FF99B3;
  border: 1px solid #FF99B3;
  -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 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: dashed 2px #b19e73;
}
.news-list01 li .news-cat a:hover {
  background-color: #fff;
  color: #FF99B3;
}
.btn {
    color: #fff;
    display: block;
    font-size: 1.6rem;
    max-width: 300px;
    width: 100%;
    font-weight: 700;
    text-align: center;
    transition-duration: 0.3s;
    position: relative;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 0px auto;
}
.btn01 {
    background-color: #FF99B3;
    border-width: 1px;
    border-style: solid;
    border-color: #FF99B3;
    border-image: initial;
}
.btn01 .btn-arrow {
    fill: #fff
}

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



/*------------------------------------------
 * 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);
	border-radius: 10px;
}
.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: #604c3f;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 5px 8px;
    border-radius: 5px;
    border: 1px solid #604c3f;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: 1em;
}
.single-info-date-cat span a:hover {
    background-color: #fff;
    color: #604c3f;
}
.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: #604c3f;
    font-weight: 700;
    letter-spacing: .1em;
	border-radius: 25px;
}
.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;
}



/*------------------------------------------
 * greeting 
 * ---------------------------------------*/
section#greeting {
	background-image: url(/wp-content/uploads/2025/05/greeting_bg01.png), url(/wp-content/uploads/2025/05/greeting_bg02.png), url(/wp-content/uploads/2025/05/greeting_bg03.png), url(/wp-content/uploads/2025/05/wave02.png);
	background-repeat: no-repeat;
    background-position: 90% 0, 10% 20%, 90% 75%, 0 0;
    background-size: auto, auto, auto, contain;
    background-color: #fff;
    padding: 250px 0 100px;
}

.greet-box {
    margin-bottom: 50px !important;
}
.greet-img {
    position: relative;
}
.greet-box .left40 img {
    max-width: 400px;
    margin: 0 auto;
    border-radius: 30px;
}
.greet-img:before {
    content: "";
	width: 211px;
    height: 214px;
    position: absolute;
    bottom: -20px;
    left: -15px;
    background-image: url(/wp-content/uploads/2025/05/greeting_img02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.title02 {
    font-size: 3rem;
    padding-left: 2.3em;
    justify-content: start !important;
    text-align: left !important;
    margin: 0 auto 0.7em !important;
    border-bottom: 3px solid #ff99b3 !important;
    background-color: transparent;
    color: #533620;
    font-weight: bold;
    position: relative;
}
h2.title02::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 59px;
    bottom: 3px;
    left: 0;
    background-image: url(/wp-content/uploads/2025/05/greeting_img03.png);
    background-repeat: no-repeat;
    background-size: contain;
}
p.greeting-txt {
    font-size: 18px;
    line-height: 40px;
}
.rinen-box {
    background: #fff8ed;
    padding: 30px 50px;
    border-radius: 30px;
}
.title03 {
    padding-bottom: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 25px;
    color: #ff99b3;
    border-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.title03::before,
.title03::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #3fc1c9;
}

.title03::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.title03::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
p.rinen-txt.mb30 {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}



/*------------------------------------------
 * introduction 
 * ---------------------------------------*/
section#introduction {
	background-image: url(/wp-content/uploads/2025/05/intro_bg01.png), url(/wp-content/uploads/2025/05/intro_bg02.png), url(/wp-content/uploads/2025/05/wave03.png), url(/wp-content/uploads/2025/05/wave04.png);
    background-repeat: no-repeat, no-repeat, repeat-x, repeat-x;
    background-position: 5% 25%, 95% 90%, top center, bottom center;
}
.intro-box .intro-box-item {
    width: 46%;
    margin-bottom: 50px;
}
.intro-box-item img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 30px;
}
h3.intro-title {
    font-size: 2.2rem;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #533620;
}




/*------------------------------------------
 * flow 
 * ---------------------------------------*/
section#flow {
    background-image: url(/wp-content/uploads/2025/05/wave05.png), url(/wp-content/uploads/2025/05/flowbg01.png), url(/wp-content/uploads/2025/05/flowbg02.png);
    background-repeat: repeat-x, no-repeat, no-repeat;
    background-position: 0 bottom, 95% 0%, 0% 95%;
}
ul.com-flow02-list li {
    background: #ffffff;
    padding: 30px;
    border-radius: 30px;
}

h3.flow-title {
    padding: 10px 15px;
    text-align: center;
    font-size: 2.2rem;
    background-color: #ff99b3;
    color: #ffffff;
    max-width: 600px;
    margin: 0 auto 30px;
    border-radius: 999px;
    letter-spacing: 0.05em;
    font-weight: 600;
    width: 100%;
}


ul.pdf-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
    row-gap: 30px;
}

.pdf-list a {
    display: block;
    padding: 15px 20px;
    text-align: center;
    background-color: #ffeaef;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 15px;
	color: #533620;
}
.pdf-list a:hover {
  color: #40b7be;
  background-color: #ffcdda;
}



/*------------------------------------------
 * overview 
 * ---------------------------------------*/
section#overview {
    background-image: url(/wp-content/uploads/2025/05/intro_bg01.png), url(/wp-content/uploads/2025/05/intro_bg02.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 5% 25%, 95% 90%;
}
ul.company-list.flex li {
    width: 48%;
}



/*------------------------------------------
 * message 
 * ---------------------------------------*/
section#massage {
    background-image: url(/wp-content/uploads/2025/05/messe_bg01.png), url(/wp-content/uploads/2025/05/messe_bg02.png);
    background-repeat: no-repeat;
    background-position: 15% 20%, 85% 20%;
}
.mass-box p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}
a.bnr {
    display: block;
    width: 500px;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 700;
    background: #FF99B3;
    border-radius: 15px;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
}
a.bnr:hover {
	opacity: 0.6;
}



/*------------------------------------------
 * recruit 
 * ---------------------------------------*/
ul.work-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
ul.work-list li {
    width: 30%;
}
ul.work-list li img {
    border-radius: 30px;
}
h3.work-title {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    padding: 10px;
    background: #ff99b3;
	color: #fff;
    border-radius: 30px;
    margin: 15px 0;
}

section.recruit-section02 {
    background-color: #ffd6d6;
    background-image: radial-gradient(#ffffff 11%, transparent 14%), radial-gradient(#ffffff 11%, transparent 14%);
    background-position: 0 0, 19px 19px;
    background-size: 38px 38px;
}
ul.com-interview02-list-faq {
    background: rgb(255 255 255 / 81%);
    padding: 15px;
    border-radius: 15px;
}
section.recruit-section03 {
    background: #fff;
    border-radius: 50px;
    margin: 5em;
	padding: 50px 50px 30px 50px;
}


/*------------------------------------------
 * contact
 * ---------------------------------------*/
section#contact {
    background-image: url(/wp-content/uploads/2025/05/greeting_bg02.png), url(/wp-content/uploads/2025/05/greeting_bg03.png);
    background-repeat: no-repeat;
    background-position: 10% 20%, 90% 75%;
    background-size: auto;
}
a.bnr02 {
    display: block;
    width: 600px;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-align: center;
    font-weight: 700;
    background: #40b7be;
    border-radius: 3em;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
}
a.bnr02:hover {
    opacity: 0.6;
}
span.number {
    font-size: 3.5rem;
    letter-spacing: 10px;
    font-weight: bold;
    line-height: 35px;
}
p.con-txt {
    font-size: 18px;
}



/*------------------------------------------
 * footer 
 * ---------------------------------------*/
.foot-btn-wrap {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
.footer {
    background-color: #ffcdda;
    padding: 100px 0 15px;
}
.footer-address p, .footer-address a {
    color: #352b25;
}
.footer-logo {
    padding-bottom: 40px;
    border-bottom: 5px dotted #352b25;
    margin-bottom: 40px;
}
.footer-logo.o-hover img {
    display: block;
    height: auto;
    max-width: 350px;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-menu-title {
    background-color: #fff;
    color: #352b25;
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 20px;
}
.footer-menu a {
    color: #352b25;
    font-size: 1.6rem;
}
.footer-menu a:hover {
    color: #a39f71;
}
.footer-menu>li>a {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #352b25;
    display: block;
}
.sns-icon-title p, .sns-sub-nav li a, .copyright p {
    color: #352b25!important;
}
.sns-icon-wrap.flex .line {
    background-color: #352b25!important;
}






/*------------------------------------------
 * 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 #ff99b3;
    margin-top: 40px;
    color: #5f4b3e;
    font-weight: 700;
}
.privacy-head span {
    color: #ff99b3;
    margin-left: 5px;
    font-weight: 700;
    font-size: 1.4rem;
}