@charset "shift_jis";

body {
	background: #fff;
	color: #212121;
}

img {
	vertical-align: top;
}

.img-responsive {
  width: 100%;
  height: auto;
  min-width: 100%;
}

br.sp {
    display: none;
}

.container {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.container > .logica-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------------ font-family
*/
#nw-content,
#nw-topicpath,
.nw-content_header {
	font-family: 'Noto Sans JP', sans-serif;
}

.title_en {
	font-family: 'Alegreya Sans SC', sans-serif;
}


/*------------------------ content
*/
#nw-content {
	max-width: 968px;
	width: auto;
}

.nw-inner,
#nw-topicpath .nw-inner {
	margin: 0 auto;
	max-width: 968px;
	padding: 0;
	width: auto;
}

.box-content {
	background: none;
	margin: 0 0 70px;
	padding: 0;
}

/* link-arrow */
.link-arrow {
	background: url(/corporate/img/icon_arrow_right_link.svg) no-repeat 0 .3em;
	line-height: 1.4;
}

.link-arrow:hover {
	background: url(/corporate/img/icon_arrow_right_link.svg) no-repeat 0 .3em;
}

a.link-arrow {
	color: #212121;
}

a.link-arrow:hover {
	color: #1a509d;
}

/* icon */
i.icon-newwin,
i.icon-newwin:hover {
	background: url(/cmn/img/icon_blank_button_gray.svg) no-repeat 0 0;
}


/*------------------------ title
*/
.title_en {
	color: #1a509d;
	font-weight: normal;
}

.index_list-title {
	font-size: 180%;
}

.index_list-title .title_en {
	font-size: 70%;
	margin-left: 20px;
}

.index_list-subtitle {
    padding-bottom: 16px;
	font-size: 140%;
    font-weight: normal;
    border-bottom: solid 1px #646464;
}

/* center */
.index_list-title.-center,
.index_list-subtitle.-center{
	text-align: center;
}

.index_list-title.-center .title_en {
	display: block;
	margin: 4px 0 0;
}

/*------------------------ nw-topicpath
*/
#nw-topicpath,
#nw-topicpath .nw-inner {
	background: #fff;
	position: relative;
	z-index: 1;
}

#nw-topicpath {
	font-size: 100%;
}


/*------------------------ nw-content_header
*/
.nw-content_header {
	background: no-repeat center center;
	background-size: cover;
	height: 220px;
	margin: 0 auto;
	max-width: 968px;
	position: relative;
	z-index: 1;
}

.nw-content_header-title {
	color: #fff;
	display: inline-block;
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 14px 0 10px 20px;
	white-space: nowrap;
}

.nw-content_header-title:before {
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
}

.nw-content_header-title > span {
	display: inline-block;
	position: relative;
}

.nw-content_header-title .title_en {
	color: #fff;
	display: block;
	font-size: 47%;
	letter-spacing: 1px;
	opacity: .7;
}

.nw-content_header-title .title_sub {
	font-weight: normal;
	display: block;
	opacity: .8;
}

/* -center */
.-center .nw-content_header-title {
	font-size: 300%;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.-center .nw-content_header-title:before {
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, .67) 30%,rgba(0, 0, 0, .67) 70%,rgba(0, 0, 0, 0) 100%);
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% + 236px);
}

.-center .nw-content_header-title .title_sub {
	font-size: 60%;
}

.-center .nw-content_header-title .title_en {
	font-size: 54%;
}

/* -left */
.-left .nw-content_header-title {
	left: 0;
	position: relative;
	top: 40px;
}

.-left .nw-content_header-title:before {
	background: linear-gradient(to right, rgba(0, 0, 0, .67) 0%,rgba(0, 0, 0, .67) 20%,rgba(0, 0, 0, 0) 100%);
	left: 0;
	width: calc(100% + 210px);
}


/*------------------------ nw-media
*/
.nw-media a {
	color: #212121;
	text-decoration: none;
}

.nw-media-img {
    position: relative;
}

.nw-media-img img {
	display: block;
	width: 100%;
}

.nw-media-img.movie:before {
    content: " ";
    background: url(../../img/icon_play.png) no-repeat center;
	width: 100%;
	height: 100%;
    display: block;
    position: absolute;
}

.new .nw-media-img:after {
    position: absolute;
    bottom: 0;
    right: 10px;
    content: '';
    display: block;
    width: 40px;
    height: 21px;
    background: url(/img/icon_new.svg);
}

.nw-media-body .link-arrow {
	font-size: 110%;
	margin: 20px 0 17px;
}

.nw-media-body p {
	line-height: 1.8;
}

.nw-media a:hover .link-arrow {
	color: #1a509d;
	text-decoration: underline;
}

/* -white */
.nw-media.-white {
	background: #fff;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .45);
}

.-white .nw-media-body {
	padding: 0 20px;
}

.-white .nw-media-body .link-arrow {
	font-size: 120%;
}


/*------------------------ sict_bottom
*/
.sict_bottom {
	background: #f5f8fa;
    margin-top: 20px;
	padding: 54px 3%;
}

.sict_bottom .index_list-title {
	font-weight: bold;
	margin-bottom: 30px;
}

.sict_bottom .nw-media {
	margin: 0 0 0 3.26%;
	width: 31.16%;
}

.sict_bottom .nw-media:nth-child(3n+1) {
	margin-left: 0;
}

.sict_bottom .multiple-items .nw-media {
	margin: auto;
    padding: 0 0.4%;
	width: auto;
}

.sict_bottom .multiple-items .nw-media:first-of-type {
	margin: 0;
}

@media screen and (max-width:968px) {
	.nw-inner,
	#nw-topicpath .nw-inner {
		padding: 0 20px;
	}

	.nw-content_header {
		height: auto;
		padding-bottom: 37.19%;
	}

	.-left .nw-content_header-title {
		left: 0;
		position: absolute;
		top: 14%;
	}

	.-center .nw-content_header-title {
		font-size: 230%;
	}
}


@media screen and (max-width:666px) {
	.box-content {
		margin: 0 0 8%;
	}

	/*------------------------ title
	*/
	.index_list-title {
		font-size: 140%;
	}

	.index_list-title .title_en {
		display: block;
		margin-left: 0;
	}

    .index_list-subtitle {
		font-size: 120%;
	}

	/*------------------------ nw-content_header
	*/
	.nw-content_header-title {
		font-size: 200%;
	}

	/* -left */
	.-left .nw-content_header-title:before {
		width: calc(100% + 100px);
	}

	/* -center */
	.-center .nw-content_header-title {
		font-size: 160%;
	}

	/*------------------------ nw-media
	*/
	.nw-media-body .link-arrow {
		margin: 5% 0 4%;
	}

	/* -white */
	.-white .nw-media-body {
		padding: 0 5% 6%;
	}

	/*------------------------ sict_bottom
	*/
	.sict_bottom {
		padding: 10% 0;
	}

	.sict_bottom .index_list-title {
		margin-bottom: 5%;
	}

	.sict_bottom .nw-media {
		margin: 0 0 5%;
		width: 100%;
	}

    br.sp {
    display: block;
    }

}

/*------------------------ slick-theme
*/

.slick-prev,
.slick-next
{
    width: 24px;
    height: 26px;
    top: 23%;
}

.slick-prev
{
    left: -24px;
}
[dir='rtl'] .slick-prev
{
    right: -24px;
}
.slick-next
{
    right: -24px;
}
[dir='rtl'] .slick-next
{
    left: -24px;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 24px;

    opacity: 1;
    color: #20519c;

}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: 0;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
    color: #20519c;
}

.slick-dots li button:before
{
    width: 10px;
    height: 10px;

    content: " ";
    background: url(/cmn2/img/cmn_circle.svg) no-repeat center;
    
    opacity: .5;
}

.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #20519c;
}
