.flex_pc {
	display: flex;
}
.flex_sp {
	display: none;
}
@media (max-width: 459px) {
	.flex_pc {
		display: none;
	}
	.flex_sp {
		display: flex;
	}
}

body .bg_img h1.br_top {
	line-height: 0.8;
}
.p-hero--home .p-hero__text--primary {
	font-size: 54px;
}
.alert_wrap {
	position: relative;
}
.alert_wrap .alert_link {
	position: absolute;
	top: 20%;
	right: 0;
}
.p-news__navi.alert_wrap .alert_link {
	top: 0;
}
.alert_wrap .alert_link a {
	display: inline-block;
	width: 300px;
	max-width: 100%;
	padding: 6px;
	color: #f00;
	text-align: center;
	text-decoration: none;
	border: 2px solid #f00;
}
.p-news__navi.alert_wrap .alert_link a {
	padding: 2px;
}
.alert_wrap .alert_link a:hover {
	background: #ff7272;
	color: #fff;
}
@media (max-width: 1079.98px) {
	.alert_wrap .alert_link {
		position: relative;
		display: flex;
		justify-content: center;
		margin-bottom: 40px;
	}
	.p-news__navi.alert_wrap .alert_link {
		padding-top: 20px;
	}
	.alert_wrap .alert_link a {
		width: 100%;
    font-size: 2.8vw;
	}
	.p-news__navi.alert_wrap .alert_link a {
    font-size: 3.6vw;
	}
}

/***************************
footer
***************************/
.l-footer .p-hero__text {
	text-align: center;
	margin: 20px 0 0;
}
footer .snsnav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 140px;
	height: 50px;
	margin: 0 auto;
}
footer .snsnav a {
	display: flex;
	justify-content: center;
	width: 40px;
}
/*footer*/

.single-news .circle_num {
	padding-left: 1.2em;
}
.single-news .circle_num li {
	list-style: decimal;
	text-indent: -0em;
	padding-left: 0em;
}

.p-card--service .p-card__btn.flex_wrap {
	display:flex;justify-content:space-between;
}

.p-discussion .u-mt-40 .row {
	justify-content: space-around;
}
@media (max-width: 1079.98px) {
	.row .u-mb-20_side {
		width: 50%;
    padding: 25px 10px 0 0;
    font-size: 20px;
	}
}
@media (max-width: 600px) {
	.row .u-mb-20_side {
    padding-left: 10px;
    font-size: 12px;
	}
}
.u-mb-20_side {
	display: inline;
	width: 25%;
	padding: 60px 10px 0;
}

.p-article__image-text--reverse .image-text__text {
	flex: 0 0 100%;
}
.p-article__image-text--reverse .image-text__text h2 {
	font-size: 20px;
}

.p-hero.staging-hero {
	padding-bottom: 20px;
}
#staging #ancList, #yearList {
	margin-bottom: 40px;
}
#staging #irCalendar {
	margin-bottom: 40px;
}
#staging #irCalendar img {
	width: 100%;
	display: none;
}
@media (min-width: 1079.99px) {
#staging #irCalendar .irCalendar_pc {
	display: block;
}
}
@media (max-width: 1079.98px) {
#staging #irCalendar .irCalendar_sp {
	display: none;
}
}
#staging .eir_calendar .irGroup {
	margin-bottom: 20px;
}
#staging .eirItem {
	display: table;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}
#staging .eirItem_head, .eirItem_body {
	display: table-cell;
	vertical-align: top;
	padding: 1em 0;
	margin: 0;
}
#staging .eirItem_head {
	padding-right: 1em;
	width: 1px;
	white-space: nowrap;
}

/***************************
企業情報
***************************/
tbody.history tr {
	display: block;
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.c-table--line td, .c-table--line th {
	padding: 0;
	border: none;
}


/***************************
事業情報
***************************/
.business-wrap .row {
	flex-wrap: wrap;
}
.business-wrap .col-xl-6 {
	width: 50%;
	max-width: 50%;
	margin-bottom: 20px!important;
}
.business-wrap .col-xl-6:nth-last-of-type(-n+2) {
	margin-bottom: 0!important;
}
.business-wrap .col-xl-6:nth-of-type(odd) {
	padding-left: 0;
}
.business-wrap .col-xl-6:nth-of-type(even) {
	padding-right: 0;
}
@media (max-width: 1079.98px) {
	.business-wrap .row {
		flex-direction: column;
	}
	.business-wrap .col-xl-6 {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px!important
	}
}

/***************************
サステナビリティ
***************************/
.head_line_wrap {
	margin-bottom: 40px;
	min-height: 32.5vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.head_line_wrap .u-container {
	width: auto;
	text-align: center;
}
.head_line_wrap .u-container h1 {
	color: #000;
	line-height: 1.1;
}
.p-hero--sustainability {
	background: url(../img/sustainability/img_sustainability_hero.jpg) no-repeat center bottom/cover #d5dce7;
}
.head_line_wrap .u-container p {
	color: #000;
}
.stbty_toplink_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.stbty_toplink_wrap .link_inner {
	display: flex;
	align-items: center;
	width: 60%;
	margin-bottom: 20px;
	text-align: center;
}
.stbty_toplink_wrap .link_inner a {
	display: block;
	padding: 40px 0;
	width: 100%;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration-line: none;
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	border-radius: 6px;
	background-color: #6f99ff;
	transition: 0.2s;
}
.stbty_toplink_wrap .link_inner a:hover {
	opacity: 0.6;
}
.stbty_toplink_wrap .link_inner:nth-child(1) a {
	background-image: url(../img/sustainability/top_link01.jpg);
}
.stbty_toplink_wrap .link_inner:nth-child(2) a {
	background-image: url(../img/sustainability/top_link02.jpg);
}
.stbty_toplink_wrap .link_inner:nth-child(3) a {
	background-image: url(../img/sustainability/top_link03.jpg);
}
.stbty_toplink_wrap .link_inner:nth-child(4) a {
	background-image: url(../img/sustainability/top_link04.jpg);
}
.stbty_toplink_wrap .link_inner:nth-child(5) a {
	background-image: url(../img/sustainability/top_link05.jpg);
}
.stbty .u-container__inner .p-article {
	margin-bottom: 40px;
}

/***************************
約款
***************************/
.agreement .p-article .fi {
	margin-bottom: 20px!important;
}
.agreement .p-article .fi p {
	margin-bottom: 0;
}


/***************************
NEWS
***************************/
.news_img {
	margin: 0 auto 10px;
	text-align: center;
}
.news_img.middle {
	width: 460px;
	max-width: 100%;
}
.news_img.large {
	width: 680px;
	max-width: 100%;
}
.single_news h3 {
	font-size: 20px;
}
.single_news ul {
	padding-left: 1.25em;
	list-style-type: disc;
}
.news_20211007.single_news .link {
	padding-left: 6.2em;
	text-indent: -6.2em;
}

/***************************
資本コスト
***************************/
.enhancement .p-article {
	font-size: inherit;
}
.enhancement h4.subtitle {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}
.enhancement .enhance-img {
	display: flex;
	justify-content: center;
}
.enhancement .enhance-img img {
	width: 80%;
}
.enhancement .enhance-img img, .enhancement .img-size {
	width: 80%;
}
.enhancement .img-size {
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	text-indent: -1em;
}
.enhancement .enhance-table {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.enhancement .enhance-table.fi tr:not(:first-of-type) td:first-of-type {
	background: #ccc;
}
.enhancement .enhance-table.fi tr:first-of-type td {
	text-align: center;
}
.enhancement .enhance-table.fi td {
	vertical-align: middle;
}
.enhancement .caption {
	display: flex;
	margin-top: 26px;
	justify-content: center;
}
.enhancement .caption .inner {
	position: relative;
	box-shadow: 0px 1px 6px 0px #c3c3c3;
}
.enhancement .caption .inner:before {
	position: absolute;
	top: -40px;
	right: calc(50% - 143px);
	font-family: 'Font Awesome 5 Free';
	content: '\f3bf';
	color: #007bff;
	font-size: 50px;
	font-weight: bold;
}
.enhancement .caption .inner:after {
	position: absolute;
	top: -56px;
	right: calc(50% + 114px);
	font-family: 'Font Awesome 5 Free';
	content: '\f3bf';
	color: #007bff;
	font-size: 50px;
	font-weight: bold;
	transform: scaleX(-1);
}
.enhancement .caption .hl {
	padding: 4px 10px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: #007bff;
}
.enhancement .caption .signpost {
	padding: 0px 10px 4px;
	text-align: left;
}
.enhancement .caption .signpost strong {
	font-size: 18px;
	font-weight: bold;
}
.enhancement .enhance-table.se tr:nth-child(2) td:first-of-type {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	background: #ccc;
}
.enhancement .enhance-table.se td {
	vertical-align: middle;
}
.enhancement .enhance-table.se tr td:nth-last-child(-n+2) {
	padding-left: 4px;
	border-left: solid 1px #aaa;
}
.enhancement .enhance-table tr:first-of-type td {
	height: auto;
	padding-bottom: 8px;
}
.enhancement .enhance-table td {
	height: 48px;
	padding: 4px;
	vertical-align: top;
	line-height: 1.2;
}
.enhancement .enhance-table em {
	font-style: normal;
}
.enhancement .enhance-table.se tr:last-of-type td {
	height: auto;
	padding: 0;
	text-align: right;
	border: none;
}
.enhancement h5 {
	font-size: 18px;
}
.enhancement ul {
	list-style: square;
	margin-left: 1em;
}
@media (max-width: 680px) {
	.enhancement .enhance-img img, .enhancement .img-size {
		width: 100%;
		max-width: 100%;
	}
	.enhancement .enhance-table em {
		font-size: 0.8rem;
	}
	.enhancement .enhance-table {
		font-size: 0.9rem;
	}
	.enhancement ul li {
		font-size: 3.75vw;
	}
}

/***************************
株式について
***************************/
h3.en-stock-info {
	font-size: 112%;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: right;
}

/***************************
株主優待
***************************/
.p-benefit .mobile {
	display: none;
}
.p-benefit .small_title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.35;
	border-bottom: 4px solid #000;
}
.p-benefit .announce {
	margin-bottom: 30px;
	padding: 20px 14px;
	background: #f8f8f8;
}
.p-benefit .announce .small_title {
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	border: double 4px;
}
.p-benefit .announce .fir {
	margin-bottom: 16px
}
.p-benefit .top_detail {
	margin-bottom: 60px;
}
.p-benefit .table_title {
	margin-bottom: 10px;
	font-size: inherit;
	font-weight: 400;
	text-align: center;
}
.p-benefit .table_wrap {
	margin-bottom: 60px;
}
.p-benefit .benefit_table {
	margin: 0 auto;
	border-collapse: collapse;
}
.p-benefit .benefit_table tr:first-child {
	border-bottom: solid 2px #000;
}
.p-benefit .benefit_table td {
	padding: 4px 8px;
	text-align: right;
}
.p-benefit .benefit_table td:first-child {
	text-align: center;
}
.p-benefit .sec_title {
	font-size: 18px;
	font-weight: bold;
}
.p-benefit .sec_title span {
	margin-right: 8px;
	padding: 1px 6px;
	color: #fff;
	background: #1e1e1e;
	border-radius: 2px;
}
.p-benefit .sec_title + p {
	margin-bottom: 20px;
}
.p-benefit .link_area {
	margin-bottom: 40px;
}
.p-benefit .link_area a {
	display: block;
	width: 100%;
	padding: 10px 0;
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	border: solid 1px #000;
}

@media (max-width: 1079.98px) {
	.p-benefit .pc {
		display: none;
	}
	.p-benefit .mobile {
		display: inherit;
	}
	.p-benefit .benefit_table {
		margin-bottom: 10px;
	}
	.p-benefit .table_wrap .info {
		text-align: right;
	}
}

/***************************
ESG・SDGsページ
***************************/
.p-esg a {
	word-break: break-all;
}
.p-esg section:first-child {
	margin-bottom: 60px;
}
.p-esg .esg_top_img {
	margin-bottom: 40px;
}
.p-esg .upper_info {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
}
.p-esg .link_right {
	text-align: right;
}
.p-esg .detail_sec {
	margin-bottom: 80px;
}
.p-esg .detail_sec:last-child {
	margin-bottom: 0;
}
.p-esg .title_wrap {
	display: flex;
	margin-bottom: 10px;
	background: #ccc;
}
.p-esg .title_wrap .num {
	display: flex;
	align-items: center;
	padding: 4px 10px;
	color: #fff;
	font-size: 24px;
	background: #999;
}
.p-esg .title_wrap h3 {
	display: flex;
	align-items: center;
	padding: 8px 0 8px 12px;
	color: #1e1e1e;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}
.p-esg .icon_type_wrap {
	text-align: right;
	margin-bottom: 10px;
}
.p-esg .icon_type {
	display: inline-block;
}
.p-esg .icon_type img {
	width: 140px;
}
.p-esg .icon_type img:not(:last-child) {
	margin-right: 10px;
}
.p-esg .detail_sec h4 {
	margin-bottom: 10px;
	padding-left: 2px;
	font-size: 18px;
	font-weight: bold;
	border-left: solid 10px #999;
	line-height: 1.2em;
}
.p-esg .detail_sec h4 + p {
	margin-bottom: 24px;
}
.p-esg .detail_sec p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1079.98px) {
	.esg-container {
		padding: 0;
	}
	.p-esg section:nth-child(1),
	.p-esg section:nth-child(2) .c-heading--md,
	.p-esg .esg_top_img {
		margin-left: 2.34375vw;
		margin-right: 2.34375vw;
	}
	.p-esg .pc {
		display: none;
	}
	.p-esg .link_right {
		text-align: left;
	}
	.p-esg .detail_sec {
		padding: 0 2.34375vw 20px 2.34375vw;
    background: #f8f8f8;
	}
	.p-esg .title_wrap {
		display: block;
	}
	.p-esg .title_wrap {
		display: block;
		background: none;
	}
	.p-esg .title_wrap h3 {
		padding: 8px 0 0 0;
		font-size: 20px;
	}
	.p-esg .icon_type {
		display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
		height: auto;
	}
	.p-esg .icon_type img {
		width: 24%;
		max-width: 120px;
		align-self: flex-start;
	}
	.p-esg .icon_type img:not(:last-child) {
		margin: 0;
	}
}

/***************************
採用情報
***************************/
.recruit-sns-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 400px;
	max-width: 90%;
	margin: 0 auto;
	padding: 14px 0;
	border: solid 1px #000;
}
.recruit-sns-area h4 {
	font-size: 18px;
	font-weight: 600;
}
.recruit-sns-area .icon-area {
	display: flex;
	justify-content: space-around;
	width: 150px;
	margin: 0 auto;
	padding: 10px 0 0;
}
.recruit-sns-area .icon-area a {
	display: flex;
	width: 44px;
	justify-content: center;
	align-items: center;
}

/*トップ*/
.recruit-button__center {
	display: flex;
	justify-content: center;
	margin-top: 120px;
}
.recruit-button__center a.flex_pc {
	align-items: center;
	justify-content: center;
	width: auto;
	height: 140px;
	padding: 0 100px;
	font-size: 26px;
	font-weight: bold;
	background-image: url(../img/recruit/img_recruit_link_01.png);
	background-size: contain;
	background-position: bottom left 15px;
	background-repeat: no-repeat;
	transition: width .5s ease, height .5s ease, background-color .2s ease-out;
}
.recruit-button__center a.flex_pc:hover {
	width: 100%;
	height: 160px;
	font-size: 28px;
	border-radius: 10px;
	background-image: url(../img/recruit/img_recruit_link_02.png);
	background-position: bottom center;
}
@media (max-width: 459px) {
	.recruit-button__center {
		margin-top: 20px;
	}
	.recruit-button__center a.flex_sp {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 160px;
    padding-left: 110px;
    font-size: 6.2vw;
    text-align: left;
    line-height: 1.4;
    border-radius: 10px;
    background-image: url(../img/recruit/img_recruit_link_03.png);
    background-position: bottom left;
    background-repeat: no-repeat;
	}
}
.recruit-button__center .fas {
	margin-right: 6px;
	font-size: 26px;
}
.fa-clock-left:before {
	content: "\f017";
}

/*書類ダウンロードページ*/
.recruit_documents .type.last {
	margin-bottom: 25px;
}
.recruit_documents .type.last {
	margin-bottom: 0;
}
.recruit_documents .type h3 {
	margin-bottom: 20px;
	padding-left: 8px;
	line-height: 1.4;
	border-left: solid 8px #1e1e1e;
}
.recruit_documents .type .info {
	margin-bottom: 10px;
}

@media (max-width: 1079.98px) {
	.icon--right.c-btn--primary {
		margin-bottom: 10px;
	}
	.recruit_documents .type h3 {
		margin-bottom: 8px;
		font-size: 3.95vw;
	}
	.recruit_documents .type .info {
		font-size: 3.75vw;
	}
	.recruit_documents .type .link {
		font-size: 4.2vw;
	}
}

/***************************
サイトマップ
***************************/
.p-sitemap {
	background: none;
}
.p-sitemap__row {
	flex-wrap: wrap;
}
.p-sitemap__col {
	width: 33.33%;
	margin-bottom: 40px;
}
.p-sitemap__title {
	font-size: 18px;
}
.p-sitemap__title .fa-angle-right:before {
	content: "";
}
.p-sitemap__title--secondary {
	text-indent: 0.2em;
}
.p-sitemap__list {
	padding-left: 1.4em;
}