@charset "UTF-8";
/*
	common
-----------------------------------------------------------------------------------------------*/
:root{
	/* color
	============================== */
	--color-business-orange: #FF3B00;
	--color-business-green: #0A842B;
	--color-business-navy: #004B72;
}
#header [href="../business/"]{
	color: var(--color-blue);
}
/*
	KV
-----------------------------------------------------------------------------------------------*/
.business .page-head__img::before{
	background: url(../images/deco_business_kv_01.png) no-repeat center / cover;
	bottom: 0;
	content: '';
	height: 138px;
	left: -200px;
	position: absolute;
	width: 163px;
}
/*
	アンカーリンク
-----------------------------------------------------------------------------------------------*/
#anchor .container{
	padding-block: 0;
}
.anchor__list{
	align-items: center;
	display: flex;
	gap: 35px;
	justify-content: flex-start;
}
a.anchor__link{
	align-items: center;
	color: var(--color-blue);
	display: flex;
	font-size: 1.7rem;
	font-weight: var(--medium);
	height: 50px;
	padding-right: 23px;
	position: relative;
}
a.anchor__link::before{
	border-bottom: 2px solid var(--color-blue);
	border-right: 2px solid var(--color-blue);
	content: '';
	height: 7px;
	position: absolute;
	right: 0;
	top: 49%;
	transform: rotate(45deg) translate(-50%, 0);
	transform-origin: top;
	width: 7px;
}
@media (hover: hover) and (pointer: fine){
	a.anchor__link,
	a.anchor__link::before{
		transition: .3s;
	}
	a.anchor__link::before{
		transition: top .2s;
	}
	a.anchor__link:hover{
		color: var(--color-red);
		transition: .3s;
	}
	a.anchor__link:hover::before{
		border-color: var(--color-red);
		top: 54%;
		transition: top .2s;
	}
}
/*
	事業内容
-----------------------------------------------------------------------------------------------*/
#our-business .container{
	padding-block: 70px 100px;
	text-align: center;
}
.our-business__head{
	color: var(--color-blue);
	font-size: 3.3rem;
	font-weight: var(--bold);
	margin-bottom: 25px;
}
.our-business__lead{
	font-size: 1.8rem;
	font-weight: var(--bold);
	line-height: 200%;
}
.our-business__list{
	display: flex;
	flex-direction: column;
	gap: 125px;
}
[class^="our-business__item"]{
	display: flex;
	gap: 50px;
	padding-bottom: 58px;
	position: relative;
}
[class^="our-business__item"]:nth-child(even){
	flex-direction: row-reverse;
}
[class^="our-business__item"]::before{
	background: #FBF2ED;
	bottom: 0;
	content: '';
	height: calc(100% - 58px);
	left: 0;
	position: absolute;
	width: 100%;
}
[class^="our-business__item"]::after{
	bottom: 0;
	color: #fff;
	font-size: 11.0rem;
	font-weight: var(--bold);
	line-height: 80%;
	mix-blend-mode: soft-light;
	position: absolute;
	right: 5%;
}
[class^="our-business__item"]:nth-child(even)::after{
	left: 5%;
	right: auto;
}
.our-business__item--01::after{
	content: 'SOFT SERVE MIX';
}
.our-business__item--02::after{
	content: 'CONE';
}
.our-business__item--03::after{
	content: 'FREEZER';
}
.our-business__item--04::after{
	content: 'FRUIT';
}
.our-business__item--05::after{
	content: 'FLEX-E-FILL';
}
.our-business__item--06::after{
	content: 'OTHERS';
}
.our-business__img{
	border-radius: 0 15px 15px 0;
	height: 430px;
	min-width: 410px;
	overflow: hidden;
	position: relative;
	width: calc(55% - 50px);
}
[class^="our-business__item"]:nth-child(even) .our-business__img{
	border-radius: 15px 0 0 15px;
}
.our-business__img--img{
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}
.our-business__caption{
	margin-top: 120px;
	position: relative;
	width: 496px;
}
.our-business__item--01 .our-business__caption::before{
	background: url(../images/deco_business_01.png) no-repeat center / cover;
	content: '';
	height: 103px;
	position: absolute;
	right: 0;
	top: -159px;
	width: 224px;
}
.our-business__tit{
	font-size: 3.0rem;
	line-height: 100%;
	margin-bottom: 37px;
}
.our-business__txt{
	font-size: 1.6rem;
	font-weight: var(--medium);
	line-height: 205%;
	text-align: justify;
}
/*
	NISSEIの3つの力
-----------------------------------------------------------------------------------------------*/
.power__head{
	font-size: 3.3rem;
	font-weight: var(--bold);
}
.power__lead{
	font-size: 1.7rem;
	font-weight: var(--medium);
	margin-block: 25px 30px;
}
[class^="power__lead--"]{
	font-size: 2.0rem;
	font-weight: var(--bold);
}
.power__lead--orange{
	color: var(--color-business-orange);
}
.power__lead--green{
	color: var(--color-business-green);
}
.power__lead--navy{
	color: var(--color-business-navy);
}
.power__list{
	display: flex;
	gap: 60px;
	justify-content: center;
}
[class^="power__item"]{
	align-items: center;
	border: 4px solid var(--color-business-orange);
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	height: 252px;
	justify-content: center;
	position: relative;
	width: calc((100% - 210px)/3);
}
[class^="power__item"]::before,
[class^="power__item"]::after{
	background: #707F89;
	content: '';
	height: 4px;
	position: absolute;
	right: -49px;
	width: 30px;
}
[class^="power__item"]::before{
	transform: rotate(45deg);
}
[class^="power__item"]::after{
	transform: rotate(-45deg);
}
.power__item--03::before,
.power__item--03::after{
	content: none;
}
.power__img{
	align-items: center;
	display: flex;
	height: 120px;
	justify-content: center;
}
.power__txt{
	color: var(--color-business-orange);
	font-size: 2.4rem;
	font-weight: var(--bold);
	margin-top: 15px;
}
/* 提案力 */
.power__item--01 .power__img{
	width: 72px;
}
/* 研究開発力 */
.power__item--02{
	border-color: var(--color-business-green);
}
.power__item--02 .power__img{
	width: 114px;
}
.power__item--02 .power__txt{
	color: var(--color-business-green);
}
/* 生産・品質管理力 */
.power__item--03{
	border-color: var(--color-business-navy);
}
.power__item--03 .power__img{
	width: 103px;
}
.power__item--03 .power__txt{
	color: var(--color-business-navy);
}
.detail__list{
	display: flex;
	flex-direction: column;
	gap: 100px;
	margin-top: 120px;
}
.detail__item{
	display: flex;
	gap: 57px;
}
.detail__item:nth-child(even){
	flex-direction: row-reverse;
}
[class^="detail__head"]{
	font-size: 3.2rem;
	font-weight: var(--bold);
}
.detail__head--orange{
	color: var(--color-business-orange);
}
.detail__head--green{
	color: var(--color-business-green);
}
.detail__head--navy{
	color: var(--color-business-navy);
}
.detail__tit{
	font-size: 2.4rem;
	font-weight: var(--bold);
	margin-block: 20px 15px;
}
.detail__txt{
	line-height: 190%;
	text-align: justify;
}
.detail__img{
	border-radius: 15px;
	flex: 1 0 470px;
	overflow: hidden;
	width: 470px;
}
@media screen and (max-width: 812px){
	/*
		common
	-----------------------------------------------------------------------------------------------*/
	#header [href="../business/"]{
		color: var(--color-txt);
	}
	/*
		KV
	-----------------------------------------------------------------------------------------------*/
	.business #page-head{
		margin-bottom: 20px;
	}
	.business .page-head__img::before{
		height: 85px;
		left: auto;
		right: 15px;
		width: 100px;
	}
	/*
		アンカーリンク
	-----------------------------------------------------------------------------------------------*/
	#anchor .container{
		padding-block: 0;
	}
	.anchor__list{
		gap: 0;
	}
	.anchor__item{
		margin-right: 11px;
	}
	a.anchor__link{
		font-size: 1.4rem;
		height: 35px;
		padding-right: 18px;
	}
	/*
		事業内容
	-----------------------------------------------------------------------------------------------*/
	#our-business .container{
		padding-block: 50px 80px;
		text-align: center;
	}
	.our-business__head{
		font-size: 2.3rem;
		line-height: 150%;
		margin-bottom: 17px;
	}
	.our-business__lead{
		font-size: 1.5rem;
		letter-spacing: 0;
		line-height: 180%;
	}
	.our-business__list{
		flex-direction: column;
		gap: 0;
		position: relative;
	}
	[class^="our-business__item"]{
		flex-direction: column;
		gap: 0;
		margin-top: 70px;
		padding: 0 20px 45px;
	}
	[class^="our-business__item"]:first-child{
		margin-top: 0;
	}
	[class^="our-business__item"]:nth-child(even){
		flex-direction: column;
	}
	[class^="our-business__item"]::before{
		height: calc(100% - 40px);
		left: 0;
		position: absolute;
		width: 100%;
		z-index: -1;
	}
	[class^="our-business__item"]::after{
		font-size: 3.8rem;
		line-height: 80%;
		right: 20px!important;
		z-index: -1;
	}
	[class^="our-business__item"]:nth-child(even)::after{
		left: auto;
	}
	.our-business__img{
		margin-bottom: 24px;
	}
	.our-business__img,
	[class^="our-business__item"]:nth-child(even) .our-business__img{
		border-radius: 8px;
		height: auto;
		min-width: 100%;
		width: 100%;
	}
	.our-business__img--img{
		left: auto;
		position: static;
		top: auto;
		transform: none;
	}
	.our-business__caption{
		margin-top: 0;
		position: static;
		width: 100%;
	}
	.our-business__item--01 .our-business__caption::before{
		height: 55px;
		right: 45px;
		top: -52px;
		width: 120px;
	}
	.our-business__tit{
		font-size: 2.2rem;
		line-height: 100%;
		margin-bottom: 17px;
	}
	.our-business__txt{
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 170%;
	}
	/*
		NISSEIの3つの力
	-----------------------------------------------------------------------------------------------*/
	.power__head{
		font-size: 2.5rem;
		line-height: 100%;
	}
	.power__lead{
		font-size: 1.5rem;
		letter-spacing: 0;
		margin-block: 25px;
		text-align: justify;
	}
	[class^="power__lead--"]{
		font-size: 1.8rem;
	}
	.power__list{
		flex-wrap: wrap;
		gap: 0;
	}
	[class^="power__item"]{
		aspect-ratio: 1 / 1;
		border-radius: 8px;
		flex-direction: column;
		height: 160px;
		min-width: 160px;
		width: calc((100% - 20px)/2);
	}
	[class^="power__item"]::before,
	[class^="power__item"]::after{
		bottom: -30px;
		height: 4px;
		left: 50%;
		right: auto;
		width: 30px;
	}
	[class^="power__item"]::before{
		transform: translate(-50%, 0) rotate(45deg);
	}
	[class^="power__item"]::after{
		transform: translate(-50%, 0) rotate(-45deg);
	}
	.power__item--02::before,
	.power__item--02::after{
		content: none;
	}
	.power__img{
		height: auto;
	}
	.power__txt{
		font-size: 1.6rem;
		margin-top: 12px;
	}
	/* 提案力 */
	.power__item--01{
		margin: 0 30px 46px;
		width: 48%;
	}
	.power__item--01 .power__img{
		width: 29%;
	}
	/* 研究開発力 */
	.power__item--02{
		margin-right: 15px;
	}
	.power__item--02 .power__img{
		width: 50%;
	}
	/* 生産・品質管理力 */
	.power__item--03 .power__img{
		width: 43%;
	}
	.detail__list{
		display: flex;
		flex-direction: column;
		gap: 0;
		margin-top: 45px;
	}
	.detail__item:not(:first-child){
		margin-top: 35px;
	}
	.detail__item,
	.detail__item:nth-child(even){
		flex-direction: column;
		gap: 0;
	}
	[class^="detail__head"]{
		font-size: 2.3rem;
	}
	.detail__tit{
		font-size: 1.8rem;
		line-height: 140%;
		margin-block: 7px 6px;
	}
	.detail__txt{
		font-size: 1.4rem;
		letter-spacing: 0;
		line-height: 160%;
	}
	.detail__img{
		border-radius: 8px;
		flex: 1 0 100%;
		margin-top: 17px;
		width: 100%;
	}
}