@charset "UTF-8";

/* ------------------------------------------------
                    TOP
--------------------------------------------------- */

/* ////////// 共通 ////////// */

.ttl-line {
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 52px;
	font-weight: 500;
	line-height: 1;
}
.ttl-line .ttl-ja {
	margin-top: 15px;
	display: block;
	color: #95999c;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 500;
}

.ttl-line .line {
	height: 2px;
	display: block;
	background: #e82727;
	position: absolute;
	top: 25px;
	z-index: 1;
}

@media (max-width: 768px) {


	.ttl-line {
		padding-left: 3vw;
		font-size: 9vw;
	}
	.ttl-line .ttl-ja {
		margin-top: 2.6vw;
		font-size: 3.2vw;
	}

	.ttl-line .line {
		height: 1px;
		top: 4.4vw;
	}
    
}


/* ////////// MV ////////// */
.sec-mv {
	width: 100%;
	position: relative;
	z-index: 2;
}
.mv-slide-wrap {
	width: 100%;
	position: relative;
}
.slide-arrow {
	width: 56px;
	height: 56px;
	position: absolute;
	bottom: 20px;
	z-index: 5;
	cursor: pointer;
}
.arrow-prev {
	background-color: #e82727;
	background-image: url("../../img/common/icon_prev.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 26px;
	left: 5%;
}
.arrow-next {
	background-color: #e82727;
	background-image: url("../../img/common/icon_next.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 26px;
	left: calc(5% + 57px);
}


.slick-dots {
    position: absolute;
    bottom: 44px;
	left: 5%;

    display: block;
    width: 90%;
    padding: 0;
    margin: 0;
    list-style: none;
	text-align: right;
	z-index: 4;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 7px;
    height: 7px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 7px;
    height: 7px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before{
    line-height: 1;

    position: absolute;
    top: 0;
    left: 0;

    width: 7px;
    height: 7px;

    content: '';
    text-align: center;

    opacity: 1;
    background: #363636;
	border-radius: 50%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #e82727;
}

@media (max-width: 768px) {
	.slide-arrow {
		width: 7vw;
		height: 7vw;
		position: absolute;
		bottom: 4vw;
		z-index: 5;
		cursor: pointer;
	}
	.arrow-prev {
		background-color: #e82727;
		background-image: url("../../img/common/icon_prev.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 3.5vw;
		left: 5%;
	}
	.arrow-next {
		background-color: #e82727;
		background-image: url("../../img/common/icon_next.svg");
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 3.5vw;
		left: calc(5% + 7vw + 1px);
	}


	.slick-dots {
		position: absolute;
		bottom: 5vw;
		left: 5%;

		display: block;
		width: 90%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: right;
		z-index: 4;
	}
	.slick-dots li {
		width: 1vw;
		height: 1vw;
		margin: 0 0.6vw;
	}
	.slick-dots li button {
		width: 1vw;
		height: 1vw;
	}
	.slick-dots li button:before{
		width: 1vw;
		height: 1vw;
	}
    
}




/* ////////// VISION ////////// */
.sec-vision {
	width: 100%;
	padding: 80px 0 100px;
	position: relative;
	background: url("../../img/top/bg_vision.jpg") right 5% center no-repeat;
	background-size: 65%;
}
.sec-vision .txt {
	margin-top: 60px;
	line-height: 2.5;
	font-size: 15px;
}
@media (max-width: 768px) {
	.sec-vision {
		width: 100%;
		padding: 12vw 0 62vw;
		position: relative;
		background: url("../../img/top/bg_vision_sp.jpg") left bottom 8% no-repeat;
		background-size: 100%;
	}
	.sec-vision .txt {
		margin-top: 8vw;
		line-height: 2.5;
		font-size: 3.4vw;
	}
}




/* ////////// 特長 ////////// */
.sec-feature {
	width: 100%;
	padding: 80px 0 100px;
	position: relative;
}

.sec-feature h2 {
	text-align: center;
	position: relative;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 48px;
	font-weight: 500;
	line-height: 1;
}
.sec-feature h2 .ttl-ja {
	margin-top: 20px;
	display: block;
	color: #95999c;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 24px;
	font-weight: 500;
}

.feature-list {
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
}
.feature-list li {
	width: 48%;
	background: #f26d58;
	box-shadow: 0 0 15px rgba(205,169,173,0.8);
	position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.feature-list li a{
    display: block;
}
@media (min-width: 768px) {
    .feature-list li:hover{
        transform: scale(1.05);
    }
}
.feature-list .feature-img {
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: -55px;
}

.feature-list .btn-arrow {
	width: 100%;
	padding: 20px 46px 30px;
	display: block;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
}
.feature-list .feature-list-ttl {
	margin-bottom: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
.feature-list .feature-list-txt {
}

@media (max-width: 768px) {
    
	.sec-feature {
		width: 100%;
		padding: 12vw 0 12vw;
		position: relative;
	}

	.sec-feature h2 {
		font-size: 8.6vw;
	}
	.sec-feature h2 .ttl-ja {
		margin-top: 3vw;
		font-size: 3.2vw;
	}

	.feature-list {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.feature-list li {
		width: 100%;
		margin: 14vw auto 0;
		padding-top: 32vw;
	}
	.feature-list .feature-img {
		width: 76%;
		margin: 0 auto;
		position: absolute;
		top: -11vw;
		left: 12%;
	}
	.feature-list li:nth-child(2) {
		margin: 20vw auto 0;
		padding-top: 38vw;
	}
	.feature-list li:nth-child(2) .feature-img {
		width: 90%;
		margin: 0 auto;
		position: absolute;
		top: -13vw;
		left: 5%;
	}

	.feature-list .btn-arrow {
		width: 100%;
		padding: 4vw 10vw;
	}
	.feature-list .feature-list-ttl {
		margin-bottom: 2vw;
		font-size: 4vw;
	}
	.feature-list .feature-list-txt {
	}
}




/* ////////// SERVICE ////////// */
.sec-service {
	width: 100%;
	padding: 80px 0 20px;
	position: relative;
}
.service-list {
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.service-list li {
	width: 48%;
	margin-bottom: 80px;
	position: relative;
}
.service-list li::after {
	content: '';
	width: calc(100% - 50px);
	height: calc(100% - 20px);
	background: #f5f7f8;
	box-shadow: 0 0 15px rgba(205,169,173,0.8);
	position: absolute;
	top: 0;
	left: 30px;
	z-index: 1;
}
.service-list li .service-list-ttl {
	width: 100%;
	text-align: right;
	border-right: 2px solid #e82727;
	position: absolute;
	top: 0;
	right: 100%;
	transform: rotate(-90deg);
	transform-origin: right top;
	z-index: 2;
	color: #95999c;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}
.service-list li .service-list-ttl span {
	margin: 0 15px;
	font-size: 16px;
}
.service-list li .service-img {
	width: 75%;
	margin: 0 auto;
	position: relative;
	top: -30px;
	z-index: 2;
}
.service-list li a {
	margin: 20px 0 0 auto;
	position: relative;
	z-index: 2;
}

@media (max-width: 768px) {

	.sec-service {
		width: 100%;
		padding: 12vw 0;
		position: relative;
	}
	.service-list {
		width: 100%;
		margin: 0 auto 0;
		display: block;
	}
	.service-list li {
		width: 98%;
		margin: 13vw auto 0;
		position: relative;
	}
	.service-list li::after {
		content: '';
		width: calc(100% - 10vw);
		height: calc(100% - 4vw);
		position: absolute;
		top: 0;
		left: 6vw;
		z-index: 1;
	}
	.service-list li .service-list-ttl {
		width: 100%;
		font-size: 2.6vw;
	}
	.service-list li .service-list-ttl span {
		margin: 0 3vw;
		font-size: 3.2vw;
	}
	.service-list li .service-img {
		width: 72%;
		margin: 0 auto;
		position: relative;
		top: -5vw;
		z-index: 2;
	}
	.service-list li a {
		margin: 0 0 0 auto;
	}
}




/* ////////// GROUP ////////// */
.sec-group {
	width: 100%;
	padding: 80px 0 105px;
	position: relative;
}
.group-wrap {
	width: 100%;
	margin: 60px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.group-img {
	width: 55%;
	position: relative;
}
.group-link {
	width: 34%;
	position: absolute;
}
/*
.group-link.link-aps {
	width: 42%;
	top: 0;
	right: 15%;
}
*/

.group-link.link-aps {
	width: 42%;
	top: 16%;
	right: 3%;
}
.group-link.link-systemio {
	top: 16%;
	left: 4%;
}
/*
.group-link.link-vlm {
	top: 33%;
	right: 0;
}
*/
.group-link.link-vlm {
	top: auto;
	right: 5%;
	bottom: 20%;
}
.group-link.link-bigal {
	bottom: 20%;
	left: 0;
}
.group-link.link-netvalue {
	bottom: 5%;
	right: 20%;
}

.group-txt-wrap {
	width: 42%;
}
.group-ttl {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 700;
}
.group-txt {
	line-height: 2.5;
	font-size: 15px;
	font-weight: 700;
}

.group-txt-wrap a {
	margin: 30px 0 0 auto;
}
@media (max-width: 768px) {
    
	.sec-group {
		width: 100%;
		padding: 12vw 0;
		position: relative;
	}
	.group-wrap {
		width: 100%;
		margin: 12vw auto 0;
		display: block;
	}
	.group-img {
		width: 100%;
		margin-bottom: 5vw;
	}
	.group-txt-wrap {
		width: 100%;
	}
	.group-ttl {
		margin-bottom: 4vw;
		font-size: 5vw;
	}
	.group-txt {
		font-size: 3.4vw;
	}

	.group-txt-wrap a {
		margin: 5vw 0 0 auto;
	}
}


/* ////////// NEWS ////////// */
.sec-news {
	width: 100%;
	padding: 80px 0 100px;
	position: relative;
}
.news-wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.news-wrap h2 {
	width: 300px;
}
.news-wrap .news-list-wrap {
	width: calc(100% - 300px);
}
.news-list {
	width: 100%;
	border-top: 1px solid #d6dadc;
}
.news-list li {
	width: 100%;
	padding: 20px 40px;
	border-bottom: 1px solid #d6dadc;
}
.news-list li a {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.news-list li a .news-date {
	width: 100px;
	color: #95999c;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.news-list li a .news-cat {
	padding: 6px 20px;
	display: inline-block;
	border: 1px solid #e82727;
	border-radius: 20px;
	color: #e82727;
	font-size: 12px;
	line-height: 1;
}
.news-list li a .news-ttl {
	width: 100%;
	margin-top: 10px;
	font-size: 15px;
}


@media (max-width: 768px) {
	.sec-news {
		width: 100%;
		padding: 12vw 0;
	}
	.news-wrap {
		width: 100%;
		margin: 0 auto;
		display: block;
	}
	.news-wrap h2 {
		width: 100%;
	}
	.news-wrap .news-list-wrap {
		width: 100%;
		margin-top: 8vw;
	}
	.news-list {
	}
	.news-list li {
		width: 100%;
		padding: 3vw 6vw;
	}
	.news-list li a {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.news-list li a .news-date {
		width: 20vw;
	}
	.news-list li a .news-cat {
		padding: 1vw 3vw;
		border-radius: 6vw;
		font-size: 2.6vw;
	}
	.news-list li a .news-ttl {
		width: 100%;
		margin-top: 1vw;
		font-size: 3.2vw;
	}
}


