@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');

body p,
body a,
body li,
body dt,
body dd,
body time,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body th,
body td,
body span,
body label,
body input {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  color: #524642;
}
html{
	overflow-x:hidden;
}
p, a, li, dt, dd, time, h1, h2, h3, h4, h5, h6, th, td, span {
  font-size: 1.8rem;
  word-break: break-all;
}
.sub-header-txt{
	color:#333;
}
.contact-band {
	display:none;
  padding: 60px 0;
  background-color: #fff;
}
.block_flex{
	display:flex;
justify-content:space-between;
}
.box50{
	width:48%;
}
iframe{width:100%;}
/*--------------------------------------------------
 * PC：スライドメニュー
 * ------------------------------------------------*/
.open-btn-wrap {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 50;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

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

.openbtn {
  position: relative;
  background: #7ED8C2;
  cursor: pointer;
  width: 80px;
  height: 80px;
  border-radius: 999px;
  border: 2px solid #fff;
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  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;
  -webkit-transform: translateY(6px) rotate(-45deg);
  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;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.pc-side-menu {
  position: fixed;
  height: 100%;
  width: 800px;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  right: 0;
  top: 0;
  padding: 150px 50px 100px;
  -webkit-transform: translateX(800px);
  transform: translateX(800px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow-y: auto;

}

.pc-side-menu .mobile-sns-icon-title p {
  color: #524642;
   !important
}

.pc-side-menu .mobile-sns-icon-title p span {
  color: #524642;
   !important
}

.pc-side-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background-image: url(/wp-content/uploads/2025/02/takahagi.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center bottom 10px;
  animation: none;
  transform: none;
  transition: unset;
}

.pc-side-list {
  margin-bottom: 40px;
}

.pc-side-list li a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #524642;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 2rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #524642;
}

.pc-side-list li a:hover {
  opacity: 0.7;
}

.pc-side-list .g-sub-nav .g-sub-nav-list.flex a {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  border: solid 2px #7ED8C2;
  background-color: #7ED8C2;
  color: #fff;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.moblie-menu-tel-number{
color:#fff;
}
.mobile-nav-wrap .mobile-menu-list > li > a {
  display: block;
  text-align: center;
  padding: 10px 15px;
	color:#524642;
}

.g-sub-nav .g-sub-nav-list li {
  display: flex;
}

.g-sub-nav .g-sub-nav-list li:nth-child(1) a:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/uploads/2025/02/icon_mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.g-sub-nav .g-sub-nav-list li:nth-child(2) a:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/uploads/2025/02/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


.pc-side-menu.active .g-sub-nav .g-sub-nav-list li {
  display: flex;
  width: 50% !important;
  margin-top: 50px;
}

.pc-side-menu.active .g-sub-nav .g-sub-nav-list.flex a {
  width: 100%;
  border: none;
  background: #524642;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
}

.n2_clear {
clear: both;
  width: 90%;

  border-radius: 0 30px 30px 0;
  overflow: hidden;
  margin-right: auto;
  margin-top: 20px;
}

.header-menu{
	background-color:transparent;
}
.header-box01 .logo {
  max-width: 370px;
  width: 100%;
}
/*
.header-content02 {
	width:100%;
  padding: 30px 0 0;
  position: fixed;
  z-index: 99;

    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
*/
.header-menu > li a {

  color: #524642;
  padding: 0 40px;
  border-right: #524642 1px solid;
}
body {
background-color:#fffafa;
	background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
	
}

#news{
	position:relative;
}

#news .ab01{
position:absolute;
	width: 25vw;
	top:20vw;
	left:-1vw;
	z-index: -1;
}
#news .ab02{
position:absolute;
	width: 25vw;
	top:0;
	right:-5vw;
	z-index: -1;
}
#greet{
	position:relative;
	padding-bottom:0;
}
#greet .ab01{
position:absolute;
	width: 20vw;
	top:10vw;
	right:3vw;
	z-index: -1;
}


#nayami{
	position:relative;
}
#nayami .ab01{
position:absolute;
	width: 20vw;
	top:10vw;
	right:3vw;
	z-index: -1;
}
#service{
	position:relative;
	padding-bottom:0;
}
#service .ab01{
position:absolute;
	width: 20vw;
	top:10vw;
	right:-3vw;
	z-index: -1;
}
#overview{
	position:relative;

}
#overview .ab01{
position:absolute;
	width: 20vw;
	top:10vw;
	right:3vw;
	z-index: -1;
}
.recruit-single{
	position:relative;

}
.recruit-single .ab01{
position:absolute;
	width: 20vw;
	top:0;
	right:3vw;
	z-index: -1;
}
.recruit-single .ab02{
position:absolute;
	width: 10vw;
	bottom:20vw;
	left:3vw;
	z-index: -1;
}

.recruit{
	position:relative;
	padding-bottom:0;
}
.recruit .ab01{
position:absolute;
	width: 20vw;
	top:10vw;
	right:3vw;
	z-index: -1;
}
.block_faq{
	position:relative;

}
.block_faq .ab01{
position:absolute;
	width: 20vw;
	top:10vw;
	right:3vw;
	z-index: -1;
}
.bg_c01{
	background-image:url(/wp-content/uploads/2025/02/ill01.png);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom -20px right 20px;
}
.box_news{

}

.list01{
	display:flex;
}
.list01 li{
	position:relative;
	display: flex;
  align-items: center;
  justify-content: center;
	flex-flow: column;
flex:1;
	text-align:center;
	font-size: 2vw;
  width: 25vw;
  height: 25vw;
background: rgba(255, 255, 239,0.5);
	border-radius: 50%;
	margin: 0 1vw;
}

.list01 li:nth-child(2){
	margin-top:100px;
}
.list01 li .title{
font-size:2vw;
	font-weight:bold;
	line-height: 1.5;
}
.list01 li .title span{ 
font-size:3vw;
}
.list01 li .img{
	width:60%;
	margin:0 auto;
}
.list02{
	display:flex;
}
.list02 li{
	display: flex;
  align-items: center;
  justify-content: flex-start;
	flex-flow: column;
flex:1;
	text-align:center;
	font-size: 2vw;
  width: 25vw;
padding:20px;
 background: #FFFFEF;
	border-radius: 20px;
	margin: 0 1vw;
}
.list02 li:nth-child(2){

}
.list02 li .title{
font-size:2vw;

	line-height: 1.5;
}
.list02 li .title span{ 
font-size:3vw;
}
.list02 li .txt{
	margin-top:10px;
	font-size:1.5vw;
	font-weight:bold;
	line-height: 1.5;
}
.list02 li .img{
	width:60%;
	margin:0 auto;
	margin-top: auto;
}
.w80{
	width:80vw;
	margin:0 auto;
}
.mb100{
	margin-bottom:100px;
}
.font01{
	font-size:30px;
}
.font02{
font-size: 3vw;
	font-size: min(3vw,50px);
  color: #6a3701;
	margin:100px auto 80px;
}
.t_center{
	text-align:center;
}
/*tab*/
.tab-panel-a .tab-group{
	margin-bottom:0;
}
.tab-panel-a .panel {
border-radius:10px;
  background: #fff;
	padding: 30px;}
.tab-panel-a .tab {
 
  width: 40%;
  margin: 0 1.5%;
	border-radius: 25px 25px 0 0;}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  padding: 7px 14px;
  margin: 5px auto 0 auto;
	background: #ccc;}
/*見出し*/
.title_l{
color: #fe87ba;
  font-size: 3vw;
  margin-left: 6vw;
	display:inline-block;

}
.title_l .ja{
	margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
  text-align: right;
  font-size: 30px;
  margin-bottom: -3vw;
  color: #fe87ba;
  margin-right: 10px;
}
.title_l .en{
	color: #fff;
  font-size: 10vw;
  margin-left: 3vw;
	margin-bottom: 5vw;
line-height: 1;
}
.title01{
	color: #524642;
}
.title01:before{
	display:none;
}

.tit_center{
	text-align:center;
}
.s_line {
  position: relative;
  display: inline-block;
  padding: 0 55px;
font-size: 3em;
  color: #6a3701;
  margin-bottom: 40px;
	line-height:1.5;
}
.s_line span{
	  color: #6a3701;
	font-size: 0.9em;
}

.s_line:before,
.s_line:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #6a3701;
}

.s_line:before {
  left: 0;
}

.s_line:after {
  right: 0;
}

.footer{background-color:transparent;}
.footer-address p, .footer-address a {
  color: #524642;
}
.footer-menu > li > a {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #524642;
  display: block;
}
.footer-menu a {
  color: #524642;
  font-size: 1.6rem;
}
.footer-logo {
  padding-bottom: 40px;
  border-bottom: none;
  margin-bottom: 40px;
}
.footer-menu-title{
	display:none;
}
.footer-address .name {
  margin-bottom: 0;
  display: none;
}
.sns-icon-title p{
	color:#524642!important;
}
.sns-sub-nav li a {
	color: #524642!important;
}
.sns-icon-wrap.flex .line {
  height: 1px;
  display: block;
	background-color: #524642!important;
}
.copyright p {
	color: #524642!important;
}
.header-box01 .header-box-inner01.flex {
	max-width: 100%;
padding:0 5vw;}
.header-content02 {
  padding: 30px 0 0;
  position: relative;
	z-index: 99;}
.slider{
	position:relative;
}
.slider .ab01{
position: absolute;
top: 5vw;
  right: 0;
  bottom: 0;
  width: 20vw;
  transform: rotate(200deg);
  z-index: 10;
  height: 10vw;
}
.slider .ab02{
	display:none;
	position:absolute;
bottom: -3vw;
		width:20vw;
	z-index:10;
}
.section_about{
	background-image:url(/wp-content/uploads/2025/02/bg_img03.png);
	background-repeat:no-repeat;
	background-size:300px;
	background-position:top right;
}
.title01 {
  color: #524642;
  margin: 0;
}
.bg_title01{
	width:200px;
	margin:0 auto 50px;
}
.list03{
	background-color: rgba(255,255,255,0.5);
  padding: 30px;
  border-radius: 20px;

}
.open-btn-wrap {
  -webkit-transform: translateY(-130px);
  transform: translateY(-130px);
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 50;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

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

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

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  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;
  -webkit-transform: translateY(6px) rotate(-45deg);
  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;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.pc-side-menu {
  position: fixed;
  height: 100%;
  width: 800px;
  z-index: 10;

  background-color: #f5b2b2;
  right: 0;
  top: 0;
  padding: 150px 50px 100px;
  -webkit-transform: translateX(800px);
  transform: translateX(800px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  overflow-y: auto;

}

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

.pc-side-list {
  margin-bottom: 40px;
}

.pc-side-list li a {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #524642;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #524642;
}

.pc-side-list li a:hover {
  opacity: 0.7;
}

.pc-side-menu.active .g-sub-nav .g-sub-nav-list li {
    display: flex;
    width: 50% !important;
    margin-top: 50px;
}
.pc-side-menu.active .g-sub-nav .g-sub-nav-list.flex a {
    width: 100%;
    border: none;
    background: #524642;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
}

.g-sub-nav02 .g-sub-nav-list.flex a{
	    display: flex;
		align-items: center;
	font-size: 1.8rem;
}

.g-sub-nav02 .g-sub-nav-list li {
    display: flex;

}
.g-sub-nav02 .g-sub-nav-list.flex a:hover {
  color: #fff;
  background-color:#fe87ba ;
	opacity:0.8;
}
.g-sub-nav02 .g-sub-nav-list li:nth-child(1) a:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/02/icon_mail.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.g-sub-nav02 .g-sub-nav-list li:nth-child(2) a:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/uploads/2025/02/icon_tel.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/*--------------------------
 * 各種資料ダウンロード
 * -------------------------*/
.box_pdf {
    margin-left: 5vw;
    width: 60vw;
}
.list-pdf {
    display: flex;
    flex-wrap: wrap;
}
.list-pdf li {
    width: 50%;
}
.list-pdf li a {
    font-size: 1.5em;
    border: 1px solid;
    display: block;
    margin: 25px 15px;
    padding: 40px 80px 40px 40px;
    background: #fff;
    border: none;
    border-radius: 10px;
    background-image: url(/wp-content/uploads/2025/02/icon_pdf.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: center right 30px;
    box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
}

.tablepress tbody td.column-1 {
  width: 30%;
  font-weight: 700;
  color: var(--main);
  background-color: #FFFFEF;
}
.plus {
  display: inline-block;
  vertical-align: .3em;
  color: #524642!important;
  line-height: 1;
  width: 1em;
  height: 1px!important;
  background: currentColor;
  border-radius: .1em;
  position: relative;
}
.com-faq01-q {
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  font-size: 1.8rem!important;
  padding-bottom: 10px;
  border-bottom: 1px solid #333!important;
}
.com-faq01-a{
	  font-size: 1.8rem!important;
}
.recruit-feed01 > li {
  width: 100%;
  padding: 40px;
	background-color: #fff;
}
.recruit{
	
}
/*お問い合わせ*/
#contact{
	background: url(/wp-content/uploads/2025/02/bg_image01.jpg);
  
  background-size: cover;
  background-position: right;
}
.block_form{
background: rgba(255,255,255,0.9);
}
input[type="text"], textarea, input[type="email"], input[type="tel"] {
	background-color: #fff;
}
.contact-form01 th{
	background:#FFF0F5 ;
}
.contact-form01 td {
  font-size: 1.6rem;
  width: 70%;
  padding: 25px 15px;
  vertical-align: middle;
  border-bottom: 1px solid #d1dee8;
  background: rgba(255,255,255,0.9);
}
.layout_left{
	width: 1000px;
	max-width:90%;
  margin-left: 5vw;
}
.bnr_tel{
	position:relative;

	padding:20px;
margin-bottom:50px;
	background-image:url(/wp-content/uploads/2025/02/nayami02.png);
	background-color: rgba(255,255,255,0.3);
	background-size:30%;
	background-repeat:no-repeat;
	background-position:right bottom;
	
}
.bnr_tel:after{
	/*position:absolute;
	content:"";
	display:block;
	width:100%;
	height:100%;
	border:2px solid #fe87ba;
	top:-10px;
		left:10px;
	*/
}
.txt_title{
margin: 0 0 10px;
  font-size: 1.2em;
  background: #fe87ba;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.bnr_tel .txt_time{
	margin:0;
	text-align:left;
}
.bnr_tel .txt_tel{
	position:relative;
	font-family: "Helvetica Neue", Arial, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #fe87ba;
  font-size: 3em;
  margin: 0;
  text-align: left;
}
.bnr_tel .txt_tel:before{
	display:inline-block;
	content:"";
	background-image:url(/wp-content/uploads/2025/02/icon_tel.png);
	background-size:contain;
	background-position:bottom;
	width:50px;
	height:50px;
	margin-right:10px;
}
.recruit-single-title{
	background-color:transparent;
  font-size: 3.4rem;
  color: #524642;
  margin-bottom: 25px;
}
.job-table th {
  width: 30%;
  background-color: #FFFFEF;
}
.recruit-single-img {
  max-width: 500px;
  margin: 0 auto 20px;
  border-radius: 20px;
  overflow: hidden;
}

.header-box01 .logo {
    max-width: 480px;
    width: 100%;
}