﻿@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------

  top

----------------------------------------------------------------------------------------------------*/


/* top-mv
--------------------------------------------------*/
.top .top-mv {
  padding-top: 140px;
  display: table;
  width: 100%;
  /*height: 740px;*/
  background: url("../img/index/top-mv-img01.jpg") top center no-repeat;
  background-size: cover;
}

  .top .top-mv .text-area {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
  }

    .top .top-mv .mv-text01 {
      font-weight: bold;
      font-size: 40px;
      line-height: 1.6em;
    }
    .top .top-mv .mv-text02 {
      margin-top: 45px;
      font-weight: bold;
      font-size: 80px;
    }
    .top .top-mv .mv-text03 {
      margin-top: 50px;
      font-weight: bold;
      font-size: 34px;
    }
    .top .top-mv .mv-text04 {
			background: rgba(255,255,255,0.8);
			color: #000;
      font-size: 30px;
      line-height: 1.4;
			max-width: 1200px;
			margin: 3% auto 0;
			padding: 0.8em;
    }

@media screen and (max-width:960px){

	.top .top-mv .mv-text01 {
		line-height: 2.8em;
	}
	.top .top-mv .mv-text02 {
		font-size: 9vw;
	}
	.top .top-mv .mv-text03 {
		font-size: 3.8vw;
	}
	.top .top-mv .mv-text04 {
		font-size: 3vw;
	}
}


@media screen and (max-width:768px){
  
.top .top-mv {
  padding-top: 100px;
  /*height: 420px;*/
  background: url("../img/index/sp-top-mv-img01.jpg") center center no-repeat;
  background-size: cover;
}
  
  .top .top-mv .text-area {
    padding: 0 20px;
  }
  
    .top .top-mv .mv-text01 {
      font-size: 4vw;
      line-height: 1.6em;
    }
    .top .top-mv .mv-text02 {
      margin-top: 20px;
      font-size: 8.6vw;
    }
    .top .top-mv .mv-text03 {
      margin-top: 20px;
      font-size: 5vw;
      line-height: 1.3em;
    }
    .top .top-mv .mv-text04 {
			margin: 6% -20px 0;
      font-size: 3.4vw;
    }

  .top .top-mv .btn-area {
    margin-top: 30px;
    display: block;
  }

    .top .top-mv .btn {
      margin: 14px 0 0 0;
      width: 100%;
      height: 50px;
    }
		.top .top-mv .btn02 {
			height: 52px;
		}
  
}



/* t-button
--------------------------------------------------*/
.t-button {
	display: table;
	width: 100%;
	position: relative;
}
.t-button.btn01,
.t-button.btn02 {
	height: 130px;
}
.t-button.btn03 {
	height: 110px;
}
.t-button.btn04 {
	height: 100px;
}
.t-button::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50vh;
}
.t-button.btn01::before {
  background-color: #004499;
}
.t-button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%) rotate(45deg);
  width: 9px;
  height: 9px;
}
.t-button.btn01::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.t-button.btn02::after {
  border-top: 2px solid #004499;
  border-right: 2px solid #004499;
}
.t-button.btn03::after {
  border-top: 2px solid #ffe25b;
  border-right: 2px solid #ffe25b;
}
.t-button.btn04::after {
  border-top: 2px solid #7aa0d0;
  border-right: 2px solid #7aa0d0;
}

.t-button .btn-inner {
	box-sizing: inherit;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	border-radius: 7px;
	box-shadow: none;
}
.t-button.btn01 .btn-inner {
	color: #000;
	font-size: 30px;
	background: #fff;
	border: 2px solid #00316d;
}
.t-button.btn02 .btn-inner {
	color: #fff;
	font-size: 30px;
	background: #004499;
	border: 2px solid #004499;
}
.t-button.btn03 .btn-inner {
	color: #000;
	font-size: 30px;
	background: #ffe25b;
	border: 2px solid #eea200;
}
.t-button.btn03 .btn-inner span {
	font-weight: normal;
	font-size: 28px;
}
.t-button.btn04 .btn-inner {
	color: #fff;
	font-size: 34px;
	background: #7aa0d0;
	border: 2px solid #638fc7;
}

@media screen and (max-width:768px){
	.t-button.btn01,
	.t-button.btn02 {
		height: 70px;
	}
	.t-button.btn03 {
		height: 70px;
	}
	.t-button.btn04 {
		height: 70px;
	}
	.t-button::before {
		right: 10px;
		width: 15px;
		height: 15px;
	}
	.t-button::after {
		right: 15px;
		width: 6px;
		height: 6px;
	}
	.t-button.btn01 .btn-inner {
		font-size: 3.6vw;
	}
	.t-button.btn02 .btn-inner {
		font-size: 3.6vw;
	}
	.t-button.btn03 .btn-inner {
		font-size: 3.6vw;
	}
	.t-button.btn03 .btn-inner span {
		font-size: 3vw;
	}
	.t-button.btn04 .btn-inner {
		font-size: 3.6vw;
	}
}


/* top-about
--------------------------------------------------*/
.top .top-about .btn-area {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.top .top-about .btn-area + .btn-area {
	display: block;
	margin-top: 2%;
}
.top .btn-area p {
	width: 49%;
}
.top .btn-area + .btn-area p {
	width: 100%;
}

@media screen and (max-width:768px){
	.top-about .btn-area {
		padding-left: 10px;
		padding-right: 10px;
	}
}


/* top-problems
--------------------------------------------------*/
.top .top-problems {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 10%;
}
.top .probbox {
	border: #004499 1px solid;
	background: url("../img/index/problems.png") right bottom no-repeat;
	background-size: contain;
	text-align: center;
	padding: 50px;
	margin-bottom: 5%;
}
.top .probbox h3 {
	font-size: 50px;
	font-weight: 900;
	color: #004499;
	line-height: 1.4;
	display: inline-block;
	background: #fff;
	margin: -2.5em auto 1em;
}
.top .probbox h3 span {
	font-size: 40px;
	font-weight: normal;
	color: #000;
}
.top .probbox ul {
	text-align: left;
}
.top .probbox ul li {
	margin-left: 2em;
	font-size: 30px;
	line-height: 1.4;
	font-weight: 700;
	padding-left: 10px;
	position: relative;
}
.top .probbox ul li::before {
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url("../img/index/check.png") no-repeat;
	background-size: contain;
	position: absolute;
	right: 100%;
	top: 8px;
}
.top .probbox ul li em {
	font-style: normal;
	font-size: 36px;
	font-weight: bold;
	color: #004499;
}
.top .probbox ul li + li {
	margin-top: 0.5em;
}

.top .arrowbox {
	text-align: center;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.2;
	color: #004499;
	background: url("../img/index/arrow.png") center center no-repeat;
	background-size: contain;
	padding: 5% 0;
}

@media screen and (max-width:768px){
	.top .probbox {
		background: url("../img/index/problems_sp.png") right bottom no-repeat;
		background-size: auto;
		padding: 20px 20px 100px;
		margin-bottom: 5%;
	}
	.top .probbox h3 {
		font-size: 5.5vw;
		margin: -2.5em auto 1em;
	}
	.top .probbox h3 span {
		font-size: 5vw;
	}
	.top .probbox ul li {
		font-size: 4vw;
		line-height: 1.4;
		font-weight: 700;
		padding-left: 10px;
		position: relative;
	}
	.top .probbox ul li::before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url("../img/index/check.png") no-repeat;
		background-size: contain;
		position: absolute;
		right: 100%;
		top: 8px;
	}
	.top .probbox ul li em {
		font-style: normal;
		font-size: 5vw;
		font-weight: bold;
		color: #004499;
	}
	.top .arrowbox {
		font-size: 7vw;
		padding: 10% 0;
	}
}


/* top-reason
--------------------------------------------------*/
.top .top-reason {
  padding: 100px 20px 0 0;
  position: relative;
  overflow: hidden;
}

.top .top-reason .card {
	background: url("../img/index/top-reason-img.jpg") center center no-repeat;
	background-size: cover;
	border: #024564 1px solid;
}
.top .top-reason .text-area {
	width: 70%;
	background-color: rgba(0,55,123,0.6);
	margin-top: 6%;
	color: #fff;
	padding: 0 0 3% 3%;
}

.top .top-reason .text01 {
	line-height: 2.0em;
}
.top .top-reason .btn-area {
	margin-top: 2%;
}


@media screen and (max-width:768px){
  .top .top-reason {
    padding: 20% 0 0 0;
    position: relative;
  }
  
  .top .top-reason .img-area {
    margin-top: 10px;
  }

  .top .top-reason img {
    height: 240px;
  }
	.ttl-area .ttl-main {
		font-size: 6vw;
	}
  .top .top-reason .text-area {
    width: 85%;
  }

  .top .top-reason .text01 {
    line-height: 1.8em;
    margin-top: 10px;
  }

  .top .top-reason .btn-area {
    margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
  }
  
}



/* top-service
--------------------------------------------------*/
.top .top-service {
	margin-top: -40px;
	padding: 60px 0 0 0;
	position: relative;
	overflow: hidden;
}

.top .top-service .ttl-area {
  margin-bottom: 50px;
  position: relative;
  z-index: 111;
}

.top .top-service .ttl-main {
	color: #004499;
	font-size: 50px;
}

.top .top-service .sec-main {
  max-width: 1200px;
	margin: 0 auto;
}

.top .top-service .sec-block {
  margin-bottom : 100px;
}

.top .top-service .parts02 .parts-ttl .parts-ttl-main {
	font-size: 44px;
}

.parts02 .parts-main {
  min-height: 350px;
	margin-bottom: 2%;
	border: rgba(0,0,0,1.00) 2px solid;
}
.top .top-service .sec-block01 .parts-main {
	background: url("../img/index/top-service-img01.jpg") center center no-repeat;
	background-size: cover;
}
.top .top-service .sec-block02 .parts-main {
	background: url("../img/index/top-service-img02.jpg") center center no-repeat;
	background-size: cover;
}
.top .top-service .sec-block03 .parts-main {
	background: url("../img/index/top-service-img03.jpg") center center no-repeat;
	background-size: cover;
}
.top .top-service .sec-block04 .parts-main {
	background: url("../img/index/top-service-img04.jpg") center center no-repeat;
	background-size: cover;
}
.parts02 .parts-ttl {
	background: rgba(0,55,123,0.6);
	margin-right: 8%;
	padding: 0 20px 50px;
	height: 200px;
}
.parts02 .text-area {
	position: absolute;
	top: auto;
	bottom: 0;
	background: none;
}
.parts02 .text-main {
	width: 80%;
	max-width: 810px;
	min-height: 200px;
	padding: 50px 20px 50px 40px;
	background: rgba(255,255,255,0.9);
}
.parts02 .text-main .text03 {
  margin-top: 0;
}
.parts02 .text-main .block {
  padding: 0;
}
.parts02 .text-main .text-list {
	font-size: 20px;
	padding: 0 0 0 20px;
}
.parts02 .text-main .text-list + .text-list {
	margin-top: 0.8em;
}
.parts02 .text-main .text-list::before {
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
}

@media screen and (max-width:768px){
	.top .top-service {
		margin-top: 0;
		padding: 5% 0 0 0;
	}
	
	.top .top-service .ttl-area {
		margin-bottom: 5%;
	}
	.top .top-service .ttl-main {
		font-size: 6vw;
	}
	
	.top .top-service .sec-block {
		margin-bottom : 10%;
	}

	.top .top-service .parts02 .parts-ttl .parts-ttl-main {
		font-size: 6vw;
	}

	.parts02 .parts-main {
		min-height: 100vw;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 3%;
	}
	.top .top-service .sec-block01 .parts-main {
		background: url("../img/index/sp-top-service-img01.jpg") center center no-repeat;
		background-size: cover;
	}
	.top .top-service .sec-block02 .parts-main {
		background: url("../img/index/sp-top-service-img02.jpg") center center no-repeat;
		background-size: cover;
	}
	.top .top-service .sec-block03 .parts-main {
		background: url("../img/index/sp-top-service-img03.jpg") center center no-repeat;
		background-size: cover;
	}
	.top .top-service .sec-block04 .parts-main {
		background: url("../img/index/sp-top-service-img04.jpg") center center no-repeat;
		background-size: cover;
	}
	
	.parts02 .parts-ttl {
		margin-right: 0;
		padding: 20px;
		height: auto;
	}
	.parts02 .text-main {
		width: 90%;
		min-height: auto;
		padding: 20px;
	}
	.parts02 .text-main .text-list {
		font-size: 4vw;
		padding: 0 0 0 15px;
	}
	.parts02 .text-main .text-list + .text-list {
		margin-top: 0.8em;
	}
	.parts02 .text-main .text-list::before {
		position: absolute;
		top: 5px;
		width: 10px;
		height: 10px;
	}
	
	.top .top-service .btn-area {
		padding-left: 10px;
		padding-right: 10px;
  }

}



/* top-casestudy
--------------------------------------------------*/
.top .top-casestudy {
  overflow: hidden;
	padding-top: 50px;
	margin-top: 50px;
  margin-bottom: 40px;
  position: relative;
}

.top .top-casestudy .ttl-area {
  position: relative;
  z-index: 111;
}

.top .top-casestudy .ttl-main {
	color: #004499;
	font-size: 44px;
}

.top .top-casestudy .card-area {
  margin-top: 60px;
  background: #fff;
}

.top .top-casestudy .inner > .btn-area {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


@media screen and (max-width:768px){
  
	.top .top-casestudy {
		overflow: hidden;
		padding: 30px 0 0 0;
		margin-bottom: 0;
		background: linear-gradient(90deg, rgba(235,240,247,0) 10%, rgba(235,240,247,1) 10%);
	}
	.top .top-casestudy .ttl-area {
		position: relative;
		z-index: 111;
	}
	.top .top-casestudy .ttl-main {
		font-size: 6vw;
	}
	.top .top-casestudy .card-area {
		padding-bottom: 1px;
		margin-top: 20px;
		background: #fff;
	}
	.top .top-casestudy .btn-area {
		padding-left: 10px;
		padding-right: 10px;
  }
}



/* top-movie
--------------------------------------------------*/
.top .top-movie {
	text-align: center;
	margin: 60px 0 120px;
}
.top .top-movie .mov-area {
	margin-top: 30px;
}
.top .top-movie .ttl-sub {
	font-size: 40px;
}
.top .top-movie .btn-area {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 3%;
}

@media screen and (max-width:768px) {
	.top .top-movie{
		margin: 20px 0 60px;
	}
	.top .top-movie .mov-area{
		margin-top: 20px;
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.top-movie .mov-area iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}
	.top .top-movie .ttl-sub {
		font-size: 5vw;
	}
	.top .top-movie .btn-area {
		padding-left: 10px;
		padding-right: 10px;
	}
}





