@charset "UTF-8";

/*-----------------------------------

	mainvisual

-----------------------------------*/
#mainvisual {
    height: 800px;
    background: url(../img/index/mainvisual.jpg) no-repeat center center/cover;
    display: flex;
    justify-content: center;
    align-items: center;
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 60px 100%, 0 calc(100% - 60px));
	padding-bottom: 60px;
	position: relative;
	z-index: 0;
}
#mainvisual .copy01 {
    color: #FFF;
    font-size: 74px;
	font-weight: 900;
	line-height: 1.28;
	width: max-content;
	white-space: pre-line;
}
#mainvisual .copy02 {
	color: #FFF;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
	width: max-content;
	margin: auto;
	position: absolute;
	bottom: 90px;
	left: 0;
	right: 0;
}
#mainvisual .copy02 span {
	display: block;
	font-size: 17px;
	letter-spacing: 0;
	margin-bottom: 15px;
}
#mainvisual #youtube {
	width: 100%;
	height: calc(100% + 60px);
	position: absolute;
	z-index: -1;
	pointer-events: none;
}
#mainvisual #youtube iframe {
	width: max(100vw, 1500px);
	height: max(61.7vw, 910px);
}
/* @media screen and (max-width: 1500px) {
	#mainvisual {
		padding-bottom: -50px;
	}
	#mainvisual #youtube {
		height: calc(100% - 50px);
	}
} */
@media screen and (max-width: 640px) {
	#mainvisual {
		height: 400px;
		padding-bottom: 40px;
		clip-path: polygon(0 0, 100% 0%, 100% 100%, 40px 100%, 0 calc(100% - 40px));
	}
	#mainvisual .copy01 {
		font-size: 37px;
	}
	#mainvisual .copy02 {
		font-size: 13px;
		bottom: 50px;
	}
	#mainvisual .copy02 span {
		font-size: 10px;
	}
	#mainvisual #youtube {
		width: 100%;
		height: calc(100% + 40px);
	}
	#mainvisual #youtube iframe {
        width: max(202vw, 757.5px);
		height: max(113.4vw, 495px);
		position: absolute;
		top: 0;
		left: calc((min(-202vw, -757.5px) / 4));
	}
}
/*-----------------------------------

	gap

-----------------------------------*/
#gap {
	width: 100%;
	height: 165px;
	background: #208CD5;
	background: linear-gradient(90deg, rgba(32, 140, 213, 1) 0%, rgba(16, 38, 87, 1) 100%);
	position: relative;
	z-index: -1;
	margin-top: -60px;
}
@media screen and (max-width: 640px) {
	#gap {
		height: 110px;
		margin-top: -40px;
	}
}
/*-----------------------------------

	common

-----------------------------------*/
#contents h2 {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	margin-bottom: 50px;
}
#contents h2::before {
	font-size: 13px;
	font-family: var(--fEN);
	text-box: trim-both cap alphabetic;
	color: var(--mClr1);
	padding-left: 15px;
	display: block;
	margin-bottom: 10px;
}
#contents h2::after {
	content: "";
	width: 12px;
	height: 12px;
	background: var(--mClr1);
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	position: absolute;
	top: -2px;
	left: 0;
}
#contents a.more {
	display: block;
	font-weight: 700;
	line-height: 56px;
	padding-right: 75px;
	background: url(../img/common/icon_arrow.svg) no-repeat right center/56px;
	width: max-content;
}
@media screen and (max-width: 640px) {
	#contents h2 {
		margin-bottom: 25px;
	}
	#contents h2::before {
		font-size: 12px;
		padding-left: 12px;
	}
	#contents h2::after {
		width: 10px;
		height: 10px;
		top: -1px;
	}
	#contents a.more {
		font-size: 12px;
		line-height: 42px;
		padding-right: 55px;
		background: url(../img/common/icon_arrow.svg) no-repeat right center/42px;
	}
}
/*-----------------------------------

	strong_block

-----------------------------------*/
#strong_block {
	position: relative;
	margin-top: -60px;
}
#strong_block .deco01 {
	width: 21.87vw;
	position: absolute;
	top: -2vw;
	left: 38.2vw;
}
#strong_block .deco02 {
	width: 10.4vw;
	position: absolute;
	top: 15.6vw;
	right: 4.2vw;
}
#strong_block .deco03 {
	width: 20.8vw;
	position: absolute;
	bottom: 17.62vw;
	left: -2.4vw;
}
#strong_block .deco04 {
	width: 18.6vw;
	position: absolute;
	top: 31.4vw;
	right: 30.2vw;
	z-index: -1;
}
#strong_block .deco05 {
	width: 25.8vw;
	position: absolute;
	bottom: 7.6vw;
	left: 31.8vw;
}
#strong_block .deco06 {
	width: 19.4vw;
	position: absolute;
	bottom: -9.8vw;
	right: 1.4vw;
	z-index: 10;
}
#strong_block .strong_inner {
	clip-path: polygon(60px 0%, 100% 0%, 100% 100%, 0 100%, 0 60px);
	background: #FFF url(../img/index/strong_bg.jpg) no-repeat center top/100%;
}
#strong_block .contents_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#strong_block .textArea {
	padding-top: 6.67vw;
	width: 32.4vw;
}
#strong_block .textArea h2 {
	margin-bottom: 3.4vw;
}
#strong_block .textArea h2::before {
	content: "STRONG POINT";
}
#strong_block .textArea .copy {
	font-size: 3.2vw;
	font-weight: 900;
	line-height: 1.4;
	white-space: pre-line;
	margin-bottom: 2.6vw;
}
#strong_block .textArea p {
	font-size: 1vw;
	line-height: 2;
	margin-bottom: 1.5em;
	white-space: pre-line;
}
#strong_block .textArea a.more {
	font-size: 1.06vw;
	line-height: 3.73vw;
	padding-right: 5vw;
	background: url(../img/common/icon_arrow.svg) no-repeat right center/3.73vw;
	margin: 0 0 0 auto;
}
#strong_block .imageArea {
	width: 58vw;
	height: 64.16vw;
	margin: 0 calc(50% - 50vw) 5.4vw auto;
	position: relative;
}
#strong_block .imageArea .img01 {
	width: 39.4vw;
	position: absolute;
	top: 6.2vw;
	left: 2vw;
}
#strong_block .imageArea .img02 {
	width: 14.6vw;
	position: absolute;
	bottom: 8vw;
	left: 0;
}
#strong_block .imageArea .img03 {
	width: 15.4vw;
	position: absolute;
	top: 0;
	right: -1.6vw;
}
#strong_block .imageArea .img04 {
	width: 39.4vw;
	position: absolute;
	bottom: 0;
	right: 0;
}
#strong_block .anniversary {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 1vw 6.6vw 2vw;
	border-top: 1px solid #f0f0f5;
}
@media screen and (max-width: 840px) {
	#strong_block .deco03 {
		width: 18.6vw;
		top: 580px;
		bottom: auto;
	}
	#strong_block .deco04 {
		width: 20.8vw;
		top: 10.66vw;
		right: 0;
	}
	#strong_block .deco05 {
		bottom: 50.66vw;
		left: 2.67vw;
	}
	#strong_block .deco06 {
		bottom: 0;
		right: 21.06vw;
	}
	#strong_block .strong_inner {
		background: #FFF;
	}
	#strong_block .contents_inner {
		gap: 30px;
	}
	#strong_block .textArea {
		padding-top: 100px;
		width: 100%;
		order: 1;
	}
	#strong_block .textArea h2 {
		margin-bottom: 50px;
	}
	#strong_block .textArea .copy {
		font-size: 45px;
		margin-bottom: 40px;
	}
	#strong_block .textArea p {
		font-size: 15px;
	}
	#strong_block .textArea a.more {
		font-size: 16px;
		line-height: 56px;
		padding-right: 75px;
		background: url(../img/common/icon_arrow.svg) no-repeat right center/56px;
	}
	#strong_block .imageArea {
		width: 100vw;
		height: 167.16vw;
		margin: 0 calc(50% - 50vw) 16.8vw;
		order: 3;
	}
	#strong_block .imageArea .img01 {
		width: 71.2vw;
		top: 0;
		left: 9.06vw;
	}
	#strong_block .imageArea .img02 {
		width: 35.04vw;
		top: 67.2vw;
		bottom: auto;
	}
	#strong_block .imageArea .img03 {
		width: 40.77vw;
		top: 59.47vw;
		right: 6.4vw;
	}
	#strong_block .imageArea .img04 {
		width: 73.27vw;
	}
	#strong_block .anniversary {
		order: 2;
		border-top: none;
	}
}
@media screen and (max-width: 640px) {
	#strong_block {
		margin-top: -40px;
	}
	#strong_block .deco01 {
		width: 37.33vw;
		top: -5.33vw;
		left: 42.67vw;
	}
	#strong_block .deco02 {
		width: 17.86vw;
		top: 163px;
		right: 0;
	}
	#strong_block .deco03 {
		width: 20.8vw;
		top: auto;
		bottom: 198.93vw;
		left: 0;
	}
	#strong_block .deco04 {
		width: 37.86vw;
		right: 0;
	}
	#strong_block .deco05 {
		width: 52.53vw;
	}
	#strong_block .deco06 {
		width: 43.2vw;
		bottom: -18.93vw;
	}
	#strong_block .strong_inner {
		clip-path: polygon(40px 0%, 100% 0%, 100% 100%, 0 100%, 0 40px);
	}
	#strong_block .contents_inner {
		width: max(250px,67%);
		gap: 15px;
	}
	#strong_block .textArea {
		padding-top: 60px;
	}
	#strong_block .textArea h2 {
		margin-bottom: 25px;
	}
	#strong_block .textArea .copy {
		font-size: 25px;
		margin-bottom: 30px;
	}
	#strong_block .textArea p {
		font-size: 13px;
		white-space: normal;
	}
	#strong_block .textArea a.more {
		font-size: 12px;
		line-height: 42px;
		padding-right: 55px;
		background: url(../img/common/icon_arrow.svg) no-repeat right center/42px;
	}
	#strong_block .anniversary {
		padding:2vw;
	}
}
/*-----------------------------------

	blue_wrap

-----------------------------------*/
#blue_wrap {
	padding: 120px 0;
	background: url(../img/index/blue_bg.jpg) no-repeat center top/cover;
	clip-path: polygon(calc(100% - 60px) 0, 100% 60px, 100% 100%, 0 100%, 0 0);
	position: relative;
	z-index: 0;
}
#blue_wrap section .contents_inner {
	display: flex;
	justify-content: space-between;
}
#blue_wrap section .leftArea {
	width: 175px;
}
#blue_wrap section .rightArea {
	width: calc((100% - 230px) + (50vw - 50%));
	margin-right: calc(50% - 50vw);
}
#blue_wrap h2 {
	color: #FFF;
}
#blue_wrap h2::before {
	color: #98caec;
}
#blue_wrap h2::after {
	background: #98caec;
}
#blue_wrap a.link {
	display: block;
	font-size: 14px;
	letter-spacing: 0.03em;
	color: #FFF;
	width: 175px;
	padding: 20px 30px 20px 0;
	text-align: center;
	border: 1px solid #FFF;
	border-radius: calc(1px/0);
	background: url(../img/common/icon_arrow_wh.svg) no-repeat calc(100% - 15px) center/15px;
}
@media screen and (max-width: 1000px) {
	#blue_wrap section .rightArea {
		width: calc((100% - 200px) + (50vw - 50%));
	}
}
@media screen and (max-width: 840px) {
	#blue_wrap section .contents_inner {
		flex-direction: column;
	}
	#blue_wrap section .leftArea {
		display: contents;
	}
	#blue_wrap section .rightArea {
		width: calc(100% + (50vw - 50%));
		margin-bottom: 50px;
		order: 2;
	}
	#blue_wrap h2 {
		order: 1;
	}
	#blue_wrap a.link {
		order: 3;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	#blue_wrap {
		padding: 70px 0;
		background: var(--mClr1);
		clip-path: polygon(calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%, 0 0);
	}
	#blue_wrap section .rightArea {
		margin-bottom: 30px;
	}
	#blue_wrap a.link {
		font-size: 13px;
		width: 154px;
		padding: 15px 20px 15px 0;
		background: url(../img/common/icon_arrow_wh.svg) no-repeat calc(100% - 10px) center/13px;
	}
}
/*-- business_block --*/
#business_block {
	margin-bottom: 120px;
}
#business_block h2::before {
	content: "OUR BUSINESS";
}
#business_block .rightArea {
	display: flex;
	gap: 5px;
}
#business_block .rightArea a {
	display: block;
	width: calc((100% - 5px) / 2);
	height: auto;
	aspect-ratio: 12 / 11;
	padding: 30px;
	position: relative;
	color: #FFF;
}
#business_block .rightArea a::after {
	content: "";
	width: 56px;
	height: 56px;
	background: url(../img/common/icon_arrow.svg) no-repeat center center/contain;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
#business_block .rightArea a.item01 {
	background: url(../img/index/business_img01.jpg) no-repeat center center/cover;
}
#business_block .rightArea a.item02 {
	background: url(../img/index/business_img02.jpg) no-repeat center center/cover;
}
#business_block .rightArea a .ttl {
	font-size: 24px;
	font-weight: 700;
}
#business_block .rightArea a p {
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.8;
	width: calc(100% - 150px);
	position: absolute;
	bottom: 30px;
	left: 30px;
}
@media screen and (max-width: 1000px) {
	#business_block .rightArea a {
		padding: 15px;
	}
	#business_block .rightArea a::after {
		width: 42px;
		height: 42px;
		bottom: 15px;
		right: 15px;
	}
	#business_block .rightArea a .ttl {
		font-size: 16px;
	}
	#business_block .rightArea a p {
		font-size: 12px;
		letter-spacing: 0;
		width: calc(100% - 90px);
		bottom: 15px;
		left: 15px;
	}
}
@media screen and (max-width: 640px) {
	#business_block {
		margin-bottom: 70px;
	}
	#business_block .rightArea {
		flex-direction: column;
		gap: 10px;
	}
	#business_block .rightArea a {
		width: 100%;
	}
}
/*-- results_block --*/
#results_block h2::before {
	content: "RESULTS";
}
#results_block .leftArea .swiper-button {
	display: flex;
	gap: 30px;
	margin-bottom: 50px;
}
.swiper-button-next,.swiper-button-prev {
    position: static !important;
    width: 56px !important;
    height: 56px !important;
    margin-top: 0 !important;
}
.swiper-button-next:after,.swiper-button-prev:after {
	width: 100%;
	height: 100%;
	background: url(../img/index/results_arrow.svg) no-repeat center/contain;
    font-family: inherit !important;
    font-size: 0 !important;
}
.swiper-button-next,.swiper-rtl .swiper-button-prev {
	transform: scale(-1,1);
}
#results_block .rightArea .swiper .swiper-slide {
	height: auto;
	background: #dbedf8;
	clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}
#results_block .rightArea .swiper .swiper-slide a {
	padding: 15px 15px 30px;
	display: block;
}
#results_block .rightArea .swiper .swiper-slide .slide-media {
	margin-bottom: 20px;
}
#results_block .rightArea .swiper .swiper-slide .slide-text {
	padding: 0 15px;
}
#results_block .rightArea .swiper .swiper-slide .slide-text .ttl {
	font-size: 18px;
	letter-spacing: 0.03em;
	line-height: 1.55;
	margin-bottom: 20px;
}
#results_block .rightArea .swiper .swiper-slide .slide-text .tag {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#results_block .rightArea .swiper .swiper-slide .slide-text .tag li {
	font-size: 13px;
	font-weight: 400;
	background: #acd4ef;
	padding: 5px 10px;
}
@media screen and (max-width: 1000px) {
	#results_block .rightArea .swiper .swiper-slide a {
		padding: 10px 10px 20px;
	}
	#results_block .rightArea .swiper .swiper-slide .slide-media {
		margin-bottom: 15px;
	}
	#results_block .rightArea .swiper .swiper-slide .slide-text .ttl {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#results_block .rightArea .swiper .swiper-slide .slide-text .tag li {
		font-size: 10px;
	}
}
@media screen and (max-width: 840px) {
	#results_block .leftArea .swiper-button {
		display: none;
	}
}
/*-----------------------------------

	original_block

-----------------------------------*/
#original_block {
	padding: 50px 0;
}
#original_block .contents_inner {
	width: 93.33%;
	height: 560px;
	padding: 40px;
	background: url(../img/index/original_bg.jpg) no-repeat center center/cover;
	position: relative;
}
#original_block h2::before {
	content: "ORIGINAL PRODUCT";
}
#original_block .image {
	display: contents;
}
#original_block p {
	writing-mode: vertical-rl;
	white-space: pre-line;
	color: #FFF;
	font-size: 19px;
	font-weight: 400;
	line-height: 2.5;
	letter-spacing: -0.05em;
	position: absolute;
	top: 65px;
	left: calc(50% - 3.5em);
}
#original_block .ttl {
	font-size: 58px;
	font-weight: 700;
	letter-spacing: 0.3em;
	color: #FFF;
	position: absolute;
	top: calc(50% - 29px);
	left: calc(50% - 3.5em);
}
#original_block .more {
	color: #FFF;
	position: absolute;
	left: 50%;
	bottom: 120px;
	transform: translateX(-50%);
}
@media screen and (max-width: 840px) {
	#original_block .contents_inner {
		width: 90%;
		height: auto;
		padding: 0;
		background: none;
		position: static;
	}
	#original_block .image {
		display: block;
		background: url(../img/index/original_bg.jpg) no-repeat center center/cover;
		height: 560px;
		position: relative;
		margin-bottom: 30px;
	}
	#original_block .more {
		color: #000;
		position: static;
		transform: none;
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 640px) {
	#original_block {
		padding: 40px 0;
	}
	#original_block .image {
		height: 235px;
		margin-bottom: 15px;
	}
	#original_block p {
		font-size: 10px;
		letter-spacing: 0;
		top: 25px;
	}
	#original_block .ttl {
		font-size: 27px;
		top: 60%;
	}
}
/*-----------------------------------

	company_block

-----------------------------------*/
#company_block {
	background: url(../img/index/company_bg.jpg) no-repeat center top/cover;
	padding: 160px 0 260px;
	clip-path: polygon(40px 0%, calc(100% - 40px) 0%, 100% 40px, 100% 100%, 0 100%, 0 40px);
	position: relative;
}
#company_block::after {
	content: "KIMURA KATAN";
	font: 700 9.2vw/1 var(--fEN);
	font-style: italic;
	color: var(--mClr1);
	letter-spacing: 0.15em;
	text-align: center;
	width: 100vw;
	position: absolute;
	left: calc(50% - 50vw);
	bottom: 85px;
}
#company_block .contents_inner {
	width: 80%;
}
#company_block .textArea {
	width: min(400px, 100%);
	color: #FFF;
}
#company_block h2::before {
	content: "COMPANY INFORMATION";
}
#company_block p {
	font-size: 15px;
	letter-spacing: 0.03em;
	line-height: 1.8;
	white-space: pre-line;
	margin-bottom: 30px;
}
#company_block .more {
	color: #FFF;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 840px) {
	#company_block {
		padding: 80px 0 120px;
	}
	#company_block::after {
		content: none;
		display: none;
	}
	#company_block .textArea {
		width: 100%;
	}
	#company_block h2 {
		margin-bottom: 200px;
	}
	#company_block p br {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	#company_block {
		padding: 50px 0 60px;
		clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0 100%, 0 20px);
	}
	#company_block .contents_inner {
		width: 90%;
	}
	#company_block h2 {
		margin-bottom: 120px;
	}
	#company_block p {
		font-size: 13px;
		margin-bottom: 15px;
	}
}
/*-----------------------------------

	recruit_block

-----------------------------------*/
#recruit_block {
	background: url(../img/index/recruit_bg.jpg) no-repeat center top/cover;
	padding: 90px 0 120px;
	clip-path: polygon(40px 0%, calc(100% - 40px) 0%, 100% 40px, 100% 100%, 0 100%, 0 40px);
	position: relative;
	margin-top: -40px;
}
#recruit_block h2 {
	color: #FFF;
	margin-bottom: 0;
}
#recruit_block h2::before {
	content: "RECRUIT";
	color: #63aee2;
}
#recruit_block h2::after {
	background: #63aee2;
}
#recruit_block .recruit_wrap {
	width: 100%;
	height: auto;
	position: relative;
}
#recruit_block .recruit_wrap .clipPath {
	width: 100%;
	height: 100%;
	aspect-ratio: 269 / 113;
	clip-path: polygon(0 6vw, 100% 0%, 100% calc(100% - 6vw), 0% 100%);
	overflow: hidden;
}
#recruit_block .recruit_wrap .image {
	width: 100%;
	height: 100%;
	background: url(../img/index/recruit_img.jpg) no-repeat center center/120%;
}
#recruit_block .recruit_wrap .copy {
	font-size: 6.67vw;
	font-weight: 700;
	font-style: italic;
	font-feature-settings: "palt";
	width: 100%;
	text-align: center;
	position: absolute;
	top: 13vw;
	left: 0;
	color: #FFF;
}
#recruit_block .recruit_wrap p {
	font-size: 1.4vw;
	line-height: 2;
	letter-spacing: 0.03em;
	color: #FFF;
	white-space: pre-line;
	width: max-content;
	position: absolute;
	left: calc(50% - 10em);
	bottom: 9vw;
}
#recruit_block a.more {
	color: #FFF;
	background: url(../img/index/recruit_arrow.svg) no-repeat right center/56px;
	margin:0 auto;
}
@media screen and (max-width: 840px) {
	#recruit_block .recruit_wrap {
		width: 100%;
		height: auto;
		position: relative;
	}
	#recruit_block .recruit_wrap .clipPath {
		aspect-ratio: 5 / 3;
	}
	#recruit_block .recruit_wrap .image {
		background: url(../img/index/recruit_img.jpg) no-repeat center center/190%;
	}
	#recruit_block .recruit_wrap .copy {
		font-size: 10.5vw;
		line-height: 1.2;
		text-align: left;
		position: relative;
		top: -8vw;
	}
	#recruit_block .recruit_wrap p {
		font-size: 3.76vw;
		position: static;
		margin: -5vw auto 5vw;
	}
}
@media screen and (max-width: 640px) {
	#recruit_block {
		padding: 40px 0;
		clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% 100%, 0 100%, 0 20px);
		margin-top: -20px;
	}
	#recruit_block a.more {
		background: url(../img/index/recruit_arrow.svg) no-repeat right center/42px;
		margin: 0 0 0 auto;
	}
}
/*-----------------------------------

	news_block

-----------------------------------*/
#news_block {
	padding: 100px 0 280px;
	background: #f0f0f5;
}
#news_block .contents_inner {
	display: flex;
	justify-content: space-between;
}
#news_block .leftArea {
	width: 175px;
}
#news_block h2::before {
	content: "NEWS";
}
#news_block a.link {
	display: block;
	font-size: 14px;
	letter-spacing: 0.03em;
	width: 175px;
	padding: 20px 30px 20px 0;
	text-align: center;
	border: 1px solid #e6e6e6;
	border-radius: calc(1px/0);
	background: #FFF url(../img/common/icon_arrow_bl.svg) no-repeat calc(100% - 15px) center/15px;
}
#news_block .rightArea {
	width: calc(100% - 270px);
	display: flex;
	flex-direction: column;
	gap: 50px;
}
#news_block .rightArea a {
	display: block;
}
#news_block .rightArea a article {
	display: flex;
	gap: 0 30px;
}
#news_block .rightArea time {
	width: 80px;
	font-size: 14px;
	font-family: var(--fEN);
	letter-spacing: 0.03em;
	color: #999;
}
#news_block .rightArea .ttl {
	width: calc(100% - 110px);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media screen and (max-width: 1180px) {
	#news_block .rightArea {
		width: calc(100% - 240px);
	}
	#news_block .rightArea a article {
		gap: 0 20px;
	}
}
@media screen and (max-width: 840px) {
	#news_block .contents_inner {
		flex-direction: column;
	}
	#news_block .leftArea {
		display: contents;
	}
	#news_block h2 {
		order: 1;
	}
	#news_block a.link {
		order: 3;
		margin: 0 auto;
	}
	#news_block .rightArea {
		order: 2;
		width: 100%;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 640px) {
	#news_block {
		padding: 60px 0 150px;
	}
	#news_block a.link {
		font-size: 12px;
		width: 155px;
		padding: 15px 20px 15px 0;
		background: #FFF url(../img/common/icon_arrow_bl.svg) no-repeat calc(100% - 15px) center/12px;
	}
	#news_block .rightArea {
		gap: 30px;
		margin-bottom: 30px;
	}
	#news_block .rightArea a article {
		flex-direction: column;
		gap: 5px 0;
	}
	#news_block .rightArea time {
		font-size: 12px;
	}
	#news_block .rightArea .ttl {
		width: 100%;
	}
}
