@charset "UTF-8";

/*
font-family: 'Lato', sans-serif;
*/

#mvPage{
	background: rgb(191,215,228);
	background: linear-gradient(45deg, rgba(191,215,228,1) 0%, rgba(255,255,255,1) 100%);
	margin-top: 65px;  
}

#mvPage .mvInr{
	background: url(../images/mv.png) top 50% right no-repeat;
    background-size: 620px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
    width: 90%;
}

#mvPage .catchWrap{
	display: flex;
	justify-content: space-between;
}

#mvPage .catchWrap h1{
font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	max-width: 630px;
	width: 100%;
}

#mvPage .catchWrap h1 span{
	color: #181430;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    padding-left: 90px;
    margin-left: 10px;
}

#mvPage .catchWrap h1 span:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 76px;
    top: 50%;
    height: 1px;
    background-color: #181430;
}

#intro .headWrap{
	margin-bottom: 40px;
	text-align: center;
}

#intro .headWrap .blueBg{
	background: #47bbcc;
	color:#fff;
	margin-right: 15px;
	padding: 5px 0;
	text-align: center;
	width: 60px;
    display: inline-block;
}

#intro .headWrap .orangeBg{
	background: #f3632e;
	color:#fff;
	padding: 5px 0;
	text-align: center;
	width: 60px;
    display: inline-block;
}

#intro .text{
    max-width: 760px;
    margin: 0 auto 50px;
    width: 100%;	
}

#intro .scroll{
	margin: 0 auto;
	max-width: 900px;
}

#intro .scroll img{
	width: 100%;
}

#area01{
  position: relative;
  width: 100%;
}

#area01 .secInr{
	padding-bottom: 10px;
}

#area01:after{
	content: "";
    width: 100%;
    height: 80%;
    background: #f8f9fb;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;	
}

#area01 .flexBox{
	display: flex;
	justify-content: space-around;
}

#area01 .flexBox .detail{
	padding-right: 2%;
    width: 45%;
}

#area01 .flexBox .img{
	width: 40%;
}

#area01 .flexBox .img img{
	width: 100%;
}

.head01{
	font-size: 27px;
	font-size: 2.7rem;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 35px;
}

.head01 small{
	font-size: 24px;
	font-size: 2.4rem;
}

#area02 .flexBox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#area02 .flexBox .img{
	position: relative;
	width: 48%;
}

#area02 .flexBox .img img{
	border-radius: 15px;
	width: 100%;
}

#area02 .flexBox .img .icon{
	position: absolute;
    right: -89px;
    top: 50%;
    width: 180px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

#area02 .flexBox .detail{
	width: 42%;
}

#area02 .flexBox .detail .ttlWrap{
	margin-bottom: 40px;
}

#area02 .flexBox .detail .ttlWrap .blue{
	background: #47bbcc;
    color: #fff;
	display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
	font-weight: 500;
    margin-bottom: 6px;
    padding: 2px 15px;
    text-align: center;
}

#area02 .flexBox .detail .ttlWrap .head02{
	margin-bottom: 40px;
}

#area02 .flexBox.even .detail{ order:1;}
#area02 .flexBox.even .img{ order:2;}

#area02 .flexBox.even .img .icon{
	position: absolute;
    left: -89px;
    top: 50%;
    width: 180px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

#area03 .secInr{
	padding-top: 0;
}

#area03 .textWrap{
	margin-bottom: 50px;
	text-align: center;
} 

#area03 .textWrap .head01{
	font-size: 26px;
	font-size: 2.6rem;
	margin-bottom: 40px;
}

#area03 .textWrap .text{
    max-width: 760px;
    margin: 0 auto 50px;
    width: 100%;	
}

#area03 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#area03 ul li{
	background: url("../images/arrow.svg") no-repeat right center;
	background-size: 20px;
	padding: 0 25px;
	width: 33%;
}

#area03 ul li.last{
	background: none;
}

#area03 ul li img{
	display: block;
	max-width: 135px;
	margin: 0 auto 20px;
	width: 100%;
}

#area03 ul li .orange{
	color: #cd6836;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}

#area04{
	background: #f8f9fb;
}

#area04 .head03{
	margin-bottom: 40px;
	text-align: center;
}

#area04 .smallTtl{
	color: #181430;
    border: 1px solid #181430;
    border-radius: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 auto 40px;
    padding: 6px 20px;
    text-align: center;
    width: 260px;
}

#area04 .whiteArea{
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
	padding: 50px;
	display: flex;
	justify-content: center;
	position: relative;
	box-shadow: 1px 4px 5px -1px rgba(0,0,0,0.47);
	-webkit-box-shadow: 1px 4px 5px -1px rgba(0,0,0,0.47);
	-moz-box-shadow: 1px 4px 5px -1px rgba(0,0,0,0.47);
}

#area04 .whiteArea.w01:after{
	content:"通信";
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	color: #e5e5e5;
    font-weight: 500;
	left: 20px;
	top: 20px;
	font-size: 60px;
	position: absolute;
}

#area04 .whiteArea.w01 li{
	border-right: 1px solid #dddddd;
	text-align: center;
	width: 33.5%
}

#area04 .whiteArea.w01 li.last,
#area04 .whiteArea.w02 li.last{
	border-right: none;
}

#area04 .whiteArea li img {
    display: block;
    max-width: 135px;
    margin: 0 auto 20px;
    width: 100%;
}

#area04 .whiteArea li .orange{
	color: #cd6836;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

#area04 .orangeArea {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #f3632e;
    padding: 10px 2%;
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
	margin-bottom: 40px;
}

#area04 .orangeArea li{
	margin: 0 1%;
	width: 18%;
}

#area04 .orangeArea li img{
	width: 100%;
}

#area04 .whiteArea.w02 li{
	border-right: 1px solid #dddddd;
	text-align: center;
	width: 43.5%
}

#area04 .whiteArea li .blue{
	color: #47bbcc;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

#area04 .blueArea {
    background: #fff;
    border-radius: 5px;
    border: 2px solid #47bbcc;
    padding: 10px 10%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom: 60px;
}

#area04 .blueArea li{
	margin: 0 1%;
	width: 22%;
}

#area04 .blueArea li img{
	width: 100%;
}

#area04 .whiteArea.w02:after{
	content:"インフラ";
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	color: #e5e5e5;
    font-weight: 500;
	left: 20px;
	top: 20px;
	font-size: 60px;
	position: absolute;
}

#area04 .secInr .entryBtn{
	background: #e2753f;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 45px 20px;
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

#area04 .secInr .entryBtn:after{
	color: rgba(255,255,255,0.10);
    content: 'Entry';
    font-size: 70px;
    font-size: 7rem;
    font-family: 'Lato', sans-serif;
    position: absolute;
    transform: translate(124%, 20%);
    left: 0;
}
	
@media only screen and (max-width: 1100px) {

}

/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
	
#mvPage .mvInr {
    background-size: 460px;
}	
	
#area02 .flexBox .img .icon {
    right: -74px;
    width: 150px;
}
#area02 .flexBox.even .img .icon {
	left: -74px;
    width: 150px;
}
}	
/*------------------------------------for sp--*/
@media only screen and (max-width: 600px) {

.secInr {
    padding: 50px 0;
}	
	
#mvPage {
    margin-top: 56px;
}	
	
#mvPage .mvInr {
    background: url(../images/mv.png) top 60% right no-repeat;
    background-size: 190px;
    padding: 50px 0;
    width: 90%;
}
#mvPage .catchWrap h1 {
    font-size: 20px;
    font-size: 2.0rem;
}	
#mvPage .catchWrap h1 span {
    color: #181430;
    font-size: 12px;
    font-size: 1.0rem;
    position: relative;
    padding-left: 45px;
    margin-left: 0;
    display: block;
    margin-top: 5px;
}
#mvPage .catchWrap h1 span:before {
    width: 35px;
}	
	
#intro .scroll{
	margin-bottom: 10px;
	overflow-x: scroll;
    overflow-y: hidden;
	width: 100%;
}	
	
#intro .scroll img{	
    margin-bottom: 20px;
    width: 570px;
}
	
#intro .note.is-sp{
	color: #ccc;
	fotn-size: 9px;
	font-size: 0.9rem;
	text-align: center;
}	

#area01 .flexBox{
    display: block;	
}

#area01 .flexBox .detail{
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
}	
	
#area01 .flexBox .img {
    width: 70%;
    margin: 0 auto;
}
	
.head01 {
    font-size: 20px;
    font-size: 2.0rem;	
	margin-bottom: 20px;
	text-align: center;
}

.head01 small {
    font-size: 24px;
    font-size: 1.6rem;
}	

#area02 .flexBox{
	display: block;
}
	
#area02 .flexBox .img{
	margin-bottom: 50px;
	width: 100%;
}	

#area02 .flexBox .img .icon {
    position: absolute;
    right: calc(50% - 50px);
    top: calc(100% - 1px);
    width: 100px;
}
	
#area02 .flexBox.even .img .icon {
    position: absolute;
    left: calc(50% - 50px);
    top: calc(100% - 0px);
    width: 100px;
}		
	
#area02 .flexBox .detail{
	width: 100%;	
}

#area02 .flexBox .detail .ttlWrap {
    margin-bottom: 25px;
    text-align: center;
}	
	
#area02 .flexBox .detail .ttlWrap .blue {
    font-size: 14px;
    font-size: 1.4rem;
}

#area02 .flexBox .detail .ttlWrap .head02 {
    font-size: 18px;
    font-size: 1.8rem;
	margin-bottom: 0;
}		
	
#area03 .textWrap .head01 {
    font-size: 20px;
    font-size: 2.0rem;
}	
	
#area03 .textWrap .text{
	text-align: left;
}	
	
#area03 ul li {
    background: url(../images/arrow_sp.svg) no-repeat left 41px bottom;
    background-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
    padding: 0 0 25px;
    width: 100%;	
}	
#area03 ul li img{
	margin: 0 4% 0 0;
	width: 100px;
}	
#area03 ul li div{
	width: 71%;
}	
	
#area03 ul li div .orange{
    margin-bottom: 0px;
	text-align: left;	
}
	
#area03 ul li.last{
	margin-bottom: 0;
	padding-bottom: 0;
}	
	
#area04 .whiteArea li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}	

#area04 .whiteArea {
    padding: 30px 20px;
}
	
#area04 .whiteArea li img {
    margin: 0 6% 0 0;
    width: 26%;
}	
	
#area04 .whiteArea li > div{
	text-align: left;
	width: 68%;
}	
		
#area04 .whiteArea li .orange,
#area04 .whiteArea li .blue{
    font-size: 15px;
    font-size: 1.5rem;
	margin-bottom: 0;
}	
	
#area04 .whiteArea.w01:after,
#area04 .whiteArea.w02:after{
    font-size: 32px;
	right: 20px;
	opacity: 0.5;
}
	
#area04 .whiteArea {
    display: block;
}
	
#area04 .whiteArea.w01 li,
#area04 .whiteArea.w02 li{
    border-right: 0;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
	height: min-content;
}

#area04 .whiteArea.w01 li.last, 
#area04 .whiteArea.w02 li.last{
	border-bottom: 0;
	margin-bottom: 0;
    padding-bottom: 0;
}	
	
#area04 .orangeArea li {
    margin: 0 1%;
    width: 48%;
}	
	
#area04 .blueArea li {
    margin: 0 1%;
    width: 48%;
}	

#area04 .secInr .entryBtn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 25px 20px;
}
	
#area04 .secInr .entryBtn:after {
    font-size: 40px;
    font-size: 4rem;
    transform: translate(112%, 20%);
}	
}