@charset "UTF-8";
/*------------------------------------------
	firstview
-------------------------------------------*/
.firstview {
	width: 100%;
	height: auto;
}
.firstview img {
	object-position: center;
}


/*------------------------------------------
	readエリア
-------------------------------------------*/
.read {
	margin-bottom: 5px;
}
.read .area_title {
	position: relative;
	margin: 0 auto 20px;
	padding-top: 80px;
	max-width: 310px;
	width: 65%;
	height: auto;
	color: #734b23;
	text-align: center;
	font-size: clamp(2.0rem, 2.5vw, 2.5rem);
	background: url("../../img/read_title_item_02.svg"), url("../../img/read_title_item_03.svg");
	background-position: left bottom, right bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 18px auto;
}
.read .area_title::before {
	content: '';
	display: block;
	width: 160px;
	height: auto;
	aspect-ratio:185/87;
	background: url("../../img/read_title_item_01.svg");
	background-repeat: no-repeat;
	transform: translate(-50%, 10px);
}
@media screen and (max-width: 768px) {
	.read .area_title::before {
		content: '';
		display: block;
		width: 120px;
		height: auto;
		aspect-ratio:185/87;
		background: url("../../img/sp_read_title_item_01.svg");
		background-repeat: no-repeat;
		transform: translate(-50%, 10px);
	}
}
.read .decoration_text {
	margin: 0 auto;
	padding: 20px 0 0;
	max-width: 800px;
	width: 90%;
	height: 100px;
	font-size: clamp(2.7rem, 3.7vw, 3.7rem);
	line-height: 1.0;
	font-weight: bold;
	background: url("../../img/read_text_bg.svg") top left no-repeat;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	.read .decoration_text {
		margin: 0 auto 20px;
		padding: 20px 0 30px;
		max-width: 350px;
		width: 90%;
		height: auto;
		aspect-ratio: 337/153;
		font-size: clamp(2.7rem, 3.7vw, 3.7rem);
		line-height: 1.0;
		font-weight: bold;
		background: url("../../img/sp_read_text_bg.svg") top left no-repeat;
		background-size: 100% 100%;
		color: #fff;
		text-align: center;
		box-sizing: border-box;
	}
}
.read .decoration_text span {
	padding: 0 4px;
}
.read .decoration_text span img {
	display: inline;
	width: auto;
	height: 24px;
	object-fit: contain;
	transform: translateY(-10%);
}

@media screen and (max-width: 768px) {
	.read .decoration_text span img {
		margin: 15px 0 10px;
		display: inline;
		width: auto;
		height: 24px;
		object-fit: contain;
		transform: translateY(-10%);
	}
}
.read p {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
	.read p {
		margin: 0 auto;
		width: 90%;
		text-align: left;
		font-size: 1.6rem;
	}
}

.read .tax_link_btn {
	margin: 0 auto;
	max-width: 530px;
	width: 95%;
	height: 85px;
	text-align: center;
	font-size: clamp(1.8rem, 2.3vw, 2.3rem);
	line-height: 80px;
	font-weight: bold;
	background: url("../../img/read_link_bg.svg")center center no-repeat;
	transition: 0.8s;
}
.read .tax_link_btn:hover {
	background: url("../../img/hover_read_link_bg.svg")center center no-repeat;
	transition: 0.4s;
}
@media screen and (max-width: 768px) {
	.read .tax_link_btn {
		margin: 0 auto 20px;
		padding: 20px 0;
		max-width: 350px;
		width: 90%;
		height: auto;
		aspect-ratio: 337/96;
		text-align: center;
		font-size: clamp(2.0rem, 2.3vw, 2.3rem);
		line-height: 1.4;
		font-weight: bold;
		background: url("../../img/sp_read_link_bg.svg")center center no-repeat;
		background-size: 100% auto;
	}
	.read .tax_link_btn:hover {
		background: url("../../img/sp_hover_read_link_bg.svg")center center no-repeat;
		transition: 0.4s;
	}
}
.read .tax_link_btn a {
	color: #fff;
}
.read .tax_link {
	margin: 0 auto;
	width: 220px;
	border-bottom: 2px solid #f4567f;
	/*transition: 0.8s;*/
}
.read .tax_link a:hover {
	/*border-bottom: 2px solid #66c5ff;
	transition: 0.4s;*/
}
#gifts .gifts_swiper {}
#gifts .gifts_swiper .swiper-wrapper {
	width: 100%;
	height: auto;
}
#gifts .swiper-slide {
	width: 100%;
	height: auto;
	aspect-ratio: 16/10;
	transform: skewX(-10deg);
	overflow: hidden;
}
#gifts .swiper-slide > img {
	width: 115%;
	height: auto;
	transform: translate(-45px, -30px) skewX(10deg);
	object-fit: cover;
	aspect-ratio: 16/10;
}
@media screen and (max-width: 768px) {
	#gifts .swiper-slide > img {
		width: 125%;
		height: auto;
		transform: translate(-20px, -20px) skewX(10deg);
		object-fit: cover;
	}
}

/*------------------------------------------
about
-------------------------------------------*/
#about {
	padding: 40px 0 60px;
	background: url("../../img/resipi_bg_top.png"), url("../../img/about_bg.jpg");
	background-position: bottom -1px left, top left;
	background-repeat: repeat-x, no-repeat;
	background-size: 70px auto, cover;
}
@media screen and (max-width: 768px) {
	#about {
		padding: 40px 0 60px;
		background: url("../../img/resipi_bg_top.png"), url("../../img/about_bg.jpg");
		background-position: bottom -1px left, top left;
		background-repeat: repeat-x, no-repeat;
		background-size: 40px auto, cover;
	}
}
#about .inner {
	padding: 50px 0;
	background-color: #fff;
	background-image: url("../../img/about_bg_item.svg");
	background-position: bottom 70px right 30px;
	background-repeat: no-repeat;
	background-size: 90px auto;
	border-radius: 20px;
}
@media screen and (max-width: 768px) {
	#about .inner {
		padding: 50px 5%;
		width: 95%;
		background-color: #fff;
		background-image: url("../../img/about_bg_item.svg");
		background-position: bottom 20px right 5%;
		background-repeat: no-repeat;
		background-size: 60px auto;
		border-radius: 20px;
	}
}
#about .inner h2 {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0;
	text-align: center;
	font-size: clamp(2.7rem, 3.5vw, 3.5rem);
	line-height: 1.4;
	font-weight: bold;
	color: #734b23;
	z-index: 10;
}
@media screen and (max-width: 768px) {}
#about .inner h2::before {
	position: absolute;
	content: '';
	margin: 0 auto;
	width: 350px;
	height: 13px;
	right: 0;
	left: 0;
	bottom: 0;
	background: #abe842;
	border-radius: 16px;
	z-index: -1;
}
@media screen and (max-width: 768px) {
	#about .inner h2::before {
		position: absolute;
		content: '';
		margin: 0 auto;
		width: 260px;
		height: 10px;
		right: 0;
		left: 0;
		bottom: 0;
		background: #abe842;
		border-radius: 16px;
		z-index: -1;
	}
}
#about .inner p {
	text-align: center;
	font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
	#about .inner p {
		text-align: left;
		font-size: 1.4rem;
	}
}
	
/*------------------------------------------
resipi
-------------------------------------------*/
#resipi {
	padding: 50px 0 40px;
	background-image: url("../../img/resipi_bg.jpg");
	background-size: 75px auto;
	background-position: top left;
	background-repeat: repeat;
}
@media screen and (max-width: 768px) {
	#resipi {
		padding: 50px 0 40px;
		background-image: url("../../img/resipi_bg.jpg");
		background-size: 30px auto;
		background-position: top left;
		background-repeat: repeat;
	}
}
#resipi .section_head_line {
	margin: 0 auto;
	padding-top: 60px;
	max-width: 980px;
	width: 95%;
	background-image: url("../../img/resipi_head_line_bg_image_left.png"), url("../../img/resipi_head_line_bg_image_right.png");
	background-position: top left, top right;
	background-size: 190px auto, 190px auto;
	background-repeat: no-repeat;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#resipi .section_head_line {
		margin: 0 auto;
		padding-top: 60px;
		max-width: 980px;
		width: 95%;
		background-image: url("../../img/resipi_head_line_bg_image_left.png"), url("../../img/resipi_head_line_bg_image_right.png");
		background-position: top left, top right;
		background-size: 90px auto, 90px auto;
		background-repeat: no-repeat;
		box-sizing: border-box;
	}
}
#resipi .section_head_line .sub_title {
	margin: 0 auto;
	width: 190px;
	height: auto;
}
@media screen and (max-width: 768px) {
	#resipi .section_head_line .sub_title {
		margin: 0 auto;
		width: 150px;
		height: auto;
	}
}
#resipi h2.section_title {
	margin: 0 auto 20px;
	max-width: 600px;
}
@media screen and (max-width: 768px) {}
#resipi h2.section_title::before {
	max-width: 470px;
	width: 88%;
	bottom: 6px;
	letter-spacing: 1px;
	background: #ffcad5;
}
#resipi h2.section_title::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 10px;
	background-image: url("../../img/resipi_title_item_left.svg"), url("../../img/resipi_title_item_right.svg");
	background-position: bottom left, bottom right;
	background-size: 44px auto, 44px auto;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	#resipi h2.section_title::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 100%;
		left: 0;
		bottom: 10px;
		background-image: url("../../img/resipi_title_item_left.svg"), url("../../img/resipi_title_item_right.svg");
		background-position: bottom left, bottom right;
		background-size: 20px auto, 20px auto;
		background-repeat: no-repeat;
	}
}
#resipi .section_head_line p {
	margin-bottom: 100px;
	text-align: center;
	font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
	#resipi .section_head_line p {
		margin-bottom: 100px;
		text-align: center;
		font-size: 1.4rem;
	}
}
#resipi .inner {
	margin: 0 auto 100px;
}
#resipi .inner:nth-of-type(2) .contents h4 {
	background: #bf8400;
}
#resipi .inner:nth-of-type(3) .contents h4 {
	background: #f72828;
}
#resipi .inner .contents {
	margin-bottom: 90px;
	padding-bottom: 20px;
	border-radius: 40px;
	background: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.40); 
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
#resipi .inner .sub_title {
	position: relative;
	margin: 0 auto 60px;
	max-width: 430px;
	width: 90%;
	height: 66px;
	text-align: center;
	color: #fff;
	font-size: clamp(2.0rem, 2.4vw, 2.4rem);
	line-height: 60px;
}
@media screen and (max-width: 768px) {
	#resipi .inner .sub_title {
		position: relative;
		margin: 0 auto 40px;
		padding: 17px 0;
		max-width: 430px;
		width: 100%;
		height: auto;
		text-align: center;
		color: #fff;
		line-height: 1.2;
	}
}
#resipi .inner:nth-of-type(2) .sub_title {
	background: url("../../img/resipi_sub_title_01.svg") center left no-repeat;
}
#resipi .inner:nth-of-type(3) .sub_title {
	background: url("../../img/resipi_sub_title_02.svg") center left no-repeat;
}
#resipi .inner:nth-of-type(4) .sub_title {
	background: url("../../img/resipi_sub_title_03.svg") center left no-repeat;
}
#resipi .inner .sub_title::after {
	position: absolute;
	content: '';
	margin: 0 auto;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	background: url(../../img/resipi_sub_title_left_item.svg), url(../../img/resipi_sub_title_right_item.svg);
	background-position: bottom 18px left, bottom 18px right;
	background-size: 16px auto, 16px auto;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	#resipi .inner .sub_title::after {
		position: absolute;
		content: '';
		margin: 0 auto;
		height: 100%;
		top: 0;
		left: 0;
		right: 0;
		background: url(../../img/resipi_sub_title_left_item.svg), url(../../img/resipi_sub_title_right_item.svg);
		background-position: center left, center right;
		background-size: auto 50%, auto 50%;
		background-repeat: no-repeat;
	}
}
#resipi .inner:nth-of-type(2) .sub_title::after {
	width: 300px;
}
@media screen and (max-width: 768px) {
	#resipi .inner:nth-of-type(2) .sub_title::after {
		width: 75%;
	}
}
#resipi .inner:nth-of-type(3) .sub_title::after {
	width: 320px;
}
#resipi .inner:nth-of-type(4) .sub_title::after {
	display: none;
}
#resipi .inner .contents h4 {
	position: relative;
	padding: 25px 40px;
	width: 100%;
	height: 140px;
	color: #fff;
	font-size: 3.5rem;
	font-size: clamp(2.2rem, 2.8vw, 2.8rem);
	line-height: 1.2;
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#resipi .inner .contents h4 {
		position: relative;
		padding: 20px 20px;
		width: 100%;
		height: 140px;
		color: #fff;
		line-height: 1.2;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
		box-sizing: border-box;
	}
}
#resipi .inner .contents h4 > span {
	font-size: clamp(1.8rem, 2.8vw, 2.8rem);
	line-height: 1.8;
}
#resipi .inner .contents .content_inner {
	padding-right: 0;
	width: calc(100%/2);
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#resipi .inner .contents .content_inner {
		padding-right: 0;
		width: 100%;
		box-sizing: border-box;
	}
}
#resipi .inner .contents .content_inner.left p,
#resipi .inner .contents .content_inner.left li,
#resipi .inner .contents .content_inner.right p,
#resipi .inner .contents .content_inner.right li {
	font-size: 1.8rem;
	line-height: 1.6;
}
#resipi .inner .contents .content_inner.left .text_content ul {
	display: flex;
	flex-flow: row wrap;
}
#resipi .inner .contents .content_inner.left .text_content ul li {
	position: relative;
	padding-left: 15px;
	width: calc(100%/2);
}

#resipi .inner .contents .content_inner .text_content ul li::before {
	content: '●';
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	font-size: 8px;
	font-weight: bold;
	transform: translateY(-50%);
}
#resipi .inner .contents .content_inner.right {
	margin: 30px 0;
	padding: 0 20px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
	#resipi .inner .contents .content_inner.right {
		margin: 0;
		padding: 0 20px;
		box-sizing: border-box;
	}
}
#resipi .inner .contents .content_inner.right ol {
		padding: 0 30px;
	list-style: decimal;
}
#resipi .inner .contents .content_inner.right ol li {
	position: relative;
	margin-bottom: 30px;
}
#resipi .inner .contents .content_inner.right ol li::before {
	content: '';
	display: inline-block;
	width: 10px;
}
#resipi .inner .contents .content_inner .image {
	margin-bottom: 30px;
	max-width: 570px;
	width: 100%;
	height: auto;
	aspect-ratio: 57/40;
}
@media screen and (max-width: 768px) {
	#resipi .inner .contents .content_inner .image {
		margin-bottom: 30px;
		max-width: 570px;
		width: 100%;
		height: auto;
		aspect-ratio: 90/60;
	}
}
#resipi .inner .contents .content_inner .image img {
	width: 100%;
	height: auto;
	aspect-ratio: 57/40;
}
#resipi .inner .contents .content_inner.left .text_content {
	padding: 0 0 50px 40px;
}

#resipi .inner:nth-of-type(4) h3 {
	margin: 0 auto 20px;
}
#resipi .inner > p {
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.6rem;
}
#resipi .resipi_content {}
#resipi .drop__content .resipi_title {
	margin: 0 auto;
	width: 90%;
	text-align: center;
	font-size: 2.0rem;
}
#resipi .drop__content .resipi_content {
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	width: 90%;
	border-top: 2px dotted #000;
	align-items: flex-start;
}
@media screen and (max-width: 768px) {
	#resipi .drop__content .resipi_content {
		margin: 0 auto;
		padding: 20px 0;
		display: flex;
		flex-flow: row wrap;
		width: 90%;
		border-top: 2px dotted #000;
		align-items: flex-start;
	}
}
#resipi .drop__content .resipi_content:first-of-type,
#resipi .drop__content .resipi_content.one_point {
	border-top: none;
}
@media screen and (max-width: 768px) {
	#resipi .drop__content .resipi_content.one_point .text {
		width: 100%;
	}
}
#resipi .drop__content .resipi_content .nomber {
	padding: 0px 10px 4px;
	margin-right: 20px;
	margin-bottom: 20px;
	color: #fff;
	border-radius: 5px;
	font-size: 2.6rem;
	line-height: 1.6;
	font-weight: bold;
}
#resipi .drop__content .resipi_content .text {
	margin-right: 20px;
	width: 70%;
	font-size: 2.0rem;
}
@media screen and (max-width: 768px) {
	#resipi .drop__content .resipi_content .text {
		width: 80%;
		margin-right: 0;
		margin-bottom: 20px;
		font-size: 1.4rem;
	}
}
#resipi .drop__content .resipi_content .image {
	width: 30%;
}
@media screen and (max-width: 768px) {
	#resipi .drop__content .resipi_content .image {
		width: 100%;
	}
}
#resipi .drop__content .resipi_content .image .photo {
	position: relative;
}
#resipi .drop__content .resipi_content .image .photo .caption_no {
	position: absolute;
	padding: 2px 10px 4px;
	top: 0;
	left: 0;
	color: #fff;
	font-size: clamp(1.6rem, 2.0vw, 2.0rem);
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
}
#resipi .inner .youtube {
	margin: 0 auto 20px;
	max-width: 780px;
	width: 100%;
	height: auto;
	aspect-ratio: 96/54;
}
@media screen and (max-width: 768px) {
	#resipi .content_inner .u-flex_fs ul {
		width: 50%;
	}
	#resipi .inner .contents .content_inner.right li {
		font-size: 1.4rem;
	}
}

/*------------------------------------------
おいしいフルーツカッティング
-------------------------------------------*/
#fruit_cutting {
	padding: 100px 0 140px;
	background: #d9efa8;
}
@media screen and (max-width: 768px) {
	#fruit_cutting {
		padding: 100px 0 100px;
		background: #d9efa8;
	}
}
#fruit_cutting h2 {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	#fruit_cutting h2 {
		margin: 0 auto 40px;
		background: url("../../img/fruit_cutting_title_item_left.svg"), url("../../img/fruit_cutting_title_item_right.svg");
		background-size: 45px auto;
		background-position: top 20% left 15%, top 20% right 15%;
		background-repeat: no-repeat;
	}
}
#fruit_cutting h2 .section_title {
	margin: 0 auto 0;
	display: block;
	width: fit-content;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
}
#fruit_cutting h2 .section_title:nth-of-type(1) {
	padding: 0 80px;
	background: url("../../img/fruit_cutting_title_item_left.svg"), url("../../img/fruit_cutting_title_item_right.svg");
	background-size: 40px auto;
	background-position: center left, center right;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	#fruit_cutting h2 .section_title:nth-of-type(1) {
		background: none;
	}
}
#fruit_cutting h2 .section_title:nth-of-type(2) {
	padding: 0 60px;
	background-image: url("../../img/resipi_title_item_left.svg"), url("../../img/resipi_title_item_right.svg");
	background-position: bottom left, bottom right;
	background-size: 44px auto, 44px auto;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	#fruit_cutting h2 .section_title:nth-of-type(2) {
		background: none;
	}
	#fruit_cutting h2 .section_title:nth-of-type(4) {
		padding: 0 30px;
		background-image: url("../../img/resipi_title_item_left.svg"), url("../../img/resipi_title_item_right.svg");
		background-position: bottom 10px left, bottom 10px right;
		background-size: 25px auto, 25px auto;
		background-repeat: no-repeat;
	}
}
#fruit_cutting h2 .section_title::before {
	width: calc(100% - 100px);
	bottom: 3px;
	background: #e8ff08;
}
@media screen and (max-width: 768px) {
	#fruit_cutting h2 .section_title:nth-of-type(1)::before {
		width: calc(100% - 140px);
	}
	#fruit_cutting h2 .section_title:nth-of-type(3)::before {
		width: calc(100% + 10px);
	}
	#fruit_cutting h2 .section_title:nth-of-type(4)::before {
		width: calc(100% - 50px);
	}
}
#fruit_cutting > p {
	margin-bottom: 60px;
	text-align: center;
}
#fruit_cutting .inner {
	background: #d9efa8;
}
#fruit_cutting .inner .youtube_box {
	margin-right: 50px;
	width: calc(100%/2 - 25px); 
}
@media screen and (max-width: 768px) {
	#fruit_cutting .inner .youtube_box:first-child {
		margin-bottom: 80px;
	}
	#fruit_cutting .inner .youtube_box {
		margin-right: 0;
		width: 100%; 
	}
}
#fruit_cutting .inner .youtube_box:nth-of-type(2) {
	margin-right: 0;
}
#fruit_cutting .inner .youtube_box > p {
	margin: 0 auto 30px;
	max-width: 280px;
	width: 95%;
	height: 45px;
	text-align: center;
	color: #fff;
	font-size: 2.3rem;
	letter-spacing: 0;
	line-height: 40px;
	border-radius: 54px;
}
#fruit_cutting .inner .youtube_box:nth-of-type(1) > p {
	background: #ff5c8b;
}
#fruit_cutting .inner .youtube_box:nth-of-type(2) > p {
	background: #f72828;
}
#fruit_cutting .inner .youtube_box .youtube_image img {
	width: 100%;
	height: auto;
	border-radius: 15px;
	aspect-ratio: 57/32;
}


/*------------------------------------------
長野市産果樹ってなに？
-------------------------------------------*/
#question_a {
	padding: 120px 0 54px;
	background: url("../../img/question_a_bg_item_01.svg"),url("../../img/question_a_bg_item_02.svg"),url("../../img/question_a_bg.jpg");
	background-position: top left, top right, top left;
	background-size: 12% auto, 12% auto, cover;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	#question_a {
		padding: 120px 0 54px;
		background: none,none,url("../../img/question_a_bg.jpg");
		background-position: top left, top right, top left;
		background-size: 12% auto, 12% auto, cover;
		background-repeat: no-repeat;
	}
}
#question_a h2 {
	line-height: 1.2;
}
@media screen and (max-width: 768px) {
	#question_a h2 {
		margin: 0 auto 40px;
		width: 90%;
		letter-spacing: 1.5px;
		line-height: 1.2;
	}
}
#question_a h2::before {
	position: absolute;
	content: '';
	margin: 0 auto;
	max-width: 440px;
	height: 12px;
	right: 0;
	left: 0;
	bottom: 0;
	background: #b9f464;
	border-radius: 16px;
	z-index: -1;
}
#question_a > p {
	margin-bottom: 60px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#question_a > p {
		margin: 0 auto 60px;
		width: 90%;
		text-align: left;
	}
}
#question_a .items {
	margin: 0 auto;
	max-width: 1200px;
	width: 70%;
	display: flex;
	justify-content: flex-start;
}
@media screen and (max-width: 768px) {
	#question_a .items {
		margin: 0 auto;
		max-width: 1200px;
		width: 90%;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
	}
}
#question_a .items .item {
	margin-right: 50px;
	width: calc(100%/4 - 20px);
}
@media screen and (max-width: 768px) {
	#question_a .items .item {
		margin-bottom: 60px;
		margin-right: 0;
		width: 45%;
	}
}
#question_a .items .item:nth-of-type(4n) {
	margin-right: 0;
}
#question_a .items .item h3 {
	margin-bottom: 20px;
	text-align: center;
	font-size: clamp(2.1rem, 1.0vw, 3.4rem);
}
#question_a .items .item:nth-of-type(1) h3 {
	color: #d42c2c;
}
#question_a .items .item:nth-of-type(1) .image img {
	height: 82%;
}
#question_a .items .item:nth-of-type(2) h3 {
	color: #f4567f;
}
#question_a .items .item:nth-of-type(3) h3 {
	color: #602b87;
}
#question_a .items .item:nth-of-type(4) h3 {
	color: #886138;
}
#question_a .items .item .image {
	margin-bottom: 10px;
	width: auto;
	height: 190px;
	text-align: center;
}
#question_a .items .item .image img {
	width: 100%;
	height: 90%;
	object-fit: contain;
}
#question_a .items .item > p {
	text-align: left;
}
@media screen and (max-width: 768px) {
	#question_a .items .item > p {
		font-size: 1.5rem
	}
}
/*------------------------------------------
question_b
-------------------------------------------*/
#question_b {
	padding: 150px 0;
	background: url("../../img/question_b_bg_img.jpg")top left no-repeat;
	background-size: 100% auto;
}
@media screen and (max-width: 768px) {
	#question_b {
		padding: 100px 0;
		background: url("../../img/question_b_bg_img.jpg")top left no-repeat;
		background-size: cover;
		background-position: center center
	}
}
#question_b .section_title {
	width: 100%;
	height: 80px;
	line-height: 75px;
	background: #fff;
	border-radius: 50px;
}
@media screen and (max-width: 768px) {
	#question_b .section_title {
		padding: 20px 20px;
		width: 100%;
		height: auto;
		font-size: 2.4rem;
		line-height: 1.6;
		background: #fff;
		border-radius: 100px;
	}
}
#question_b .green {
	color: #74ce00;
}
#question_b .pink {
	color: #ff6687;
}
#question_b .orange {
	color: #ff860d;
}
#question_b .blue {
	color: #00a4dd;
}
#question_b .mayor_comment {
	margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
	#question_b .mayor_comment {
		margin-bottom: 80px;
	}
}
#question_b .mayor_comment > div {
	width: 50%;
}
@media screen and (max-width: 768px) {
	#question_b .mayor_comment > div {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#question_b .mayor_comment .text {
		margin-bottom: 40px;
	}
}
#question_b .mayor_comment .text img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
#question_b .flex_wrapper .item {
	position: relative;
	max-width: 325px;
	width: 100%;
	height: auto;
	aspect-ratio:1/1;
	color: #5e3819;
}
@media screen and (max-width: 768px) {
	#question_b .flex_wrapper .item {
		position: relative;
		margin: 0 auto;
		max-width: 70%;
		width: 100%;
		height: auto;
		aspect-ratio:1/1;
		color: #5e3819;
	}
}
#question_b .flex_wrapper .item p {
	position: absolute;
	margin: 0 auto;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 2.4rem;
	font-size: clamp(2.0rem, 2.4vw, 2.4rem);
	font-weight: bold;
	transform: translateY(-50%);
}
#question_b .flex_wrapper .item:nth-of-type(1) {
	background: url("../../img/question_b_item_01.png") center center no-repeat;
	background-size: contain;
}
#question_b .flex_wrapper .item:nth-of-type(2) {
	background: url("../../img/question_b_item_02.png") center center no-repeat;
	background-size: contain;
}
#question_b .flex_wrapper .item:nth-of-type(3) {
	background: url("../../img/question_b_item_03.png") center center no-repeat;
	background-size: contain;
}


/*------------------------------------------
works
-------------------------------------------*/
#works {
	padding: 120px 0;
	background: #fffdee;
}
@media screen and (max-width: 768px) {
	#works {
		padding: 80px 0;
		background: #fffdee;
	}
}
#works h2.section_title::before {
	width: 300px;
	bottom: 6px;
	background: #ffcad5;
}
@media screen and (max-width: 768px) {
	#works h2.section_title::before {
		width: 220px;
		bottom: 6px;
		background: #ffcad5;
	}
}
#works .inner .head_line_text {
	margin-bottom: 50px;
	font-size: 1.6rem;
}
#works .items .item {
	max-width: 290px;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	#works .items .item {
		margin-bottom: 80px;
		max-width: 100%;
		width: 100%;
		height: auto;
	}
}
#works .items .item .photo {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 42px;
}
#works .items .item .photo::after {
	position: absolute;
	content: '';
	margin: 0 auto;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
}
#works .items .item:nth-of-type(1) .photo::after {
	background: url("../../img/works_item_01.svg")bottom 10px center no-repeat;
	width: 70px;
	height: 77px;
}
#works .items .item:nth-of-type(2) .photo::after {
	background: url("../../img/works_item_02.svg")bottom center no-repeat;
	width: 60px;
	height: 96px;
}
#works .items .item:nth-of-type(3) .photo::after {
	background: url("../../img/works_item_03.svg")bottom 10px center no-repeat;
	width: 68px;
	height: 86px;
}
#works .items .item .photo img {
	width: 100%;
	height: auto;
}
#works .items .item h3 {
	margin-bottom: 20px;
	font-size: 1.8rem;
	font-weight: bold;
}



/*------------------------------------------
event
-------------------------------------------*/
#event {
	padding: 100px 0;
	background: url("../../img/event_bg_left.png"), url("../../img/event_bg_right.png");
	background-size: 300px auto, 220px auto;
	background-position: bottom 160px left, bottom 160px right;
	background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
	#event {
		padding: 80px 0;
		background: none, none;
	}
}
#event h2.section_title::before {
	width: 150px;
	bottom: 6px;
	background: #b9f464;
}
#event .link_btn img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
#event .read {
	color: #ff647e;
	font-size: 1.8rem;
}
#event small {
	margin-bottom: 40px;
	display: block;
	font-size: 1.4rem;
}
#event .subtitle {
	margin: 0 auto 40px;
	padding: 0 0 4px;
	max-width: 400px;
	width: 80%;
	color: #fff;
	text-align: center;
	font-size: clamp(2.8rem, 3.6vw, 3.6rem); 
	line-height: 1.6;
	background: url("../../img/event_subtitle_bg.svg")bottom center no-repeat;
	background-size: 100% auto;
}
@media screen and (min-width:461px) and ( max-width:768px) {
	#event .subtitle {
		margin: 0 auto 40px;
		padding: 0 0 4px;
		max-width: 340px;
		width: 70%;
		color: #fff;
		text-align: center;
		line-height: 1.6;
		background: url("../../img/event_subtitle_bg.svg")bottom center no-repeat;
		background-size: 100% auto;
	}
}
@media screen and (max-width: 460px) {
	#event .subtitle {
		margin: 0 auto 40px;
		padding: 0 0 4px;
		max-width: 400px;
		width: 75%;
		color: #fff;
		text-align: center;
		line-height: 1.3;
		background: url("../../img/event_subtitle_bg.svg")bottom center no-repeat;
		background-size: 100% auto;
	}
}

#event .subtitle::before {
	content: url("../../img/event_subtitle_item.svg");
	margin: 0 auto 20px;
	width: 55px;
	height: auto;
	display: block;
}
@media screen and (max-width: 768px) {
	#event .subtitle::before {
		content: url("../../img/event_subtitle_item.svg");
		margin: 0 auto 20px;
		width: 45px;
		height: auto;
		display: block;
	}
}

#event .item {
	margin-bottom: 40px;
	padding: 40px 80px 60px;
	border-radius: 15px;
}
@media screen and (max-width: 768px) {
	#event .item {
		margin-bottom: 40px;
		padding: 40px 5% 20px;
		border-radius: 15px;
	}
}
#event .item.green {
	background: #eaf9ec;
	border: 2px solid #00d62d;
	box-shadow: 4px 4px 0 #00d62d;
}
#event .item.red {
	background: #fff0f0;
	border: 2px solid #f93a3a;
	box-shadow: 4px 4px 0 #f93a3a;
}
#event .item.pink {
	background: #fff3f7;
	border: 2px solid #ff5c8b;
	box-shadow: 4px 4px 0 #ff5c8b;
}
#event .item h4 {
	margin: 0 auto 20px;
	text-align: center;
	font-size: clamp(2.6rem, 3.2vw, 3.2rem);
	color: #734b23;
}
@media screen and (max-width: 768px) {
	
}
#event .item h4 span {
	margin-left: 20px;
	padding: 2px 10px 6px;
	color: #fff;
	font-size: clamp(2.4rem, 2.8vw, 2.8rem);
	line-height: 60px;
	border-radius: 5px;
}
@media screen and (max-width: 768px) {
	#event .item h4 span {
		margin: 20px auto;
		padding: 6px 10px 10px;
		width: fit-content;
		color: #fff;
		display: block;
		line-height: 1.0;
		border-radius: 5px;
	}
}
#event .item.green h4 span {
	background: #00d62d;
}
#event .item.red h4 span {
	background: #f93a3a;
}
#event .item.pink h4 span {
	background: #ff5c8b;
}
#event .item .flex_wrapper {
}
@media screen and (max-width: 768px) {
	#event .item .flex_wrapper {
		flex-flow: row wrap;
	}
}
#event .item .photo {
	margin-right: 40px;
	width: 40%;
	height: auto;
	aspect-ratio: 40/27;
	border-radius: 10px;
}
@media screen and (max-width: 768px) {
	#event .item .photo {
		margin: 0 auto 40px;
		width: 100%;
		height: auto;
		aspect-ratio: 40/27;
		border-radius: 10px;
	}
}
#event .item .photo img {
	aspect-ratio: 40/27;
	border-radius: 10px;
}
#event .item .text {
	width: 60%;
	color: #734b23;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#event .item .text {
		width: 100%;
		color: #734b23;
		font-weight: bold;
	}
}
#event .item .text .text_cont {
	margin-bottom: 20px;
	font-size: 1.8rem;
	align-items: flex-start;
}
#event .item .text div span {
	margin-right: 15px;
	padding: 0 10px 4px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 400;
	background: #734b23;
	border-radius: 5px;
	
}
@media screen and (max-width: 768px) {
	#event .item .text div span {
		margin-right: 15px;
		padding: 0 10px 4px;
		min-width: 55px;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 400;
		background: #734b23;
		border-radius: 5px;

	}
}
#event .item .pdf_btn {
	margin: 40px 0;
}
#event .item .pdf_btn a {
	margin: 0 auto;
	padding: 0 0 2px;
	width: 300px;
	height: auto;
	text-align: center;
	color: #fff;
	font-size: 2.0rem;
	background: #734b23;
	border-radius: 50px;
}
#event .privacy_btn a {
	margin: 0 auto;
	width: fit-content;
	color: #734b23;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 2px solid #734b23;
}

#event .item .pdf_btn_img {
	margin: 40px auto;
	max-width: 500px;
	width: 100%;
}
#event .item .pdf_btn_img a {
	margin: 0 auto;
	
}


/*------------------------------------------
プライバシーポリシー
-------------------------------------------*/
#p-policy {
	padding: 100px 0;
}
#p-policy h2 {
	text-align: center;
	font-size: clamp(2.6rem, 2.8vw, 2.8rem);
	font-weight: 600;
}
#p-policy h3 {
	font-size: 2.1rem;
	font-weight: bold;
}
#p-policy div {
	text-indent: 1em;
	font-size: 1.6rem;
}
#p-policy h3.contact {
	font-size: 1.8rem;
	font-weight: bold;
}
#p-policy p.contact {
	margin: 0 auto 100px;
	width: fit-content;
	font-size: 1.6rem;
	font-weight: bold;
}
#p-policy .link_btn {
	margin:  0 auto;
	width: 200px;
}
#p-policy .link_btn a {
	padding: 0 0 2px;
	text-align: center;
	line-height: 1.6;
	color: #734b23;
	border: 2px solid #734b23;
	border-radius: 50px;
}
#p-policy .link_btn a:hover {
	text-align: center;
	line-height: 1.6;
	color: #fff;
	background: #734b23;
}
#p-policy .link_btn a:hover + .link_btn {
	border: 2px solid #fff;
}