@charset "utf-8";
.carousel-wrapper {
    overflow: hidden;
    width: 100%;
    padding-top: 6.92%;
    }
    .carousel-track {
      display: flex;
      width: max-content;
      animation: scroll-left 30s linear infinite;
    }
    .carousel-track img {
    width: 148px;
    height: auto;
    margin-right: 88px;
    flex-shrink: 0;
    }
.carousel-track img:nth-child(1) {
    height: auto;
    flex-shrink: 0;
    border-radius: 51% 49% 53% 47% / 51% 55% 45% 49%  ;
    }
.carousel-track img:nth-child(2) {
    height: auto;
    flex-shrink: 0;
    border-radius: 51% 49% 53% 47% / 55% 47% 53% 45%;
    -webkit-box-shadow: 6px 6px #F5F1E9;
    box-shadow: 6px 6px #F5F1E9;
    }
.carousel-track img:nth-child(3) {
    height: auto;
    flex-shrink: 0;
    border-radius: 42% 58% 49% 51% / 55% 47% 53% 45%   ;
    box-shadow: 6px 3px #a8dc00;
    }
.carousel-track img:nth-child(4) {
    height: auto;
    flex-shrink: 0;
    border-radius: 42% 58% 49% 51% / 62% 52% 48% 38% ;
    -webkit-box-shadow: -6px -6px #F5F1E9;
    box-shadow: -6px -6px #F5F1E9;
    }
.carousel-track img:nth-child(5) {
    height: auto;
    flex-shrink: 0;
    border-radius: 45% 55% 45% 55% / 56% 47% 53% 44%   ;
    -webkit-box-shadow: 4px 4px #eae5dc;
    box-shadow: 4px 4px #eae5dc;
    }
.carousel-track img:nth-child(6) {
    height: auto;
    flex-shrink: 0;
    border-radius: 51% 49% 53% 47% / 55% 47% 53% 45%  ;
	box-shadow: 4px 4px #FBF7EF;
    }
.carousel-track img:nth-child(7) {
    height: auto;
    flex-shrink: 0;
    border-radius: 51% 49% 53% 47% / 51% 55% 45% 49%   ;
    box-shadow: -8px -4px #a8dc00;
    }
.carousel-track img:nth-child(8) {
    height: auto;
    flex-shrink: 0;
    border-radius: 51% 49% 53% 47% / 55% 47% 53% 45%  ;
	box-shadow: 4px 4px #eae5dc;
    }
.carousel-track img:nth-child(9) {
    height: auto;
    flex-shrink: 0;
    border-radius: 51% 49% 53% 47% / 55% 47% 53% 45%  ;
	box-shadow: 4px 4px #eae5dc;
    }
.carousel-track img:nth-child(10) {
    height: auto;
    flex-shrink: 0;
    border-radius: 51% 49% 53% 47% / 55% 47% 53% 45%  ;
	box-shadow: -8px -4px #a8dc00;
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }

#mv {
	position: relative;
	padding-left: 2.3%;
	padding-right: 2.3%;
	border-radius: 32px;
	overflow: hidden;
}
.top_mv_textBox  {
	z-index: 999;
	padding-top: 2.3%;
	padding-right: 3.84%;
	padding-left: 3.84%;
	padding-bottom: 2.3%;
	border-radius: 12px;
	background-color: rgba(0,0,0,0.46);
	display: none;
}
.mv-inner .top_mv_textBox .mv_p {
	text-align: center;
	color: #FFFFFF;
	line-height: 1.5em;
}

.mv-inner .top_mv_textBox .top_mv_text {
	z-index: 999;
	font-size: 32px;
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px rgba(0,0,0,1.00);
	border-bottom: 1px solid #FFFFFF;
	margin-bottom: 16px;
	padding-bottom: 16px;
	padding-left: 24px;
	padding-right: 24px;
	text-align: center;
}



#mv .mv-inner {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

#mv .mv-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 2s ease-in-out;
  border-radius: 32px;
}

#mv .mv-inner img.active {
  opacity: 1;
  z-index: 1;
}



#top1 {
    padding-top: 6.92%;
    padding-right: 6.92%;
    padding-left: 6.92%;
    padding-bottom: 0%;
}
#top1_inner {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    display: flex;
    /* [disabled]align-items: center; */
}
#top1_L {
    width: 586px;
    padding-top: 3.84%;


}
#top1_L p {
    line-height: 2em;
    color: #51432E;
    margin-bottom: 16px;
    font-size: 17px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 600;
}
#top1_L p strong {
    color: #6EC300;
}


#top1_R {
    max-width: 500px;
    margin-left: 10%;
}
.top1R_gazo2 {
    width: 60%;
    display: block;
    border-radius: 32px;
    margin-left: auto;
    transform: translateY(-128px);
}

.top1R_gazo1 {
    border-radius: 32px;
    width: 90%;
}



#top1_inner h2 {
    color: #6EC300;
    font-size: 36px;
    line-height: 1.7em;
    margin-bottom: 40px;
    font-family: "Zen Kaku Gothic New", sans-serif;
}
#top2 {
    background-color: #FBF7EF;
    padding-top: 6.92%;
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 3.84%;
    background-image: url(../images/temp/bubble2.png);
    background-repeat: no-repeat;
    background-size: 0150% auto;
    z-index: -1;
    border-top-left-radius: 72px;
    border-top-right-radius: 72px;
    background-position: 0% 64px;
    
}
#top2_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.top_s_UL  {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
}
.top_s_UL li {
    position: relative;
    overflow: visible;
    width: 26.92%;
    margin-right: 3.07%;
    margin-left: 3.07%;
    margin-bottom: 6.92%;
    border-radius: 24px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 3px 3px 12px rgba(93,69,23,0.30);
    box-shadow: 3px 3px 12px rgba(93,69,23,0.30);
    background-image: url(../images/arrow_ora.svg);
    background-repeat: no-repeat;
    background-position: 92% 96%;
    background-size: 16px auto;
}
.top_s_UL li a {
    text-decoration: none;
    padding-bottom: 24px;
    display: block;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top_s_UL li p {
    font-size: 14px;
    line-height: 1.6em;
    margin-left: 24px;
    margin-right: 24px;
    color: #51432E;
}

/*
.top_s_UL li img {
    width: 100%;
    border-radius: 16px;
    margin-bottom: 16px;
}
*/
.top_s_UL li img {
	width: calc(100% + 16px);         /* 左右に8pxずつ広げる */
	/*margin-left: -8px;                 左に8pxはみ出す */
	margin-right: -8px;               /* （任意。左右対称にするため明示） */
	margin-top: -8px;                 /* 上に8pxはみ出す */
	border-radius: 16px;
	margin-bottom: 24px;               /* 下はそのまま */
	display: block;                   /* インラインの隙間対策（念のため） */
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.22);
	box-shadow: 0px 0px 8px rgba(0,0,0,0.22);
}
.top_s_UL li h3 {
    text-align: center;
    color: #6EC300;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 1.5em;
}
.top_recruit {
    padding-right: 5.38%;
    padding-left: 5.38%;
    padding-bottom: 5.38%;
}
.rec_ks {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 48px;
    transform: translateY(-8px);
}
.en_ue {
    height: 0px;
}


.rec_h2h2 h2 {
    color: #E73A17;
    text-align: center;
    font-size: 40px;
    line-height: 1.5em;
}
.rec_h2h2 .h2h2_abc {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #6EC300;
}


#top_rec_inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
}
#top_rec_inner .recrec1 {
    margin-left: auto;
    display: block;
    margin-top: -24px;
    margin-right: auto;
}

.top_rec1 {
    border-radius: 24px;
    padding: 40px;
    background-color: #FBF7EF;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: -64px;
    z-index: 10;
    position: relative;
}
.top_rec1 p {
    color: #51432E;
    line-height: 1.6em;
}

.top_rec1 h3 {
    color: #E73A17;
    text-align: center;
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 1.5em;
    font-family: "Zen Kaku Gothic New", sans-serif;
}


.top_rec_L {
    width: 31.53%;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}
.top_parara1 {
    height: 300px; /* スクロールで動きが分かるように大きめに */
    background-image: url(../images/temp/parara1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; /* ここは center center でOK */
    display: flex;
    justify-content: center;
    align-items: flex-end;

}


.top_parara1 .en_ueue {
    height: 64px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
}


.en_ue img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    transform: translateY(-64px);
}
