@charset "utf-8";
/* CSS Document */
/* =========================================================
   GIG5テンプレート拡張
========================================================= */

/* 導入事例一覧
--------------------------------------------------------- */

/* ----- ページタイトル ----- */
.hdg-a.diff-casestudy {
	text-align: center;
	color: #7F7F7F;
	font-weight: 400;
}
.hdg-a.diff-casestudy .sub-hdg-a {
	color: #7F7F7F;
}
/* ----- Feature 3カラム ----- */
.lyt-casestudy-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.lyt-casestudy-feature>* {
	width: 33.333%;
	max-width: 640px;
	background: #000;
}
.lyt-casestudy-feature>* a {
	display: block;
	text-decoration: none;
	height: 100%;
	background: #fff;
}
.lyt-casestudy-feature>* a:hover {
	opacity: .9;
}
.lyt-casestudy-feature .visual {
	position: relative;
	padding-top: 100%;
	overflow: hidden;
}
.lyt-casestudy-feature .visual img {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	max-width: inherit;
	height: 100%;
}
.lyt-casestudy-feature .text-box {
	padding: 28px 32px;
}
.lyt-casestudy-feature .text-box .title {
	margin-bottom: 8px;
}
.lyt-casestudy-feature .text-box .title > * {
	font-size: 3rem;
	font-weight: 400;
	color: #EE1616;
	line-height: 1.4;
}
.lyt-casestudy-feature .text-box .sub {
	margin-bottom: 20px;
}
.lyt-casestudy-feature .text-box .sub {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #404040;
}
@media only screen and (max-width: 768px) {
.lyt-casestudy-feature {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
.lyt-casestudy-feature>* {
	max-width: none;
	width: 100%;
}
.lyt-casestudy-feature>* a {
	padding: 0 8px;
	padding-top: 8px;
}
.lyt-casestudy-feature .visual {
	padding-top: 50%;
}
.lyt-casestudy-feature .visual img {
	height: auto;
	width: 100%;
}
.lyt-casestudy-feature .text-box {
	padding: 14px 16px;
}
}
/* テーマリスト */
.list-label-casestudy-feature {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px;
	margin-bottom: -8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-label-casestudy-feature li {
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 1.2rem;
	padding: 5px 14px;
	line-height: 1.2;
	border: 1px solid #bfbfbf;
	background: rgba(255, 255, 255, 0.5);
	color: #7F7F7F;
}
/* ----- 導入事例一覧選択 ----- */
/* - スマホ時モーダル用Fixed-*/
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
/* - スマホ時用ナビ-*/
.list-casestudy-categorys-navi {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 16px;
	border-bottom: 1px solid #fff;
}
.list-casestudy-categorys-navi_bottom {
	display: none;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	padding: 16px;
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys-wrapper.is-open .list-casestudy-categorys-navi,
.list-casestudy-categorys-wrapper.is-open .list-casestudy-categorys-navi_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
}
/* スマホ時絞り込み画面 下固定ボタン */
.list-casestudy-categorys-navi-backbtn button {
	padding-left: 24px;
	position: relative;
}
.list-casestudy-categorys-navi-backbtn button:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	border-bottom: 2px solid #FA0000;
	border-left: 2px solid #FA0000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 7px);
	left: 4px;
}
/* スマホ時絞り込み画面 検索結果件数 */
.list-casestudy-categorys-navi-numbers {
	color: #404040;
}
/* - PC用ナビ ラッパー-*/
.list-casestudy-categorys-wrapper {
	background: #E4e4e4;
}
@media only screen and (max-width: 1280px) {
.list-casestudy-categorys-wrapper {
	padding: 0 8px;
}
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys-wrapper {
	display: none;
}
.list-casestudy-categorys-wrapper.is-open {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1001;
	padding: 0;
}
}
/* - PC用ナビ -*/
.list-casestudy-categorys {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1280px;
	margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys {
	height: 100%;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	border-top: 1px solid #404040;
	background-color: #fff;
	overflow-y: auto;
}
}
.list-casestudy-categorys>* {
	-ms-flex-preferred-size: 283px;
	flex-basis: 283px;
	position: relative;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #404040;
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys>* {
	display: block;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	;
	border-bottom: 1px solid #404040;
}
}
.list-casestudy-categorys>*:first-child {
	font-weight: 700;
	width: 148px;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys>*:first-child {
	display: none;
}
}
.list-casestudy-categorys>*+*:before,
.list-casestudy-categorys>*:last-child:after {
	content: "";
	display: block;
	height: 100%;
	width: 1px;
	position: absolute;
	background: #fff;
	top: 0;
	left: 0;
}
.list-casestudy-categorys>*:last-child:after {
	left: auto;
	right: 0;
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys>*+*:before,
.list-casestudy-categorys>*:last-child:after {
	display: none;
}
}
.list-casestudy-categorys>* a {
	position: relative;
	display: block;
	padding: 40px 16px;
	padding-left: 22px;
	width: 100%;
	border: 1px solid transparent;
	text-decoration: none;
	border-bottom: none;
	z-index: 1;
	color: #404040;
}
.list-casestudy-categorys>* a:hover {
	color: #404040;
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys>* a {
	border: none !important;
	padding: 10px 20px;
	font-weight: 700;
}
}
.list-casestudy-categorys a:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 24px;
	top: 50%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 1px solid #FA0000;
	border-right: 1px solid #FA0000;
	margin-top: -12px;
	transition: -webkit-transform .2s;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys a:before {
	border-top: 2px solid #FA0000;
	border-right: 2px solid #FA0000;
}
}
.list-casestudy-categorys>*.is-open a {
	border: 1px solid #404040;
	border-bottom: none;
	background: #fff;
}
.list-casestudy-categorys>*.is-open a:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: -3px;
}
/* - 2階層目 -*/
.list-casestudy-categorys .list-casestudy-categorys-second {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #404040;
	border-top: none;
	z-index: 1;
	padding-bottom: 15px;
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys .list-casestudy-categorys-second {
	position: relative;
	border: none;
	top: 0;
	padding-bottom: 0;
}
.list-casestudy-categorys .list-casestudy-categorys-second li {
	border-top: 1px solid #D9D9D9;
}
}
.list-casestudy-categorys>*.is-open .list-casestudy-categorys-second {



	display: block;
}
.list-casestudy-categorys .list-casestudy-categorys-second input {
	display: none;
}
.list-casestudy-categorys .list-casestudy-categorys-second label {
	padding: 12px 22px;
	padding-right: 50px;
	display: block;
	width: 100%;
	cursor: pointer;
	position: relative;
}
@media only screen and (max-width: 1000px) {
.list-casestudy-categorys .list-casestudy-categorys-second label {
	padding: 12px 48px;
	padding-right: 50px;
}
}
.list-casestudy-categorys .list-casestudy-categorys-second label:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 9px);
	right: 22px;
	width: 18px;
	height: 18px;
	border: 1px solid;
}
.list-casestudy-categorys .list-casestudy-categorys-second label:before {
	content: "";
	position: absolute;
	right: 27px;
	display: block;
	width: 8px;
	height: 12px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 2px solid #FA0000;
	border-right: 2px solid #FA0000;
	top: 50%;
	margin-top: -8px;
	opacity: 0;
}
.list-casestudy-categorys .list-casestudy-categorys-second label:hover {
	background: #E4e4e4;
}
.list-casestudy-categorys .list-casestudy-categorys-second input:checked+label {
	color: #EE1616;
}
.list-casestudy-categorys .list-casestudy-categorys-second input:checked+label:before {
	opacity: 1;
}
.list-casestudy-categorys .list-casestudy-categorys-second label span {
	color: #7F7F7F;
	font-size: 1.2rem;
	margin-left: 8px;
}
/* リストした件数等 */
.lyt-casestudy-search {
	margin-top: 45px;
}
.lyt-casestudy-search-box {
	max-width: 1280px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 50px;
}
@media only screen and (max-width: 1280px) {
.lyt-casestudy-search-box {
	padding-left: 8px;
	padding-right: 8px;
}
}
@media only screen and (max-width: 1000px) {
.lyt-casestudy-search-box {
	padding: 20px 8px;
	background-color: #E4e4e4;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
}
.lyt-casestudy-search-numbers .total-number {
	font-size: 2.4rem;
	margin-right: 4px;
}
.lyt-casestudy-search-numbers .sub-a {
	font-size: 1.4rem;
	color: #7F7F7F;
}
.lyt-casestudy-search-box .lyt-casestudy-search-menubtn {
	display: none;
}
@media only screen and (max-width: 1000px) {
.lyt-casestudy-search-box .lyt-casestudy-search-menubtn {
	display: block;
}
.lyt-casestudy-search-box .lyt-casestudy-search-clearbtn {
	display: none;
}
}
.lyt-casestudy-search-box .lyt-casestudy-search-menubtn button,
.lyt-casestudy-search-box .lyt-casestudy-search-clearbtn button,
.list-casestudy-categorys-navi-clearbtn button,
.list-casestudy-categorys-navi-finishbtn button {
	position: relative;
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	border: 1px solid #FA0000;
	color: #EE1616;
	font-size: 1.2rem;
	padding: 8px 28px;
	background-color: #fff;
}
.lyt-casestudy-search-box .lyt-casestudy-search-clearbtn button {
	padding: 8px 45px 8px 28px;
}
.lyt-casestudy-search-box .lyt-casestudy-search-clearbtn button[disabled] {
	color: #BFBFBF;
	border: 1px solid #BFBFBF;
	cursor: default;
}
.lyt-casestudy-search-box .lyt-casestudy-search-clearbtn button:before,
.lyt-casestudy-search-box .lyt-casestudy-search-clearbtn button:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	border-bottom: 2px solid #FA0000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	top: 27px;
	right: 27px;
	margin-top: -14px;
}
.lyt-casestudy-search-box .lyt-casestudy-search-clearbtn button:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 17px;
}
.lyt-casestudy-search-box .lyt-casestudy-search-clearbtn button[disabled]:before,
.lyt-casestudy-search-box .lyt-casestudy-search-clearbtn button[disabled]:after {
	border-bottom: 2px solid #BFBFBF;
}
.list-casestudy-categorys-navi-clearbtn,
.list-casestudy-categorys-navi-finishbtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.list-casestudy-categorys-navi-finishbtn {
	margin-left: 8px;
}
.list-casestudy-categorys-navi-clearbtn button {
	color: #404040;
	border: 1px solid #7F7F7F;
}
.list-casestudy-categorys-navi-clearbtn button[disabled] {
	color: #bfbfbf;
	border: 1px solid #bfbfbf;
}
.list-casestudy-categorys-navi-finishbtn button {
	color: #fff;
	border: 1px solid #7F7F7F;
	background-color: #7F7F7F;
}
.list-casestudy-categorys-navi-clearbtn button,
.list-casestudy-categorys-navi-finishbtn button {
	width: 100%;
}
/* ----- 導入事例一覧 ----- */
.list-casestudy-items-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.list-casestudy-items {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
}
.list-casestudy-items-wrap > .list-casestudy-items {
	width: 640px;
}
.list-casestudy-items:before,
.list-casestudy-items:after {
	content: "";
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 25%;
	min-width: 294px;
}
@media only screen and (max-width: 640px) {
.list-casestudy-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	grid-template-columns: none;
}
}
.list-casestudy-items>* {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 294px;
	width: 25%;
}
.list-casestudy-items>* a {
	width: 296px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	margin: 0 auto;
	margin-bottom: 28px;
	padding: 22px;
	text-decoration: none;
    border: 1px solid transparent;
}
@media only screen and (max-width: 640px) {
.list-casestudy-items>* {
	display: block;
	min-width: auto;
	width: 100%;
}
.list-casestudy-items>* a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	padding: 16px;
	width: 100%;
}
}
.list-casestudy-items>* a:hover {
	border: 1px solid #FA0000;
}
.list-casestudy-items>* .visual {
	height: 154px;
	overflow: hidden;
	position: relative;
	border: 1px solid #D9D9D9;
}
@media only screen and (max-width: 640px) {
.list-casestudy-items>* .visual {
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
	height: 0%;
}
.list-casestudy-items>* .visual:before {
	content: "";
	display: block;
	padding-top: 62.5%;
}
}
.list-casestudy-items>* .visual img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.list-casestudy-items>* .contents {
	margin-top: 20px;
}
@media only screen and (max-width: 640px) {
.list-casestudy-items>* .contents {
	margin-top: 0;
	margin-left: 10px;
	-ms-flex-preferred-size: 647px;
	flex-basis: 647px;
	overflow: hidden;
}
}
.list-casestudy-items>* .contents .main-txt > * {
	color: #595959;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.2;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-casestudy-items>* .contents .sub-txt {
	font-size: 1.4rem;
	margin-top: 12px;
	color: #595959;
	max-height: 4.8em;
	overflow: hidden;
}
.list-casestudy-items>* .contents .sub-txt p {
	position: relative;
	overflow: hidden;
}
.list-casestudy-items>* .contents .sub-txt p:before,
.list-casestudy-items>* .contents .sub-txt p:after {
	position: absolute;
	background: #fff;
}
/* 関連する導入事例ページ用背景色 */
.section.diff-bg-casestudy .list-casestudy-items>* .contents .sub-txt p:before,
.section.diff-bg-casestudy .list-casestudy-items>* .contents .sub-txt p:after {
	background: #dedede;
}
.list-casestudy-items>* .contents .sub-txt p:before {
	content: "…";
	right: 0;
	top: 3.2em;
}
.list-casestudy-items>* .contents .sub-txt p:after {
	content: "";
	height: 100%;
	width: 100%;
}
.list-casestudy-items>* .contents .category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px;
	margin-bottom: -8px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}
.list-casestudy-items>* .contents .category li {
	margin-left: 8px;
	margin-bottom: 8px;
	font-size: 1.1rem;
	padding: 5px 8px;
	line-height: 1.2;
	border: 1px solid #bfbfbf;
	background: rgba(255, 255, 255, 0.5);
	color: #7F7F7F;
}

/*
.btn-casestudy-more {
	text-align: center;
}
.btn-casestudy-more a {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 320px;
	padding: 8px 32px;
	padding-right: 64px;
	border: 1px solid #404040;
	line-height: 1.4;
	color: #404040;
	text-decoration: none !important;
}
.btn-casestudy-more a:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 1px solid #404040;
	border-right: 1px solid #404040;
	margin-top: -12px;
	margin-left: 10px;
	transition: -webkit-transform .2s;
	-webkit-transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}
*/

/* 導入事例個別記事 --------------------------------------------------------- */
/* ----- ビジュアルヘッダー ----- */
.lyt-casestudy_content-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	position: relative;
	overflow: hidden;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 10px;
	padding-top: 150px;
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-flow: column-reverse;
	flex-flow: column-reverse;
	padding-top: 0;
}
}
/* ビジュアルヘッダー内コンテンツ部 */
.lyt-casestudy_content-header .content {
	max-width: 1280px;
	width: 100%;
	z-index: 1;
	-ms-flex-item-align: center;
	align-self: center;
	justify-self: flex-end;
	background-color: rgba(255, 255, 255, .6);
	padding: 43px 60px 50px 60px;
	border-radius: 15px 15px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
@media only screen and (max-width: 1280px) {
.lyt-casestudy_content-header .content {
	margin: 0 8px;
	width: calc(100% - 16px);
}
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-header .content {
	width: 100%;
	padding: 22px 26px;
	border-radius: 0;
	margin: 0;
}
}
.list-casestudy_content-header-categorys-wrap {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
.list-casestudy_content-header-categorys {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-bottom: -8px;
}
.list-casestudy_content-header-categorys li {
	display: inline-block;
	padding: 5px 14px;
	border: 1px solid #bfbfbf;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #7F7F7F;
	margin-left: 8px;
	margin-bottom: 8px;
	font-weight: 400;
	background-color: rgba(255, 255, 255, .5);
}
.lyt-casestudy_content-header-share {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}
@media only screen and (max-width: 767px) {
.lyt-casestudy_content-header-share .lyt-share-a {
	text-align: right;
}
}
.lyt-casestudy_content-header-title {
	width: 100%;
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-header-title {
	margin-top: 20px;
}
}
.lyt-casestudy_content-header-title > * {
	color: #EE1616;
	font-size: 5rem;
	line-height: 1.4em;
	font-weight: 400;
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-header-title > * {
	font-size: 3.2rem;
	font-weight: 700;
}
}
.lyt-casestudy_content-header-sub {
	margin-top: 16px;
}
.lyt-casestudy_content-header-sub > * {
	font-size: 3rem;
	font-weight: bold;
	line-height: 1.4;
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-header-sub > * {
	font-size: 2.6rem;
}
}
.lyt-casestudy_content-header-lead {
	margin-top: 40px;
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-header-lead {
	margin-top: 30px;
}
}
.lyt-casestudy_content-header-btn-wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 40px;
}
.lyt-casestudy_content-header-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -8px;
	margin-bottom: -8px;
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-header-btn {
	width: calc(100% + 8px);
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
}
.lyt-casestudy_content-header-btn > * {
	margin-left: 8px;
	margin-bottom: 8px;
	background-color: #fff;
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-header-btn > * {
	width: 100%;
}
}
.lyt-casestudy_content-header-btn > * a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 22px 10px 42px;
	position: relative;
	line-height: 1.4;
	text-decoration: none!important;
	border: 1px solid #FA0000;
	color: #EE1616;
	text-align: center;
}
.lyt-casestudy_content-header-btn > * a.btn-movie {
	padding-left: 46px;
}
.lyt-casestudy_content-header-btn > * a.btn-movie:before {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	left: 20px;
	display: block;
	width: 19px;
	height: 13px;
	background-image: url(//www.fujitsu.com/jp/imagesgig5/movie_tcm102-3976733_tcm102-2750236-32.png);
}
.lyt-casestudy_content-header-btn > * a.btn-movie:hover {
	opacity: .7;
}
.lyt-casestudy_content-header-btn > * a.btn-pdf {
	padding-left: 42px;
}
.lyt-casestudy_content-header-btn > * a.btn-pdf:before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: 20px;
	display: block;
	width: 14px;
	height: 16px;
	background-image: url(//www.fujitsu.com/jp/imagesgig5/pdf_tcm102-3976736_tcm102-2750236-32.png);
}

.lyt-casestudy_content-header-btn > * a.btn-pdf:hover {
	opacity: .7;
}
.lyt-casestudy_content-header .visual {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-header .visual {
	position: relative;
	height: auto;
}
.lyt-casestudy_content-header .visual-inner:before {
	content: "";
	display: block;
	padding-top: 33.333%;
}
}
.lyt-casestudy_content-header .visual-inner {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.lyt-casestudy_content-header .visual-inner > img {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
}
@media only screen and (max-width: 1920px) {
.lyt-casestudy_content-header .visual-inner > img {
	max-width: none;
}
}
/* メインコンテンツ部 */
.lyt-casestudy_content-body {
	background: #F2F2F2;
	color: #404040;
	line-height: 1.7;
}
.lyt-casestudy_content-body .section {
	max-width: 1280px;
	margin: 0 auto;
	background: #fff;
}
@media only screen and (max-width: 1280px) {
.lyt-casestudy_content-body .section {
	margin: 0 8px;
}
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-body .section {
	margin: 0;
}
}
.lyt-casestudy_content-body .section .section-inner {
	padding-right: 0;
	padding-left: 0;
	max-width: 810px;
}
@media only screen and (max-width: 1000px) {
.lyt-casestudy_content-body .section .section-inner {
	padding-right: 60px;
	padding-left: 60px;
}
}
@media only screen and (max-width: 768px) {
.lyt-casestudy_content-body .section .section-inner {
	padding: 22px 26px;
    padding-bottom: 44px !important;
}
}
.lyt-casestudy_content-body .section:last-child .section-inner {
	padding-bottom: 0;
}
.lyt-casestudy_content-body.diff-casestudy-sharearea .section .section-inner {
	padding-top: 82px !important;
	padding-bottom: 104px !important;
}
@media only screen and (max-width: 480px) {
.lyt-casestudy_content-body.diff-casestudy-sharearea .section .section-inner {
	padding-top: 42px !important;
	padding-bottom: 88px !important;
}
}
.lyt-casestudy_content-body.diff-casestudy-relatedarea .section .section-inner {
	padding-top: 90px;
}
@media only screen and (max-width: 480px) {
.lyt-casestudy_content-body.diff-casestudy-relatedarea .section .section-inner {
	padding-top: 22px;
}
}
/* 課題と効果 */
.list-casestudy-issues {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -60px;
	margin-bottom: -30px !important;
}
@media only screen and (max-width: 768px) {
.list-casestudy-issues {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	margin-left: 0;
}
}
.list-casestudy-issues dt,
.list-casestudy-issues dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	padding-left: 60px;
	padding-bottom: 30px;
	min-height: 80px;
}
@media only screen and (max-width: 768px) {
.list-casestudy-issues dt,
.list-casestudy-issues dd {
	width: 100%;
	padding-left: 0;
	min-height: auto;
}
}
.list-casestudy-issues dd {
	position: relative;
	font-weight: 700;
}
.list-casestudy-issues dd:before {
	position: absolute;
	left: 5px;
	width: 30px;
	height: 30px;
	border-top: 1px solid #FA0000;
	border-right: 1px solid #FA0000;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: calc(50% - 30px);
}
@media only screen and (max-width: 768px) {
.list-casestudy-issues dt {
	padding-bottom: 60px;
}
.list-casestudy-issues dd + * {
	border-top: 1px solid #D9D9D9;
	padding-top: 30px;
}
.list-casestudy-issues dd:before {
	top: -55px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 0;
	left: 0;
	margin: auto;
}
}
/* タイトル（赤見出し） */
.hdg-b.diff-casestudy-title {
	color: #EE1616;
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 30px;
	border-bottom: 0;
	padding-bottom: 0;
}
@media only screen and (max-width: 480px) {
.hdg-b.diff-casestudy-title {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
}
.hdg-b.diff-casestudy-title::before {
	display: none
}
/* タイトル（黒文字） */
.hdg-b.diff-casestudy-description {
	color: #404040;
	font-size: 2.6rem;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
	border-bottom: 0;
	padding-bottom: 0;
}
.hdg-b.diff-casestudy-title + .hdg-b.diff-casestudy-description {
	margin-top: -1.2rem;
}
@media only screen and (max-width: 480px) {
.hdg-b.diff-casestudy-description {
	font-weight: 700;
	font-size: 1.6rem;
	margin-top: 20px;
	margin-bottom: 22px
}
}
.hdg-b.diff-casestudy-description::before {
	display: none
}
/* 人物 */
.list-casestudy-human {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
.list-casestudy-human {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 50px;
}
}
.list-casestudy-human li {
	margin-bottom: 30px;
}
.list-casestudy-human .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.list-casestudy-human .item .img {
	width: 135px;
	font-size: 0;
}
.list-casestudy-human .item .img .img-inner {
	width: 135px;
	height: 135px;
	background: #eee;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}
.list-casestudy-human .item .img .img-inner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	max-width: none;
}
.list-casestudy-human .item .txt {
	padding-left: 18px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.list-casestudy-human .item .txt span {
	font-size: 1.4rem;
	color: #7F7F7F;
	width: 100%;
	line-height: 1.6;
}
.list-casestudy-human .item .txt .name {
	display: block;
	text-align: right;
}
/* 画像右配置 */
.list-casestudy-human .item.is-img-r .img {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.list-casestudy-human .item.is-img-r .txt {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding-left: 0;
	padding-right: 18px;
}
/* 横並び */
.list-casestudy-human.diff-col2 {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row;
	flex-flow: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.list-casestudy-human.diff-col2 li {
	width: 100%;
}
.list-casestudy-human.diff-col2 .item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}
.list-casestudy-human.diff-col2 .item .img {
	margin: 0 auto;
}
.list-casestudy-human.diff-col2 .item .txt {
	padding: 0;
	margin-top: 20px;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}
.list-casestudy-human.diff-col2 li+li {
	margin-left: 50px;
}
@media only screen and (max-width: 980px) {
.list-casestudy-human.diff-col2 li+li {
	margin-left: 32px;
}
}
/* 画像キャプション */
.lyt-img-b.diff-casestudy {
	margin-bottom: 90px;
}
.lyt-img-b.diff-casestudy .caption {
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: 12px;
	line-height: 1.6;
}
.lyt-img-b.diff-casestudy img + .caption {
	margin-top: 12px;
	margin-bottom: 0;
}
/* box-a r付き */
.box-a.diff-casestudy-summary {
	border: 1px solid #D9D9D9;
	border-radius: 8px;
	max-width: 640px;
	margin-right: auto;
	margin-left: auto;
}
.box-a.diff-casestudy-summary h2 {
    font-size: 2.2rem;
    font-weight: 400;
}.box-a.diff-casestudy-summary p+p {
    margin-top: 20px !important;
}
/* box-a 内リンク */
.lyt-btn-b.diff-casestudy-summary {
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	justify-content: center;
	margin-top: 20px !important;
}

.btn-casestudy-summary {
	color: #57564f!important;
	background: #fff;
	border: 1px solid #b1b1ac;
	padding: 6px 34px 6px 16px;
	text-decoration: none!important;
	display: inline-block;
	line-height: 1.4;
	position: relative;
	-webkit-transition: background .2s;
	transition: background .2s;
	font-size: 1.2rem;
}
.btn-casestudy-summary[href$=".pdf"] .icon-a,
.btn-casestudy-summary[target=_blank] .icon-a {
	position: absolute;
	top: 50%;
	right: 12px;
	display: inline-block;
	margin: -5px 0 0;
}

.btn-casestudy-summary:hover {
	opacity: .8;
}
@media only screen and (max-width: 480px) {
.btn-casestudy-summary {
	padding: 12px 34px 12px 22px;
}
.lyt-btn-b.diff-casestudy-summary li {
	width: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
}
/* 仕切り線 */
.lyt-casestudy_content-body hr {
	background: #d9d9d9;
	border: none;
	height: 1px;
}
.lyt-casestudy_content-body hr.related-btm {
	margin-top: 55px !important;
}
@media only screen and (max-width: 480px) {
.lyt-casestudy_content-body hr.related-btm {
	margin-top: 22px !important;
}
}
.lyt-casestudy_content-body .related-notice {
	margin-top: 55px;
	font-size: 1.4rem;
}
@media only screen and (max-width: 480px) {
.lyt-casestudy_content-body .related-notice {
	margin-top: 32px;
}
}

/* 仕切り線下注記 */


/* 見出し */
.hdg-e.diff-casestudy {
	color: #7F7F7F;
	font-size: 1.6rem;
}
.hdg-b.diff-casestudy {
	margin-bottom: 26px;
	border-bottom: 0;
	padding-bottom: 0;
	text-align: center;
	color: #404040;
	font-weight: 400;
}
.hdg-b.diff-casestudy:before {
	display: none;
}
@media only screen and (max-width: 480px) {
.hdg-b.diff-casestudy {
	margin-bottom: 22px
}
}
/* リンク一覧 */
.list-link-a.diff-casestudy {
	padding-left: 0;
	margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
.list-link-a.diff-casestudy {
	margin-bottom: 22px;
}
}
.list-link-a.diff-casestudy>li>a {
	color: #404040 !important;
}
.list-link-a.diff-casestudy>li>a::before {
    border-top: 1px solid #FA0000;
    border-right: 1px solid #FA0000;
}
.list-link-a.diff-casestudy>li .sub {
	display: block;
	color: #7F7F7F;
	font-size: 1.4rem;
    padding-left: 21px;
}
/* ページ下部シェア */
.lyt-casestudy_content-body .box-share-a .box-hdg-a {
	width: 280px;
}
.lyt-casestudy_content-body .box-share-a .list-share-a {
    padding-left: 70px;
}
@media only screen and (max-width: 1280px) {
.lyt-casestudy_content-body .box-share-a .list-share-a {
    padding-right: 30px;
}
}
@media only screen and (max-width: 767px) {
.lyt-casestudy_content-body .box-share-a .box-hdg-a {
	width: auto;
}
.lyt-casestudy_content-body .box-share-a .list-share-a {
    padding-right: 0;
    padding-left: 0;
}
}
/* 関連する導入事例 */
.main-contents .section.diff-bg-casestudy {
	background: #dedede;
}
.main-contents .section.diff-bg-casestudy .section-inner {
	padding-bottom: 64px;
}
/* conversion */
.conv-casestudy {
	text-align: center;
	color: #404040;
	margin: 8px 0 !important;
}
.conv-casestudy .item + .item {
	margin-top: 35px;
	padding-top: 35px;
	position: relative;
}
.conv-casestudy .item + .item:before {
	content: "";
	display: block;
	width: calc(100% + 64px);
	height: 1px;
	background: #D9D9D9;
	top: 0;
	margin-left: -32px;
	position: absolute;
}
.conv-casestudy .head {
	padding-left: 26px;
	position: relative;
	font-size: 2rem;
	display: inline-block;
	margin: 0 auto;
}
.conv-casestudy .head.diff-icon-tel:before {
	content: "";
	width: 22px;
	height: 22px;
	background-image: url(//www.fujitsu.com/imgv5/common/utility/icon-tel-01.png);
	left: 0;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: calc(50% - 14px);
}
.conv-casestudy .head.diff-icon-mail:before,
.conv-casestudy .head.diff-icon-mail:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}
.conv-casestudy .head.diff-icon-mail:before {
	width: 22px;
	height: 16px;
	background: #706f67;
	top: calc(50% - 8px);
}
.conv-casestudy .head.diff-icon-mail:after {
	width: 22px;
	height: 22px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	top: calc(50% - 10px);
	margin-top: -14px;
}
.conv-casestudy .head + .lyt-btn-b {
	margin-top: 5px;
}
.conv-casestudy .title {
	font-size: 1.6rem;
	margin-top: 15px;
}
.conv-casestudy .telnumber {
	font-size: 3.4rem;
	line-height: 1;
	margin-top: 5px;
	color: #EE1616;
}
.conv-casestudy .telnumber .sub {
	font-size: 1.6rem;
	color: #404040;
}
.conv-casestudy .notice {
	font-size: 1.4rem;
	margin-top: 10px;
}
#footer-conversion li.conversion>button.contact,
#footer-conversion .conv-list>li>a.login {
	padding: 9px 22px 8px 22px;
    min-width: auto;
}
@media only screen and (max-width: 767px) {
#footer-conversion li.conversion>button.contact,
#footer-conversion .conv-list>li>a.login {
	padding: 13px 6px 12px 6px;
    font-size: 1.6rem;
}
}
#footer-conversion .conv-list>li>button.contact::before,
#footer-conversion .conv-list>li>a.login::before{
	display: none;
}

/*****************************************************************************************/

/****************************************************
 * parts
 ***************************************************/

.diff-bg-relation {
  background: #f2f2f2;
}

.btn-c {
  padding: 8px 34px 8px 22px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1.4;
  position: relative;
  transition: background .2s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.18);
}

.btn-c::before, .btn-c::before {
  display: block;
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #a30b1a;
  border-right: 2px solid #a30b1a;
  transform: rotate(45deg);
  margin-top: -4px;
}

.btn-c {
  border: 1px solid #000000;
}

.btn-c::before {
  border-color: #000000;
}

.btn-c:hover {
  background: #eee;
}

.moreinfo-a {
  margin-top: 40px;
}

.diff-section-c .section-inner {
  max-width: 850px;
  padding-left: 20px;
  padding-right: 20px;
}

.list-news-a .news-content .date {
  width: 8em;
}

.tg-color-1 {
  color: #c73f8b;
}

.tg-color-2 {
  color: #4674c1;
}

.tg-color-3 {
  color: #986515;
}

.tg-color-4 {
  color: #d26123;
}

.tg-color-5 {
  color: #219818;
}

.tg-color-6 {
  color: #eea10c;
}

.tg-color-7 {
  color: #4f5d76;
}

.tg-color-8 {
  color: #4f765d;
}

.tg-bg-color-a {
  background-color: #e6e6e6;
}

.tg-border-a {
  padding: 40px 40px;
  border: 1px solid #b1b1ac;
}

.tg-col2-center .col:nth-child(1) {
  text-align: right;
}

.tg-col2-center .col:nth-child(2) {
  text-align: left;
}

@media print, screen and (max-width: 1000px) {
  .diff-section-c .section-inner {
    padding-left: 43px;
    padding-right: 43px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-c,
  .btn-d {
    width: 100%;
    padding: 12px 34px 12px 22px;
  }
  .tg-col2-center .col {
    text-align: center !important;
  }
}

@media only screen and (max-width: 480px) {
  .diff-section-c .section-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .tg-border-a {
    padding: 30px 15px;
  }
}

/* リンク hover */
a.u-td-hv {text-decoration: underline!important;}
a.u-td-hv:hover {text-decoration: none!important;}
a.u-td-hv2 {text-decoration: none!important;}
a.u-td-hv2:hover {text-decoration: underline!important;}
a.u-op-hv:hover {opacity: 0.7;}

/* リンク hover ※画像 */
a.diff-img-hvsc {display: inline-block;}
a.diff-img-hvsc .diff-img-hvsc_inner {position: relative; display: block; overflow: hidden;}
a.diff-img-hvsc img {transition: -webkit-transform 0.5s; transition: transform 0.5s;}
a.diff-img-hvsc:hover img,
a.diff-img-hvsc:active img,
a.diff-img-hvsc:focus img {-webkit-transform: scale(1.1); transform: scale(1.1);}


/****************************************************
 * #footer-conversion
 ***************************************************/
#footer-conversion li.login a {
  padding: 9px 20px 8px 20px;
}

#footer-conversion li.login a::before {
  content: none;
}

@media only screen and (max-width: 767px) {
  #footer-conversion li.login a {
    padding: 13px 6px 12px 6px;
    font-size: 1.4rem;
  }
}

/****************************************************************************
 * top
 */
@media only screen and (min-width: 1281px) {
  .tg-top-visual {
    height: 400px;
  }
}

.tg-top-visual {
  margin-top: 16px;
  background: #278a87;
  color: #ffffff;
}

.tg-top-visual .content {
  padding-top: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tg-top-newslist .section-inner {
  padding-top: 25px;
  padding-bottom: 88px;
}

.tg-top-lyt-col-announce {
  margin: -30px 0 0 -3.90625%;
}

.tg-top-lyt-col-announce li {
  margin: 30px 0 0 3.759398496240602%;
}

.tg-top-lyt-col-announce p + p {
  margin-top: 8px !important;
}

.tg-top-lyt-col-announce .image {
  margin-bottom: 15px;
}

.tg-top-lyt-col-announce .title {
  font-weight: bold;
  font-size: 1.8rem;
}

.tg-top-lyt-col-announce .date {
  font-size: 1.4rem;
  color: #888888;
}

.tg-top-lyt-col-course > li {
  padding-bottom: 50px !important;
}

.tg-top-lyt-col-course > li .title {
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #000000;
}

.tg-top-lyt-col-course > li .title::before {
  content: "";
  position: absolute;
  display: block;
  top: 3px;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
}

.tg-top-lyt-col-course > li.item-1 .title {
  color: #c73f8b;
  border-color: #c73f8b;
}

.tg-top-lyt-col-course > li.item-1 .title::before {
  background-image: url(/jp/group/labs/imagesgig5/icon_01_tcm196-4832591_tcm196-2750236-32.png);
}

.tg-top-lyt-col-course > li.item-1 .list-link-a a::before {
  border-color: #c73f8b;
}

.tg-top-lyt-col-course > li.item-2 .title {
  color: #4674c1;
  border-color: #4674c1;
}

.tg-top-lyt-col-course > li.item-2 .title::before {
  background-image: url(/jp/group/labs/imagesgig5/icon_02_tcm196-4832593_tcm196-2750236-32.png);
}

.tg-top-lyt-col-course > li.item-2 .list-link-a a::before {
  border-color: #4674c1;
}

.tg-top-lyt-col-course > li.item-3 .title {
  color: #986515;
  border-color: #986515;
}

.tg-top-lyt-col-course > li.item-3 .title::before {
  background-image: url(/jp/group/labs/imagesgig5/icon_03_tcm196-4832594_tcm196-2750236-32.png);
}

.tg-top-lyt-col-course > li.item-3 .list-link-a a::before {
  border-color: #986515;
}

.tg-top-lyt-col-course > li.item-4 .title {
  color: #d26123;
  border-color: #d26123;
}

.tg-top-lyt-col-course > li.item-4 .title::before {
  background-image: url(/jp/group/labs/imagesgig5/icon_04_tcm196-4832596_tcm196-2750236-32.png);
}

.tg-top-lyt-col-course > li.item-4 .list-link-a a::before {
  border-color: #d26123;
}

.tg-top-lyt-col-course > li.item-5 .title {
  color: #219818;
  border-color: #219818;
}

.tg-top-lyt-col-course > li.item-5 .title::before {
  background-image: url(/jp/group/labs/imagesgig5/icon_05_tcm196-4832597_tcm196-2750236-32.png);
}

.tg-top-lyt-col-course > li.item-5 .list-link-a a::before {
  border-color: #219818;
}

.tg-top-lyt-col-course > li.item-6 .title {
  color: #eea10c;
  border-color: #eea10c;
}

.tg-top-lyt-col-course > li.item-6 .title::before {
  background-image: url(/jp/group/labs/imagesgig5/icon_06_tcm196-4832598_tcm196-2750236-32.png);
}

.tg-top-lyt-col-course > li.item-6 .list-link-a a::before {
  border-color: #eea10c;
}

.tg-top-lyt-col-course > li.item-7 .title {
  color: #4f5d76;
  border-color: #4f5d76;
}

.tg-top-lyt-col-course > li.item-7 .title::before {
  background-image: url(/jp/group/labs/imagesgig5/icon_07_tcm196-4832599_tcm196-2750236-32.png);
}

.tg-top-lyt-col-course > li.item-7 .list-link-a a::before {
  border-color: #4f5d76;
}

.tg-top-lyt-col-course > li.item-8 .title {
  color: #4f765d;
  border-color: #4f765d;
}

.tg-top-lyt-col-course > li.item-8 .title::before {
  background-image: url(/jp/group/labs/imagesgig5/icon_08_tcm196-4832601_tcm196-2750236-32.png);
}

.tg-top-lyt-col-course > li.item-8 .list-link-a a::before {
  border-color: #4f765d;
}

.tg-top-lyt-col-course > li .list-link-a > li > span {
  display: inline-block;
  padding-left: 21px;
}

.tg-top-lyt-col-course > li .list-link-a > li > span::before {
  content: "・";
  margin: 0 8px 0 -25px;
}

@media only screen and (max-width: 767px) {
  .tg-top-visual {
    background: #278a87;
  }
  .tg-top-visual .content {
    display: block;
  }
  .tg-top-visual .content .content-inner {
    background: transparent;
    padding: 20px 16px 0;
  }
  .tg-top-visual .content .visual {
    position: relative;
    height: calc(400vw*100/750);
  }
  .tg-top-visual .content .visual img {
    right: 0;
  }
  .tg-top-lyt-col-announce {
    margin: -20px 0 0 -16px;
  }
  .tg-top-lyt-col-announce li {
    margin: 20px 0 0 16px;
  }
  .tg-top-lyt-col-course > li {
    padding-bottom: 20px !important;
  }
}

@media only screen and (max-width: 480px) {
  .tg-top-newslist .section-inner {
    padding-top: 10px;
    padding-bottom: 48px;
  }
}

/****************************************************************************
 * document
 */
.tg-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tg-document > ul {
  width: calc(100% / 3);
}

.tg-document > ul.diff-col2 {
  margin-top: 0 !important;
  margin-left: 0;
  width: calc(100% / 3 * 2);
}

.tg-document .tg-document-list-a li .date {
  font-size: 1.4rem;
  color: #888888;
}

.tg-document .tg-document-list-a li a {
  text-decoration: none;
}

.tg-document .tg-document-list-a li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .tg-document {
    display: block;
  }
  .tg-document > ul {
    width: 100% !important;
  }
  .tg-document > ul.diff-col2 {
    margin-top: 12px !important;
  }
}

/****************************************************************************
 * list
 */
.hero-area-b[class*="tg-list-visual"] {
  margin-top: 16px;
  height: 420px;
}

.hero-area-b[class*="tg-list-visual"] .content {
  padding: 50px 20px;
  max-width: 850px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-area-b[class*="tg-list-visual"] .content-inner {
  color: #ffffff;
  width: 100%;
}

.hero-area-b[class*="tg-list-visual"] .content-inner .ctg-txt {
  font-size: 2.2rem;
  text-align: center;
}

.hero-area-b[class*="tg-list-visual"] .content-inner .hdg-a {
  text-align: center;
  padding: 20px 0 0;
  margin-bottom: 20px;
}

.hero-area-b[class*="tg-list-visual"] .visual img {
  top: 50%;
  left: 50%;
  min-width: 1440px;
  transform: translate(-50%, -50%);
}

.tg-list-title-w::after {
  content: "";
  display: table;
  clear: both;
}

.tg-list-title-w .title {
  float: left;
}

.tg-list-person-qa .lyt-col + .lyt-col {
  margin-top: 24px;
}

.tg-list-person-qa .lyt-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tg-list-person-qa .visual {
  width: 80px;
}

.tg-list-person-qa .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
}

.tg-list-person-qa .frame {
  position: relative;
  padding: 15px 15px;
  border-radius: 10px 10px;
  display: inline-block;
  border: 2px solid transparent;
}

.tg-list-person-qa .frame:before, .tg-list-person-qa .frame:after {
  content: "";
  position: absolute;
  top: 15px;
  border-top: 10px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid transparent;
}

.tg-list-person-qa .col-l {
  padding-right: 105px;
}

.tg-list-person-qa .col-l .frame {
  margin-left: 25px;
}

.tg-list-person-qa .col-l .frame:before {
  left: -30px;
}

.tg-list-person-qa .col-l .frame:after {
  left: -27px;
  border-right-color: #ffffff;
}

.tg-list-person-qa .col-l.color-1 .frame {
  border-color: #eeb0d9;
}

.tg-list-person-qa .col-l.color-1 .frame::before {
  border-right-color: #eeb0d9;
}

.tg-list-person-qa .col-l.color-2 .frame {
  border-color: #b9cbe9;
}

.tg-list-person-qa .col-l.color-2 .frame::before {
  border-right-color: #b9cbe9;
}

.tg-list-person-qa .col-l.color-3 .frame {
  border-color: #fad380;
}

.tg-list-person-qa .col-l.color-3 .frame::before {
  border-right-color: #fad380;
}

.tg-list-person-qa .col-l.color-4 .frame {
  border-color: #999999;
}

.tg-list-person-qa .col-l.color-4 .frame::before {
  border-right-color: #999999;
}

.tg-list-person-qa .col-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 105px;
}

.tg-list-person-qa .col-r .content {
  text-align: right;
}

.tg-list-person-qa .col-r .frame {
  margin-right: 25px;
  text-align: left;
}

.tg-list-person-qa .col-r .frame:before {
  right: -30px;
}

.tg-list-person-qa .col-r .frame:after {
  right: -27px;
  border-left: 15px solid #ffffff;
}

.tg-list-person-qa .col-r.color-1 .frame {
  border-color: #eeb0d9;
}

.tg-list-person-qa .col-r.color-1 .frame::before {
  border-left-color: #eeb0d9;
}

.tg-list-person-qa .col-r.color-2 .frame {
  border-color: #b9cbe9;
}

.tg-list-person-qa .col-r.color-2 .frame::before {
  border-left-color: #b9cbe9;
}

.tg-list-person-qa .col-r.color-3 .frame {
  border-color: #fad380;
}

.tg-list-person-qa .col-r.color-3 .frame::before {
  border-left-color: #fad380;
}

.tg-list-person-qa .col-r.color-4 .frame {
  border-color: #999999;
}

.tg-list-person-qa .col-r.color-4 .frame::before {
  border-left-color: #999999;
}

.tg-list-person-qa + *:not([class^="hdg-"]):not([class*=" hdg-"]) {
  margin-top: 28px;
}

.tg-list-p-lyt-overview .hdg-d {
  margin-top: 20px;
}

.tg-list-p-lyt-overview .p-lyt-overview__list-label + [class^=list-],
.tg-list-p-lyt-overview .p-lyt-overview__list-label + p {
  margin-top: 12px !important;
}

.tg-list-order-a {
  margin-top: -28px;
}

.tg-list-order-a > li {
  padding-top: 28px;
}

.main-contents p + .tg-list-order-a {
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .hero-area-b[class*="tg-list-visual"] {
    height: auto;
  }
  .hero-area-b[class*="tg-list-visual"] .content {
    padding: 0 0;
    height: 100%;
    display: block;
  }
  .hero-area-b[class*="tg-list-visual"] .content-inner {
    color: #000000;
    background-color: transparent;
    padding: 20px 16px 0;
  }
  .hero-area-b[class*="tg-list-visual"] .content-inner .ctg-txt {
    font-size: 2.0rem;
  }
  .hero-area-b[class*="tg-list-visual"].tg-list-visual-a .ctg-txt {
    color: #c73f8b;
  }
  .hero-area-b[class*="tg-list-visual"].tg-list-visual-b .ctg-txt {
    color: #4674c1;
  }
  .hero-area-b[class*="tg-list-visual"].tg-list-visual-c .ctg-txt {
    color: #986515;
  }
  .hero-area-b[class*="tg-list-visual"].tg-list-visual-d .ctg-txt {
    color: #d26123;
  }
  .hero-area-b[class*="tg-list-visual"].tg-list-visual-e .ctg-txt {
    color: #219818;
  }
  .hero-area-b[class*="tg-list-visual"].tg-list-visual-f .ctg-txt {
    color: #eea10c;
  }
  .hero-area-b[class*="tg-list-visual"].tg-list-visual-g .ctg-txt {
    color: #4f5d76;
  }
  .hero-area-b[class*="tg-list-visual"].tg-list-visual-h .ctg-txt {
    color: #4f765d;
  }
  .hero-area-b[class*="tg-list-visual"] .visual {
    height: calc(224vw*100/767);
  }
  .hero-area-b[class*="tg-list-visual"] .visual img {
    min-width: inherit;
  }
  .tg-list-person-qa .col-l {
    padding-right: 35px;
  }
  .tg-list-person-qa .col-r {
    padding-left: 35px;
  }
  .tg-list-lyt-item-r > .item {
    padding-top: 0;
    display: table-header-group;
  }
  .tg-list-lyt-item-r > .img {
    padding-top: 14px;
    display: table-cell;
  }
}

/*gig5-country.css ounteract*/
.hero-area-b .content .sub-txt>* {
    font-size: inherit;
    color: inherit;
    display: inline-block;
    background: transparent;
    line-height: inherit;
    padding: 0;
    font-weight: inherit;
    }

    table .tg-table-bg-color-a>td {
        background-color: #f0f0f0;
        }
        
        .tg-table-narrow td,
        .tg-table-narrow th {
        padding:5px;
        font-size: 1.4rem;
        }
    .diff-bg-pink{
      background-color: #ffebed !important;
    }

@media only screen and (max-width: 480px) {
  .tg-list-person-qa .visual {
    width: 50px;
  }
  .tg-list-person-qa .col-l {
    padding-right: 15px;
  }
  .tg-list-person-qa .col-r {
    padding-left: 15px;
  }
}


/****************************************************************************
 * play button
 */

/* large botton */
.play-btn-area-a .play-btn {
    position: relative;
}

.play-btn-area-a .play-btn .btn::before {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #c00000;
}

.play-btn-area-a .play-btn .btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 20px;
    width: 0px;
    height: 0px;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
}

.play-btn-area-a .text {
    margin-left: 50px;
}

/* small botton */
.play-btn-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-top: -18px;
}

.play-btn-wrap a {
    text-decoration: none;
}

.play-btn-area-b {
    display: block;
    border: 1px solid #000;
    border-radius: 6px;
    background: #f2f2f2;
    padding: 10px;
    margin-left: 12px;
    margin-top: 18px;
    font-size: 1.5rem;
}

.play-btn-bg-red {
    background: #fee2e2!important;
    border: 1px solid #c00000!important;
}

.play-btn-area-b .play-btn {
    display: block;
    position: relative;
}

.play-btn-area-b .play-btn .btn::before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #c00000;
}

.play-btn-area-b .play-btn .btn:after {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 8px;
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 13px solid #fff;
}

.play-btn-area-b .text {
    display: block;
    margin-left: 38px;
}

.hover-feature {
    display: block;
    border: 1px solid #c00000;
    border-radius: 6px;
    margin-top: 12px;
    margin-left: 12px;
    padding: 10px 6px;
}

.hover-feature .title {
    display: block;
}

.play-btn-list {
    display: block;
    font-size: 1.4rem;
}

.play-btn-list .list {
    position: relative;
    display: block;
    padding-left: 17px;
    margin-top: 12px;
}

.play-btn-list .list::before {
    position: absolute;
    top: .65em;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    background: #87867e;
    border-radius: 50%;
    content: "";
}

.play-btn-hover-feature .hover-feature {
    display: none;
}

.play-btn-hover-feature:hover .hover-feature {
    display: block;
}


/*****************************************************************************/
.main-contents .for-pc{
	display:block
}
.main-contents .for-sp{
	display:none
}
.lyt-casestudy_content-body{
	background-color:#ffffff
}
@media only screen and (max-width: 767px){
	.main-contents .for-pc{
		display:none
	}
	.main-contents .for-sp{
		display:block
	}
}
.lyt-casestudy_content-header{
	height:730px;
	min-height:730px;
	padding-top:0
}
@media only screen and (max-width: 767px){
	.lyt-casestudy_content-header{
		height:auto;
		min-height:0
	}
}
.lyt-casestudy_content-header .content{
	max-width:none;
	padding:0 0;
	background:-webkit-linear-gradient(bottom, #000, transparent);
	background:linear-gradient(to top, #000, transparent)
}
@media only screen and (max-width: 1280px){
	.lyt-casestudy_content-header .content{
		margin:0 0;
		width:100%
	}
}
@media only screen and (max-width: 767px){
	.lyt-casestudy_content-header .content{
		background:none
	}
}
.lyt-casestudy_content-header .content .content-inner{
	color:#ffffff;
	text-shadow:0 0 5px #000000;
	padding:30px 30px;
	max-width:1280px;
	width:100%;
	margin:0 auto
}
@media only screen and (max-width: 767px){
	.lyt-casestudy_content-header .content .content-inner{
		color:#000000;
		text-shadow:none;
		padding:22px 26px
	}
}
.lyt-casestudy_content-header .lyt-casestudy_content-header-sub>*{
	font-size:4.0rem
}
@media only screen and (max-width: 767px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-sub>*{
		font-size:2.4rem
	}
}
.lyt-casestudy_content-header .lyt-casestudy_content-header-note{
	margin-top:40px;
	text-align:right;
	font-size:1.2rem
}
@media only screen and (max-width: 767px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-note{
		margin-top:30px;
		font-size:1.2rem
	}
}
@media only screen and (max-width: 1280px){
	.lyt-casestudy_content-header .visual{
		top:5%
	}
}
@media only screen and (max-width: 767px){
	.lyt-casestudy_content-header .visual{
		top:0
	}
}
@media only screen and (max-width: 767px){
	.lyt-casestudy_content-header .visual .visual-inner:before{
		padding-top:62.5%
	}
}
.lyt-casestudy_content-header .visual .visual-inner>img{
	top:0;
	transform:translate(-50%, 0)
}
@media only screen and (max-width: 767px){
	.lyt-casestudy_content-header .visual .visual-inner>img{
		width:100%
	}
}
.lyt-casestudy_content-header .lyt-casestudy_content-header-title{
	position:absolute;
	z-index:5;
	max-width:1280px;
	width:100%;
	top:0;
	left:50%;
	transform:translateX(-50%)
}
@media only screen and (min-width: 1281px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-title{
		top:30px
	}
}
@media only screen and (max-width: 767px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-title{
		position:relative;
		top:0;
		left:0;
		transform:translateX(0);
		margin-top:0
	}
}
.lyt-casestudy_content-header .lyt-casestudy_content-header-title>div{
	width:160px;
	height:160px;
	color:#ffffff;
	font-size:2.2rem;
	text-align:center;
	box-sizing:border-box;
	padding-top:65px;
	margin:0 0 0 30px
}
@media only screen and (max-width: 1280px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-title>div{
		font-weight:normal;
		width:100%;
		height:auto;
		color:#ffffff;
		font-size:1.6rem;
		padding:8px 0;
		margin:0 0 !important
	}
}
.lyt-casestudy_content-header .lyt-casestudy_content-header-title>div.c-red{
	background-color:#c31b2b
}
.lyt-casestudy_content-header .lyt-casestudy_content-header-title>div.c-purple{
	background-color:#55258b
}
.lyt-casestudy_content-header .lyt-casestudy_content-header-title>div.b-right{
	margin:0 30px 0 auto
}
@media only screen and (min-width: 1281px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-title>div.pt-50{
		padding-top:50px
	}
}
@media only screen and (max-width: 1280px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-title>div.pt-50{
		padding:8px 0
	}
}
@media only screen and (min-width: 1281px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-title>div.pt-36{
		padding-top:36px
	}
}
@media only screen and (max-width: 1280px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-title>div.pt-36{
		padding:8px 0
	}
}
.lyt-casestudy_content-header .lyt-casestudy_content-header-title .pc-db{
	display:block
}
@media only screen and (max-width: 1280px){
	.lyt-casestudy_content-header .lyt-casestudy_content-header-title .pc-db{
		display:inline
	}
}
.lyt-casestudy_content-thumb>img{
	width:100%
}
.section-member{
	overflow:hidden
}
.section-member .member-box{
	margin:0 auto;
	width:100%
}
.section-member .member-box.col-2{
	max-width:784px
}
.section-member .member-box.col-2 li{
	width:50%
}
.section-member .member-box.col-3{
	max-width:1194px
}
.section-member .member-box.col-3 li{
	width:33.3333333%
}
.section-member .member-box .hdg-c{
	font-size:2.0rem;
	margin:0 0
}
.section-member .member-box .member-list{
	display:flex;
	flex-wrap:wrap;
	margin:0 -18px;
	font-size:1.4rem
}
.section-member .member-box .member-list li{
	box-sizing:border-box;
	padding:36px 18px 0
}
.section-member .member-box .member-list .member-list-person{
	display:flex;
	align-items:center
}
.section-member .member-box .member-list .member-list-image{
	width:42.7807486631016%
}
.section-member .member-box .member-list .member-list-info{
	flex:1;
	margin-left:15px
}
.section-member .member-box .member-list .member-list-info>p{
	margin-top:0 !important
}
.section-member .member-box .member-list .member-list-info .member-list-name-jp{
	font-size:1.8rem;
	font-weight:bold
}
.section-member .member-box .member-list .member-list-info .member-list-name-en{
	font-weight:bold;
	margin-bottom:10px
}
.section-member .member-box .member-list .member-list-body{
	margin-top:10px;
	color:#404040
}
@media only screen and (min-width: 768px){
	.section-member .member-box.col-1{
		max-width:784px;
		
		
	}
	.section-member .member-box.col-1 .member-list{
		justify-content:center
	}
	.section-member .member-box.col-1 .member-list li{
		width:auto
	}
	.section-member .member-box.col-1 .member-list .member-list-image{
		width:160px
	}
	.section-member .member-box.col-1 .member-list .member-list-info{
		flex:auto
	}
}
@media only screen and (max-width: 1214px){
	.section-member .member-box.col-3{
		max-width:784px
	}
	.section-member .member-box.col-3 li{
		width:50%
	}
}
@media only screen and (max-width: 767px){
	.section-member .member-box.col-2,.section-member .member-box.col-3{
		max-width:none
	}
	.section-member .member-box.col-2 li,.section-member .member-box.col-3 li{
		width:100%
	}
	.section-member .member-box .member-list{
		display:block;
		margin:0 0
	}
	.section-member .member-box .member-list li{
		padding:36px 0 0
	}
	.section-member .member-box .member-list .member-list-image{
		width:34.98542274052478%
	}
}
.section-talking .talking-box{
	margin-top:80px
}
.section-talking .talking-box .hdg-d{
	font-size:3.0rem
}
.section-talking .talking-box .hdg-d.c-red{
	color:#c31b2b
}
.section-talking .talking-box .hdg-d.c-purple{
	color:#55258b
}
.section-talking .talking-box>div{
	position:relative;
	margin-top:40px
}
.section-talking .talking-box>div .note{
	font-size:1.4rem;
	line-height:1.6;
	color:#7f7f7f
}
.section-talking .talking-box>div sup{
	vertical-align:text-bottom
}
.section-talking .talking-box .narration{
	text-indent:50px;
	color:#666666;
	font-weight:bold
}
.section-talking .talking-box .narration::before{
	content:"";
	position:absolute;
	top:0.8em;
	left:0;
	width:30px;
	border-top:1px solid #7f7f7f
}
.section-talking .talking-box .narration2{
	text-indent:50px;
	color:#6D6E70;
	font-weight:bold
}
.section-talking .talking-box .narration2::before{
	content:"";
	position:absolute;
	top:0.8em;
	left:0;
	width:30px;
	border-top:1px solid #6D6E70;
}
.section-talking .talking-box .comment{
	padding-left:80px
}

.section-talking .talking-box .comment .name{
	position:absolute;
	top:0;
	left:0;
	width:60px;
	font-weight:bold
}

.section-talking .talking-box.diff-name-wide .comment .name {
	width: 80px;
}

.section-talking .talking-box .image .caption{
	display:block;
	font-size:1.2rem;
	line-height:1.6;
	margin-top:12px;
	color:#7f7f7f
}
.section-talking .talking-box .image.type02{
	display:flex;
	margin-left:-12px;
	margin-right:-12px
}
.section-talking .talking-box .image.type02>div{
	width:50%;
	padding:0 12px
}
.section-talking .talking-box .image.type03>div{
	display:flex;
	margin-left:-12px;
	margin-right:-12px
}
.section-talking .talking-box .image.type03>div>div{
	width:50%;
	padding:0 12px
}
.section-talking .talking-box .image+.image{
	margin-top:24px
}
.section-talking .talking-box .box-2col{
	display:flex;
	margin-left:-12px;
	margin-right:-12px
}
.section-talking .talking-box .box-2col>*{
	width:50%;
	padding:0 12px
}
.section-talking .talking-box .box-2col.type02{
	flex-direction:row-reverse
}
.section-talking .talking-box .box-2col .image+.image{
	margin-top:0
}
.section-talking .talking-box .movie{
	position:relative;
	padding-bottom:56.25%;
	
	
}
.section-talking .talking-box .movie iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
	
	
}
.section-talking .lyt-btn-b{
	position:relative;
	margin-top:20px;
	background-color:#ffffff
}
.section-talking .lyt-btn-b::before{
	content:"";
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
	height:150px;
	background:-webkit-linear-gradient(bottom, #fff 20%, rgba(255,255,255,0));
	background:linear-gradient(to top, #fff 20%, rgba(255,255,255,0))
}
@media only screen and (max-width: 767px){
	.section-talking .talking-box .box-2col{
		display:block;
		margin-left:0;
		margin-right:0
	}
	.section-talking .talking-box .box-2col>*{
		width:100%;
		padding:0 0
	}
	.section-talking .talking-box .box-2col>*:last-child{
		margin-top:40px
	}
	.section-talking .talking-box .box-2col .image+.image{
		margin-top:24px
	}
}
/*技術者インタビュー 編集後記*/
@media only screen and (max-width: 480px){
	.section-talking .end-box {
		text-align: left!important;
	}
}
.section-article{
	background-image:url(../img/bg_01.jpg);

	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top
}
.section-article .c-hdg-d span{
	background-image:url(../img/icon_title01.png)
}
.section-article .lyt-col-feature-a{
	margin-bottom:0 !important
}
@media only screen and (max-width: 767px){
	.section-article .lyt-col-feature-a{
		margin-bottom:40px !important
	}
}
.box-share-a .box-hdg-a{
	text-align:center;
	padding:36px 40px 36px 0
}
@media only screen and (max-width: 767px){
	.box-share-a .box-hdg-a{
		padding:0
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	
	.lyt-casestudy_content-header .visual-inner > img.for-pc.u-left-38 {
		 left: 38%;
		
		
	}
	
	
}
#footer-conversion li.login:first-child > a.login{
	padding:9px 20px 8px 20px;
	
	
}
#footer-conversion li.login:first-child > a.login::before{
	display:none;
	background-image:none;
	
	
}


/******************************************************************************/

/* Object - Component
* 汎用的なパーツ
====================================================== */
.hdg-e {
  font-size: 2.4rem;
  color: #000; }

/*関連情報*/
.list-desc-related dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list-desc-related dl dt {
    width: 5em; }
  .list-desc-related dl dd {
    width: calc(100% - 5em);
    text-indent: -0.5em;
    padding-left: 0.5em; }
    .list-desc-related dl dd::before {
      content: "：";
      display: inline-block;
      width: 0.5em; }

.diff-bg-blk{
   background-color: #000;}

.area-movie{
	position:relative;
	padding-bottom:56.25%;
}
.area-movie iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:none;
}

/* 内部リンク 追従用css ※リンク先の位置調整 */
@media screen and (min-width: 768px) {
	#nav-fixed.diff-nav-anc-pt-90.is-nav-fixed + .section {
		padding-top: 90px;
	}
	#nav-fixed.diff-nav-anc-pt-90 ~ .section .diff-nav-anc {
		margin-top: -90px!important;
		padding-top: 90px!important;
	}
}

/* Object - Project
* 特定用途のためのパーツ
====================================================== */
.main-contents .section .section-inside {
  padding-top: 56px !important; }

@media screen and (max-width: 767px) {
  .main-contents .section .section-inside {
    padding-top: 40px !important; } }
/* Object - Utility
* 各種ヘルパークラス
====================================================== */
.u-lh-14 {
  line-height: 1.4; }

.u-lh-17 {
  line-height: 1.7; }

.u-lh-23 {
  line-height: 2.3; }

/****************************************************
 * 追従バナー
 ***************************************************/
#footer-conversion li.login:first-child > a.login{
    padding: 9px 20px 8px 20px;
}

#footer-conversion li.login:first-child > a.login::before{
    display: none;
    background-image: none;
}

/****************************************************
 * youtubeエリア（html body専用）
 ***************************************************/
.labs-movie {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.labs-movie .labs-movie-inner {
    padding-top: 56.25%;
    position: relative;
}

.labs-movie .labs-movie-inner iframe { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.diff-movie-m {max-width: 640px;}
.diff-movie-s {max-width: 480px;}

/****************************************************
 * リスト before要素 四角
 ***************************************************/
.list-square>li:before {
    position: absolute;
    top: 0.8rem;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: inherit;
    content: "";
}


/****************************************************
 * labs.min（展開済）
 ***************************************************/
#header-content:before{
	content:none
}
h2.c-hdg-d{
	text-align:center;
	color:#000000;
	font-size:3.8rem;
	font-weight:normal;
	margin-bottom:40px
}
h2.c-hdg-d span{
	display:inline-block;
	padding-left:64px;
	background-size:46px 46px;
	background-repeat:no-repeat;
	background-position:left center
}
.main-contents .for-pc{
	display:block
}
.main-contents .for-sp{
	display:none
}
.main-contents .btn-a.color-b{
	color:#ffffff !important;
	background:#000000;
	border-color:#ffffff
}
.main-contents .btn-a.color-b::before{
	border-color:#ffffff
}
.main-contents .btn-a.color-b:hover{

	background:#444444
}
.main-contents .btn-a.color-w{
	color:#000000 !important;
	border-color:#000000
}
.main-contents .btn-a.color-w::before{
	border-color:#000000
}
.main-contents .btn-a.color-w:hover{
	background:#dddddd
}
@media only screen and (max-width: 767px){
	h2.c-hdg-d{
		margin-bottom:30px
	}
	h2.c-hdg-d span{
		padding-left:48px;
		background-size:36px 36px
	}
	.main-contents .for-pc{
		display:none
	}
	.main-contents .for-sp{
		display:block
	}
}
.section-visual{
	position:relative;
	overflow:hidden
}
.section-visual a{
	display:block;
	text-decoration:none
}
.section-visual .section-inner{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:end;
	-ms-flex-align:end;
	align-items:flex-end;
	height:calc(30vw - 6px);
	max-height:480px;
	padding:50px 20px
}
.section-visual .section-inner .content .lead-txt{
	display:block;
	margin-bottom:16px
}
.section-visual .section-inner .content .main-txt{
	font-size:4.0rem;
	line-height:1.3
}
.section-visual .section-inner .content .main-txt::after{
	content:"";
	display:inline-block;
	width:15px
}
.section-visual .section-inner .content .moreinfo .btn-a{
	border:none;
	margin-top:10px;
	padding:4px 34px 4px 22px;
	vertical-align:10px
}
.section-visual .visual img{
	position:absolute;
	top:0;
	z-index:-1;
	width:100%;
	margin:0 auto
}
@media only screen and (min-width: 1000px) {
	.section-visual .section-inner .content .main-txt.u-fz-pc-30 {
		font-size: 3.0rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-31 {
		font-size: 3.1rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-32 {
		font-size: 3.2rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-33 {
		font-size: 3.3rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-34 {
		font-size: 3.4rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-35 {
		font-size: 3.5rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-36 {
		font-size: 3.6rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-37 {
		font-size: 3.7rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-38 {
		font-size: 3.8rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-39 {
		font-size: 3.9rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-41 {
		font-size: 4.1rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-42 {
		font-size: 4.2rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-43 {
		font-size: 4.3rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-44 {
		font-size: 4.4rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-45 {
		font-size: 4.5rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-46 {
		font-size: 4.6rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-47 {
		font-size: 4.7rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-48 {
		font-size: 4.8rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-49 {
		font-size: 4.9rem!important;
		
		
	}
	.section-visual .section-inner .content .main-txt.u-fz-pc-50 {
		font-size: 5.0rem!important;
		
	}
}
@media only screen and (min-width: 768px){
	.section-visual.diff-color-black{
		background:linear-gradient(transparent 40%, rgba(255,255,255,0.3))
	}
	.section-visual.diff-color-black .lead-txt,.section-visual.diff-color-black .main-txt{
		color:#000;
		text-shadow:1px 1px 1px #fff, -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff
	}
	.section-visual.diff-color-black .moreinfo .btn-a{
		color:#fff !important;
		background:#000;
		border-color:#fff
	}
	.section-visual.diff-color-black .moreinfo .btn-a::before{
		border-color:#fff
	}
	.section-visual.diff-color-black .moreinfo .btn-a:hover{
		background:#444
	}
	.section-visual.diff-color-white{
		background:linear-gradient(transparent 40%, rgba(0,0,0,0.5))
	}
	.section-visual.diff-color-white .lead-txt,.section-visual.diff-color-white .main-txt{
		color:#fff;
		text-shadow:1px 1px 1px rgba(0,0,0,0.5)
	}
	.section-visual.diff-color-white .moreinfo .btn-a{
		color:#000 !important;
		background:#fff;
		border-color:#000
	}
	.section-visual.diff-color-white .moreinfo .btn-a::before{
		border-color:#000
	}
	.section-visual.diff-color-white .moreinfo .btn-a:hover{
		background:#eee
	}
}
@media only screen and (min-width: 768px) and (max-width: 999px){
	.section-visual .section-inner{
		padding-bottom:20px
	}
	.section-visual .section-inner .content .main-txt{
		font-size:3.0rem
	}
	.section-visual .section-inner .content .moreinfo .btn-a{
		font-size:1.4rem;
		vertical-align:7px
	}
}
@media only screen and (max-width: 767px){
	.section-visual a{
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse
	}
	.section-visual .section-inner{
		display:none;
		
		
	}
	.section-visual .section-inner .content>*{
		margin-bottom:20px
	}
	.section-visual .section-inner .content .lead-txt,.section-visual .section-inner .content .main-txt{
		color:#fff
	}
	.section-visual .section-inner .content .main-txt{
		font-size:2.4rem
	}
	.section-visual .section-inner .content .moreinfo .btn-a{
		padding:3px 26px 3px 14px;
		margin-top:5px;
		vertical-align:5px;
		line-height:1.6;
		font-size:1.3rem;
		color:#000 !important
	}
	.section-visual .section-inner .content .moreinfo .btn-a::before{
		border-color:#000
	}
	.section-visual .visual{
		overflow:hidden;
		height:50vw
	}
	.section-visual .visual img{
		position:relative
	}
}
.section-reasearch{
	overflow:hidden
}
.section-reasearch .reasearch-lead{
	text-align:center;
	line-height:1.7
}
.section-reasearch .c-hdg-d{
	color:#882f89
}
@media only screen and (max-width: 767px){
	.section-reasearch .reasearch-lead{
		text-align:left
	}
}
.lyt-reasearch{
	position:relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	margin-top:40px !important;
	line-height:1.7
}
.lyt-reasearch::before{
	content:"";
	position:absolute;
	top:-40px;
	left:-95px;
	width:calc(30.625% + 230px);
	height:calc(100% + 80px);
	background:#f2f2f2
}
.lyt-reasearch.lyt-b{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse
}
.lyt-reasearch.lyt-b::before{
	left:auto;
	right:-95px
}
.lyt-reasearch .content{
	position:relative;
	z-index:1;
	width:30.625%
}
.lyt-reasearch .content .lead-txt{
	font-size:2.0rem;
	margin-bottom:10px
}
.lyt-reasearch .content .main-txt{
	font-size:3.0rem;
	margin:0 0 20px;
	line-height:1.4
}
.lyt-reasearch .list-reasearch{
	position:relative;
	z-index:1;
	width:66.25%;
	display:-webkit-box;

	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap
}
.lyt-reasearch .list-reasearch li{
	position:relative;
	width:50%
}
.lyt-reasearch .list-reasearch li a{
	display:block;
	overflow:hidden;
	transition:opacity .2s
}
.lyt-reasearch .list-reasearch li a:hover{
	opacity:0.8
}
.lyt-reasearch .list-reasearch li a img{
	position:relative;
	width:100%;
	transition:transform .2s
}
.lyt-reasearch .list-reasearch li a:hover img{
	transform:scale(1.1)
}
.lyt-reasearch .list-reasearch li span{
	display:block;
	position:relative
}
.lyt-reasearch .list-reasearch li .item{
	position:absolute;
	top:0;
	left:0;
	color:#ffffff;
	width:100%;
	height:100%;
	padding:20px 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center
}
.lyt-reasearch .list-reasearch li .item .main-txt{
	position:relative;
	display:inline-block;
	font-size:2.3rem;
	font-weight:bold;
	padding-right:30px
}
.lyt-reasearch .list-reasearch li .item .main-txt::before{
	display:block;
	position:absolute;
	content:"";
	top:50%;
	right:12px;
	width:8px;
	height:8px;
	border-top:2px solid #ffffff;
	border-right:2px solid #ffffff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	margin-top:-4px
}
.lyt-reasearch .list-reasearch li .item .sub-txt{
	margin-top:25px;
	font-size:1.4rem;
	opacity:0.8
}
@media only screen and (min-width: 1001px) and (max-width: 1488px){
	.main-contents{
		overflow:hidden
	}
}
@media only screen and (max-width: 1000px){
	.lyt-reasearch{
		position:relative;
		display:block;
		margin-top:0 !important
	}
	.lyt-reasearch::before{
		content:none
	}
	.lyt-reasearch .content{
		width:100%;
		max-width:630px;
		margin:0 auto;
		padding:40px 40px;
		background:#f2f2f2
	}
	.lyt-reasearch .list-reasearch{
		width:100%;
		max-width:630px;
		margin:0 auto
	}
	.moreinfo{
		margin-top:34px
	}
}
@media only screen and (max-width: 767px){
	.lyt-reasearch .content{
		padding:20px 20px
	}
	.lyt-reasearch .content .lead-txt{
		font-size:1.8rem
	}
	.lyt-reasearch .content .main-txt{
		font-size:2.4rem
	}
	.lyt-reasearch .list-reasearch{
		display:block
	}
	.lyt-reasearch .list-reasearch li{
		width:100%;
		height:0;
		padding-bottom:31.25%;
		overflow:hidden
	}
	.lyt-reasearch .list-reasearch li .item{
		-webkit-box-align:center;
		-ms-flex-align:center;
		align-items:center;
		padding:10px 10px
	}
	.lyt-reasearch .list-reasearch li .item .main-txt{
		font-size:1.6rem;
		line-height:1.4;
		padding-right:25px
	}
	.lyt-reasearch .list-reasearch li .item .lead-txt{
		font-size:1.2rem
	}
	.lyt-reasearch .list-reasearch li .item .sub-txt{
		margin-top:10px;
		font-size:1.0rem
	}
}
.section-press .c-hdg-d span{
	background-image:url(/jp/group/labs/imagesgig5/icon_title03_tcm196-4297194_tcm196-2750236-32.png)
}
.section-press .list-news-a{
	border-top:1px solid #c6c6c0
}
.section-about{
	background-color:#fafafa;
	background-image:url(/jp/group/labs/imagesgig5/bg_03_tcm196-4297190_tcm196-2750236-32.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover
}
.section-about .c-hdg-d span{
	background-image:url(/jp/group/labs/imagesgig5/icon_title04_tcm196-4297195_tcm196-2750236-32.png)
}
.section-about .c-about-inner{
	max-width:580px;
	font-size:1.8rem;
	padding:10px 18px 120px;
	text-shadow:0 0 10px #ffffff
}
.section-about .c-about-inner .hdg-d{
	color:#000000;
	font-size:3.2rem
}
@media only screen and (max-width: 767px){
	.section-about{
		background-image:url(/jp/group/labs/imagesgig5/bg_03_sp_tcm196-4297191_tcm196-2750236-32.jpg)
	}
	.section-about .c-about-inner{
		max-width:580px;
		font-size:1.6rem;
		padding:0 0 60px
	}
	.section-about .c-about-inner .hdg-d{
		font-size:2.6rem
	}
}
.section-award{
	background-color:#000000
}
.section-award .c-hdg-d{
	color:#ffffff
}
.section-award .c-hdg-d span{
	background-image:url(/jp/group/labs/imagesgig5/icon_title05_tcm196-4297196_tcm196-2750236-32.png)
}
.section-award .list-news-a{
	border-top:1px solid #c6c6c0
}
.section-award .list-news-a .news-content{
	color:#ffffff
}
.section-award .list-news-a .news-content:hover{
	background-color:#333333
}
.section-award .list-news-a .news-content span{
	display:inline-block;
	margin-right:38px
}
@media only screen and (max-width: 767px){
	.section-award .list-news-a .news-content span{
		display:block;
		margin-right:0
	}
}
.section-links{
	background-color:#d2d2d2
}
.section-links .lyt-panel-a{
	max-width:956px;
	margin:0 auto
}
#footer-conversion li.login:first-child > a.login{
	padding:9px 20px 8px 20px;
	
	
}
#footer-conversion li.login:first-child > a.login::before{
	display:none;
	background-image:none;
	
	
}
.section-award .list-news-a .news-content.diff-noaction:hover{
	background-color:transparent;
	
	
}
.list-news-a a.diff-noaction:hover .news>li, .list-news-a a.diff-noaction:active .news>li, .list-news-a a.diff-noaction:focus .news>li{
	text-decoration:none!important;
	
	
}
.list-news-a a.diff-noaction:hover .news, .list-news-a a.diff-noaction:active .news, .list-news-a a.diff-noaction:focus .news{
	text-decoration:none!important;
	
	
}


/* 2021/05/27 追記　css
--------------------------------------------------------- */
/****************************************************
 * 技術者ページ Overviewレイアウト
 ***************************************************/
.cat-purple {
    background-color: #55258b;
    color: #fff;
    padding: 10px 18px;
}

.cat-red {
    background-color: #c31b2b;
    color: #fff;
    padding: 10px 18px;
}

.cat-gray {
    background-color: #6d6e70;
    color: #fff;
    padding: 10px 18px;
}

.hero-area-b.hero-area-casestudy {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    max-height: 1600px;
    min-height: 730px;
}
 
.hero-area-casestudy .visual .for-pc {
	display: block;
}

.hero-area-casestudy .visual .for-sp {
	display: none;
}

@media only screen and (max-width: 767px) {
    .hero-area-b.hero-area-casestudy {	
        max-height: inherit;
        min-height: inherit;
	}
}

@media only screen and (max-width: 480px) {
	.cat-purple, .cat-red, .cat-gray {
        display: block;
        margin-left: -16px;
        margin-right: -16px;
        text-align: center;
    }
	
	.hero-area-b.hero-area-casestudy {
		max-height: inherit;
        min-height: inherit;
	}
	
    .hero-area-casestudy .visual .for-pc {
	    display: none;
    }

    .hero-area-casestudy .visual .for-sp {
	    display: block;
    }	
}


/* 2021/05/27 追記　css
　　　TOPページ作成
--------------------------------------------------------- */
/* Common
 ====================================================== */
 .section-bg-default {
    position: relative;
    z-index: 2;
    background: #fff;
}

/* breadcrumb
 ====================================================== */
 .breadcrumb-wrapper {
    margin-top: 0;
    padding-top: 16px;
    background-color: #ffffff;
    max-width: none;
    position: relative;
    z-index: 2;
}

.breadcrumb-wrapper .breadcrumb{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
/* グロナビ (fdda-common.css rewrite)
 ====================================================== */
.c-nav-header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.c-nav-header-wrap {
    min-height: 70px;
}

.main-contents .c-nav-header {
    background-color: transparent!important;
    box-shadow: none;
}

.c-nav-header-wrap .c-nav-header > ul {
    position: static;
    height: 70px;
    min-height: 70px;
}

.c-nav-header-wrap .c-nav-header > ul > li {
    width: unset!important;

}

.c-nav-header-wrap .c-nav-header > ul > li a {
    padding: 0 20px;
    color: #fff;
    background-color: transparent;
    text-align: center;
    line-height: 1.4;
}

.c-nav-header-wrap .c-nav-header > ul > li a:hover {
    background-color: #404040;
}

.c-nav-header-wrap .c-nav-header.js-fixed {
    background-color: #404040!important;
}

.c-nav-header-wrap .c-nav-header.js-fixed > ul > li a:hover {
    opacity: .7;
}

/*@media only screen and (max-width: 1899px) {
	.c-nav-header-wrap .c-nav-header > ul {
		padding-left: 0;
		padding-right: 235px;
		max-width: none;
	}
}*/

@media only screen and (max-width: 1200px) {
	/*.c-nav-header-wrap .c-nav-header > ul {
		padding-left: 200px;
	}*/
	
	.c-nav-header-wrap .c-nav-header > ul > li a {
		padding: 0 15px;
	}
}

/*
@media only screen and (max-width: 1000px) {
	.c-nav-header-wrap .c-nav-header > ul {
		padding-right: 130px;
	}
}

@media only screen and (max-width: 920px) {
	.c-nav-header-wrap .c-nav-header > ul {
		padding-left: 160px;
	}
}*/

@media only screen and (max-width: 767px) {
	.c-nav-header-wrap {
		min-height: 40px;
	}
	
	.c-nav-header-wrap .c-nav-header {
		box-shadow: none;
		padding: 0 0;
		background-color: #4d4d4d!important;
	}
	
	.c-nav-header-wrap .c-nav-header .c-nav-header__menu-btn {
		outline: none;
		color: #fff;
		background-color: #4d4d4d;
	}
	
	.c-nav-header-wrap .c-nav-header.is-open .c-nav-header__menu-btn {
		color: transparent;
	}
	
	.c-nav-header-wrap .c-nav-header .c-nav-header__menu-btn:before {
		background: linear-gradient(#191919, #191919 2px, transparent 2px, transparent 6px, #191919 6px, #191919 8px, transparent 8px, transparent 12px, #191919 12px);
	}
	
	.c-nav-header-wrap .c-nav-header.is-open .c-nav-header__menu-btn:before, .c-nav-header-wrap .c-nav-header.is-open .c-nav-header__menu-btn:after {
		background: #fff;
	}
	
	.c-nav-header-wrap .c-nav-header > ul {
		position: absolute;
		height: auto;
		min-height: 0;
		padding: 0 0;
		background-color: #404040;
	}
	
	.c-nav-header-wrap .c-nav-header > ul > li {
		width: auto;
	}
	
	.c-nav-header-wrap .c-nav-header > ul > li a {
		position: relative;
		padding: 11px 32px 11px 16px;
		color: #fff;
		line-height: 1.6;
		border-color: #FFFFFF;
	}
	
	
}

/* TOP KV Video area
 ====================================================== */
 .main-contents {
    position: relative;
    overflow: hidden;
}
 
 .movie-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  .movie-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .movie-box.movie-box-jp:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  
  .movie-box video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(max(100vw / 1280, 100vh / 720) * 1280);
    height: calc(max(100vw / 1280, 100vh / 720) * 720);
  }
  
  
  .section-keyvisual {
	position: relative;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 120px;
	color: #ffffff;
	min-height: 620px!important;
	background: rgb(0, 0, 0, 0.3);
}
  
  .section-keyvisual .movie-text-wrap {
		position: absolute;
		top: 50%;
		transform: translate(0, -50%);
	}
  
  @media only screen and (max-width: 768px) {
    .section-keyvisual {
      padding-top: 60px;
      padding-bottom: 40px;
	  min-height: 450px!important;
    }
    .section-keyvisual .logo {
      width: 80%;
      margin: 0 auto;
    }
    .section-keyvisual .hdg-a {
      font-size: 2.4rem;
    }
  }
  
  @media only screen and (max-width: 480px) {
	.section-keyvisual {
	  height: 400px!important;
    }
  }

/*4パネルエリア*/
.research-field-bg {
	background: url(/global/imagesgig5/researcharea-bg-s_tcm100-6116578_tcm100-2750236-32.jpg) repeat center center;
}

.section-inner:after {
    content: "";
    display: table;
    clear: both;
}
/*
.main-contents .section .section-inner:first-child {
    padding-bottom: 60px;
}

.main-contents .section + .section .section-inner {
    padding-top: 50px;
}

.main-contents .section-inner {
    padding-right: 20px;
    padding-left: 20px;
}*/

.h2-research {
    text-align: center;
    margin-bottom: 60px;
    font-size: 2em;
    font-weight: normal;
    font-style: normal;
	line-height: normal;
	color: #c33333!important;
}
.h2-research.diff-black {
	color: #000!important;
}

.research-field .col_5,.research-field .col_4,.research-field .col_3 {
    text-align: center;
}

.research-field .col_5 a,.research-field .col_4 a,.research-field .col_3 a {
	text-decoration: none;
	display: block;
}

.research-field .col_5 a:hover > *:not(.not-hover),.research-field .col_4 a:hover > *:not(.not-hover),.research-field .col_3 a:hover > *:not(.not-hover) {
	opacity: .7;
}


.research-field img {
    width: 40%;
}

.research-field .title {
    margin-bottom: 0;
    padding-bottom: 28px;
    line-height: 1.3em;
	display: block;
	font-size: 2rem;
}

.research-field .text {
    margin-top: 0;
	display: block;
	font-size: 1.5rem;
	color: #595959;
}

.research-field .text {
	line-height: 175%;
}

.research-field .col_5 .img img,.research-field .col_4 .img img,.research-field .col_3 .img img {
    width: auto;
    height: 60px;
}

.research-field .img {
    text-align: center;
    display: block;
	margin-bottom: 28px;
}

.research-field .col_5 .img.research-field-img img, .research-field .col_4 .img.research-field-img img, .research-field .col_3 .img.research-field-img img {
    max-width: 188px;
    width: 100%;
    height: inherit;
}

/*20220314追加*/
.research-field a .img.research-field-img img.img-nomal{
	display:inline-block;
}

.research-field a .img.research-field-img img.img-hover{
	display: none;
}

.research-field a:hover  .img.research-field-img img.img-nomal{
	display: none;
}

.research-field a:hover  .img.research-field-img img.img-hover{
	display: inline-block;
}


/*実寸アイコン*/
.research-field.diff-icon-a .img img {
    height: auto;
}
.research-field.diff-icon-a .img {
    min-height: 70px;
    margin-bottom: 8px;
}


@media screen and (min-width: 769px) {
	.research-field .col_3 {
		width: calc(33.33333% - 3.32%);
		float: left;
		padding: 0px;
		margin-right: 1.66%;
		margin-left: 1.66%;
	}
	
	.research-field .col_4 {
		width: calc(25% - 3%);
		float: left;
		padding: 0px;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	
	.research-field .col_5 {
		width: calc(20% - 3%);
		float: left;
		padding: 0px;
		margin-right: 1.5%;
		margin-left: 1.5%;
	}
	
	/*.research-field img {
		width: 50%;
	}*/
	
	.research-field-img.research-field-img_mb {
		margin-bottom: 0;
	}
	.research-field .title.title-ct {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0;
		flex-direction: column; /*20220314追加*/
	}
	.research-field .title.title-ct.title-ct_jp {
		height: 80px;
	}
	.research-field .title.title-ct.title-ct_en {
		height: 110px;
	}
	.research-field.diff-icon-a .title {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 768px) {
	.research-field .col_5,.research-field .col_4,.research-field .col_3 {
		width: 100%;
		float: none;
		margin-top: 28px;
		margin-right: 0;
		margin-left: 0;
	}
	
	.research-field .col_5:first-child,.research-field .col_4:first-child,.research-field .col_3:first-child {
		margin-top: 0px;
	}
	/*20220314追加*/
	.research-field .title.title-ct .main,
	.research-field .title.title-ct .sub{
		display: block;
	}
}

/* .lyt-panel-a 拡張クラス
 ====================================================== */
.lyt-panel-a.c-panel-a .panel-content.diff-small .panel-content-hdg {
    font-weight: bold!important;
}

/* .list-news-a 拡張クラス
 ====================================================== */
.list-news-a.c-list-news-a .news-content .date {
    width: 160px;
}

.list-news-a.c-list-news-a>li:first-child {
    border-top: 1px solid #c6c6c0;
}

/* diff-list-news-noborder */
.list-news-a.diff-list-news-noborder li {border-bottom: none;}

/* diff-list-news-compact */
.list-news-a.diff-list-news-compact .news-content {padding-top: 2px; padding-bottom: 2px;}
.list-news-a.diff-list-news-compact .news-content .date {width:7.5em;}
@media screen and (max-width: 767px) {
	.list-news-a.diff-list-news-compact .news-content {padding-bottom: 20px;}
}


/* Mail icon
 ====================================================== */
.c-lyt-contact .c-lyt-contact__icon.diff-icon-mail::before {
    background-position: -69px -72px;
    width: 20px;
    height: 20px;
}

.c-lyt-contact .c-lyt-contact__icon::before {
    background-image: url(//www.fujitsu.com/imgv5/common/icon/sprite2.png);
    display: inline-block;
    content: "";
    position: static;
    margin: 0 15px -2px 0;
    border: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

/* トップ KV直下バナー
 ====================================================== */
.research-field-bg-b {
    background: url(/global/imagesgig5/technologyvision_kv_tcm100-6303137_tcm100-2750236-32.png) no-repeat center center;
}

.research-field-bg-b .link-btn {
    position: relative;
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 14px 20px;
    max-width: 220px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}

.research-field-bg-b .link-btn:hover {
    opacity: .8;
}

.research-field-bg-b a.link-btn::before {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-color: #000;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* 4パネルレイアウト
 ====================================================== */
.diff-col4-wrap {
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
}

.diff-col4-wrap .col {
    display: block;
	width: calc(25% - 21px);
    margin-left: 28px;
}

.diff-col4-wrap .col:first-child {
    margin-left: 0;
}

.diff-col4-wrap a {
	text-decoration: none;
}

.diff-col4-wrap a:hover {
	opacity: .8;
}

@media only screen and (max-width: 767px){
	.diff-col4-wrap {
		display: flex;
		flex-wrap: wrap;
	}
	
	.diff-col4-wrap .col {
		display: block;
		width: calc(50% - 13px);
		margin-left: 26px;
		margin-top: 18px;
		text-align: center;
	}
	
	.diff-col4-wrap .col:first-child {
		margin-left: inherit;
	}
	
	.diff-col4-wrap .col:nth-child(2n-1) {
		margin-left: 0;
	}
	
}

@media only screen and (max-width: 480px){
	.diff-col4-wrap {
		display: block;
		flex-wrap: inherit;
	}
	
	.diff-col4-wrap .col {
		display: block;
		width: 100%;
		margin-left: inherit;
		margin-top: 18px;
		text-align: center;
	}
}


/* 3パネルレイアウト
 ====================================================== */
.diff-col3-wrap {
    display: flex;
    flex-wrap: wrap;
}

.diff-col3-wrap .col {
    display: flex;
    width: calc(33.33333% - 18px);
    margin-left: 26px;
    margin-top: 18px;
}

.diff-col3-wrap .col:nth-child(3n + 1) {
    margin-left: 0;
}

.diff-col3-wrap a {
    text-decoration: none;
}

.diff-col3-wrap a:hover {
	opacity: .8;
}

.diff-col3-wrap .col .img-area {
	display: block;
    width: calc(35% - 12px);
    padding-right: 12px;
}

.diff-col3-wrap .col .text-area {
	display: block;
    width: 75%;
}

.diff-col3-wrap .col .text-area .main-text {
	display: block;
}

.diff-col3-wrap .col .text-area .date {
	display: block;
    font-size: 1.4rem;
    margin-top: 8px;
    color: #7f7f7f;
}

@media only screen and (max-width: 1000px){
	/* 画面幅767pxで縦1列にする場合の拡張クラス */
	.diff-col3-wrap .col.col-tab-1000p {
	    display: block;
	    width: 100%;
	    margin-left: 0;
	    margin-top: 28px;
	}
	
	.diff-col3-wrap .col.col-tab-1000p .img-area {
	    display: block;
	    width: 100%;
	    padding-right: 12px;
	    text-align: center;
	    margin-bottom: 18px;
	}
	
	.diff-col3-wrap .col.col-tab-1000p .text-area {
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	
	.diff-col3-wrap .col.col-tab-1000p:first-child {
	    margin-top: 0;
	}
}

@media only screen and (max-width: 767px){
	.diff-col3-wrap .col {
	    display: flex;
	    width: calc(50% - 13px);
	    margin-left: 26px;
	    margin-top: 18px;
	}
	
	.diff-col3-wrap .col:nth-child(3n + 1) {
	    margin-left: auto;
	}
	
	.diff-col3-wrap .col:nth-child(2n + 1) {
	    margin-left: 0;
	}
}

@media only screen and (max-width: 480px){
	.diff-col3-wrap .col {
	    display: block;
	    width: 100%;
	    margin-left: 0;
	    margin-top: 28px;
	}
	
	.diff-col3-wrap .col .img-area {
	    display: block;
	    width: 100%;
	    padding-right: 12px;
	    text-align: center;
	    margin-bottom: 18px;
	}
	
	.diff-col3-wrap .col .text-area {
	    display: block;
	    width: 100%;
	    text-align: center;
	}
	
	.diff-col3-wrap .col:first-child {
	    margin-top: 0;
	}
}



/*トップ Feature Area
=======================================================*/
.lyt-research-top-feature-wrap{
	margin-left: -16px;
}

.lyt-research-top-feature-wrap .lyt-research-top-feature-inner{
	display: flex;
	justify-content: left;
	max-width: calc(306px * 3 + 72px);
	width: 100%;
	flex-wrap: wrap;
	margin: 0 auto;
}

.lyt-research-top-feature-wrap .lyt-research-top-feature-inner .col{
	max-width: 306px;
	width: calc(100% / 3 - 26px);
	display: block;
	margin-left: 26px;
	text-decoration: none;
	margin-bottom: 32px;
}

@media screen and (max-width: 767px){
	.lyt-research-top-feature-wrap .lyt-research-top-feature-inner .col{
		width: calc(100% / 2 - 16px);
		margin-left: 16px;
	}
}

/* トップ Technology Trend
 ====================================================== */
.lyt-research-top-panel-area {
    background: #fff;
    padding: 56px 0 64px;
}

.lyt-research-top-panel-area .lyt-research-top-panel {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}

.lyt-research-top-panel-area .lyt-research-top-panel .img {
    max-width: 1000px;
    max-height: 540px;
    overflow: hidden;
}

.lyt-research-top-panel-area .lyt-research-top-panel .img img {
    min-width: 1600px;
    position: relative;
    right: 200px;
}

.lyt-research-top-panel-area .lyt-research-top-panel .box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    background: #f2f2f2;
    padding: 45px 30px;
    max-width: 570px;
}

.lyt-research-top-panel-area .lyt-research-top-panel .box .sub-title {
    color: #c33333;
    font-weight: bold;
    margin-bottom: 8px;
}

.lyt-research-top-panel-area .lyt-research-top-panel .box .title {
    font-size: 3rem;
    margin-bottom: 32px;
}

@media only screen and (max-width: 767px){
	.lyt-research-top-panel-area .lyt-research-top-panel .box {
		position: inherit;
		right: inherit;
		top: inherit;
		transform: inherit;
		-webkit- transform: inherit;
		background: #f2f2f2;
		padding: 28px;
		max-width: inherit;
	}
}

/* トップ カルセール
 ====================================================== */
/*20220314追加*/
.section.diff-w-full .section-inner{
	max-width: inherit;
} 

.section-article {
  position: relative;
  overflow: hidden;
}

.section-article .lyt-article-list .slick-list {
  overflow: visible;
}

.section-article .lyt-article-list .slick-slide {
  width: 365px;
  margin: 0 25px;
  /* border: 1px solid #f3f3f3; */
}

.section-article .lyt-article-list .slick-slide a {
  display: block;
  text-decoration: none;
  outline: none;
  transition: opacity 0.2s;
  /* box-shadow: rgb(0 0 0 / 20%) 0px 0px 10px; */
}

.section-article .lyt-article-list .slick-slide a:hover {
  opacity: 0.8;
}

.section-article .lyt-article-list .slick-slide span {
  display: block;
}

.section-article .lyt-article-list .slick-slide .image {
  margin-bottom: 10px;
}

.section-article .lyt-article-list .slick-slide .text {
    padding: 15px 20px 20px;
    background: #fff;
}

.section-article .lyt-article-list .slick-slide .sub-txt {
  font-size: 1.3rem;
  color: #666666;
}

.section-article .lyt-article-list .slick-slide .date {
    font-size: 1.3rem;
    color: #666666;
    margin-top: 8px;
}

.section-article .lyt-article-list .slick-dots {
  margin-top: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-article .lyt-article-list .slick-dots li {
  margin: 0 5px;
}

.section-article .lyt-article-list .slick-dots li button {
  outline: none;
}

.section-article .lyt-article-list .slick-dots li button::before {
  border: 2px solid #000000;
  background-color: transparent;
}

.section-article .lyt-article-list .slick-dots li.slick-active button::before {
  background-color: #000000;
}

.section-article .lyt-article-list .slick-arrow {
  position: absolute;
  /*top: 80px;*/
  top: calc(50% - 74px);
  height: 74px;
  width: 74px;
  box-shadow: 0 4px 13px 4px rgba(0, 0, 0, 0.4);
  transition: opacity 0.2s;
  background-color: #ffffff;
  outline: none;
  border-radius: 50px;
}

.section-article .lyt-article-list .slick-arrow:hover {
  opacity: 0.8;
}

.section-article .lyt-article-list .slick-arrow.slick-prev {
  left: 50px;
}

.section-article .lyt-article-list .slick-arrow.slick-prev:before {
  top: 21px;
  left: 29px;
  border-width: 3px;
  width: 31px;
  height: 31px;
}

.section-article .lyt-article-list .slick-arrow.slick-next {
  right: 50px;
}

.section-article .lyt-article-list .slick-arrow.slick-next:before {
  top: 21px;
  right: 30px;
  border-width: 3px;
  width: 31px;
  height: 31px;
}

@media only screen and (max-width: 767px) {
  .section-article .lyt-article-list li {
    margin: 30px 0 0;
  }

  .section-article .lyt-article-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
  }

  .section-article .lyt-article-list li span {
    display: block;
  }

  .section-article .lyt-article-list li .image {
    width: 40%;
  }

  .section-article .lyt-article-list li .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 15px;
  }

  .section-article .lyt-article-list li .sub-txt {
    font-size: 1.3rem;
    color: #666666;
  }

}

/*20220314追加*/
.lyr-research-top-btn{
	padding: 30px 0 64px;
}

.lyr-research-top-btn .c-btn{
	display: block;
	width: 100%;
	font-size: 1.5rem;
	margin: 0 auto;
}

.lyr-research-top-btn .c-btn:hover{
	opacity:0.8;
}

/* グレーボタン 1280px
 ====================================================== */
 .research-gray-btn {
    display: block;
    max-width: 1280px;
    background: #f2f2f2;
    text-align: center;
    padding: 40px 30px;
}

a.research-gray-btn {
    text-decoration: none;
}

a.research-gray-btn:hover {
    opacity: .8;
}

.research-gray-btn .text {
    display: block;
    max-width: 280px;
    position: relative;
    margin: 0 auto;
}

.research-gray-btn .text::before {
    position: absolute;
    border-color: #000;
    top: 50%;
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (max-width: 480px){
	.research-gray-btn {
    	padding: 30px 24px;
	}
}
/*20220314追加*/
.research-purple-gra-btn{
	background: #000;
	padding: 16px;
	border-radius: 32px;
	overflow: hidden;
}

.research-purple-gra-btn > span{
	position:relative;
}

.research-purple-gra-btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 120%;
    height: 105%;
    top: 0%;
    left: -20%;
    background-image: url(/global/imagesgig5/7935-14-FJ_SB_E10FAN_T4_RGB_tcm100-6599257_tcm100-2750236-32.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}

/* TOP Technology Trend 2パネルエリア
 ====================================================== */
 .p-pp-contents {
    max-width: calc(1280px + 7.4%);
    padding: 0 3.7%;
    margin: auto;
}
 
.p-pp-contents_item {
    margin-top: 60px;
}

.c-pp-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

a.c-pp-panel {
    text-decoration: none;
}

.c-pp-panel_pt {
    position: relative;
    width: calc(638 / 1280 * 100%);
}

.c-pp-panel_pt::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: calc(786 / 957 * 100%);
}

.c-pp-panel_pt_inr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

a.c-pp-panel .c-pp-panel_pt img {
    -webkit-transition: -webkit-transform 1s cubic-bezier(.075,.82,.165,1);
    transition: -webkit-transform 1s cubic-bezier(.075,.82,.165,1);
    -o-transition: transform 1s cubic-bezier(.075,.82,.165,1);
    transition: transform 1s cubic-bezier(.075,.82,.165,1);
    transition: transform 1s cubic-bezier(.075,.82,.165,1),-webkit-transform 1s cubic-bezier(.075,.82,.165,1);
}

.c-pp-panel_pt_inr img {
    position: absolute;
    top: 50%;
    left: 75%;

    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    max-width: none;
    height: 100%;
}

.c-pp-panel_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(642 / 1280 * 100%);
    padding: 3% 60px;
    background-color: #efefef;
}

.c-pp-panel_subtitle {
    color: #c33333;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 2rem;
}

.c-pp-panel_title {
    font-size: 3.6rem;
    line-height: calc(46.8/36);
    margin-bottom: 15px;
}

.c-btn {
    color: #5f5f5f;
    font-size: 1.2rem;
    text-decoration: none;
    position: relative;
}

a.c-pp-panel .c-btn .c-btn-ico {
    width: 32px;
    height: 32px;
}

.c-btn-ico {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    margin-right: 7px;
}

.c-btn-ico::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #5f5f5f;
    opacity: 0;
    z-index: 0;
}

.c-btn-ico svg {
    fill: #5f5f5f;
    position: absolute;
    top: 0;
    left: 0;
}

.c-btn-ico svg .arrow {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.c-btn-ico svg .circle {
    fill: none;
    stroke: #5f5f5f;
    stroke-width: 1px;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}



a.c-pp-panel .c-btn {
    font-size: 1.4rem;
    margin-top: 15px!important;
    display: block;
    max-width: 110px;
    position: relative;
}

a.c-pp-panel .c-btn::before {
    position: absolute;
    border-color: #5f5f5f;
    top: 50%;
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #5f5f5f;
    border-right: 2px solid #5f5f5f;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* TOP KV c-btn */
.c-btn.kv-c-btn {
    color: #fff;
}

.c-btn.kv-c-btn .c-btn-ico::before {
    border: 1px solid #fff;
}

.c-btn.kv-c-btn .c-btn-ico svg {
    fill: #fff;
}

.c-btn.kv-c-btn .c-btn-ico svg .circle {
    stroke: #fff;
    stroke-width: 3px;
}

.c-btn.kv-c-btn:hover .c-btn-ico svg .circle {
    stroke: #fff;
    stroke-width: 3px;
}

@media screen and (max-width: 1000px) {
	.c-pp-panel_text {
	    padding: 40px 24px;
	}

	.c-pp-panel_title {
	    font-size: 2.4rem;
	}

	a.c-pp-panel .c-btn {
	    font-size: 1.2rem;
	}
	
	a.c-pp-panel .c-btn::before {
	    right: 30px;
	}

	a.c-pp-panel .c-btn .c-btn-ico {
	    width: 26px;
	    height: 26px;
	}

	.c-btn-ico svg .arrow {
	    stroke-width: 10px;
	}

	.c-btn-ico svg .circle {
	    stroke-width: 1.5px;
	}
}

@media screen and (max-width: 767px) {
	.p-pp-contents_item {
	    margin-top: 40px;
	}

	.c-pp-panel {
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: column;
	    flex-flow: column;
	}

	.c-pp-panel_pt {
	    width: 100%;
	    -webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	    order: 1;
	}

	.c-pp-panel_pt_inr {
	    width: 100%;
	    height: 100%;
	    top: 0;
	    right: 0;
	}

	.c-pp-panel_text {
	    width: 100%;
	    -webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	    order: 2;
	}
}

/* ボタン　カスタム：白
******************************/

.c-btn-l {
    font-size: 1.4rem
}

.c-btn-white {
    color: #fff
}

.c-btn-white:hover {
    color: #fff
}

.c-btn-white:active,.c-btn-white:focus {
    color: #fff
}

.c-btn-ico-white::before {
    border-color: #fff;
}

.c-btn-ico-white svg {
    fill: #fff;
}

.c-btn-ico-white svg .circle {
    fill: none;
    stroke: #fff
}

@media screen and (max-width: 1000px) {
	.c-btn-ico svg .arrow {
	    stroke-width: 10px;
	}
}

.c-btn-white:hover .c-btn-ico-white::before {
    opacity: .2;
    -webkit-animation: arrow_bg 2s forwards cubic-bezier(.215,.61,.355,1);
    animation: arrow_bg 2s forwards cubic-bezier(.215,.61,.355,1)
}

.c-btn:hover .c-btn-ico svg .circle {
    fill: transparent;
    stroke: #5f5f5f;
    stroke-width: 1;
    -webkit-animation: circle 2s forwards cubic-bezier(.215,.61,.355,1);
    animation: circle 2s forwards cubic-bezier(.215,.61,.355,1)
}

.c-btn-white:hover .c-btn-ico-white svg .circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1
}

@-webkit-keyframes circle {
    0% {
        stroke-dasharray: 0 300;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        stroke-dasharray: 50 100
    }

    20% {
        stroke-dasharray: 100 200
    }

    30% {
        stroke-dasharray: 150 300
    }

    40% {
        stroke-dasharray: 200 300
    }

    60% {
        stroke-dasharray: 300 300;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes circle {
    0% {
        stroke-dasharray: 0 300;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    10% {
        stroke-dasharray: 50 100
    }

    20% {
        stroke-dasharray: 100 200
    }

    30% {
        stroke-dasharray: 150 300
    }

    40% {
        stroke-dasharray: 200 300
    }

    60% {
        stroke-dasharray: 300 300;
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/* 5 KEY TECHNOLOGY  カスタム
******************************/
.p-at-section {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: calc(24/15);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

.p-ob-section-technologies {
    color: #fff;
    background-color: #6d6e70;
}

.p-ob-section-technologies{
    background:#2400B0;
}

.p-at-section {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
}

.p-at-contents {
    max-width: calc(1280px + 7.4%);
    padding: 0 3.7%;
    margin: auto;
}

.p-ob-section-technologies {
    color: #fff;
    background-color: #6d6e70;
    padding-top: 50px;
    padding-bottom: 50px;
}

.c-at-heading3 {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    font-size: 3.5rem;
}

.p-ob-section-technologies .c-at-heading3 {
    font-size: 4rem;
}

.p-ob-technologie_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.p-ob-technologie_item {
    text-align: center;
    width: 17.1875%;
}

.p-ob-technologie_item a{
    color:#fff;
    text-decoration: none;
}

.p-ob-technologie_item a:hover *{
    opacity:0.8;
}

.p-ob-technologie_item img {
    max-width: 50%;
    margin-bottom: 5px;
}

.p-ob-technologie_title {
    font-size: 2.1rem;
    line-height: 1.3;
    font-weight: 700;
}

.p-ob-technologie_title+.p-ob-technologie_text {
    margin-top: 10px!important;
    font-size: 13px;
}

.p-at-contents_btn {
    text-align: center;
    margin-top: 30px;
}

.p-at-contents_btn .c-btn {
    font-size: 1.4rem;
}

.p-at-contents_btn .c-btn .c-btn-ico {
    width: 32px;
    height: 32px;
    position: relative;
    display: inline-block;;
    vertical-align: middle;
    margin-right: 7px;
}

.p-at-contents_btn .c-btn .c-btn-ico svg .circle {
    stroke-width: 2px;
}

.p-ob-section-technologies {
    background: #2400B0;
}

.p-ob-section-technologies-en {
	background-image: url(/global/imagesgig5/FJ_GRAD_H3A_RGB_tcm100-6614874_tcm100-2750236-32.png);
	background-size: cover;
	background-position: 100% 40%;
	color:#fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-ob-section-technologies-jp {
	background-image: url(/jp/imagesgig5/FJ_GRAD_H3A_RGB_tcm102-6614874_tcm102-2750236-32.png);
	background-size: cover;
	background-position: 100% 40%;
	color:#fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ハイライトサークル */
.p-ob-technologie_item .technologie_item-img-wrap {
    width: 100%;
    max-width: 142px;
    margin: 0 auto 5px;
}

.p-ob-technologie_item .technologie_item-img-wrap .technologie_item-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
    border-radius: 50%;
    overflow: hidden;
    transform: translate3d(0,0,0);
}

.p-ob-technologie_item .technologie_item-img-wrap .technologie_item-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    background: rgba(0,231,239,.4);
}

.p-ob-technologie_item a:hover .technologie_item-img-wrap .technologie_item-img::before {
	background: rgba(0,231,239,.7);
}

.p-ob-technologie_item .technologie_item-img-wrap .technologie_item-img img {
    position: absolute;
    width: 77.5%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: inherit;
}

.p-ob-technologie_item a.hl-circle-link:hover * {
	opacity: inherit!important;
}

@media screen and (max-width: 1000px) {
	.p-ob-section-technologies .c-at-heading3 {
	    font-size: 3.4rem;
	    margin-bottom: 20px;
	}
	
	.p-ob-technologie_list {
	    margin-top: -30px;
	}
	
	.p-ob-technologie_item {
	    width: 28%;
	    margin: 30px auto 0;
	}
	
	.p-ob-technologie_title {
	    font-size: 1.8rem;
	}
	
	.p-at-contents_btn {
	    margin-top: 25px;
	}
	
	.p-at-contents_btn .c-btn {
	    font-size: 1.5rem;
	}
	
}

@media screen and (max-width: 767px) {
	.p-ob-technologie_list {
	    -webkit-box-pack: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	}
	
	.p-ob-technologie_item {
	    width: 40%;
	    margin: 30px auto 0;
	}
	
}

/* Tecnhology Trend Area 
******************************/

.p-sec-tt-area{
	max-width: calc(1280px + 7.4%);
	padding: 0 3.7%;margin: auto;
}

.p-sec-tt-area a{
	text-decoration: none;
}

.p-sec-tt-area a:hover *{
	opacity: 0.9;
}

.c-research-tt-panel {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    overflow: hidden;
}

.c-research-tt-panel_grad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
    padding: 3.7%;
    overflow: hidden;
}

.c-research-tt-panel_pt {
    width: 50%;
    z-index: 2;
}

/*
.c-research-tt-panel_pt img {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}*/

.c-research-tt-panel_text{
   font-size: 1.6rem;
   margin-top: 34px;
}

.c-research-tt-panel_textcol {
    position: relative;
    color: #fff;
    width: auto;
    max-width: 640px;
    margin-right: 0;
    margin: 0 auto;
}

.c-research-tt-panel_title {
	font-size: 3rem;
    line-height: 1.3;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.c-research-tt-panel_grad {
    position: relative;
}

.c-research-tt-panel_grad::before {
    content: "";
    display: block;
    position: absolute;
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    z-index: 0;
}

.c-research-tt-panel_name {
    font-size: 2rem;
}

.c-research-tt-panel_name+.c-research-tt-panel_title {
    margin-top: 10px!important;
}

.p-sec-tt-area.bg-ta-sb-h1-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-h1-t4_tcm100-6659092_tcm100-2750236-32.png);
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-h2-t1 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-h2-t1_tcm100-7000552_tcm100-2750236-32.png);
    background-position: -50px 185px;
    width: 200%;
    height: 200%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-h3-t2 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-h3-t2_tcm100-7000553_tcm100-2750236-32.png);
    background-position: -30px 0;
    width: 135%;
    height: 135%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-h4-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-h4-t4_tcm100-7000555_tcm100-2750236-32.png);
    background-position: -45px 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-e1-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e1-t4_tcm100-6599255_tcm100-2750236-32.png);
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-e10-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e10-t4_tcm100-6659087_tcm100-2750236-32.png);
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}


.p-sec-tt-area.bg-ta-sb-e2-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e2-t4_tcm100-6659076_tcm100-2750236-32.png);
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-e3-t5 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e3-t5_tcm100-7000556_tcm100-2750236-32.png);
    background-position: -325px -60px;
    width: 180%;
    height: 180%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-e4-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e4-t4_tcm100-7000557_tcm100-2750236-32.png);
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-e5-t2 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e5-t2_tcm100-7000558_tcm100-2750236-32.png);
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-e6-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e6-t4_tcm100-7000559_tcm100-2750236-32.png);
    background-position: -45px 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-e7-t3 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e7-t3_tcm100-7000560_tcm100-2750236-32.png);
    background-position: -5px 20px;
    width: 130%;
    height: 130%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-e8-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e8-t4_tcm100-6659080_tcm100-2750236-32.png);
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-e9-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-e9-t4_tcm100-6659084_tcm100-2750236-32.png);
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}



.p-sec-tt-area.bg-ta-sb-h5-t4 .c-research-tt-panel .c-research-tt-panel_grad::before {
    background-image: url(/global/imagesgig5/bg-sb-h5-t4_tcm100-6659093_tcm100-2750236-32.png);
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.p-sec-tt-area.bg-ta-sb-h4-t4 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e1-t4 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e2-t4 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e4-t4 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e5-t2 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e6-t4 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e7-t3 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-h5-t4 .c-research-tt-panel .c-research-tt-panel_textcol {
    color: #000;
}

.p-sec-tt-area.bg-ta-sb-h3-t2 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-h2-t1 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e3-t5 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e10-t4 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e8-t4 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-e9-t4 .c-research-tt-panel .c-research-tt-panel_textcol, .p-sec-tt-area.bg-ta-sb-h1-t4 .c-research-tt-panel .c-research-tt-panel_textcol {
	color: #fff;
}

@media screen and (max-width: 1100px) {

    .c-research-tt-panel {
		display: flex;
	    height: auto;
	    align-items: center;
	    flex-direction: column-reverse;
    }

    .c-research-tt-panel_grad {
        display: block;
	    position: relative;
	    width: 100%;
	    padding: 3.7%;
	    max-width: 640px;
	    z-index: 1;
    }

    .c-research-tt-panel_pt {
        width: 100%;
        text-align: center;
    }

    .c-research-tt-panel_pt:after {
		display: none;
    }

    /*.c-research-tt-panel_pt img {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }*/

    .c-research-tt-panel_textcol {
        width: auto;
        margin-right: 0;
		width: auto;
        max-width: none;
        margin-right: 0;
        padding-right: 0;
	}

    .c-research-tt-panel_title {
		font-size: 3.4rem;
    }

    .c-research-tt-panel_name {
        font-size: 1.8rem;
    }

}

/* Technology Area用レイアウト
******************************/
.c-lyt-research-technology{
	display: flex;
	margin-right: -32px;
	flex-wrap: wrap;
}

.c-lyt-research-technology .item{
	width: calc(50% - 32px);
	margin-right: 32px;
	margin-bottom: 32px;
}
.c-lyt-research-technology .item.is-hidden{
	display:none;
}

.c-lyt-research-technology .item:hover{
	opacity:0.9;
}

.c-lyt-research-technology .item .item-inner{
	display:flex;
	text-decoration: none;
}

.c-lyt-research-technology .item .item-inner .item_img{
	margin-right:16px;
	width: 30%;
}
.c-lyt-research-technology .item .item-inner .item_txt{
	width: 70%;
}

.c-lyt-research-technology_more{
	text-align: center;
}

.c-lyt-research-technology_more .link-btn {
    position: relative;
    background: #fff;
    border: 1px solid #000;
    border-radius: 30px;
    padding: 8px 20px;
    max-width: 220px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}

.c-lyt-research-technology_more .link-btn:hover {
    opacity: .8;
}

.c-lyt-research-technology_more a.link-btn::before {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-color: #000;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width:768px){
	.c-lyt-research-technology{
		display: block;
		margin-right:0;
	}

	.c-lyt-research-technology .item{
		margin-right:0;
		width: 100%;
	}
}

@media screen and (max-width: 768px){
	.c-lyt-research-technology_more .link-btn{
		max-width: inherit;
	}
}

/* Technology Vison Area用レイアウト
******************************/

.hero-area-b.diff-research-top-technology-vision{
    max-height: inherit;
    min-height: inherit;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hero-area-b.diff-research-top-technology-vision .content .main-txt> .sub-txt {
	margin-top: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}

.hero-area-b.diff-research-top-technology-vision .content .content-inner {
    display: block;
    text-decoration: none;
}

.hero-area-b.diff-research-top-technology-vision .content .content-inner.en-content-img {
    background-image: url(/global/imagesgig5/FJ_GRAD_E1A_RGB_tcm100-6715771_tcm100-2750236-32.png);
    background-size: cover;
}

.hero-area-b.diff-research-top-technology-vision .content .content-inner.jp-content-img {
    background-image: url(/jp/imagesgig5/FJ_GRAD_E1A_RGB_tcm102-6715771_tcm102-2750236-32.png);
    background-size: cover;
}

.hero-area-b.diff-research-top-technology-vision.srl .content .content-inner.en-content-img,
.hero-area-b.diff-research-top-technology-vision.srl .content .content-inner.jp-content-img {
    background-image: inherit;
    background-size: inherit;
    background: #fff;
}

/* テキストボックス背景：黒 */
.hero-area-b.diff-research-top-a .content .content-inner {
    background: #262626!important;;
}

.hero-area-b.diff-research-top-a .content .content-inner .main-txt>* {
    color: #fff!important;
}

@media only screen and (min-width: 920px){
	.hero-area-b.diff-research-top-technology-vision .visual {
	    height: auto;
	}
	
	.hero-area-b.diff-research-top-technology-vision .visual>img {
	    min-width: 1800px;
	}
}

@media only screen and (min-width: 767px){

	.hero-area-b.diff-research-top-technology-vision .content{
		max-width:1280px;
		margin:0 auto;
		padding: 40px;
	}
	.hero-area-b.diff-research-top-technology-vision .content .content-inner{
		padding: 36px 30px 36px 36px;
		width: 45vw;
		max-width: 400px;
		margin: 0 auto 0 0;
		background: #fff;
	}
	.hero-area-b.diff-research-top-technology-vision .content .main-txt>*{
		color: #000;
		display: block;
		background: none;
		line-height: 1.4;
		padding: 0 5px;
	}
	.hero-area-b.diff-research-top-technology-vision .content .main-txt> h1 {
		font-size: calc(28vw*100/1280)!important;
	}

}

@media only screen and (max-width: 767px){
	.hero-area-b.diff-research-top-technology-vision{
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.hero-area-b.diff-research-top-technology-vision .content .main-txt>*{
		display: block;
		font-weight: normal;
	}
	.hero-area-b.diff-research-top-technology-vision .visual {
		height: calc(100vw * 430 / 640);
	}
}
@media only screen and (min-width: 1281px){
	.hero-area-b.diff-research-top-technology-vision .content .main-txt> h1 {
		font-size: 2.8rem!important;
	}

}
@media only screen and (min-width: 920px) {
/*920px（420px / 730px * 1600px）*/
    .hero-area-b.diff-research-top-technology-vision .visual>img {
		/* min-width: auto; */
		/* width: 100%; */
		height: inherit!important;
	}
}



/* 2022/03 追記 css
--------------------------------------------------------- */
/*  KV Area for diff-hero-article (拡張：hero-area-b)
***********************************************/
.hero-area-b.diff-hero-article .content .main-txt> .sub-txt {
	margin-bottom: 16px;
	font-size: 1.6rem;
	font-weight: normal;
}
.hero-area-b.diff-hero-article .visual>img{
	margin-top: 12px;
}
@media only screen and (min-width: 767px){
	.hero-area-b.diff-hero-article{
		display: block;
		max-height: 400px;
		min-height: 400px;
	}
	.hero-area-b.diff-hero-article .content{
		display: flex;
		max-width: 100%;
		height: 400px;
		max-height: 400px;
		min-height: 400px;
		padding: 0;
	}
	.hero-area-b.diff-hero-article .content .content-inner{
		display: flex;
		align-self: stretch;
		align-items: center;
		justify-content: flex-end;
		width: 50%;
	}
	.hero-area-b.diff-hero-article .content .main-txt{
		max-width: calc(1280px / 2);
		padding: 24px;
	}
	.hero-area-b.diff-hero-article .content .main-txt>*{
		color: #000;
		display: block;
		background: none;
		line-height: 1.4;
		padding: 0 5px;
	}
	.hero-area-b.diff-hero-article .content .main-txt> h1 {
		font-size: calc(28vw*100/1280)!important;
		line-height: 1.6;
	}
	.hero-area-b.diff-hero-article .visual {
		width: 50%;
		left: auto;
		right: 0;
	}
	.hero-area-b.diff-hero-article .visual img{
		min-width: 100%;
		left: auto;
		right: 0;
		transform: inherit;
	}
}
@media only screen and (max-width: 1000px){
	.hero-area-b.diff-hero-article .visual img{
		right: -10%;
	}
}
@media only screen and (min-width: 1440px){
	.hero-area-b.diff-hero-article .content .main-txt{
		padding: 24px 24px 24px 0;
	}
}
@media only screen and (max-width: 767px){
	.hero-area-b.diff-hero-article .content .main-txt>*{
		display: block;
		font-weight: normal;
	}
	.hero-area-b.diff-hero-article .visual {
		height: calc(100vw * 400 / 640);
	}
	.hero-area-b.diff-hero-article .visual>img {
		width: 100%;
		height: auto;
		right: 0;
	}
}
@media only screen and (min-width: 1281px){
	.hero-area-b.diff-hero-article .content .main-txt> h1 {
		font-size: 2.8rem!important;
	}

}

/*  KV Area for diff-nlf-bg-* (背景画像)
***********************************************/
.diff-nlf-bg-e1 {background-image: url(/jp/imagesgig5/bg-e1_tcm102-6590585_tcm102-2750236-32.jpg)!important;}
.diff-nlf-bg-e2 {background-image: url(/jp/imagesgig5/bg-e2_tcm102-6591185_tcm102-2750236-32.jpg)!important;}
.diff-nlf-bg-e8 {background-image: url(/jp/imagesgig5/bg-e8_tcm102-6591193_tcm102-2750236-32.jpg)!important;}
.diff-nlf-bg-e9 {background-image: url(/jp/imagesgig5/bg-e9_tcm102-6591186_tcm102-2750236-32.jpg)!important;}
.diff-nlf-bg-e10 {background-image: url(/jp/imagesgig5/bg-e10_tcm102-6591189_tcm102-2750236-32.jpg)!important;}
.diff-nlf-bg-h1 {background-image: url(/jp/imagesgig5/bg-h1_tcm102-6591190_tcm102-2750236-32.jpg)!important;}
.diff-nlf-bg-h5 {background-image: url(/jp/imagesgig5/bg-h5_tcm102-6591191_tcm102-2750236-32.jpg)!important;}
.diff-nlf-bg-h2-t1 {background-image: url(/jp/imagesgig5/bg-sb-h2-t1_tcm102-7000552_tcm102-2750236-32.png)!important;}
.diff-nlf-bg-h3-t2 {background-image: url(/jp/imagesgig5/bg-sb-h3-t2_tcm102-7000553_tcm102-2750236-32.png)!important;}
.diff-nlf-bg-h4-t4 {background-image: url(/jp/imagesgig5/bg-sb-h4-t4_tcm102-7000555_tcm102-2750236-32.png)!important;}
.diff-nlf-bg-e3-t5 {background-image: url(/jp/imagesgig5/bg-sb-e3-t5_tcm102-7000556_tcm102-2750236-32.png)!important;}
.diff-nlf-bg-e4-t4 {background-image: url(/jp/imagesgig5/bg-sb-e4-t4_tcm102-7000557_tcm102-2750236-32.png)!important;}
.diff-nlf-bg-e5-t2 {background-image: url(/jp/imagesgig5/bg-sb-e5-t2_tcm102-7000558_tcm102-2750236-32.png)!important;}
.diff-nlf-bg-e6-t4 {background-image: url(/jp/imagesgig5/bg-sb-e6-t4_tcm102-7000559_tcm102-2750236-32.png)!important;}
.diff-nlf-bg-e7-t3 {background-image: url(/jp/imagesgig5/bg-sb-e7-t3_tcm102-7000560_tcm102-2750236-32.png)!important;}

.diff-nlf-bg-h2-t1 .main-txt>*, .diff-nlf-bg-h3-t2 .main-txt>*, .diff-nlf-bg-e3-t5 .main-txt>* {
    color: #fff!important;
}

[class*="diff-nlf-bg-"] {background-size: cover!important;}
@media screen and (min-width: 769px) {
	.diff-nlf-bg-pc-none {background-image: none!important;}
}
@media screen and (max-width: 768px) {
	.diff-nlf-bg-tab-none {background-image: none!important;}
}
@media screen and (max-width: 480px) {
	.diff-nlf-bg-sp-none {background-image: none!important;}
}

/*  diff-nlf-bg 黒svg */
.diff-nlf-bg-e1 .c-btn,
.diff-nlf-bg-e2 .c-btn,
.diff-nlf-bg-e8 .c-btn,
.diff-nlf-bg-e9 .c-btn,
.diff-nlf-bg-e10 .c-btn,
.diff-nlf-bg-h1 .c-btn,
.diff-nlf-bg-h5 .c-btn,
.diff-nlf-bg-h4-t4 .c-btn,
.diff-nlf-bg-e4-t4 .c-btn,
.diff-nlf-bg-e5-t2 .c-btn,
.diff-nlf-bg-e6-t4 .c-btn,
.diff-nlf-bg-e7-t3 .c-btn{
    color: #000
}

.diff-nlf-bg-e1 .c-btn:hover,
.diff-nlf-bg-e2 .c-btn:hover,
.diff-nlf-bg-e8 .c-btn:hover,
.diff-nlf-bg-e9 .c-btn:hover,
.diff-nlf-bg-e10 .c-btn:hover,
.diff-nlf-bg-h1 .c-btn:hover,
.diff-nlf-bg-h5 .c-btn:hover,
.diff-nlf-bg-h4-t4 .c-btn:hover,
.diff-nlf-bg-e4-t4 .c-btn:hover,
.diff-nlf-bg-e5-t2 .c-btn:hover,
.diff-nlf-bg-e6-t4 .c-btn:hover,
.diff-nlf-bg-e7-t3 .c-btn:hover{
    color: #000
}

.diff-nlf-bg-e1 .c-btn:active,
.diff-nlf-bg-e2 .c-btn:active,
.diff-nlf-bg-e8 .c-btn:active,
.diff-nlf-bg-e9 .c-btn:active,
.diff-nlf-bg-e10 .c-btn:active,
.diff-nlf-bg-h1 .c-btn:active,
.diff-nlf-bg-h5 .c-btn:active,
.diff-nlf-bg-h4-t4 .c-btn:active,
.diff-nlf-bg-e4-t4 .c-btn:active,
.diff-nlf-bg-e5-t2 .c-btn:active,
.diff-nlf-bg-e6-t4 .c-btn:active,
.diff-nlf-bg-e7-t3 .c-btn:active{
    color: #000
}

.diff-nlf-bg-e1 .c-btn:focus,
.diff-nlf-bg-e2 .c-btn:focus,
.diff-nlf-bg-e8 .c-btn:focus,
.diff-nlf-bg-e9 .c-btn:focus,
.diff-nlf-bg-e10 .c-btn:focus,
.diff-nlf-bg-h1 .c-btn:focus,
.diff-nlf-bg-h5 .c-btn:focus,
.diff-nlf-bg-h4-t4 .c-btn:focus,
.diff-nlf-bg-e4-t4 .c-btn:focus,
.diff-nlf-bg-e5-t2 .c-btn:focus,
.diff-nlf-bg-e6-t4 .c-btn:focus,
.diff-nlf-bg-e7-t3 .c-btn:focus{
    color: #000
}

.diff-nlf-bg-e1 .c-btn-ico::before,
.diff-nlf-bg-e2 .c-btn-ico::before,
.diff-nlf-bg-e8 .c-btn-ico::before,
.diff-nlf-bg-e9 .c-btn-ico::before,

.diff-nlf-bg-e10 .c-btn-ico::before,
.diff-nlf-bg-h1 .c-btn-ico::before,
.diff-nlf-bg-h5 .c-btn-ico::before,
.diff-nlf-bg-h4-t4 .c-btn-ico::before,
.diff-nlf-bg-e4-t4 .c-btn-ico::before,
.diff-nlf-bg-e5-t2 .c-btn-ico::before,
.diff-nlf-bg-e6-t4 .c-btn-ico::before,
.diff-nlf-bg-e7-t3 .c-btn-ico::before{
    border-color: #000;
}

.diff-nlf-bg-e1 .c-btn-ico svg,
.diff-nlf-bg-e2 .c-btn-ico svg,
.diff-nlf-bg-e8 .c-btn-ico svg,
.diff-nlf-bg-e9 .c-btn-ico svg,
.diff-nlf-bg-e10 .c-btn-ico svg,
.diff-nlf-bg-h1 .c-btn-ico svg,
.diff-nlf-bg-h5 .c-btn-ico svg,
.diff-nlf-bg-h4-t4 .c-btn-ico svg,
.diff-nlf-bg-e4-t4 .c-btn-ico svg,
.diff-nlf-bg-e5-t2 .c-btn-ico svg,
.diff-nlf-bg-e6-t4 .c-btn-ico svg,
.diff-nlf-bg-e7-t3 .c-btn-ico svg{
    fill: #000;
}

.diff-nlf-bg-e1 .c-btn-ico svg .circle,
.diff-nlf-bg-e2 .c-btn-ico svg .circle,
.diff-nlf-bg-e8 .c-btn-ico svg .circle,
.diff-nlf-bg-e9 .c-btn-ico svg .circle,
.diff-nlf-bg-e10 .c-btn-ico svg .circle,
.diff-nlf-bg-h1 .c-btn-ico svg .circle,
.diff-nlf-bg-h5 .c-btn-ico svg .circle,
.diff-nlf-bg-h4-t4 .c-btn-ico svg .circle,
.diff-nlf-bg-e4-t4 .c-btn-ico svg .circle,
.diff-nlf-bg-e5-t2 .c-btn-ico svg .circle,
.diff-nlf-bg-e6-t4 .c-btn-ico svg .circle,
.diff-nlf-bg-e7-t3 .c-btn-ico svg .circle{
    fill: none;
    stroke: #000
}

.diff-nlf-bg-e1 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-e2 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-e8 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-e9 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-e10 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-h1 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-h5 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-h4-t4 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-e4-t4 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-e5-t2 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-e6-t4 .c-btn:hover .c-btn-ico svg .circle,
.diff-nlf-bg-e7-t3 .c-btn:hover .c-btn-ico svg .circle{
    fill: transparent;
    stroke: #000;
    stroke-width: 1
}

/*  lyt-idx-b diff-lyt-article 技術者インタビュー 関連記事
***********************************************/
.lyt-idx-b.diff-lyt-article >li {
	width: 100%;
}
.lyt-idx-b.diff-lyt-article .text-box {
	display: flex;
	align-items: center;
	padding: 14px 16px;
}
.lyt-idx-b.diff-lyt-article .text-box::before {
	display: none;
}
@media screen and (min-width: 481px) {
	.lyt-idx-b.diff-lyt-article .visual{
		width: 208px;
		min-width: 208px;
	}
	.lyt-idx-b.diff-lyt-article .visual img {
		width: 208px;
	}
}
@media screen and (max-width: 480px) {
	.lyt-idx-b.diff-lyt-article .lyt-idx-inner {
		display: block;
	}
	.lyt-idx-b.diff-lyt-article >li {
		max-width: 284px;
		margin: 0 auto;
	}
	.lyt-idx-b.diff-lyt-article .visual img {
		width: 100%;
	}

}

.hdg-b.diff-border-c-bk {
	border-color: #000;
}
.hdg-c.diff-border-none {
	padding-bottom: 0;
	padding-left: 0;
}
.hdg-c.diff-border-none::before {
	display: none;
}

/*  KV Area for diff-hero-topics 技術トピックス
***********************************************/
.diff-hero-topics {
    padding-top: 56px!important;
    background-repeat: no-repeat;
    background-position: center top;
}
.diff-line-blue {background-image: url(/jp/imagesgig5/topics-bg-blue_tcm102-6601130_tcm102-2750236-32.jpg)!important;}
.diff-line-darkgreen {background-image: url(/jp/imagesgig5/topics-bg-darkgreen_tcm102-6601131_tcm102-2750236-32.jpg)!important;}
.diff-line-green {background-image: url(/jp/imagesgig5/topics-bg-green_tcm102-6601132_tcm102-2750236-32.jpg)!important;}
.diff-line-lime {background-image: url(/jp/imagesgig5/topics-bg-lime_tcm102-6601133_tcm102-2750236-32.jpg)!important;}
.diff-line-orange {background-image: url(/jp/imagesgig5/topics-bg-orange_tcm102-6601134_tcm102-2750236-32.jpg)!important;}
.diff-line-purple {background-image: url(/jp/imagesgig5/topics-bg-purple_tcm102-6601135_tcm102-2750236-32.jpg)!important;}
.diff-line-red {background-image: url(/jp/imagesgig5/topics-bg-red_tcm102-6601136_tcm102-2750236-32.jpg)!important;}
.diff-line-yellow {background-image: url(/jp/imagesgig5/topics-bg-yellow_tcm102-6601138_tcm102-2750236-32.jpg)!important;}

.section.diff-section-hdgp .section-inner {
	padding-bottom: 34px;
}
@media screen and (max-width: 480px) {
	.section.diff-section-hdgp .section-inner {
		padding-bottom: 28px;
	}
}

@media only screen and (max-width: 480px) {
    .u-d-sp-none {
        display: none!important;
    }
}

@media screen and (min-width: 767px) {
	.lyt-idx-b.diff-col4.diff-item5 > li:first-child, 
	.lyt-idx-b.diff-col4.diff-item6 > li:first-child {margin-left: 0.01%;}
}

/*  KV 言語切り替えボタン
***********************************************/
.lang-ch-btn {
	display: inline-block!important;
	text-decoration: none;
    font-size: 1.4rem;
    z-index: 100;
}

.lang-ch-btn .btn-txt {
    display: block;
    padding: 8px 28px 8px 20px;
    background: #fff;
    border-radius: 22px;
    position: relative;
}

.lang-ch-btn .btn-txt::before {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-color: #000;
}

/* business用 拡張クラス */
.lang-ch-btn.business-lang-ch-btn-for-pc {
    position: absolute;
    top: 8%;
    right: 10%;
}

.business-lang-ch-btn-for-pc {
	display: block;
}

.business-lang-ch-btn-for-tab {
	display: none!important;
}

@media only screen and (max-width: 1024px) {
	.business-lang-ch-btn-for-pc {
		display: none!important;
	}

	.business-lang-ch-btn-for-tab {
		display: inline-block!important;
	}

}

/*  diff-kv-1280
***********************************************/
.diff-kv-1280 .section-inner {
	padding-bottom: 0;
}
.diff-kv-1280 .kv-visual img {
	width: 100%;
}
@media only screen and (max-width: 1280px) {
	.diff-kv-1280 .section-inner {
		padding: 56px 0 64px;
	}
	.diff-kv-1280 .kv-txt {
		padding: 0 8px;
	}
}
@media only screen and (max-width: 480px) {
	.diff-kv-1280 .section-inner {
		padding: 40px 0 48px;
	}
	.diff-kv-1280 .kv-txt {
		padding: 0 16px;
	}
}
/*  拡張：diff-talking-box2
***********************************************/
@media only screen and (max-width: 768px) {
	.section-talking .talking-box.diff-talking-box2 h3.hdg-d + .text {
		margin-top: 16px;
	}
}
@media only screen and (max-width: 480px) {
	.section-talking .talking-box.diff-talking-box2 .hdg-d {
		font-size: 2.4rem;
	}
}
/*  拡張：lyt-idx-b
***********************************************/
.lyt-idx-b.diff-idx > *{
	display: flex;
	flex-direction: column;
}
.lyt-idx-b.diff-idx .lyt-idx-inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-self: stretch;
}
.lyt-idx-b.diff-idx.diff-lyt-a .lyt-idx-inner {
	flex-direction: row;
}
.lyt-idx-b.diff-idx .text-box {
	height: 100%;
}
.lyt-idx-b.diff-idx .text-box::before {
	display: none;
}
.lyt-idx-b.diff-idx .text-box .title+.desc {
	margin-top: 24px;
}
.lyt-idx-b.diff-idx.diff-bgc .lyt-idx-inner {
	background: #efefef;
}
.lyt-idx-b.diff-idx.diff-bgc .lyt-idx-inner .text-box {
	background: transparent;
}
.lyt-idx-b.diff-idx.diff-col1 {
	margin: 0;
}
.lyt-idx-b.diff-idx.diff-col1 > *{
	width: 100%;
	padding: 0;
}
.lyt-idx-b.diff-idx.diff-col1 .visual, 
.lyt-idx-b.diff-idx.diff-col1 .text-box {
	width: 50%;
}
.lyt-idx-b.diff-idx.diff-col1 .text-box {
	padding: 32px;
}
@media only screen and (max-width: 768px) {
	.lyt-idx-b.diff-idx .text-box .title+.desc {
		margin-top: 14px;
	}
	.lyt-idx-b.diff-idx.diff-lyt-a .lyt-idx-inner {
	flex-direction: column;
	}
	.lyt-idx-b.diff-idx.diff-tab-col1 {
		margin-left: -8px;
		margin-bottom: -8px;
	}
	.lyt-idx-b.diff-idx.diff-tab-col1>* {
		width: 100%;
		padding-left: 8px;
		padding-bottom: 8px;
	}
	.lyt-idx-b.diff-idx.diff-tab-col1 .text-box {
		padding: 11px 32px 11px 16px;
	}
	.lyt-idx-b.diff-idx.diff-col1 .lyt-idx-inner {
		max-width: calc(550px * 0.6);/*(img size width550px,height400px)*/
	} 
	.lyt-idx-b.diff-idx.diff-col1 .visual {
		max-height: calc(400px * 0.6);/*(img size width550px,height400px)*/
	}
	.lyt-idx-b.diff-idx.diff-col1 .visual, 
	.lyt-idx-b.diff-idx.diff-col1 .text-box {
		width: 100%;
	}
	.lyt-idx-b.diff-idx.diff-col1 .text-box {
		padding: 24px;
	}
}



/*  相互リンクボタン
***********************************************/

/* パターンA 技術者インタビュー 新VI */
.lab-lang-ch-btn-a {
    position: relative;
}

.lab-lang-ch-btn-a .lab-lang-ch-btn-for-pc {
    position: absolute;
    top: 9%;
    right: 7%;
    border: 1px solid #000;
    border-radius: 28px;
}

@media only screen and (max-width: 767px) {
	.lab-lang-ch-btn-a .lab-lang-ch-btn-for-pc {
		display: none!important;
	}

	.lab-lang-ch-btn-a .lab-lang-ch-btn-for-tab {
		display: inline-block!important;
    	border: 1px solid #000;
    	border-radius: 28px;
    	margin-top: 20px!important;
    	padding: 0px!important;
	}

}

/* パターンB 技術者インタビュー */
.lab-lang-ch-btn-b {
    position: relative;
}

.lab-lang-ch-btn-b .lang-ch-btn.lab-lang-ch-btn-for-pc {
    position: absolute;
    top: 15%;
    right: 3%;
    border: 1px solid #000;
    border-radius: 28px;
}


.lab-lang-ch-btn-for-tab {
	display: none!important;
}


@media only screen and (max-width: 767px) {
	.lab-lang-ch-btn-b .lab-lang-ch-btn-for-pc {
		display: none!important;
	}

	.lab-lang-ch-btn-b .lab-lang-ch-btn-for-tab {
		display: inline-block!important;
		border: 1px solid #000;
        border-radius: 28px;
        margin-bottom: 28px!important;
	}

}

/* パターンC 技術トピックス */
.lab-lang-ch-btn-c {
    display: flex;
    width: 100%;
    margin-bottom: 28px;
}

.lab-lang-ch-btn-c .lab-lang-ch-btn-for-pc {
    margin-top: 0!important;
    border: 1px solid #000;
    border-radius: 28px;
    margin: 0 0 0 auto;
}

/* パターンD その他 */
.lab-lang-ch-btn-d {
    display: flex;
    width: 100%;
    align-items: center;
}

.lab-lang-ch-btn-d .lab-lang-ch-btn-for-pc {
    border: 1px solid #000;
    border-radius: 28px;
    margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
	.lab-lang-ch-btn-d {
	    display: block;
	    width: 100%;
	    align-items: inherit;
	}

	.lab-lang-ch-btn-d .lab-lang-ch-btn-for-pc {
	    border: 1px solid #000;
	    border-radius: 28px;
	    margin: inherit;
	    margin-bottom: 30px;
	}
}

/* パターンE 段落ち1100px */
.lab-lang-ch-btn-e {
    position: relative;
}

.lab-lang-ch-btn-e .lab-lang-ch-btn-for-pc {
    position: absolute;
    top: 3%;
    right: 7%;
    border: 1px solid #000;
    border-radius: 28px;
}

@media only screen and (max-width: 1100px){

	.lab-lang-ch-btn-e .lab-lang-ch-btn-for-pc {
		display: none!important;
	}

	.lab-lang-ch-btn-e .lab-lang-ch-btn-for-tab {
	    display: inline-block!important;
	    border: 1px solid #000;
	    border-radius: 28px;
	    margin-left: 20px!important;
	    margin-bottom: 28px;
	    padding: 0px!important;
	}
}


/*  article配下 関連記事・最新記事
***********************************************/
.c-list-article-a.article-marker-none .c-list-article-a__item {
    list-style-type: none!important;
}

/*.lab-list-article .c-list-article-a__item {
    list-style-type: none!important;
}*/


/*  member-flex 技術者インタビュー 区切り線付き2カラム用
***********************************************/
.section-member .member-flex {
	display: flex;
	justify-content: space-between;
	margin: 0 16px;
}
.section-member .member-flex .member-box .member-list .member-list-person {
	align-items: flex-start;
}
.section-member .member-flex .member-box .member-list .member-list-image{
	max-width: 160px;
}
.section-member .member-flex .member-flex_item:last-child {
	position: relative;
}
.section-member .member-flex .member-flex_item:last-child::before {
	content: "";
	position: absolute;
	top: 20px;
	left: -5vw;
	height: calc(100% - 20px * 2);
	border-left: 1px #6d6e70 solid;
}
/*2カラム 1列 | 1列 のパターン*/
.section-member .member-flex .member-flex_item.member-flex_item-col1_2 {
	flex-basis: calc(100% / 2 * 1 - 5vw);
}
.section-member .member-flex .member-flex_item.member-flex_item-col1_2 .member-list li {
	width: 100%;
}
/*3カラム 2列 | 1列 のパターン*/
.section-member .member-flex .member-flex_item.member-flex_item-col1_3 {
	flex-basis: calc(100% / 3 * 1 - 5vw);
}
.section-member .member-flex .member-flex_item.member-flex_item-col2_3 {
	flex-basis: calc(100% / 3 * 2 - 5vw);
}
.section-member .member-flex .member-flex_item.member-flex_item-col1_3 .member-list li {
	width: 100%;
}
.section-member .member-flex .member-flex_item.member-flex_item-col2_3 .member-list li {
	width: 50%;
}
.section-member .member-flex .member-logo.diff-member-logo_w {
	padding-top: 15.5px;
	padding-bottom: 15.5px;
}

@media only screen and (min-width: 768px){
	.section-member .member-flex .member-box .member-list .member-list-image {
	    width: 10vw;
	    min-width: 84px;
	}
}
@media only screen and (min-width: 1280px){
	.section-member .member-flex .member-flex_item:last-child::before {
		left: -80px;
	}
	/*2カラム 1列 | 1列 のパターン*/
	.section-member .member-flex .member-flex_item.member-flex_item-col1_2 {
		flex-basis: calc(100% / 2 * 1 - 80px);
	}
	/*3カラム 2列 | 1列 のパターン*/
	.section-member .member-flex .member-flex_item.member-flex_item-col1_3 {
		flex-basis: calc(100% / 3 * 1 - 80px);
	}
	.section-member .member-flex .member-flex_item.member-flex_item-col2_3 {
		flex-basis: calc(100% / 3 * 2 - 80px);
	}
	.section-member .member-flex .member-box .member-list .member-list-image {
	    width: 100%;
	}
}
@media only screen and (max-width: 767px){
	.section-member .member-flex {
		flex-direction: column;
		margin: 0;
	}
	.section-member .member-flex .member-box .member-list .member-list-person {
		align-items: center;
	}
	.section-member .member-flex .member-box .member-list .member-list-image{
		max-width: 34.98542274052478%;
	}
	.section-member .member-flex .member-flex_item:first-child {
		padding: 0 0 12vw;
	}
	.section-member .member-flex .member-flex_item:last-child {
		padding: 32px 0 0;
	}
	.section-member .member-flex .member-flex_item:last-child::before {
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		border-top: 1px #6d6e70 solid;
		border-left: none;
	}
	.section-member .member-flex .member-flex_item.member-flex_item[class*="-col"] {
		flex-basis: auto;
		height: 100%;
	}
	.section-member .member-flex .member-flex_item.member-flex_item-col2_3 .member-list li {
		width: 100%;
	}
	.section-member .member-flex .member-logo.diff-member-logo_w {
		padding: 0;
	}
	.section-member .member-flex .member-logo img {
		max-width: 200px;
	}
}
@media only screen and (max-width: 480px){
	.section-member .member-flex .member-logo img {
		max-width: 120px;
	}
	.section-member .member-flex .member-logo.diff-member-logo_w img {
		max-width: 200px;
	}
}

/*  c-imgcol2 技術者インタビュー 画像 画面幅最大
***********************************************/
.c-imgcol2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
	margin-top: -16px;
}
.c-imgcol2 .c-imgcol2_item {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: calc((100% / 2) - 0.01px - 8px);
	margin-top: 16px;
}
.c-imgcol2 .c-imgcol2_img img {
	width: 100%;
}
.c-imgcol2 .c-imgcol2_cap{
	margin: 8px 8px 0;
	font-size: 1.4rem;
	text-align: center;
}
@media only screen and (max-width: 767px){
	.c-imgcol2 {
		flex-direction: column;
		padding-top: 0;
		margin: 0;
	}
	.c-imgcol2 .c-imgcol2_item {
		flex-basis: auto;
	}
	.c-imgcol2 .c-imgcol2_item:first-child {
		margin-top: 0; 
	}
}

/*  c-lyt-sns-area SNSエリア
***********************************************/
.c-lyt-sns-area .c-lyt-sns-area__inner{
    display: flex;
    justify-content: center;
    margin-right: -70px;
}

.c-lyt-sns-area .item{
    margin-right: 70px;
    margin-bottom: 35px;
}

@media screen and (max-width: 480px){
	.c-lyt-sns-area .c-lyt-sns-area__inner{
		margin-right: -35px;	
	}
	
	.c-lyt-sns-area .item{
		margin-right: 35px;
	}
	
}

/*  背景グレー（関連情報等）
***********************************************/
.c-box-g4 {
	background: #efefef; padding: 24px;
}

/*  技術者インタビュー KVレイアウト SiteCore ver
***********************************************/
.diff-hero-article-2nd {
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.diff-hero-article-2nd .c-hero-2nd {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    overflow: hidden;
}

.diff-hero-article-2nd .c-hero-2nd-isnt-mark .c-hero-2nd_grad {
    padding: 15px 0 15px 3.7%;
}

.diff-hero-article-2nd .c-hero-2nd_grad {
    position: relative;
}

.diff-hero-article-2nd .c-hero-2nd_grad {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 50%;
    padding: 3.7% 0 3.7% 3.7%;
    overflow: hidden;
}

.diff-hero-article-2nd .c-hero-2nd_grad::before {
    content: "";
    display: block;
    position: absolute;
    width: 105%;
    height: 105%;
    top: -2.5%;
    left: -2.5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    z-index: 0;
}

.diff-hero-article-2nd .c-hero-2nd_textcol {
    position: relative;
    width: 390px;
    margin-right: 250px;
}

.diff-hero-article-2nd .c-hero-2nd-isnt-mark .c-hero-2nd_textcol {
    font-size: 1.8rem;
    width: 100%;
    max-width: 640px;
    margin-right: 0;
    padding-right: 7.4%;
}

.diff-hero-article-2nd .c-hero-2nd_name {
    font-size: 2rem;
    margin: 0;
}

.diff-hero-article-2nd .c-hero-2nd_title {
    font-size: 4.8rem;
    line-height: 1.4;
    font-weight: 700;
}

.diff-hero-article-2nd .c-hero-2nd_name+.c-hero-2nd_title {
    margin: 10px!important;
}

.diff-hero-article-2nd .c-hero-2nd-isnt-mark .c-hero-2nd_title {
    font-size: 3.8rem;
    line-height: 1.3;
    font-weight: 700;
}

.diff-hero-article-2nd .c-hero-2nd_pt {
    position: relative;
    top: 0;
    right: 0;
    width: 50%;
    min-height: 440px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/Bg_H1_T1_tcm102-7039821_tcm102-2750236-32.jpg)!important;
    background-position: 0 0;
    width: 200%;
    height: 200%;
    top: 0;
    bottom: 0;
}

.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/bg-sb-h1-t4_tcm102-7146141_tcm102-2750236-32.png)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/bg-sb-h2-t1_tcm102-7000552_tcm102-2750236-32.png)!important;
    background-position: 0 0;
    width: 200%;
    height: 200%;
    top: 0;
    bottom: 0;
}

.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/bg-sb-h3-t2_tcm102-7000553_tcm102-2750236-32.png)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/FJ_SB_H3_T3_tcm102-7383126_tcm102-2750236-32.png)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/bg-sb-h4-t4_tcm102-7000555_tcm102-2750236-32.png)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/Bg_H5_T5_tcm102-7039827_tcm102-2750236-32.jpg)!important;
    background-position: -335px -60px;
    width: 180%;
    height: 180%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/Bg_E1_T4_tcm102-7039762_tcm102-2750236-32.jpg)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/Bg_E2_T1_tcm102-7039776_tcm102-2750236-32.jpg)!important;
    background-position: 0 0;
    width: 200%;
    height: 200%;
    top: 0;
    bottom: 0;
}

.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/bg-sb-e3-t5_tcm102-7000556_tcm102-2750236-32.png)!important;
    background-position: -335px -60px;
    width: 180%;
    height: 180%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/bg-sb-e4-t4_tcm102-7000557_tcm102-2750236-32.png)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/bg-sb-e5-t2_tcm102-7000558_tcm102-2750236-32.png)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/bg-sb-e6-t4_tcm102-7000559_tcm102-2750236-32.png)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/bg-sb-e7-t3_tcm102-7000560_tcm102-2750236-32.png)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/Bg_E8_T4_tcm102-7039794_tcm102-2750236-32.jpg)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/Bg_E9_T2_tcm102-7039808_tcm102-2750236-32.jpg)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/Bg_E10_T4_tcm102-7039817_tcm102-2750236-32.jpg)!important;
    background-position: 0 0;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/FJ_GRAD_H1A_RGB_tcm102-7298673_tcm102-2750236-32.png)!important;
    background-position: center center;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/FJ_GRAD_H3A_RGB_tcm102-6614874_tcm102-2750236-32.png)!important;
    background-position: center center;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_grad::before {
    background-image: url(/jp/imagesgig5/FJ_GRAD_H4A_RGB_tcm102-7308165_tcm102-2750236-32.png)!important;
    background-position: center center;
    width: 125%;
    height: 125%;
    top: auto;
    bottom: -20%;
}

/* 白文字・白svgボタン */
.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_textcol, 
.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_textcol, 
.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_textcol {
    color: #fff;
}

.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn, 
.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn, 
.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_textcol .c-btn {
    color: #fff;
}

.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover, 
.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover, 
.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover {
    color: #fff;
}

.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active, 
.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active, 
.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_textcol .c-btn:active {
    color: #fff;
}

.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus, 
.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus, 
.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus {
    color: #fff;
}

.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before, 
.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before, 
.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before {
    border-color: #fff;
}

.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg, 
.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg, 
.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg {
    fill: #fff;
}

.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle, 
.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle, 
.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle {
    fill: none;
    stroke: #fff;
}

.diff-hero-article-2nd.diff-grd-bg-h2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h3-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle, 
.diff-hero-article-2nd.diff-grd-bg-h3-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle, 
.diff-hero-article-2nd.diff-grd-bg-e3-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e8-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e9-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e10-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h1-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h1a .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h3a .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h4a .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1
}

/* 黒文字・黒svgボタン */
.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_textcol,
.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_textcol{
    color: #000;
}

.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn,
.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn{
    color: #000
}

.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover,
.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover{
    color: #000
}

.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active,
.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn:active{
    color: #000
}

.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus,
.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn:focus{
    color: #000
}

.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before,
.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico::before{
    border-color: #000;
}

.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg,
.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg{
    fill: #000;
}

.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn-ico svg .circle{
    fill: none;
    stroke: #000
}

.diff-hero-article-2nd.diff-grd-bg-h4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-h5-t5 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e1-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e2-t1 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e4-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e5-t2 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e6-t4 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle,
.diff-hero-article-2nd.diff-grd-bg-e7-t3 .c-hero-2nd .c-hero-2nd_textcol .c-btn:hover .c-btn-ico svg .circle{
    fill: transparent;
    stroke: #000;
    stroke-width: 1
}

@media screen and (min-width: 768px) and (max-width: 1279px){
	.diff-hero-article-2nd .c-hero-2nd {
	    height: calc(450vw * 100 / 1280);
	}

	.diff-hero-article-2nd .c-hero-2nd-isnt-mark {
	    height: auto;
	}
	
	.diff-hero-article-2nd .c-hero-2nd-isnt-mark .c-hero-2nd_grad {
	    padding: 3.7% 0 3.7% 3.7%;
	    -webkit-box-pack: start;
	    -ms-flex-pack: start;
	    justify-content: flex-start;
	}
	
	.diff-hero-article-2nd .c-hero-2nd-isnt-mark .c-hero-2nd_textcol {
	    width: 100%;
	    margin-right: 0;
	}
}

@media screen and (max-width: 767px){
	.diff-hero-article-2nd .c-hero-2nd {
	    display: block;
	    height: auto;
	}

	.diff-hero-article-2nd .c-hero-2nd_grad {
	    display: block;
	    position: relative;
	    width: auto;
	    padding: 3.7%;
	    z-index: 1;
	}

	.diff-hero-article-2nd .c-hero-2nd-isnt-mark .c-hero-2nd_grad {
	    padding: 3.7%;
	}

	.diff-hero-article-2nd .c-hero-2nd-isnt-mark .c-hero-2nd_textcol {
	    width: auto;
	    max-width: none;
	    margin-right: 0;
	    padding-right: 0;
	}

	.diff-hero-article-2nd .c-hero-2nd_name {
	    font-size: 1.8rem;
	}

	.diff-hero-article-2nd .c-hero-2nd-isnt-mark .c-hero-2nd_title {
	    font-size: 3.4rem;
	}

	.diff-hero-article-2nd .c-hero-2nd_pt {
	    position: relative;
	    width: 100%;
	    height: 0;
	    padding-top: calc(885 / 1497 * 100%);
	    min-height: 0;
	}
}

.bg-sec-sb-h3-t4 .l-section {
    color: #fff;
    position: relative
}

.bg-sec-sb-h3-t4 .l-section::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/jp/imagesgig5/bg-sb-h3-t4_tcm102-7432719_tcm102-2750236-32.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    z-index: 0;
}

.bg-sec-sb-h3-t4 .p-sec-contact-mail .p-contact_mail a {
    color: #fff;
}

/*コンタクトエリア アイコン・デモPC画面*/
.p-contact_mail.diff-contact_pc a::before {
    background-image: url(/jp/imagesgig5/icon-demopc_tcm102-7434807_tcm102-2750236-32.png);
    background-position: -10px -20px;
    background-size: 125% auto;
}

/*インタビュー形式*/
.u-narration{
	position: relative;
	text-indent:50px;
}
.u-narration::before{
	content:"";
	position:absolute;
	top:45%;
	left:0;
	width:30px;
	border-top:1px solid #6d6e70;
}

/*タグ*/
.tag-wrap .tag {
    display: inline-block;
    padding: 3px 20px;
    border-radius: 24px;
    font-size: 1.2rem;
    background-color: #e8e8e8;
}

/*  ImageBanner カスタム
***********************************************/
/*セカンダリーバックグラウンド*/
.lf-hero-a[class*=lf-sb-] .lf-hero-contents {
	background-size: cover;
}
.lf-hero-a.lf-sb-e3-t4 .lf-hero-contents {
    background-image: url(/jp/imagesgig5/bg-sb-e3-t4_tcm102-7443109_tcm102-2750236-32.png);
}

/*インフィニティマーク無し*/
.lf-hero-a.diff-no-infinity::after {
	display: none;
}
.lf-hero-a.diff-no-infinity .lf-hero-contents-inner {
	width: 640px;
	margin-right: 0;
	padding-right: 8px;
}
@media only screen and (max-width:767px) {
	.lf-hero-a.diff-no-infinity .lf-hero-contents-inner {
		width: 100%;
        padding: 20px 16px;
	}
	.lf-hero-a.diff-no-infinity .lf-hero-visual::before {
		display: none;
	}
}

/*  btn-b ボタン カスタム
***********************************************/
.btn-b.diff-btn-radius_32 {border-radius: 32px;}
.btn-b.diff-btn-pdg {padding: 16px 40px!important;}

/*  btn-b ボタン 新VIカラー用カスタム
***********************************************/
.btn-b[class*=diff-nlf-bc-] {border: none; box-shadow: none;}
.btn-b[class*=diff-nlf-bc-]:hover, 
.btn-b[class*=diff-nlf-bc-]:active, 
.btn-b[class*=diff-nlf-bc-]:focus {border: none; opacity: .8;}
.btn-b[class*=diff-nlf-bc-].diff-no-icon {padding-right: 24px;}
.btn-b[class*=diff-nlf-bc-].diff-no-icon::before {display: none;}

/*  新VIカラー背景色
***********************************************/
.diff-nlf-bc-rd {background-color: #ea0000!important;}
.diff-nlf-bc-mg {background-color: #d80084!important;}
.diff-nlf-bc-bl {background-color: #2400b0!important;}
.diff-nlf-bc-cy {background-color: #00e7ef!important;}
.diff-nlf-bc-em {background-color: #008224!important;}
.diff-nlf-bc-lm {background-color: #61d600!important;}
.diff-nlf-bc-yl {background-color: #ffe700!important;}
.diff-nlf-bc-or {background-color: #ff8000!important;}

/*  その他
***********************************************/
.u-mrl-auto {
	margin-right: auto!important; margin-left: auto!important;
}
