@charset "utf-8";
/* CSS Document */

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}


@media screen and (min-width: 601px) and (max-width: 1080px) {
}


html{
  scroll-behavior: smooth;
}


body{
	width:100%;
	overflow-x:hidden;
}


	
/*==========================================
 ヘッダー
===========================================*/

header{
	width:100%;
	background:#fff;
	position:relative;
	z-index:9999999;
	height:70px;
}


.head_content{
	width:92%;
	max-width:1400px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
	align-items: center;
}

.head_logo{
	position:absolute;
	top:5px;
	left:5%;
}
.head_logo a:hover{
	opacity:0.7;
}
.head_logo img{
	width:100px;
}

.head_navi_wrap{
	position:absolute;
	right:5%;
	top:18px;
}



@media screen and (max-width: 768px){

.body_wrap{
	max-width:100%;
	overflow-x:hidden;
}

button{
	border:none;
	background:rgba(255,255,255,0);
}
.menu,
.menu span {
-webkit-transition:all .4s;
transition: all .4s;
}

.menu {
	position:absolute;
	top: 23px;
	right: 12px;
	width: 40px;
	height: 30px;
	z-index: 9999;
}

.menu_text{
	position:absolute;
	top: 48px;
	right: 6px;
	width: 40px;
	z-index: 9999;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}


.menu span {
position: absolute;
left: 12px;
width: 70%;
height: 1px;
background-color: #000;
z-index: 9999;
}

.menu span:nth-of-type(1) {
top: 0px;
}

.menu span:nth-of-type(2) {
top: 10px;
}

.menu span:nth-of-type(3) {
bottom: 10px;
}

.menu.active span:nth-of-type(1) {
-webkit-transform: translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
}

.menu.active span:nth-of-type(2) {
opacity: 0;
}

.menu.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
}

#nav {
	position:relative;
	z-index: 999999999999 !important;
	position:absolute;
	top: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: .5s linear;
	-moz-transition: .5s linear;
	transition: .5s linear;
	-moz-transform: translateX(100vw);
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
	width:100%;
	margin-top:70px;
	background:#010167;
}

#nav.active{
right: 0;
opacity: 1;
-moz-transform: translateX(0);
-webkit-transform: translateX(0);
transform: translateX(0);
}

#nav li a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:block;
	padding:20px 0;
	font-family: 'Marcellus', serif;
	position:relative;
	z-index: 999999999;
	border-bottom:1px #fff solid;
}



}
@media screen and (min-width: 769px){

#nav ul{
	position:absolute;
	right:5%;
	top:18px;
}

#nav li{
	display:inline-block;
	font-size:14px;
	color:#666;
	float:left;
	margin-left:10px;
	text-align:right;
	font-family: 'Marcellus', serif;
}

#nav li:first-child{
	margin-left:0px;
}

.menu_text{
	display:none;
}
}
/*==========================================
 メイン
===========================================*/

.main_wrap{
	width:100%;
	position:relative;
}

.main_thum{
	width:100%;
	height:131vh;
	overflow-y:hidden;
	margin: 0;
}

.main_text_wrap{
	position:absolute;
	top:170px;
	width:100%;
	z-index:999999;
}
.main_text_inner{
	width:800px;
	margin: 0 auto;
	color:#fff;
	text-align:center;
	font-size:40px;
	line-height:80px;
	text-shadow:1px 1px 10px #000;
	font-family: 'Marcellus', serif;
}


@media screen and (max-width: 768px){
.main_text_wrap{
	position:absolute;
	top:20vh;
	z-index:999999;
	margin: 0 auto;
	text-align:center;
}
.main_text_inner{
	width:100%;
	margin: 0 auto;
	color:#fff;
	text-align:center;
	font-size:8vw;
	line-height:16vw;
	text-shadow:1px 1px 10px #000;
	font-family: 'Marcellus', serif;
}
}


@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  animation: zoomUp 10s linear 0s 1 normal both;
	height:100vh;
}

.slide-img{
  display: block;
}

.swiper-container{
	height:131vh;
	overflow:hidden !important;
}

.slide_img01{
	width:100%;
	height:131vh;
	background:url(../images/slide01.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.slide_img02{
	width:100%;
	height:131vh;
	background:url(../images/slide02.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}

.slide_img03{
	width:100%;
	height:131vh;
	background:url(../images/slide03.jpg) no-repeat;
	background-size:cover;
	background-position:center;
}
/*==========================================
 コンテンツ
===========================================*/


@media screen and (max-width: 768px){
.company_top_wrap{
	width:100%;
	position:absolute;
	z-index:999;
	bottom:0;
}


.company_center_top{
	position:absolute;
	top:-50px;
	left:0;
	width:100%;
	height:50px;
	background:#010167;
	z-index:999;
	color:#fff;
}

.company_under_content_wrap{
	width:100%;
	display:flex;
}

.company_under_c{
	width:80%;
	margin:0 10%;
	background:#010167;
	padding:20px 0;
	display:flex;
	align-items: center;
	justify-content:center;
	position:relative;
}

.company_under_c_text_wrap{
	width:80%;
	margin: 0 auto;
	color:#fff;
	align-items: center;
	justify-content:center;
	position:relative;
	z-index:99999999999;
}

.company_under_c_text_wrap h2{
	padding-top:7vw;
	font-size:5.5vw;
	font-weight:normal;
	text-align:center;
}

.company_under_c_text_wrap p{
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	text-align:justify;
	padding:5vw 0 7vw;
}

.company_btn{
	padding-bottom:5vw;
}
.company_btn a{
	width:100%;
	margin: 0 auto;
	display:block;
	padding:15px 0;
	color:#fff;
	border:1px #fff solid;
	text-decoration:none;
	text-align:center;
}
.company_btn a:hover{
	opacity:0.7;
}

.triangle {
	position:absolute;
	bottom:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39vw;
  border-color: transparent transparent rgba(255,255,255,.2) transparent;
	z-index:9999;
}

.service_arrow_wrap{
	width:80%;
	margin: 0 auto;
	position:relative;
}

.triangle02 {
	position:absolute;
	top:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 39vw;
  border-color: rgba(1,1,103,1) transparent transparent transparent;
	z-index:9999;
}

.service_arrow_inner_wrap{
	position:absolute;
	top:3vw;
	left:48%;
	z-index:999999555999;
}

.scroll {
  position: absolute;
  width: 1em;
  height: 3em;
  top: 20px;
	left:-2vw;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 1em;
}
.scroll span {
  position: absolute;
  top: 15%;
  left: 0.25em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #fff;
  animation: 2s small-dot-move infinite running ease-out;
}

.scroll span:before{
	content:"SCROLL";
	padding-left:4vw;
	font-size:12px;
	font-family: 'Marcellus', serif;
}

@keyframes small-dot-move {
  from {
    top: 15%;
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 80%;
    opacity: 0.3;
  }
}
.arrow {
  position: absolute;
  top: 3.5em;
  left: 0.3em;
  width: 0;
  height: 2em;
  border: 1px solid #fff;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -3px;
  width: 2px;
  height: 10px;
  border-top: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 0px solid transparent;
}
}

@media screen and (min-width: 769px){
	
.company_top_wrap{
	width:100%;
	position:absolute;
	z-index:999;
	bottom:0;
}

.company_center_wrap{
	width:40%;
	margin: 0 auto;
	position:relative;
	z-index:999;
}

.company_center_top{
	position:absolute;
	top:-50px;
	left:0;
	width:100%;
	height:50px;
	background:#010167;
	z-index:999;
	color:#fff;
}

.company_under_content_wrap{
	width:100%;
	display:flex;
}

.company_under_c{
	width:40%;
	margin:0 30%;
	background:#010167;
	height:420px;
	display:flex;
	align-items: center;
	justify-content:center;
	position:relative;
}

.company_under_c_text_wrap{
	width:80%;
	margin: 0 auto;
	color:#fff;
	align-items: center;
	justify-content:center;
	position:relative;
	z-index:99999999999;
}

.company_under_c_text_wrap h2{
	padding-top:50px;
	font-size:24px;
	font-weight:normal;
	text-align:center;
}

.company_under_c_text_wrap p{
	font-size:16px;
	line-height:28px;
	font-weight:normal;
	text-align:justify;
	padding:40px 0;
}

.company_btn{
	padding-bottom:50px;
}
.company_btn a{
	width:80%;
	margin: 0 auto;
	display:block;
	padding:20px 0;
	color:#fff;
	border:1px #fff solid;
	text-decoration:none;
	text-align:center;
}
.company_btn a:hover{
	opacity:0.7;
}

.triangle {
	position:absolute;
	bottom:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20vw;
  border-color: transparent transparent rgba(255,255,255,.2) transparent;
	z-index:9999;
}

.service_arrow_wrap{
	width:40%;
	margin: 0 auto;
	position:relative;
}

.triangle02 {
	position:absolute;
	top:0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19.8vw;
  border-color: rgba(1,1,103,1) transparent transparent transparent;
	z-index:9999;
}

.service_arrow_inner_wrap{
	position:absolute;
	top:3vw;
	left:48%;
	z-index:999999555999;
}

.scroll {
  position: absolute;
  width: 1em;
  height: 3em;
  top: 20px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
  border-radius: 1em;
}
.scroll span {
  position: absolute;
  top: 15%;
  left: 0.25em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: #fff;
  animation: 2s small-dot-move infinite running ease-out;
}

.scroll span:before{
	content:"SCROLL";
	padding-left:2vw;
	font-size:12px;
	font-family: 'Marcellus', serif;
}

@keyframes small-dot-move {
  from {
    top: 15%;
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  to {
    top: 80%;
    opacity: 0.3;
  }
}
.arrow {
  position: absolute;
  top: 3.5em;
  left: 0.3em;
  width: 0;
  height: 5em;
  border: 1px solid #fff;
}
.arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -3px;
  width: 2px;
  height: 10px;
  border-top: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 0px solid transparent;
}	
	
	
	
	
}

/*==========================================
 SERVICE
===========================================*/

@media screen and (max-width: 768px){
.service_wrap{
	width:90%;
	margin: 0 auto;
}
.service_title{
	font-size:50px;
	font-family: 'Marcellus', serif;
	padding-top:42vw;
	color:#010167;
	font-weight:normal;
}

.service_inner{
	margin-top:7vw;
}

.service_inner_l{
	border:2px #010167 solid;
	padding:7vw 5vw;
	margin-bottom:7vw;
}
.service_inner_r{
	border:2px #010167 solid;
	padding:7vw 5vw;
}

.service_inner h3{
	font-size:18px;
	font-weight:normal;
	padding:20px 0 0 10px;
    position:  relative;
    display:  inline-block;
		margin-bottom:5vw;
}

.service_inner h3:before {
    content:  ''; 
    background-color: #b1b1fe;
    display:  block;
    position:  absolute;
    left:  0px;
    height: 30px;
    width: 30px;
    border-radius:  50%;
    bottom: 0px; 
    z-index:  -1;
}

.service_text_wrap{
	font-size:16px;
	line-height:28px;
}

.service_btn a{
	width:100%;
	text-align:center;
	padding:5px 0;
	display:block;
	text-decoration:none;
	border:1px #010167 solid;
	background:#010167;
	color:#fff;
	margin:6vw auto 0;
}

.service_btn a:hover{
	background:#fff;
	color:#010167;
}


}
@media screen and (min-width: 769px){
.service_wrap{
	width:90%;
	max-width:1100px;
	margin: 0 auto;
}
.service_title{
	font-size:60px;
	font-family: 'Marcellus', serif;
	padding-top:100px;
	color:#010167;
	font-weight:normal;
}

.service_inner{
	display:flex;
	justify-content:space-between;
	margin-top:80px;
}

.service_inner img{
	width:100%;
	padding:30px 0;
}

.service_inner_l{
	width:48%;
	border:3px #010167 solid;
	padding:50px 30px 150px;
}
.service_inner_r{
	width:48%;
	border:3px #010167 solid;
	padding:50px 30px 150px;
}

.service_inner h3{
	font-size:20px;
	font-weight:normal;
	padding:20px 0 0 10px;
    position:  relative;
    display:  inline-block;
		margin-bottom:30px;
}

.service_inner h3:before {
    content:  ''; 
    background-color: #b1b1fe;
    display:  block;
    position:  absolute;
    left:  0px;
    height: 30px;
    width: 30px;
    border-radius:  50%;
    bottom: 5px; 
    z-index:  -1;
}

.service_text_wrap{
	font-size:16px;
	line-height:28px;
}

.service_btn{
	position:relative;
	z-index:999999;
	position:absolute;
	width:80%;
	border:1px #010167 solid;
	background:#010167;
	bottom:30px;
	left:10%;
}

.service_btn a{
	width:100%;
	text-align:center;
	padding:10px 0;
	display:block;
	text-decoration:none;
	color:#fff;
}

.service_btn a:hover{
	background:#fff;
	color:#010167;
}


}


/*==========================================
 Performance Introduction
===========================================*/

@media screen and (max-width: 768px){
.works_wrap{
	background:#f1f1f1;
	margin-top:7vw;
	padding-bottom:7vw;
}

.works_title{
	font-size:40px;
	font-family: 'Marcellus', serif;
	padding-top:7vw;
	color:#010167;
	font-weight:normal;
}


.works_wrap h2{
	text-align:left;
	color:#010167;
}

p.service_sub_title{
	color:#010167;
	padding:10px 0 40px;
	font-size:20px;
}

.service_sub_title {
  display: flex;
  align-items: center;
}
.service_sub_title:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
}
.service_sub_title:before {
  margin-right: .5em;
}
.works_inner{
	width:90%;
	margin: 0 auto 0;
}

.works_box_wrap{
	
}

.works_box{
	width:100%;
	margin-bottom:5vw;
}

.works_thum{
	width:100%;
	overflow:hidden;
}


a .works_thum img{
	width:100%;
 transition:1s all;
}
a .works_thum:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

.works_text_wrap{
	width:100%;
	position:relative;
	padding:25px 0;
}

.works_text_wrap h3{
	color:#010167;
	font-weight:normal;
	font-size:18px;
	line-height:26px;
}

.works_text_wrap p{
	padding-top:10px;
	font-size:16px;
	line-height:26px;
	color:#333;
}

.works_cach{
	color:#fff;
	background:#010167;
	position:absolute;
	top:-12px;
	right:10px;
	padding:6px 20px 5px;
	font-size:14px;
}

.works_box a{
	text-decoration:none;
}

a:hover .works_text_wrap h3,
a:hover .works_text_wrap p{
	opacity:0.7;
}

figure {
	width:100%;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

a>figure img {
	transition:1s all;
}

a:hover>figure img {
	transform: scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
}
}

@media screen and (min-width: 769px){
.works_wrap{
	background:#f1f1f1;
	margin-top:100px;
	padding-bottom:100px;
}
.works_title{
	font-size:60px;
	font-family: 'Marcellus', serif;
	padding-top:100px;
	color:#010167;
	font-weight:normal;
}


.works_wrap h2{
	text-align:left;
	color:#010167;
}

p.service_sub_title{
	color:#010167;
	padding:20px 0 40px;
	font-size:20px;
}

.service_sub_title {
  display: flex;
  align-items: center;
}
.service_sub_title:before, .catch:after {
  border-top: 1px solid;
  content: "";
  width: 2em;
}
.service_sub_title:before {
  margin-right: .5em;
}
.works_inner{
	width:90%;
	max-width:1100px;
	margin: 0 auto 0;
}

.works_box_wrap{
	display:flex;
	justify-content:space-between;
	align-items: ;
	
}

.works_box{
	width:31%;
}

.works_thum{
	width:100%;
	overflow:hidden;
}


a .works_thum img{
	width:100%;
 transition:1s all;
}
a .works_thum:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

.works_text_wrap{
	width:100%;
	position:relative;
	padding:25px 0;
}

.works_text_wrap h3{
	color:#010167;
	font-weight:normal;
	font-size:18px;
	line-height:26px;
}

.works_text_wrap p{
	padding-top:10px;
	font-size:16px;
	line-height:26px;
	color:#333;
}

.works_cach{
	color:#fff;
	background:#010167;
	position:absolute;
	top:-12px;
	right:10px;
	padding:6px 20px 5px;
	font-size:14px;
}

.works_box a{
	text-decoration:none;
}

a:hover .works_text_wrap h3,
a:hover .works_text_wrap p{
	opacity:0.7;
}

figure {
	width:100%;
	margin: 0;
	overflow: hidden;
	position: relative;
	text-align: center;
}

a>figure img {
	transition:1s all;
}

a:hover>figure img {
	transform: scale(1.2,1.2);
	-webkit-transform:scale(1.2,1.2);
	-moz-transform:scale(1.2,1.2);
	-ms-transform:scale(1.2,1.2);
	-o-transform:scale(1.2,1.2);
}
	
}

/*==========================================
 COMPANY
===========================================*/

@media screen and (max-width: 768px){
.company_wrap{
	width:90%;
	margin: 7vw auto;
}

.company_l_wrap{
	width:100%;
}

.company_r_wrap{
	width:100%;
	margin-top:7vw;
}


.company_l_wrap h2{
	font-size:40px;
	font-weight:normal;
	color:#010167;
	padding-bottom:10px;
	font-family: 'Marcellus', serif;
	padding-bottom:30px;
}

.company_l_wrap p{
	color:#333;
	font-size:16px;
	line-height:28px;
}

.company_l_text_wrap{
	margin:20px 0;
	padding:20px 0;
}

.company_l_text_wrap p{
	font-size:16px;
	line-height:26px;
}


.company_r_wrap iframe{
	width:100%;
	height:300px;
}

.company_btn01,
.company_btn02{
	width:100%;
}

.company_btn01 a{
	width:100%;
	text-align:center;
	padding:10px 0;
	display:block;
	text-decoration:none;
	border:1px #010167 solid;
	background:#fff;
	color:#010167;
	margin:20px auto 0;
}

.company_btn01 a:hover{
	background:#010167;
	color:#fff;
}

.company_btn02 a{
	width:100%;
	text-align:center;
	padding:10px 0;
	display:block;
	text-decoration:none;
	border:1px #010167 solid;
	background:#010167;
	color:#fff;
	margin:20px auto 0;
}

.company_btn02 a:hover{
	background:#fff;
	color:#010167;
}


}
@media screen and (min-width: 769px){
.company_wrap{
	width:90%;
	max-width:1100px;
	margin: 100px auto;
	display:flex;
	justify-content:space-between;
}

.company_l_wrap{
	width:50%;
	align-items: center;
}

.company_r_wrap{
	width:45%;
	height:500px;
	align-items: center;
}


.company_l_wrap h2{
	font-size:60px;
	font-weight:normal;
	color:#010167;
	padding-bottom:10px;
	font-family: 'Marcellus', serif;
	padding-bottom:30px;
}

.company_l_wrap p{
	color:#333;
	font-size:20px;
	line-height:30px;
}

.company_l_text_wrap{
	margin:20px 0;
	padding:20px 0;
}

.company_l_text_wrap p{
	font-size:16px;
	line-height:26px;
}


.company_r_wrap iframe{
	width:100%;
	height:500px;
}

.company_btn01,
.company_btn02{
	width:70%;
}

.company_btn01 a{
	width:100%;
	text-align:center;
	padding:10px 0;
	display:block;
	text-decoration:none;
	border:1px #010167 solid;
	background:#fff;
	color:#010167;
	margin:20px auto 0;
}

.company_btn01 a:hover{
	background:#010167;
	color:#fff;
}

.company_btn02 a{
	width:100%;
	text-align:center;
	padding:10px 0;
	display:block;
	text-decoration:none;
	border:1px #010167 solid;
	background:#010167;
	color:#fff;
	margin:20px auto 0;
}

.company_btn02 a:hover{
	background:#fff;
	color:#010167;
}


}


/*==========================================
 フッター
===========================================*/

@media screen and (max-width: 768px){
footer{
	width:100%;
	padding:7vw 0 3vw;
	text-align:center;
	background:#010167;
}


ul.foot_navi{
	width:90%;
	margin: 0 auto 0;
	text-align:center;
	font-size:0;
}
.foot_navi li{
	font-size:14px;
	display:inline-block;
	font-family: 'Marcellus', serif;
	padding:2px 0;
	text-align:center;
	width:49%;
	margin-bottom:5vw;
}

.foot_navi li:nth-child(odd){
	border-right:1px #fff solid;
}
.foot_navi li a{
	text-decoration:none;
	color:#fff;
}
.foot_navi li a:hover{
	color:#ccc;
}

.copy{
	color:#fff;
	font-size:10px;
	text-align:center;
	padding-top:2vw;
}
}
@media screen and (min-width: 769px){
footer{
	width:100%;
	padding:50px 0 20px;
	text-align:center;
	background:#010167;
}


ul.foot_navi{
	width:1100px;
	margin: 0 auto 0;
	text-align:center;
	font-size:0;
}
.foot_navi li{
	font-size:14px;
	display:inline-block;
	font-family: 'Marcellus', serif;
	padding:2px 30px;
	text-align:center;
	border-right:1px #fff solid;
}
.foot_navi li:first-child{
	border-left:1px #fff solid;
}

.foot_navi li a{
	text-decoration:none;
	color:#fff;
}
.foot_navi li a:hover{
	color:#ccc;
}

.copy{
	color:#fff;
	font-size:13px;
	text-align:center;
	padding-top:40px;
}
}