@charset "utf-8";

/* **************************************************

Name: company_wide.css

***************************************************** */

:root{
	--wide: 1275px;
	--wh: #fff;
	--lgray: #F2F2F2;
	--gray: #C6C6C6;
	--dgray: #727171;
	--lblue: #ECF2F5;
	--green: #50AE34;
	--dgreen: #355F72;
	--bk: #1B1B1B;
	--shadow: 4px 4px 16px 0px #0000001A;

}
/*----------------------------------
4Grid OverFlow Control
||e.g.
	<div class="Section"><!--BrowserWidth-->
		<div class="Inner"><!--MaxWidth:1275px-->
------------------------------------- */
#Contents {
	padding-bottom: 0;
}
#Contents * {
	box-sizing: border-box;
	color: var(--bk);
}
div#Contents,
.GridSet,
.Grid4 {
	width: 100%;
	margin: auto;
	overflow: visible;
}
div.Section {
	width: 100%;
}
div.Section.Gray {
	background: var(--gray);
}
.Section>.Inner {
	width: var(--wide);
	margin: auto;
	padding: 1em 0;
	word-break: break-word;
}
#Contents h4 {
	margin: 0;
	font-size: 1.05em;
}
#Contents h4::before {
	content: none;
}
.PageTitleStyle3 .Inner {
	max-width: var(--wide);
	min-height: inherit;
	margin: 0 auto;
	display: flex;
}
#Contents .Figures h2 {
	color: var(--bk);
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 1em;
}
#Contents .Figures h2 span {
	background: transparent;
	border-bottom: 2px solid var(--lgray);
	position: relative;
	padding: .5em 0;
}
#Contents .Figures h2 span::before {
	content: "";
	position: absolute;
	display: block;
	bottom: 0;
	width: 1em;
	height: 2px;
	background: var(--green);
}
@media screen and (max-width: 994px) {
	.JS #Contents,
	.JS .GridSet,
	.JS .Grid4 {
		padding:0;
		margin: 0;
		width: auto;
	}
	.JS .GridSet {
		max-width: inherit;
	}

	.JS .Inner {
		padding: 1em;
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.JS br.PC {
		display: none;
	}
	.JS br.RWD {
		display: block;
	}
}

/*Common*/
br.PC {
	display: block;
}
br.RWD {
	display: none;
}
.MT {
	margin: auto 0 0 0;
}
.MR {
	margin: 0 auto 0 0;
}
.MB {
	margin: 0 0 auto 0;
}
.ML {
	margin: 0 0 0 auto;
}
.Flex {
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	gap: 1.5em;
	margin: 2em 0;
	flex-wrap: wrap;
}
.Flex li {
	flex: 0 1 auto;
}
.Flex.Four li {
	width: calc((100% / 4) - 1.2em);
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	background: var(--wh);
}
.Flex.Col {
	flex-direction: column;
}
.Flex.Bet {
	justify-content: space-between;
}
.Flex.NwpPC {
	flex-wrap: nowrap;
}
.Flex.Start {
	align-items: flex-start;
}
.Flex li img,
.Frame li img {
	width: 100%;
}
.Frame li .ImgOnlyStyle {/*sample setting*/
	margin: 0;
	max-height: 320px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Frame li img {/*sample setting*/
	mix-blend-mode: multiply;
}
.Shadow li {
	box-shadow: var(--shadow);
}
.Frame {
	display: flex;
	padding: 1em;
	gap: 1em;
}
.Frame li {
	width: calc((100% / 2) - 1em);
}
a.ButtonLink:link,
a.ButtonLink:visited {
	display: inline-flex;
	justify-content: space-between;
	padding: .8em 1.5em;
	max-width: 253px;
	background: var(--bk);
	color: var(--wh);
	border-radius: 2em;
	text-decoration: none;
	transition: .08s ease-in;
}
a.ButtonLink:hover,
a.ButtonLink:active {
	background: #3a3a3a;
}
a.ButtonLink::after {
	content: "";
	display: block;
	min-width: 24px;
	width: 24px;
	height: 24px;
	background: url(/-/media/company/image/wide/top/icon_arrow_wh.svg) no-repeat center;
}

#Contents .NewWin a:link,
#Contents li.NewWin a:link {
    background-image: url(/-/media/company/image/wide/icon_link_newwin.svg)!important;
	background-size: 16px;
	padding: 0 28px 0 0;
}
@media screen and (max-width: 994px) {}
@media screen and (max-width: 767px) {
	.JS .Flex.Four li {
		width: calc((100% /2) - 1em);
	}
}
@media screen and (max-width: 579px) {
	.JS .Frame {
		flex-direction: column;
	}
	.JS .Frame li {
		width: auto;
	}
}

/*Top*/
.Top .PageTitleStyle3 {
	min-height: 460px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.30) 45%, rgba(255, 255, 255, 0.00) 100%), url(/-/media/company/image/wide/top/bg_branding.jpg) top center / cover no-repeat;
	/*background-blend-mode: multiply;*/
	margin: 0 0 2em;
}
@media screen and (min-width: 1304px) {
	.Top .PageTitleStyle3 {
		min-height: 520px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.30) 45%, rgba(255, 255, 255, 0.00) 100%), url(/-/media/company/image/wide/top/bg_branding.jpg) top center / 100% auto no-repeat;
	}
	.OptionWide .Top .PageTitleStyle3 .Inner h1 span {
		margin: 2em 0;
	}
}
.Top .PageTitleStyle3 .Inner {
	max-width: var(--wide);
	min-height: inherit;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	flex-direction: column;
	gap: 1em;
}
.Top .PageTitleStyle3 .Inner h1 {
	font-weight: bold;
	font-size: 1.6em;
	color: var(--bk);
}
.Top .PageTitleStyle3 .Inner h1 span {
	display: block;
	font-size: 1.6em;
	list-style: 150%;
	/*margin: 0 0 .5em;*/
	margin: 1.55em 0;
}
.Top .TextStyle1 {
	font-size: 1.1em;
}
.Top .Inner h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: var(--bk);
	border: 1px solid #727171;
	border-width: 0 0 1px 0;
}
.Top .Flex h3 {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
.Top .Flex .ImgOnlyStyle {
	max-height: 166px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Top .Flex .ImgOnlyStyle,
.Top .Flex .ImgOnlyStyle img {
	margin: 0;
	padding: 0;
}
.Flex h3 a:link,
.Flex h3 a:visited {
	color: var(--bk)!important;
	background: var(--wh);
	padding: 1em;
	display: flex;
	justify-content: space-between;
}
.Flex h3 a::after {
	content: "";
	display: block;
	min-width: 24px;
	width: 24px;
	height: 24px;
	background: url(/-/media/company/image/wide/icon_link_arrow.svg) no-repeat center;
}
.Top .Flex h3 a.NewWin::after {
	background: url(/-/media/company/image/wide/icon_link_newwin.svg) no-repeat center;
}
.Top .Frame {
	width: 100%;
	justify-content: space-between;
	background: var(--lgray);
}
.Top .Frame .Txt {
	padding: 1em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.Top .Frame h3 {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 1.4em;
}
@media screen and (max-width: 994px) {
	.JS .Top .PageTitleStyle3 {
		background-size: auto 100%;
		background-position: 10% 0%;
	}
}
@media screen and (max-width: 767px) {
	.JS #Contents .Top .Flex li img, .JS #Contents .Top .Frame li img {
		width: 100%;
		height: auto;
	}
	.JS .Top .PageTitleStyle3 {
		/*background-size: auto 100%;*/
		min-height: 430px;
		background: linear-gradient(90deg, rgba(255, 255, 255, 0.70) 0%, rgba(255, 255, 255, 0.40) 70%, rgba(255, 255, 255, 0.00) 100%), url(/-/media/company/image/wide/top/bg_branding.jpg) 20% -20px / auto 100% no-repeat;
	}
}
@media screen and (max-width: 579px) {
	.JS .PageTitleStyle3 {
		background-color: transparent;
	}
	.JS .Top .PageTitleStyle3 {
		min-height: 200px;
	}
	.JS .Top .PageTitleStyle3 .Inner {
		padding: 1.5em 1em;
	}
	.JS .Top .PageTitleStyle3 .Inner h1 {
		font-size: 1em;
	}
	.JS .Top .Flex {
		flex-direction: column;
	}
	.JS .Top .Flex li {
		width: auto;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
        background: var(--wh);
	}
	.JS .Top .Flex .ImgOnlyStyle {
		flex: 0 1 40%;
	}
	.JS .Top .Flex h3 {
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	.JS .Top .PageTitleStyle3 {
		min-height: 180px;
        background-size: auto 100%;
        background-position: 0% 0%;
	}
	.JS .Top .PageTitleStyle3 h1 {
		margin: 0;
	}
}
/*Way Philosophy Brand*/
#Contents .Philosophy {
	/*
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #ECF2F5 100%),url(/-/media/company/image/wide/philosophy/bg_way_upper.svg) no-repeat 50% -25% / 100% auto, url(/-/media/company/image/wide/philosophy/bg_way_upper.svg) no-repeat 50vw 60% / 60%;
	*/
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #ECF2F5 70%),url(/-/media/company/image/wide/philosophy/bg_way_upper.svg) no-repeat 50% -25% / 100% auto, url(/-/media/company/image/wide/philosophy/bg_way_upper.svg) no-repeat 50vw 60% / 60%;
}
#Contents .Philosophy .Grid4 {
	backdrop-filter: blur(16px) opacity(1) contrast(1);
}
#Contents .Philosophy .PageTitleStyle3 .Inner {
	display: flex;
	gap: 1em;
	/*align-items: center;*/
	align-items: start;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	/*padding: 4em 0;*/
	padding: 8em 0 0;
}

#Contents .Philosophy h1 {
	color: var(--dgreen);
	/*font-size: 5em;*/
	font-size: 2.55em;
	font-weight: bold;
	margin: 0;
}
#Contents .Philosophy .Lead {
	/*font-size: 1.4em;*/
	font-size: 1.5em;
	font-weight: bold;
	line-height: 2;
}
#CorporatePhilosophy {
	padding: 2em 0;
}
#CorporatePhilosophy .Frame {
	display: flex;
	gap: 2em;
	flex-direction: column;
	align-items: center;
	background: var(--wh);
	border-radius: 40px;
	padding: 2em;
	font-weight: bold;
	text-align: center;
}
#CorporatePhilosophy .Frame .Upper {
	border-bottom: 1px solid var(--gray);
	width: 100%;
	padding: 1em 0;
}
#CorporatePhilosophy .Frame .TextStyle1 {
	font-size: 1.4em;
	line-height: 3;
}
#CorporatePhilosophy .Frame .Lower,
#CorporatePhilosophy .Frame .Lower ul {
	width: 100%;
}
#CorporatePhilosophy .Frame .Lower .Flex {
	align-items: center;
}
#CorporatePhilosophy .Frame .Lower ul {
	display: flex;
	flex-direction: column;
	gap: 1em;
	flex: 2;
}
#CorporatePhilosophy .Frame .Lower li {
	width: 100%;
	background: var(--lblue);
	padding: 1em;
	border-radius: 12px;
	font-size: 1.4em;
}
#Contents .Philosophy .Details {
	padding: 6em 0 4em;
}
#Contents .Philosophy dl {
	display: flex;
	width: 100%;
	gap: 2em;
}
#Contents .Philosophy dt {
	padding: 1em 0;
	border-top: 1px solid var(--gray);
	flex: 1;
}
#Contents .Philosophy dd {
	padding: 1em 0;
	flex: 2;
}
#Contents .Philosophy dd .TextStyle1 {
	font-size: 1.2em;
	line-height: 2;
	margin: 0;
}
#Contents .Philosophy .Guideline h3,
#Contents .Philosophy dl h3 {
	color: var(--dgreen);
	font-size: 2em;
	background: transparent;
	border: none;
}
#Contents .Philosophy dl h3 span {
	display: block;
	color: var(--bk);
	font-size: .5em;
}
#Contents .Philosophy .Guideline h3 {
	display: flex;
	gap: 1em;
	align-items: center;
}
#Contents .Philosophy .Guideline h3 span {
	color: var(--bk);
	font-size: .5em;
}
#Contents .Philosophy .Guideline .Frame li {
	background: #fff;
	text-align: left;
}
#Contents .Philosophy .Frame li .ImgOnlyStyle {
    align-items: start;
    justify-content: center;
    flex: 1 0 auto;
}
#Contents .Philosophy .Guideline .Frame li h4::before {
	content: none;
}
#Contents .Philosophy .Guideline .Frame li .Txt {
	padding: .5em;
	flex: 2 1 100%;
}
#Contents .Philosophy .Guideline .Frame li h4 {
	padding: 0;
	font-size: .9em;
}
#Contents .Philosophy .Guideline .Frame li .TextStyle1 {
	font-weight: normal;
	font-size: 1em;
	line-height: normal;
}
#Contents .Philosophy .LinkArea {
	padding: 2em 0;
}
#Contents .Philosophy .LinkArea h2 {
	font-weight: bold;
	padding: .5em 1em;
	border: 1px solid var(--bk);
	border-radius: 20px;
	display: inline-flex;
}
#Contents .Philosophy .LinkArea .Flex li {
	background: var(--wh);
	padding: 1em;
	display: flex;
	/*gap: 1em;*/
	flex: 1;
}
#Contents .Philosophy .LinkArea .Flex li .Txt {
	padding: 1em;
	flex: 1 1 100%;
}
#Contents .Philosophy .LinkArea .Flex li .TextStyle1,
#Contents .Philosophy .LinkArea .Flex li .ImgOnlyStyle,
#Contents .Philosophy .LinkArea .Flex li .ImgOnlyStyle img {
	margin: 0;
}

#Contents .Philosophy .LinkArea .Flex li h3,
#Contents .Philosophy .LinkArea .Flex li h3 a:link {
	background: transparent;
	border: none;
	padding: 0;
}
/*figures*/
.Figures .PageTitleStyle3 {
	min-height: 460px;
	/*background: linear-gradient(90deg, rgba(0, 25, 75, 0.20) 40%, rgba(0, 45, 136, 0.00) 100%), lightgray url(/-/media/company/image/wide/figures/bg_title.jpg) 50% / cover no-repeat, linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.30) 45%, rgba(255, 255, 255, 0.00) 100%);*/
	background: linear-gradient(90deg, rgba(0, 25, 75, 0.20) 40%, rgba(0, 45, 136, 0.00) 100%), lightgray url(/-/media/company/image/wide/figures/bg_title.jpg) no-repeat 50% / cover;
	margin: 0 0 2em;
}
/* */
@media screen and (min-width: 1304px) {
	.Figures .PageTitleStyle3 {
		min-height: 520px;
	}
}
.Figures .Flex li img {
	width: 100%;
}
.Figures .PageTitleStyle3 .Inner {
	max-width: var(--wide);
	min-height: inherit;
	margin: 0 auto;
	display: flex;
	align-items: stretch;
	justify-content: space-evenly;
	flex-direction: column;
	gap: 1em;
}
#Contents .Figures .PageTitleStyle3 .Inner h1 {
	font-weight: bold;
	font-size: 1.6em;
	line-height: 2;
	color: var(--wh);
}
#Contents .Figures .PageTitleStyle3 .Inner h1 span {
	display: block;
	font-size: 1.6em;
	margin: 0 0 .5em;
	color: var(--wh);
}
.Figures .Flex.Two {
	gap: 2.5em;
}
.Figures .Flex.Two li {
	background: var(--lgray);
	flex: 1;
	padding: 2em;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.Figures .Flex.Two li .Flex.Two.Sub {
	display: flex;
	gap: 1em;
	flex: 1;
	margin: 0;
	align-items: center;
}
.Figures .Flex.Two li .Flex.Sub li,
.Figures .Flex.Two li .Flex.Two.Sub li {
	padding: 0;
	margin: auto 0;
	flex: 1 auto;
}
.Figures .Flex.Two li .Flex.Two .Col {
	flex-direction: column;
	align-items: flex-start;
	margin: 0 0 2em;
}
.Figures .Flex.Two li .Flex.Two.Sub.Sub .Col {
	margin: 0;
}
.Figures .Flex.Two li .Flex.Two.Sub .Sub li,
.Figures .Flex.Two li .Flex.Two.Sub.Sub .Col li {
	gap: 0;
	line-height: 1;
}
.Figures .Flex.Two li .Flex.Two.Sub.Sub .Col li img {
    width: fit-content;
}
.Figures .Flex.Two li .TextStyle1 {
	margin: auto 0 0;
}
.Figures .Flex h3 {
	background: transparent;
	border: none;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}
.Figures .Flex h3 span {
	font-size: .8em;
	font-weight: normal;
}
.Figures .Flex.Three {
	gap: 2.5em;
	flex: 2 1 auto;
}
.Figures .Flex.Three > li:nth-of-type(1) {
	width: max-content;
	flex: 2;
}
.Figures .Flex.Three li {
	background: var(--lgray);
	padding: 2em;
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1em;
}
.Figures .Flex.Three li .TextStyle1 {
	margin: 0;
}
.Figures .Flex.Three li .Two {
	gap: 1em;
}
.Figures .Flex.Three li .Two.Sub li {
	flex-direction: row;
	align-items: center;
	padding: 0;
}
.Figures .Flex.Three li .Sub {
	align-items: center;
	flex: auto;
}
.Figures .Flex.Three li .Sub li {
	padding: 0;
	flex: 1;
}
.Figures .Flex.Three li.Sec03 .Sub li,
.Figures .Flex.Three li.Sec03 .Sub li+li {
    flex: auto;
}

.Figures .Flex.Three li .Sub .Col {
	margin: 0;
	flex: 1;
}
.Figures .Flex.Three li.Sec02 .Sub.Col {
	align-items: flex-start;
}

.Figures #Characteristic .Flex.Two .Flex.Two.Sub .Flex.Sub.Col li:nth-of-type(1)+li {
	margin: auto 0 0;
}
.Figures #Characteristic .Flex.Two .Flex.Two.Sub .Flex.Sub.Col li:nth-of-type(1)+li img {
	margin: auto auto 0 0;
}
.Figures #Characteristic .Flex.Two li .Flex.Sub li+li .Flex li {
	flex: 1;
	width: 100%;
}
.Figures #Characteristic .Flex.Two li .Flex.Sub li+li .Flex li .Flex {
	margin: 0;
	flex-wrap: nowrap;
}
.Figures #Characteristic .Flex.Start li {
	gap: 0;
	line-height: 1;
}
.Figures #Characteristic .Flex.Two .Sub li {
	width: auto;
}
.Figures #Characteristic .Flex.Two li .Flex.Sub li+li .Flex li .Flex li {
	background: transparent;
}
@media screen and (min-width: 995px) and (max-width: 1304px){
	.Figures .Flex.Two li .Flex.Sub li,
	.Figures .Flex.Two li .Flex.Two.Sub li {
		flex: 1;
	}
	.Figures .Flex li img {
		width: revert-layer;
		margin: auto;
	}
	.Figures .Flex.Two li .Flex.Two.Sub li {
		align-items: center;
	}
	.Figures #Strength .Flex.Two li.Sec01 {
		align-items: end;
	}
	.Figures #Strength .Flex.Two li.Sec02 img {
		/*margin: 0;*/
	}
	.Figures #Strength .Flex.Two li.Sec02+li {
		flex: 6;
	}
	.Figures #Strength .Flex.Two li.Sec02+li h4 {
		font-size: .95em;
	}
	.Figures .Flex.Two li .Flex.Two.Sub.Sub .Col li:nth-of-type(1) img {
		min-width: 3vw;
	}
	.Figures .Flex.Two li .Flex.Two.Sub.Sub .Col li img {
		width: revert-layer;
	}
	.Figures #Characteristic .Sec01 img,
	.Figures #Characteristic .Flex.Two .Flex.Two.Sub .Flex.Sub.Col li:nth-of-type(1)+li img {
        width: fit-content;
    }
	.Figures #Characteristic .Flex.Two .Flex.Two.Sub .Flex.Sub.Col li:nth-of-type(1)+li img {
		min-height: 40px;
		max-width: 176px;
	}
	.Figures #Characteristic .Sec01 img {
		max-width: 178px;
	}
	.Figures .Flex.Three li {
		width: max-content;
	}
	.Figures .Flex.Three > li:nth-of-type(1) {
		flex: 1;
	}
}
@media screen and (max-width: 1304px) {
    .OptionWideRWD #Contents .Philosophy .PageTitleStyle3 .Inner {
        padding: 8em 1em 0;
        width: 100%;
    }
}
@media screen and (min-width: 995px) and (max-width: 1303px){
	.Figures #Characteristic .Flex.Two li .Flex.Sub li+li .Flex li {
		flex: initial;
		width: auto;
	}
	.Figures #Strength .Flex.Two li.Sec02+li {
        flex: auto;
    }
}
.Figures #Characteristic .Flex.Two li {
	flex: 1 auto;
	width: calc((100% / 2) - 1.5em);
}
@media screen and (max-width: 994px) {
	.JS .Figures .Flex h4 {
		text-align: center;
	}
	.JS .Flex.NwpPC {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.JS #Contents .Figures .Flex li img {
		width: revert-layer;
		max-width: inherit;
		margin: auto;
	}
	.JS .Figures .Flex.Three li .Sub li {
		flex: none;
		margin: auto;
	}
	.JS .Figures .Flex.Two li .Flex.Two.Sub li img,
	.JS .Figures #Characteristic .Flex.Two .Sub li img {
		margin: auto;
	}
	.JS .Figures .Flex.Two li .Flex.Two.Sub.Sub .Col {
		align-items: center;
	}
	.JS #Contents .Philosophy {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #ECF2F5 100%), url(/-/media/company/image/wide/philosophy/bg_way_upper.svg) no-repeat 50% 0% / 100% auto, url(/-/media/company/image/wide/philosophy/bg_way_upper.svg) no-repeat 50vw 60% / 60%;
	}
}
@media screen and (max-width: 767px) {
	.JS .Figures .Flex.Sub {
		flex-direction: column;
	}
	.JS .Figures #Characteristic .Flex.Two li .Flex.Sub li+li .Flex li .Flex {
		flex-wrap: wrap;
		flex-direction: column;
	}
	.JS #Contents .Philosophy .Lead {
		padding: 1em;
	}
	.JS #CorporatePhilosophy .Frame .TextStyle1 {
		text-align: left;
		line-height: 2;
	}
	.JS .Figures #Characteristic .Flex.Two .Flex.Two.Sub .Flex.Sub.Col li:nth-of-type(1)+li img {
		min-height: inherit;
        max-width: inherit;
        width: auto;
	}

}
@media screen and (max-width: 579px) {
	.JS .Figures .Flex.Two,
	.JS .Figures .Flex.Three {
		flex-direction: column;
	}
	.JS .Figures .Flex.Three > li:nth-of-type(1),
	.JS .Figures #Characteristic .Flex.Two li {
		width: auto;
	}
	.JS .Figures .PageTitleStyle3 {
		min-height: 180px;
		padding: 1.5em 1em;
		background: linear-gradient(90deg, rgba(0, 25, 75, 0.5) 40%, rgba(0, 45, 136, 0.5) 100%), lightgray url(/-/media/company/image/wide/figures/bg_title.jpg) no-repeat 50% / cover;
	}
	.JS #Contents .Figures .PageTitleStyle3 .Inner h1 {
		font-size: 4vw;
		line-height: 1.6;
	}
	.JS #Contents .Figures h2 span {
		font-size: 5vw;
	}
	.JS .Figures .Flex li {
		justify-content: center;
		width: 100%;
	}
	.JS .Figures .Flex h3 {
		font-size: 4vw;
	}
	.JS .Figures .Flex.Three,
	.JS .Figures .Flex.Two {
		flex-direction: column;
	}
	.JS .Figures .Flex.Three > li:nth-of-type(1) {
		width: auto;
	}
	.JS .Figures .Flex.Two li .Flex.Two.Sub.Sub .Col li {
		width: inherit;
	}
	.JS .Figures .Flex.Two li .Flex.Two.Sub.Sub .Col img,
	.JS .Figures .Flex li img {
		width: 100%;
	}
	.Figures .Flex.Two li .Flex.Two.Sub.Sub .Col li:nth-of-type(1) img {
		width: 8vw;
		margin: 1em auto;
	}
	.JS #Contents .Philosophy h1 {
		font-size: 9vw;
	}
	.JS #Contents .Philosophy .Lead,
	.JS #CorporatePhilosophy .Frame .TextStyle1 {
		font-size: 4vw;
	}
	/*
	.JS #Contents .Philosophy .PageTitleStyle3 .Inner {
		padding: 4em 0 0;
	}
	*/

	.JS #CorporatePhilosophy {
		padding: 0 0 2em;
	}
	.JS #Contents .Philosophy dl,
	.JS #CorporatePhilosophy .Frame .Lower .Flex {
		flex-direction: column;
	}
	.JS #Contents .Philosophy .Details {
		padding: 0 0 4em;
	}
	.JS #Contents .Philosophy .Guideline h3,
	.JS #Contents .Philosophy dl h3 {
		margin: 0;
		font-size: 6vw;
	}
	.JS #Contents .Philosophy .Guideline h3 {
		flex-direction: column;
		gap: 0;
		align-items: baseline;
	}
	.JS #Contents .Philosophy dl dt {
		padding: 1em 0 0;
	}
	.JS #Contents .Philosophy dd {
		padding: 0em 0 1em;
	}
	.JS #CorporatePhilosophy .Frame .Flex.Four {
		flex-direction: column;
		gap: 1.5em;
		margin: 0;
	}
	.JS #CorporatePhilosophy .Frame {
		padding: 1.5em;
	}
	.JS #CorporatePhilosophy .Frame .Lower li {
		font-size: 1.1em;
	}
	.JS #Contents .Philosophy .Guideline .Frame .Flex.Four li {
		flex-direction: row;
		width: 100%;
	}
	.JS #Contents .Philosophy .Frame li .ImgOnlyStyle {
		flex: 1 100%;
		overflow: hidden;
	}
	.JS #Contents .Philosophy .Frame li .ImgOnlyStyle img {
		/*height: 100%;
		width: auto;
		max-width: inherit;*/
	}
	.JS #Contents .Philosophy .Guideline .Frame li h4 {
		padding: 0;
		font-size: 1em;
		margin: 0 0 1em;
	}
	.JS #Contents .Philosophy .Flex.Two li,
	.JS #Contents .Philosophy .Flex.Two {
		flex-direction: column;
	}
}
@media screen and (max-width: 479px) {
	.JS .Figures #Characteristic .Flex.Two .Flex.Two.Sub .Flex.Sub.Col li:nth-of-type(1)+li img {
		margin: auto;
		width: fit-content;
	}
	.JS #CorporatePhilosophy .Frame {
        padding: 1em;
    }
	.JS #CorporatePhilosophy .Frame .Flex.Four {
		flex-direction: column;
		gap: 1em;
		margin: 0;
	}
	.JS #Contents .Philosophy .Frame li .ImgOnlyStyle img {
        height: 100%;
        width: auto;
        object-fit: cover;
    }
}

/*society*/
/*society.cssに記載*/
