@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 84vw;
	overflow: hidden;
	padding-top: 1em;
	position: relative;
	z-index: 0;
}

#visual picture img {
	max-width: 400%;
	height: 84vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual h2 img {
	height: 46vw;
}

#visual .sp {
	width: 19vw;
	height: 18.5vw;
	margin-left: auto;
	padding-top: 1vw;
	border-radius: 5px 0 0 5px;
	background: #fff;
}

#visual .sp img {
	width: 16vw;
	height: 16vw;
}

/* ---------------------------------------------------------
	CSS Document cv
--------------------------------------------------------- */

.cv {
	padding: 10vw 5vw;
	background: #002774 url(/pt/images/cv2_bg.png) top;
	color: #fff;
}

.cv .cv_01 {
	display: flex;
	justify-content: center;
	margin-bottom: 2vw;
	font-weight: 600;
	font-size: 4vw;
	line-height: 9vw;
	position: relative;
	z-index: 2;
}

.cv .cv_01 img {
	width: auto;
	height: 9vw;
}

.cv .cv_01 span {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.5em;
}

.cv .cv_02 {
	margin-bottom: 4vw;
}

.cv .cv_02 img {
	height: 13vw;
}

.cv .cv_03 {
	margin-bottom: 2vw;
	font-weight: 600;
}

.cv .cv_04 {
	font-size: 3vw;
}

/* ---------------------------------------------------------
	CSS Document top_info
--------------------------------------------------------- */

#top_info {
	margin-bottom: 10vw;
	padding: 5vw;
	background: #0b3a86 url(../top/media_bg.jpg) top;
	text-align: justify;
	font-size: 0;
	color: #fff;
}

#top_info h2 {
	margin-bottom: 2vw;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.4;
}

#top_info ul {
	margin-bottom: 15px;
}

#top_info ul li {
	margin-left: 1.6em;
	font-size: 3.5vw;
	list-style: disc;
}

#top_info p {
	padding: 2vw;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	font-weight: bold;
	font-size: 4vw;
	line-height: 1.4;
	color: #ffc000;
}

/* ---------------------------------------------------------
	CSS Document service
--------------------------------------------------------- */

#service {
	overflow: hidden;
	margin-bottom: 15vw;
	padding: 13vw 5vw 5vw;
	background: #e5f3fd;
	position: relative;
	z-index: 0;
}

#service .bg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

#service h2 {
	margin-bottom: 8vw;
	padding-bottom: 5vw;
	background: url(../top/service_01.png) no-repeat bottom / 90% auto;
	font-weight: 700;
	font-size: 4.5vw;
	line-height: 1.8;
	color: #010101;
}

#service h2 .ja {
	display: block;
	background: url(../top/service_02.png) no-repeat bottom / 5em auto;
	font-size: 6vw;
	color: #002874;
}

#service .section {
	margin-bottom: 10vw;
}

#service .section figure {
	text-align: right;
}

#service .section figure img {
	height: 41vw;
}

#service .section .row {
	margin-top: -5vw;
	padding: 10vw 5vw 5vw;
	background: #f5f5f5;
	box-shadow: 0 5px 10px rgba(11, 67, 140, 0.2);
	text-align: left;
	font-size: 3.5vw;
	line-height: 1.7;
}

#service h3 {
	display: inline-block;
	vertical-align: top;
	height: 10.5vw;
	margin-bottom: 3vw;
	padding: 0 1em;
	background: #0b438c;
	font-weight: 700;
	font-size: 5vw;
	line-height: 10vw;
	color: #fff;
}

#service .copy {
	margin-bottom: 5vw;
	font-weight: 700;
	font-size: 4vw;
	line-height: 1.2;
	color: #0b438c;
}

#service .copy span {
	display: inline-block;
	font-size: 5vw;
	position: relative;
	z-index: 0;
}

#service .copy span:before {
	content: '';
	width: 100%;
	height: 12px;
	background: linear-gradient(to right, #fcfcab 0%, #f6ff12 50%);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#service .copy span i {
	font-style: normal;
	font-size: 4vw;
}

#service .section p {
	margin-bottom: 3vw;
	color: #010101;
}

#service .section p .em {
	font-weight: 700;
	font-size: 4vw;
	color: #0b438c;
}

#service .section p .mini {
	font-weight: 700;
	color: #0b438c;
}

#service .section ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 4vw;
	text-align: center;
	font-weight: 600;
	font-size: 3vw;
	line-height: 1.4;
	color: #0b438c;
}

#service .section li {
	padding: 3vw 3.5vw;
	background: #fff;
	box-shadow: 0 3px 5px rgba(11, 67, 140, 0.8);
}

#service .section li img {
	height: 10vw;
	margin-bottom: 5px;
}

#service .more {
	text-align: right;
}

#service .more a {
	display: inline-block;
	vertical-align: top;
	height: 8vw;
	padding: 0 1em 0 1.5em;
	border-radius: 8vw;
	background: linear-gradient(to bottom, #e60023 50%, #f31c13 50%);
	box-shadow: 0 3px 7px rgba(11, 67, 140, 0.2);
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	font-size: 3.5vw;
	line-height: 8vw;
	color: #fff;
}

#service .more a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 4vw;
	height: 8vw;
	background: url(../top/service_09.svg) no-repeat right / auto 3vw;
}

/* ---------------------------------------------------------
	CSS Document top_banner
--------------------------------------------------------- */

#top_banner {
	margin-bottom: 12vw;
	font-size: 0;
}

#top_banner li {
	margin-bottom: 4vw;
}

#top_banner img {
	height: 45.16435897435897vw;
}

/* ---------------------------------------------------------
	CSS Document reason
--------------------------------------------------------- */

#reason {
	margin: 0 20px 60px;
	font-size: 0;
}

#reason h2 {
	margin-bottom: 15px;
	font-size: 4.5vw;
	line-height: 1.5;
	color: #000;
}

#reason h2 .en {
	display: block;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 4vw;
	letter-spacing: 1px;
	color: #143b7b;
}

#reason ul {
	display: flex;
	flex-wrap: wrap;
}

#reason li {
	width: 50%;
	padding: 30px;
	border: solid 1px #fff;
	background: #f5f5f5;
}

/* ---------------------------------------------------------
	CSS Document reason > modal
--------------------------------------------------------- */

#reason_modal {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	line-height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
}

#reason_modal .modal {
	display: none;
	vertical-align: middle;
	width: 90%;
	line-height: 1;
}

#reason_modal .modal.show {
	display: inline-block;
}

#reason_modal .empty,
#reason_modal .prev,
#reason_modal .next {
	display: none;
}

#reason_modal .section {
	padding: 30px;
	background: #fff;
}

#reason_modal figure {
	margin-bottom: 15px;
}

#reason_modal figure img {
	height: 20vw;
}

#reason_modal .f29 {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.4;
	color: #000;
}

#reason_modal .red {
	font-weight: bold;
	font-size: 6vw;
	line-height: 1;
	color: #000;
}

#reason_modal .red .big {
	font-size: 8vw;
}

#reason_modal .red i {
	font-style: normal;
	font-size: 10vw;
}

#reason_modal h3 {
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #969696;
	font-weight: bold;
	font-size: 4.5vw;
	line-height: 1.4;
	color: #143b7b
}

#reason_modal p {
	margin-top: 15px;
	text-align: left;
	font-size: 3vw;
	line-height: 1.5;
}

#reason_modal ul {
	margin-top: 20px;
}

#reason_modal li a {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	padding: 0 6vw;
	border-radius: 5px;
	background: #143b7b;
	text-decoration: none;
	font-weight: 500;
	font-size: 3vw;
	letter-spacing: 2px;
	line-height: 40px;
	color: #fff;
}

#reason_modal li a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 20px;
	height: 100%;
	margin: 0 -5px 0 5px;
	background: url(../top/reason_arrow.png) no-repeat left / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document flow
--------------------------------------------------------- */

#flow {
	margin: 15vw 20px;
}

#flow h2 {
	margin-bottom: 20px;
	font-size: 6vw;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #000;
}

#flow h2 .en {
	display: block;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 4vw;
	letter-spacing: 1px;
	color: #143b7b;
}

#flow p.nth1 {
	margin-bottom: 30px;
}

#flow .section {
	margin-bottom: 20px;
	padding: 59vw 0 20px;
	background: #f5f5f5;
	position: relative;
}

#flow .section figure {
	width: 100%;
	height: 54.20072463768116vw;
	position: absolute;
	top: 0;
	left: 0;
}

#flow .section figure img {
	width: 100%;
}

#flow .section i {
	display: block;
	margin-bottom: 10px;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height: 1;
	color: #143b7b;
}

#flow .section dl {
	padding: 0 20px;
	text-align: left;
}

#flow .section dt {
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 4vw;
	letter-spacing: 2px;
	line-height: 1;
	color: #000;
}

#flow .section dd a {
	display: block;
	width: 180px;
	height: 35px;
	margin: 15px auto 0;
	border-radius: 6px;
	background: #143b7b;
	text-align: center;
	text-decoration: none;
	font-weight: 500;
	font-size: 3vw;
	line-height: 35px;
	color: #fff;
}

#flow .section dd a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 16px;
	height: 100%;
	margin: 0 -10px 0 5px;
	background: url(../top/reason_arrow.png) no-repeat left / 100% auto;
}

/* ---------------------------------------------------------
	CSS Document hdd_tel
--------------------------------------------------------- */

.hdd_tel {
	padding: 40px 0;
	background: #f5f5f5;
}

.hdd_tel p {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 4.5vw;
	line-height: 1.7;
	letter-spacing: 1px;
	color: #000;
}

.hdd_tel address {
	margin-bottom: 15px;
}

.hdd_tel address a {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	padding-left: 40px;
	background: url(/include/images/h_tel_pc.png) no-repeat left / auto 20px;
	text-decoration: none;
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 8vw;
	letter-spacing: 1px;
	line-height: 36px;
	color: #000;
}

.hdd_tel ul {
	display: flex;
	justify-content: center;
}

.hdd_tel li {
	width: 40%;
	height: 40px;
	margin: 0 5px;
	border: solid 1px #e89006;
	font-weight: 500;
	font-size: 4vw;
	line-height: 38px;
	letter-spacing: 1px;
	color: #e89006;
}

/* ---------------------------------------------------------
	CSS Document hdd_application
--------------------------------------------------------- */

.hdd_application li {
	padding: 20px 0;
	background: url(/include/images/h_tel_pc.png) no-repeat left / auto 20px;
	font-size: 0;
}

.hdd_application li:nth-of-type(1) {
	background: #2d538f url(/hdd/include/hdd/hdd_application_03.jpg) no-repeat center / 100% auto;
}

.hdd_application li:nth-of-type(2) {
	background: #93363f url(/hdd/include/hdd/hdd_application_04.jpg) no-repeat center / 100% auto;
}

.hdd_application img {
	height: 34vw;
}

/* ---------------------------------------------------------
	CSS Document photo
--------------------------------------------------------- */

#photo .section {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#photo figure {
	width: 33.3333333333333vw;
}

#photo figure:nth-child(n + 7) {
	display: none;
}

#photo figure img {
	width: 100%;
	height: 22.31974358974359vw;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case {
	margin: 60px 20px;
	font-size: 0;
}

#case h2 {
	margin-bottom: 20px;
	font-size: 6vw;
	letter-spacing: 2px;
	line-height: 1.5;
	color: #000;
}

#case h2 .en {
	display: block;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 4vw;
	letter-spacing: 1px;
	color: #143b7b;
}

#case p.nth1 {
	margin-bottom: 15px;
	font-size: 14px;
}

#case .list li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-bottom: 15px;
}

#case .list li:nth-child(odd) {
	margin-right: 4%;
}

#case .find {
	background: #f5f5f5;
	position: relative;
}

#case .find dd {
	position: relative;
	z-index: 1;
}

#case .find dd {
	padding: 15px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
	color: #fff;
	position: relative;
	z-index: 2;
}

#case .find dd span:first-child {
	display: block;
	width: 90px;
	height: 20px;
	margin-bottom: 10px;
	background: #ddd;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 21px;
	color: #fff;
}

#case .cat_hdd dd span:first-child {
	background: #0064c2;
}

#case .cat_nas dd span:first-child {
	background: #75c210;
}

#case .cat_server dd span:first-child {
	background: #ff7e42;
}

#case .cat_usb_memory dd span:first-child {
	background: #fc50b6;
}

#case .cat_ssd dd span:first-child {
	background: #a00acb;
}

#case .cat_flash_memory dd span:first-child {
	background: #11adc3;
}

#case .cat_hdd-digital dd span:first-child {
	background: #0c3994;
}

#case .cat_logical dd span:first-child {
	background: #ff3e3f;
}

#case .find dd a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	color: #000;
}

#case .find dd span:last-child {
	display: none;
}

#case .btn {
	margin-top: 10px;
}

#case .btn li a {
	display: block;
	height: 54px;
	border-radius: 54px;
	border: solid 1px #0064c2;
	background: #0064c2;
	text-decoration: none;
	font-size: 16px;
	line-height: 54px;
	color: #fff;
	position: relative;
}

#case .btn li a:before {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
}

/* ---------------------------------------------------------
	CSS Document special
--------------------------------------------------------- */

#special {
	margin-bottom: 60px;
	padding: 50px 20px 20px;
	background: #0b3a86 url(../top/media_bg.jpg) top;
	color: #fff;
}

#special h2 {
	margin-bottom: 20px;
	font-size: 6vw;
	letter-spacing: 2px;
	line-height: 1.5;
}

#special h2 .en {
	display: block;
	font-family: Roboto, sans-serif;
	font-style: italic;
	font-size: 4vw;
	letter-spacing: 1px;
	color: #17bebb;
}

#special p {
	margin-bottom: 20px;
}

#special .flex {
	display: flex;
	justify-content: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#special dl {
	width: 48%;
	height: 27.52487922705314vw;
	margin-bottom: 4%;
	position: relative;
	z-index: 0;
}

#special dl:after {
	content: '';
	width: 20px;
	height: 4vw;
	background: url(../top/reason_arrow.png) no-repeat right / 100% auto;
	position: absolute;
	right: 10px;
	bottom: 14px;
	z-index: 1;
}

#special dt {
	height: 27.52487922705314vw;
	position: absolute;
	top: 0;
	right: 0;
}

#special dd a {
	text-decoration: none;
	font-weight: bold;
	font-size: 3.5vw;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	left: 10px;
	bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document company
--------------------------------------------------------- */

#company {
	margin: 0 20px 60px;
}

#company .find {
	margin-bottom: 30px;
	text-align: left;
}

#company .find figure {
	margin-bottom: 10px;
	background: #f5f5f5;
	text-align: center;
}

#company .flex2 figure {
	height: 42vw;
}

#company .flex3 figure {
	height: 33.42391304347826vw;
	font-size: 0;
	line-height: 33.42391304347826vw;
}

#company .flex3 figure img {
	vertical-align: middle;
}

#company .name a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 5vw;
	line-height: 30px;
	color: #143b7b;
	position: relative;
}

#company .name a:after {
	content: '';
	width: 25px;
	height: 25px;
	background: url(../top/company_arrow.png) no-repeat left / 100% auto;
	position: absolute;
	right: 0;
	top: 0;
}

/* ---------------------------------------------------------
	CSS Document news
--------------------------------------------------------- */

#news {
	padding: 30px 20px;
	background: #143b7b;
	color: #fff;
}

#news dt {
	font-weight: bold;
	font-size: 5vw;
	letter-spacing: 2px;
}

#news dd {
	margin: 10px 0 20px;
	letter-spacing: 1px;
}

#news dd a {
	text-decoration: none;
	color: #fff;
}

#news li a {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 40px;
	border-radius: 7px;
	border: solid 1px #fff;
	text-decoration: none;
	font-size: 3vw;
	line-height: 38px;
	color: #fff;
	position: relative;
}

#news li a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 20px;
	height: 100%;
	margin: 0 -10px 0 10px;
	background: url(../top/reason_arrow.png) no-repeat left / 100% auto;
}
