@charset "utf-8";
#nttdatajpn-header-group-identity img {
	max-width: inherit;
}
.line {
	display: block;
	width: 1px;
	height: 70px;
	background: #003366;
	margin: auto;
}
.swiper-container {
	width: 100%;
	height: 100%;
	overflow-y: inherit;
	z-index: 2;
}
.sec-01 {
	position: relative;
}
.sec-01 .swiper-pagination {
	max-width: 1040px;
	text-align: right;
	bottom: -15px;
	z-index: 999;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	left: 50%;
	right: 0;
}
.sec-01 .swiper-button-next, .sec-01 .swiper-button-prev {
	display: none;
}
.sec-01 .swiper-pagination-bullet {
	background: url(/img/icon_bullet.png) no-repeat;
	width: 16px;
	height: 16px;
	opacity: 1;
	margin-right: 10px;
}
.sec-01 .swiper-pagination-bullet-active {
	background: url(/img/icon_bullet_active.png) no-repeat;
	width: 16px;
	height: 16px;
}
.mv-content {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	text-align: left;
	color: #fff;
}

.mv-content h1 {
	margin-bottom: 30px;
}
.mv-content h1 img {
	margin-left: -90px;
}
.mv-content h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 20px;
}
.mv-content p {
	font-size: 16px;
	font-weight: bold;
	line-height: 2.43;
	margin-bottom: 30px;
}

.sec-02 {
	min-height: 41px;
	background-color: #db0000;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.sec-02 .contents-inner {
	padding-left: 0;
	padding-right: 0;
	background: #eee;
	position: relative;
	z-index: 2;
	overflow: visible;
	display: flex;
}
@media (max-width: 1040px) {
	.sec-02 .contents-inner {
		overflow: hidden;
	}
}
.sec-02 .contents-inner:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background: #eee;
	right: -100%;
	top: 0;
	z-index: 999;
	display: block;
}
.sec-02 .bg-red {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	background: #db0000;
	display: flex;
	align-items: center;
	width: 9em;
	padding: 10px 20px 10px 0;
	position: relative;
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.sec-02 .bg-red:before {
	content: '';
	position: absolute;
	right: -14px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 14px;
	border-color: transparent transparent transparent #db0000;
	line-height: 0px;
	_border-color: #000000 #000000 #000000 #db0000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.sec-02 .bg-grey {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	background: #eee;
	display: inline-block;
	width: calc( 100% - 9em);
	padding: 10px 0 10px 30px;
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
}
.sec-03 {
	background: #fff;
	padding: 60px 0 12px 0;
}
.sec-03 .tbl {
	display: table;
	width: 100%;
}
.sec-03 .tbl > div {
	display: table-cell;
	vertical-align: middle;
}
.sec-03 .tbl > div:first-child {
	border-right: 1px solid #003366;
	width: 22.4%;
}

@media screen and (min-width: 1024px){
	.sec-03.news .list-items .item_date{
		min-width: 22%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px){
	.sec-03.news .list-items .item_date{
		min-width: 26%;
	}
}
@media (min-width: 768px) {
	.sec-03 .tbl > div:last-child {
		padding-left: 5.5%;
	}
}

.sec-04 {
	background: url(/img/bg_01.jpg) center no-repeat;
	background-size: cover;
	min-height: 460px;
	position: relative;
	margin-top: 100px;
	margin-bottom: 285px;
}
.sec-04 h2 {
	position: absolute;
	top: -50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec-04 .txt {
	position: absolute;
	bottom: -244px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sec-04 .txt p {
	font-size: 16px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
	line-height: 2;
}
@media (min-width: 1501px) {
	.sec-04 {
		min-height: 520px;
		margin-bottom: 290px;
	}
	.sec-04 .txt {
		bottom: -250px;
	}
}
.sec-05 {
	padding-top: 35px;
	padding-bottom: 80px;
}
.sec-05 .outer {
	margin-left: -20px;
	margin-right: -20px;
}
.sec-05 .col-4 {
	padding-left: 20px;
	padding-right: 20px;
}
.sec-05 h2 {
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #003366;
}
.sec-05 .item {
	border: 1px solid #dedede;
	margin-top: 33px;
}
.sec-05 .item h3 {
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
	line-height: 2;
	margin-bottom: 10px;
}
.sec-05 .item p.desc {
	line-height: 2;
	letter-spacing: -0.35px;
	margin-bottom: 14px;
}
.sec-05 .item .tag {
	display: inline-block;
	background: #5286c5;
	padding: 0 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	height: 24px;
	min-width: 50px;
	text-align: center;
	margin-top: -13px;
	margin-left: 9%;
	position: absolute;
	bottom:-10px;
	left:0px;
}
.sec-05 .item .text {
	padding: 10px 30px 10px 30px;
	font-size: 14px;
}
.sec-06 {
	background: url(/img/bg_02.jpg) repeat;
	padding: 80px 0 100px 0;
}
.sec-06 .outer {
	margin-left: -20px;
	margin-right: -20px;
}
.sec-06 .item {
	position: relative;
	display: block;
	margin-top: 0;
}
.sec-06 .item .img-box {
	text-align: center;
}
.sec-06 .item .txt-box {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: initial;
	padding: 10px;
}
.sec-06 .item h4 {
	text-align: center;
	color: #1170cf;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #3071c8;
	background: #fff;
	background: rgba(255, 255, 255, 0.9);
	transition: .5s;
	padding: 10px;
	position: relative;
}
.sec-06 .item h4:before {
	content: '';
	width: 28px;
	height: 5px;
	background: url(/img/icon_02.png) center no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.sec-07 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.sec-07 .item {
	padding-bottom: 55px;
	padding-top: 50px;
	border:0;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
@media (min-width: 768px) {
	.sec-07 .item .col-4 {
		padding-left: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 31%;
		flex: 0 0 31%;
		max-width: 31%;
	}
	.sec-07 .item .col-8 {
		padding-right: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 69%;
		flex: 0 0 69%;
		max-width: 69%;
	}
}
.sec-07 .item .col-4 img {
	margin-top: 10px;
}
.sec-07 .item:first-child {
	padding-top: 0;
	margin-top: 30px;
}
.sec-07 h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.8;
	color: #003366;
}
.sec-07 .f14 {
	font-size: 14px;
	line-height: 2;
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
	margin-top: 5px;
	margin-bottom: 15px;
}
.sec-07 .f16 {
	font-size: 16px;
	line-height: 2;
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
	margin-bottom: 12px;
}
.sec-08 {
	padding-bottom: 0px;
	margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1060px) {
	.mv-content {
		padding: 20px;
	}
	.sec-02 .bg-grey {
		font-size: 13px;
	}
	.sec-01 .swiper-pagination {
		padding-right: 10px;
	}
}
@media (min-width: 768px) {
	.sec-08 .outer {
		margin-left: -20px;
		margin-right: -20px;
	}
}
@media (max-width: 767px) {
	.mv-content {
		max-width: 90%;
		width: 100%;
		text-align: center;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		    -ms-transform: translateX(-50%);
		        transform: translateX(-50%);
		bottom: 5%;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
	}
	.mv-content h1 {
		margin-bottom: 12px;
	}
	.mv-content h1 img {
		margin-left: 0;
	}
	.mv-content h2 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.mv-content p {
		font-size: 12px;
		line-height: 2;
		margin-bottom: 1.5em;
	}
	.mv-content .btn {
		height: 44px;
		margin-bottom: 40px;
	}
	.sec-01 .swiper-pagination {
		width: 100%;
		padding-right: 10px;
	}
	.sec-02 {
		min-height: 80px;
		overflow: hidden;
	}
	.sec-02 .contents-inner {
		display: table;
		height: 100%;
	}
	.sec-02 .bg-red {
		width: 30%;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding-right: 10px;
		padding-left: 10px;
	}
	.sec-02 .bg-grey {
		width: 70%;
		display: table-cell;
		vertical-align: middle;
		font-weight: normal;
		padding-right: 20px;
	}
	.sec-02 .bg-red::before {
		content: '';
		position: absolute;
		right: -20px;
		top: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 40px 0 40px 20px;
		border-color: transparent transparent transparent #db0000;
		line-height: 0px;
		_border-color: #000000 #000000 #000000 #db0000;
		_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
	}
	.sec-03 .tbl {
		display: block;
		overflow: visible;
	}

	.sec-03 .tbl > div:first-child {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.sec-03 .tbl > div:last-child {
		display: block;
		width: 100%;
	}
	.sec-03 .list-items .item_content{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.sec-03 .list-items .item_title,
	.sec-03 .list-items .item_date{
		width:100%;
		padding-left: 0;
		padding-right: 0;
	}
	.sec-03 .list-items .item_title{
		padding-top: 0;
	}
	.sec-04 {
		background: none;
		margin-top: 0;
		padding-top: 40px;
		min-height: auto;
		margin-bottom: 0;
	}
	.sec-04 .img-bg img {
		width: 100%;
	}
	.sec-04 h2 {
		position: relative;
		top: inherit;
		left: inherit;
		-webkit-transform: inherit;
		    -ms-transform: inherit;
		        transform: inherit;
		margin-bottom: 15px;
	}
	.sec-04 .txt {
		position: relative;
		bottom: inherit;
		margin-top: 30px;
	}
	.sec-04 .txt p {
		padding-left: 20px;
		padding-right: 20px;
	}
	.line {
		margin-top: 30px;
	}
	.sec-05 {
		padding-bottom: 60px;
	}
	.sec-05 .outer,
	.sec-06 .outer {
		margin-left: -10px;
		margin-right: -10px;
	}

	.sec-06 {
		padding: 60px 0;
	}
	.sec-06 .item {
		margin-bottom: 30px;
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.sec-07 {
		padding: 60px 0;
	}
	.sec-07 h3 {
		margin-top: 30px;
		font-size: 16px;
	}
	.sec-07 .f16 {
		font-size: 14px;
	}
	.sec-07 .item .col-4.col-12-sp, .sec-07 .item .col-8.col-12-sp {
		padding-left: 0;
		padding-right: 0;
	}
	.sec-08 .col-12-sp:not(:last-child) {
		margin-bottom: 40px;
	}
}
@media (max-width: 640px) {
	.sec-03 {
		padding-top: 30px;
	}
	.sec-04 .txt {
		margin-top: 15px;
	}
	.sec-06 h2 {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.sec-06 .item {
		margin-bottom: 20px;
	}
	.sec-06 .btn.mt30 {
		margin-top: 12px !important;
	}
	.sec-07 h2 {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.sec-07 .item {
		padding-bottom: 25px;
		padding-top: 30px;
	}
}
@media (max-width: 480px) {
	.sec-04 h2 {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.sec-05 h2 {
		font-size: 18px;
	}

	.sec-06 .item h4 {
		font-size: 14px;
	}
	.sec-08 .col-12-sp:not(:last-child) {
		margin-bottom: 20px;
	}
	.sec-02 .bg-grey {
		line-height: 18px;
	}
}
@media (min-width: 380px) and (max-width: 480px) {
	.sec-02 .bg-red {
		font-size: 13px;
	}
}
@media (max-width: 375px) {
	.sec-02 .bg-grey {
		font-size: 11px;
	}
	.sec-02 .bg-red {
		padding-right: 5px;
		font-size: 11px;
	}

	.sec-04 .txt p {
		padding-left: 10px;
		padding-right: 10px;
	}
}.example {
    display: -ms-grid;
    display: grid;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}
.sec-06 .item {
  border: none;
}
.sec-06 .item h4 {
  border: 2px solid #1170cf;
}
/*Start Hover PC*/
@media (min-width: 768px) {
  .img-btn:hover,
  .btn:hover {
    opacity: .7;
  }
  .sec-06 .item:hover {
    opacity: .7;
  }
  .sec-06 .item:hover h4 {
    background: rgba(255, 255, 255, 0.4);
  }
}
/*End Hover PC*/
@media (max-width: 767px) {
  .sec-07 img,
  .sec-08 img {
    display: block;
    margin: auto;
  }
  .sec-06 .item h4 {
    border-width: 1px;
  }
}