p
{
	margin-top: 0;
}
ul
{
	padding-left: 1.5em;
	margin-top: 0;
}

.acms-container
{
	max-width: 1080px
}


body {
	margin: 0;
}

/* aboutページ（EID 370）main全体：参加特典と同じ水滴パターン */
main
{
	background-image: url("../images/teaser/bg_water.webp");
	background-position: left top 10px;
	background-repeat: repeat;
	background-size: 170px;
	padding: 100px 0 50px;
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 0.06rem;
	line-height: 1.8;
	color: #222;

	@media screen and (min-width: 768px) {
		font-size: 1.8rem;
	}
}



.about-logo
{
	text-align: center;
}
.about-logo img
{
	width: 70%;
}


h1
{
	font-family: elza, sans-serif;
	font-weight: 700;
    text-align: center;
    margin: 40px 0;
    color: #000000;
    font-size: 8vw;
	line-height: 1.5
}
.about-outline {
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.9;
	margin-bottom: 40px;
}

.sec-about-concept
{
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 15px 30px;
    margin-bottom: 50px;
}
.sec-about-concept h2
{
	width: 90%;
    text-align: center;
    margin: 60px auto 70px;
    line-height: 3;
}
.sec-about-concept h3 img
{
	width: 200px;
	vertical-align: bottom;
}


@media screen and (min-width: 768px) {
	h1
	{
		margin: 50px 0;
		font-size: 3.2vw;
	}
	.sec-about-concept h2
	{
		width: 450px;
		line-height: 4;
	}
	.about-logo img
	{
		width: 400px;
	}
	.sec-about-concept
	{
		padding: 30px 80px;
		margin-bottom: 70px;
	}
	.about-outline {
		font-size: 2rem;
		line-height: 2;
	}
}

.sec-teaser-entry
{
	background-image: url("../images/teaser/bg_green.webp");
	background-position: left top;
	background-repeat: repeat;
	background-size: 170px;
	padding: 50px 0;
}

.sec-teaser-entry h2
{
	text-align: center;
}
.sec-teaser-entry h2 img
{
	width: 75%;
}
.teaser-entry-baloon
{
	text-align: center;
}
.teaser-entry-baloon img
{
	width: 85%;
	height: auto;
}


.teaser-entry {
	background-color: #fff;
	margin: 0 15px 40px; 
}

.teaser-entry:last-of-type {
	margin-bottom: 0px;
}
.teaser-entry-img a img{
	transition-duration: .3s;
}
.teaser-entry-img a:hover img{
	opacity: .8;
}
.teaser-entry-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teaser-entry-inner {
	padding: 15px;
}
.teaser-media-time {
	display: block;
	font-size: 1.4rem;
}
.teaser-entry-category
{
	display: inline-block;
	background-color: #ccc;
	font-size: 1.3rem;
	padding: 5px 10px;
	line-height: 1;
	margin-bottom: 15px;
}
.teaser-entry h3
{
	font-size: 2rem;
	line-height: 1.6;
	margin: 0 0 10px;
}
.teaser-entry h3 a
{
	color: #111;
}
.teaser-entry-summary
{
	font-size: 1.4rem;
}





.sec-teaser-people
{
	background-color: #efefef;
	position: relative;
	padding: 50px 0;
}
.sec-teaser-people::before
{
	background-image: url("../images/teaser/bg_logo.webp");
	background-position: left top;
	background-repeat: repeat;
	background-size: 170px;
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: .8;
}
.sec-teaser-people > div
{
	position: relative;
}
.sec-teaser-people h2
{
	margin: 0 0 30px;
	text-align: center;
}
.sec-teaser-people h2 img
{
	width: 90%;
}
.sec-teaser-people h3
{
	text-align: center;
	margin-bottom: 30px;
}
.sec-teaser-people h3 img
{
	width: 90%;
	max-width: 500px;
}

.sec-builders
{
	margin-bottom: 70px;
}
.sec-builders,
.sec-supporters
{
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}
.builder,
.supporter
{
	margin-bottom: 50px;
}
.builder:last-of-type,
.supporter:last-of-type
{
	margin-bottom: 0;
}
.builder-image img,
.supporter-image img
{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.builder-data hr,
.supporter-data hr
{
	height: 1px;
	border: none;
	border-top: 1px solid #ccc;
	margin: 10px 0;
}
.builder-data h4,
.supporter-data h4
{
	font-size: 1.7rem;
	margin-bottom: 3px;
}
.builder-text,
.supporter-text
{
	font-size: 1.4rem;
}
.builder-history,
.supporter-history
{
	font-size: 1.2rem;
}

.builder-title,
.supporter-title
{
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 8px;
}
.builder-name,
.supporter-name
{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
}



.sec-teaser-plan
{
	background-image: url("../images/teaser/bg_yellow.webp");
	background-position: left top;
	background-repeat: repeat;
	background-size: 170px;
	padding: 50px 0;
}
.sec-teaser-plan h2
{
	text-align: center;
}
.sec-teaser-plan h2 img
{
	width: 80%;
	height: auto;	
}
.plan-date
{
	font-family: source-han-sans-cjk-ja, sans-serif;
	font-size: 11vw;
	line-height: 1.4;
	font-weight: 900;
	margin: 0;
}
.plan-date span
{
	font-size: 6.5vw;
}

.teaser-plan-text01
{
	font-size: 4.5vw;
	text-align: center;
}
.teaser-plan-text02
{
	font-size: 7vw;
	text-align: center;
	font-weight: 900;
	margin: 0;
	line-height: 1.5;
}

.teaser-plan
{
	margin-bottom: 40px;
}
.teaser-plan-outline
{
	background-color: #fff;
	margin: 0 15px;
}
.teaser-plan-outline > div
{
	padding: 15px;
}
.teaser-plan-img img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.teaser-plan-status
{
	background-color: #3ec4b7;
	padding: 10px 15px;
	text-align: center;
	border-radius: 10px;
	max-width: 33%;
}
.teaser-plan-status img
{
	width: 100%;
	vertical-align: bottom;
}
.teaser-plan-outline h3
{
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}


/* おいしいを探す旅 */
.sec-oic
{
	border-radius: 10px;
	padding: 15px;
	background-color: #fff;
	margin: 40px auto;
}
.sec-oic
{
	width: calc(100% - 30px);
}
.sec-oic h2
{
	font-size: 1.9rem;
	margin: 0 0 30px;
	text-align: center;
}
.sec-oic h2 img
{
	width: 250px;
	max-width: 50%;
}
.sec-oic h3
{
	font-size: 1.5rem;
	margin: 0;
}
.oic-warap
{
	display: flex;
	justify-content: center;
}
.oic
{
	width: 500px;
	max-width: 100%;
	text-align: center;
}
.oic-movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.oic-movie iframe {
  width: 100%;
  height: 100%;
}



.sec-teaser-recruit 
{
	overflow: hidden;
	padding: 50px 0 0;
}
.sec-teaser-recruit h2
{
	text-align: center;
	margin: 0 0 50px;
}
.sec-teaser-recruit h2 img
{
	width: 80%;
	max-width: 500px;
	height: auto;
}
.teaser-recruit-read {
	font-weight: 700;
	line-height: 1.8;
	margin: 0 0 40px;
}

.sec-benefits
{
	padding: 60px 0;
}

.benefits-list
{
	background-color: #fff;
	border: 2px solid #80c8c4;
	border-radius: 12px;
	padding: 28px 16px 24px;
	margin-bottom: 0;
}

.sec-teaser-recruit .sec-benefits .benefits-section-title
{
	margin: 0 0 24px;
	padding: 0;
	text-align: center;
}

/*
 * ttl_benefits.webp（800×191）は募集（856×119）より縦長。
 * 募集 h2（80% / max 500px）と同じ表示高さになるよう幅を 80%×(119/191) ≒ 47% / 291px にする。
 */
.sec-teaser-recruit .sec-benefits .benefits-section-title img
{
	display: block;
	width: 47%;
	max-width: 291px;
	height: auto;
	margin-inline: auto;
}

.benefits-list ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
}

.benefits-list li
{
	background-color: #fff;
	border: 2px solid #80c8c4;
	border-radius: 10px;
	padding: 20px 16px;
}

/* 各特典タイトル画像（ttl_benefits01〜05）：文字数で画像高さが異なるため、表示高さを揃える */
.sec-teaser-recruit .sec-benefits .benefits-list-title
{
	margin: 0 0 14px;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}

.sec-teaser-recruit .sec-benefits .benefits-list-title picture
{
	display: block;
	line-height: 0;
}

/* SP：_sp 画像（2行）高さ固定・幅自動で文字サイズを揃える */
.sec-teaser-recruit .sec-benefits .benefits-list-title img
{
	display: block;
	width: auto;
	height: 7.2rem;
	max-width: none;
}

/* SP：3行タイトル（ttl_benefits04_sp）のみ行数分だけ表示高さを増やす */
@media screen and (max-width: 767px) {
	.sec-teaser-recruit .sec-benefits .benefits-list li:nth-child(4) .benefits-list-title img
	{
		height: 10.8rem;
	}
}

.benefits-list li > p
{
	margin: 0;
	font-weight: 600;
	line-height: 1.8;
}

.benefits-list-actions
{
	margin: 1.75rem 0 0;
	padding-top: 0.25rem;
	text-align: left;
}

.sec-teaser-recruit .sec-benefits .benefits-list-btn
{
	display: inline-block;
	background-color: #333;
	border-radius: 8px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 12px 28px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.sec-teaser-recruit .sec-benefits .benefits-list-btn:hover,
.sec-teaser-recruit .sec-benefits .benefits-list-btn:focus,
.sec-teaser-recruit .sec-benefits .benefits-list-btn:visited
{
	background-color: #555;
	color: #fff;
}

.sec-benefits .recruit-btn-entry
{
	margin-top: 32px;
	text-align: center;
}

/* CTA：btn_cta.webp ＋ 提示デザイン（角丸・白枠・ドロップシャドー・余白） */
.sec-benefits .recruit-btn-entry-cta
{
	display: inline-block;
	width: 100%;
	max-width: 400px;
	padding: 12px 36px 14px;
	border: 2px solid #fff;
	border-radius: 12px;
	background-color: #ffcc33;
	box-shadow: 4px 5px 10px rgba(0, 0, 0, 0.22);
	line-height: 0;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sec-benefits .recruit-btn-entry-cta:hover
{
	transform: translateY(2px);
	box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.18);
}

.sec-benefits .recruit-btn-entry-cta:focus-visible
{
	outline: 3px solid #80c8c4;
	outline-offset: 4px;
}

.sec-benefits .recruit-btn-entry-cta img
{
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

.teaser-recruit-awards-text
{
	font-weight: 700;
	line-height: 1.8;
}

.teaser-recruit-awards-remarks
{
	font-size: 1.4rem;
}
.sec-teaser-recruit h3
{
	text-align: center;
}
.sec-teaser-recruit h3:not(.benefits-section-title) img
{
	width: 50%;
}

.awards-wrap
{
	background-image: url("../images/teaser/img_woman.webp");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
.awards
{
	list-style: none;
	margin: 30px 0 0px;
	padding: 0 0 350px;
}
.awards li
{
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
	width: 80%;
	margin: 0 auto 20px;
}
.awards img
{
	width: 90%;
}

.teaser-recruit-premier
{
	background-color: #fff;
	border-radius: 10px;
	padding: 25px;
	text-align: center;
	width: 100%;
}
.teaser-recruit-premier img
{
	width: 100%;
}


.sec-job-description
{
	background-color: #eee;
	border-radius: 10px;
	padding: 50px 0;
}



.bnr_amagift
{
	text-align: center;
	padding: 40px 0 0;
}
.bnr_amagift img
{
	width: 100%;
}

.bnr_campfire
{
	text-align: center;
	padding: 40px 0;
	background-color: #fff;
}
.bnr_campfire img
{
	width: 100%;
    /* animation: campfire 2s infinite; */
}

.sec-conversation
{
	padding: 40px 0;
	background-color: #fff;
}
.bnr_conversation
{
	margin: 0 auto;
	display: block;
	width: 100%;
}
.bnr_conversation img
{
	width: 100%;
}





@keyframes campfire {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}


.wave-container {
  position: relative;
  background: #edf7f2;
  height: 50px;
}

.wave {
  position: absolute;
  height: 65px;
  width: 100%;
  background: #edf7f2;
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}

.wave::before {
  width: 55%;
  height: 109%;
  background-color: #c7eeec;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: #edf7f2;
  left: -1.5%;
  top: 40%;
}



.recruit-btn-entry {
	text-align: center;
}


@media screen and (min-width: 768px) {


	.sec-teaser-grandopen
	{
		background-image: url("../images/teaser/pc/bg_concentrated_line.webp");
		padding: 70px 0;
	}
	.teaser-grandopen-title
	{
		margin: 0 0 40px;
	}
	.teaser-grandopen-title01
	{
		width: 40%;
		margin-bottom: 30px;
	}
	.teaser-grandopen-title02
	{
		width: 50%;
	}

	.teaser-grandopen-datetime,
	.teaser-grandopen-open
	{
		font-size: 7.5rem;
		line-height: 1.4;
	}
	.teaser-grandopen-datetime span
	{
		font-size: 2.6rem;
	}

	
	

	.sec-teaser-concept {
		min-width: 960px;
		text-align: center;
	}
	.sec-teaser-concept h2
	{
		line-height: 3.3;
		margin: 0 0 55px;
	}
	.sec-teaser-concept h2 img
	{
		width: 50%;
		max-width: 300px;
	}

	.teaser-concept-text
	{
		line-height: 2.4;
		margin: 0;
	}
	
	
	.sec-teaser-entry
	{
		background-size: 250px;
		padding: 90px 0;
	}
	.teaser-entry {
		display: flex;
		margin: 0 0 50px;
	}
	.teaser-entry:last-of-type {
		margin-bottom: 0px;
	}
	.teaser-entry > div {
		width:  50%;
	}
	.teaser-entry:nth-child(odd) .teaser-entry-img{
		order: 2;
	}
	.teaser-entry:nth-child(odd) .teaser-entry-outline{
		order: 1;
	}
	.teaser-entry-img
	{
		height: 400px;
	}
	.teaser-entry-inner
	{
		width: calc(1080px / 2);
		padding: 30px;
	}
	.teaser-entry:nth-child(odd) .teaser-entry-inner
	{
		float: right;
	}
	.teaser-entry h3
	{
		font-size: 2.1rem;
	}


	.sec-teaser-people
	{
		padding: 90px 0;
	}
	.sec-teaser-people::before
	{
		background-size: 250px;
	}
	.sec-teaser-people h2
	{
		margin-bottom: 40px;
		text-align: center;
	}
	.sec-teaser-people h2 img
	{
		width: 70%;
	}
	
	
	
	.builder,
	.supporter
	{
		display: flex;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.builder:last-of-type,
	.supporter:last-of-type
	{
		margin-bottom: 0;
	}
	.builder-image,
	.supporter-image
	{
		width: 38%;
	}
	.builder-data,
	.supporter-data
	{
		width: 59%
	}


	.sec-teaser-plan
	{
		background-size: 250px;
		padding: 80px 0;
	}

	.teaser-plan
	{
		display: flex;
		margin-bottom: 50px;
	}
	.teaser-plan > div
	{
		width: 50%;
	}
	.sec-teaser-plan h2 img
	{
		width: 85%;
	}

	.plan-date
	{
		font-size: 6.2rem;
		line-height: 1.4;
	}
	.plan-date span
	{
		font-size: 3.2rem;
	}

	.teaser-plan:nth-child(odd) .teaser-plan-img{
		order: 2;
	}
	.teaser-plan:nth-child(odd) .teaser-plan-outline{
		order: 1;
	}
	.teaser-plan-img {
		min-height: 400px;
	}
	.teaser-plan-outline
	{
		margin: 0;
	}
	.teaser-plan-text01
	{
		font-size: 2.6rem;
	}
	.teaser-plan-text02
	{
		font-size: 3.4rem;
		margin: 0 0 10px;
	}

	.teaser-plan-outline > div
	{
		width: calc(1080px / 2);
		padding: 30px;
	}
	.teaser-plan:nth-child(odd) .teaser-plan-outline > div
	{
		float: right;
	}

	.teaser-plan-status
	{
		max-width: 140px;
	}
	.teaser-plan-outline h3
	{
	  font-size: 2.1rem;
		margin-bottom: 15px;
	}

	.sec-oic
	{
		border-radius: 10px;
		padding: 30px;
		background-color: #fff;
		margin: 50px auto;
	}
	.sec-oic
	{
		width: 800px;
		max-width: 90%;
	}

	.sec-oic h2
	{
		font-size: 2.4rem;
	}
	.sec-oic h3
	{
		font-size: 1.6rem;
	}
	
	
	
	
	.sec-teaser-recruit 
	{
		padding: 90px 0 0 0;
	}
	.teaser-recruit-read
	{
		font-size: 2rem;
		line-height: 2.1;
		margin: 0 0 60px;
	}
	.teaser-recruit-awards-texts
	{
		width: 50%;
	}
	.teaser-recruit-awards-text
	{
		font-size: 1.9rem;
		line-height: 2;
	}
	main
	{
		background-size: 250px;
	}

	.sec-benefits
	{
		padding: 90px 0;
	}

	.sec-teaser-recruit .sec-benefits .benefits-section-title
	{
		margin: 0 0 40px;
	}

	.benefits-list
	{
		padding: 50px 40px 44px;
	}

	.benefits-list li
	{
		padding: 24px 20px;
	}

	/* PC：高さを固定し幅は自動（max-width なし）→ 文字の見た目の大きさを揃える */
	.sec-teaser-recruit .sec-benefits .benefits-list-title img
	{
		width: auto;
		height: 3.6rem;
		max-width: none;
	}


	.benefits-list-actions
	{
		margin-top: 2rem;
		padding-top: 0.35rem;
	}

	.sec-benefits .recruit-btn-entry
	{
		margin-top: 40px;
	}

	.sec-benefits .recruit-btn-entry-cta
	{
		max-width: 520px;
		padding: 14px 48px 16px;
	}
	.teaser-recruit-wrap
	{
		background-image: url("../images/teaser/img_woman.webp");
		background-position: right 150px bottom;
		background-repeat: no-repeat;
		background-size: auto 100%;
		padding: 0 0 1px;
	}
	.sec-teaser-recruit h3
	{
		margin: 0 0 60px;
	}
	.sec-teaser-recruit h3:not(.benefits-section-title) img
	{
		width: 380px;
	}
	.awards-wrap
	{
		background: none;
	}
	.awards
	{
		display: flex;
		justify-content: space-between;
		margin: 30px 0 40px;
		padding: 0;
	}
	.awards li
	{
		width: 30%;
		padding: 15px;
		margin: 0;
	}
	.awards img
	{
		width: 100%;
	    margin-bottom: 10px;
	}
	.teaser-recruit-premier
	{
		width: 80%;
		margin: 0 auto;
	}
	.teaser-recruit-premier img
	{
		width: 80%;
	}


	.sec-job-description
	{
		padding: 80px 0;
	}
	.bnr_amagift img
	{
		width: 600px;
		max-width: 70%;
	}

	.bnr_campfire img
	{
		width: 800px;
		max-width: 70%;
	}

	.bnr_conversation
	{
		width: 70%;
		max-width: 800px;
	}
	.bnr_conversation img
	{
		width: 100%;
		max-width: 100%;
	}

}




/* =============================
  Utility
============================= */
.btn
{
	display: block;
	font-size: 1.6rem;
	padding: 13px 0;
	line-height: 1;
	margin: 0 auto;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
.btn:hover
{
	text-decoration: none;
	color: #fff;
}
.btn:visited
{
	color: #fff;
}
.btn-default
{
	background-color: #3ec4b7;
	color: #fff !important;
	font-weight: 700;
	border-radius: 5px;
}
.btn-default:hover,
.btn-default:visited,
.btn-default:active,
.btn-default:focus
{
	color: #fff !important;
	background-color: #35AEA2;
}


.btn-plane
{
	background-color: #fff;
	color: #333 !important;
	font-weight: 700;
	border-radius: 5px;
}
.btn-plane:hover
{
	background-color: #E6E6E6;
	text-decoration: none;
	color: #333;
}
.btn-plane:visited
{
	color: #333;
}



.order-1
{
	order: 1;
}
.order-2
{
	order: 2;
}
.sp-br
{
	display: block;
}
.pc-br
{
	display: none;
}
.mb-0
{
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.btn
	{
		display: inline-block;
		padding: 13px 15px;
	}
	.sp-br
	{
		display: none;
	}
	.pc-br
	{
		display: block;
	}
}


