@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------------------------------ */
/* スライダー サスティナビリティからダイバーシティへ タイトル変更後のフォント変更 */
.home_main_image .text .read_title_s {
	font-weight: 900;
	margin-bottom: 8%;
	font-size: 28px;
}

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
	.home_main_image .text .read_title_s {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

/* 基本これでスマホまで */
@media screen and ( max-width:680px ) {
	.home_main_image .img_full .text .read_title_s {
		font-size: 16px;
	}
}

/* スマホ 縦から */
@media screen and ( max-width: 480px ) {
	.home_main_image .text .read_title_s {
		font-size: 16px;
	}
}

/* ------------------------------------------------------------------------ */
/* スライダー IR情報を画像全画面表示にした場合のフォント設定 */
.home_main_image .text .read_title_ir {
	font-weight: 600;
	margin-bottom: 8%;
	font-size: 24px;
	color: #00aca0;
}

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
	.home_main_image .text .read_title_ir {
		font-size: 18px;
		margin-bottom: 20px;
		color: #000;
	}
}

/* 基本これでスマホまで */
@media screen and ( max-width:680px ) {
	.home_main_image .img_full .text .read_title_ir {
		font-size: 16px;
		color: #000;
	}
}

/* スマホ 縦から */
@media screen and ( max-width: 480px ) {
	.home_main_image .text .read_title_ir {
		font-size: 16px;
		color: #000;
	}
}

/* ------------------------------------------------------------------------ */
/* IRトピックス - 社外からの評価 - レイアウト調整 */
/* 横並び3コマは変更せず、1コマ内の画像の表示割合のみ縮小 */
.block_mini_ir {
	margin: 20px auto;
	max-width: 1050px;
}

.block_mini_ir img {
    max-width: 70%;
    vertical-align: middle;
}

/* ------------------------------------------------------------------------ */
/* TOPページスライダー ホバー時のポップアップ追加 */
.message {
    position: relative;
}
.message span.remark {
    display: none;
}
.message a:hover span.remark {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #000000;
    display: block;
    line-height: 1.2em;
    margin: 0.5em;
    padding: 0.5em;
    position: absolute;
    top: 30%;
    left: 60%;
    width: 13em;
}

/* ------------------------------------------------------------------------ */
/* TOPページスライダー テキスト追加 */
.Link__text {
	text-decoration: none;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
	position: absolute;
	top: 2%;
	right: 2%;
}

@media screen and ( max-width: 960px ) {
}

/* スマホ 横から */
@media screen and ( max-width: 896px ) {
	.Link__text {
		padding: 10px;
		font-size: 14px;
	}
}

/* スマホ 縦から */
@media screen and ( max-width: 480px ) {
	.Link__text {
		padding: 10px;
		font-size: 14px;
		text-align: center;
		position: absolute;
		top: 2%;
		left: 0;
		right: 0;
		margin: auto;
	}
}

/* ------------------------------------------------------------------------ */
/* マージン */
.mt0{
	margin-top: 0px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mb0{
	margin-bottom: 0px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb60{
	margin-bottom: 60px;
}
.mb70{
	margin-bottom: 70px;
}
/* パディング */
.pt0{
	padding-top: 0px;
}

/* ------------------------------------------------------------------------ */
/* 追加css */
.ir .bn_line {
	/* max-width: 896px; */
}
.bn_image {
	position: relative;
}
.bn_image .arrow_link {
	position: absolute;
	left: 0;
	right: 0;
	top: auto;
	bottom: 5px;
	margin: auto;
	width: 90%;
	text-align: center;
	background-color: #fff;
}
.bn_image .arrow_link a {
	display: block;
	padding: 10px;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	position: relative;
}
.bn_image .arrow_link a:before,
.bn_image .arrow_link a:after {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #000;
	right: 5%;
	transition: 0.2s linear;
}
.bn_image .arrow_link a:before {
	width: 10%;
	top: 60%;
}
.bn_image .arrow_link a:after {
	width: 8px;
	transform: rotate(45deg);
	top: 53%;
}
.bn_image .arrow_link a:hover {
	box-shadow: 0 0 30px rgba(255, 255, 255, .9);
}
.bn_image .arrow_link a:before,
.bn_image .arrow_link a:after {
	right: 3%;
}
@media screen and ( max-width: 760px ) {
	.bn_image .arrow_link a {
		font-size: 16px;
	}
}

.ranking_bn {
	display: flex;
	justify-content: center;
}
.ranking_bn .col {
	margin: 0 4%;
}
.ranking_bn .image a img {
	width: auto;
	max-height: 120px;
}

/* ------------------------------------------------------------------------ */
/* スマホ 横から */
@media screen and ( max-width: 896px ) {
	/***** スライダー表示変更　ここから *****/
	.home_main_image .text {
		background: #fff !important;
		display: flex !important;
		flex-direction: column;
	}
	.home_main_image .text a {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}
	.home_main_image p {
		order: 2;
	}
	.home_main_image .read_title,
	.home_main_image .text .read {
		color: #000 !important;
	}
	.main_slider .slick-dots {
		bottom: 0;
	}
	/***** スライダー表示変更　ここまで *****/
}

/* ------------------------------------------------------------------------ */
/* IR プレゼンテーション レイアウト */
table .t_wid_28 {
	width: 28%;
}
table .t_wid_18 {
	width: 18%;
}
table .t_wid_9 {
	width: 9%;
}

/* ------------------------------------------------------------------------ */
/* IR イベント情報 レイアウト */
.event_list dd ul{
	list-style: none;
	margin-top:0px;
	margin-bottom:0px;
}
.event_list dd ul li {
	margin-bottom:0px;
}

/* ------------------------------------------------------------------------ */
/* IR リスク情報 リストマーク */
ol.close_par_decimal {
}
ol.close_par_decimal li {
	padding-left: 1.8em;
	list-style-type: none;
	counter-increment: cnt;
	position: relative;
}

ol.close_par_decimal li::before {
	content: counter(cnt) ") ";
	position: absolute;
	left: 0;
}

/* ------------------------------------------------------------------------ */
/* IR 用語集 レイアウト */
.faq_wrap.gls dl {
	margin: auto;
	padding: 25px 0;
	border-bottom: 1px solid #ccc;
}
.faq_wrap.gls dl:first-of-type {
	padding-top: 0;
}
.faq_wrap.gls dt,
.faq_wrap.gls dd {
	position: relative;
}
.faq_wrap.gls dt {
	font-size: 18px;
	color: #006948;
	font-weight: 600;
	padding-left: 20px;
}
.faq_wrap.gls dd {
	padding: 10px 20px;
}
/* ------------------------------------------------------------------------ */
/* IR 株主総会 表レイアウト */
table.simple.meeting th {
    background-color: #eee;
}

/* 220530 フォントサイズ ピンポイント調整 */
.meeting_note p {
    font-size: 90%;
}
.meeting_note ul li {
    font-size: 90%;
}
/* ------------------------------------------------------------------------ */
/* 220914 IR トップメッセージ */
.message .fol_top_message {
	font-size: 150% !important;
	line-height: 1.5;
}

/* 221117 IR TOPICS 社外からの評価ボタン設置 レイアウト調整 */
.inline.nowrap.evaluation {
    flex-wrap: nowrap;
    width: 40%;
}
@media screen and ( max-width:680px ) {
	.inline.nowrap.evaluation {
		width: 100%;
	}
}
/* ------------------------------------------------------------------------ */
/* CSR サプライチェーン レイアウト 画像縦並び */
.csr_wap  {
	display: flex;
	flex-direction: column;
	float: right;
}

/* ------------------------------------------------------------------------ */
/* CSR notemark */
.note.mark_s {
	position: relative;
	display: flex;
}
.note.mark_s:before {
	content: '*';
    line-height: 1;
    color: #f00;
}

/* ------------------------------------------------------------------------ */
/* CSR 横並び画像の中央にキャプション */
.block.working_env {
	width:40%;
	text-align: center;
	margin:0;
}
/* スマホ 横から 画像縦並び、最下段にキャプション（左寄せ）*/
@media screen and ( max-width: 896px ) {
	.block.working_env {
	width:100%;
	text-align: left;
	margin:0;
	}
}
/* ------------------------------------------------------------------------ */
/* CSR インデント*/
.indent_1{
	padding-left: 1em;
	}

.indent_2{
	padding-left: 2em;
	}

.indent_3{
	padding-left: 3em;
	}

/* ------------------------------------------------------------------------ */
/* CSR 地球環境の保全 表中画像サイズ */
.env_policy td img {
	max-height: 70px;
	width: auto;
}
.env_policy td.inline a {
	margin: 0;
}
.env_policy td .image {
	margin-bottom: 0;
}

/* ------------------------------------------------------------------------ */
/* 220615 CSR 適正な労働環境の維持、向上 TOPICS 画像横並び */
.col.image.env{
	padding:0px 10px;
}

@media screen and (max-width: 680px){
	.col.image.env{
		text-align:center;
		padding:10px 0px;
	}
}

/* 220624 CSR 適正な労働環境の維持、向上 td左寄せ */
table td.left {
	text-align: left;
}

/* 220815 CSR 公正、透明かつ健全な事業活動の推進と腐敗の防止 検討テーマ */
.governance-list{
    font-weight: bold;
    margin-bottom: 5px !important;
    border-bottom: 1px solid;
    width: 200px;
}
/* ------------------------------------------------------------------------ */
/* 会社概要 役職欄 幅調整 */
.dl_wrap.dtprof dt {
	width: 45%;
	padding: 15px 15px;
	padding-right: 5%;
}
.dl_wrap.dtprof dd {
	width: 55% ;
	padding: 15px 15px;
}

/* 基本これでスマホまで */
@media screen and ( max-width:680px ) {
	.dl_wrap.dtprof dt,
	.dl_wrap.dtprof dd {
		width: 100%;
	}
}

/* ------------------------------------------------------------------------ */
/* 問い合わせフォーム 「お問い合わせの前に」 リストデザイン変更 */
.form section ul.notice li{
	border-bottom:none;
	padding:0;
}
/* ------------------------------------------------------------------------ */
/* 追加css 2022/06 CSR 地球環境の保全 画像レイアウト */
.grid.env_policy {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.grid.env_policy > .w3-1 {
	flex-basis: 31%;
	margin-top: 20px;
}
.grid.env_policy .image {
	margin-bottom: 0;
}
.grid.env_policy .image .caption {
	margin-bottom: 0;
}
@media screen and ( max-width:680px ) {
	.grid.env_policy {
		display: block;
	}
}
.list_num {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0 !important;
}
.list_num > * {
	flex: 1 1 auto;
}
.list_num > *:first-child {
	flex: 0 0 2em;
}
table td .ml {
	margin-left: 0.5em;
}
table .txt_small {
	font-size: 80%;
}
/* ------------------------------------------------------------------------ */
/* 220802 お問い合わせ リンク一覧表 レイアウト */
.link_txt.contact {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 0;
    color: #1e488d;
    text-decoration: underline;
 }

table .t_wid_40 {
	width: 40%;
}
table .t_wid_20 {
	width: 20%;
}
/* 220802 お問い合わせ リンクリスト レイアウト */
.basic li.contact {
	margin: 30px 0px;
	line-height:2.5;
}
@media screen and ( max-width:680px ) {
	.basic li.contact {
		margin: 30px 0px;
		line-height:2;
		}
}
/* 220802 お問い合わせ リンクリスト レイアウト-b */
.basic li.contact-b {
	margin: 30px 0px;
}
@media screen and ( max-width:680px ) {
	.basic li.contact-b {
		margin: 30px 0px;
		line-height:1;
		}
}

/* ------------------------------------------------------------------------ */
/* 230317 お問い合わせページ ガイダンス一覧表追加 */
table.simple_orange thead th {
	background-color: #f4a452;
	color: #fff;
}
table.simple_orange th,
table.simple_orange td {
	border: 1px solid #ccc;
}
table.simple_orange td {
	text-align: left;
}
table.simple_orange tbody th {
	text-align: left;
}
table.simple_orange td.center {
	text-align: center;
}

/* 230320 フッター お問い合わせ ガイダンス一覧表追加 */
.cta_area .col.mail_h a {
	display: block;
	text-align: center;
	padding: 15px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-radius: 50px;
	background-color: #006948;
	max-width: 350px;
	margin-left: auto;
}
.cta_area .col.mail_h a:hover {
	box-shadow: 0 5px 7px rgba(0, 0, 0, .4);
	background-color: #00aca0;
}

@media screen and ( max-width:760px ) {
	.cta_area .col.mail_h {
		margin: 20px 0 0;
	}
	.cta_area .col.mail_h a {
		padding: 10px 70px;
		font-size: 16px;
	}
}
/* 230320 フッター お問い合わせ スマホ表示 並び替え */
@media screen and ( max-width:760px ) {
	.parent_h{
 	 display: flex;
 	 flex-direction: column;
	}
	.child_h1{
 	 order: 1;
	}
	.child_h3{
 	 order: 2;
	}
}
/* ------------------------------------------------------------------------ */

/* 240729 メインスライダー 見出しテキストカラー */
@media screen and ( max-width: 896px ) {
.home_main_image .text.bright .read_title_pink {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
	color: #000;
}
}
.home_main_image .text .read_title_pink {
	font-weight: 600;
	margin-bottom: 8%;
	font-size: 24px;
	color: #ba5962;
}

/* 250707 サステナビリティ 健康経営行動指針 */
.special_box .health_management{
	text-align: left;
	padding: 0 4% 4%;
}

/* 250715 サステナビリティ グループ腐敗防止規則の主な内容 */
.ml1{
	margin-left:1em !important;
}
