@charset "utf-8";
/* CSS Document */

/*========== sitemap ==========*/
.sitemap {
    width: 1000px;
    margin: 0 auto;
}
.sitemap .wrap {
	background: #f8f6f3;
	border-radius: 20px 20px 5px 20px;
	margin-bottom: 40px;
	padding: 20px 30px;
}
.sitemap .wrap a {
	text-decoration: none;
}
.sitemap .wrap dt a {
    font-family: "Noto Serif JP", serif;
    font-size: 2rem;
    color: #3c342f;
    font-weight: 600;
	padding-left: 40px;
	background: url("../images/icon/icon_arrow.svg") no-repeat left bottom / 28px auto;
	line-height: 2;
}
.sitemap .wrap dd {
	background: radial-gradient(circle, #3c342f 29%, transparent 32%) repeat-x top left / 10px 5px;
	margin-top: 10px;
	padding-top: 20px;
}
.sitemap .wrap dd a {
    display: block;
    background: #fff url("../images/icon/icon_arrow_g.svg") no-repeat right 15px center / 12px auto;
    padding: 10px 15px;
    border-radius: 30px 30px 5px 30px;
    font-weight: 500;
}

@media  print, screen and (max-width: 767px) {
	.sitemap {
		width: 100%;
		padding: 0 20px;
	}
	.sitemap .wrap {
		padding: 15px;
		border-radius: 15px 15px 5px 15px;
		margin-bottom: 20px;
	}
	.sitemap .wrap dt a {
		font-size: 1.8rem;
		background-size: 25px auto;
		padding-left: 35px;
	}
	.sitemap .wrap dt a [data-ruby]:before {
		top: -5px;
	}
}

/*========== commitment ==========*/
.image_wrap.features {
    position: relative;
}
.image_wrap.features .symbol {
    position: absolute;
    width: 180px;
    right: -60px;
    top: -60px;
}
@media  print, screen and (max-width: 767px) {
	.image_wrap.features .symbol {
		width: 110px;
		right: -20px;
		top: -40px;
	}
}

/*========== company ==========*/
.column_area h4 span.en {
    display: block;
    width: fit-content;
    font-family: "Alan Sans", sans-serif;
    font-weight: 500;
    color: #298948;
    line-height: 1;
    padding: 0 20px;
    position: relative;
}
.column_area h4 span.en:before,
.column_area h4 span.en:after {
	position: absolute;
    display: block;
    content: "（";
    left: -11px;
    top: 50%;
    transform: translateY(-50%);
}
.column_area h4 span.en:after {
	content: "）";
    left: auto;
    right: -14px;
}
/*========== company ==========*/
.company .lead_wrap .image_wrap {
    position: relative;
}
.company .lead_wrap .image_wrap .name {
	position: absolute;
    display: block;
    background: #47ae68;
    color: #fff;
    padding: 10px;
    font-size: 2rem;
    font-weight: 500;
    bottom: 60px;
    right: 0;
}
@media  print, screen and (max-width: 767px) {
	.company .lead_wrap .image_wrap .name {
		bottom: 30px;
		font-size: 1.5rem;
	}
}
/*========== profile_intro ==========*/
.profile_intro {
    display: flex;
	align-items: center;
	width: 1190px;
	box-shadow: 10px 10px #47ae68;
	background: #f8f6f3;
	box-sizing: border-box;
	border-radius: 30px 30px 0 0;
}
.profile_intro .image_wrap {
	position: relative;
}
.profile_intro .image_wrap .heading {
	position: absolute;
	top: 40px;
	left: 0;
	background: #47ae68;
    color: #fff;
	font-size: 2.2rem;
	font-family: "Alan Sans", sans-serif;
	padding: 10px;
	letter-spacing: 0.2rem;
}
.profile_intro .image_wrap img {
	width: 600px;
	border-radius: 30px 0 0 0;
}
.profile_intro .text_wrap {
	width: 640px;
	position: relative;
}
.profile_intro p {
	text-align: center;
}
.profile_intro p.name {
	width: fit-content;
	font-family: 'Noto Serif JP';
    font-size: 3.3rem;
    font-weight: 500;
	margin: 0 auto 15px;
    padding: 0 20px 10px;
    background: radial-gradient(circle, #298948 29%, transparent 32%) repeat-x bottom left / 10px 5px;
}
.recruit .profile_intro p.name{
	width: calc(100% - 80px);
	margin: 40px auto 15px;
}
.profile_intro p.comment {
	font-size: 2.5rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
}
.profile_intro p.type{
	min-width: 80px;
	position: absolute;
	display: inline-block;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	margin: 10px 0 0;
	padding: 0 40px;
	background: #298948;
	color: #fff;
}
.profile_intro .personal{
	padding: 20px 40px 0 ;
}
.profile_intro .personal p{
	text-align: left;
}
.profile_intro .personal .small{
	font-size: 1.3rem;
}
@media  print, screen and (max-width: 767px) {
	.profile_intro {
	    width: calc(100% - 5px);
	    flex-direction: column;
	    border-radius: 30px 30px 0 0;
	    box-shadow: 5px 5px #47ae68;
	}
	.profile_intro .image_wrap {
	    margin-bottom: 10px;
	}
	.profile_intro .image_wrap img {
		border-radius: 30px 30px 0 0;
	}
	.profile_intro .image_wrap .heading {
	    top: 20px;
	    font-size: 1.6rem;
	}
	.profile_intro .text_wrap {
	    width: 100%;
	}
	.profile_intro p.name {
	    font-size: 2rem;
		margin-bottom: 10px;
	}
	.recruit .profile_intro p.name{
		width: calc(100% - 30px);
		margin: 10px auto 15px;
	}
	.profile_intro p.comment {
	    font-size: 1.7rem;
	}
	.profile_intro p.type{
		top: -25px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        white-space: nowrap;
		font-size: 1.4rem;
		margin: 0;
		padding: 3px 15px;
		line-height: 1.5;
	}
	.profile_intro .personal{
		padding: 0 15px 15px;
	}
	.profile_intro .personal p{
		margin-bottom: 5px;
	}
	.profile_intro .personal .small{
		font-size: 1.4rem;
	}
}
/*========== flow ==========*/
ol.flow {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 80px;
}
ol.flow.col03 {
	gap: 30px 60px;
}
ol.flow li {
    width: calc((100% - 80px) / 2);
	position: relative;
}
ol.flow.col03 li {
    width: calc((100% - 120px) / 3);
}
ol.flow li:before{
	position: absolute;
	display: block;
	content: '';
	top: 220px;
    right: -56px;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid #298948;
}
ol.flow.col03 li:before {
	top: 194px;
    right: -42px;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #298948;
}
ol.flow.col03 li:nth-child(even):before {
	display: block;
}
ol.flow li:nth-child(even):before,
ol.flow.col03 li:last-child:before{
	display: none;
}
ol.flow .num {
	display: inline-block;
    font-family: "Alan Sans", sans-serif;
    font-size: 3rem;
    font-weight: 400;
    color: #fff;
    width: 60px;
    height: 60px;
	line-height: 60px;
    text-align: center;
    background: #298948;
    border-radius: 30px 30px 5px;
	margin-right: 15px;
}
@media  print, screen and (max-width: 767px) {
	ol.flow {
		gap: 30px;
	}
	ol.flow li,
	ol.flow.col03 li{
		width: 100%;
	}
	ol.flow li::before,
	ol.flow.col03 li:before{
		top: auto;
		bottom: -20px;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		border-right: 15px solid transparent;
		border-left: 15px solid transparent;
		border-top: 25px solid #298948;
		border-bottom: 0;
	}
	ol.flow .num {
		font-size: 2.3rem;
		width: 45px;
		height: 45px;
		line-height: 45px;
		margin-right: 8px;
	}
}
#schedule .flex li a {
	position: relative;
	display: block;
}
#schedule h3.ttl {
	position: absolute;
	top: 0;
	left: -30px;
    width: 130px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(../images/voice_num.svg) no-repeat center top / contain;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin: 0 auto;
	z-index: 2;
}
.deco,
.deco02{
    position: relative;
}
.deco img {
    position: absolute;
    bottom: 0;
    left: 15px;
}
.deco02 img {
	position: absolute;
	top: 0;
	right: 0;
}

.tab-content { display: none; }
.tab-content.active { display: block; }

.tab_area {
	margin: auto;
}
.schedule_tab {
	width: 800px;
	gap: 50px;
	justify-content: center;
	display: flex;
	position: relative;
	margin: 0 auto;
	z-index: 1;
}
.schedule_tab li {
	width: calc((100% - 50px) / 2);
	min-height: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.7s ease;
	color: #298948;
	font-size: 2rem;
	font-weight: 500;
	padding: 4px 0 0;
	border: solid 3px #298948;
	box-sizing: border-box;
	border-radius: 60px;
	order: -1;
}
.schedule_tab li.active,
.schedule_tab li:hover.active {
	background: #298948;
    color: #fff;
	opacity: 1;
}
.schedule_tab li:hover {
	opacity: 0.7;
	transition: .6s;
}
.schedule_tab li.active:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -20px;
	--r: 4px; /* 下角の丸み */
	width: 30px;
	height: 20px;
	background: #298948;
	-webkit-mask:
		linear-gradient(0deg, #0000 calc(var(--r) / sqrt(2)), #000 0),
		radial-gradient(
			var(--r) at 50% calc(100% - var(--r) * sqrt(2)),
			#000 98%,
			#0000 101%
		);
	clip-path: polygon(50% 100%, 100% 0, 0 0);
}
.schedule_tab li.active:after,
.schedule_tab li:hover:after{
	display: block;
}
.tab-content {
	padding: 50px 0;
	box-sizing: border-box;
	margin-top: 0;
}
[data-category] {
	display: none;
}
[data-category].active {
	display: block;
}


.list_sched {
	list-style: none;
    margin: 0 auto 0 6em;
    padding-left: 20px;
    border-left: 5px solid #298948;
    box-sizing: border-box;
}
.list_sched span.time {
	width: 5em;
	display: inline-block;
	margin-left: -8em;
	padding: 0 0 5px;
	margin-top: 15px;
	vertical-align: top;
	position: relative;
	text-align: right;
	box-sizing: border-box;
	font-family: "Alan Sans", sans-serif;
	color: #47ae68;
	font-weight: 500;
}
.list_sched span.time:after {
	content: "";
	position: absolute;
	right: -42.5%;
	top: 6px;
	background: #298948;
	width: 17px;
	height: 17px;
	border-radius: 10px;
}
.list_sched .sched_box {
	display: inline-block;
	width: 100%;
	margin-left: 30px;
	padding: 15px;
	vertical-align: middle;
	background: radial-gradient(circle, rgb(59, 59, 59) 25%, transparent 30%) left bottom / 7px 4px repeat-x;
	box-sizing: border-box;
	border-radius: 6px;
	position: relative;
}
.list_sched .sched_img {
    position: absolute;
    right: 5%;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.list_sched .sched_img.rev {
    right: 35%;
}
.recruit table thead th {
    background: #47ae68;
}
@media  print, screen and (max-width: 767px) {
	#schedule .flex li {
		margin-bottom: 20px;
	}
	#schedule h3.ttl {
		top: auto;
        bottom: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 66px;
        font-size: 1.6rem;
        padding: 20px 20px 15px;
        margin-bottom: 0;
	}
	.deco img {
		width: 80px;
		left: -10px;
	}
	.deco02 img {
		width: 80px;
		top: 45px;
		right: 45%;
	}
	.list_sched {
		margin-left: 5.5em;
		border-width: 3px;
		padding-left: 10px;
	}
	.list_sched span.time {
		margin-left: -7em;
	}
	.list_sched span.time:after {
		right: -22px;
		width: 10px;
		height: 10px;
	}
	.list_sched .sched_box {
		margin-left: 15px;
		padding: 15px 10px 10px 15px;
	}
	.list_sched .sched_img {
		position: static;
		transform: none;
		margin-bottom: 1rem;
	}
	.schedule_tab {
		width: 100%;
		gap: 15px;
	}
	.schedule_tab li {
		width: calc((100% - 15px) / 2);
		min-height: 50px;
		padding: 0;
		font-size: 1.7rem;
		border-width: 2px;
	}
	.tab-content {
		padding: 30px 0;
	}
}
/*========== contact ==========*/
.tel a {
    display: block;
    font-size: 5.5rem;
    text-decoration: none;
    font-family: 'Alan Sans';
    padding-left: 65px;
    line-height: 1.2;
	background: url("../images/icon/icon_tel.svg") no-repeat left center;
}
@media  print, screen and (max-width: 767px) {
	.tel a {
		font-size: 3.5rem;
		padding-left: 50px;
		background-size: 35px auto;
	}
}

/*========== slide-show ==========*/
.slide-show {
    max-width: 100%;
    margin:0 auto;
    position: relative;
}
.slide-show img { 
    max-width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;                 /* 初期は非表示 */
    animation: crossfade 12s infinite linear;
}
@keyframes crossfade {
  0%   { opacity: 0; }
  8%   { opacity: 1; }   /* じんわりフェードイン */
  33%  { opacity: 1; }   /* 表示キープ */
  41%  { opacity: 0; }   /* フェードアウト */
  100% { opacity: 0; }
}
.slide-show img:nth-of-type(1) {
    position: relative;
	animation-delay: 0s;
}
.slide-show img:nth-of-type(2) {
    animation-delay: 4s;
}
.slide-show img:nth-of-type(3) { 
	animation-delay: 8s;  
}

/*========== arc-text ==========*/
h4.ttl.arc-text {
    position: relative;
    top: 15px;
    left: 45%;
    transform-origin: center center;
    transform: translateX(-29%) rotate(25deg);
    font-size: 2.8rem;
    margin-bottom: 0;
}
h4.ttl.arc-text:before, h4.ttl.arc-text:after {
    bottom: -14px;
    transform: rotate(-45deg);
}
h4.ttl.arc-text:after {
	transform: rotate(45deg);
}
.arc-text span {
  display: inline-block;
  white-space: pre;
}
@media  print, screen and (max-width: 767px) {
	h4.ttl.arc-text {
		top: 0;
		left: auto;
		transform: none;
		font-size: 2rem;
		margin-bottom: 20px;
	}
	h4.ttl.arc-text:before, h4.ttl.arc-text:after {
		bottom: 5px;
		transform: rotate(-30deg);
	}
	h4.ttl.arc-text:after {
		transform: rotate(30deg);
	}
}
/*========== num_b ==========*/
.num_b {
    display: inline-block;
	width: 70px;
	text-align: center;
    font-family: 'Alan Sans';
	color: #fff;
	background: url("../images/voice_num.svg") no-repeat center top / contain;
	margin-right: 10px;
}
@media  print, screen and (max-width: 767px) {
	.num_b {
		width: 55px;
		margin-right: 5px;
	}
}
/*========== shop_list ==========*/
.shop_list li {
    background: #f8f6f3;
    border-radius: 15px;
    padding: 20px;
}
.shop_list p.name {
    font-weight: 600;
    font-size: 2rem;
    background: url("../images/voice_num.svg") no-repeat left 5px top 8px / 30px auto ,radial-gradient(circle, #298948 25%, transparent 30%) left bottom / 15px 7px repeat-x;
    padding: 0 0 10px 45px;
}
@media  print, screen and (max-width: 767px) {
	.shop_list p.name {
		font-size: 1.8rem;
		background-position: left 5px top 5px, left bottom;
	}
}