@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');

/* CSS Document */

/* ---------------------------------------------------------

	01. 基本設定

--------------------------------------------------------- */

/* 既存CSSの上書き
--------------------------------------------------------- */
#Contents {
	font-size: 14px;
	overflow: hidden;
	padding: 0 !important;
}

.JS #Footer {
	min-width: 0;
	padding: 15px;
}

.cat_special *,
.cat_special *::before,
.cat_special *::after {box-sizing: border-box;}

.cat_special img {
	height: auto;
	max-width: 100%;
}

.cat_special h2 {
	background: none;
	margin: 0;
}

/*===============================================
	オプション：768px未満
===============================================*/
@media screen and (max-width:767px) {
	.JS #Footer p {
		padding: 0;
		text-align: center;
	}
}



/* ---------------------------------------------------------

	02. コンテンツ

--------------------------------------------------------- */

/* オプション
--------------------------------------------------------- */

/*===============================================
	オプション：768px以上
===============================================*/
@media screen and (min-width:768px) {
	.only_sp {display: none;}
}

/*===============================================
	オプション：768px未満
===============================================*/
@media screen and (max-width:767px) {
	.only_pc {display: none;}
}

/* レイアウト
--------------------------------------------------------- */
.cmn_container {
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	max-width: 995px;
}

/* font設定
--------------------------------------------------------- */
.font_oswald {
	font-family: 'Oswald', sans-serif;
}

/* スクロールアニメーション
--------------------------------------------------------- */
.js-anim_scroll,
.js-anim_item {
	opacity: 0;
	transition: transform 2.0s, opacity 2.0s;
	will-change: transform;
}
.js-anim_scroll_up {transform: matrix(1, 0, 0, 1, 0, 50);}
.js-anim_scroll_down {transform: matrix(1, 0, 0, 1, 0, -50);}
.js-anim_scroll_right {transform: matrix(1, 0, 0, 1, 50, 0);}
.js-anim_scroll_left {transform: matrix(1, 0, 0, 1, -50, 0);}
.js-anim_scroll.is-action,
.js-anim_item.is-action {
	opacity: 1;
	transform: none;
}


/* カルーセル
--------------------------------------------------------- */
.techplay_carousel_wrap {
	margin-bottom: 108px;
	position: relative;
}
.techplay_head {
	color: #fff;
	margin-left: -180px;
	position: absolute;
	top: 62px;
	left: 50%;
	z-index: 3;
}
.techplay_title {
	margin-left: -122px;
	width: 480px;
}
.techplay_subtitle {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 23px auto 15px;
	padding: 10px 0 8px;
	text-align: center;
	width: 360px;
}
.techplay_text {
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.8;
	text-align: center;
}
.techplay_carousel {
	background-color: #111;
	height: 555px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.techplay_carousel::before {
	content: "";
	background-color: #000;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.3;
	z-index: 1;
}
.techplay_carousel::after {
	content: "";
	background: url("/special/image/bg_dot01.png") repeat 0 0 / 4px 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.techplay_carousel li {
	height: 555px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 100%;
}
.techplay_carousel_inner01 {
	background: url("/special/image/img_mv01.jpg") no-repeat left top / cover;
}
.techplay_carousel_inner02 {
	background: url("/special/image/img_mv02.jpg") no-repeat center top / cover;
}
.techplay_carousel_inner03 {
	background: url("/special/image/img_mv03.jpg") no-repeat center top / cover;
}
.techplay_carousel_inner04 {
	background: url("/special/image/img_mv04.jpg") no-repeat center bottom / cover;
}
.techplay_carousel_inner05 {
	background: url("/special/image/img_mv05.jpg") no-repeat center center / cover;
}
.techplay_carousel_inner06 {
	background: url("/special/image/img_mv06.jpg") no-repeat center top / cover;
}
.techplay_carousel_inner07 {
	background: url("/special/image/img_mv07.jpg") no-repeat center top / cover;
}
.techplay_carousel_inner08 {
	background: url("/special/image/img_mv08.jpg") no-repeat center bottom / cover;
}
.techplay_carousel_thumbnail {
	display: flex;
	justify-content: center;
	margin: -50px auto 0;
	padding: 0 80px;
	position: relative;
	max-width: 995px;
	z-index: 10;
}
.techplay_carousel_thumbnail .slick-slide {
	margin: 0 7px;
	overflow: hidden;
	white-space: nowrap;
}
.techplay_carousel_thumbnail .slick-current {
	position: relative;
}
.techplay_carousel_thumbnail .slick-current::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #e60027;
}
.techplay_carousel_thumbnail .slick-list {
	padding: 0 !important;
}
.techplay_carousel_thumbnail li {
	cursor: pointer;
	vertical-align: middle;
	width: 195px;
}
.techplay_carousel_thumbnail li img {
	width: 100%;
}
.techplay_carousel_thumbnail .slick-arrow {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 60%;
	width: 40px;
	height: 20px;
	border: none;
	color: transparent;
	outline: none;
}
.techplay_carousel_thumbnail .slick-prev {
	left: 15px;
	background: url("/special/image/ico_arrow_prev01.png") no-repeat 0 0 /  41px 10px;
	transition: background 0.15s ease-out;
}
.techplay_carousel_thumbnail .slick-next {
	right: 15px;
	background: url("/special/image/ico_arrow_next01.png") no-repeat 0 0 /  41px 10px;
	transition: background 0.15s ease-out;
}
.PC .techplay_carousel_thumbnail .slick-prev:hover {
	background: url("/special/image/ico_arrow_prev02.png") no-repeat 0 0 /  41px 10px;
}
.PC .techplay_carousel_thumbnail .slick-next:hover {
	background: url("/special/image/ico_arrow_next02.png") no-repeat 0 0 /  41px 10px;
}
/* アニメーション画像 */
.techplay_animation_top li {
	height: 360px;
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	z-index: 2;
}
.techplay_animation_bottom li {
	height: 360px;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 400px;
	transform: rotate(180deg);
	z-index: 2;
}
.techplay_animation01  {
	animation: blink02 7s infinite alternate;
}
.techplay_animation02  {
	animation: blink02 9s infinite alternate;
}
.techplay_animation03  {
	animation: blink03 3s infinite alternate;
}
.techplay_animation04  {
	animation: blink01 5s infinite alternate-reverse;
}
.techplay_animation05  {
	animation: blink03 4s infinite alternate-reverse;
}
.techplay_animation06  {
	animation: blink01 5s infinite alternate;
}
.techplay_animation07  {
	animation: blink03 5s infinite alternate;
}
@keyframes blink01 {
	0% {opacity: 0;}
	100% {opacity: 0.1;}
}
@keyframes blink02 {
	0% {opacity: 0;}
	35% {opacity: 0.6;}
	65% {opacity: 0;}
	100% {opacity: 0.8;}
}
@keyframes blink03 {
	0% {opacity: 0.2;}
	100% {opacity: 0.4;}
}

/*===============================================
	カルーセル：768px以下
===============================================*/
@media screen and (max-width:767px) {
	.techplay_carousel_wrap {
		margin-bottom: 60px;
	}
	.techplay_head {
		margin-left: -145px;
		top: 45px;
	}
	.techplay_title {
		margin-left: -20px;
		width: 280px;
	}
	.techplay_subtitle {
		font-size: 14px;
		margin: 20px auto 15px;
		padding: 10px 0 8px;
		width: 300px;
	}
	.techplay_text {
		font-size: 14px;
		line-height: 1.75;
	}
	.techplay_carousel {
		height: 380px;
	}
	.techplay_carousel::after {
		content: "";
		background: url("/special/image/bg_dot01.png") repeat 0 0 / 2px 2px;
	}
	.techplay_carousel li {
		height: 380px;
		width: 100%;
	}
	.techplay_carousel_thumbnail {
		margin: -25px auto 0;
		padding: 0 40px;
	}
	.techplay_carousel_thumbnail .slick-current::after {
		border: 3px solid #e60027;
	}
	.techplay_carousel_thumbnail .slick-arrow {
		top: 63%;
		width: 20px;
		height: 10px;
	}
	.techplay_carousel_thumbnail .slick-prev {
		background: url("/special/image/ico_arrow_prev01.png") no-repeat 0 0 /  20px 5px;
	}
	.techplay_carousel_thumbnail .slick-next {
		background: url("/special/image/ico_arrow_next01.png") no-repeat 0 0 /  20px 5px;
	}
	.PC .techplay_carousel_thumbnail .slick-prev:hover {
		background: url("/special/image/ico_arrow_prev02.png") no-repeat 0 0 /  20px 5px;
	}
	.PC .techplay_carousel_thumbnail .slick-next:hover {
		background: url("/special/image/ico_arrow_next02.png") no-repeat 0 0 /  20px 5px;
	}
	.techplay_animation_top li {
		height: 180px;
		width: 200px;
	}
	.techplay_animation_bottom li {
		height: 180px;
		bottom: 0;
		width: 200px;
	}
}

/*===============================================
	カルーセル：320px以下
===============================================*/
@media screen and (max-width:320px) {
	.techplay_head {
		top: 60px;
	}
	.techplay_title {
		margin-left: 0;
		width: 235px;
	}
	.techplay_subtitle {
		font-size: 13px;
		margin: 20px auto 15px;
		padding: 10px 0 8px;
		width: 280px;
	}
	.techplay_text {
		font-size: 13px;
		line-height: 1.75;
	}
}


/* リード
--------------------------------------------------------- */
.techplay_lead {
	margin-bottom: 105px;
	position: relative;
}
.techplay_lead::before {
	content: "";
	background-color: #e60027;
	height: 1px;
	position: absolute;
	top: 0;
	left: 66px;
	width: calc(100% - 66px);
}
.techplay_lead::after {
	content: "";
	background-color: #e60027;
	height: 1px;
	position: absolute;
	bottom: 0;
	right: 66px;
	width: calc(100% - 66px);
}

.techplay_lead_inner {
	line-height: 1.65;
	padding: 48px 68px;
	position: relative;
}
.techplay_lead_inner::before {
	content: "";
	background: url("/special/image/ico_quote01.png") no-repeat 0 0;
	background-size: 40px 37px;
	height: 37px;
	position: absolute;
	top: -30px;
	left: 0;
	width: 40px;
}
.techplay_lead_inner::after {
	content: "";
	background: url("/special/image/ico_quote02.png") no-repeat 0 0;
	background-size: 38px 37px;
	height: 37px;
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 40px;
}

.techplay_lead_column {
	background-color: #f7f6f6;
	margin-top: 30px;
	padding: 30px;
}
.techplay_lead_column h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0.2em;
	text-align: center;
}

/*===============================================
	リード：768px以下
===============================================*/
@media screen and (max-width:767px) {
	.techplay_lead {
		margin-bottom: 60px;
	}
	.techplay_lead::before {
		left: 33px;
		width: calc(100% - 33px);
	}
	.techplay_lead::after {
		right: 33px;
		width: calc(100% - 33px);
	}

	.techplay_lead_inner {
		line-height: 1.75;
		padding: 30px 25px;
	}
	.techplay_lead_inner::before {
		content: "";
		background: url("/special/image/ico_quote01.png") no-repeat 0 0;
		background-size: 20px 18px;
		height: 18px;
		position: absolute;
		top: -13px;
		left: 0;
		width: 20px;
	}
	.techplay_lead_inner::after {
		content: "";
		background: url("/special/image/ico_quote02.png") no-repeat 0 0;
		background-size: 20px 18px;
		height: 18px;
		position: absolute;
		bottom: -13px;
		right: 0;
		width: 20px;
	}

	.techplay_lead_column {
		margin-top: 20px;
		padding: 20px;
	}
}

/* 登壇者
--------------------------------------------------------- */
.techplay_speakers {
	margin-bottom: 210px;
}
.techplay_speakers_head {
	padding-top: 195px;
	position: relative;
}
.techplay_speakers_title_english {
	color: #cc0022;
	height: 161px;
	letter-spacing: 0.08em;
	padding-top: 95px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 23px;
	-webkit-writing-mode:vertical-rl;
			-ms-writing-mode: tb-rl;
					writing-mode: vertical-rl;
}
.techplay_speakers_title_english::before {
	content: "";
	background-color: #cc0022;
	height: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
}
.techplay_speakers_title {
	font-size: 32px;
	letter-spacing: 0.12em;
	text-align: center;
}
.techplay_speakers_list {
	display: flex;
	justify-content: space-between;
	margin-top: -60px;
}
.techplay_speakers_list li {
	list-style: none;
	position: relative;
	width: 30%;
}
.techplay_speakers_list li:nth-child(2) {
	margin-top: 120px;
}
.techplay_speakers_name_english {
	color: #cc0022;
	letter-spacing: 0.24em;
	line-height: 1.4;
	position: absolute;
	top: 0;
	left: 20px;
	text-align: center;
	-webkit-writing-mode:vertical-rl;
			-ms-writing-mode: tb-rl;
					writing-mode: vertical-rl;
	z-index: 2;
}
.techplay_speakers_name {
	font-size: 32px;
	margin: -35px 0 40px;
	text-align: right;
}
.techplay_speakers_name span {
	color: #cc0022;
}
.techplay_speakers_image img {
	width: 100%;
}
.techplay_speakers_post {
	font-weight: bold;
	line-height: 1.65;
	margin-bottom: 20px;
}
.techplay_speakers_text {
	line-height: 1.65;
}

/*===============================================
	登壇者：768px以下
===============================================*/
@media screen and (max-width:767px) {
	.techplay_speakers {
		margin-bottom: 80px;
	}
	.techplay_speakers_head {
		padding-top: 108px;
	}
	.techplay_speakers_title_english {
		font-size: 12px;
		height: 161px;
		padding-top: 40px;
		top: 0;
	}
	.techplay_speakers_title_english::before {
		height: 30px;
	}
	.techplay_speakers_title {
		font-size: 28px;
	}
	.techplay_speakers_list {
		display: block;
		margin-top: 0;
	}
	.techplay_speakers_list li {
		width: 100%;
	}
	.techplay_speakers_list li:nth-child(2) {
		margin-top: 50px;
	}
	.techplay_speakers_list li + li {
		margin-top: 50px;
	}
	.techplay_speakers_name_english {
		font-size: 12px;
		top: 8px;
		left: 15px;
	}
	.techplay_speakers_name {
		font-size: 28px;
		margin: -45px 0 20px;
	}
	.techplay_speakers_post {
		line-height: 1.75;
		margin-bottom: 20px;
	}
	.techplay_speakers_text {
		line-height: 1.75;
	}
}


/* 01・02　共通
--------------------------------------------------------- */
.techplay_article_title_english {
	color:  #cc0022;
	letter-spacing: 0.08em;
	line-height: 2.2;
	margin-bottom: 20px;
}
.techplay_article_title {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.33;
}
.techplay_article_subtitle {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 5px 0 15px;
}
.techplay_article_post {
	line-height: 1.3;
	margin: 18px 0 10px;
	padding-left: 60px;
	position: relative;
	vertical-align: middle;
}
.techplay_article_post + .techplay_article_post {
	margin: 0;
}
.techplay_article_post::before {
	content: "";
	background-color: #333;
	height: 1px;
	position: absolute;
	top: 8px;
	left: 0;
	width: 40px;
}
.techplay_article_post_text {
	margin-right: 30px;
}
.techplay_article_name {
	display: inline-block;
	font-size: 20px;
}
.techplay_article_name span {
	color: #cc0022;
}

.techplay_headline {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}

/*===============================================
	01・02　共通：768px以下
===============================================*/
@media screen and (max-width:767px) {
	.techplay_article_title_english {
		font-size: 12px;
		line-height: 1.75;
		margin-bottom: 15px;
	}
	.techplay_article_title {
		font-size: 22px;
		padding: 0;
	}
	.techplay_article_subtitle {
		font-size: 15px;
		margin: 10px 0;
	}
	.techplay_article_post {
		font-size: 12px;
		line-height: 1.5;
		margin-top: 15px;
		padding-left: 22px;
	}
	.techplay_article_post::before {
		width: 16px;
	}
	.techplay_article_name {
		display: block;
		font-size: 18px;
		margin: 0;
	}

	.techplay_headline {
		font-size: 15px;
		margin-bottom: 15px;
	}
}


/* 01 PREVIOUS TALK + INNOVATION CONSULTING
--------------------------------------------------------- */
/* 01 */
.techplay_talk p {
	line-height: 1.65;
}
.techplay_talk_inner01 {
	margin-bottom: 185px;
	padding-top: 60px;
	position: relative;
}
.techplay_talk_image01 {
	background: url("/special/image/img_talk01.jpg") no-repeat bottom right / cover;
	height: 435px;
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
}
.techplay_talk_head {
	margin-bottom: 45px;
}
.techplay_talk_body01 {
	background-color: #fff;
	padding: 60px 60px 60px 0;
	width: 620px;
}
/* 02 */
.techplay_talk_inner02 {
	height: 440px;
	margin-bottom: 200px;
	position: relative;
}
.techplay_talk_inner02::before {
	content: "";
	background-color: #f9f9f9;
	height: 100%;
	position: absolute;
	top: -80px;
	left: 30%;
	width: calc(100% - 30%);
}
.techplay_talk_image02 {
	background: url("/special/image/img_talk02.jpg") no-repeat top left / cover;
	height: 435px;
	position: absolute;
	top: 0;
	left: 0;
	width: 48%;
}
.techplay_talk_body02 {
	margin-left: 48%;
	padding: 30px 0 0 35px;
	width: 52%;
}
.techplay_talk p + p {
	margin-top: 25px;
}

/*===============================================
	01 PREVIOUS TALK + INNOVATION CONSULTING：1140px以下
===============================================*/
@media screen and (max-width:1139px) {
	.techplay_talk_head {
		width: 45%;
	}
}

/*===============================================
	01 PREVIOUS TALK + INNOVATION CONSULTING：768px以下
===============================================*/
@media screen and (max-width:767px) {
	/* 01 */
	.techplay_talk p {
		line-height: 1.75;
	}
	.techplay_talk_inner01 {
		margin-bottom: 25px;
		padding-top: 0;
	}
	.techplay_talk_image01 {
		background: url("/special/image/img_talk01.jpg") no-repeat center right / cover;
		height: 250px;
		margin-bottom: 25px;
		position: static;
		width: 100%;
	}
	.techplay_talk_head {
		margin-bottom: 30px;
		width: auto;
	}
	.techplay_talk_body01 {
		background: none;
		padding: 0;
		width: 100%;
	}
	/* 02 */
	.techplay_talk_inner02 {
		height: auto;
		margin-bottom: 80px;
	}
	.techplay_talk_inner02::before {
		background-color: #eeeeee;
		height: calc(100% - 80px);
		top: 100px;
		left: 0;
		width: 100%;
	}
	.techplay_talk_image02 {
		background: url("/special/image/img_talk02.jpg") no-repeat top left / cover;
		height: 200px;
		margin: 0 15px;
		position: static;
		width: calc(100% - 30px);
		z-index: 2;
	}
	.techplay_talk_body02 {
		margin-left: 0;
		padding: 25px 0 0;
		width: 100%;
	}
}


/* 02 CASE STUDIES of DIGITAL TRANSFORMATION
--------------------------------------------------------- */
.techplay_casestudy {
	margin-bottom: 150px;
	position: relative;
}
.techplay_casestudy_background {
	position: relative;
}
.techplay_casestudy_background::before {
	content: "";
	background-color: #f9f9f9;
	height: calc(100% - 345px);
	position: absolute;
	top: 345px;
	left: 0;
	width: 100%;
}
.techplay_casestudy p {
	line-height: 1.65;
}
.techplay_casestudy p + p {
	margin-top: 25px;
}

/* 01 */
.techplay_casestudy_inner01 {
	margin-bottom: 160px;
	position: relative;
}
.techplay_casestudy_inner01::after {
	content: "";
	background-color: #fff;
	height: calc(100% - 477px);
	position: absolute;
	top: 477px;
	left: 60%;
	width: 40%;
	z-index: 2;
}
.techplay_casestudy_inner01 .techplay_article_post::before {
	top: 12px;
}
.techplay_casestudy_image01 {
	background: url("/special/image/img_casestudy01.jpg") no-repeat bottom right / cover;
	height: 557px;
	width: 100%;
}
.techplay_casestudy_body01 {
	background-color: #fff;
	margin: -80px 0 160px 23.524%;
	position: relative;
	padding: 80px 0 80px 5%;
	width: 76.476%;
	z-index: 3;
}
/* 02 */
.techplay_casestudy_inner02 {
	min-height: 430px;
	margin-bottom: 80px;
	position: relative;
}
.techplay_casestudy_image02 {
	background: url("/special/image/img_casestudy02.jpg") no-repeat top center / cover;
	height: 420px;
	margin-right: 38px;
	position: absolute;
	top: 0;
	left: 0;
	width: 38%;
}
.techplay_casestudy_body02 {
	margin-left: calc(38% + 38px);
	padding: 30px 0 0 0;
	width: calc(62% - 38px);
}
/* 03 */
.techplay_casestudy_inner03 {
	margin-bottom: 120px;
	position: relative;
}
.techplay_casestudy_inner03::before {
	content: "";
	background-color: #fff;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
}
.techplay_casestudy_image03 {
	background: url("/special/image/img_casestudy03.jpg") no-repeat top right / cover;
	height: 425px;
	position: absolute;
	top: 80px;
	right: 0;
	width: 48%;
}
.techplay_casestudy_body03 {
	padding: 100px 3% 100px 0;
	width: 52%;
}
/* modal */
.techplay_casestudy_modal {
	position: relative;
}
.techplay_casestudy_modal::before {
	content: "";
	background-color: #fff;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.techplay_casestudy_modal ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 768px;
}
.techplay_casestudy_modal li {
	width: 48%;
}
.techplay_casestudy_modal li a {
	display: block;
	position: relative;
}
.techplay_casestudy_modal li a::before {
	content: "";
	background-color: #fff;
	border: 2px solid #ea2c4c;
	border-radius: 38px;
	height: 38px;
	position: absolute;
	bottom: 30px;
	right: 25px;
	transition: background 0.15s ease-out;
	width: 38px;
}
.techplay_casestudy_modal li a::after {
	content: "";
	background: url("/special/image/ico_zoom01.png") no-repeat 0 0 / 18px 18px;
	height: 18px;
	position: absolute;
	bottom: 40px;
	right: 36px;
	transition: background 0.15s ease-out;
	width: 18px;
}
.PC .techplay_casestudy_modal li a:hover,
.PC .techplay_casestudy_modal li a:focus {
	outline:none;
}
.PC .techplay_casestudy_modal li a:hover::before {
	background-color: #ea2c4c;
}
.PC .techplay_casestudy_modal li a:hover::after {
	background: url("/special/image/ico_zoom02.png") no-repeat 0 0 / 18px 18px;
}
/* 04 */
.techplay_casestudy_inner04 {
	min-height: 430px;
	margin-bottom: 80px;
	position: relative;
}
.techplay_casestudy_image04 {
	background: url("/special/image/img_casestudy06.jpg") no-repeat top center / cover;
	height: 420px;
	margin-left: 38px;
	position: absolute;
	top: 0;
	right: 0;
	width: 38%;
}
.techplay_casestudy_body04 {
	margin-right: calc(38% + 38px);
	padding: 30px 0 0 0;
	width: calc(62% - 38px);
}
/* 05 */
.techplay_casestudy_inner05 {
	min-height: 630px;
	padding-bottom: 120px;
	position: relative;
}
.techplay_casestudy_inner05::before {
	content: "";
	background-color: #fff;
	height: 630px;
	position: absolute;
	top: 0;
	right: 0;
	width: 70%;
}
.techplay_casestudy_image05 {
	background: url("/special/image/img_casestudy07.jpg") no-repeat top center / cover;
	height: 420px;
	position: absolute;
	top: 80px;
	left: 0;
	width: 47.714%;
}
.techplay_casestudy_body05 {
	margin-left: 47.714%;
	padding: 110px 0 0 3.5%;
	width: 52.286%;
}

/*===============================================
	02 CASE STUDIES of DIGITAL TRANSFORMATION：768px以下
===============================================*/
@media screen and (max-width:767px) {
	.techplay_casestudy {
		margin-bottom: 70px;
	}
	.techplay_casestudy_background::before {
		background-color: #eeeeee;
		height: 100%;
		top: 0;
	}
	.techplay_casestudy p {
		line-height: 1.75;
	}

	/* 01 */
	.techplay_casestudy_inner01 {
		margin-bottom: 0;
	}
	.techplay_casestudy_inner01::after {
		background: none;
	}
	.techplay_casestudy_inner01 .techplay_article_post::before {
		top: 8px;
	}
	.techplay_casestudy_image01 {
		background: url("/special/image/img_casestudy01.jpg") no-repeat bottom right / cover;
		height: 200px;
		margin: 0 -15px;
		width: calc(100% + 30px);
	}
	.techplay_casestudy_body01 {
		background-color: #fff;
		margin: -15px 0 10px;
		padding: 25px 15px;
		width: calc(100% + 15px);
	}
	/* 02 */
	.techplay_casestudy_inner02 {
		min-height: auto;
		margin-bottom: 30px;
	}
	.techplay_casestudy_image02 {
		background: url("/special/image/img_casestudy02.jpg") no-repeat top left / cover;
		height: 200px;
		margin: 0 15px;
		position: static;
		width: calc(100% - 30px);
	}
	.techplay_casestudy_body02 {
		margin-left: 0;
		padding: 25px 0;
		width: 100%;
	}
	/* 03 */
	.techplay_casestudy_inner03 {
		margin-bottom: 35px;
	}
	.techplay_casestudy_inner03::before {
		height: calc(100% - 185px);
		margin-right: 15px;
		position: absolute;
		top: 0;
		left: 0;
		width: calc(100% - 15px);
	}
	.techplay_casestudy_image03 {
		background: url("/special/image/img_casestudy03.jpg") no-repeat top right / cover;
		height: 200px;
		margin: 0 15px;
		position: relative;
		top: 0;
		right: 0;
		width: calc(100% - 30px);
		z-index: 3;
	}
	.techplay_casestudy_body03 {
		padding: 30px 15px 30px 0;
		width: 100%;
	}
	/* modal */
	.techplay_casestudy_modal {
		padding: 0 15px;
	}
	.techplay_casestudy_modal::before {
		height: 80px;
	}
	.techplay_casestudy_modal ul {
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		max-width: 768px;
	}
	.techplay_casestudy_modal li {
		width: 48%;
	}
	.techplay_casestudy_modal li a {
		display: block;
		position: relative;
	}
	.techplay_casestudy_modal li a::before {
		border-radius: 30px;
		height: 30px;
		position: absolute;
		bottom: 0;
		right: 10px;
		width: 30px;
	}
	.techplay_casestudy_modal li a::after {
		background: url("/special/image/ico_zoom01.png") no-repeat 0 0 / 14px 14px;
		height: 14px;
		position: absolute;
		bottom: 8px;
		right: 18px;
		width: 14px;
	}
	.PC .techplay_casestudy_modal li a:hover::after {
		background: url("/special/image/ico_zoom02.png") no-repeat 0 0 / 18px 18px;
	}
	/* 04 */
	.techplay_casestudy_inner04 {
		min-height: auto;
		margin-bottom: 0;
	}
	.techplay_casestudy_image04 {
		background: url("/special/image/img_casestudy06.jpg") no-repeat top left / cover;
		height: 200px;
		margin: 0 15px;
		position: static;
		width: calc(100% - 30px);
	}
	.techplay_casestudy_body04 {
		margin-right: 0;
		padding: 25px 0;
		width: 100%;
	}
	/* 05 */
	.techplay_casestudy_inner05 {
		padding-bottom: 50px;
	}
	.techplay_casestudy_inner05::before {
		background-color: #eeeeee;
		height: calc(100% - 180px);
		width: 100%;
	}
	.techplay_casestudy_image05 {
		background: url("/special/image/img_casestudy07.jpg") no-repeat top left / cover;
		height: 200px;
		margin: 0 15px;
		position: relative;
		top: 0;
		width: calc(100% - 30px);
		z-index: 3;
	}
	.techplay_casestudy_body05 {
		margin-left: 0;
		padding: 30px 0 25px;
		width: 100%;
	}
}

/* 主催から
--------------------------------------------------------- */
.techplay_message {
	margin-bottom: 170px;
}
.techplay_message p {
	line-height: 1.65;
}
.techplay_message_image01 {
	background: url("/special/image/img_message01.jpg") no-repeat bottom right / cover;
	height: 400px;
	width: 100%;
}
.techplay_message_head {
	padding-top: 156px;
	position: relative;
}
.techplay_message_title_english {
	color: #cc0022;
	font-size: 14px;
	height: 151px;
	letter-spacing: 0.08em;
	padding-top: 95px;
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 23px;
	-webkit-writing-mode:vertical-rl;
			-ms-writing-mode: tb-rl;
					writing-mode: vertical-rl;
}
.techplay_message_title_english::before {
	content: "";
	background-color: #cc0022;
	height: 80px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
}
.techplay_message_title {
	display: flex;
	align-items: center;
	font-size: 32px;
	letter-spacing: 0.12em;
}
.techplay_message_title::before,
.techplay_message_title::after {
	content: "";
	display: block;
	background: #dadada;
	flex-grow: 1;
	height: 1px;
}
.techplay_message_title::before {
	margin-right: .8em;
}
.techplay_message_title::after {
	margin-left: .8em;
}
.techplay_message_line {
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	margin: -36px 0 80px;
	padding: 70px 5% 60px;
	text-align: center;
}
.techplay_message_line p + p {
	margin-top: 1.5em;
}
.techplay_message_line p a {
	word-break: break-all;
}

/*===============================================
	主催から：768px以下
===============================================*/
@media screen and (max-width:767px) {
	.techplay_message {
		padding-bottom: 20px;
		margin-bottom: 40px;
	}
	.techplay_message p {
		line-height: 1.75;
	}
	.techplay_message_image01 {
		background: url("/special/image/img_message01.jpg") no-repeat bottom right / cover;
		height: 150px;
	}
	.techplay_message_head {
		padding-top: 90px;
	}
	.techplay_message_title_english {
		font-size: 12px;
		height: 90px;
		padding-top: 38px;
		top: -15px;
	}
	.techplay_message_title_english::before {
		height: 30px;
	}
	.techplay_message_title {
		font-size: 20px;
		letter-spacing: 0;
	}
	.techplay_message_line {
		margin: -26px 0 40px;
		padding: 40px 15px 25px;
	}
}



/* ---------------------------------------------------------

	03. テンプレート

--------------------------------------------------------- */

/* Features
--------------------------------------------------------- */
.content-box {
	width: 965px;
	margin: 0 auto;
}
.section-title {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border-bottom: none;
}
.overview .categories {
	overflow: hidden;
	margin-left: -10px;
	margin-bottom: 10px;
}
.overview .category {
	float: left;
	width: 315px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.overview .category a {
	display: block;
	height: 147px;
	position: relative;
	background-position: 50% 50%;
	background-size: 100% auto;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.overview .category a:hover {
	text-decoration: none;
	background-size: 120% auto;
}
.overview .category a .zh_bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-color: rgba(0,0,0,0.75);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.overview .category a:hover .zh_bg {
	opacity: 1;
}
.overview .category a .zh_bg b {
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 135%;
	margin: 0px;
	padding: 55px 0 10px;
	display: block;
}
.zh_title {
	font-size: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
}

/*===============================================
	Features：768px以下
===============================================*/
@media screen and (max-width:767px) {
	.content-box {width: 95%;}
	.section-title {
		font-size: 14px;
		margin-bottom: 5px;
		font-weight: bold;
	}
	.overview .category {
		margin-left: 2%;
	}
	.overview .category:nth-child(n) {
		width: 48%;
		margin-bottom: 20px;
		position: relative;
	}
	.overview .category:nth-child(2n) {
		margin-right: 0;
	}
	.overview .category:nth-child(2n+1) {
		clear: both;
	}
	.overview .category a {
		height: 180px;
		position: relative;
		background-position: center bottom;
		background-size: auto 100%;
		background-repeat: no-repeat;
		padding: 0;
		border: 1px solid #eee;
	}
	.overview .category a:hover {
		background-size: auto 100%;
	}
	.overview .category a .zh_bg {
		width: 100%;
		height: auto;
		position: absolute;
		top: auto;
		left: 0;
		bottom: 0;
		opacity: 1;
		background-color: rgba(0,0,0,0.75);
	}
	.overview .category a .zh_bg b {
		text-align: left;
		font-size: 12px;
		padding: 6px 10px;
	}
	.zh_title {
		font-size: 16px;
	}
}

/* Features 上書き
--------------------------------------------------------- */
.content-box {
	max-width: 965px;
	width: auto;
}
.overview .categories {
	display: flex;
	justify-content: center;
}
.overview .category {
	float: none;
}

/*===============================================
	Features 上書き：768px以下
===============================================*/
@media screen and (max-width:767px) {
	.content-box {
		max-width: inherit;
		width: 95%;
	}
	.overview .categories {
		display: block;
	}
	.overview .category {
		float: left;
	}
}

/* ページの先頭へ
--------------------------------------------------------- */
.zh_backtotop {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-bottom: 40px;
	padding: 26px 0px 0px 0px;
}

