@charset "utf-8";


.g-breadcrumb_list--line2 .g-breadcrumb_list {
	max-width: 840px;
	top: 15px;
}

.g-breadcrumb_list--line2 .g-breadcrumb_list-item {
	margin: .5em 0 0;
}

.u-display__inline-block { display: inline-block; }
.u-display__block { display: block; }

.u-mgt__10 { margin-top: 10px !important; }
.u-mgt__15 { margin-top: 15px !important; }
.u-mgt__20 { margin-top: 20px !important; }
.u-mgt__25 { margin-top: 25px !important; }
.u-mgt__30 { margin-top: 30px !important; }
.u-mgt__40 { margin-top: 40px !important; }
.u-mgt__50 { margin-top: 50px !important; }
.u-mgt__60 { margin-top: 60px !important; }
.u-mgt__70 { margin-top: 70px !important; }
.u-mgt__80 { margin-top: 80px !important; }
.u-mgt__90 { margin-top: 90px !important; }
.u-mgt__100 { margin-top: 100px !important; }

.no-touch .u-maxwidth__10 { max-width: 10%; }
.no-touch .u-maxwidth__20 { max-width: 20%; }
.no-touch .u-maxwidth__30 { max-width: 30%; }
.no-touch .u-maxwidth__40 { max-width: 40%; }
.no-touch .u-maxwidth__50 { max-width: 50%; }
.no-touch .u-maxwidth__60 { max-width: 60%; }
.no-touch .u-maxwidth__65 { max-width: 65%; }
.no-touch .u-maxwidth__70 { max-width: 70%; }
.no-touch .u-maxwidth__75 { max-width: 75%; }
.no-touch .u-maxwidth__80 { max-width: 80%; }
.no-touch .u-maxwidth__90 { max-width: 90%; }
.no-touch .u-maxwidth__100 { max-width: 100%; }

.u-title__hi {
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	padding: 0 0 5px;
	border-bottom: 1px solid #BF1A20;
	display: block;
	clear: both;
}

.u-title__hi--red {
	color: #bf1a20;
}

.u-title__hi + * {
	margin-top: 1.15em;
}

.u-title__mid {
	color: #bf1a20;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.5;
}

.u-title__mid + * {
	margin-top: .75em;
}

.u-text {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}

.u-caption-text {
	font-size: 1.2rem;
	line-height: 1.35;
}

.u-flex {
	display: flex;
}

.u-flex__column2,
.u-flex__column3 {
	margin-right: -15px;
	margin-left: -15px;
}

.u-flex__column2 > * {
	width: calc(100% / 2);
	padding-right: 15px;
	padding-left: 15px;
}

.u-flex__column3 > * {
	width: calc(100% / 3);
	padding-right: 15px;
	padding-left: 15px;
}

.u-flex__column3--photo1 > *:nth-child(1) {
	width: calc(100% / 3 * 2);
}

.u-flex__column3--photo1 > *:nth-child(2) {
	width: calc(100% / 3);
}

.u-content .u-inner:not(:first-child) {
	margin-top: 50px;
}

.u-box {
	padding: 25px;
	border: 1px solid #ccc;
}

.u-box--mutual-link {
	padding: 0;
	background: url("/assets/img/product/casestudies/002/img-02.jpg") no-repeat center right / cover;
}

.u-box--mutual-link a {
	text-decoration: none;
	padding: 30px 35px;
	display: block;
}

.u-box--mutual-link__title em {
	color: #666;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0;
	margin: 0 0 10px;
	display: block;
}

.u-box--mutual-link__title img {
	width: 42%;
}

.u-box--mutual-link__title strong {
	color: #bf1a20;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0;
	margin: 0 0 10px;
	display: block;
}

.u-box--mutual-link__text {
	color: #666;
	font-size: 1.3rem;
	line-height: 1.75;
	letter-spacing: -.05em;
	margin: 20px 0 0;
}

.u-box--mutual-link__link {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
	text-align: center;
	margin: 15px 0 0;
	padding: 15px 45px 15px 50px;
	border-radius: 3px;
	display: inline-block;
	background: #bf1a20;
	position: relative;
}

.u-box--mutual-link__link:before {
	content: '';
	vertical-align: -.1em;
	width: 10px;
	height: 12px;
	display: inline-block;
	background: url(/assets/img/global/arrow-white-01.png) no-repeat center / 100% auto;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0,-50%);
}

.u-align__left {
	text-align: left;
}

.u-align__center {
	text-align: center;
}

.u-align__right {
	text-align: right;
}

/* 2022.03 */
.u-box--ersis {
	background: #333;
}

.u-box--ersis a {
	color: #fff;
	text-decoration: none;
}

.u-box--ersis div {
	width: calc(100% / 2);
}

.u-box--ersis h5 em {
	font-size: 1.1rem;
	letter-spacing: 0;
}

.u-box--ersis h5 img {
	width: 70%;
	margin: 2.5% 0 0;
}

.u-box--ersis div:nth-child(2) figure {
	margin: -25px -25px -25px 0;
}

.u-box--ersis .u-box--mutual-link__text {
	color: #fff;
	padding: 0 1.5rem 0 0;
}





.u-list__item {
	line-height: 1.5;
	margin: .5em 0 0;
	padding: 0 0 0 .75em;
	display: block;
	position: relative;
}

.u-list__item:after {
	content: '';
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #666;
	display: block;
	position: absolute;
	top: .55em;
	left: 0;
	box-sizing: border-box;
}


.u-video-player__inner {
	padding: 56.25% 0 0;
	position: relative;
}

.u-video-player__inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}


.casestudies-page .c-main_section img {
	image-rendering: -webkit-optimize-contrast;
}

.u-button__basic a {
	color: #fff;
	text-decoration: none;
	min-width: 240px;
	padding: 20px 0;
	border-radius: 3px;
	display: inline-block;
	background: #bf1a20 url("/assets/img/global/arrow-white-01.png") no-repeat top 50% left 1em / 10px auto;
}

.u-button__basic--full a {
	display: block;
}

.l-main {
	background: #333;
}

.l-main__inner {
	padding: 15px 15px 20px;
}

.l-main span {
	color: #fff;
	margin: 0 15px 0 0;
	padding: .6em 1em .5em;
	background: #bd2623;
	display: inline-block;
}

.l-main em {
	color: #e1e1e1;
	font-size: 1.4rem;
	vertical-align: -.6em;
	display: inline-block;
}

.l-main h3 {
	color: #fff;
	line-height: 1.5;
	margin: 15px 0 0;
	display: block;
}

.l-solution-point .u-title__mid {
	text-align: center;
}

.l-solution-point .u-list__item {
	font-size: 1.5rem;
}

/* elq form setting*/
.l-elq-form h4 {
	font-weight: 400;
}

.l-elq-form a {
	color: #666;
	text-decoration: underline;
}

.l-elq-form a:hover {
	color: #666;
	text-decoration: none;
}

.l-elq-form .elq-form .container-fluid {
	padding-right: 0;
	padding-left: 0;
}

.l-elq-form .elq-form .row {
	margin-right: 0;
	margin-left: 0;
}

.l-elq-form .layout-col {
	padding-right: 0;
	padding-left: 0;
}

.l-elq-form .form-element-layout {
	padding: 0;
	display: flex;
	border-top: 1px dotted #CBCBCB;
}

.l-elq-form .form-element-layout > div {
	padding-right: 0;
	padding-left: 0;
}

.l-elq-form .form-element-layout > div:nth-child(1) {
	font-weight: 400;
	line-height: 1.35;
	vertical-align: middle;
	width: 35%;
	padding: 12px 8px;
	background: #edeef0;
	position: relative;
}

.l-elq-form .form-element-layout > div:nth-child(1) .elq-label {
	color: #333;
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translate(0,-50%);
}

.l-elq-form .form-element-layout > div:nth-child(1) .elq-required {
	color: transparent;
	font-size: 0;
	width: 28px;
	height: 13px;
	margin: 0;
	display: inline-block;
	background: url("/assets/img/contact/indispensable.gif") no-repeat top left / cover;
	transform: translate(0,.1em);
}

.l-elq-form .form-element-layout > div:nth-child(2) {
	line-height: 1.35;
	vertical-align: middle;
	width: calc(100% - 35%);
	padding: 12px;
	position: relative;
}

.l-elq-form .form-element-layout > div div {
	margin: 0;
	padding: 0;
}

.l-elq-form .form-element-layout > div:nth-child(2) input[type='text'],
.l-elq-form .form-element-layout > div:nth-child(2) select,
.l-elq-form .form-element-layout > div:nth-child(2) textarea {
	font-size: 1.5rem;
	width: 100%;
	padding: 5px;
	border: 1px solid #999;
}

.l-elq-form .form-element-layout > div:nth-child(2) textarea {
	min-height: 180px;
}

.l-elq-form .layout-col .submit-button-style {
	color: #fff;
	min-width: 170px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	border-radius: 0;
	background: #333 url(/assets/img/global/arrow-white-01.png) no-repeat left 10px top 50% / 10px auto;
}

/* 1行化 */
.l-elq-form #formElement14 > div:nth-child(1),
.l-elq-form #formElement15 > div:nth-child(1),
.l-elq-form #formElement16 > div:nth-child(1),
.l-elq-form #formElement17 > div:nth-child(1),
.l-elq-form #formElement18 > div:nth-child(1) {
	width: 100%;
	background: transparent;
}

.l-elq-form #formElement14 > div:nth-child(1) {
	padding-top: 20px;
}

.l-elq-form #formElement15 {
	border-top: 0;
}

.l-elq-form #formElement15 > div:nth-child(1) {
	padding-top: 0;
}

.l-elq-form #formElement16 > div:nth-child(1) {
	padding-top: 20px;
}

.l-elq-form #formElement17 {
	border-top: 0;
}

.l-elq-form #formElement17 > div:nth-child(1) {
	padding-top: 0;
}

.l-elq-form #formElement18 > div:nth-child(1) {
	padding-top: 20px;
}




/* 2022.01 */
.l-index-tab {
	border-bottom: 1px solid #000;
}

.l-index-tab__items {
	display: flex;
	justify-content: center;
}

.l-index-tab__item {
	min-width: 37.5%;
	padding: 0 .5%;
}

.l-index-tab__item a {
	color: #fff;
	min-height: 50px;
	display: block;
	background: #000;
	position: relative;
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}

.l-index-tab__item a:hover,
.l-index-tab__item a.active {
	background: #bf1a20;
	opacity: 1;
}

.l-index-tab__item a:after {
	content: '';
	width: 10px;
	height: 12px;
	display: inline-block;
	background: url(/assets/img/global/arrow-red-01.png) no-repeat center / 100% auto;
	position: absolute;
	bottom: .35em;
	left: 50%;
	transform: translate(-50%,0) rotate(90deg);
}

.l-index-tab__item a.active:after,
.l-index-tab__item a:hover:after {
	background-image: url("/assets/img/global/arrow-white-01.png");
}

.l-index-tab__item a em {
	font-size: 1.6rem;
	text-align: center;
	white-space: nowrap;
	width: 100%;
	display: block;
	position: absolute;
	top: calc(50% - .25em);
	left: 0;
	transform: translate(0,-50%);
}

.c-product-cases {
	margin: -60px 0 0;
}

.c-product-cases .u-inner{
	margin: 0 -12px 0 0;
	display: flex;
	flex-wrap:wrap;
	overflow:hidden;}
.c-product-cases .cases-list {
	display: block;
	width:calc(100% / 2 - 12px);
	margin:12px 12px 0 0;
	border:1px solid #ccc;
	border-radius: 3px;
}

.c-product-cases .cases-list a {
	margin: 0.8rem 0 1rem;
	font-size: 1.5rem;
	font-weight: 700;
	color: #222;
	line-height: 1.3;
	text-decoration: none;
	height: 100%;
	padding:8px;
	display: block;
}

.c-product-cases .cases-list.-redirect {
	padding: 8px;
}

.c-product-cases .cases-list.-redirect a {
	height: auto;
	margin-bottom: 0;
	padding-inline: 0;
	padding-bottom: 0;
}

.c-product-cases .cases-list figure {
	margin-bottom:10px;
	padding: 55% 0 0;
	position: relative;
	overflow: hidden;
}

.c-product-cases .cases-list img {
	width: auto;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.c-product-cases .cases-list h3 {
	margin:0.8rem 0 1rem;
	font-size:1.5rem;
	color:#222;
	line-height:1.3;
	}
.c-product-cases .cases-list P {
	margin-bottom:0.5rem; 
	font-size:1.3rem;
	line-height:1.25;}
.c-product-cases .cases-list .casename {
	font-size:1.2rem;
	line-height:1.35;
	min-height: 2.75em;
	padding: 0 0 0 55px;
	position: relative;
}
.c-product-cases .cases-list .casename span {
	margin-right:0.5rem;
	padding:.25em .5em;
	color:#fff;
	background: #bd2623;
	position: absolute;
	top: -.25em;
	left: 0;
	}
.c-product-cases-detail .caseinfo {
	margin-bottom:30px;
	padding:10px 0;
	background:#333;}
.c-product-cases-detail .caseinfo h3 {
	margin:0 0.8em 0.8em;
	padding-bottom:0.5em;
	font-size:1.6rem;
	color:#fff;
	line-height:1.3;
	border-bottom:1px solid #e1e1e1;
	}
.c-product-cases-detail .caseinfo P {
	margin:0 0 0.8em 1em;
	font-size:1.3rem;
	color:#e1e1e1;
	line-height:1.25;}
.c-product-cases-detail .caseinfo .casename {
	font-size:1.4rem;
	color:#e1e1e1;
	line-height:2.5;}
.c-product-cases-detail .caseinfo .casename span {
	margin-right:1rem;
	padding:5px 10px;
	color:#fff;
	background: #bd2623;
	}
.c-product-cases-detail .task {
	padding:15px 15px 0;
	border:1px solid #CCC;
	position:relative;
	overflow:hidden;}
.c-product-cases-detail .task .task-img {
	width:250px;
	margin-left:30px;
	float:right;}
.c-product-cases-detail .task .task-img img {
	margin-bottom:15px;}
.c-product-cases-detail .task h4 {
	padding:1.8em 0 0.5em;
	font-size:1.6rem;
	line-height:1.5;
	font-weight:600;}
.c-product-cases-detail .task li {
	margin-bottom:0.5em;
	padding-left:1em;
	font-size:1.4rem;
	line-height:1.25;
	position: relative;
}
.c-product-cases-detail .task li:after,
.c-product-cases-detail .task li:before {
	display: block;
	content: '';
	position: absolute;
}
.c-product-cases-detail .task li::after {
	top:5px;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.c-product-cases-detail .task li::before {
  top: 8px;
  left: -0.025em;
  width: 8px;
  height: 1px;
  background-color: #666;
}
.c-product-cases-detail .task .label {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:60px;
	padding:10px 5px;
	font-size:1.6rem;
	font-weight:600;
	color:#fff;
	text-align:center;}

.c-product-cases-detail .task .label-kadai {
	background:#00468C;}
.c-product-cases-detail .task .label-kento {
	background:#D96D00;}
.c-product-cases-detail .task .label-kouka {
	background:#B20000;}
.c-product-cases-detail .task .voice{
	clear:both;
	margin-bottom:15px;
	padding:15px;
	background:#f1f1f1;}
.c-product-cases-detail .task .voice h5 {
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	font-size:1.4rem;
	border-bottom:1px solid #CCC;}
.c-product-cases-detail .task .voice P {
	line-height:1.25;}
.c-product-cases-detail .arrow {
	padding:25px 0;
	text-align:center;
}

/*20220628 004*/
.casestudies-004-page .u-video-player__inner {
	padding-top: 67.25%;
}

.image-02 {
	margin-right: 80px;
	margin-left: 80px;
}

.u-box--004 h5 img {
	width: 190px;
}

.u-box--004 h5 em {
	font-size: 1.2rem;
	font-weight: 400;
}

.u-box--004 .u-box--mutual-link__text {
	margin-top: 15px;
}

/*20220824 005*/
.casestudies-005-page .image-01 {
	text-align: center;
}

.casestudies-005-page .image-01 img {
	width: 65%;
}

.casestudies-005-page .image-01 figcaption {
	color: #666;
	padding: 1em 0 0;
}

.casestudies-005-page .u-box--ersis h5 strong {
	font-size: 3.2rem;
	line-height: 1.25;
	margin: 10px 0 0;
	display: block;
}

/*202209 006*/
.casestudies-006-page .u-box--ersis h5 img {
	width: 60%;
	margin: 20px 0 0;
}

.u-photo-image {
	text-align: center;
}

.u-photo-image img {
	max-width: 64.25%;
}

.image_caption {
	text-align: center;
	margin: 1em 0 0;
	display: block;
}

.casestudies-008-page .u-box--ersis h5 img {
	width: 55%;
}

.casestudies-009-page .u-photo-image img {
	max-width: 75%;
}









