@charset "utf-8";

/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/

.mv-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, rgba(0, 61, 102, 0), rgba(0, 61, 102, 0.5));
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

.mv-text-area {
    transform: translateY(-80%);
}

.mv-title {
    font-size: clamp(24px, 4.16vw, 80px);
}

.mv-sub-title {
    font-size: clamp(18px, 2.08vw, 40px);
}

/*-----------------------------------------------------------
こだわり
-----------------------------------------------------------*/

.top-commitment-col:not(:last-child):before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #DBDDDE;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.top-commitment-col:not(:last-child):after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: var(--primary);
    border-radius: 50%;
    position: absolute;
    bottom: -3px;
    right: 0;
}

/*-----------------------------------------------------------
事業内容
-----------------------------------------------------------*/

.top-business-wrapper {
  	clip-path: polygon(0 0, 100% 150px, 100% 100%, 0 calc(100% - 150px));
}

/*-----------------------------------------------------------
製造品
-----------------------------------------------------------*/

.top-product-link {
    overflow: hidden;
}

.top-product-link:hover > .top-product-link-bg {
    transform: scale(1.1);
}

/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/

.news-link {
	display: block;
	color: inherit;
	padding: 30px 10px 23px;
	border-bottom: solid 1px var(--grey);
}

.news-item:first-child > .news-link {
	padding-top: 0;
}

.news-link:hover {
	color: inherit;
}

.news-link:hover .news-title {
	text-decoration: underline;
}

.news-info {
	display: flex;
	align-items: center;
}

.news-cate {
	font-size: 14px;
	line-height: 1.5em;
	border: solid 1px var(--grey);
	border-radius: 18px;
	padding: 5px 30px 1px;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 0 0 15px;
}

.news-date {
	font-size: 14px;
	font-family: var(--font-family02);
	font-weight: 300;
	line-height: 1.44em;
}

.news-title {
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5rem;
	margin: 10px 0 0;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	padding: 0 15px 0 0;
}

.news-title:before {
    content: "";
    display: block;
    background: url(/system_panel/uploads/images/right_arrow01_dark.svg) no-repeat center / contain;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  
/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.header-lang {
    opacity: 0;
    visibility: hidden;
}

.header-lang.active {
    opacity: 1;
    visibility: visible;
}

/*-----------------------------------------------------------
カバー
-----------------------------------------------------------*/
  
.mv-text-area {
    transform: translateY(-93%);
}

.mv-wrapper:before {
    height: 49.88%;
}
  
/*-----------------------------------------------------------
こだわり
-----------------------------------------------------------*/

.top-commitment-col:not(:last-child):before {
    width: 1px;
    height: 100%;
    right: 0;
    left: auto;
  	top: 0;
}

.top-commitment-col:not(:last-child):after {
  	top: -3px;
    right: -3px;
  	bottom: auto;
}
  
/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/

.news-cate {
	font-size: 16px;
	margin: 0 0 0 30px;
}

.news-date {
	font-size: 16px;
}
    
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
事業内容
-----------------------------------------------------------*/

.top-business-wrapper {
  	clip-path: polygon(0 0, 100% 300px, 100% 100%, 0 calc(100% - 300px));
}
	
/*-----------------------------------------------------------
お知らせ
-----------------------------------------------------------*/

.news-cate {
	font-size: 18px;
}
	
.news-date {
	font-size: 18px;
}

.news-title {
	margin: 22px 0 0;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1600px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
  

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1600px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */