@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');

@media only screen and (max-width:768px) {
	.orig_pc {
		display:none !important;
	}
}
@media only screen and (max-width:480px) {
	.orig_pc_s {
		display:none !important;
	}
}
@media only screen and (min-width:769px) {
	.orig_tab {
		display:none !important;
	}
}
@media only screen and (min-width:481px) {
	.orig_sp {
		display:none !important;
	}
}

/**
 * anime
 */
.orig_ani_slideup {
	opacity:0;
	transform: translateY(15px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.orig_ani_slideup.on {
	opacity:1;
	transform:translateY(0);
}
.orig_ani_fade {
	opacity: 0;
	transition: opacity 2s ease-in-out;
}
.orig_ani_fade.on {
	opacity:1;
}
.orig_ani_blur {
	opacity:0;
	filter: blur(15px);
	transition: opacity 1s ease-in-out, filter 1s ease-in-out;
}
.orig_ani_blur.on {
	opacity:1;
	filter: blur(0);
}
.orig_ani_btn {
	transition: opacity .3s ease-in, transform .4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
	transform: scale(0.8);
	opacity: 0;
}
.orig_ani_btn.on {
	transform: scale(1);
	opacity: 1;
}


/**
 * 
 */
.BackToTop,
.ContactUsButtonHQJp .contact_bt {
	display: none  !important;
}
header {
	transition: transform 0.2s;
}
.orig_hide header {
	transition: transform 0.3s;
	transform: translateY(-100%);
}
footer {
	position: relative;
	z-index: 20000;
}

main {
	position: relative;
	background-color: #000036;
	transform: translate3d(0,0,0,0);
	overflow: hidden;
}
main,
main h1,
main h2,
main h3,
main h4,
main h5 {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
main ul,
main ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
main * {
	-ms-interpolation-mode: bicubic;
}
main img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
main a {
	transition: opacity 0.3s;
}
main a:hover {
	opacity: 0.7;
}
main .orig_parallax {
	transform: translate3d(0,0,0,0);
}
main .orig_inner {
	max-width: 1130px;
	margin: auto;
	padding: 0 40px;
}
main .orig_pagetop {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	background-color: #00387b;
	cursor: pointer;
}
main .orig_pagetop:hover {
	opacity: 0.7;
}
main .orig_pagetop::before {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border-top: solid 2px #1eaabe;
	border-left: solid 2px #1eaabe;
	transform: scaleX(0.9) rotate(45deg);
	content: '';
}
main strong {
	font-weight: 700;
}
main .orig_tal {
	text-align: left !important;
}
main .orig_tac {
	text-align: center !important;
}
main .orig_tar {
	text-align: right !important;
}

main.orig_bg1 {
	background: #000036 url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/common/bg1.jpg') repeat-y center top / 2534px auto;
}
main.orig_bg2 {
	background: #000036 url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/common/bg2.jpg') repeat-y center top / 2234px auto;
}
main.orig_bg3 {
	background: #000036 url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/common/bg3.jpg') repeat-y center top / 1440px auto;
}
main.orig_bg4 {
	background: #000036 url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/common/bg4.jpg') repeat-y center top / 1956px auto;
}

main .orig_survey,
main .orig_banners {
	padding-top: 100px !important;
	margin-bottom: -60px !important;
	text-align: center;
}
main .orig_survey a,
main .orig_banners a {
	display: inline-block;
}
main .orig_survey .orig_box {
	background-color: rgba(255,255,255,0.9);
	padding: 60px;
	margin: 0;
}
main .orig_survey .orig_box h3 {
	font-size: 22px;
	font-weight: 900;
	color: #1C27AD;
}
main .orig_survey .orig_box p {
	margin: 1.5em 0;
	font-size: 17px;
	color: #000;
}
main .orig_survey .orig_box strong {
	font-size: 22px;
	color: #000036;
}
main .orig_survey .orig_box div + div {
	margin-top: 1em;
}

main .orig_links {
	margin: 3em 0;
	padding: 0 !important;
	text-align: center;
}
main .orig_tag_list + .orig_links {
	margin: 6em 0 3em 0;
}
/**
 * .orig_related ： 関連記事
*/
main .orig_related {
	margin: 6em 0 3em 0;
	text-align: center;
}
main .orig_related h4 {
	margin: 1.5em 0;
	font-weight: 700;
	color: #fff;
}
main .orig_related .orig_btn_link_l strong {
	font-size: 1.3em;
}
@media only screen and (max-width:768px) {
	main.orig_bg1 {
		background-size: 198vw auto;
	}
	main.orig_bg2 {
		background-size: 175vw auto;
	}
	main.orig_bg3 {
		background-size: 112.5vw auto;
	}
	main.orig_bg4 {
		background-size: 153vw auto;
	}
	main .orig_survey {
		padding-top: 40px !important;
		margin-bottom: 0 !important;
	}
	main .orig_banners {
		padding-top: 40px !important;
	}
	main .orig_survey .orig_box {
		padding: 30px;
	}
	main .orig_survey .orig_box h3 {
		font-size: 18px;
	}
	main .orig_survey .orig_box p {
		font-size: 14px;
	}
	main .orig_survey .orig_box strong {
		font-size: 18px;
	}
}
@media only screen and (max-width:480px) {
	main .orig_inner {
		padding: 0 20px;
	}
	main.orig_bg1 {
		background: #000036 url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/common/bg1_sp.jpg') repeat-y center top / 100% auto;
	}
	main.orig_bg2 {
		background: #000036 url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/common/bg2_sp.jpg') repeat-y center top / 100% auto;
	}
	main.orig_bg3 {
		background: #000036 url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/common/bg3_sp.jpg') repeat-y center top / 100% auto;
	}
	main.orig_bg4 {
		background: #000036 url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/common/bg4_sp.jpg') repeat-y center top / 100% auto;
	}
	main .orig_survey .orig_box {
		padding: 20px;
	}
	main .orig_survey .orig_box h3 {
		font-size: 18px;
	}
	main .orig_survey .orig_box p {
		font-size: 12px;
	}
	main .orig_survey .orig_box strong {
		font-size: 16px;
	}
}

/**
 * .orig_loading
 */
.orig_loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000036;
	z-index: 1000000;
}
.orig_loading > div {
	display: none;
	position: relative;
	width: 100%;
	height: 100%;
}

.orig_loading span {
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 350px;
	height: 350px;
	mix-blend-mode: screen;
}
.orig_loading span img {
	animation-name: circle;
	animation-duration: 12s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.orig_loading span:nth-child(even) img {
	animation-direction: reverse;
}
@keyframes circle {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@media screen and (max-width: 768px) {
	.orig_loading span {
		width: 300px;
		height: 300px;
	}
}
@media screen and (max-width: 480px) {
	.orig_loading span {
		width: 150px;
		height: 150px;
	}
}
/**
 * .orig_header
 */
.orig_nttcom {
	position: fixed;
	top: 15px;
	left: 20px;
	width: 125px;
	margin: 0;
	padding: 0;
	line-height: 1;
	z-index: 1000;
}
.orig_header {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 60px;
	height: 100vh;
	background-color: #000036;
	text-align: center;
	z-index: 1000;
}
.orig_hide .orig_header {
	transition: height 0.3s;
}
.orig_hlogo {
	position: absolute;
	top: 15px;
	right: 75px;
	width: 240px;
	margin: auto;
	padding: 0;
	line-height: 0;
}
.orig_btn_menu {
	position: relative;
	width: 30px;
	height: 30px;
	top: 15px;
	margin: auto;
	cursor: pointer;
}
.orig_btn_menu div {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.orig_btn_menu div:nth-child(1) {
	top: 8px;
}
.orig_btn_menu div:nth-child(2) {
	top: 14px;
}
.orig_btn_menu div:nth-child(3) {
	top: 20px;
}
.orig_header .orig_sns {
	display: block;
	text-align: center;
	margin-top: 25px;
}
.orig_header .orig_sns li {
	margin: 8px 0;
}
.orig_header .orig_scroll {
	position: absolute;
	bottom: 110px;
	right: 5px;
	color: #fff;
	transform: rotate(90deg);
	transition: opacity 0.3s;
}
.orig_header .orig_scroll.orig_hide,
.orig_header.orig_open .orig_scroll {
	opacity: 0;
}
.orig_header .orig_scroll::before {
	display: block;
	width: 65px;
	height: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50px;
	margin: auto;
	background-color: #fff;
	content: '';

	animation-name: scroll;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes scroll {
	0% {
		width: 0;
		left: 50px;
		right: auto;
	}
	20% { 
		width: 0;
		left: 50px;
		right: auto;
	}
	70% {
		width: 65px;
		left: 50px;
		right: auto;
	}
	70.1% {
		width: 62px;
		left: auto;
		right: -72px;
	}
	100% {
		width: 0;
		left: auto;
		right: -72px;
	}
}
.orig_header .orig_scroll::after {
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -75px;
	margin: auto;
	border-radius: 100px;
	background-color: #fff;
	content: '';

	animation-name: scroll_c;
	animation-duration: 1.5s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
@keyframes scroll_c {
	0% { transform: scale(0); }
	50% { transform: scale(0); }
	75% { transform: scale(1); }
	100% { transform: scale(0.3); }
}
@media screen and (max-width: 768px) {
	.orig_nttcom {
		top: 8px;
		left: 10px;
		width: 90px;
	}
	.orig_header {
		width: 40px;
		background-color: transparent;
		z-index: 31000;
	}
	.orig_hlogo {
		top: 10px;
		right: 45px;
		width: 130px;
	}
	.orig_btn_menu {
		width: 20px;
		height: 20px;
		top: 5px;
	}
	.orig_header .orig_sns {
		margin-top: 20px;
	}
	.orig_header .orig_sns li {
		margin: 5px 0;
	}
	.orig_header .orig_sns li img {
		width: 30px;
	}
	.orig_header .orig_scroll {
		bottom: 55px;
		right: 6px;
		font-size: 10px;
	}
	.orig_header .orig_scroll::before {
		width: 30px;
		left: 31px;
	}
	.orig_header .orig_scroll::after {
		width: 4px;
		height: 4px;
		right: -35px;
	}
	@keyframes scroll {
		0% {
			width: 0;
			left: 31px;
			right: auto;
		}
		20% { 
			width: 0;
			left: 31px;
			right: auto;
		}
		70% {
			width: 30px;
			left: 30px;
			right: auto;
		}
		70.1% {
			width: 25px;
			left: auto;
			right: -33px;
		}
		100% {
			width: 0;
			left: auto;
			right: -33px;
		}
	}
}
@media screen and (max-width: 480px) {
	.orig_nttcom {
		top: 6px;
		left: 10px;
		width: 90px;
	}
	.orig_header .orig_scroll {
		right: -3px;
	}
}
/** .orig_gnav **/
.orig_gnav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000036;
	opacity: 0;
	z-index: 900;
}
.orig_gnav nav {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 360px;
}
.orig_gnav li {
	margin: 35px 0;
}
.orig_gnav li a {
	display: inline-block;
	position: relative;
	text-align: left;
}
.orig_gnav li a::before {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 10px;
	height: 4px;
	content: '';
	transition: width 0.5s ease-out;
}
.orig_gnav li a:hover {
	opacity: 1;
}
.orig_gnav li a:hover::before {
	width: 100%;
	transition: width 0.3s ease-out;
}
.orig_gnav li:nth-child(1) a::before {
	background-color: #959595;
}
.orig_gnav li:nth-child(2) a::before {
	background-color: #fff;
}
.orig_gnav li:nth-child(3) a::before {
	background-color: #FFD900;
}
.orig_gnav li:nth-child(4) a::before {
	background-color: #00ffff;
}
.orig_gnav li:nth-child(5) a::before {
	background-color: #0000ff;
}
.orig_gnav li:nth-child(6) a::before {
	background-color: #00e856;
}
.orig_gnav li a img {
	max-width: none;
	width: auto;
	height: 36px;
}
.orig_landscape .orig_gnav nav {
	max-width: 180px;
}
.orig_landscape .orig_gnav li {
	margin: 10px 0;
}
.orig_landscape .orig_gnav li a img {
	height: 20px;
}
.orig_landscape .orig_gnav li a::before {
	bottom: -5px;
	height: 2px;
}
@media screen and (max-width: 768px) {
	.orig_gnav {
		z-index: 30000;
	}
}
@media screen and (max-width: 480px) {
	.orig_gnav nav {
		max-width: 250px;
	}
	.orig_gnav li {
		margin: 40px 0;
	}
	.orig_gnav li a::before {
		bottom: -5px;
		width: 8px;
		height: 3px;
	}
	.orig_gnav li a img {
		height: 25px;
	}
}


/**
 * .orig_contents
 */
.orig_contents {
	position: relative;
	padding-top: 100px;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
	.orig_contents {
		font-size: 13px;
	}
}
/** .orig_breadcrumb **/
.orig_breadcrumb {
	position: absolute;
	top: 20px;
	left: 30px;
	z-index: 1;
}
.orig_landscape .orig_breadcrumb {
	display: none;
}
.orig_breadcrumb li {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.orig_breadcrumb li h1 {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 14px;
	color: #fff;
}
.orig_breadcrumb li::before {
	margin: 0 4px 0 1px;
	content: '>';
}
.orig_breadcrumb li:first-child:before {
	display: none;
}
.orig_breadcrumb li a {
	color: #fff;
}
@media screen and (max-width: 768px) {
	.orig_breadcrumb {
		top: 12px;
		left: 30px;
	}
	.orig_breadcrumb li {
		font-size: 12px;
	}
}
@media screen and (max-width: 480px) {
	.orig_breadcrumb {
		display: none;
	}
}

/** .orig_body **/
.orig_body {
	position: relative;
	margin-top: 60px;
	padding-bottom: 240px;
}
.orig_body::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 52px;
	background: no-repeat left top / contain;
	content: '';
}
.orig_body .orig_inner {
	position: relative;
}
.orig_body section + section {
	padding-top: 160px;
}
.orig_body p {
	line-height: 2;
}
.orig_body p + p {
	margin-top: 2em;
}
@media screen and (max-width: 768px) {
	.orig_body {
		margin-top: 50px;
		padding-bottom: 150px;
	}
	.orig_body::before {
		display: none;
	}
	.orig_body section + section {
		padding-top: 80px;
	}
}

/** .orig_list **/
.orig_list {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	max-width: 920px;
	margin: auto;
}
.orig_list > li {
	box-sizing: border-box;
	width: 50%;
	margin: 20px 0;
}
.orig_list > li > a,
.orig_list > li > span {
	display: block;
}
.orig_list > li.orig_hide {
	display: none;
}
.orig_list > li:nth-child(odd) {
	padding-right: 100px;
}
.orig_list > li:nth-child(even) {
	padding-left: 100px;
}
.orig_list > li .orig_img {
	position: relative;
	overflow: hidden;
}
.orig_list > li .orig_img::before {
	display: block;
	width: 42%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: no-repeat left bottom / contain;
	z-index: 1;
	content: '';
}
.orig_list > li.webinar .orig_img::before {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_s.png');
}
.orig_list > li.leader .orig_img::before {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_s.png');
}
.orig_list > li.voice .orig_img::before {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_s.png');
}
.orig_list > li .orig_img::after {
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	transition: border 0.5s ease-out;
}
.orig_list > li.webinar .orig_img::after {
	border: solid 0px #FFD900;
}
.orig_list > li.leader .orig_img::after {
	border: solid 0px #0000FF;
}
.orig_list > li.voice .orig_img::after {
	border: solid 0px #00FFFF;
}
.orig_list > li a:hover .orig_img::after {
	border-width: 6px;
}
.orig_list > li.webinar a .orig_img div::before {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 3px 8px;
	background-color: #FFD900;
	z-index: 1;
	font-weight: 700;
	font-size: 10px;
	color: #000036;
}
.orig_list > li.webinar a.orig_archive .orig_img div::before {
	content: 'アーカイブ公開中';
}
.orig_list > li.webinar a.orig_report .orig_img div::before {
	content: 'レポート公開中';
}
.orig_list > li.webinar a.orig_rep_arc .orig_img div::before {
	content: 'レポート・アーカイブ公開中';
}
.orig_list > li.webinar a.orig_entry .orig_img div::before {
	content: '申込受付中';
}
.orig_list > li .orig_img img {
	transition: all 0.8s ease-out;
}
.orig_list > li a:hover .orig_img img {
	transform: scale(1.1);
}
.orig_list h3 {
	position: relative;
	margin: 0.5em 0 0 0;
	line-height: 1.6;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.orig_list > li a[target="_blank"] h3 {
	padding-top: 17px;
}
.orig_list > li a[target="_blank"] h3::before {
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
	font-size: 9px;
	font-weight: normal;
	content: '※外部サイトへ移動します。';
}
.orig_list p.note {
	text-align: right;
	font-size: 9px;
	color: #fff;
}
.orig_list .orig_tags {
	margin-top: 0.5em;
}
@media screen and (max-width: 1050px) {
	.orig_list > li:nth-child(odd) {
		padding-right: 40px;
	}
	.orig_list > li:nth-child(even) {
		padding-left: 40px;
	}
	.orig_list h3 {
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.orig_list > li {
		width: 100%;
		margin: 20px 0;
	}
	.orig_list > li:nth-child(odd) {
		padding-right: 0;
	}
	.orig_list > li:nth-child(even) {
		padding-left: 0;
	}
}

/** .orig_tags **/
.orig_tags {
	display: flex;
	flex-wrap: wrap;
}
.orig_tags li {
	padding-right: 6px;
	padding-bottom: 4px;
	margin: 0;
}
.orig_tags a {
	display: inline-block;
	border: solid 1px #fff;
	border-radius: 100px;
	padding: 2px 12px;
	font-size: 10px;
	color: #fff;
	transition: all 0.3s;
}
.orig_tags a:hover,
.orig_tags a.orig_link {
	background-color: #fff;
	color: #000036;
	opacity: 1;
}
.orig_tags a.orig_link:hover {
	opacity: 0.7;
}

/** .orig_tag_list **/
.orig_tag_list {
	max-width: 920px;
	margin: auto;
	padding-top: 100px;
}
.orig_tag_list h2 {
	margin-bottom: 0.5em;
}
@media screen and (max-width: 480px) {
	.orig_tag_list {
		padding-top: 80px;
	}
}

/** .orig_btn **/
.orig_btn_link,
.orig_btn_link_l,
.orig_btn_card,
.orig_btn_twitter,
.orig_btn_facebook,
.orig_btn_linkedin {
	position: relative;
	display: inline-block;
	padding: 5px 40px;
	border-radius: 100px;
	white-space: nowrap;
	text-align: center !important;
	text-decoration: none !important;
	line-height: 1.5;
	font-size: 12px;
	font-weight: 700;
	color: #fff !important;
}
.orig_btn_link,
.orig_btn_link_l {
	padding: 15px 60px;
	background: linear-gradient(to right, #1C27AD 0%,#195FD0 100%);
}
.orig_btn_link_l {
	box-sizing: border-box;
	min-width: 420px;
	padding: 20px 60px;
}
.orig_btn_card {
	background: linear-gradient(to right, #1C27AD 0%,#195FD0 100%);
}
.orig_btn_twitter {
	background: linear-gradient(to right, #0696FF 0%,#06B2FF 100%);
}
.orig_btn_facebook {
	background: linear-gradient(to right, #0682ff 0%,#4192ff 100%);
}
.orig_btn_linkedin {
	background: linear-gradient(to right, #0a66c2 0%,#418fdd 100%);
}
.orig_btn_link::before,
.orig_btn_link::after,
.orig_btn_link_l::before,
.orig_btn_link_l::after,
.orig_btn_card::before,
.orig_btn_card::after,
.orig_btn_twitter::before,
.orig_btn_twitter::after,
.orig_btn_facebook::before,
.orig_btn_facebook::after,
.orig_btn_linkedin::before,
.orig_btn_linkedin::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	background-color: #fff;
	content: '';
}
.orig_btn_link::before,
.orig_btn_link_l::before,
.orig_btn_card::before,
.orig_btn_card::before,
.orig_btn_twitter::before,
.orig_btn_facebook::before,
.orig_btn_linkedin::before {
	width: 18px;
	height: 1px;
}
.orig_btn_link::after,
.orig_btn_link_l::after,
.orig_btn_card::after,
.orig_btn_twitter::after,
.orig_btn_facebook::after,
.orig_btn_linkedin::after {
	width: 7px;
	height: 7px;
	border-radius: 100px;
}
@media screen and (max-width: 768px) {
	.orig_btn_link_l {
		max-width: 100%;
		min-width: 0;
		width: 420px;
	}
}
@media screen and (max-width: 600px) {
	.orig_btn_link,
	.orig_btn_link_l,
	.orig_btn_card,
	.orig_btn_twitter,
	.orig_btn_facebook,
	.orig_btn_linkedin {
		padding: 3px 20px 3px 10px;
		font-size: 10px;
	}
	.orig_btn_link {
		padding: 8px 20px;
	}
	.orig_btn_link_l {
		padding: 15px 20px;
	}
	.orig_btn_link::before,
	.orig_btn_link::after,
	.orig_btn_link_l::before,
	.orig_btn_link_l::after,
	.orig_btn_card::before,
	.orig_btn_card::after,
	.orig_btn_twitter::before,
	.orig_btn_twitter::after,
	.orig_btn_facebook::before,
	.orig_btn_facebook::after,
	.orig_btn_linkedin::before,
	.orig_btn_linkedin::after {
		right: 6px;
	}
	.orig_btn_link::before,
	.orig_btn_link_l::before,
	.orig_btn_card::before,
	.orig_btn_twitter::before,
	.orig_btn_facebook::before,
	.orig_btn_linkedin::before {
		width: 7px;
	}
	.orig_btn_link::after,
	.orig_btn_link_l::after,
	.orig_btn_card::after,
	.orig_btn_twitter::after,
	.orig_btn_facebook::after,
	.orig_btn_linkedin::after {
		width: 3px;
		height: 3px;
	}
}
@media screen and (max-width: 480px) {
	.orig_btn_link_l {
		min-width: 100%;
		width: 100%;
	}
}


/** .orig_right .orig_left **/
.orig_right {
	margin-left: 17.6%;
}
.orig_left {
	margin-right: 17.6%;
}
@media screen and (max-width: 768px) {
	.orig_right {
		margin-left: 0;
	}
	.orig_left {
		margin-right: 0;
	}
}

/** .orig_body h2.org_ttl **/
.orig_body h2.org_ttl {
	height: 94px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
}
.orig_body .orig_right h2.org_ttl {
	background-position: right bottom;
}
.orig_body .orig_left h2.org_ttl {
	background-position: left bottom;
}
@media screen and (max-width: 768px) {
	.orig_body h2.org_ttl {
		height: 60px;
	}
}
@media screen and (max-width: 480px) {
	.orig_body h2.org_ttl {
		height: 40px;
	}
}
/** .orig_appearlist **/
.orig_appearlist li {
	display: flex;
	padding: 12px;
	background-color: rgba(255,255,255,0.9);
}
.orig_appearlist li + li {
	margin-top: 22px;
}
.orig_appearlist li .orig_img {
	width: 100%;
	max-width: 190px;
}
.orig_appearlist li .orig_txt {
	box-sizing: border-box;
	width: 100%;
	padding: 5px 5px 15px 20px;
}
.orig_appearlist li .orig_txt .orig_txt_inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	justify-content: space-between;
}
.orig_appearlist li .orig_txt.orig_editor .orig_txt_inner {
	display:block;
}
.orig_appearlist li h1,
.orig_appearlist li h3,
.orig_list_index .orig_head .orig_appearlist li h1,
.orig_list_index .orig_head .orig_appearlist li h3 {
	margin-bottom: 1em;
	line-height: 1.6;
	text-align: left;
	font-weight: 700;
	font-size: 13px;
	color: #000036;
}
.orig_appearlist li h1 em,
.orig_appearlist li h3 em,
.orig_list_index .orig_head .orig_appearlist li h1 em,
.orig_list_index .orig_head .orig_appearlist li h3 em {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 22px;
}
.orig_appearlist li .orig_links {
	display: flex;
	margin: 0;
}
.orig_appearlist li .orig_links li {
	margin: 0;
	padding: 0 0 0 8px;
	background: none;
}
.orig_appearlist li p {
	margin-bottom: 1em;
	line-height: 2;
}
.orig_appearlist li p.orig_note {
	margin-top: -1em;
	font-size: 0.8em;
	text-align: right;
}
.orig_appearlist li .orig_btn {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background-color: #9B9B9B;
}
.orig_appearlist li .orig_btn::before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5px;
	right: 0;
	width: 12px;
	height: 12px;
	margin: auto;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	content: '';
}
@media screen and (max-width: 768px) {
	.orig_appearlist li {
		padding: 15px;
	}
	.orig_appearlist li + li {
		margin-top: 10px;
	}
	.orig_appearlist li .orig_txt {
		padding: 0 0 10px 0;
	}
	.orig_appearlist li .orig_txt > div {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.orig_appearlist li .orig_txt .orig_txt_inner {
		box-sizing: border-box;
		display: block;
		padding-left: 20px;
		width: 100%;
	}
	.orig_appearlist li h1,
	.orig_appearlist li h3,
	.orig_list_index .orig_head .orig_appearlist li h1,
	.orig_list_index .orig_head .orig_appearlist li h3 {
		margin-top: 1em;
		margin-bottom: 1em;
		line-height: 1.8;
		font-size: 12px;
	}
	.orig_appearlist li h1 em,
	.orig_appearlist li h3 em,
	.orig_list_index .orig_head .orig_appearlist li h1 em,
	.orig_list_index .orig_head .orig_appearlist li h3 em {
		display: block;
		font-size: 18px;
	}
	.orig_appearlist li .orig_links li {
		padding: 0 8px 0 0;
	}
}
@media screen and (max-width: 600px) {
	.orig_appearlist li .orig_img {
		width: 30%;
		min-width: 90px;
		max-width: 120px;
	}
	.orig_appearlist li h1,
	.orig_appearlist li h3,
	.orig_list_index .orig_head .orig_appearlist li h1,
	.orig_list_index .orig_head .orig_appearlist li h3 {
		font-size: 10px;
	}
	.orig_appearlist li h1 em,
	.orig_appearlist li h3 em,
	.orig_list_index .orig_head .orig_appearlist li h1 em,
	.orig_list_index .orig_head .orig_appearlist li h3 em {
		display: block;
		font-size: 15px;
	}
}
@media screen and (max-width: 480px) {
	.orig_appearlist li .orig_txt .orig_txt_inner {
		padding-left: 15px;
	}
	.orig_appearlist li p {
		font-size: 13px;
	}
	.orig_appearlist li .orig_btn {
		width: 30px;
		height: 30px;
	}
	.orig_appearlist li .orig_btn::before {
		left: -4px;
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width: 374px) {
	.orig_appearlist li .orig_links {
		flex-wrap: wrap;
	}
	.orig_appearlist li .orig_links li {
		padding: 8px 8px 0 0;
	}
	.orig_appearlist li .orig_links li:first-child {
		padding-top: 0;
	}
}


/**
 * main.orig_index ： トップページ
 */
/* .orig_mv  */
.orig_index .orig_mv {
	position: fixed;
	top: 0;
	left: 0;
	width: 50vw;
	min-width: 640px;
	height: 100vh;
	z-index: 50;
}
.orig_index .orig_mv ul,
.orig_index .orig_mv ul li {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #000036;
}
.orig_index .orig_mv ul li.orig_cover {
	background: #000036  url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/common/bg0.jpg') no-repeat center center / cover;
}
.orig_index .orig_mv .orig_img,
.orig_index .orig_mv .orig_landscape {
	position: absolute;
	bottom: 0;
	margin: auto;
	width: 100%;
	background: #000036 no-repeat center bottom / contain;
}
.orig_index .orig_mv ul li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	filter: blur(15px);
	transform: scale(1.1);
	transition: all 0s;
}
.orig_index .orig_mv ul li.on {
	transition: opacity 1.5s ease-in-out, filter 1.5s ease-in, transform 2s ease-out;
	opacity: 1;
	filter: blur(0);
	transform: scale(1);
}
.orig_index .orig_mv ul li a,
.orig_index .orig_mv .orig_img,
.orig_index .orig_mv .orig_landscape {
	display: block;
	width: 100%;
	height: 100%;
}
.orig_index.orig_landscape .orig_mv .orig_img,
.orig_index .orig_mv .orig_landscape {
	display: none;
}
.orig_index.orig_landscape .orig_mv .orig_landscape {
	display: block;
}
.orig_index .orig_mv .orig_cover h2 {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.orig_index .orig_mv .orig_cover h2 img {
	width: 65%;
}
.orig_index.orig_landscape .orig_mv h2 img {
	width: 25%;
}
.orig_index .orig_mv .orig_cover h3 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.orig_index.orig_landscape .orig_mv h3 {
	width: 30%;
}
.orig_index ol.orig_pos {
	position: fixed;
	width: 100%;
	bottom: 10px;
	text-align: center;
	z-index: 100;
}
.orig_index ol.orig_pos li {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 100px;
	background-color: rgba(255,255,255,0.5);
	margin: 5px;
	cursor: pointer;
}
.orig_index ol.orig_pos li.act {
	background-color: rgba(255,255,255,1);
}
@media screen and (max-width: 1050px) {
	.orig_index .orig_mv {
		min-width: 0;
		width: 100vw;
	}
	.orig_index .orig_mv ul {
		width: 100%;
		height: 100%;
	}
	.orig_index .orig_mv li {
		background-size: contain;
		background-position: center bottom;
	}
	.orig_index ol.orig_pos li {
		width: 10px;
		height: 10px;
	}
}
.orig_index .orig_contents {
	padding-top: 0;
}
/** .orig_body **/
.orig_index .orig_body {
	position: relative;
	margin-top: 0;
	padding-bottom: 0;
}
@media screen and (max-width: 1050px) {
	.orig_index .orig_body {
		z-index: 100;
		width: 100vw;
	}
	.orig_index,
	.orig_index .orig_contents {
		padding-top: 0 !important;
	}
}
/** .orig_pickup **/
.orig_pickup {
	display: block;
	width: 920px;
	margin: auto;
}
.orig_pickup .orig_inner {
	padding: 0;
	margin-left: 50%;
	padding-top: 80px;
	background-color: #000036;
	z-index: 80;
}
.orig_pickup .orig_list > li {
	width: 100%;
	margin: 0;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.orig_pickup .orig_list > li:nth-child(odd),
.orig_pickup .orig_list > li:nth-child(even) {
	padding: 0 0 0 100px;
}
@media screen and (max-width: 1050px) {
	.orig_pickup {
		width: 100%;
	}
	.orig_pickup .orig_inner {
		width: 100%;
		margin: 0;
		padding: 20px 40px 0 40px;
	}
	.orig_pickup .orig_list {
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		max-width: 920px;
		margin: auto;
	}
	.orig_pickup .orig_list > li {
		box-sizing: border-box;
		width: 50%;
		margin: 0;
		padding: 0 0 20px 0;
	}
	.orig_pickup .orig_list > li:nth-child(odd) {
		padding: 0 40px 20px 0;
	}
	.orig_pickup .orig_list > li:nth-child(even) {
		padding: 0 0 20px 40px;
	}
	.orig_index .orig_mv .orig_cover h3 {
		width: 60%;
	}
}
@media screen and (max-width: 480px) {
	.orig_pickup .orig_inner {
		padding: 0 20px;
	}
	.orig_pickup .orig_list {
		display: block;
		padding-top: 0;
	}
	.orig_pickup .orig_list > li {
		box-sizing: border-box;
		width: 100%;
	}
	.orig_pickup .orig_list > li:nth-child(odd),
	.orig_pickup .orig_list > li:nth-child(even) {
		padding-left: 0;
		padding-right: 0;
	}
}
/** .orig_index_contents **/
.orig_index_contents {
	position: relative;
	padding: 50px 0 200px 0;
	background-color: #000036;
	z-index: 100;
}
@media screen and (max-width: 1050px) {
	.orig_index_contents {
		padding-top: 0;
		padding-bottom: 150px;
	}
}
@media screen and (max-width: 480px) {
	.orig_index_contents {
		padding-bottom: 100px;
	}
}


/**
 * .orig_webinar : GROWTH WEBINAR
 */
/** .orig_video **/
.orig_webinar .orig_video {
	text-align: center;
}
.orig_webinar .orig_youtube {
	position: relative;
	background: #000;
}
.orig_webinar .orig_youtube::before {
	display: block;
	padding-top: 56.25%;
	content: '';
}
.orig_webinar .orig_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.orig_webinar.orig_talk .orig_video .orig_img {
	padding-top: 100px;
}
.orig_webinar.orig_talk .orig_video .orig_btns {
	margin: 2em 0 0 0;
}
.orig_webinar.orig_talk .orig_video .orig_btns {
	color: #fff;
}
.orig_webinar .orig_video .orig_tags {
	display: inline-flex;
	margin-top: 1em;
}
/** .orig_body **/
.orig_webinar .orig_body::before {
	height: 574px;
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar0.png');
}
/** .orig_timeline **/
.orig_webinar .orig_timeline h2.org_ttl {
	margin-bottom: 60px;
	background: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_timeline0.png') no-repeat right bottom / contain;
}
.orig_webinar .orig_timeline > div {
	position: relative;
}
.orig_webinar .orig_timeline .orig_txt {
	width: 60%;
	padding: 60px 105px 30px 60px;
	background-color: rgba(255,255,255,0.9);
}
.orig_webinar .orig_timeline .orig_txt h3 {
	margin-bottom: 1em;
	line-height: 1.6;
	font-weight: 900;
	font-size: 20px;
	color: #000036;
}
.orig_webinar .orig_timeline .orig_txt h3 em {
	display: block;
	font-size: 22px;
}
.orig_webinar .orig_timeline dl {
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	top: -60px;
	right: 0;
	width: 50%;
	padding: 10px 0;
	margin: 0;
	z-index: 1;
}
.orig_webinar .orig_timeline dt,
.orig_webinar .orig_timeline dd {
	border: none;
	padding: 0;
	padding-top: 15px;
	line-height: 1.8;
	font-weight: 700;
	font-size: 13px;
	color: #000036;
}
.orig_webinar .orig_timeline dt {
	width: 90px;
}
.orig_webinar .orig_timeline dd {
	width: calc(100% - 90px);
}
.orig_webinar .orig_timeline dt:nth-last-child(2),
.orig_webinar .orig_timeline dd:last-child {
	padding-bottom: 20px;
}
.orig_webinar .orig_timeline dt {
	background-color: rgba(255,255,255,1);
	padding-left: 25px;
	padding-right: 25px;
	text-align: center;
}
.orig_webinar .orig_timeline dd {
	background-color: rgba(255,255,255,0.9);
	padding-left: 20px;
	padding-right: 10px;
}
@media screen and (max-width: 768px) {
	.orig_webinar .orig_timeline .orig_txt {
		padding: 30px 90px 30px 30px;
	}
}
@media screen and (max-width: 600px) {
	.orig_webinar .orig_timeline h2.org_ttl {
		margin-bottom: 0;
	}
	.orig_webinar .orig_timeline > div {
		position: relative;
	}
	.orig_webinar .orig_timeline .orig_txt {
		width: 100%;
		padding: 30px;
	}
	.orig_webinar .orig_timeline dl {
		position: static;
		top: 0;
		width: 100%;
		padding: 10px 0;
		margin-bottom: 10px;
		transform: none !important;
	}
	.orig_webinar .orig_timeline dt {
		width: 70px;
	}
	.orig_webinar .orig_timeline dd {
		width: calc(100% - 70px);
	}
}
@media screen and (max-width: 480px) {
	.orig_webinar .orig_timeline .orig_txt {
		padding: 20px;
	}
	.orig_webinar .orig_timeline .orig_txt h3 {
		font-size: 15px;
	}
	.orig_webinar .orig_timeline .orig_txt h3 em {
		font-size: 21px;
	}
	.orig_webinar .orig_timeline dt,
	.orig_webinar .orig_timeline dd {
		padding-top: 10px;
		font-size: 11px;
	}
	.orig_webinar .orig_timeline dt {
		padding-left: 15px;
		padding-right: 15px;
	}
	.orig_webinar .orig_timeline dd {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/** .orig_speaker **/
.orig_webinar .orig_speaker h2.org_ttl {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_speaker0.png');
}
/** .orig_moderator **/
.orig_webinar .orig_moderator h2.org_ttl {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_moderator0.png');
}
/** orig_evangelist **/
.orig_webinar .orig_evangelist h2.org_ttl {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_evangelist0.png');
}


/**
 * .orig_talk : LEADER’S TALK
 */
/** .orig_contents **/
.orig_talk .orig_contents {
	padding-top: 0;
}
.orig_talk .orig_mv {
	text-align: center;
}
.orig_talk .orig_mv_inner {
	display: flex;
	height: 420px;
	background-color: #000036;
}
.orig_talk .orig_mv_inner > div {
	box-sizing: border-box;
	width: 50%;
}
.orig_talk .orig_mv .orig_img {
	position: relative;
}
.orig_talk .orig_mv .orig_img div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: no-repeat center 30% / cover;
}
.orig_talk .orig_mv .orig_head {
	position: relative;
	padding: 0;
	text-align: left;
	background: #001EFF;
}
.orig_talk.orig_voice .orig_mv .orig_head {
	background: #00ffff;
}
.orig_talk.orig_webinar .orig_mv .orig_head {
	background: #FFD900;
}
.orig_talk .orig_mv .orig_head > div {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 0 80px;
}
.orig_talk .orig_mv .orig_head h1 {
	margin: 1em 0;
	line-height: 1.6;
	text-align: left;
	font-size: 26px;
	font-weight: 900;
	color: #fff;
}
.orig_talk .orig_mv .orig_head h1 span {
	display: block;
	line-height: 1.6;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.orig_talk .orig_mv .orig_head ul {
	display: flex;
}
.orig_talk .orig_mv .orig_head li {
	box-sizing: border-box;
	padding-right: 10px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
}
.orig_talk .orig_mv .orig_head li em {
	display: block;
	font-size: 16px;
}
.orig_talk .orig_mv .orig_tags {
	display: inline-flex;
	margin-top: 1em;
}
.orig_voice.orig_talk .orig_mv .orig_head h1,
.orig_voice.orig_talk .orig_mv .orig_head h1 span,
.orig_voice.orig_talk .orig_mv .orig_head h2,
.orig_voice.orig_talk .orig_mv .orig_head li,
.orig_webinar.orig_talk .orig_mv .orig_head h1,
.orig_webinar.orig_talk .orig_mv .orig_head h1 span,
.orig_webinar.orig_talk .orig_mv .orig_head h2,
.orig_webinar.orig_talk .orig_mv .orig_head li {
	color: #000036;
}
@media screen and (max-width: 768px) {
	.orig_talk .orig_mv_inner {
		height: auto;
		min-height: 300px;
	}
	.orig_talk .orig_mv .orig_head {
		width: calc(50% - 40px);
		margin-right: 40px;
	}
	.orig_talk .orig_mv .orig_head > div {
		padding: 0 10px 0 30px;
	}
	.orig_talk .orig_mv .orig_head h1 {
		font-size: 20px;
	}
	.orig_talk .orig_mv .orig_head h1 span {
		font-size: 14px;
	}
	.orig_talk .orig_mv .orig_head ul {
		flex-wrap: wrap;
	}
	.orig_talk .orig_mv .orig_head li {
		width: 50%;
		font-size: 10px;
	}
	.orig_talk .orig_mv .orig_head li em {
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.orig_talk .orig_mv_inner {
		display: block;
		width: calc(100% - 20px);
		height: auto;
	}
	.orig_talk .orig_mv_inner > div {
		width: 100%;
	}
	.orig_talk .orig_mv .orig_img {
		height: 60vw;
		background-size: 90% auto;
	}
	.orig_talk .orig_mv .orig_img div {
		background-position: left 30%;
	}
	.orig_talk .orig_mv .orig_head {
		width: 100%;
	}
	.orig_talk .orig_mv .orig_head > div {
		position: static;
		transform: none;
		padding: 5px 40px 25px 20px;
	}
	.orig_talk .orig_mv .orig_head h1 {
		font-size: 17px;
	}
	.orig_talk .orig_mv .orig_head h1 span {
		font-size: 13px;
	}
}
/** .orig_body **/
.orig_leader .orig_body::before {
	height: 458px;
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader0.png');
}
.orig_voice .orig_body::before {
	height: 188px;
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice0.png');
}
@media screen and (max-width: 480px) {
	.orig_leader .orig_body {
		position: relative;
		z-index: 1000;
	}
}
/** .orig_read **/
.orig_talk .orig_read {
	background-color: rgba(255,255,255,0.9);
	padding: 60px 10%;
}
.orig_talk .orig_read h3 {
	margin: 2em 0 1em 0;
	font-size: 18px;
	font-weight: 700;
	color: #000036;
}
.orig_talk .orig_read h3:first-child {
	margin-top: 0;
}
.orig_talk .orig_read p {
	font-size: 16px;
	font-weight: 700;
}
.orig_talk .orig_read ol {
	margin-top: 1.5em;
}
.orig_talk .orig_read li {
	margin-top: 6px;
}
.orig_talk .orig_read li a {
	display: block;
	position: relative;
	padding: 10px 80px 10px 65px;
	background-color: #F8F8F8;
	border-left: 4px solid #001EFF;
	font-size: 18px;
	font-weight: 700;
	color: #000036;
}
.orig_talk.orig_voice .orig_read li a {
	border-color: #00ffff;
}
.orig_talk.orig_webinar .orig_read li a {
	border-color: #FFD900;
}
.orig_talk .orig_read li a::before,
.orig_talk .orig_read li a::after {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
	background-color: #001EFF;
	content: '';
}
.orig_talk.orig_voice .orig_read li a::before,
.orig_talk.orig_voice .orig_read li a::after {
	background-color: #00ffff;
}
.orig_talk.orig_webinar .orig_read li a::before,
.orig_talk.orig_webinar .orig_read li a::after {
	background-color: #FFD900;
}
.orig_talk .orig_read li a::before {
	width: 55px;
	height: 1px;
}
.orig_talk .orig_read li a::after {
	width: 7px;
	height: 7px;
	border-radius: 100px;
}
.orig_talk .orig_read li i {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	font-size: 30px;
	font-weight: 700;
	font-style: normal;
	color: #001EFF;
}
.orig_talk.orig_voice .orig_read li i {
	color: #00ffff;
}
.orig_talk.orig_webinar .orig_read li i {
	color: #FFD900;
}
.orig_talk.orig_webinar .orig_read .orig_btns {
	margin-top: 3em;
	text-align: center;
}
.orig_talk.orig_webinar .orig_read .orig_btns .orig_note {
	color: rgb(51, 51, 51);
}
@media screen and (max-width: 768px) {
	.orig_talk .orig_read {
		padding: 30px;
	}
}
@media screen and (max-width: 480px) {
	.orig_talk .orig_read {
		padding: 20px;
	}
	.orig_talk .orig_read h3 {
		font-size: 15px;
	}
	.orig_talk .orig_read p {
		font-size: 13px;
	}
	.orig_talk .orig_read li a {
		padding: 40px 10px 10px 10px;
	}
	.orig_talk .orig_read li a::before,
	.orig_talk .orig_read li a::after {
		right: 10px;
		bottom: auto;
	}
	.orig_talk .orig_read li a::before {
		top: 20px;
		width: 20px;
	}
	.orig_talk .orig_read li a::after {
		top: 19px;
		width: 3px;
		height: 3px;
	}
	.orig_talk .orig_read li i {
		top: 20px;
		left: 10px;
		font-size: 30px;
	}
	.orig_talk .orig_read li a {
		font-size: 13px;
	}
}
/** .orig_talk article **/
.orig_talk .orig_body .orig_inner> div,
.orig_talk article {
	position: relative;
	margin-top: 150px;
}
.orig_talk article::before {
	display: block;
	width: 100%;
	height: 86px;
	margin-bottom: 18px;
	background: no-repeat left top / contain;
	content: '';
}
.orig_talk article:nth-of-type(1)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num01.png'); }
.orig_talk article:nth-of-type(2)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num02.png'); }
.orig_talk article:nth-of-type(3)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num03.png'); }
.orig_talk article:nth-of-type(4)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num04.png'); }
.orig_talk article:nth-of-type(5)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num05.png'); }
.orig_talk article:nth-of-type(6)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num06.png'); }
.orig_talk article:nth-of-type(7)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num07.png'); }
.orig_talk article:nth-of-type(8)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num07.png'); }
.orig_talk article:nth-of-type(9)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num09.png'); }
.orig_talk article:nth-of-type(10)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_leader_num10.png'); }
.orig_talk.orig_voice article:nth-of-type(1)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num01.png'); }
.orig_talk.orig_voice article:nth-of-type(2)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num02.png'); }
.orig_talk.orig_voice article:nth-of-type(3)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num03.png'); }
.orig_talk.orig_voice article:nth-of-type(4)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num04.png'); }
.orig_talk.orig_voice article:nth-of-type(5)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num05.png'); }
.orig_talk.orig_voice article:nth-of-type(6)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num06.png'); }
.orig_talk.orig_voice article:nth-of-type(7)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num07.png'); }
.orig_talk.orig_voice article:nth-of-type(8)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num08.png'); }
.orig_talk.orig_voice article:nth-of-type(9)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num09.png'); }
.orig_talk.orig_voice article:nth-of-type(10)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_voice_num10.png'); }
.orig_talk.orig_webinar article:nth-of-type(1)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num01.png'); }
.orig_talk.orig_webinar article:nth-of-type(2)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num02.png'); }
.orig_talk.orig_webinar article:nth-of-type(3)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num03.png'); }
.orig_talk.orig_webinar article:nth-of-type(4)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num04.png'); }
.orig_talk.orig_webinar article:nth-of-type(5)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num05.png'); }
.orig_talk.orig_webinar article:nth-of-type(6)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num06.png'); }
.orig_talk.orig_webinar article:nth-of-type(7)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num07.png'); }
.orig_talk.orig_webinar article:nth-of-type(8)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num08.png'); }
.orig_talk.orig_webinar article:nth-of-type(9)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num09.png'); }
.orig_talk.orig_webinar article:nth-of-type(10)::before { background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_webinar_num10.png'); }
.orig_talk article h2 {
	background-color: rgba(255,255,255,0.9);
	border-top: solid 10px #001EFF;
	padding: 20px 50px;
	line-height: 1.4;
	font-size: 26px;
	font-weight: bold;
	color: #000036;
}
.orig_talk.orig_voice article h2 {
	border-color: #00ffff;
}
.orig_talk.orig_webinar article h2 {
	border-color: #FFD900;
}
.orig_talk .orig_body .orig_inner> div section,
.orig_talk article section {
	position: relative;
	padding-top: 0;
	margin-top: 45px;
}
.orig_talk .orig_body .orig_inner> div section .orig_txt,
.orig_talk article section .orig_txt {
	background-color: rgba(255,255,255,0.9);
	padding: 60px;
}
.orig_talk article section:nth-child(odd) .orig_txt {
	padding: 60px 60px 60px 150px;
	margin: 0 0 0 25%;
}
.orig_talk article section.orig_img_l .orig_txt {
	padding: 60px 60px 60px 150px !important;
	margin: 0 0 0 25% !important;
}
.orig_talk article section:nth-child(even) .orig_txt {
	padding: 60px 150px 60px 60px;
	margin: 0 25% 0 0;
}
.orig_talk article section.orig_img_r .orig_txt {
	padding: 60px 150px 60px 60px !important;
	margin: 0 25% 0 0 !important;
}
.orig_talk article section.orig_noimg .orig_txt {
	padding: 60px !important;
	margin: 0 !important;
}
.orig_talk article section .orig_img {
	position: absolute;
	top: 60px;
	width: 35%;
}
.orig_talk article section:nth-child(odd) .orig_img {
	left: 0;
}
.orig_talk article section:nth-child(even) .orig_img {
	right: 0;
}
.orig_talk article section.orig_img_l .orig_img {
	left: 0;
	right: auto;
}
.orig_talk article section.orig_img_r .orig_img {
	left: auto;
	right: 0;
}
.orig_talk article section .orig_img p {
	margin-top: 1em;
	font-size: 10px;
	text-shadow: 0 0 1px #000036, 0 0 1px #000036, 0 0 1px #000036, 0 0 2px #000036;
	color: #fff;
}
.orig_talk article section .orig_img a {
	color: #fff;
}
.orig_talk article section h3 {
	margin: 4em 0 1em 0;
	line-height: 1.8;
	font-weight: 700;
	font-size: 26px;
	color: #000036;
}
.orig_talk article section h4 {
	margin: 4em 0 1em 0;
	line-height: 1.8;
	font-weight: 900;
	font-size: 16px;
	color: #000036;
}
.orig_talk article section h3:first-child,
.orig_talk article section h3 + h4,
.orig_talk article section h4:first-child {
	margin-top: 0;
}
.orig_talk article section p {
	font-size: 16px;
}
.orig_talk article section p b {
	font-weight: bold;
	color: #000036;
}
.orig_talk article section figure {
	margin: 2em 0;
}
.orig_talk article section figure h3 {
	margin: 0 0 10px 0;
	font-size: 1em;
}
.orig_talk article section figure figcaption  {
	margin: 10px 0 0 0;
	line-height: 1.4;
	font-size: 0.8em;
}
.orig_talk article section a {
	text-decoration: underline;
}
.orig_talk article section a:hover {
	text-decoration: none;
}

.orig_talk article .orig_btns {
	margin-top: 2em;
	text-align: center;
}
.orig_talk .orig_btns .orig_note {
	margin: 0.6em 0 0 0;
	line-height: 1.4;
	font-size: 0.8em;
	color: #fff;
}
.orig_talk article .orig_btns .orig_note {
	color: #333;
}

@media screen and (max-width: 768px) {
	.orig_talk .orig_body .orig_inner> div,
	.orig_talk article {
		margin-top: 80px;
	}
	.orig_talk article::before {
		height: 46px;
		margin-bottom: 10px;
	}
	.orig_talk article h2 {
		border-top-width: 8px;
		padding: 10px 30px;
		font-size: 21px;
	}
	.orig_talk .orig_body .orig_inner> div section .orig_txt,
	.orig_talk article section .orig_txt {
		padding: 30px;
	}
	.orig_talk article section:nth-child(odd) .orig_txt {
		padding: 30px 30px 30px 85px;
	}
	.orig_talk article section.orig_img_l .orig_txt {
		padding: 30px 30px 30px 85px !important;
	}
	.orig_talk article section:nth-child(even) .orig_txt {
		padding: 30px 85px 30px 30px;
	}
	.orig_talk article section.orig_img_r .orig_txt {
		padding: 30px 85px 30px 30px !important;
	}
	.orig_talk article section.orig_noimg .orig_txt {
		padding: 30px !important;
		margin: 0 !important;
	}
	.orig_talk article section h3 {
		font-size: 21px;
	}
}
@media screen and (max-width: 600px) {
	.orig_talk article section .orig_txt,
	.orig_talk article section:nth-child(odd) .orig_txt,
	.orig_talk article section.orig_img_l .orig_txt,
	.orig_talk article section:nth-child(even) .orig_txt,
	.orig_talk article section.orig_img_r .orig_txt,
	.orig_talk article section.orig_noimg .orig_txt {
		padding: 30px 30px 80px 30px !important;
		margin: 0 !important;
	}
	.orig_talk article section.orig_noimg .orig_txt {
		padding: 30px !important;
	}
	.orig_talk article section .orig_img {
		position: relative;
		top: -50px;
		width: 60%;
	}
	.orig_talk article section:nth-child(odd) .orig_img,
	.orig_talk article section.orig_img_l .orig_img {
		margin-left: -20px;
	}
	.orig_talk article section:nth-child(even) .orig_img,
	.orig_talk article section.orig_img_l .orig_img {
		margin-left: calc(100% + 10px);
		transform: translateX(-100%);
	}
}
@media screen and (max-width: 480px) {
	.orig_talk article h2 {
		padding: 10px 20px;
	}
	.orig_talk article section .orig_txt,
	.orig_talk article section:nth-child(odd) .orig_txt,
	.orig_talk article section.orig_img_l .orig_txt,
	.orig_talk article section:nth-child(even) .orig_txt,
	.orig_talk article section.orig_img_r .orig_txt,
	.orig_talk article section.orig_noimg .orig_txt {
		padding: 20px 20px 80px 20px !important;
	}
	.orig_talk .orig_body .orig_inner> div section .orig_txt,
	.orig_talk article section.orig_noimg .orig_txt {
		padding: 20px !important;
	}
	.orig_talk article section h3 {
		margin-top: 3em;
		font-size: 18px;
	}
	.orig_talk article section h4 {
		margin-top: 3em;
		font-size: 13px;
	}
	.orig_talk article section p {
		font-size: 13px;
	}
}
/** orig_profile **/
.orig_talk .orig_profile {
	padding-top: 170px;
}
.orig_talk .orig_profile h2.org_ttl {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/leader/ttl_profile0.png');
}
.orig_talk.orig_voice .orig_profile h2.org_ttl {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/voice/ttl_profile0.png');
}
.orig_talk.orig_webinar .orig_profile h2.org_ttl {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/webinar/ttl_profile0.png');
}
@media screen and (max-width: 600px) {
	.orig_talk .orig_profile {
		padding-top: 40px;
	}
}


/**
 * .orig_article : 汎用記事
 */
/** .orig_head **/
.orig_article .orig_head h1 {
	text-align: left;
	line-height: 1.4;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
}
.orig_article .orig_head h2 {
	margin-bottom: 0.5em;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.orig_article .orig_head .orig_tags {
	margin-top: 1em;
}
.orig_article .orig_box {
	margin-top: 70px;
	padding: 50px 80px;
	background-color: rgba(255,255,255,0.9);
}
.orig_article .orig_box p {
	font-size: 16px;
}
.orig_article .orig_box p.orig_read {
	margin-bottom: 4em;
	font-weight: 700;
}
.orig_article .orig_block h3 {
	margin: 3em 0 1em 0;
	font-weight: 700;
	color: #000036;
}
.orig_article .orig_p figure {
	text-align: center;
	margin: 2em 0 2.5em 0;
}
.orig_article .orig_p figcaption,
.orig_article .orig_img_l figcaption,
.orig_article .orig_img_r figcaption {
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.6;
	font-weight: bold;
}
.orig_article figcaption.orig_note {
	margin-top: 0.5em !important;
	text-align: left !important;
	line-height: 1.6 !important;
	font-weight: normal !important;
	font-size: 0.8em !important;
}
/* .orig_img_r, .orig_img_l */
.orig_article .orig_p > .cf + .cf {
	margin: 2.5em 0 0 0;
}
.orig_article .orig_p + div,
.orig_article .orig_img_l + div,
.orig_article .orig_img_r + div {
	margin: 2.5em 0;
}
.orig_article .orig_img_l figure,
.orig_article .orig_img_r figure {
	width: 38%;
}
.orig_article .orig_img_l .orig_txt,
.orig_article .orig_img_r .orig_txt {
	width: 59%;
}
.orig_article .orig_img_l figure,
.orig_article .orig_img_r .orig_txt {
	float: left;
}
.orig_article .orig_img_r figure,
.orig_article .orig_img_l .orig_txt {
	float: right;
}
/* .orig_float_l, .orig_float_r */
.orig_article .orig_float_l {
	float: left;
	width: 47%;
	margin: 0 3% 1em 0 !important;
}
.orig_article .orig_float_r {
	float: right;
	width: 47%;
	margin: 0 0 1em 3% !important;
}
@media screen and (max-width: 768px) {
	.orig_article .orig_box {
		padding: 30px 40px;
	}
}
@media screen and (max-width: 480px) {
	.orig_article .orig_head h1 {
		font-size: 18px;
	}
	.orig_article .orig_head h2 {
		font-size: 13px;
	}
	.orig_article .orig_box {
		margin-top: 40px;
		padding: 20px 15px;
	}
	.orig_article .orig_box p {
		font-size: 13px;
	}

	/* .orig_img_r, .orig_img_l */
	.orig_article .orig_img_l figure,
	.orig_article .orig_img_r figure,
	.orig_article .orig_img_l .orig_txt,
	.orig_article .orig_img_r .orig_txt {
		width: 100%;
		float: none;
	}
	.orig_article .orig_img_l figure,
	.orig_article .orig_img_r figure {
		text-align: center;
		margin-top: 1.5em;
	}
	.orig_article .orig_img_l figure img,
	.orig_article .orig_img_r figure img {
		max-width: 85%;
	}

	.orig_article figcaption.orig_note {
		text-align: center;
	}

	/* .orig_float_l, .orig_float_r */
	.orig_article .orig_float_l,
	.orig_article .orig_float_r {
		float: none;
		width: 100%;
		margin: 0 0 2em 0 !important;
	}
}



/**
 * .orig_about ： About
 */
/** .orig_head **/
.orig_about .orig_head h2 img {
	width: auto;
	height: 89px;
}
.orig_about .orig_head h1 {
	margin: 50px 0;
	font-size: 27px;
	font-weight: 700;
	text-align: left;
	color: #fff;
}
.orig_about .orig_head p {
	line-height: 2;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: #fff;
}
.orig_about .orig_head .orig_inner > *:last-child {
	padding-bottom: 60px;
	border: none;
	border-bottom: solid 1px #fff;
}
.orig_about .orig_youtube {
	margin-top: 60px;
	position: relative;
	background: #000;
}
.orig_about .orig_youtube::before {
	display: block;
	padding-top: 56.25%;
	content: '';
}
.orig_about .orig_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 768px) {
	.orig_about .orig_head h2 img {
		height: 65px;
	}
	.orig_about .orig_head h1 {
		margin: 50px 0 20px 0;
		font-size: 21px;
	}
	.orig_about .orig_head p {
		font-size: 13px;
	}
	.orig_about .orig_head .orig_inner > *:last-child {
		padding-bottom: 40px;
	}
	.orig_about .orig_youtube {
		margin-top: 30px;
	}
}
@media screen and (max-width: 480px) {
	.orig_about .orig_head h2 img {
		height: 45px;
	}
}
/** orig_editorial **/
.orig_about .orig_editorial h2.org_ttl {
	height: 177px;
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/about/ttl_editorial0.png');
}
.orig_about .orig_editorial h3.org_ttl {
	margin: 1em 0;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.orig_about .orig_editorial h2.org_ttl {
		height: 135px;
	}
	.orig_about .orig_editorial h3.org_ttl {
		font-size: 21px;
	}
}
@media screen and (max-width: 480px) {
	.orig_about .orig_editorial h2.org_ttl {
		height: 89px;
	}
	.orig_about .orig_editorial h3.org_ttl {
		font-size: 17px;
	}
}
/** orig_sevice **/
.orig_about .orig_sevice h2.org_ttl {
	background-image: url('/content/dam/nttcom/hq/jp/business/lp/fesaas/img/about/ttl_service0.png');
}
.orig_about .orig_sevice h3.org_ttl {
	margin: 1em 0;
	text-align: right;
	font-size: 27px;
	font-weight: bold;
	color: #fff;
}
.orig_about .orig_sevice p.org_read {
	margin-bottom: 1em;
	text-align: right;
	line-height: 1.8;
	font-size: 21px;
	font-weight: bold;
	color: #fff;
}
.orig_about .orig_sevice li {
	margin-top: 22px;
	padding: 30px 50px;
	background-color: #f5f5f5;
}
.orig_about .orig_sevice li h4 {
	margin-bottom: 40px;
	font-size: 50px;
	color: #000036;
}
.orig_about .orig_sevice li .orig_txt {
	display: flex;
	align-items: flex-end;
}
.orig_about .orig_sevice li .orig_txt p {
	padding-right: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #000036;
}
.orig_about .orig_sevice li .orig_txt .orig_btns {
	white-space: nowrap;
}
@media screen and (max-width: 768px) {
	.orig_about .orig_sevice h3.org_ttl {
		font-size: 24px;
	}
	.orig_about .orig_sevice p.org_read {
		font-size: 16px;
	}
	.orig_about .orig_sevice li {
		padding: 20px 30px;
	}
	.orig_about .orig_sevice li h4 {
		margin-bottom: 20px;
		font-size: 36px;
	}
	.orig_about .orig_sevice li .orig_txt {
		display: block;
	}
	.orig_about .orig_sevice li .orig_txt p {
		padding-right: 0;
	}
	.orig_about .orig_sevice li .orig_txt .orig_btns {
		margin-top: 1em;
		text-align: right;
	}
}
@media screen and (max-width: 480px) {
	.orig_about .orig_sevice h3.org_ttl {
		font-size: 21px;
	}
	.orig_about .orig_sevice p.org_read {
		font-size: 13px;
	}
	.orig_about .orig_sevice li {
		padding: 20px;
	}
	.orig_about .orig_sevice li h4 {
		font-size: 23px;
	}
	.orig_about .orig_sevice li .orig_txt p {
		font-size: 12px;
	}
}

/**
 * .orig_social ： Social Index
 */
/** .orig_head **/
.orig_social .orig_head h3 img {
	width: auto;
	height: 63px;
}
.orig_social .orig_head h2 {
	margin: 50px 0;
	font-size: 27px;
	font-weight: 700;
	text-align: left;
	color: #fff;
}
.orig_social .orig_head p {
	line-height: 2;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	color: #fff;
}
.orig_social .orig_head p.orig_note {
	margin-top: 50px;
	padding-bottom: 0.5em;
	line-height: 1;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
}
.orig_social .orig_head .orig_inner > *:last-child {
	border: none;
	border-bottom: solid 1px #fff;
}
@media screen and (max-width: 768px) {
	.orig_social .orig_head h3 img {
		width: 90%;
		height: auto;
	}
	.orig_social .orig_head h2 {
		margin: 50px 0 20px 0;
		font-size: 21px;
	}
	.orig_social .orig_head .orig_inner > *:last-child {
		padding-bottom: 40px;
	}
}
@media screen and (max-width: 480px) {
	.orig_social .orig_head h3 img.orig_tab {
		display: none;
	}
	.orig_social .orig_head h3 img {
		width: auto;
		height: 165px;
	}
	.orig_social .orig_head p {
		font-size: 13px;
	}
}
/** .orig_appearlist **/
.orig_social .orig_appearlist li .orig_txt {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 25px 0 40px;
}
.orig_social .orig_appearlist li .orig_btn {
	right: -12px;
	bottom: -12px;
}
@media screen and (max-width: 768px) {
	.orig_social .orig_appearlist li .orig_txt {
		padding: 0 0 20px 0;
	}
	.orig_social .orig_appearlist li .orig_btn {
		right: -15px;
		bottom: -15px;
	}
}



/**
 * .orig_list_index ： タグリスト
 */
/** .orig_head **/
.orig_list_index .orig_head .orig_inner > div {
	max-width: 920px;
	margin: auto;
	padding-bottom: 80px;
	border-bottom: solid 1px #fff;
}
.orig_list_index .orig_head h1 {
	font-size: 60px;
	font-weight: 700;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.orig_list_index .orig_head .orig_inner > div {
		padding-bottom: 50px;
	}
	.orig_list_index .orig_head h1 {
		font-size: 40px;
	}
}

/** .orig_list_index .orig_appearlist ： 人物記事リスト **/
.orig_list_index .orig_head .orig_appearlist {
	max-width: 920px;
	margin: auto;
	padding-bottom: 120px;
	border-bottom: solid 1px #fff;
}
.orig_list_index .orig_head .orig_appearlist > li {
	background-color: transparent;
	padding: 0;
	color: #fff;
}
.orig_list_index .orig_porig_headrofile .orig_appearlist li .orig_txt {
	padding-left: 40px;
}
.orig_list_index .orig_head .orig_appearlist li h1,
.orig_list_index .orig_head .orig_appearlist li h3 {
	color: #fff;
}
.orig_list_index .orig_head .orig_appearlist .orig_img a {
	pointer-events: none;
}
.orig_list_index .orig_head .orig_appearlist .orig_btn {
	display: none;
}
@media screen and (max-width: 768px) {
	.orig_list_index .orig_head .orig_appearlist {
		padding-bottom: 50px;
	}
	.orig_list_index .orig_head .orig_appearlist li .orig_txt {
		padding-left: 0;
	}
}


.orig_float_bnr {
	position: fixed;
	right: 60px;
	bottom: 0;
	z-index: 500;
	transition: transform 0.2s;
}
.orig_float_bnr.act {
	transform: translateX(0);
	transition: transform 0.35s ease-out;
}
.orig_float_bnr a {
	box-sizing: border-box;
	position: relative;
	display: block;
	background: linear-gradient(135deg, #12af97 20%,#0f4caf 80%);
	padding: 15px 60px 15px 50px;
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	transition: filter 0.3s;
}
.orig_float_bnr a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 14px;
	height: 14px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	margin: auto;
	transform: rotate(45deg);
	content: '';
}
.orig_float_bnr a:hover {
	opacity: 1;
	filter: brightness(1.2);
}
.orig_float_bnr a span {
	font-size: 0.8em;
}
@media screen and (max-width: 768px) {
	.orig_float_bnr {
		right: 40px;
	}
}
@media screen and (max-width: 480px) {
	.orig_float_bnr {
		box-sizing: border-box;
		position: fixed;
		width: 100%;
		right: 0;
		bottom: 0;
		padding: 0 20px;
	}
	.orig_float_bnr.act {
		transform: translateY(0);
	}
	.orig_float_bnr a {
		width: 100%;
		padding: 15px 30px 15px 20px;
		font-size: 12px;
	}
	.orig_float_bnr a::after {
		right: 20px;
		width: 10px;
		height: 10px;
	}
}


.orig_btn_modal {
	cursor: pointer;
	transform: opacity 0.3s;
}
.orig_btn_modal:hover {
	opacity: 0.6;
}
.orig_modal {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 1000000;
}
.orig_modal_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	background-color: rgba(0,0,54,0.9);
}
.orig_modal_inner {
	position: absolute;
	width: 80vw;
	max-width: 1320px;
	max-height: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 30px;
	overflow: scroll;
}
.orig_modal_inner figure + figure {
	margin-top: 30px;
}
.orig_modal_inner figure img {
	width: 100%;
}
.orig_modal_close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	transition: transform 0.2s ease-out;
	cursor: pointer;
}
.orig_modal_close:hover {
	transform: rotate(180deg);
}
.orig_modal_close::before,
.orig_modal_close::after {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	margin: auto;
	background-color: #fff;
	border-radius: 100px;
	content: '';
}
.orig_modal_close::before {
	transform: rotate(45deg);
}
.orig_modal_close::after {
	transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
	.orig_modal_inner {
		width: 90vw;
		max-width: 90%;
		max-height: 90%;
		padding: 15px;
	}
	.orig_modal_inner figure + figure {
		margin-top: 15px;
	}
	.orig_modal_close {
		width: 25px;
		height: 25px;
		top: 10px;
		right: 10px;
	}
	.orig_modal_close::before,
	.orig_modal_close::after {
		height: 2px;
	}
}