@charset "UTF-8";
.topAbout {
	margin-bottom: 100px;
}
.topAbout_areaTitle {
	margin-bottom: 50px;
}
.topAbout_areaTitle_inner {}
.topAbout_title {}
.topAbout_text {}
.topAbout_image {
	padding-bottom: 680px;
	position: relative;
	margin-bottom: 40px;
}
.topAbout_image > img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topAbout_inner {}
.topAbout_list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 18px;
	row-gap: 20px;
	font-weight: bold;
}
.topAbout_list > li {}
.topAbout_list > li > a {
	text-decoration: none;
	color: inherit;
}
.topAbout_link {
	max-width: 300px;
	margin: 50px auto 0;
}
.topAbout_link > a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
.topSustain {
	margin-bottom: 200px;
}
.topSustain_inner {}
.topSustain_title {}
.topSustain_text {}
.topSustain_cols {
	display: flex;
	margin-top: 50px;
}
.topSustain_col {}
.topSustain_col-txt {
	width: 49.4%;
	display: flex;
	flex-direction: column;
}
.topSustain_list {
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 18px;
	row-gap: 23px;
	width: 100%;
	margin-bottom: 20px;
}
.topSustain_list > li {}
.topSustain_list > li > a {
	text-decoration: none;
	color: inherit;
}
.topSustain_link {
	max-width: 300px;
	width: 100%;
	margin-top: auto;
}
.topSustain_link > a {
	text-decoration: none;
	color: inherit;
}
.topSustain_col-img {
	display: flex;
	flex-direction: column;
	max-width: 564px;
	margin-left: auto;
	width: 48%;
}
.topSustain_image {
	width: 924px;
}
.topSustain_image > img {
	display: block;
}
.topBusiness {
	margin-bottom: 100px;
}
.topBusiness_areaTitle {}
.topBusiness_areaTitle_inner {}
.topBusiness_title {
	font-weight: bold;
}
.topBusiness_text {}
.topBusiness_sect {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.topBusiness_headline {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
}
.topBusiness_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.topBusiness_list > li {
	width: 33.33%;
	box-sizing: border-box;
}
.topBusiness_list > li > a {
	text-decoration: none;
	color: inherit;
}
.topBusiness_item {}
.topBusiness_image {
	position: relative;
	overflow: hidden;
}
.topBusiness_image-normal {
	padding-bottom: 58.72%;
}
.topBusiness_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition-duration: .3s;
	transition-property: transform;
}
.topBusiness_image > figcaption {
	position: absolute;
	z-index: 1;
	bottom: 40px;
	right: 40px;
	color: var(--color-white);
	border: 1px solid currentColor;
	background-color: rgba(0, 0, 0, 0.30);
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
	padding: 10px 30px;
	min-width: 190px;
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
}
.topBusiness_sect_inner {
	max-width: 1840px;
}
.topBusiness_wideList {
	list-style: none;
	display: flex;
}
.topBusiness_wideList > li {
	width: 50%;
}
.topBusiness_wideList > li > a {
	text-decoration: none;
	color: inherit;
}
.topBusiness_image-wide {
	padding-bottom: 39.13%;
}
.topBusiness_image-wide > img {
	display: block;
}
.topBusiness_image-wide > figcaption {
	border: none;
	padding: 0;
	background-color: rgba(255, 255, 255, 0);
	bottom: 0;
	right: 0;
	padding: 20px 30px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.70));
	width: 100%;
	justify-content: flex-end;
}
.topBusiness_link {
	margin: 50px auto 0;
	max-width: 300px;
}
.topBusiness_link > a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
.topNews {
	margin-bottom: 100px;
	margin-top: 100px;
}
.topNews_inner {}
.topNews_inner > script {}
.topNews_title {
	text-align: left;
	margin-bottom: -36px;
	font-weight: bold;
}
.topNews_link {
	margin: 50px auto 0;
	max-width: 300px;
}
.topNews_link > a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
.topBnr {
	max-width: 1200px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    box-sizing: content-box;
    gap: 50px;
}
.topBnr_item{}
.topBnr_note{
	text-align: right;
	font-size: clamp(12px,2vw,16px);
}
.topIntro {
	margin-bottom: 100px;
}
.topIntro_inner {}
.topIntro_title {
	text-align: center;
	font-size: 30px;
	line-height: 1.667;
	margin-bottom: 80px;
}
.topIntro_text {
	line-height: 1.875;
	text-align: center;
	margin-bottom: 2em;
}
.topVisual {
	position: relative;
	padding-bottom: 56.25%;
	color: var(--color-white);
	white-space: nowrap;
	padding-bottom: 42.857%;
}
.topVisual_image {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.topVisual_image > img {
	display: block;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topVisual_inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
	justify-content: center;
	align-items: center;
	max-width: none;
	line-height: 1.4;
}
.topVisual_title {
	font-size: 100px;
	font-weight: bold;
	font-family: var(--font-oswald);
	margin-bottom: 49px;
}
.topVisual_msg {
	font-size: 40px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
.topVisual_msg::before {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: currentColor;
	margin-right: 13px;
}
.topVisual_msg::after {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background-color: currentColor;
	margin-left: 13px;
}
.topIntro_text-en {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.topVisual_video {
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
	height: 100%;
	object-fit: cover;
}
.topVisual_video-pc {
	display: block;
  width: 100%;
}
.topVisual_video-sp {
	display: none;
}
.topVisual__bnr {
  position: absolute;
  right: 1em;
  top: 7em;
  z-index: 50;
  width: 100%;
}
.topVisual__bnr--link {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}
.topVisual__bnr--image {
}
.topAboutPDF{
	background-color: #000;
	padding:  24px 40px;
}
.topAboutPDF_inner{
	display: flex;
    align-items: center;
    justify-content: space-between;
	column-gap: 10px;
	max-width: 1840px;
	margin: 0 auto;
}
.topAboutPDF_text{
	color: #fff;
}
.topAboutPDF_dl{
	background-color: #DC1C1C;
	color: #fff;
	padding: 5px 15px;
	border-radius: 8px;
	text-decoration: none;
}
.topAboutPDF_dl:hover{
	background-color: #fff;
	color: #DC1C1C;
}
.topAboutPDF_sp{
	display: none;
}
.topAbout_vis {
	position: relative;
	padding-bottom: 50px;
	padding-top: 50px;
	min-height: 500px;
	display: flex;
	align-items: flex-end;
	margin-bottom: 30px;
	overflow: hidden;
}
.topAbout_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.topAbout_bg-about {
	background-image: url(/assets/img/home/pt-about@2x.webp);
	background-color: #e4f0f6;
}
.topAbout_bg-ir {
	background-image: url(/assets/img/home/pt-ir@2x.webp);
	background-color: #edf4f7;
}
.topAbout_bg-sustainability {
	background-image: url(/assets/img/home/pt-sustainability@2x.webp);
	background-color: #b2c292;
}
.topAbout_areaText {
	position: relative;
	width: 100%;
}
.topAbout_areaText_inner {}
.topAbout_headline {
	font-size: 60px;
	margin: 0 0 20px;
	text-align: left;
	position: relative;
	z-index: 1;
	font-weight: bold;
}
.topAbout_msg {
	text-align: left;
	position: relative;
	z-index: 1;
	font-weight: 500;
}
.topAbout_areaText_box {
	position: relative;
	max-width: 600px;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	box-sizing: border-box;
}
.topAbout_areaText_box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.70);
}
.topBusiness_subhead {
	font-size: 30px;
	line-height: 1.667;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 50px;
}
.topBusiness_msg {
	line-height: 2;
	margin-left: -10px;
	margin-right: -10px;
	font-weight: 500;
}
.topBusiness_image-normalEn > figcaption {
	padding-left: 10px;
	padding-right: 20px;
	min-width: 320px;
}
.topVisual_btn {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid var(--color-white);
	box-sizing: border-box;
	border-radius: 50%;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 2;
	transition-duration: .3s;
	transition-property: background-color, color;
	color: var(--color-white);
}
.topVisual_btn_pause {
	display: block;
	margin: 0 auto;
	width: 18px;
	height: 22px;
	position: relative;
	transition-duration: .3s;
	transition-property: opacity;
}
.isPause .topVisual_btn_pause {
	opacity: 0;
}
.topVisual_btn_pause::before {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: currentColor;
}
.topVisual_btn_pause::after {
	content: "";
	display: block;
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: currentColor;
}
.topVisual_btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	border: 11px solid rgba(255, 255, 255, 0);
	border-left-color: currentColor;
	border-left-width: 19px;
	border-right-width: 0;
	transform: translateX(8%) translate(-50%, -50%);
	opacity: 0;
	transition-duration: .3s;
	transition-property: opacity;
}
.topVisual_btn.isPause::before {
	opacity: 1;
}
.faqBox {
	margin-bottom: 20px;
}
.faqBox:last-child {
	margin-bottom: 0;
}
.faqBox_title {}
.faqBox_title_btn {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	position: relative;
	padding-left: 40px;
	padding-right: 80px;
	transition-duration: .3s;
	transition-property: color, background-color;
	padding: 15px 33px;
	padding-right: 80px;
	font-weight: normal;
}
.faqBox_title_btn_mark {
	display: block;
	position: absolute;
	top: 30px;
	transform: translateY(-50%);
	left: 0;
	font-family: var(--font-oswald);
	font-size: 40px;
	color: var(--color-text);
}
.faqBox_title_btn_txt {
	display: block;
}
.faqBox_title_btn_open {
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid currentColor;
	border-radius: 50%;
	position: absolute;
	top: 30px;
	transform: translateY(-50%);
	right: 0;
	box-sizing: border-box;
}
.faqBox_title_btn_open::before {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.faqBox_title_btn_open::after {
	content: "";
	display: block;
	height: 26px;
	width: 2px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: transform;
}
.faqBox_title_btn[aria-expanded="true"] .faqBox_title_btn_open::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.faqBox_ans {
	display: none;
}
.faqBox_ans.isShow {
	display: block;
}
.faqBox_ans_inner {
	position: relative;
	line-height: 28px;
	padding: 16px 33px;
	padding-right: 80px;
}
.faqBox_ans_mark {
	position: absolute;
	top: 30px;
	left: 0;
	font-size: 40px;
	font-family: var(--font-oswald);
	color: var(--color-ocean-blue);
	font-weight: bold;
	transform: translateY(-50%);
	line-height: 1;
	font-weight: normal;
}
.faqBox_ans_text {
	font-weight: normal;
}
.faqBox_ans_text > a {}
.indexNav {}
.indexNavList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.indexNavList > li {
	width: 47.9%;
	margin-left: 4.2%;
}
.indexNavList > li:nth-child(2n+1) {
	margin-left: 0;
}
.indexNavList > li:nth-child(n+3) {
	margin-top: 50px;
}
.indexNavList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.indexNavItem {}
.indexNavItem_areaImg {
	margin-bottom: 16px;
}
.indexNavItem_image {
	overflow: hidden;
}
.indexNavItem_image > img {
	display: block;
	transition-duration: .3s;
	transition-property: transform;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.indexNavItem_areaTxt {}
.indexNavItem_text {}
.indexNavItem_text > .icon {}
.otherNav {
	background-color: var(--color-gray);
	padding: 50px 20px 60px;
	margin-top: 100px;
}
.otherNav_inner {
	max-width: 1080px;
	margin: 0 auto;
}
.otherNav_title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.46;
	margin-bottom: 10px;
	font-weight: normal;
}
.otherNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 5.6%;
	row-gap: 10px;
}
.otherNav_list > li {}
.otherNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	border-bottom: 1px solid currentColor;
	height: 100%;
	padding-bottom: 20px;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	padding-top: 20px;
	position: relative;
	padding-right: 25px;
	font-weight: normal;
}
.otherNav_list > li > a > .icon {
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
	transform: translateY(-50%);
	font-size: 12px;
}
.otherNav_list_txt {
	display: block;
}
.anchorNav {}
.anchorNav_list {
	list-style: none;
	display: grid;
	column-gap: 5%;
	row-gap: 10px;
}
.anchorNav_list > li {}
.anchorNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid currentColor;
	padding: 20px 0px;
	padding-right: 25px;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
	line-height: 24px;
	position: relative;
	font-weight: normal;
}
.anchorNav_list > li > a > .icon {
	display: block;
	font-size: 12px;
	position: absolute;
	top: 32px;
	right: 0;
	transform: translateY(-50%);
}
.anchorNav_list_txt {
	display: block;
}
.groupItems {
	display: flex;
	flex-wrap: wrap;
}
.groupItem {
	width: 47.9%;
	margin-left: 4.2%;
	border: 1px solid currentColor;
	box-sizing: border-box;
	padding: 28px 20px 26px;
}
.groupItem:nth-child(2n + 1) {
	margin-left: 0;
}
.groupItem:nth-child(n + 3) {
	margin-top: 51px;
}
.groupItem_inner {
	max-width: 515px;
	margin: 0 auto;
}
.groupItem_cat {
	margin-bottom: 10px;
}
.groupItem_cat:last-child {
	margin-bottom: 0;
}
.groupItem_title {
	margin-bottom: 10px;
	line-height: 38px;
	font-size: 26px;
	font-weight: normal;
}
.groupItem_title > a {
	color: inherit;
	font-weight: normal;
}
.groupItem_title:last-child {
	margin-bottom: 0;
}
.groupItem_add {
	font-size: 14px;
	margin-bottom: 7px;
	line-height: 24px;
}
.groupItem_type {
	font-weight: normal;
}
.groupItem_link {}
.groupItem_link > a {
	display: block;
	font-weight: normal;
	transition-duration: .3s;
	transition-property: color, background-color;
	justify-content: flex-start;
	display: flex;
	align-items: center;
}
.groupItem_link > a > .icon {
	display: inline-block;
	font-size: 16px;
	margin-left: 5px;
}
.groupItem_link > a.-blank {}
.groupItem_link > a.-blank::after {
	content: "";
	display: block;
	background-image: url(/assets/img/common/icn-blank-blue.svg);
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.groupItem_link > a.-movie {}
.groupItem_link > a.-movie::after {
	content: "";
	display: block;
	background-image: url(/assets/img/common/icn-movie-blue.svg);
	width: 16px;
	height: 16px;
	margin-left: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	position: relative;
	top: 1px;
}
.newsList {
	list-style: none;
}
.newsList > li {
	border-bottom: 1px solid currentColor;
}
.newsList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.newsItem {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
}
.newsItem_update {
	font-weight: normal;
	line-height: 28px;
	width: 130px;
	letter-spacing: 0.1em;
}
.newsItem_update > time {}
.newsItem_cat {}
.newsItem_areaTxt {
	max-width: 892px;
	margin-left: auto;
	width: calc(100% - 290px);
}
.newsItem_text {
	line-height: 24px;
	margin-bottom: 28px;
}
.newsItem_text:last-child {
	margin-bottom: 0;
}
.newsItem_text > .icon {
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}
.linkList {
	list-style: none;
	display: grid;
	column-gap: 4.17%;
	row-gap: 50px;
}
.susGav_cell .split_cols .linkList{
	row-gap: 30px;
}
.community{
	margin-top: 70px;
}
.well-being{
	margin-top: 80px;
}
.community .split_image,.well-being .split_image{
	height: 100%;
}

.linkList > li {}
.linkList > li > a {
	font-weight: normal;
}
.linkList > li > a > .icon {}
.linkList > li > a > .icon-blank {
	font-size: 18px;
	margin-left: 8px;
	vertical-align: middle;
	line-height: 1;
}
.linkList-2c {
	grid-template-columns: repeat(2, 1fr);
}
.linkList-3c {
	grid-template-columns: repeat(3, 1fr);
}
.irLibItems {
	display: flex;
	flex-wrap: wrap;
}
.irLibItem {
	border: 1px solid currentColor;
	width: 47.9%;
	margin-left: 4.2%;
	box-sizing: border-box;
	padding: 30px 20px;
}
.irLibItem:nth-child(2n + 1) {
	margin-left: 0;
}
.irLibItem:nth-child(n + 3) {
	margin-top: 50px;
}
.irLibItem_inner {
	max-width: 515px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
.irLibItem_title {
	margin-bottom: 10px;
	font-size: 26px;
	line-height: 38px;
	font-weight: bold;
	font-weight: normal;
}
.irLibItem_update {
	font-size: 14px;
	margin-bottom: 6px;
	line-height: 24px;
}
.irLibItem_update > time {}
.irLibItem_txtLink {
	margin-bottom: auto;
}
.irLibItem_txtLink > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: color, background-color;
	font-weight: normal;
}
.irLibItem_txtLink > a > .icon {
	display: inline-block;
	font-size: 20px;
	margin-left: 11px;
}
.irLibItem_link {
	max-width: 150px;
	margin-top: 47px;
	margin-left: auto;
	width: 100%;
}
.newsItem_text_new {
	margin-left: 30px;
}
.indexNavList-wide {}
.indexNavList-wide > li {
	width: 100%;
	margin-left: 0;
}
.indexNav_cell {
	margin-bottom: 80px;
}
.indexNav_cell:last-child {
	margin-bottom: 0;
}
.indexNav_title {
	text-align: center;
}
.indexNavItem_text-wide {}
.indexNavItem_imgWrap {
	display: flex;
	align-items: center;
}
.indexNavList-biz {}
.indexNavList-biz > li:nth-child(n+3) {
	margin-top: 40px;
}
.anchorNav_list-2c {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 4.17%;
}
.anchorNav_list-3c {
	grid-template-columns: repeat(3, 1fr);
}
.ir {
	margin-bottom: 60px;
}
.ir_title {
	text-align: center;
}
.ir_link {
	max-width: 300px;
	margin: 50px auto 0;
}
.ir_link > a {}
.irNav {}
.irNav_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 4.17%;
	row-gap: 30px;
}
.irNav_list > li {}
.irNav_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 1px solid currentColor;
	padding: 20px 0px;
	padding-right: 40px;
	transition-duration: .3s;
	transition-property: color, background-color, border-color;
	line-height: 38px;
	position: relative;
}
.irNav_list > li > a > .icon {
	display: block;
	font-size: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.irNav_list_txt {
	display: block;
	font-weight: normal;
}
.irNav_clist {
	margin-top: 20px;
	padding-left: 6px;
}
.irNav_clist > li {}
.irNav_clist > li > a {
	text-decoration: none;
	color: inherit;
}
.irNav_clist > li > a > .icon {
	margin-left: 7px;
	vertical-align: middle;
	top: -2px;
	position: relative;
	font-size: 18px;
}
.biz {}
.biz_movie {
	margin-bottom: 80px;
	padding-bottom: 56.25%;
	position: relative;
}
.biz_movie > a {
	text-decoration: none;
	color: inherit;
	display: block;
}
.biz_areaImg {
	position: relative;
}
.biz_image {
	transition-duration: .3s;
	transition-property: opacity;
}
.biz_image > img {
	display: block;
	margin: 0 auto;
}
.biz_play {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	outline: none;
	transition-duration: .3s;
	transition-property: opacity, visibility;
}
.biz_cell {
	margin-bottom: 78px;
}
.biz_cell:last-child {
	margin-bottom: 0;
}
.biz_title {}
.biz_text {
	margin-bottom: 28px;
	font-weight: normal;
}
.biz_title + .biz_text {
	margin-top: -2px;
}
.biz_text:last-child {
	margin-bottom: 0;
}
.biz_cCell {
	margin-bottom: 46px;
}
.biz_cCell:last-child {
	margin-bottom: 0;
}
.biz_headline {}
.biz_headline + .biz_text {
	margin-top: -2px;
}
.biz_text-mbL {
	margin-bottom: 48px;
}
.areaFaqs {
	margin-top: 82px;
}
.areaFaq {
	margin-bottom: 65px;
}
.areaFaq_message {
	margin-bottom: 30px;
}
.areaFaq_contents {}
.areaFaq_title {}
.sitemap {
	position: relative;
	margin-top: -10px;
}
.sitemap_cell {
	margin-bottom: 30px;
}
.sitemap_cell:last-child {
	margin-bottom: 0;
}
.sitemap_list {
	list-style: none;
	background-color: var(--color-light-blue);
	border-radius: 10px;
	padding: 15px 30px;
}
.sitemap_list > li {}
.sitemap_list > li:nth-child(n+2) {
	margin-top: 10px;
}
.sitemap_list > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 29px;
	font-weight: normal;
}
.sitemap_cList {
	list-style: none;
	display: grid;
	grid-template-columns: 35% 35% 30%;
	margin-top: 10px;
	row-gap: 10px;
}
.sitemap_cList > li {}
.sitemap_cList > li:nth-child(n+4) {}
.sitemap_cList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	position: relative;
	line-height: 24px;
	padding-left: 18px;
	font-weight: bold;
	font-weight: normal;
}
.sitemap_cList > li > a::before {
	content: "";
	display: block;
	width: 10px;
	height: 2px;
	position: absolute;
	top: 12px;
	left: 0;
	transform: translateY(-50%);
	background-color: currentColor;
}
.sitemap_gCList {
	padding-left: 25px;
	padding-bottom: 10px;
	line-height: 24px;
	margin-top: 5px;
}
.sitemap_gCList > li {}
.sitemap_gCList > li > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.sitemap_gCList > li > a > .icon {
	margin-left: 8px;
}
.susMsg {}
.susMsg::after {
	content: "";
	display: block;
	clear: both;
}
.susMsg_image {
	margin-bottom: 50px;
}
.susMsg_image > img {
	display: block;
}
.susMsg_text {
	margin-bottom: 28px;
	font-weight: normal;
}
.susMsg_text:last-child {
	margin-bottom: 0;
}
.areaSusVision {}
.susVision {
	margin-bottom: 80px;
}
.susVision_imgTtl{
	margin-top: 80px;
	text-align: center;
	font-size: 30px;
}
.susVision_image{
	margin-top: 50px;
}
.susVision_image > img{
	display: block;
	margin: 0 auto;
}
.susVision:last-child {
	margin-bottom: 0;
}
.susVision_title {}
.susVision_text {
	margin-bottom: 28px;
	font-weight: normal;
}
.susVision_title + .susVision_text {
	margin-top: -2px;
}
.susVision_message {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
}
.susVision_tblWrap {
	margin-top: 47px;
}
.susVision_table {
	width: 100%;
	border: 1px solid currentColor;
	font-size: 14px;
	font-weight: normal;
}
.susVision_table > thead {}
.susVision_table > thead > tr {}
.susVision_table > thead > tr > th {
	white-space: nowrap;
	background-color: var(--color-text);
	color: var(--color-white);
	font-size: 14px;
	padding: 12px 10px;
	line-height: 25px;
	font-weight: bold;
	box-sizing: border-box;
	font-weight: normal;
}
.susVision_table > thead > tr > th:first-child {
	width: 280px;
}
.susVision_table > thead > tr > th:last-child {
	width: 290px;
}
.susVision_table > thead > tr > td {}
.susVision_table > tbody {}
.susVision_table > tbody > tr {
	border-top: 1px solid currentColor;
}
.susVision_table > tbody > tr:first-child {
	border-top: none;
}
.susVision_table > tbody > tr > td {
	text-align: left;
	vertical-align: middle;
	padding: 30px 30px;
	border-left: 1px solid currentColor;
	box-sizing: border-box;
}
.susVision_table > tbody > tr > td:first-child {
	border-left: none;
}
.susVision_table > tbody > tr > td:last-child {
	padding: 28px 28px 20px;
}
.susVision_table > tbody > tr > td.-esg {
	text-align: center;
	padding: 30px 20px;
	min-width: 160px;
}
.susVision_list {
	list-style: none;
}
.susVision_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.susVision_tblNote {
	font-size: 14px;
	line-height: 25px;
	margin-top: 14px;
	font-weight: normal;
	display: none;
	text-indent: -1em;
	padding-left: 1em;
}
.susVision_tblNote-en {
	text-indent: 0;
	padding-left: 0;
}
.areabizEnv {}
.bizEnv {
	margin-bottom: 75px;
}
.bizEnv_cols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
	border-left: 10px solid var(--color-ocean-blue);
	align-items: center;
}
.bizEnv_col {}
.bizEnv_col-img {
	width: 53.4%;
	box-sizing: border-box;
	padding-left: 3.7%;
	max-width: 635px;
}
.bizEnv_map {}
.bizEnv_map > img {
	display: block;
}
.bizEnv_col-txt {
	width: 42.5%;
	max-width: 500px;
}
.bizEnv_msg {
	line-height: 30px;
	margin-bottom: 13px;
	font-weight: normal;
	font-size: 20px;
}
.bizEnv_msg:last-child {
	margin-bottom: 0;
}
.bizEnv_cell {
	margin-bottom: 50px;
}
.bizEnv_cell:last-child {
	margin-bottom: 0;
}
.bizEnv_cCols {
	display: flex;
	justify-content: space-between;
}
.bizEnv_cCol {}
.bizEnv_cCol-txt {
	width: 48%;
	max-width: 575px;
}
.bizEnv_title {}
.bizEnv_text {
	font-size: 18px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 32px;
}
.bizEnv_text:last-child {
	margin-bottom: 0;
}
.bizEnv_title + .bizEnv_text {
	margin-top: -3px;
}
.bizEnv_cCol-img {
	width: 48%;
	max-width: 575px;
}
.bizEnv_chart {}
.bizEnv_chart > img {
	display: block;
	margin: 0 auto;
}
.bizEnv_mgsBox {
	border-left: 10px solid var(--color-ocean-blue);
	box-sizing: border-box;
	padding-left: 50px;
	margin-bottom: 50px;
}
.bizEnv_cCol-imgHasPt {
	padding-top: 50px;
}
.susGav {}
.susGav_title {}
.susGav_cell {
	margin-bottom: 49px;
}
.susGav_cell:last-child {
	margin-bottom: 0;
}
.susGav_headline {}
.susGav_areaTxt {
	margin-bottom: 48px;
}
.susGav_text {
	font-weight: normal;
	margin-bottom: 28px;
}
.susGav_text:last-child {
	margin-bottom: 0;
}
.susGav_headline + .susGav_areaTxt {
	margin-top: -2px;
}
.susSect {
	margin-bottom: 60px;
}
.susSect:last-child {
	margin-bottom: 0;
}
.susSect_ttlCols {
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
	align-items: center;
}
.susSect_ttlCol {}
.susSect_ttlCol-ttl {
	width: 57%;
}
.susSect_title {
	margin-bottom: 0;
}
.susSect_ttlCol-list {
    width: 42.5%;
    max-width: 490px;
}
.susSect_sdgsList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.susSect_sdgsList > li {
	box-sizing: border-box;
	width: 17.92%;
	margin-left: 2.6%;
}
.susSect_sdgsList > li:first-child {
	margin-left: 0;
}
.susSect_sdgsList > li > img {
	display: block;
}
.susSect_cell {
	margin-bottom: 50px;
}
.susSect_cell:last-child {
	margin-bottom: 0;
}
.susSect_headline {}
.susSect_cols {
	display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.susSect_col {}
.susSect_col-txt {}
.susSect_text {
	font-weight: normal;
	margin-bottom: 28px;
}
.susSect_headline + .susSect_text {
	margin-top: -2px;
}
.susSect_col-img {
	padding-top: 5px;
}
.susSect_tblTtl {
	font-size: 22px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	margin-bottom: 12px;
	font-weight: normal;
}
.susSect_image {}
.susSect_image > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.split_cols {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -2px;
}
.split_col {
	width: 47.9%;
}
.susBox {
	border: 1px solid currentColor;
	padding: 28px 30px;
	margin-top: 47px;
	margin-bottom: 50px;
}
.susBox_cell {
	margin-bottom: 46px;
}
.susBox_cell:last-child {
	margin-bottom: 0;
}
.susBox_cols {
	display: flex;
	justify-content: space-between;
}
.susBox_col {
	width: 47.8%;
}
.susBox_col-no1 {}
.susBox_title {
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 16px;
	font-weight: normal;
}
.susBox_title-mbS{
	margin-bottom: 5px;
}
.susBox_list {
	list-style: none;
	font-weight: normal;
}
.susBox_list > li {
	text-indent: -1em;
	padding-left: 1em;
}
.susBox_col-no2 {}
.susBox_text {
	font-weight: normal;
}
.susBox_title + .susBox_text {
	margin-top: -2px;
}
.susBox_imgList {
	list-style: none;
	display: flex;
	justify-content: space-between;
}
.susBox_imgList > li {}
.susBox_imgList > li:first-child {
	width: 42.7%;
}
.susBox_imgList > li:last-child {
	width: 54.6%;
}
.susBox_imgList > li > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.susBox_list-flex {
	display: flex;
	flex-wrap: wrap;
}
.susBox_list-flex > li {
	margin-right: 50px;
	margin-left: 0;
}
.susBox_list-flex > li:last-child {
	margin-right: 0;
}
.socialSusBox_cols{
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 10px;
}
.socialSusBox_cols .susBox_title{
	margin-bottom: 0;
}
.kyojo {}
.kyojo_head {
	display: flex;
	align-items: flex-end;
	margin-bottom: 16px;
	align-items: center;
}
.kyojo_title {
	margin-bottom: 0;
	width: calc(100% - 220px);
	font-size: 26px;
	display: flex;
}
.kyojo_title:before{
	content: "2";
    margin-right: 10px;
    width: 26px;
    height: 26px;
    border: solid 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 19px;
    margin-top: 0.4em;
}
.kyojo_logo {
	width: 210px;
	margin-left: auto;
}
.kyojo_logo > img {
	display: block;
}
.kyojo_text {
	margin-bottom: 10px;
}
.kyojo_cols{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
	margin-bottom: 30px;
}

.susChart {
	margin-top: 48px;
}
.susChart_title {
	font-size: 18px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 33px;
	font-weight: normal;
}
.susChart_list {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	row-gap: 55px;
	column-gap: min(10vw, 190px);
	max-width: 900px;
	margin: 0 auto;
}
.susChart_list > li {}
.susChart_fig {
	height: 100%;
    display: flex;
    flex-direction: column;
}
.susChart_fig > figcaption {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	color: #4C4C4C;
	display: block;
	margin-bottom: 23px;
	font-weight: inherit;
}
.susChart_fig > img {
	display: block;
	margin-top: auto;
}
.susBox_cell-mbS {}
.areaSusSect {}
.susBox_list-disc {}
.susBox_list-disc > li {
	text-indent: -1em;
	padding-left: 1em;
}
.susBox_list-spLarge {}
.corpMsg {}
.corpMsg_image {
	margin-bottom: 50px;
}
.corpMsg_image > img {
	display: block;
	margin: 0 auto;
}
.corpMsg_text {
	font-weight: normal;
	margin-bottom: 28px;
}
.corpMsg_text:last-child {
	margin-bottom: 0;
}
.corpMsg_image + .corpMsg_text {
	margin-top: -2px;
}
.corpPhilo {}
.corpPhilo_image {
	margin-bottom: 50px;
}
.corpPhilo_image > img {
	display: block;
	margin: 0 auto;
}
.corpPhilo_cell {
	margin-bottom: 40px;
}
.corpPhilo_cell:last-child {
	margin-bottom: 0;
}
.corpPhilo_title {}
.corpPhilo_message {
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	background-color: rgba(66, 121, 210, 0.10);
	border: 1px solid var(--color-ocean-blue);
	padding: 18px 10px;
	font-weight: normal;
}
.corpPhilo_list {
	padding-left: 10px;
}
.corpPhilo_list > li {}
.corpPhilo_table {
	width: 100%;
	font-size: 18px;
	line-height: 28px;
}
.corpPhilo_table > tbody {}
.corpPhilo_table > tbody > tr {}
.corpPhilo_table > tbody > tr > th {
	white-space: nowrap;
	text-align: left;
	padding: 9px 10px;
	padding-left: 0;
	vertical-align: middle;
	box-sizing: border-box;
	width: 290px;
}
.corpPhilo_table > tbody > tr > td {
	font-weight: normal;
	vertical-align: middle;
	padding: 9px 10px;
}
.corpPhilo_title-vision {}
.corpPhilo_title-vision::before {
	background-color: #42A1D2;
}
.corpPhilo_title-action {
	margin-bottom: 12px;
}
.corpPhilo_title-action::before {
	background-color: #51C5DC;
}
.corpName {}
.corpName_logo {
	margin-bottom: 80px;
}
.corpName_logo > img {
	display: block;
	margin: 0 auto;
}
.corpName_cell {
	margin-bottom: 76px;
}
.corpName_cell:last-child {
	margin-bottom: 0;
}
.corpName_title {}
.corpName_headline {
	font-size: 26px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 31px;
	font-weight: normal;
}
.corpName_text {
	font-size: 20px;
	line-height: 36px;
	font-weight: normal;
}
.corpName_headline + .corpName_text {
	margin-top: -3px;
}
.corpComp {}
.corpComp_table {
	width: 100%;
	font-weight: normal;
}
.corpComp_table > tbody {}
.corpComp_table > tbody > tr {
	border-bottom: 1px solid currentColor;
}
.corpComp_table > tbody > tr > th {
	padding: 15px 10px 16px;
	text-align: center;
	vertical-align: middle;
	width: 260px;
	box-sizing: border-box;
}
.corpComp_table > tbody > tr > td {
	padding: 15px 10px 16px;
	text-align: left;
	vertical-align: middle;
}
.corpComp_table > tbody > tr > td > a {}
.corpComp_table > tbody > tr > td > a[target="_blank"]::after {
	display: inline-block;
	content: "";
	background-image: url(/assets/img/common/icn-blank.svg);
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.corpComp_update {
	font-weight: normal;
	text-align: right;
	margin-top: 18px;
}
.groupItem_linkList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 16px;
}
.groupItem_linkList > li {
	margin-right: 30px;
}
.groupItem_linkList > li:last-child {
	margin-right: 0;
}
.areaCorpGroup {}
.corpGroup {
	margin-bottom: 80px;
}
.corpGroup:last-child {
	margin-bottom: 0;
}
.corpGroup_contents {}
.corpGroup_title {}
.biz_movie_video {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.corpMgmt {}
.corpMgmt_cell {
	margin-bottom: 78px;
}
.corpMgmt_cols {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
	margin-bottom: 29px;
}
.corpMgmt_col {}
.corpMgmt_col-img {}
.corpMgmt_image {
	margin-bottom: 20px;
}
.corpMgmt_image > img {
	display: block;
}
.corpMgmt_image:last-child {
	margin-bottom: 0;
}
.corpMgmt_col-txt {}
.corpMgmt_name {
	font-size: 26px;
	font-weight: bold;
	line-height: 38px;
	font-weight: normal;
}
.corpMgmt_type {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}
.corpMgmt_type_posi {
	display: block;
	font-weight: normal;
}
.corpMgmt_type_main {
	display: block;
	margin-top: 2px;
	font-weight: normal;
}
.corpMgmt_his {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 3px;
	font-weight: normal;
}
.corpMgmt_table {
	width: 100%;
	font-weight: normal;
}
.corpMgmt_table > tbody {}
.corpMgmt_table > tbody > tr {}
.corpMgmt_table > tbody > tr > th {
	font-weight: inherit;
	text-align: left;
	vertical-align: top;
	padding: 3px 8px;
	padding-left: 0;
	box-sizing: border-box;
	width: 98px;
}
.corpMgmt_table > tbody > tr > td {
	text-align: left;
	vertical-align: top;
	padding: 3px 8px;
}
.corpMgmt_text {
	font-weight: normal;
	margin-bottom: 28px;
}
.corpMgmt_text:last-child {
	margin-bottom: 0;
}
.corpMgmt_items {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 50px;
	row-gap: 76px;
}
.corpMgmt_item {}
.corpMgmt_his_btn {
	display: block;
	width: 100%;
	text-align: left;
	position: relative;
	max-width: 70px;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.corpMgmt_his_open {
	display: block;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	margin-top: 1px;
}
[aria-expanded=true] .corpMgmt_his_open::after {
	transform: translateY(-50%) rotate(90deg)
}
.corpMgmt_his_open::before {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: var(--color-white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.corpMgmt_his_open::after {
	content: "";
	display: block;
	height: 12px;
	width: 2px;
	background-color: var(--color-white);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition-duration: .3s;
	transition-property: transform;
}
.corpMgmt_areaTbl {
	display: none;
}
.corpMgmt_areaTbl.isShow {
	display: block;
}
.corpHis {}
.corpHis_message {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
}
.corpHis_selectList {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 52px;
}
.corpHis_selectList > li {
	width: 140px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.corpHis_selectList_btn {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	border: 1px solid var(--color-text);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 5px 10px;
	transition-duration: .3s;
	transition-property: color, background-color;
	box-sizing: border-box;
}
.corpHis_selectList_btn.-all {}
.corpHis_selectList_btn.-group {}
.corpHis_selectList_btn.-export {}
.corpHis_selectList_btn.-logistics {}
.corpHis_selectList_btn.-services {}
.corpHis_selectList_btn.-inspection {}
.corpHis_selectList_btn.-retail {}
.corpHis_list {
	list-style: none;
}
.corpHis_list > li {
	border-bottom: 1px solid currentColor;
}
.corpHis_list > li.isHidden {
	display: none;
}
.corpHisItem {
	display: flex;
	align-items: flex-start;
	line-height: 28px;
	padding: 18px 0;
}
.corpHisItem_update {
	font-weight: normal;
	width: 134px;
	letter-spacing: 0.1em;
}
.corpHisItem_update-en {
	letter-spacing: 0;
	width: 100px;
}
.corpHisItem_cat {
	width: 150px;
	border: 1px solid currentColor;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	box-sizing: border-box;
	line-height: 22px;
	position: relative;
	top: 2px;
}
.corpHisItem_text {
	width: calc(100% - 314px);
	margin-left: auto;
	font-weight: normal;
}
.corpHisItem_text-en {
	width: calc(100% - 280px);
}
.corpHis_selectList_btn[aria-current="true"] {
	color: var(--color-white);
	background-color: var(--color-text);
	pointer-events: none;
}
.irLibItem_txtLink_sub {
	font-size: 75%;
	margin-left: 16px;
	vertical-align: baseline;
}
.irOfficer {}
.irOfficer_text {
	font-weight: normal;
	margin-bottom: 28px;
}
.irOfficer_table {}
.irOfficer_table > tbody {}
.irOfficer_table > tbody > tr {}
.irOfficer_table > tbody > tr > th {}
.irOfficer_table > tbody > tr > td {}
.irOfficer_name {
	font-weight: bold;
	font-weight: normal;
}
.irOfficer_postList {
	list-style: none;
	margin-top: 7px;
	font-weight: normal;
}
.irOfficer_postList > li {}
.irOfficer_update {
	text-align: right;
	font-weight: normal;
	margin-top: 28px;
}
.irStockInfo {}
.irStockInfo_table {
	margin-bottom: 80px;
}
.irStockInfo_table > tbody {}
.irStockInfo_table > tbody > tr {}
.irStockInfo_table > tbody > tr > th {}
.irStockInfo_table > tbody > tr > td {}
.irStockInfo_table > tbody > tr > td > a {}
.irStockInfo_table > tbody > tr > td > a > .icon {
	display: inline-block;
	color: var(--color-text);
	margin-left: 7px;
}
.irStockDivi {
	margin-bottom: 78px;
}
.irStockDivi_title {}
.irStockDivi_text {
	font-weight: normal;
	margin-bottom: 28px;
}
.irStockDivi_text:last-child {
	margin-bottom: 0;
}
.irStockDivi_title + .irStockDivi_text {
	margin-top: -2px;
}
.irStockDivi_cell {
	margin-bottom: 48px;
}
.irStockDivi_headline {}
.irStockDivi_tblWrap {
	display: none;
}
.irStockDivi_table {}
.irStockDivi_table > thead {}
.irStockDivi_table > thead > tr {}
.irStockDivi_table > thead > tr > th {
	width: 50%;
}
.irStockDivi_table > thead > tr > td {}
.irStockDivi_table > tbody {}
.irStockDivi_table > tbody > tr {}
.irStockDivi_table > tbody > tr > td {
	text-align: center;
	padding: 28px 20px;
}
.irStockDivi_table > tbody > tr > td:first-child {
	border-left: none;
}
.irStockDivi_table > tbody > tr > th {
	padding: 28px 20px;
}
.irStockDivi_table-result {}
.irStockDivi_table-result > thead {}
.irStockDivi_table-result > thead > tr {}
.irStockDivi_table-result > thead > tr > th {
	background-color: var(--color-white);
	width: 14%;
	box-sizing: border-box;
}
.irStockDivi_table-result > thead > tr:first-child > th:first-child {
	background-color: var(--color-gray);
	border-right: 1px solid currentColor;
	width: 15%;
}
.irStockDivi_table-result > thead > tr:last-child > th {
	padding: 13px 10px;
}
.irStockDivi_table-result > tbody > tr {}
.irStockDivi_table-result > tbody > tr > th {
	text-align: center;
}
.irStockDivi_table-result > tbody > tr > td {
	border-left: 1px solid currentColor;
}
.irStockDivi_table-record {}
.irStockDivi_table-record > tbody > tr > th {}
.irStockDivi_table-basic {
	margin-top: 48px;
}
.irStockDivi_table-basic > thead {}
.irStockDivi_table-basic > thead > tr {}
.irStockDivi_table-basic > thead > tr > th {
	background-color: var(--color-white);
	border-left: none;
	width: 37.5%;
}
.irStockDivi_table-basic > thead > tr > th:first-child {
	background-color: var(--color-gray);
	width: auto;
}
.irStockDivi_table-basic > tbody {}
.irStockDivi_table-basic > tbody > tr {}
.irStockDivi_table-basic > tbody > tr > th {
	text-align: center;
	width: 295px;
}
.irStockDivi_note {
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 28px;
}
.irStockDivi_note > sup {
	margin-right: 10px;
}
.irStockDivi_chart {
	margin-top: 29px;
}
.irStockDivi_chart > img {
	display: block;
}
.irStockDivi_note-number {
	text-indent: -2em;
	padding-left: 2em;
}
.irStockDivi_tblWrap-hasMt {
	margin-top: 48px;
}
.areaIrMgmtCg {}
.irMgmtCg_pdfLink {
	margin-bottom: 78px;
}
.irMgmtCg_pdfLink > a {
	text-decoration: none;
	color: inherit;
	display: block;
	transition-duration: .3s;
	transition-property: color, background-color;
}
.irMgmtCg_pdfLink > a > .icon {
	margin-left: 4px;
	vertical-align: baseline;
	color: var(--color-text);
}
.irMgmtCg {
	margin-bottom: 78px;
}
.irMgmtCg_title {}
.irMgmtCg_text {
	margin-bottom: 17px;
	font-weight: normal;
}
.irMgmtCg_text:last-child {
	margin-bottom: 0;
}
.irMgmtCg_title + .irMgmtCg_text {
	margin-top: -2px;
}
.irMgmtCg_headline + .irMgmtCg_text {
	margin-top: -2px;
}
.irMgmtCg_oList {
	margin-bottom: 16px;
	padding-left: 1.2em;
}
.irMgmtCg_oList > li {}
.irMgmtCg_image {
	margin-bottom: 48px;
}
.irMgmtCg_image > img {
	display: block;
	margin: 0 auto;
}
.irMgmtCg_cells {
	margin-top: 46px;
}
.irMgmtCg_cell {
	margin-bottom: 48px;
}
.irMgmtCg_cell:last-child {
	margin-bottom: 0;
}
.irMgmtCg_headline {}
.irMgmtCg_text-mbL {
	margin-bottom: 28px;
}
.irMgmtCg_note {
	font-size: 14px;
	line-height: 25px;
	font-weight: normal;
	text-indent: -3em;
	padding-left: 3em;
}
.areaAncSect {}
.areaAncSect_text {
	font-weight: normal;
	margin-bottom: 78px;
}
.ancSect {
	margin-bottom: 78px;
}
.ancSect:last-child {
	margin-bottom: 0;
}
.ancSect_title {}
.ancSect_title:last-child {
	margin-bottom: 0;
}
.ancSect_cell {
	margin-bottom: 48px;
}
.ancSect_cell:last-child {
	margin-bottom: 0;
}
.ancSect_headline {
	font-weight: normal;
}
.ancSect_headline-num {
	text-indent: -1.8em;
	padding-left: 1.8em;
}
.ancSect_oList {
	list-style: none;
	font-weight: normal;
	margin-bottom: 28px;
}
.ancSect_oList:last-child {
	margin-bottom: 0;
}
.ancSect_oList > li {}
.ancSect_oList > li:nth-child(n+2) {
	margin-top: 6px;
}
.ancSect_headline + .ancSect_oList {
	margin-top: -2px;
}
.ancSect_text {
	font-weight: normal;
	margin-bottom: 28px;
}
.ancSect_text:last-child {
	margin-bottom: 0;
}
.ancSect_headline + .ancSect_text {
	margin-top: -2px;
}
.areaAncSect_end {
	font-weight: normal;
	text-align: right;
	margin-bottom: 76px;
}
.areaAncSect_end:last-child {
	margin-bottom: 0;
}
.areaAncSect_oList {
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	line-height: 24px;
}
.areaAncSect_oList > li {
	padding-left: 33px;
	position: relative;
}
.areaAncSect_oList > li:nth-child(n+2) {
	margin-top: 6px;
}
.areaAncSect_oList_num {
	position: absolute;
	top: 12px;
	left: 0;
	transform: translateY(-50%);
}
.ancSect_publicTxt {
	font-weight: bold;
	font-weight: normal;
}
.ancSect_publicTxt > a {
	margin-right: 3px;
}
.ancSect_publicTxt > a > .icon {
	display: inline-block;
	color: var(--color-text);
	margin-left: 4px;
}
.irStockInfo_cTable {
	width: 100%;
}
.irStockInfo_cTable > tbody {}
.irStockInfo_cTable > tbody > tr {
	border-top: 1px solid currentColor;
}
.irStockInfo_cTable > tbody > tr:first-child {
	border-top: none;
}
.irStockInfo_cTable > tbody > tr > th {
	white-space: nowrap;
	font-weight: normal;
	width: 166px;
	padding: 28px 20px;
	padding-left: 30px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.irStockInfo_cTable > tbody > tr > td {
	text-align: left;
	vertical-align: middle;
	padding: 28px 10px;
}
.irStockInfo_table > tbody > tr > td.-noPad {
	padding: 0;
}
.irStockDivi_spTable {}
.ancNav {}
.areaAncSect_name {
	text-align: right;
	font-weight: normal;
	margin-bottom: 78px;
}
.ansSect_info {
	margin-top: 48px;
}
.ansSect_dList {
	list-style: none;
	font-weight: normal;
	display: flex;
	margin-bottom: 10px;
}
.ansSect_dList:last-child {
	margin-bottom: 0;
}
.ansSect_dList > dt {
	white-space: nowrap;
}
.ansSect_dList > dd {}
.ansSect_dList > dd > a {
	color: inherit;
	display: block;
}
.ansSect_headline {
	margin-bottom: 14px;
	font-weight: normal;
}
.areaAncSect_link {
	max-width: 560px;
	margin: 0 auto;
}
.areaAncSect_link > a {}
.areaAncSect_link > a > .icon {}
.ancSect_note {
	font-weight: normal;
	text-indent: -1em;
	padding-left: 1em;
	font-size: 15px;
	margin-bottom: 28px;
}
.ancSect_note:last-child {
	margin-bottom: 0;
}
.ancSect_list {
	margin-bottom: 28px;
	list-style: none;
	font-weight: normal;
	margin-top: 9px;
}
.ancSect_list:last-child {
	margin-bottom: 0;
}
.ancSect_list > li {}
.ancSect_list > li > a {
	display: block;
	color: var(--color-text);
	text-decoration: none;
	padding: 5px 0;
	transition-duration: .3s;
	transition-property: color, background-color;
	font-weight: normal;
}
.ancSect_list > li > a > .icon {
	margin-left: 6px;
	color: var(--color-steel-blue);
}
.ancSect_oList_num {
	width: 30px;
	margin-right: 10px;
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	transform: translateY(-50%);
}
.ancSect_oList-hasNum {}
.ancSect_oList-hasNum > li {
	text-indent: 0;
	padding-left: 36px;
	position: relative;
}
.biz_play_item {
	display: block;
	position: relative;
	width: 120px;
	height: 120px;
	border: 6px solid var(--color-text);
	box-sizing: border-box;
	border-radius: 50%;
	color: var(--color-text);
	background-color: var(--color-white);
	transition-duration: .3s;
	transition-property: transform, box-shadow;
}
.biz_play_item::before {
	content: "";
	display: block;
	border: 26px solid rgba(255, 255, 255, 0);
	border-left-color: currentColor;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(13%) translate(-50%, -50%);
	border-right-width: 0;
	border-left-width: 44px;
}
.biz_play:focus-visible .biz_play_item {
	box-shadow: 0 0 0 3px var(--color-white);
}
.biz_play.isHidden {
	opacity: 0;
	visibility: hidden;
}
.areaAncSect_corp {
	font-weight: normal;
	margin-bottom: 58px;
	padding-left: 1em;
}
.areaAncSect_text-noMb {
	margin-bottom: 0;
}
.ancSect_oList-hasIndent {}
.ancSect_oList-hasIndent > li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	position: relative;
}
.ancSect_rules {
	margin-bottom: 28px;
}
.ancSect_rules:last-child {
	margin-bottom: 0;
}
.topNews_eir {}
.indexNavItem_areaImg-wide {
	margin-bottom: 20px;
}
.ansSect_title-small {
	font-size: 26px;
	line-height: 38px;
	margin-bottom: 50px;
	padding-left: 35px;
}
.corpCompEn {}
.corpCompEn_table {
	display: block;
	font-size: 18px;
	font-weight: normal;
	line-height: 28px;
}
.corpCompEn_table > tbody {
	display: block;
}
.corpCompEn_table > tbody > tr {
	display: block;
	position: relative;
	padding-left: 40px;
	margin-bottom: 27px;
}
.corpCompEn_table > tbody > tr::before {
	content: "";
	display: block;
	width: 10px;
	height: 30px;
	background-color: var(--color-ocean-blue);
	transform: skewX(-36deg);
	position: absolute;
	top: 3px;
	left: 10px;
}
.corpCompEn_table > tbody > tr:last-child {
	margin-bottom: 0;
}
.corpCompEn_table > tbody > tr > th {
	display: block;
	text-align: left;
	font-size: 32px;
	font-weight: bold;
	color: var(--color-ocean-blue);
	line-height: 32px;
	margin-bottom: 17px;
	font-weight: normal;
}
.corpCompEn_table > tbody > tr > td {
	display: block;
	text-align: left;
	position: relative;
	padding-bottom: 20px;
	padding-right: 40px;
}
.corpCompEn_table > tbody > tr > td > a {
	margin-left: 14px;
}
.corpCompEn_table > tbody > tr > td > a[target="_blank"]::after {
	display: inline-block;
	content: "";
	background-image: url(/assets/img/common/icn-blank.svg);
	width: 16px;
	height: 16px;
	margin-left: 7px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	vertical-align: middle;
}
.corpCompEn_barBox {
	position: absolute;
	bottom: 0;
	right: 0;
	filter: drop-shadow(2px 2px 6px rgba(38, 78, 142, 0.59));
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 0;
	pointer-events: none;
}
.corpCompEn_bar {
	width: 1160px;
}
.corpCompEn_bar > img {
	display: block;
}
.corpCompEn_update {
	text-align: right;
	font-weight: normal;
	margin-top: 17px;
}
.biz_text-en {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 32px;
}
.bizEnv_col-imgEn {
	width: 460px;
}
.bizEnv_col-txtEn {
	width: calc(100% - 510px);
}
.susVision_msgBox {
	margin-top: 48px;
	padding: 17px 20px;
	border: 1px solid currentColor;
}
.susVision_headline {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin-bottom: 16px;
}
.linkList-en {}
.linkList-en > li {}
.linkList-en > li > a {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.corpMsg_text-en {
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 32px;
}
.corpPhilo_message-en {
	text-align: left;
	padding: 18px 30px;
}
.corpMgmt_text_bold {
	font-weight: bold;
}
.corpMgmt_his_btn-en {
	max-width: 196px;
}
.corpMgmt_text-en {
	margin-bottom: 16px;
}
.corpMgmt_table-en > tbody > tr > th {
	width: 82px;
}
.irStockDivi_table-record > tbody > tr > td {
	border-left: 1px solid currentColor;
}
.irStockDivi_table-record > tbody > tr > td:first-child {
	border-left: none;
}
.areaAncSect_oList-en {}
.areaAncSect_oList-en > li {
	padding-left: 53px;
}
.ansSect_dList-en {}
.corpHis_selectList-en {
	max-width: 1098px;
}
.corpHis_selectList-en > li {
	width: auto;
	flex-grow: 1;
}
.contact {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.78;
}
.contact_text {
	margin-bottom: 16px;
}
.contact_text-mbL {
	margin-bottom: 43px;
}
.contact_text:last-child {
	margin-bottom: 0;
}
.contact_text > a {}
.contact_list {
	margin-bottom: 45px;
	padding-left: 8px;
}
.contact_list > li {
	margin-top: 0;
}
.notFound {}
.notFound_title {
	text-align: center;
}
.notFound_text {
	text-align: center;
}
.notFound_link {
	max-width: 300px;
	margin: 78px auto 0;
}
.notFound_link > a {
	text-decoration: none;
	color: inherit;
}
.corpGroup_image {
	margin-top: 60px;
}
.corpGroup_image > img {}
.groupItem_grid {
	display: grid;
	grid-template-columns: 61.2% 36.9%;
	grid-template-rows: auto 1fr;
	justify-content: space-between;
	row-gap: 10px;
	margin-bottom: 10px;
}
.groupItem_grid_cell {}
.groupItem_grid_cell-cat {}
.groupItem_grid_cell-logo {
	grid-row: span 2;
}
.groupItem_grid_cell-title {}
.groupItem_logo {
	max-width: 190px;
	margin-left: auto;
}
.groupItem_logo_inner > img {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right center;
}
.groupItem_logo_inner {
	position: relative;
	padding-bottom: 42.105%;
}
.topBanners {
	background-color: var(--color-light-gray);
	padding: 80px 0;
}
.topVisual + .topBanners {
	background-color: rgba(255, 255, 255, 0);
	padding: 0;
	margin-bottom: 100px;
}
.topBanners_inner {}
.topBanners_bnrCells {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.topBanners_bnrCell {}
.topBanners_bnrCell-mark {
	width: 10%;
	margin-right: 2%;
}
.topBanners_mark {
	text-align: center;
}
.topBanners_mark_item {}
.topBanners_bnrCell-bnr {
	width: 30%;
	margin-right: 4%;
}
.topBanners_paralym {
	text-align: center;
}
.topBanners_paralym_item {}
.topBanners_bnrCell-paralym {
	width: 21%;
	margin-right: 4%;
}
.topBanners_kyojo {
	text-align: center;
}
.topBanners_kyojo_item {}
.topBanners_bnrCell-kyojo {
	width: 29%;
}
.topBanners_bnr {
	text-align: center;
}
.topBanners_bnr_item {}
.corpHis_selectList_btn[data-slug="group"] {
	border-color: #D91919;
	color: #D91919;
}
.corpHis_selectList_btn[data-slug="trade"] {
	color: #4279D2;
	border-color: #4279D2;
}
.corpHis_selectList_btn[data-slug="logistic"] {
	color: #4999AE;
	border-color: #4999AE;
}
.corpHis_selectList_btn[data-slug="service"] {
	color: #328A4F;
	border-color: #328A4F;
}
.corpHis_selectList_btn[data-slug="inspection"] {
	border-color: #A449A4;
	color: #A449A4;
}
.corpHis_selectList_btn[data-slug="sales"] {
	border-color: #A75566;
	color: #A75566;
}
.corpHis_selectList_btn[data-slug="group"][aria-current="true"] {
	background-color: #D91919;
	color: var(--color-white);
}
.corpHis_selectList_btn[data-slug="trade"][aria-current="true"] {
	background-color: #4279D2;
	color: var(--color-white);
}
.corpHis_selectList_btn[data-slug="logistic"][aria-current="true"] {
	background-color: #4999AE;
	color: var(--color-white);
}
.corpHis_selectList_btn[data-slug="service"][aria-current="true"] {
	background-color: #328A4F;
	color: var(--color-white);
}
.corpHis_selectList_btn[data-slug="inspection"][aria-current="true"] {
	background-color: #A449A4;
	color: var(--color-white);
}
.corpHis_selectList_btn[data-slug="sales"][aria-current="true"] {
	background-color: #A75566;
	color: var(--color-white);
}
.corpHisItem_cat[data-slug="group"] {
	border-color: #D91919;
	color: #D91919;
}
.corpHisItem_cat[data-slug="trade"] {
	color: #4279D2;
	border-color: #4279D2;
}
.corpHisItem_cat[data-slug="logistic"] {
	color: #4999AE;
	border-color: #4999AE;
}
.corpHisItem_cat[data-slug="service"] {
	color: #328A4F;
	border-color: #328A4F;
}
.corpHisItem_cat[data-slug="inspection"] {
	border-color: #A449A4;
	color: #A449A4;
}
.corpHisItem_cat[data-slug="sales"] {
	border-color: #A75566;
	color: #A75566;
}
.bizEnv_cCol-txtWide {
	width: 58.4%;
	max-width: 700px;
}
.bizEnv_cCol-imgNarrow {
	width: 37.5%;
	max-width: 450px;
}
.paralym {
	margin-bottom: 70px;
}
.paralym_head {
	display: flex;
	align-items: flex-end;
	margin-bottom: 16px;
	align-items: center;
}
.paralym_title {
	margin-bottom: 0;
	width: calc(100% - 220px);
	font-size: 26px;
	display: flex;
}
.paralym_title:before{
	content: "1";
    margin-right: 10px;
    width: 26px;
    height: 26px;
    border: solid 1px #000;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 19px;
    margin-top: 0.4em;
}
.paralym_logo {
	width: 210px;
	margin-left: auto;
}
.paralym_logo > img {
	display: block;
}
.paralym_text {
	margin-bottom: 10px;
}
.paralym_caution {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 20px;
}
.paralym_col {
	column-gap: 30px;
	display: grid;
	margin-top: 30px;
}
.paralym_col-no1 {
	grid-template-columns: 41.66% 1fr;
}
.paralym_image {}
.paralym_image-no1 {}
.paralym_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.paralym_areaText-no1 {}
.paralym_headline {
	font-size: 16px;
	line-height: 1.45;
	font-weight: normal;
	margin-bottom: 10px;
	color: var(--color-brown);
}
.paralym_msg-l {
	font-size: 24px;
	margin-bottom: 30px;
}
.paralym_msg-m {
	font-size: 20px;
	margin-bottom: 30px;
}
.paralym_msg-s {
	font-size: 16px;
}
.paralym_col-no2 {
	grid-template-columns: 58.34% 1fr;
	align-items: center;
	max-width: 1125px;
	margin-left: auto;
}
.paralym_image-no2 {}
.paralym_image-no2 > img {
	display: block;
}
.paralym_areaText-no2 {}
.susSect_text-mbS {
	margin-bottom: 16px;
}
@media screen and (max-width:1919px) {
	.topAbout_image {
		padding-bottom: 35.435%;
	}
	.topVisual_title {
		font-size: 5.211vw;
		margin-bottom: 2.553vw;
	}
	.topVisual_msg {
		font-size: 2.084vw;
	}
	.topVisual_msg::before {
		width: 4.1689vw;
		margin-right: 0.678vw;
	}
	.topVisual_msg::after {
		width: 4.1689vw;
		margin-left: 0.678vw;
	}
	.topBusiness_image > figcaption {
		font-size: 1.563vw;
		line-height: 2.08vw;
		padding-top: 0.5211vw;
		padding-bottom: 0.5211vw;
		padding-left: 1.5633vw;
		padding-right: 1.5633vw;
		min-width: 9.901vw;
		bottom: 2.0844vw;
		right: 2.0844vw;
	}
	.topBusiness_image-wide > figcaption {
		padding: 1.0422vw 1.563vw;
		bottom: 0;
		min-width: 0;
		box-sizing: border-box;
		right: 0;
	}
	.topBusiness_image-normalEn > figcaption {
		min-width: 16.675vw;
	}
}
@media screen and (max-width:1239px) {
	.topAbout_image {
		padding-bottom: 434px;
	}
	.topVisual {}
	.topVisual_title {
		margin-bottom: 31px;
		font-size: 64px;
	}
	.topVisual_msg {
		font-size: 26px;
	}
	.topVisual_msg::before {
		width: 51px;
		margin-right: 8px;
	}
	.topVisual_msg::after {
		width: 51px;
		margin-left: 8px;
	}
}
@media screen and (max-width:1199px) {
	.linkList-irMgmt > li > a {
		font-size: 20px;
		line-height: 30px;
	}
	.sitemap_cList {
		grid-template-columns: repeat(3, 1fr);
	}
	.susVision_table > tbody > tr > td {
		padding-left: 15px;
		padding-right: 15px;
	}
	.susVision_table > tbody > tr > td:last-child {
		padding-left: 15px;
		padding-right: 15px;
	}
	.susVision_table > tbody > tr > td.-esg {
		min-width: 150px;
		padding: 30px 15px;
	}
	.bizEnv_col-img {
		width: 320px;
		padding-left: 30px;
	}
	.bizEnv_col-txt {
		width: calc(100% - 360px);
	}
	.bizEnv_msg {}
	.corpMgmt_cols {
		column-gap: 30px;
	}
	.corpMgmt_items {
		column-gap: 30px;
	}
	.bizEnv_col-imgEn {
		width: 350px;
	}
	.bizEnv_col-txtEn {
		width: calc(100% - 380px);
	}
}
@media screen and (max-width:1099px) {
	.topAbout_list {
		grid-template-columns: auto auto auto auto;
	}
}
@media screen and (min-width:1001px) and (hover:hover) {
	.corpHis_selectList_btn[data-slug="group"]:hover {
		background-color: #D91919;
	}
	.corpHis_selectList_btn[data-slug="trade"]:hover {
		background-color: #4279D2;
	}
	.corpHis_selectList_btn[data-slug="logistic"]:hover {
		background-color: #4999AE;
	}
	.corpHis_selectList_btn[data-slug="service"]:hover {
		background-color: #328A4F;
	}
	.corpHis_selectList_btn[data-slug="inspection"]:hover {
		background-color: #A449A4;
	}
	.corpHis_selectList_btn[data-slug="sales"]:hover {
		background-color: #A75566;
	}
	.notFound_link > a:hover {}
	.contact_text > a:hover {}
	.ancSect_list > li > a:hover {
		color: var(--color-steel-blue);
	}
	.ansSect_dList > dd > a:hover {
		color: var(--color-harvest-gold);
	}
	.areaAncSect_link > a:hover {}
	.irMgmtCg_pdfLink > a:hover {
		color: var(--color-steel-blue);
	}
	.biz_play:hover .biz_play_item {
		transform: scale(1.1);
	}
	.ancSect_text > a:hover {}
	.corpHis_selectList_btn:hover {
		background-color: var(--color-text);
		color: var(--color-white);
	}
	.corpMgmt_his_btn:hover {
		color: rgba(0, 0, 0, 0.50);
	}
	.sitemap_list > li > a:hover {}
	.sitemap_cList > li > a:hover {}
	.sitemap_gCList > li > a:hover {
		color: rgba(0, 0, 0, 0.50);
	}
	.biz_movie > a:hover {}
	a:hover .biz_image {
		opacity: 0.8;
	}
	.ir_link > a:hover {}
	.irNav_list > li > a:hover {
		color: rgba(0, 0, 0, 0.50);
	}
	.irNav_clist > li > a:hover {}
	.newsList > li > a:hover {
		color: rgba(0, 0, 0, 0.50);
	}
	.irLibItem_txtLink > a:hover {
		color: rgba(0, 0, 0, 0.50);
	}
	.groupItem_link > a:hover {
		color: var(--color-steel-blue);
	}
	.anchorNav_list > li > a:hover {
		color: rgba(0, 0, 0, 0.50);
	}
	.otherNav_list > li > a:hover {
		color: rgba(0, 0, 0, 0.50);
	}
	.faqBox_title_btn:hover {
		color: var(--color-steel-blue);
	}
	.faqBox_ans_text > a:hover {}
	.indexNavList > li > a:hover {
		color: rgba(0, 0, 0, 0.50);
	}
	a:hover .indexNavItem_image > img {
		transform: scale(1.05);
	}
	.topVisual_btn:hover {
		background-color: var(--color-white);
		color: var(--color-text);
	}
	.topAbout_list > li > a:hover {}
	.topAbout_link > a:hover {}
	.topSustain_list > li > a:hover {}
	.topSustain_link > a:hover {}
	.topBusiness_list > li > a:hover {}
	a:hover .topBusiness_image > img {
		transform: scale(1.05);
	}
	.topBusiness_wideList > li > a:hover {}
	.topBusiness_link > a:hover {}
	.topNews_link > a:hover {}
	.corpComp_table > tbody > tr > td > a:hover {}
	.groupItem_link > a:hover {}
}
@media screen and (max-width: 1000px) {
	.topAbout {}
	.topAbout_areaTitle {}
	.topAbout_areaTitle_inner {}
	.topAbout_title {}
	.topAbout_text {}
	.topAbout_image {}
	.topAbout_image > img {}
	.topAbout_inner {}
	.topAbout_list {
		grid-template-columns: auto auto auto auto;
	}
	.topAbout_list > li {}
	.topAbout_list > li > a {}
	.topAbout_link {}
	.topAbout_link > a {}
	.topSustain {
		margin-bottom: 100px;
	}
	.topSustain_inner {}
	.topSustain_title {}
	.topSustain_text {}
	.topSustain_cols {
		margin-top: 45px;
	}
	.topSustain_col {}
	.topSustain_col-txt {}
	.topSustain_list {}
	.topSustain_list > li {}
	.topSustain_list > li > a {}
	.topSustain_link {}
	.topSustain_link > a {}
	.topSustain_col-img {}
	.topSustain_image {}
	.topSustain_image > img {}
	.topBusiness {}
	.topBusiness_areaTitle {}
	.topBusiness_areaTitle_inner {}
	.topBusiness_title {}
	.topBusiness_text {}
	.topBusiness_sect {}
	.topBusiness_headline {}
	.topBusiness_list {}
	.topBusiness_list > li {}
	.topBusiness_list > li > a {}
	.topBusiness_item {}
	.topBusiness_image {}
	.topBusiness_image-normal {}
	.topBusiness_image > img {}
	.topBusiness_image > figcaption {
		font-size: 3vw;
		bottom: 4vw;
		right: 4.1vw;
		padding: 1.9vw 1vw;
		min-width: 18.9vw;
	}
	.topBusiness_sect_inner {
		max-width: 920px;
	}
	.topBusiness_wideList {}
	.topBusiness_wideList > li {}
	.topBusiness_wideList > li > a {}
	.topBusiness_image-wide {}
	.topBusiness_image-wide > img {}
	.topBusiness_image-wide > figcaption {
		bottom: 0;
		right: 0;
		padding: 3vw 2.9vw;
	}
	.topBusiness_link {}
	.topBusiness_link > a {}
	.topNews {}
	.topNews_inner {
		max-width: 920px;
	}
	.topNews_inner > script {}
	.topNews_title {}
	.topNews_link {
		margin-top: 50px;
	}
	.topNews_link > a {}
	.topIntro {}
	.topIntro_inner {}
	.topIntro_title {
		font-size: 24px;
		margin-bottom: 80px;
	}
	.topIntro_text {}
	.topVisual {}
	.topVisual_image {}
	.topVisual_image > img {}
	.topVisual_inner {}
	.topVisual_title {}
	.topVisual_msg {}
	.topVisual_msg::before {}
	.topVisual_msg::after {}
	.topAbout_vis {
		min-height: 0;
		padding-top: 24px;
		padding-bottom: 24px;
	}
	.topAbout_bg {
		background-attachment: scroll;
	}
	.topAbout_bg-about {}
	.topAbout_bg-ir {}
	.topAbout_bg-sustainability {}
	.topAbout_areaText {}
	.topAbout_areaText_inner {
		max-width: 920px;
	}
	.topAbout_headline {}
	.topAbout_msg {}
	.topAbout_areaText_box {}
	.topAbout_areaText_box::before {}
	.topBusiness_subhead {}
	.topBusiness_msg {}
	.topBusiness_image-normalEn > figcaption {
		font-size: 2.3vw;
	}
	.faqBox {}
	.faqBox:last-child {}
	.faqBox_title {}
	.faqBox_title_btn {}
	.faqBox_title_btn_mark {}
	.faqBox_title_btn_txt {}
	.faqBox_title_btn_open {}
	.faqBox_title_btn_open::before {}
	.faqBox_title_btn_open::after {}
	.faqBox_ans {}
	.faqBox_ans_inner {}
	.faqBox_ans_mark {}
	.faqBox_ans_text {}
	.faqBox_ans_text > a {}
	.indexNav {}
	.indexNavList {}
	.indexNavList > li {}
	.indexNavList > li:nth-child(2n + 1) {}
	.indexNavList > li:nth-child(n + 3) {
		margin-top: 30px;
	}
	.indexNavList > li > a {}
	.indexNavItem {}
	.indexNavItem_areaImg {
		margin-bottom: 10px;
	}
	.indexNavItem_image {}
	.indexNavItem_image > img {}
	.indexNavItem_areaTxt {}
	.indexNavItem_text {}
	.indexNavItem_text > .icon {}
	.otherNav {
		padding: 30px 30px 40px;
	}
	.otherNav_inner {}
	.otherNav_title {
		font-size: 25px;
	}
	.otherNav_list {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4%;
	}
	.otherNav_list > li {}
	.otherNav_list > li > a {}
	.otherNav_list > li > a > .icon {}
	.otherNav_list_txt {}
	.anchorNav {}
	.anchorNav_list {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 4%;
	}
	.anchorNav_list > li {}
	.anchorNav_list > li > a {}
	.anchorNav_list > li > a > .icon {}
	.anchorNav_list_txt {}
	.groupItems {}
	.groupItem {}
	.groupItem:nth-child(2n + 1) {}
	.groupItem:nth-child(n + 3) {
		margin-top: 40px;
	}
	.groupItem_inner {}
	.groupItem_cat {}
	.groupItem_title {}
	.groupItem_add {}
	.groupItem_type {}
	.groupItem_link {}
	.groupItem_link > a {}
	.groupItem_link > a > .icon {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsItem {
		flex-wrap: wrap;
	}
	.newsItem_update {}
	.newsItem_update > time {}
	.newsItem_cat {}
	.newsItem_areaTxt {
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.newsItem_text {
		margin-bottom: 18px;
	}
	.newsItem_text:last-child {}
	.newsItem_text > .icon {}
	.linkList {
		row-gap: 30px;
	}
	.linkList > li {}
	.linkList > li:nth-child(n + 2) {}
	.linkList > li > a {
		font-size: 18px;
		text-align: center;
		line-height: 27px;
	}
	.linkList > li > a > .icon {
		font-size: 16px;
	}
	.linkList > li > a > .icon-blank {}
	.linkList-2c {}
	.linkList-3c {}
	.linkList-2c > li {}
	.linkList-3c > li {}
	.irLibItems {}
	.irLibItem {}
	.irLibItem:nth-child(2n + 1) {}
	.irLibItem:nth-child(n + 3) {
		margin-top: 40px;
	}
	.irLibItem_inner {}
	.irLibItem_title {}
	.irLibItem_update {}
	.irLibItem_update > time {}
	.irLibItem_txtLink {}
	.irLibItem_txtLink > a {}
	.irLibItem_txtLink > a > .icon {}
	.irLibItem_link {
		margin-top: 40px;
	}
	.newsItem_text_new {}
	.indexNavList-wide {}
	.indexNavList-wide > li {}
	.indexNav_cell {
		margin-bottom: 60px;
	}
	.indexNav_cell:last-child {}
	.indexNav_title {}
	.indexNavItem_text-wide {}
	.indexNavItem_imgWrap {}
	.indexNavList-biz {}
	.indexNavList-biz > li:nth-child(n + 3) {}
	.anchorNav_list-2c {}
	.anchorNav_list-3c {}
	.ir {
		margin-bottom: 40px;
	}
	.ir_title {}
	.ir_link {}
	.ir_link > a {}
	.irNav {}
	.irNav_list {}
	.irNav_list > li {}
	.irNav_list > li > a {}
	.irNav_list > li > a > .icon {
		font-size: 16px;
	}
	.irNav_list_txt {}
	.irNav_clist {}
	.irNav_clist > li {}
	.irNav_clist > li > a {}
	.irNav_clist > li > a > .icon {}
	.biz {}
	.biz_movie {}
	.biz_movie > a {}
	.biz_areaImg {}
	.biz_image {}
	.biz_image > img {}
	.biz_play {}
	.biz_cell {}
	.biz_cell:last-child {}
	.biz_title {}
	.biz_text {}
	.biz_cCell {}
	.biz_cCell:last-child {}
	.biz_headline {}
	.biz_text-mbL {}
	.areaFaqs {}
	.areaFaq {}
	.areaFaq_message {}
	.areaFaq_contents {}
	.areaFaq_title {}
	.sitemap {}
	.sitemap_cell {
		margin-bottom: 20px;
	}
	.sitemap_cell:last-child {}
	.sitemap_list {}
	.sitemap_list > li {}
	.sitemap_list > li:nth-child(n + 2) {}
	.sitemap_list > li > a {}
	.sitemap_cList {
		grid-template-columns: repeat(2, 1fr);
	}
	.sitemap_cList > li {}
	.sitemap_cList > li > a {}
	.sitemap_cList > li > a::before {}
	.sitemap_gCList {}
	.sitemap_gCList > li {}
	.sitemap_gCList > li > a {}
	.sitemap_gCList > li > a > .icon {}
	.susMsg {}
	.susMsg::after {}
	.susMsg_image {}
	.susMsg_image > img {}
	.susMsg_text {}
	.susMsg_text:last-child {}
	.areaSusVision {}
	.susVision {}
	.susVision:last-child {}
	.susVision_title {}
	.susVision_text {}
	.susVision_title + .susVision_text {}
	.susVision_message {}
	.susVision_tblWrap {
		padding-right: 20px;
		margin-right: -20px;
	}
	.susVision_table {
		width: 1200px;
	}
	.susVision_imgTtl{
		margin-top: 40px;
		font-size: 24px;
		text-align: left;
	}
	.susVision_image{
		margin-top: 30px;
	}
	.susVision_table > thead {}
	.susVision_table > thead > tr {}
	.susVision_table > thead > tr > th {}
	.susVision_table > thead > tr > th:first-child {
		width: 220px;
	}
	.susVision_table > thead > tr > th:last-child {}
	.susVision_table > thead > tr > td {}
	.susVision_table > tbody {}
	.susVision_table > tbody > tr {}
	.susVision_table > tbody > tr:first-child {}
	.susVision_table > tbody > tr > td {
		padding-left: 30px;
		padding-right: 30px;
	}
	.susVision_table > tbody > tr > td:first-child {}
	.susVision_table > tbody > tr > td:last-child {}
	.susVision_table > tbody > tr > td.-esg {
		min-width: 180px;
	}
	.susVision_list {}
	.susVision_list > li {}
	.susVision_tblNote {
		display: block;
	}
	.areabizEnv {}
	.bizEnv {}
	.bizEnv_cols {
		display: block;
		border-left: none;
	}
	.bizEnv_col {
		width: auto;
		max-width: none;
	}
	.bizEnv_col-img {
		padding-left: 0;
		margin-bottom: 18px;
	}
	.bizEnv_map {}
	.bizEnv_map > img {
		margin: 0 auto;
	}
	.bizEnv_col-txt {
		border-left: 5px solid var(--color-ocean-blue);
		padding-left: 25px;
		max-width: none;
	}
	.bizEnv_msg {
		font-size: 18px;
	}
	.bizEnv_msg:last-child {}
	.bizEnv_cell {}
	.bizEnv_cell:last-child {}
	.bizEnv_cCols {
		display: block;
	}
	.bizEnv_cCol {
		width: auto;
	}
	.bizEnv_cCol-txt {
		max-width: none;
		margin-bottom: 19px;
	}
	.bizEnv_title {}
	.bizEnv_text {}
	.bizEnv_text:last-child {}
	.bizEnv_title + .bizEnv_text {}
	.bizEnv_cCol-img {
		margin-left: auto;
		margin-right: auto;
	}
	.bizEnv_chart {}
	.bizEnv_chart > img {}
	.bizEnv_mgsBox {
		border-left-width: 5px;
		padding-left: 25px;
	}
	.bizEnv_cCol-imgHasPt {
		padding-top: 0;
	}
	.susGav {}
	.susGav_title {}
	.susGav_cell {}
	.susGav_cell:last-child {}
	.susGav_headline {}
	.susGav_areaTxt {}
	.susGav_text {}
	.susGav_text:last-child {}
	.susGav_headline + .susGav_areaTxt {}
	.susSect {}
	.susSect_ttlCols {}
	.susSect_ttlCol {}
	.susSect_ttlCol-ttl {}
	.susSect_title {}
	.susSect_ttlCol-list {}
	.susSect_sdgsList {}
	.susSect_sdgsList > li {}
	.susSect_sdgsList > li:last-child {}
	.susSect_sdgsList > li > img {}
	.susSect_cell {}
	.susSect_headline {}
	.susSect_cols {}
	.susSect_col {}
	.susSect_col-txt {}
	.susSect_text {}
	.susSect_col-img {}
	.susSect_tblTtl {
		font-size: 18px;
		line-height: 23px;
	}
	.susSect_image {}
	.susSect_image > img {}
	.susBox {
		padding: 18px 20px;
	}
	.susBox_cell {}
	.susBox_cell:last-child {}
	.susBox_cols {}
	.susBox_col {}
	.susBox_col-no1 {}
	.susBox_title {}
	.susBox_list {}
	.susBox_list > li {}
	.susBox_col-no2 {}
	.susBox_text {}
	.susBox_imgList {}
	.susBox_imgList > li {}
	.susBox_imgList > li:first-child {}
	.susBox_imgList > li:last-child {}
	.susBox_imgList > li > img {}
	.susBox_list-flex {}
	.susBox_list-flex > li {}
	.susBox_list-flex > li:last-child {}
	.kyojo {}
	.kyojo_head {}
	.kyojo_title {}
	.kyojo_logo {}
	.kyojo_logo > img {}
	.kyojo_text {}
	.kyojo_cols{}
	.susChart {}
	.susChart_title {}
	.susChart_list {
		column-gap: 40px;
	}
	.susChart_list > li {}
	.susChart_fig {}
	.susChart_fig > figcaption {
		font-size: 18px;
	}
	.susChart_fig > img {}
	.susBox_cell-mbS {}
	.areaSusSect {}
	.susBox_list-disc {}
	.susBox_list-disc > li {}
	.susBox_list-spLarge {}
	.corpMsg {}
	.corpMsg_image {}
	.corpMsg_image > img {}
	.corpMsg_text {}
	.corpMsg_text:last-child {}
	.corpMsg_image + .corpMsg_text {}
	.corpPhilo {}
	.corpPhilo_image {}
	.corpPhilo_image > img {}
	.corpPhilo_cell {}
	.corpPhilo_cell:last-child {}
	.corpPhilo_title {}
	.corpPhilo_message {
		font-size: 30px;
		line-height: 45px;
	}
	.corpPhilo_list {}
	.corpPhilo_list > li {}
	.corpPhilo_table {}
	.corpPhilo_table > tbody {}
	.corpPhilo_table > tbody > tr {}
	.corpPhilo_table > tbody > tr > th {
		width: 250px;
	}
	.corpPhilo_table > tbody > tr > td {}
	.corpPhilo_title-vision {}
	.corpPhilo_title-vision::before {}
	.corpPhilo_title-action {}
	.corpPhilo_title-action::before {}
	.corpName {}
	.corpName_logo {
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
	}
	.corpName_logo > img {}
	.corpName_cell {}
	.corpName_cell:last-child {}
	.corpName_title {}
	.corpName_headline {
		font-size: 26px;
		line-height: 38px;
	}
	.corpName_text {}
	.corpName_headline + .corpName_text {}
	.corpComp {}
	.corpComp_table {}
	.corpComp_table > tbody {}
	.corpComp_table > tbody > tr {}
	.corpComp_table > tbody > tr > th {
		width: 210px;
	}
	.corpComp_table > tbody > tr > td {}
	.corpComp_table > tbody > tr > td > a {}
	.corpComp_update {}
	.groupItem_linkList {}
	.groupItem_linkList > li {
		margin-right: 20px;
	}
	.groupItem_link {}
	.groupItem_link > a {}
	.areaCorpGroup {}
	.corpGroup {
		margin-bottom: 60px;
	}
	.corpGroup_contents {}
	.corpGroup_title {}
	.corpMgmt {
		max-width: 575px;
		margin: 0 auto;
	}
	.corpMgmt_cell {
		margin-bottom: 58px;
	}
	.corpMgmt_cols {
		display: block;
	}
	.corpMgmt_col {}
	.corpMgmt_col-img {
		max-width: 575px;
		margin: 0 auto 19px;
	}
	.corpMgmt_image {}
	.corpMgmt_image > img {}
	.corpMgmt_image:last-child {}
	.corpMgmt_col-txt {}
	.corpMgmt_name {}
	.corpMgmt_type {}
	.corpMgmt_type_posi {}
	.corpMgmt_type_main {}
	.corpMgmt_his {}
	.corpMgmt_table {}
	.corpMgmt_table > tbody {}
	.corpMgmt_table > tbody > tr {}
	.corpMgmt_table > tbody > tr > th {}
	.corpMgmt_table > tbody > tr > td {}
	.corpMgmt_text {}
	.corpMgmt_text:last-child {}
	.corpMgmt_items {
		display: block;
	}
	.corpMgmt_item {}
	.corpMgmt_item:nth-child(n + 2) {
		margin-top: 58px;
	}
	.corpMgmt_his_btn {}
	.corpMgmt_his_open {}
	[aria-expanded=true] .corpMgmt_his_open::after {
		transform: translateY(-50%) rotate(90deg)
	}
	.corpMgmt_his_open::before {}
	.corpMgmt_his_open::after {}
	.corpMgmt_areaTbl {}
	.corpMgmt_areaTbl.isShow {}
	.corpHis {}
	.corpHis_message {}
	.corpHis_selectList {
		margin-bottom: 32px;
	}
	.corpHis_selectList > li {}
	.corpHis_selectList > li:first-child {}
	.corpHis_selectList > li:last-child {}
	.corpHis_selectList_btn {
		font-size: 14px;
	}
	.corpHis_selectList_btn.-all {}
	.corpHis_selectList_btn.-group {}
	.corpHis_selectList_btn.-export {}
	.corpHis_selectList_btn.-logistics {}
	.corpHis_selectList_btn.-services {}
	.corpHis_selectList_btn.-inspection {}
	.corpHis_selectList_btn.-retail {}
	.corpHis_list {}
	.corpHis_list > li {}
	.corpHis_list > li:first-child {}
	.corpHis_list > li:last-child {}
	.corpHisItem {
		flex-wrap: wrap;
	}
	.corpHisItem_update {}
	.corpHisItem_cat {}
	.corpHisItem_text {
		margin-top: 16px;
		width: 100%;
	}
	.corpHis_selectList_btn[aria-current="true"] {}
	.irLibItem_txtLink_sub {}
	.ancSect {
		margin-bottom: 58px;
	}
	.biz_play_item {
		width: 100px;
		height: 100px;
		border-width: 5px;
	}
	.biz_play_item::before {
		border-width: 22px;
		border-left-width: 37px;
		border-right-width: 0;
	}
	.irOfficer {}
	.irOfficer_text {}
	.irOfficer_table {}
	.irOfficer_table > tbody {}
	.irOfficer_table > tbody > tr {}
	.irOfficer_table > tbody > tr > th {}
	.irOfficer_table > tbody > tr > td {}
	.irOfficer_name {}
	.irOfficer_postList {}
	.irOfficer_postList > li {}
	.irOfficer_update {}
	.irStockInfo {}
	.irStockInfo_table {
		margin-bottom: 60px;
	}
	.irStockInfo_table > tbody {}
	.irStockInfo_table > tbody > tr {}
	.irStockInfo_table > tbody > tr > th {}
	.irStockInfo_table > tbody > tr > td {}
	.irStockInfo_table > tbody > tr > td > a {}
	.irStockInfo_table > tbody > tr > td > a > .icon {}
	.irStockDivi {
		margin-bottom: 58px;
	}
	.irStockDivi_title {}
	.irStockDivi_text {}
	.irStockDivi_text:last-child {}
	.irStockDivi_title + .irStockDivi_text {}
	.irStockDivi_cell {}
	.irStockDivi_headline {}
	.irStockDivi_tblWrap {}
	.irStockDivi_table {}
	.irStockDivi_table > thead {}
	.irStockDivi_table > thead > tr {}
	.irStockDivi_table > thead > tr > th {}
	.irStockDivi_table > thead > tr > td {}
	.irStockDivi_table > tbody {}
	.irStockDivi_table > tbody > tr {}
	.irStockDivi_table > tbody > tr > td {}
	.irStockDivi_table > tbody > tr > th {}
	.irStockDivi_table-result {
		font-size: 14px;
	}
	.irStockDivi_table-result > thead {}
	.irStockDivi_table-result > thead > tr {}
	.irStockDivi_table-result > thead > tr > th {}
	.irStockDivi_table-result > thead > tr:first-child > th:first-child {}
	.irStockDivi_table-result > thead > tr:last-child > th {}
	.irStockDivi_table-result > tbody > tr {}
	.irStockDivi_table-result > tbody > tr > th {
		padding: 28px 10px;
	}
	.irStockDivi_table-result > tbody > tr > td {}
	.irStockDivi_table-basic {
		font-size: 14px;
	}
	.irStockDivi_table-basic > thead {}
	.irStockDivi_table-basic > thead > tr {}
	.irStockDivi_table-basic > thead > tr > th {}
	.irStockDivi_table-basic > thead > tr > th:first-child {}
	.irStockDivi_table-basic > tbody {}
	.irStockDivi_table-basic > tbody > tr {}
	.irStockDivi_table-basic > tbody > tr > th {}
	.irStockDivi_note {}
	.irStockDivi_note > sup {}
	.irStockDivi_chart {}
	.irStockDivi_chart > img {}
	.irStockDivi_note-number {}
	.irStockDivi_tblWrap-hasMt {}
	.areaIrMgmtCg {}
	.irMgmtCg_pdfLink {
		margin-bottom: 58px;
	}
	.irMgmtCg_pdfLink > a {}
	.irMgmtCg_pdfLink > a > .icon {}
	.irMgmtCg {}
	.irMgmtCg_title {}
	.irMgmtCg_text {}
	.irMgmtCg_text:last-child {}
	.irMgmtCg_title + .irMgmtCg_text {}
	.irMgmtCg_headline + .irMgmtCg_text {}
	.irMgmtCg_oList {}
	.irMgmtCg_oList > li {}
	.irMgmtCg_image {}
	.irMgmtCg_image > img {}
	.irMgmtCg_cells {}
	.irMgmtCg_cell {}
	.irMgmtCg_cell:last-child {}
	.irMgmtCg_headline {}
	.irMgmtCg_text-mbL {}
	.irMgmtCg_note {}
	.areaAncSect {}
	.areaAncSect_text {
		margin-bottom: 58px;
	}
	.ancSect:last-child {}
	.ancSect_title {}
	.ancSect_cell {}
	.ancSect_cell:last-child {}
	.ancSect_headline {}
	.ancSect_headline-num {}
	.ancSect_oList {}
	.ancSect_oList > li {}
	.ancSect_oList > li:nth-child(n + 2) {}
	.ancSect_headline + .ancSect_oList {}
	.ancSect_text {}
	.ancSect_headline + .ancSect_text {}
	.areaAncSect_end {
		margin-bottom: 56px;
	}
	.areaAncSect_oList {}
	.areaAncSect_oList > li {}
	.areaAncSect_oList > li:nth-child(n + 2) {}
	.areaAncSect_oList_num {}
	.ancSect_publicTxt {}
	.ancSect_publicTxt > a {}
	.ancSect_publicTxt > a > .icon {}
	.irStockInfo_cTable {}
	.irStockInfo_cTable > tbody {}
	.irStockInfo_cTable > tbody > tr {}
	.irStockInfo_cTable > tbody > tr:first-child {}
	.irStockInfo_cTable > tbody > tr > th {}
	.irStockInfo_cTable > tbody > tr > td {}
	.irStockInfo_table > tbody > tr > td.-noPad {}
	.ancNav {}
	.areaAncSect_name {
		margin-bottom: 58px;
	}
	.ansSect_info {}
	.ansSect_dList {}
	.ansSect_dList:last-child {}
	.ansSect_dList > dt {}
	.ansSect_dList > dd {}
	.ansSect_dList > dd > a {}
	.ansSect_headline {}
	.areaAncSect_link {}
	.areaAncSect_link > a {}
	.areaAncSect_link > a > .icon {}
	.ancSect_note {}
	.ancSect_note:last-child {}
	.ancSect_list {}
	.ancSect_list:last-child {}
	.ancSect_list > li {}
	.ancSect_list > li > a {}
	.ancSect_list > li > a > .icon {}
	.ancSect_oList_num {}
	.ancSect_oList-hasNum {}
	.ancSect_oList-hasNum > li {}
	.areaAncSect_corp {}
	.areaAncSect_text-noMb {}
	.ancSect_oList-hasIndent {}
	.ancSect_oList-hasIndent > li {}
	.ancSect_rules {}
	.ancSect_rules:last-child {}
	.topNews_eir {}
	.indexNavItem_areaImg-wide {}
	.ansSect_title-small {}
	.corpCompEn {}
	.corpCompEn_table {}
	.corpCompEn_table > tbody {}
	.corpCompEn_table > tbody > tr {}
	.corpCompEn_table > tbody > tr::before {}
	.corpCompEn_table > tbody > tr:last-child {}
	.corpCompEn_table > tbody > tr > th {}
	.corpCompEn_table > tbody > tr > td {}
	.corpCompEn_table > tbody > tr > td > a {}
	.corpCompEn_barBox {}
	.corpCompEn_bar {}
	.corpCompEn_bar > img {}
	.corpCompEn_update {}
	.biz_text-en {}
	.bizEnv_col-imgEn {}
	.bizEnv_col-txtEn {}
	.susVision_msgBox {}
	.susVision_headline {}
	.linkList-en {}
	.linkList-en > li {}
	.linkList-en > li > a {}
	.corpMsg_text-en {}
	.corpPhilo_message-en {}
	.corpMgmt_text_bold {}
	.corpMgmt_his_btn-en {}
	.corpMgmt_text-en {}
	.corpMgmt_table-en > tbody > tr > th {}
	.irStockDivi_table-record > tbody > tr > td {}
	.irStockDivi_table-record > tbody > tr > td:first-child {}
	.areaAncSect_oList-en {}
	.areaAncSect_oList-en > li {}
	.contact {}
	.contact_text {}
	.contact_text-mbL {}
	.contact_text:last-child {}
	.contact_text > a {}
	.contact_list {}
	.contact_list > li {}
	.notFound {}
	.notFound_title {}
	.notFound_text {}
	.notFound_link {}
	.notFound_link > a {}
	.corpGroup_image {
		margin-top: 40px;
	}
	.corpGroup_image > img {}
	.groupItem_grid {}
	.groupItem_grid_cell {}
	.groupItem_grid_cell-cat {}
	.groupItem_grid_cell-logo {}
	.groupItem_grid_cell-title {}
	.groupItem_logo {}
	.groupItem_logo_inner > img {}
	.topBanners {}
	.topBanners_inner {}
	.topBanners_bnrCells {
		flex-wrap: wrap;
		justify-content: center;
		row-gap: 40px;
		max-width: 512px;
	}
	.topBanners_bnrCell {}
	.topBanners_bnrCell-mark {
		width: unset;
		margin-right: 27px;
	}
	.topBanners_mark {}
	.topBanners_mark_item {}
	.topBanners_bnrCell-bnr {
		width: unset;
		margin-right: 0;
	}
	.topBanners_bnrCell-paralym{
		width: unset;
		flex-basis: 100%;
		margin-right: 0;
	}
	.topBanners_bnrCell-kyojo{
		width: unset;
	}
	.topBanners_bnr {}
	.topBanners_bnr_item {}
	.bizEnv_cCol-txtWide {
		max-width: none;
		margin-bottom: 19px;
	}
	.bizEnv_cCol-imgNarrow {
		margin-left: auto;
		margin-right: auto;
	}
	.paralym {}
	.paralym_head {}
	.paralym_title {}
	.paralym_logo {}
	.paralym_logo > img {}
	.paralym_text {}
	.paralym_caution {}
	.paralym_col {}
	.paralym_col-no1 {}
	.paralym_image {}
	.paralym_image-no1 {}
	.paralym_image > img {}
	.paralym_areaText {}
	.paralym_areaText-no1 {}
	.paralym_headline {}
	.paralym_msg {}
	.paralym_col-no2 {}
	.paralym_image-no2 {}
	.paralym_image-no2 > img {}
	.paralym_areaText-no2 {}
	.susSect_text-mbS {}
}
@media screen and (max-width: 767px) {
	.topAbout {
		margin-bottom: 80px;
	}
	.topAbout_areaTitle {
		margin-bottom: 40px;
	}
	.topAbout_areaTitle_inner {}
	.topAbout_title {}
	.topAbout_text {
		margin-left: -10px;
		margin-right: -10px;
	}
	.topAbout_image {
		padding-bottom: 40%;
		margin-bottom: 20px;
	}
	.topAbout_image > img {}
	.topAbout_inner {}
	.topAbout_list {
		display: block;
		font-size: 16px;
	}
	.topAbout_list > li {}
	.topAbout_list > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.topAbout_list > li > a {}
	.topAbout_link {
		margin-top: 30px;
		max-width: none;
	}
	.topAbout_link > a {}
	.topSustain {
		margin-bottom: 50px;
	}
	.topSustain_inner {}
	.topSustain_title {}
	.topSustain_text {
		margin-left: -10px;
		margin-right: -10px;
	}
	.topSustain_cols {
		flex-direction: column-reverse;
		margin-top: 40px;
	}
	.topSustain_col {
		width: auto;
	}
	.topSustain_col-txt {}
	.topSustain_list {
		display: block;
		font-size: 16px;
		margin-bottom: 40px;
	}
	.topSustain_list > li {}
	.topSustain_list > li:nth-child(n + 2) {
		margin-top: 14px;
	}
	.topSustain_list > li > a {}
	.topSustain_link {
		max-width: none;
	}
	.topSustain_link > a {}
	.topSustain_col-img {
		display: block;
		margin-left: -20px;
		margin-right: -20px;
		margin-bottom: 20px;
		max-width: none;
	}
	.topSustain_image {
		width: auto;
		padding-bottom: 40%;
		position: relative;
	}
	.topSustain_image > img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.topBusiness {
		margin-bottom: 80px;
	}
	.topBusiness_areaTitle {}
	.topBusiness_areaTitle_inner {}
	.topBusiness_title {}
	.topBusiness_text {}
	.topBusiness_sect {
		margin-top: 30px;
	}
	.topBusiness_headline {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.topBusiness_list {
		display: block;
	}
	.topBusiness_list > li {
		width: auto;
	}
	.topBusiness_list > li:nth-child(n + 2) {
		margin-top: 2px;
	}
	.topBusiness_list > li > a {}
	.topBusiness_item {}
	.topBusiness_image {}
	.topBusiness_image-normal {
		padding-bottom: 59.70%;
	}
	.topBusiness_image > img {}
	.topBusiness_image > figcaption {
		font-size: 22px;
		line-height: 30px;
		min-width: 180px;
		padding: 10px 10px;
		right: auto;
		left: 50%;
		bottom: auto;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.topBusiness_sect_inner {}
	.topBusiness_wideList {
		display: block;
	}
	.topBusiness_wideList > li {
		width: auto;
	}
	.topBusiness_wideList > li > a {}
	.topBusiness_image-wide {
		padding-bottom: 35.821%;
	}
	.topBusiness_image-wide > img {}
	.topBusiness_image-wide > figcaption {
		padding: 10px 15px;
		top: auto;
		bottom: 0;
		left: auto;
		right: 0;
		transform: none;
	}
	.topBusiness_link {
		margin-top: 30px;
		max-width: none;
	}
	.topBusiness_link > a {}
	.topNews {
		margin-bottom: 80px;
		margin-top: 30px;
	}
	.topNews_inner {}
	.topNews_inner > script {}
	.topNews_title {
		text-align: center;
		margin-bottom: 30px;
	}
	.topNews_link {
		margin-top: 30px;
		max-width: none;
	}
	.topNews_link > a {}
	.topIntro {
		margin-bottom: 50px;
	}
	.topBnr {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px;
    grid-template-columns: 1fr;
    box-sizing: content-box;
    gap: 30px;
	}
	.topBnr_item{}
	.topBnr_note{}
	.topIntro_inner {}
	.topIntro_title {
		font-size: 18px;
		margin-bottom: 33px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.topIntro_text {
		text-align: left;
		line-height: 1.6;
		margin-bottom: 1.3em;
	}
	.topVisual {
		padding-bottom: 106.383%;
		padding-bottom: 100%;
	}
	.topVisual_image {}
	.topVisual_image > img {}
	.topVisual_inner {}
	.topVisual_title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.topVisual_msg {
		font-size: 10px;
	}
	.topVisual_msg::before {
		width: 33px;
	}
	.topVisual_msg::after {
		width: 33px;
	}
	.topVisual_video-pc {
		display: none;
	}
	.topVisual_video-sp {
		display: block;
	}
  .topVisual__bnr {
    position: absolute;
    right: 0;
    left: 0.5em;
    top: 5em;
    z-index: 50;
    width: 100%;
  }
  .topVisual__bnr--link {
    display: flex;
    justify-content: flex-start;
    position: absolute;
    left: 0;
    top: 0;
    width: 45vw;
  }
	.topAboutPDF{
		padding:  10px 20px;
	}
	.topAboutPDF_inner{ 
	}
	.topAboutPDF_text{
		font-size: 12px;
	}
	.topAboutPDF_dl{
		font-size: 14px;
		padding: 4px 12px; 
		border-radius: 8px;
		text-align: center;
	}
	.topAboutPDF_pc{
		display: none;
	}
	.topAboutPDF_sp{
		display: inline;
	}
	.topAbout_vis {
		display: block;
		padding: 0;
		overflow: visible;
	}
	.topAbout_bg {
		position: relative;
		height: auto;
		padding-bottom: 42.667%;
	}
	.topAbout_bg-about {}
	.topAbout_bg-ir {}
	.topAbout_bg-sustainability {}
	.topAbout_areaText {
		width: auto;
		margin-top: -70px;
	}
	.topAbout_areaText_inner {}
	.topAbout_headline {
		white-space: nowrap;
	}
	.topAbout_headline_sub {
		font-size: 38px;
	}
	.topAbout_msg {}
	.topAbout_areaText_box {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 20px;
		left: -20px;
	}
	.topAbout_areaText_box::before {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
		width: 100%;
	}
	.topBusiness_subhead {
		font-size: 18px;
		line-height: 1.556;
		margin-top: 30px;
		margin-bottom: 30px;
		margin-left: -10px;
		margin-right: -10px;
	}
	.topBusiness_msg {
		font-size: 14px;
		line-height: 1.5714;
		margin-bottom: 10px;
	}
	.topBusiness_msg:last-child {
		margin-bottom: 0;
	}
	.topBusiness_image-normalEn > figcaption {
		min-width: 220px;
		font-size: 19px;
	}
	.topVisual_btn {
		bottom: auto;
		right: 20px;
		top: 20px;
		left: auto;
	}
	.faqBox {
		margin-bottom: 14px;
	}
	.faqBox:last-child {}
	.faqBox_title {}
	.faqBox_title_btn {
		padding-right: 60px;
		padding-left: 33px;
	}
	.faqBox_title_btn_mark {}
	.faqBox_title_btn_txt {}
	.faqBox_title_btn_open {}
	.faqBox_title_btn_open::before {}
	.faqBox_title_btn_open::after {}
	.faqBox_ans {}
	.faqBox_ans_inner {
		padding-right: 0;
	}
	.faqBox_ans_mark {}
	.faqBox_ans_text {}
	.faqBox_ans_text > a {}
	.indexNav {}
	.indexNavList {
		display: block;
		max-width: 575px;
		margin: 0 auto;
	}
	.indexNavList > li {
		width: auto;
		margin-left: 0;
	}
	.indexNavList > li:nth-child(2n + 1) {}
	.indexNavList > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.indexNavList > li > a {}
	.indexNavItem {}
	.indexNavItem_areaImg {
		margin-bottom: 5px;
	}
	.indexNavItem_image {}
	.indexNavItem_image > img {
		width: 100%;
	}
	.indexNavItem_areaTxt {}
	.indexNavItem_text {}
	.indexNavItem_text > .icon {}
	.otherNav {
		padding: 20px;
		margin-top: 50px;
	}
	.otherNav_inner {}
	.otherNav_title {
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 0;
	}
	.otherNav_list {
		display: block;
	}
	.otherNav_list > li {
		width: auto;
		margin-left: 0;
	}
	.otherNav_list > li > a {}
	.otherNav_list > li > a > .icon {}
	.otherNav_list_txt {}
	.anchorNav {}
	.anchorNav_list {
		display: block;
	}
	.anchorNav_list > li {}
	.anchorNav_list > li > a {}
	.anchorNav_list > li > a > .icon {}
	.anchorNav_list_txt {}
	.groupItems {
		display: block;
	}
	.groupItem {
		width: auto;
		margin-left: 0;
		padding: 18px 20px;
	}
	.groupItem:nth-child(2n + 1) {}
	.groupItem:nth-child(n + 2) {
		margin-top: 20px;
	}
	.groupItem_inner {
		max-width: none;
	}
	.groupItem_cat {}
	.groupItem_title {
		margin-bottom: 8px;
		font-size: 22px;
		line-height: 32px;
	}
	.groupItem_add {}
	.groupItem_type {}
	.groupItem_link {}
	.groupItem_link > a {}
	.groupItem_link > a > .icon {}
	.newsList {}
	.newsList > li {}
	.newsList > li > a {}
	.newsItem {}
	.newsItem_update {
		letter-spacing: 0.2em;
		width: 138px;
	}
	.newsItem_update > time {}
	.newsItem_cat {}
	.newsItem_areaTxt {}
	.newsItem_text {}
	.newsItem_text:last-child {}
	.newsItem_text > .icon {}
	.linkList {
		display: block;
	}
	.susGav_cell .split_cols .linkList{
		margin-bottom: 20px;
	}
	.linkList > li {}
	.linkList > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.linkList > li > a {
		font-size: 20px;
		padding-top: 9px;
		padding-bottom: 9px;
		line-height: 30px;
		min-height: 50px;
	}
	.linkList > li > a > .icon {
		font-size: 15px;
	}
	.linkList > li > a > .icon-blank {}
	.linkList-2c {}
	.linkList-3c {}
	.linkList-2c > li {}
	.linkList-3c > li {}
	.irLibItems {
		display: block;
	}
	.irLibItem {
		width: auto;
		margin-left: 0;
		padding: 19px 20px;
	}
	.irLibItem:nth-child(2n + 1) {}
	.irLibItem:nth-child(n + 2) {
		margin-top: 20px;
	}
	.irLibItem_inner {
		max-width: none;
		display: block;
		width: auto;
		height: auto;
	}
	.irLibItem_title {
		font-size: 22px;
		line-height: 32px;
	}
	.irLibItem_update {}
	.irLibItem_update > time {}
	.irLibItem_txtLink {
		margin-bottom: 0;
	}
	.irLibItem_txtLink > a {}
	.irLibItem_txtLink > a > .icon {
		margin-left: 8px;
	}
	.irLibItem_link {
		margin-top: 27px;
	}
	.newsItem_text_new {}
	.indexNavList-wide {}
	.indexNavList-wide > li {}
	.indexNav_cell {
		margin-bottom: 40px;
	}
	.indexNav_cell:last-child {}
	.indexNav_title {}
	.indexNavItem_text-wide {}
	.indexNavItem_imgWrap {
		display: block;
	}
	.indexNavList-biz {}
	.indexNavList-biz > li:nth-child(n + 3) {}
	.anchorNav_list-2c {}
	.anchorNav_list-3c {}
	.ir {
		margin-bottom: 20px;
	}
	.ir_title {}
	.ir_link {
		max-width: none;
		margin-top: 30px;
	}
	.ir_link > a {}
	.irNav {}
	.irNav_list {
		display: block;
	}
	.irNav_list > li {}
	.irNav_list > li > a {
		font-size: 18px;
		line-height: 27px;
		padding-right: 30px;
	}
	.irNav_list > li > a > .icon {
		font-size: 14px;
	}
	.irNav_list_txt {}
	.irNav_clist {
		margin-top: 10px;
	}
	.irNav_clist > li {}
	.irNav_clist > li > a {}
	.irNav_clist > li > a > .icon {}
	.biz {}
	.biz_movie {
		margin-bottom: 43px;
	}
	.biz_movie > a {}
	.biz_areaImg {}
	.biz_image {}
	.biz_image > img {}
	.biz_play {}
	.biz_cell {
		margin-bottom: 40px;
	}
	.biz_cell:last-child {}
	.biz_title {
		margin-bottom: 32px;
	}
	.biz_text {}
	.biz_cCell {
		margin-bottom: 28px;
	}
	.biz_cCell:last-child {}
	.biz_headline {}
	.biz_text-mbL {
		margin-bottom: 28px;
	}
	.biz_cell-spMbL {
		margin-bottom: 70px;
	}
	.areaFaqs {
		margin-top: 42px;
	}
	.areaFaq {
		margin-bottom: 26px;
	}
	.areaFaq_message {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	.areaFaq_contents {}
	.areaFaq_title {
		margin-bottom: 33px;
	}
	.sitemap {}
	.sitemap_cell {}
	.sitemap_cell:last-child {}
	.sitemap_list {
		padding: 10px 10px;
	}
	.sitemap_list > li {}
	.sitemap_list > li:nth-child(n + 2) {
		margin-top: 20px;
	}
	.sitemap_list > li > a {}
	.sitemap_cList {
		display: block;
		margin-top: 20px;
	}
	.sitemap_cList > li {}
	.sitemap_cList > li:nth-child(n+2) {
		margin-top: 20px;
	}
	.sitemap_cList > li > a {
		font-size: 14px;
		font-weight: normal;
		line-height: 20px;
	}
	.sitemap_cList > li > a::before {
		height: 1px;
		top: 10px;
	}
	.sitemap_gCList {
		padding-left: 22px;
		padding-bottom: 5px;
		font-size: 12px;
		line-height: 18px;
		margin-top: 10px;
	}
	.sitemap_gCList > li {
		padding-left: 8px;
	}
	.sitemap_gCList > li:nth-child(n+2) {
		margin-top: 10px;
	}
	.sitemap_gCList > li > a {
		padding-bottom: 0;
	}
	.sitemap_gCList > li > a > .icon {
		font-size: 16px;
	}
	.susMsg {}
	.susMsg::after {}
	.susMsg_image {
		margin-bottom: 40px;
	}
	.susMsg_image > img {}
	.susMsg_text {}
	.susMsg_text:last-child {}
	.areaSusVision {
		margin-top: 50px;
	}
	.susVision {
		margin-bottom: 44px;
	}
	.susVision:last-child {}
	.susVision_title {}
	.susVision_text {}
	.susVision_title + .susVision_text {
		margin-top: 0;
	}
	.susVision_message {}
	.susVision_tblWrap {
		margin-top: 28px;
		padding-right: 20px;
	}
	.susVision_table {}
	.susVision_table > thead {}
	.susVision_table > thead > tr {}
	.susVision_table > thead > tr > th {}
	.susVision_table > thead > tr > th:first-child {
		width: 280px;
	}
	.susVision_table > thead > tr > th:last-child {}
	.susVision_table > thead > tr > td {}
	.susVision_table > tbody {}
	.susVision_table > tbody > tr {}
	.susVision_table > tbody > tr:first-child {}
	.susVision_table > tbody > tr > td {}
	.susVision_table > tbody > tr > td:first-child {}
	.susVision_table > tbody > tr > td:last-child {}
	.susVision_table > tbody > tr > td.-esg {}
	.susVision_list {}
	.susVision_list > li {}
	.susVision_tblNote {}
	.areabizEnv {}
	.bizEnv {
		margin-bottom: 40px;
	}
	.bizEnv_cols {
		margin-bottom: 30px;
	}
	.bizEnv_col {}
	.bizEnv_col-img {}
	.bizEnv_map {}
	.bizEnv_map > img {}
	.bizEnv_col-txt {
		padding-left: 10px;
	}
	.bizEnv_msg {
		font-size: inherit;
		margin-bottom: 10px;
	}
	.bizEnv_msg:last-child {}
	.bizEnv_cell {
		margin-bottom: 30px;
	}
	.bizEnv_cell:last-child {}
	.bizEnv_cCols {}
	.bizEnv_cCol {}
	.bizEnv_cCol-txt {
		padding-top: 0;
	}
	.bizEnv_title {}
	.bizEnv_text {
		font-size: 16px;
		line-height: 28px;
		margin-bottom: 28px;
	}
	.bizEnv_text:last-child {}
	.bizEnv_title + .bizEnv_text {}
	.bizEnv_cCol-img {}
	.bizEnv_chart {}
	.bizEnv_chart > img {}
	.bizEnv_mgsBox {
		padding-left: 10px;
		margin-bottom: 30px;
	}
	.bizEnv_cCol-imgHasPt {}
	.susGav {
		margin-top: 49px;
	}
	.susGav_title {}
	.susGav_cell {
		margin-bottom: 29px;
	}
	.susGav_cell:last-child {}
	.susGav_title + .susGav_cell {
		margin-top: 34px;
	}
	.susGav_headline {}
	.susGav_areaTxt {
		margin-bottom: 18px;
	}
	.susGav_text {}
	.susGav_text:last-child {}
	.susGav_headline + .susGav_areaTxt {}
	.susSect {
		margin-bottom: 40px;
	}
	.susSect_ttlCols {
		display: block;
		margin-bottom: 30px;
	}
	.susSect_ttlCol {
		width: auto;
	}
	.susSect_ttlCol-ttl {
		margin-bottom: 10px;
	}
	.susSect_title {}
	.susSect_ttlCol-list {
		display: block;
		max-width: none;
	}
	.susSect_sdgsList {
		justify-content: flex-start;
		column-gap: 10px;
	}
	.susSect_sdgsList > li {
		width: 50px;
		margin-left: 0;
	}
	.susSect_sdgsList > li:last-child {}
	.susSect_sdgsList > li > img {}
	.susSect_cell {
		margin-bottom: 30px;
	}
	.susSect_headline {}
	.susSect_cols {
		display: block;
	}
	.susSect_col {
		width: auto;
	}
	.susSect_col:not(:last-child) {
        margin-bottom: 10px;
    }
	.susSect_col-txt {
		margin-bottom: 17px;
	}
	.susSect_text {}
	.susSect_col-img {
		padding-top: 0;
	}
	.susSect_tblTtl {
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 7px;
	}
	.susSect_image {}
	.susSect_image > img {
		width: 100%;
	}
	.split_cols {
		display: block;
	}
	.split_col {
		width: auto;
	}
	.susBox {
		box-sizing: border-box;
		margin-top: 0;
		margin-bottom: 30px;
	}
	.susBox_cell {
		margin-bottom: 27px;
	}
	.susBox_cell:last-child {}
	.susBox_cols {
		display: block;
	}
	.susBox_col {
		width: auto;
	}
	.susBox_col-no1 {
		margin-bottom: 26px;
	}
	.susBox_title {
		margin-bottom: 10px;
	}
	.susBox_list {
		font-size: 14px;
		line-height: 25px;
	}
	.susBox_list > li {}
	.susBox_col-no2 {}
	.susBox_text {
		font-size: 14px;
		line-height: 25px;
	}
	.susBox_imgList {
		display: block;
		max-width: 623px;
		margin: 0 auto;
	}
	.susBox_imgList > li {
		margin-top: 10px;
	}
	.susBox_imgList > li:first-child {
		width: auto;
		margin-top: 10px;
	}
	.susBox_imgList > li:last-child {
		width: auto;
	}
	.susBox_imgList > li > img {}
	.susBox_list-flex {
		line-height: 28px;
	}
	.susBox_list-flex > li {
		margin-right: 20px;
	}
	.susBox_list-flex > li:last-child {}
	.socialSusBox_cols{
		display: block;
		margin-bottom: 30px;
	}
	.socialSusBox_cols .susBox_title{
		margin-bottom: 10px;
	}
	.kyojo {}
	.kyojo_head {
		display: block;
	}
	.kyojo_title {
		width: 100%;
		font-size: 20px;
	}
	.kyojo_title:before{
		width: 20px;
        height: 20px;
        font-size: 14px;
	}
	.kyojo_logo {
		margin-left: 0;
		margin-top: 10px;
		width: 168px;
	}
	.kyojo_logo > img {}
	.kyojo_text {}
	.kyojo_cols{
		display: block;
		margin-bottom: 10px;
	}
	.kyojo_col img{
		width: 100%;
	}
	.kyojo_col:not(:last-child){
		margin-bottom: 10px;
	}
	.susChart_title {
		margin-bottom: 30px;
	}
	.susChart_list {
		margin: 0 auto;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 15px;
		row-gap: 35px;
		max-width: 400px;
	}
	.susChart_list > li {}
	.susChart_list > li:nth-child(n + 2) {}
	.susChart_fig {}
	.susChart_fig > figcaption {
		line-height: 13px;
		margin-bottom: 14px;
		font-size: 11px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.susChart_fig > img {}
	.susBox_cell-mbS {
		margin-bottom: 25px;
	}
	.areaSusSect {}
	.susSect_text-spMbS {
		margin-bottom: 18px;
	}
	.susBox_list-disc {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.susBox_list-disc > li {}
	.susBox_list-disc > li:nth-child(n + 2) {
		margin-top: 2px;
	}
	.susBox_list-spLarge {
		font-size: 16px;
	}
	.corpMsg {}
	.corpMsg_image {
		margin-bottom: 40px;
	}
	.corpMsg_image > img {}
	.corpMsg_text {}
	.corpMsg_text:last-child {}
	.corpMsg_image + .corpMsg_text {}
	.corpPhilo {}
	.corpPhilo_image {
		margin-bottom: 40px;
	}
	.corpPhilo_image > img {}
	.corpPhilo_cell {}
	.corpPhilo_cell:last-child {}
	.corpPhilo_title {}
	.corpPhilo_message {
		font-size: 24px;
		line-height: 38px;
		padding: 8px 10px;
	}
	.corpPhilo_list {
		padding-left: 8px;
	}
	.corpPhilo_list > li {}
	.corpPhilo_table {
		display: block;
		margin-top: 0;
	}
	.corpPhilo_table > tbody {
		display: block;
	}
	.corpPhilo_table > tbody > tr {
		display: block;
		margin-bottom: 20px;
	}
	.corpPhilo_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		margin-bottom: 6px;
	}
	.corpPhilo_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.corpPhilo_title-vision {}
	.corpPhilo_title-vision::before {}
	.corpPhilo_title-action {
		margin-bottom: 32px;
	}
	.corpPhilo_title-action::before {}
	.corpName {}
	.corpName_logo {}
	.corpName_logo > img {}
	.corpName_cell {
		margin-bottom: 36px;
	}
	.corpName_cell:last-child {}
	.corpName_title {
		margin-bottom: 33px;
	}
	.corpName_headline {
		font-size: 22px;
		line-height: 32px;
		margin-bottom: 30px;
	}
	.corpName_text {}
	.corpName_headline + .corpName_text {}
	.corpComp {}
	.corpComp_table {
		display: block;
	}
	.corpComp_table > tbody {
		display: block;
	}
	.corpComp_table > tbody > tr {
		display: block;
		padding-bottom: 18px;
		margin-bottom: 18px;
	}
	.corpComp_table > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
		text-align: left;
		margin-bottom: 6px;
	}
	.corpComp_table > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.corpComp_table > tbody > tr > td > a {}
	.corpComp_update {}
	.groupItem_linkList {}
	.groupItem_linkList > li {
		margin-right: 10px;
	}
	.groupItem_link {}
	.groupItem_link > a {}
	.areaCorpGroup {}
	.corpGroup {
		margin-bottom: 40px;
	}
	.corpGroup_contents {}
	.corpGroup_title {}
	.corpMgmt {}
	.corpMgmt_cell {
		margin-bottom: 38px;
	}
	.corpMgmt_cols {
		margin-bottom: 34px;
	}
	.corpMgmt_col {}
	.corpMgmt_col-img {}
	.corpMgmt_image {}
	.corpMgmt_image > img {}
	.corpMgmt_image:last-child {}
	.corpMgmt_col-txt {}
	.corpMgmt_name {
		font-size: 22px;
		line-height: 32px;
	}
	.corpMgmt_type {
		margin-top: 10px;
	}
	.corpMgmt_type_posi {}
	.corpMgmt_type_main {
		margin-top: 8px;
	}
	.corpMgmt_his {}
	.corpMgmt_table {}
	.corpMgmt_table > tbody {}
	.corpMgmt_table > tbody > tr {}
	.corpMgmt_table > tbody > tr > th {}
	.corpMgmt_table > tbody > tr > td {}
	.corpMgmt_text {}
	.corpMgmt_text:last-child {}
	.corpMgmt_items {}
	.corpMgmt_item {}
	.corpMgmt_item:nth-child(n + 2) {
		margin-top: 38px;
	}
	.corpMgmt_his_btn {}
	.corpMgmt_his_open {}
	[aria-expanded=true] .corpMgmt_his_open::after {
		transform: translateY(-50%) rotate(90deg)
	}
	.corpMgmt_his_open::before {}
	.corpMgmt_his_open::after {}
	.corpMgmt_areaTbl {}
	.corpMgmt_areaTbl.isShow {}
	.corpHis {}
	.corpHis_message {
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 9px;
	}
	.corpHis_selectList {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 5px;
		row-gap: 5px;
		margin-bottom: 20px;
	}
	.corpHis_selectList > li {
		width: auto;
		margin: 0;
	}
	.corpHis_selectList > li:first-child {}
	.corpHis_selectList > li:last-child {}
	.corpHis_selectList_btn {
		border-radius: 8px;
		line-height: 38px;
	}
	.corpHis_selectList_btn.-all {}
	.corpHis_selectList_btn.-group {}
	.corpHis_selectList_btn.-export {}
	.corpHis_selectList_btn.-logistics {}
	.corpHis_selectList_btn.-services {}
	.corpHis_selectList_btn.-inspection {}
	.corpHis_selectList_btn.-retail {}
	.corpHis_list {}
	.corpHis_list > li {}
	.corpHis_list > li:first-child {}
	.corpHis_list > li:last-child {}
	.corpHisItem {}
	.corpHisItem_update {
		width: 142px;
	}
	.corpHisItem_update-en {
		width: 100px;
	}
	.corpHisItem_cat {}
	.corpHisItem_text {}
	.corpHis_selectList_btn[aria-current="true"] {}
	.irLibItem_txtLink_sub {
		font-size: 100%;
		margin-left: 10px;
	}
	.biz_play_item {
		width: 80px;
		height: 80px;
		border-width: 4px;
	}
	.biz_play_item::before {
		border-width: 17px;
		border-left-width: 30px;
		border-right-width: 0;
	}
	.irOfficer {}
	.irOfficer_text {
		margin-bottom: 18px;
	}
	.irOfficer_table {}
	.irOfficer_table > tbody {}
	.irOfficer_table > tbody > tr {}
	.irOfficer_table > tbody > tr > th {}
	.irOfficer_table > tbody > tr > td {}
	.irOfficer_name {}
	.irOfficer_postList {}
	.irOfficer_postList > li {}
	.irOfficer_update {
		margin-top: 18px;
	}
	.irStockInfo {}
	.irStockInfo_table {
		margin-bottom: 40px;
	}
	.irStockInfo_table > tbody {}
	.irStockInfo_table > tbody > tr {}
	.irStockInfo_table > tbody > tr > th {}
	.irStockInfo_table > tbody > tr > td {}
	.irStockInfo_table > tbody > tr > td > a {}
	.irStockInfo_table > tbody > tr > td > a > .icon {}
	.irStockDivi {
		margin-bottom: 40px;
	}
	.irStockDivi_title {}
	.irStockDivi_text {}
	.irStockDivi_text:last-child {}
	.irStockDivi_title + .irStockDivi_text {
		margin-top: 0;
	}
	.irStockDivi_cell {
		margin-bottom: 28px;
	}
	.irStockDivi_headline {}
	.irStockDivi_tblWrap {
		display: block;
	}
	.irStockDivi_table {
		display: none;
	}
	.irStockDivi_table > thead {}
	.irStockDivi_table > thead > tr {}
	.irStockDivi_table > thead > tr > th {}
	.irStockDivi_table > thead > tr > td {}
	.irStockDivi_table > tbody {}
	.irStockDivi_table > tbody > tr {}
	.irStockDivi_table > tbody > tr > td {}
	.irStockDivi_table > tbody > tr > th {}
	.irStockDivi_table-result {}
	.irStockDivi_table-result > thead {}
	.irStockDivi_table-result > thead > tr {}
	.irStockDivi_table-result > thead > tr > th {}
	.irStockDivi_table-result > thead > tr:first-child > th:first-child {}
	.irStockDivi_table-result > thead > tr:last-child > th {}
	.irStockDivi_table-result > tbody > tr {}
	.irStockDivi_table-result > tbody > tr > th {}
	.irStockDivi_table-result > tbody > tr > td {}
	.irStockDivi_table-basic {}
	.irStockDivi_table-basic > thead {}
	.irStockDivi_table-basic > thead > tr {}
	.irStockDivi_table-basic > thead > tr > th {}
	.irStockDivi_table-basic > thead > tr > th:first-child {}
	.irStockDivi_table-basic > tbody {}
	.irStockDivi_table-basic > tbody > tr {}
	.irStockDivi_table-basic > tbody > tr > th {}
	.irStockDivi_note {
		margin-top: 18px;
	}
	.irStockDivi_note > sup {}
	.irStockDivi_chart {
		margin-top: 18px;
	}
	.irStockDivi_chart > img {}
	.irStockDivi_note-number {}
	.irStockDivi_tblWrap-hasMt {}
	.areaIrMgmtCg {}
	.irMgmtCg_pdfLink {
		margin-bottom: 40px;
	}
	.irMgmtCg_pdfLink > a {}
	.irMgmtCg_pdfLink > a > .icon {}
	.irMgmtCg {
		margin-bottom: 42px;
	}
	.irMgmtCg_title {}
	.irMgmtCg_text {}
	.irMgmtCg_text:last-child {}
	.irMgmtCg_title + .irMgmtCg_text {
		margin-top: 0px;
	}
	.irMgmtCg_headline + .irMgmtCg_text {}
	.irMgmtCg_oList {}
	.irMgmtCg_oList > li {}
	.irMgmtCg_image {
		margin-top: -10px;
		margin-bottom: 28px;
	}
	.irMgmtCg_image > img {}
	.irMgmtCg_cells {
		margin-top: 28px;
	}
	.irMgmtCg_cell {
		margin-bottom: 28px;
	}
	.irMgmtCg_cell:last-child {}
	.irMgmtCg_headline {}
	.irMgmtCg_text-mbL {}
	.irMgmtCg_note {}
	.areaAncSect {}
	.areaAncSect_text {
		margin-bottom: 38px;
	}
	.ancSect {
		margin-bottom: 38px;
	}
	.ancSect:last-child {}
	.ancSect_title {}
	.ancSect_cell {
		margin-bottom: 29px;
	}
	.ancSect_cell:last-child {}
	.ancSect_headline {}
	.ancSect_headline-num {}
	.ancSect_oList {}
	.ancSect_oList > li {}
	.ancSect_oList > li:nth-child(n + 2) {}
	.ancSect_headline + .ancSect_oList {}
	.ancSect_text {
		margin-bottom: 18px;
	}
	.ancSect_headline + .ancSect_text {}
	.areaAncSect_end {
		margin-bottom: 36px;
	}
	.areaAncSect_oList {}
	.areaAncSect_oList > li {}
	.areaAncSect_oList > li:nth-child(n + 2) {}
	.areaAncSect_oList_num {}
	.ancSect_publicTxt {}
	.ancSect_publicTxt > a {}
	.ancSect_publicTxt > a > .icon {}
	.irStockInfo_cTable {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.irStockInfo_cTable > tbody {}
	.irStockInfo_cTable > tbody > tr {
		border-top: none;
	}
	.irStockInfo_cTable > tbody > tr:first-child {}
	.irStockInfo_cTable > tbody > tr > th {
		padding: 3px 20px;
		width: 146px;
	}
	.irStockInfo_cTable > tbody > tr > td {
		padding: 3px 20px;
	}
	.irStockInfo_table > tbody > tr > td.-noPad {}
	.irStockDivi_spTable {
		width: 100%;
		border-top: 1px solid currentColor;
		display: table;
	}
	.irStockDivi_spTable:last-child {
		border-bottom: 1px solid currentColor;
	}
	.irStockDivi_spTable > thead {
		border-bottom: 1px solid currentColor;
	}
	.irStockDivi_spTable > thead > tr {}
	.irStockDivi_spTable > thead > tr:first-child {}
	.irStockDivi_spTable > thead > tr:last-child {}
	.irStockDivi_spTable > thead > tr > th {
		white-space: nowrap;
		padding: 17px 10px;
		background-color: var(--color-gray);
	}
	.irStockDivi_spTable > thead > tr > td {}
	.irStockDivi_spTable > tbody {}
	.irStockDivi_spTable > tbody > tr {
		border-top: 1px solid currentColor;
	}
	.irStockDivi_spTable > tbody > tr:first-child {
		border-top: none;
	}
	.irStockDivi_spTable > tbody > tr:last-child {}
	.irStockDivi_spTable > tbody > tr > th {
		white-space: nowrap;
		padding: 18px 10px;
		text-align: center;
		vertical-align: middle;
	}
	.irStockDivi_spTable > tbody > tr > td {
		padding: 18px 10px;
		text-align: center;
		vertical-align: middle;
		border-left: 1px solid currentColor;
	}
	.irStockDivi_spTable > tbody > tr > th.-hasBorder {
		border-left: 1px solid currentColor;
		border-right: 1px solid currentColor;
		width: 33.33%;
	}
	.irStockDivi_spTable > tbody > tr:first-child > th {
		padding: 3px 10px;
	}
	.irStockDivi_spTable-record {
		border-bottom: 1px solid currentColor;
	}
	.irStockDivi_spTable-record > tbody > tr > th {
		background-color: var(--color-gray);
		width: 50%;
	}
	.irStockDivi_spTable-basic > tbody > tr > th {
		width: 54%;
		padding: 3px 10px;
	}
	.ancNav {}
	.areaAncSect_name {
		margin-bottom: 38px;
	}
	.ansSect_info {}
	.ansSect_dList {}
	.ansSect_dList:last-child {}
	.ansSect_dList > dt {}
	.ansSect_dList > dd {}
	.ansSect_dList > dd > a {}
	.ansSect_headline {}
	.areaAncSect_link {
		max-width: none;
		margin-top: 58px;
	}
	.areaAncSect_link > a {
		text-align: center;
	}
	.areaAncSect_link > a > .icon {}
	.ancSect_note {}
	.ancSect_note:last-child {}
	.ancSect_list {}
	.ancSect_list:last-child {}
	.ancSect_list > li {}
	.ancSect_list > li > a {
		padding: 3px 0;
	}
	.ancSect_list > li > a > .icon {}
	.ancSect_oList_num {}
	.ancSect_oList-hasNum {}
	.ancSect_oList-hasNum > li {
		padding-left: 30px;
	}
	.areaAncSect_corp {
		padding-left: 0.5em;
	}
	.areaAncSect_text-noMb {}
	.ancSect_oList-hasIndent {}
	.ancSect_oList-hasIndent > li {}
	.ancSect_rules {}
	.ancSect_rules:last-child {}
	.topNews_eir {}
	.indexNavItem_areaImg-wide {}
	.ansSect_title-small {
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 30px;
		padding-left: 27px;
	}
	.ansSect_title-small-number {
		top: 14px;
	}
	.corpCompEn {}
	.corpCompEn_table {}
	.corpCompEn_table > tbody {}
	.corpCompEn_table > tbody > tr {
		padding-left: 32px;
		margin-bottom: 23px;
	}
	.corpCompEn_table > tbody > tr::before {
		height: 24px;
		width: 8px;
	}
	.corpCompEn_table > tbody > tr:last-child {}
	.corpCompEn_table > tbody > tr > th {
		font-size: 26px;
		margin-bottom: 12px;
	}
	.corpCompEn_table > tbody > tr > td {
		padding-bottom: 15px;
	}
	.corpCompEn_table > tbody > tr > td > a {}
	.corpCompEn_barBox {}
	.corpCompEn_bar {}
	.corpCompEn_bar > img {}
	.corpCompEn_update {}
	.biz_text-en {
		font-size: inherit;
		line-height: 28px;
		margin-bottom: 28px;
	}
	.bizEnv_col-imgEn {}
	.bizEnv_col-txtEn {}
	.susVision_msgBox {
		margin-top: 30px;
	}
	.susVision_headline {
		margin-bottom: 10px;
	}
	.susSocial_title_sub {}
	.linkList-en {}
	.linkList-en > li {}
	.linkList-en > li > a {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.corpMsg_text-en {
		font-size: inherit;
		margin-bottom: 28px;
	}
	.corpPhilo_message-en {}
	.corpMgmt_text_bold {}
	.corpMgmt_his_btn-en {}
	.corpMgmt_text-en {}
	.corpMgmt_table-en > tbody > tr > th {}
	.irStockInfo_cTable-en {
		display: block;
	}
	.irStockInfo_cTable-en > tbody {
		display: block;
	}
	.irStockInfo_cTable-en > tbody > tr {
		display: block;
		padding: 0 20px;
		margin-bottom: 8px;
	}
	.irStockInfo_cTable-en > tbody > tr:last-child {
		margin-bottom: 0;
	}
	.irStockInfo_cTable-en > tbody > tr > th {
		display: block;
		width: auto;
		padding: 0;
	}
	.irStockInfo_cTable-en > tbody > tr > td {
		display: block;
		padding: 0;
	}
	.irStockDivi_table-record > tbody > tr > td {}
	.irStockDivi_table-record > tbody > tr > td:first-child {}
	.irStockDivi_spTable-en {}
	.irStockDivi_tblWrap-en {
		font-size: 15px;
	}
	.areaAncSect_oList-en {}
	.areaAncSect_oList-en > li {}
	.ansSect_dList-en {
		display: block;
	}
	.contact {
		font-size: inherit;
	}
	.contact_text {}
	.contact_text-mbL {
		margin-bottom: 28px;
	}
	.contact_text:last-child {}
	.contact_text > a {}
	.contact_list {
		margin-bottom: 28px;
	}
	.contact_list > li {}
	.notFound {}
	.notFound_title {}
	.notFound_text {}
	.notFound_link {
		max-width: none;
		margin-top: 37px;
	}
	.notFound_link > a {}
	.corpGroup_image {
		margin-top: 20px;
	}
	.corpGroup_image > img {}
	.groupItem_grid {
		grid-template-columns: 66.2% 30.8%;
	}
	.groupItem_grid_cell {}
	.groupItem_grid_cell-cat {
		display: flex;
		align-items: flex-end;
	}
	.groupItem_grid_cell-logo {
		grid-row: span 1;
	}
	.groupItem_grid_cell-title {
		grid-column: span 2;
	}
	.groupItem_logo {
		max-width: 90px;
	}
	.groupItem_logo_inner > img {}
	.topBanners {
		padding: 30px 0;
	}
	.topVisual + .topBanners {
		margin-bottom: 30px;
	}
	.topBanners_inner {}
	.topBanners_bnrCells {
		max-width: 335px;
		row-gap: 30px;
	}
	.topBanners_bnrCell {}
	.topBanners_bnrCell-mark {
		width: 21.7%;
		margin-right: 4.9%;
	}
	.topBanners_mark {}
	.topBanners_mark_item {}
	.topBanners_bnrCell-bnr {
		width: 73.4%;
	}
	.topBanners_bnr {}
	.topBanners_bnr_item {}
	.topBanners_bnrCell-paralym,
	.topBanners_bnrCell-paralym .topBanners_paralym_item{
		width: 100%;
	}
	.topBanners_bnrCell-kyojo,
	.topBanners_bnrCell-kyojo .topBanners_bnr_item{
		width: 100%;
	}
	.bizEnv_cCol-txtWide {}
	.bizEnv_cCol-imgNarrow {}
	.paralym {
		margin-bottom: 40px;
	}
	.paralym_head {
		display: block;
	}
	.paralym_title {
		width: 100%;
		font-size: 20px;
	}
	.paralym_title:before{
		width: 20px;
		height: 20px;
		font-size: 14px;
	}
	.paralym_logo {
		margin-left: 0;
        margin-top: 10px;
		width: 168px;
	}
	.paralym_logo > img {}
	.paralym_text {}
	.paralym_caution {
		margin-top: 14px;
	}
	.paralym_col {}
	.paralym_col-no1 {
		margin-bottom: 20px;
		grid-template-columns: unset;
	}
	.paralym_image {}
	.paralym_image-no1 {}
	.paralym_image > img {
		width: 100%;
	}
	.paralym_areaText {}
	.paralym_areaText-no1 {}
	.paralym_headline {
		margin-top: 12px;
		margin-bottom: 8px;
		font-size: 14px;
	}
	.paralym_msg-l {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.paralym_msg-m {
		font-size: 18px;
		margin-bottom: 0px;
	}
	.paralym_msg-s {
		font-size: 16px;
	}
	.paralym_msg {}
	.paralym_col-no2 {
		display: flex;
		flex-direction: column;
	}
	.paralym_image-no2 {
		margin-bottom: 10px;
	}
	.paralym_image-no2 > img {}
	.paralym_areaText-no2 {
		order: 2;
	}
	.susSocial_text {}
	.susSect_text-mbS {}
}
@media screen and (max-width:374px) {
	.topIntro_title {
		font-size: 16px;
	}
	.topAbout_areaText_box {
		left: 0;
		margin-left: -20px;
	}
	.topAbout_headline_sub {
		font-size: 33px;
	}
	.topAbout_msg {
		font-size: 14px;
	}
	.topBusiness_subhead {
		font-size: 15px;
	}
	.topBusiness_msg {
		font-size: 12px;
	}
	.linkList > li > a {
		font-size: 17px;
		line-height: 26px;
	}
	.corpPhilo_message {
		font-size: 21px;
		line-height: 33px;
	}
	.groupItem_title {
		font-size: 22px;
		line-height: 32px;
	}
	.groupItem {
		padding: 15px;
	}
	.corpHisItem_update {
		width: 132px;
	}
	.corpHisItem_update-en {
		width: 90px;
	}
	.corpHisItem_cat {
		width: 130px;
	}
	.ansSect_dList {
		display: block;
	}
	.irStockDivi_tblWrap-en {
		font-size: 13px;
	}
	.corpHis_selectList_btn {
		font-size: 13px;
		padding-left: 5px;
		padding-right: 5px;
	}
}
