@charset "UTF-8";
/*-----------------------------------
    page_title_block
-----------------------------------*/
/* #page_title_block {
	text-align: center;
	
	background-color: rgb(245, 243, 243);
    color: rgb(51, 51, 51);
	padding: 3.6rem 0;
	margin-top: 138px;
}
#page_title_block .page_title h1 {
	font-size: 36px;
	font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 640px) {
	#page_title_block .page_title h1 {
		font-size: 22px;
	}
} */

/*-----------------------------------
    hero_block
-----------------------------------*/
#hero_block {
	position: relative;
	padding: 60px 0 0;
}

.youtube-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9; /* 動画の比率 */
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
}

.custom-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* iframeが追加された時のスタイル */
.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	#hero_block {
		padding: 30px 0 0;
	}
}

/*-----------------------------------
    philosophy_block
-----------------------------------*/
#philosophy_block {
	padding: 100px 0 0;
	position: relative;
}
#philosophy_block .philosophy_badge {
	display: inline-block;
	padding: 12px 40px;
	background: #679328;
	color: #ffffff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 30px;
	margin-bottom: 3vw;
}
#philosophy_block .philosophy_main_text{
}
#philosophy_block .philosophy_main_text .h3_style{
	font-size: 32px;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.05em;
	color: #333333;
	text-align: center;
	display: inline-block;
	margin: 0 0 5px;
	text-decoration: underline;
	text-underline-offset: 10px;
	text-decoration-thickness: 3px;
	text-decoration-color: #679229;
}
#philosophy_block .philosophy_sub_text {
	font-size: 14px;
	line-height: 2.2;
	color: #333333;
	text-align: center;
	max-width: 600px;
	margin: 0 auto 5vw;
}

#philosophy_block .philosophy_bg_img{
	margin: 40px auto 60px;
    max-width: 1290px;
    width: 100%;
}

@media screen and (max-width: 840px) {
	#philosophy_block .philosophy_bg_img{
		margin: 75px 0 20px;
	}
}
@media screen and (max-width: 640px) {
	#philosophy_block {
		padding: 60px 0 0;
	}
	#philosophy_block .philosophy_main_text{
		text-align: left;
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}
	#philosophy_block .philosophy_main_text .h3_style{
		text-align: left;
		font-size: 22px;
	}
	#philosophy_block .philosophy_bg_img{
		margin: 55px auto 120px;
	}
}

/*-----------------------------------
    philosophy_items
-----------------------------------*/
.philosophy_items_wrap{
	align-items: stretch;
	margin: 10px auto 0;
}
.philosophy_item {
	width: calc(104% / 3);
	position: relative;
	padding: 40px 0 80px;
}
.philosophy_item:not(:first-child){
	margin-left: -30px;
}
.philosophy_item::before,
.philosophy_item::after{
	content: "";
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 132px;
}
.philosophy_item::before{
	background: url(../images/philosophy/philosophy_item_before.png)no-repeat top/contain;
	top: 0;
}
.philosophy_item::after{
	background: url(../images/philosophy/philosophy_item_after.png)no-repeat bottom/contain;
	bottom: 0;
}
.philosophy_item .item_text {
	max-width: 320px;
	width: 80%;
	margin: auto;
}
.philosophy_item .item_number {
	margin-bottom: 30px;
	color: #679328;
	text-align: center;
}
.philosophy_item .item_number .number {
	margin: 0 auto 20px;
	width: 29px;
}
.philosophy_item .item_number .item_title {
	font-size: 28px;
	font-weight: 700;
	display: block;
	line-height: 1.5;
	letter-spacing: -0.05em;
}
.philosophy_item .item_lead {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #679328;
	margin-bottom: 10px;
	text-align: center;
}
.philosophy_item .item_desc {
	font-size: 16px;
	line-height: 1.7;
	font-weight: 400;
}

@media screen and (max-width: 840px) {
	.philosophy_item{
		width: calc(103% / 2);
	}
}
@media screen and (max-width: 640px) {
	.philosophy_wrap{
		width: 100%;
	}
	.philosophy_item{
		width: 100%;
	}
	.philosophy_item:not(:first-child){
		margin: -25px 0 0;
	}
	.philosophy_item::before,
	.philosophy_item::after{
		height: 150px;
	}
	.philosophy_item::before{
		background: url(../images/philosophy/sp/philosophy_item_before.png)no-repeat top/contain;
	}
	.philosophy_item::after{
		background: url(../images/philosophy/sp/philosophy_item_after.png)no-repeat bottom/contain;
	}
	.philosophy_item .item_number{
		margin-bottom: 20px;
	}
	.philosophy_item .item_number .number{
		width: 26px;
	}
	.philosophy_item .item_number .item_title{
		font-size: 22px;
	}
	.philosophy_item .item_lead{
		font-size: 18px;
	}
	.philosophy_item .item_desc{
		font-size: 14px;
	}
}

/*-----------------------------------
    mission_block
-----------------------------------*/
#mission_block {
	padding: 50px 0 0;
	text-align: center;
	/* background: url(../images/philosophy/philosophy_bg_img_02.png)no-repeat center/contain; */
	position: relative;
}
#mission_block .mission_text {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	color: #679328;
}
#mission_block .bg_box{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

@media screen and (max-width: 840px) {
	#mission_block .bg_box{
		top: auto;
	}
}
@media screen and (max-width: 640px) {
	#mission_block {
		padding: 55px 0 85px;
		background: transparent;
	}
	#mission_block .mission_text {
		font-size: 22px;
	}
	#mission_block .bg_box{
		position: static;
		padding: 15px 0 0;
	}
}

/*-----------------------------------
    brand_block
-----------------------------------*/
#brand_block {
	padding: 0;
	position: relative;
	overflow: hidden;
	margin-top: 100px;
}

/* slider */
#brand_block .brand_photo_slider {
	width: 100%;
	height: 280px;
	overflow: hidden;
}
#brand_block .brand_photo_slider .slider_track {
	display: flex;
	gap: 30px;
	height: 100%;
}
#brand_block .brand_photo_slider .slider_track img {
	height: 100%;
	width: auto;
	object-fit: cover;
}
#brand_block .philosophy_bg_img{
	margin-top: -15px;
}

/* brand_box */
#brand_block .brand_box{
	margin: 80px auto 0;
	padding: 100px 0 200px;
	background: #f4f7f0;
	border-radius: 70px 70px 0 0;
}
#brand_block .brand_box .h2_style{
	padding: 50px 0 80px;
	margin-bottom: 100px;
	letter-spacing: -0.1em;
}
#brand_block .brand_content {
	display: flex;
	align-items: center;
	justify-content: space-between;

}
#brand_block .brand_content .brand_logo_area {
	width: 44%;
	flex-shrink: 0;
	text-align: center;
}
#brand_block .brand_content .brand_logo_area img {
	width: 100%;
}
#brand_block .brand_content .brand_text_area {
	width: calc(100% - 48%);
}
#brand_block .brand_content .brand_text_area p {
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
}
#brand_block .brand_content .brand_text_area p + p {
	margin-top: 20px;
}
#brand_block .brand_text_area .brand_tagline {
	font-size: 32px!important;
	font-weight: 700;
	color: #679328;
	margin-bottom: 30px;
	letter-spacing: -0.07em;
	line-height: 1.7;
}
#brand_block .brand_content .brand_text_area .brand_highlight {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
}

@media screen and (max-width: 840px) {
	#brand_block .brand_content{
		flex-direction: column-reverse;
		gap: 45px;
	}
	#brand_block .brand_content .brand_logo_area{
		max-width: 330px;
		width: 100%;
	}
	#brand_block .brand_content .brand_text_area{
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	#brand_block{
		margin-top: 0;
	}

	/* slider */
	#brand_block .brand_photo_slider{
		height: 200px;
	}
	#brand_block .brand_photo_slider .slider_track{
		gap: 20px;
	}
	#brand_block .philosophy_bg_img{
		margin: 25px auto 0;
	}
	#brand_block .philosophy_bg_img img{
		width: 100%;
	}

	/* brand_box */
	#brand_block .brand_box{
		margin: 85px auto 0;
		padding: 70px 0 100px;
		border-radius: 30px 30px 0 0;
	}
	#brand_block .brand_box .h2_style{
		padding: 32px 0 42px;
		margin-bottom: 65px;
	}
	#brand_block .brand_text_area .brand_tagline{
		font-size: 22px !important;
		margin-bottom: 40px;
		letter-spacing: 0;
	}
	#brand_block .brand_content .brand_text_area .brand_highlight{
		font-size: 18px;
	}
	#brand_block .brand_content .brand_text_area p{
		font-size: 14px;
	}
	#brand_block .brand_content .brand_text_area p + p{
		margin-top: 25px;
	}
}

/*-----------------------------------
    conduct_block
-----------------------------------*/
#conduct_block {
	background: #f4f7f0;
}
#conduct_block .h2_style{
	margin-bottom: 50px;
}
#conduct_block .conduct_box{
	padding: 115px 0 0;
	background: #fff;
	border-radius: 70px 70px 0 0;
}
#conduct_block .conduct_list {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto 190px;
	flex-direction: column;
	gap: 10px;
}
#conduct_block .conduct_item {
	width: 100%;
	gap: 15px 20px;
	padding: 30px 45px;
	background: #f4f7f0;
	justify-content: flex-start;
	line-height: 1.7;
	border-radius: 8px;
}
#conduct_block .conduct_item img{
	width: 55px;
}
#conduct_block .conduct_item .conduct_keyword {
	color: #679328;
	font-size: 28px;
	font-weight: 500;
}
#conduct_block .conduct_item .conduct_desc {
	font-size: 28px;
	font-weight: 500;
}

@media screen and (max-width: 840px) {
}
@media screen and (max-width: 640px) {
	#conduct_block .conduct_box{
		padding: 70px 0 0;
		border-radius: 30px 30px 0 0;
	}
	#conduct_block .h2_style{
		margin-bottom: 30px;
	}
	#conduct_block .conduct_list{
		gap: 8px;
	}
	#conduct_block .conduct_item{
		padding: 20px;
	}
	#conduct_block .conduct_item img{
		width: 34px;
	}
	#conduct_block .conduct_item .conduct_keyword,
	#conduct_block .conduct_item .conduct_desc{
		font-size: 18px;
	}
	#conduct_block .conduct_item .conduct_desc{
		width: 100%;
	}
}
