/* -----------------------------------------------
= page-title
----------------------------------------------- */
.page-title img {
	aspect-ratio: 1300 / 500;
	object-fit: cover;
	object-position: 50% 100%;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-title img {
	aspect-ratio: 1300 / 680;
}
}/* @media */
/* -----------------------------------------------
= page-link
----------------------------------------------- */
.page-link {
	margin: 35px 13px 60px;
}
.page-link li {
	max-width: 216px;
	margin: 0 auto 30px;
	font-size: calc(1.3rem / 1.6);
	line-height: calc(16 / 13);
	letter-spacing: .04em;
	text-align: center;
}
.page-link li a {
	display: block;
	position: relative;
	padding-block: 5px;
	background: #f2f2ee;
	border-top: 0.5px solid #f14954;
	border-bottom: 0.5px solid #f14954;
}
.page-link li a::before,
.page-link li a::after {
	content: "";
	position: absolute;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.page-link li a::before {
	width: 16px;
	height: 12px;
	left: calc(50% - 8px);
	bottom: -11.5px;
	background: #f14954;
}
.page-link li a::after {
	width: 14px;
	height: 11px;
	left: calc(50% - 7px);
	bottom: -10px;
	background: #f2f2ee;
}
.page-link li a span {
	display: block;
	margin-bottom: 1px;
	color: var(--red);
	font-size: calc(1.1rem / 1.6);
	font-weight: 700;
}
@media print, screen and (min-width: 768px) {/* PC */
.page-link {
	display: flex;
	justify-content: center;
	gap: 48px;
	max-width: 968px;
	margin: 85px auto 160px;
	padding-inline: 30px;
}
.page-link li {
	width: 288px;
	max-width: none;
	margin: 0;
	font-size: calc(1.6rem / 1.6);
}
.page-link li a {
	padding-block: 8px;
}
.page-link li a::before {
	width: 22px;
	height: 18px;
	left: calc(50% - 11px);
	bottom: -18px;
}
.page-link li a::after {
	width: 20px;
	height: 16px;
	left: calc(50% - 10px);
	bottom: -16px;
}
.page-link li a span {
	margin-bottom: 1px;
	font-size: calc(1.4rem / 1.6);
}
}/* @media */
@media (hover:hover) {
.page-link a {
	transition: .3s;
}
.page-link a:hover {
	color: #fff;
	background: #f14954;
}
.page-link a span {
	transition: .3s;
}
.page-link a:hover span {
	color: #fff;
}
.page-link li a::after {
	transition: .3s;
}
.page-link li a:hover::after {
	background: #f14954;
}
}/* @media */
/* -----------------------------------------------
= block
----------------------------------------------- */
.block {
	scroll-margin-top: 48px;
}
.block h2 {
	margin: 0 13px 13px;
	padding-bottom: 5px;
	border-bottom: 1px solid #808080;
	text-align: center;
	letter-spacing: .04em;
}
.block h2 span:first-child {
	display: inline-block;
	margin-bottom: 5px;
	padding-inline: 23px;
	border-bottom: 3px solid var(--red);
	color: var(--red);
	font-size: calc(2.1rem / 1.6);
	font-weight: 700;
}
.block h2 span:last-child {
	display: block;
	font-family: var(--zen);
	font-size: calc(2.4rem / 1.6);
}
@media print, screen and (min-width: 768px) {/* PC */
.block {
	scroll-margin-top: 64px;
}
.block h2 {
	max-width: 1300px;
	margin: 0 auto 63px;
}
.block h2 span:first-child {
	padding-inline: 30px;
	border-bottom-width: 4px;
	font-size: calc(2.8rem / 1.6);
}
.block h2 span:last-child {
	font-size: calc(4.4rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= data
----------------------------------------------- */
.data {
	margin-bottom: 60px;
}
.data .inner {
	position: relative;
	padding: 30px;
	clip-path: inset(0);
}
.data .inner::before {
	content: "";
	position: fixed;
	inset: 0;
	z-index: -1;
	background: url(../../img/about/data-bg-sp.jpg) no-repeat 50% 0 / cover;
}
.data .item {
	position: relative;
	padding: 15px;
	background: #fff;
	text-align: center;
}
.data .item + .item {
	margin-top: 30px;
}
.data .item h3 {
	margin-bottom: 10px;
	font-size: calc(1.5rem / 1.6);
	font-weight: 700;
	letter-spacing: .08em;
}
.data .item .num {
	margin-bottom: 5px;
	color: var(--red);
	font-size: calc(2.1rem / 1.6);
	font-weight: 700;
	line-height: 1.1;
}
.data .item .num span {
	font-size: calc(4.5rem / 1.6);
}
.data .item .text {
	margin-block: 6px 8px;
	font-size: calc(1.2rem / 1.6);
	font-weight: 700;
	letter-spacing: .01em;
}
.data .item .note {
	margin-bottom: 13px;
	font-size: calc(.9rem / 1.6);
	letter-spacing: .02em;
}
.data .item img {
	width: 80px;
}
.data .education {
	display: flex;
	align-items: center;
	max-width: 320px;
	margin-inline: auto;
}
.data .education .title {
	margin-right: 5px;
	padding: 1px 10px;
	color: #fff;
	border-radius: 3em;
	font-size: calc(1.3rem / 1.6);
	letter-spacing: .08em;
}
.data .education.achievements .title {
	background: var(--red);
}
.data .education.goal .title {
	background: #808080;
}
.data .item .education .num {
	font-size: calc(1.7rem / 1.6);
	letter-spacing: 0;
}
.data .item .education .num span {
	font-size: calc(4.3rem / 1.6);
}
.data .education.goal .num {
	color: #808080;
}
.data .education .note {
	margin-block: calc(1.9rem / 1.6) 0;
}
.data .list {
	max-width: 320px;
	margin-inline: auto;
}
.data .list li {
	display: flex;
	align-items: center;
	gap: 0 14px;
	margin-bottom: 8px;
}
.data .factory {
	font-size: calc(1.8rem / 1.6);
	font-weight: 700;
	letter-spacing: .02em;
}
.data .factory span {
	display: inline-block;
	letter-spacing: -.6em;
}
.data .holiday {
	position: relative;
	padding-bottom: 25px;
}
.data .holiday .set {
	display: flex;
	align-items: center;
	max-width: 230px;
	margin-inline: auto;
	text-align: left;
}
.data .holiday .set .title {
	width: 5em;
	color: var(--red);
}
.data .holiday .set .num {
	flex: 1;
}
.data .holiday img {
	position: absolute;
	right: 5px;
	bottom: 10px;
}
@media print, screen and (min-width: 768px) {/* PC */
.data {
	margin-bottom: 140px;
}
.data .inner {
	padding: 100px 30px;
}
.data .inner::before {
	position: absolute;
	background: url(../../img/about/data-bg-pc.jpg) no-repeat 50% 0 / cover;
}
.data .item-wrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
	max-width: 1300px;
	margin-inline: auto;
}
.data .item.column3 {
	grid-column: span 3;
}
.data .item.column2 {
	grid-column: span 2;
}
.data .item + .item {
	margin-top: 0;
}
.data .item h3 {
	margin-bottom: 15px;
	font-size: calc(2rem / 1.6);
}
.data .item .num {
	margin-bottom: 5px;
	font-size: calc(2.8rem / 1.6);
}
.data .item .num span {
	font-size: calc(6rem / 1.6);
}
.data .item .text {
	margin-block: 14px 15px;
	font-size: calc(1.6rem / 1.6);
}
.data .item .note {
	margin-bottom: 30px;
	font-size: calc(1.2rem / 1.6);
}
.data .item img {
	width: 104px;
}
.data .education {
	max-width: none;
}
.data .education .title {
	font-size: calc(1.8rem / 1.6);
}
.data .item .education .num {
	font-size: calc(2.5rem / 1.6);
}
.data .item .education .num span {
	font-size: calc(6rem / 1.6);
}
.data .education .note {
	margin-block: calc(2.6rem / 1.6) 0;
}
.data .list {
	display: grid;
	grid-auto-flow: column;
	grid-template-rows: repeat(3, auto);
	gap: 10px 60px;
	max-width: 1173px;
}
.data .list li {
	gap: 0 14px;
}
.data .factory {
	font-size: calc(2.4rem / 1.6);
}
.data .item.column3 img {
	position: absolute;
	top: 10px;
	right: 12px;
}
.data .holiday {
	padding-bottom: 0;
}
.data .holiday .set-wrap {
	display: flex;
	gap: 0 30px;
	max-width: 580px;
	margin-inline: auto;
}
.data .holiday .set {
	width: 100%;
	flex-wrap: wrap;
	gap: 0 1em;
	max-width: none;
	margin-top: 30px;
}
.data .holiday .set .note {
	width: 100%;
	margin-bottom: 0;
	text-align: center;
}
.data .holiday .set .title {
	width: auto;
	font-size: calc(2.4rem / 1.6);
}
.data .holiday img {
	position: static;
}
.data .man .note {
	margin-bottom: 0;
}
}/* @media */
/* -----------------------------------------------
= modal
----------------------------------------------- */
.is-modal-open .js-inview {
	transition: none !important;
	opacity: 1 !important;
}
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	opacity: 0;
	pointer-events: none;
	transition: opacity .3s;
	z-index: 1000;
}
.modal.is-open {
	opacity: 1;
	pointer-events: auto;
}
.modal-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}
.modal-content {
	position: relative;
	width: 95%;
	max-width: 1300px;
	max-height: calc(100svh - 135px);
	margin: 45px auto 90px;
	background: #fff;
	overflow-y: auto; 
	-webkit-overflow-scrolling: touch;
}
.modal-inner {
	border: 8px solid;
}
.division01 .modal-inner {
	border-color: #96b378;
}
.division02 .modal-inner {
	border-color: #f1ad78;
}
.division03 .modal-inner {
	border-color: #eb7885;
}
.division04 .modal-inner {
	border-color: #798fc9;
}
.modal-close {
	display: block;
	width: 75px;
	margin: 0 auto 10px;
	border-bottom: 0.5px solid #000;
	font-size: calc(1.3rem / 1.6);
	text-align: center;
}
@media print, screen and (min-width: 768px) {/* PC */
.modal-content {
	max-height: calc(100vh - 185px);
	margin: 85px auto 75px;
}
.modal-close {
	width: 100px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	font-size: calc(1.8rem / 1.6);
}
}/* @media */
/* -----------------------------------------------
= biz
----------------------------------------------- */
.biz {
	margin-bottom: 60px;
}
.biz .inner {
	padding: 20px 15px 15px;
	background: #fff;
	border: 8px solid #e6e6e6;
}
.biz .logo {
	margin-bottom: 20px;
	text-align: center;
}
.biz .logo img {
	max-width: 128px;
}
.biz .division > li + li {
	margin-top: 15px;
}
.biz .btn-modal {
	display: grid;
	place-content: center;
	position: relative;
	width: 100%;
	min-height: 220px;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(1.8rem / 1.6);
	text-align: center;
	letter-spacing: 0;
}
.biz .btn-modal .more {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 2px 54px 2px 10px;
	color: #fff;
	background: #333;
	font-family: var(--en);
	font-size: calc(1rem / 1.6);
	font-weight: 600;
}
.biz .btn-modal .more::after {
	content: "";
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 38px;
	height: 100%;
	background: url(../../img/about/icon-view-more.svg) no-repeat 50% / 100% auto;
}
.biz .division01 .btn-modal {
	background: url(../../img/about/biz-division-bg01.jpg) no-repeat 50% / cover;
}
.biz .division02 .btn-modal {
	background: url(../../img/about/biz-division-bg02.jpg) no-repeat 50% / cover;
}
.biz .division03 .btn-modal {
	background: url(../../img/about/biz-division-bg03.jpg) no-repeat 50% / cover;
}
.biz .division04 .btn-modal {
	background: url(../../img/about/biz-division-bg04.jpg) no-repeat 50% / cover;
}
.biz .division-title {
	color: #fff;
	text-align: center;
}
.biz .division-title .en {
	padding: 8px;
	font-size: calc(1rem / 1.6);
	letter-spacing: .04em;
}
.biz .division01 .division-title .en {
	background: rgba(57,111,0,.65);
}
.biz .division02 .division-title .en {
	background: rgba(229,100,0,.6);
}
.biz .division03 .division-title .en {
	background: rgba(230,82,98,.6);
}
.biz .division04 .division-title .en {
	background: rgba(84,135,190,.6);
}
.biz .division-title h3 {
	padding-block: 37px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(2.2rem / 1.6);
	line-height: calc(28 / 24);
	letter-spacing: 0;
}
.biz .division01 .division-title h3 {
	background: url(../../img/about/biz-division-title01.jpg) no-repeat 50% / cover;
}
.biz .division02 .division-title h3 {
	background: url(../../img/about/biz-division-title02.jpg) no-repeat 50% / cover;
}
.biz .division03 .division-title h3 {
	background: url(../../img/about/biz-division-title03.jpg) no-repeat 50% / cover;
}
.biz .division04 .division-title h3 {
	background: url(../../img/about/biz-division-title04.jpg) no-repeat 50% / cover;
}
.biz .sub-title {
	position: relative;
	margin-bottom: 15px;
	padding-top: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(26 / 20);
	text-align: center;
	letter-spacing: 0;
}
.biz .division01 .sub-title {
	color: #396f00;
}
.biz .division02 .sub-title {
	color: #e56400;
}
.biz .division03 .sub-title {
	color: #e33e50;
}
.biz .division04 .sub-title {
	color: #1c41a3;
}
.biz .text {
	margin: 0 13px 30px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .04em;
}
.biz .note {
	margin: 0 13px 30px;
	font-size: calc(1.2rem / 1.6);
	line-height: calc(18 / 12);
	letter-spacing: .04em;
}
.biz .text + .note {
	margin-top: -25px;
}
.biz .products {
	max-width: 300px;
	margin: 0 auto 35px;
}
.biz .products li + li {
	margin-top: 22px;
}
.biz .products li {
	position: relative;
}
.biz .products li p {
	display: inline-block;
	position: absolute;
	top: -7px;
	left: -7px;
	padding: 5px 12px;
	color: #fff;
	font-size: calc(1.2rem / 1.6);
	letter-spacing: .04em;
}
.biz .division01 .products li p {
	background: #68913c;
}
.biz .division02 .products li p {
	background: #eb8a3e;
}
.biz .division03 .products li p {
	background: #e65262;
}
.biz .division04 .products li p {
	background: #647dc0;
}
.biz .factory {
	margin: 0 13px 35px;
	padding: 15px;
	background: linear-gradient(90deg,#fff5b4,#ffffdc,#fff5b4);
	border-radius: 20px;
}
.biz .factory h5 {
	margin-bottom: 10px;
	font-size: calc(1.3rem / 1.6);
	text-align: center;
	letter-spacing: .04em;
}
.biz .factory ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2px 20px;
	max-width: 180px;
	margin-inline: auto;
}
.biz .factory li {
	position: relative;
	padding-left: 12px;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	letter-spacing: .04em;
}
.biz .factory li::before {
	content: "";
	position: absolute;
	top: .4em;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.biz .division01 .factory li::before {
	background: #396f00;
}
.biz .division02 .factory li::before {
	background: #e56400;
}
.biz .division03 .factory li::before {
	background: #e33e50;
}
.biz .division04 .factory li::before {
	background: #1c41a3;
}
.biz .btn {
	margin: 0 13px 25px;
}
.biz .btn a {
	display: block;
	padding: 5px;
	border: 0.5px solid;
	font-size: calc(1.1rem / 1.6);
	line-height: calc(14 / 11);
	text-align: center;
	letter-spacing: 0;
}
.biz .btn a + a {
	margin-top: 10px;
}
.biz .division01 .btn a {
	color: #396f00;
	border-color: #396f00;
}
.biz .division02 .btn a {
	color: #e56400;
	border-color: #e56400;
}
.biz .division03 .btn a {
	color: #e33e50;
	border-color: #e33e50;
}
.biz .division04 .btn a {
	color: #1c41a3;
	border-color: #1c41a3;
}
.biz .btn a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 8.75px;
	height: 8.75px;
	margin-left: 3px;
}
.biz .division01 .btn a::after {
	background: url(../../img/about/biz-icon-external01.svg) no-repeat 50% / cover;
}
.biz .division02 .btn a::after {
	background: url(../../img/about/biz-icon-external02.svg) no-repeat 50% / cover;
}
.biz .division03 .btn a::after {
	background: url(../../img/about/biz-icon-external03.svg) no-repeat 50% / cover;
}
.biz .division04 .btn a::after {
	background: url(../../img/about/biz-icon-external04.svg) no-repeat 50% / cover;
}
@media print, screen and (min-width: 768px) {/* PC */
.biz {
	margin-bottom: 140px;
}
.biz .inner {
	position: relative;
	padding: 0;
	border: none;
	max-width: 1300px;
	margin-inline: auto;
}
.biz .logo {
	display: grid;
	place-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	width: 270px;
	height: 132px;
	background: #fff;
	margin-bottom: 0;
}
.biz .logo::before {
	content: "";
	position: absolute;
	inset: -8px;
	z-index: -1;
	background: rgba(255,255,255,.6);
}
.biz .division > li + li {
	margin-top: 0;
}
.biz .logo img {
	max-width: 162px;
}
.biz .btn-modal {
	min-height: 440px;
	font-size: calc(3.2rem / 1.6);
}
.biz .btn-modal .more {
	padding: 2px 92px 2px 10px;
	font-size: calc(1.6rem / 1.6);
}
.biz li:nth-child(2n) .btn-modal .more {
	left: auto;
	right: 0;
}
.biz .btn-modal .more::after {
	right: 15px;
	width: 64px;
}
.biz .division {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.biz .division-title .en {
	padding: 15px;
	font-size: calc(1.8rem / 1.6);
}
.biz .division-title h3 {
	padding-block: 90px;
	font-size: calc(4.8rem / 1.6);
	letter-spacing: .4rem;
}
.biz .division-contents {
	padding-inline: 30px;
}
.biz .sub-title {
	margin-bottom: 30px;
	padding-top: 70px;
	font-size: calc(3.2rem / 1.6);
}
.biz .sub-title::before {
	width: 84px;
	height: 12px;
}
.biz .text {
	margin-bottom: 60px;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(36 / 20);
	text-align: center;
}
.biz .text strong {
	font-size: calc(2rem / 1.6);
	line-height: calc(36 / 20);
}
.biz .note {
	margin-bottom: 60px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(36 / 14);
	text-align: center;
}
.biz .text + .note {
	margin-top: -55px;
}
.biz .products {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px 31px;
	max-width: 870px;
	margin: 0 auto 55px;
}
.biz .products li + li {
	margin-top: 0;
}
.biz .products li p {
	top: -8px;
	left: -10px;
	padding: 5px 18px;
	font-size: calc(1.6rem / 1.6);
}
.biz .factory {
	max-width: 1150px;
	margin: 0 auto 40px;
	padding: 15px 15px 30px;
}
.biz .factory h5 {
	margin-bottom: 20px;
	font-size: calc(1.8rem / 1.6);
}
.biz .factory ul {
	display: block;
	max-width: none;
	text-align: center;
}
.biz .factory li {
	display: inline-block;
	margin-inline: 12px;
	padding-left: 20px;
	font-size: calc(2.4rem / 1.6);
}
.biz .factory li::before {
	top: .35em;
	width: 16px;
	height: 16px;
}
.biz .btn {
	max-width: 1180px;
	margin: 0 auto 60px;
	padding: 0 ;
}
.biz .btn a {
	padding: 10px;
	border-width: 1px;
	font-size: calc(1.6rem / 1.6);
}
.biz .btn a + a {
	margin-top: 20px;
}
.biz .btn a[target="_blank"]::after {
	width: 17.5px;
	height: 17.5px;
	margin-left: 15px;
}
}/* @media */
@media (hover:hover) {
.biz .btn-modal {
	transition: opacity .3s;
}
.biz .btn-modal:hover {
	opacity: .8;
}
}/* @media */
/* -----------------------------------------------
= values
----------------------------------------------- */
.values {
	padding: 0 13px 20px;
}
.values h2 {
	margin-inline: 0;
}
.values .line-title {
	margin-bottom: 15px;
	padding: 3px;
	color: #fff;
	background: linear-gradient(135deg,#f25f69,#ed1b29,#f25f69);
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: .04em;
}
.values .line-sub-title {
	margin-bottom: 25px;
	padding-bottom: 5px;
	color: var(--red);
	border-bottom: 0.5px solid #f25f69;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(1.6rem / 1.6);
	font-weight: 700;
	text-align: center;
	letter-spacing: .04em;
}
.values img {
	display: block;
	max-width: 318px;
	margin: 0 auto 10px;
}
.values .text {
	margin-bottom: 30px;
	font-size: calc(1.4rem / 1.6);
	line-height: calc(24 / 14);
	letter-spacing: .04em;
}
@media print, screen and (min-width: 768px) {/* PC */
.values {
	max-width: 1300px;
	margin-inline: auto;
	padding: 0 30px 80px;
}
.values .line-title {
	margin-bottom: 55px;
	padding: 3px;
	font-size: calc(3.2rem / 1.6);
}
.values .line-sub-title {
	max-width: 860px;
	margin: 0 auto 37px;
	font-size: calc(2.8rem / 1.6);
}
.values img {
	max-width: 636px;
	margin: 0 auto 35px;
}
.values .text {
	max-width: 860px;
	margin: 0 auto 90px;
	font-size: calc(1.8rem / 1.6);
	line-height: calc(32 / 18);
}
}/* @media */

