﻿@charset "utf-8";
body{
	display: flex;
	flex-direction: column;
}

/* mv
----------------------------------------------------------------------*/
.mv{
	margin-bottom: 0;
	height: 100%;
}
.mv_ttl{
	padding-top: 80px;
}
.about .mv_img{
	background: url(../../images/logo_asj.svg) center / 150px auto no-repeat, url(../images/aboutus_mv_img.webp) center / cover no-repeat;
}
.financialinfo .mv_img{
	position: relative;
	overflow: hidden;
	background-image: url(../images/ir_mv_img.webp);
}
.activities .mv_img{
	background-image: url(../images/aboutus_service_mv_img.webp);
}
.group .mv_img{
	background-image: url(../images/aboutus_group_mv_img.webp);
}
.sdgs .mv_img{
	background-image: url(../images/aboutus_company_mv_img.webp);
}

#randomValue{
	position: absolute;
	inset: -54px 0 0 -113px;
	margin: auto;
	height: 1em;
	transform: skewY(-16deg) skewX(-9deg);
  letter-spacing: -0.48em;
	line-height: 1;
	color: #4dede4;
	font-family: "ab-polcadot", sans-serif;
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
	text-align: center;
}

/*500以下*/
@media screen and ( min-width:500px ){
	#randomValue{
	inset: -11.5vw auto 0 29vw;
	font-size: 5.5vw;
}
}

/* main
----------------------------------------------------------------------*/
.grid.item3{
	gap: 30px;
}
.item_ttl .img_box{
	display: flex;
	flex-wrap: nowrap;
}
.item_ttl img{
	width: 80px;
}
.item_ttl .ttl{
	display: block;
	margin: 10px 0 0;
}

/*news*/
.category{
	padding: 4px 6px;
	margin-left: 4px;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	width: 150px;
	border: 1px solid;
	flex: none;
}
.category.summary{
	color: var(--color-primary);
}

/* footer
----------------------------------------------------------------------*/
footer{
	padding: 0;
	margin-top: 0;
}

/*=====================================================================
   769 start
======================================================================*/
@media screen and ( min-width:769px ){
/* a
----------------------------------------------------------------------*/

/* mv
----------------------------------------------------------------------*/
.mv{
	place-content: center;
	min-height: 450px;
	background-position: center;
}
.mv_ttl{
	padding-top: 0;
	font-size: 4rem;
}

/* main
----------------------------------------------------------------------*/
.item_ttl img{
	width: auto;
}

/*=====================================================================
   769 end
======================================================================*/
}