@charset "UTF-8";
/* CSS Document */
/*必須--------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*エラー出たら外す*/
/*
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
*/
/*ページ内スムールスクロール--------------------------*/
/*html { scroll-behavior: smooth;}*/
/*-----------------------------------------------*/
body {
  background-color: #fff;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 15px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
section {
  margin: 0;
}
.se_ {
  padding: 0px 0;
}
#wrapper {
  margin: 0px auto;
  padding: 0;
}
.inner {
  width: 1000px;
  margin: auto;
  padding: 50px 0;
}
figure {
  margin: 0;
  padding: 0;
}
figure img {
  width: 100%;
  vertical-align: bottom;
}
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
*:hover {
  transition: all .5s;
}
p:15px;
/*タイトル------------------- */
h1 {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 60px;
  margin: 0;
  padding: 0;
  z-index: 99;
}
/*パララックス--------------------*/
.bg {
  transition-property: background-position;
  transition-duration: .7s;
  transition-delay: .035s;
}
/*下から上にフェードイン--------------------*/
.inviewfadeInUp {
  opacity: 0.3;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 2.0s;
}
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit- transform: translate(0, 0);
}
/*左から右にフェードイン--------------------*/
.left-to-right {
  opacity: 0.8;
  transform: translateX(-20px);
  transition: all 1.5s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
/* リンクデコレーション------------------- */
.link {
  color: #736357;
  text-decoration: underline;
}
/*トップ-誘導スクロール-------------------------------------------------------------------*/
.se_top .scroll a {
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  position: absolute;
  bottom: 0px;
  left: 49%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
  padding-top: 60px;
  color: #ddd;
  text-align: center;
}
.se_top .scroll a span {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*トップ--------------------------------------------------------------------*/
#se_top {
  position: relative;
  background-color: #053050;
  height: 100vh;
  width: 100%;
}
#se_top .top_title {
  z-index: 99;
  position: absolute;
  top: 30%;
  left: 10%;
  /*  transform: translate(-50%, -50%);*/
  height: auto;
  margin-bottom: 0;
  padding: 0;
}
#se_top .top_title h1 {
  font-size: 70px;
	  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
	color:#fff;
	line-height: 90px;
}
#se_top .top_title h2 {
  color: #fff;
  font-size: 16px;
  z-index: 12;
  line-height: 0px;
  letter-spacing: 6px;
	margin-top:-40px;
}
#se_top .main_imgBox {
  height: 80vh;
  width: 80%;
  overflow: hidden;
  position: absolute;
  top: 80px;
  right: 0;
}
#se_top .main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite;
}
#se_top .main_img:nth-of-type(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
#se_top .main_img:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}
#se_top .main_img:nth-of-type(4) {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}
#se_top .main_img:nth-of-type(5) {
  -webkit-animation-delay: 24s;
  animation-delay: 24s;
}
#se_top .main_img:nth-of-type(6) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}
@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    z-index: 9;
  }
  100% {
    opacity: 0
  }
}
#se_top .imgBox_bg {
  height: 80vh;
  width: 80%;
  overflow: hidden;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.10)；
}
/*-------------------------------ニューススライダー*/
#se_top .news {
  z-index: 9997;
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 90%;
  background-color: #e6e6e6;
  color: #053050;
}
#se_top .news h2 {
	  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  padding: 0px 50px;
  font-size: 20px;
  letter-spacing: 2px;
}
#se_top .news ul {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  background-color: #e6e6e6;
  list-style: none;
  padding: 0px;
}
#se_top .news ul li {
  padding: 2px 0px 2px 0;
  font-size: 13px;
}
#se_top .news ul a {
  display: block;
  z-index: 9998;
  color: #053050;
}
#se_top .news ul span {
	  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
	color:rgba(168,168,168,1.00);
}
/*-------------------------------ニューススライダー*/
#se_top .copy {
  position: absolute;
  top: 46%;
  left: 0;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*----------------------------------------------------------コンセプト*/
#se_concept {
  position: relative;
  width: 100%;
  height: 800px;
}
#se_concept .bg_left {
  z-index: 1;
  position: absolute;
  background: url("../img/concept.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 700px;
  margin: 0px 0;
  width: 70%;
  left: 0;
}
#se_concept .box_right {
  z-index: 2;
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 10%;
  width: 70%;
  padding: 50px 50px 50px 100px;
  height: auto;
  border-left: solid 10px #053050;
}
#se_concept .box_right h1 {
  color: #053050;
  font-size: 48px;
	line-height: 50px;
		  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#se_concept .box_right h1 span{
  color: #053050;
  font-size: 15px;
		  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#se_concept .box_right p {
  width: 100%;
  max-width: 1100px;
  color: #053050;
  line-height: 35px;
  font-size: 16px;
}
/*---------------------------------------------------------------事業内容----*/
#se_works {
  position: relative;
}
#se_works .title_box {
  position: absolute;
  background-color: #053050;
  padding: 100px 150px 100px 100px;
  left: 0px;
  z-index: -1;
  top: 0;
}
#se_works .title_box h2 {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 45px;
  vertical-align: middle;
}
#se_works .title_box h2 span {
  font-size: 18px;
}
#se_works .work_box {
  width: 95%;
	max-width: 1400px;
  margin: 250px auto 0;
  text-align: center;
}
/*
#se_works .bg{
	position: absolute;
	color:#F5F5F5;
	font-size:250px;
	letter-spacing: 20px;
	font-weight: 900;
	bottom:0px;
	left:0;
	width: 100%;
	margin: 0;
	text-align: center;
	z-index: -2;
	transform: rotate(270deg);
	border-radius:20px;
}
*/
#se_works figure {
  display: inline-block;
  margin: 10px;
  text-align: right;
}
#se_works figure img {
  width: 260px;
  height: 260px;
  object-fit: cover;
}
#se_works figcaption {
  margin: -15px 0px 20px 0px;
  color: #053050;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 15px;
}
#se_works figcaption span {
  background-color: #fff;
  padding: 10px 30px 10px 30px;
box-shadow: 5px 5px #053050;
}
/*-------------------------------------------------------会社概要---------*/
#se_company {
  text-align: center;
}
#se_company .box {
  margin: 100px 0 50px 0px;
  border-top: 50px solid #053050;
/*
  background-image: url("../img/wall.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
*/
  height: 50px;
}
#se_company .text_box {
  margin: 0 auto;
  padding: 0 50px;
}
#se_company h2 {
  width: 250px;
  display: inline-block;
  color: #053050;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 45px;
  vertical-align: top;
  padding-right: 80px;
  text-align: right;
}
#se_company h2 span {
  font-size: 17px;
}
#se_company table {
  width: 65%;
  max-width: 1200px;
  display: inline-block;
  border-collapse: collapse;
}
#se_company table tr {
  color: #053050;
  border-bottom: 1px solid #e6e6e6;
}
	#se_company table tr:last-child {
	border: none;
	}
#se_company table th {
  width: 120px;
  text-align: left;
}
#se_company table td {
  padding: 10px 30px 10px 0;
  text-align: left;
}
/*-------------------------------------------------------コンタクト---------*/
#se_contact {
  background-color: #e6e6e6;
  margin: 100px 0 0 0;
  padding: 0;
}
#se_contact .left {
  float: left;
  width: 50%;
  height: 400px;
  margin: 0;
  padding: 0;
  background-image: url("../img/kabe.jpg");
  background-size: cover;
	background-position: bottom;
  background-repeat: no-repeat;
	filter: grayscale(50%)
}
#se_contact .right {
  float: right;
  width: 50%;
  height: 400px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  position: relative;
}
#se_contact .right h2 {
  width: 300px;
  color: #053050;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 45px;
  vertical-align: top;
  padding: 50px 0 0 100px;
}
#se_contact .right p {
  padding: 0px 50px 0 100px;
  display: inline-block;
  color: #053050;
  line-height: 26px;
}
#se_contact .right .arrow {
  position: absolute;
  font-family: altesse-std-64pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  left: 100px;
  bottom: 245px;
  transform: rotate(0deg);
  color: #053050;
  padding: 0 0 0 305px;
  border-top: solid 1px;
  z-index: 9998;
}
#se_contact .right .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 240px;
  width: 65px;
  border-bottom: solid 1px;
  transform: rotate(30deg);
  transform-origin: right top;
}
#se_contact .right #recruit{max-width: 500px;/*width: 300px;*/margin: 0 auto 0 100px;padding: 15px 0 18px 0;background:#053050}
#se_contact .right #recruit span{display:block;}
#se_contact .right #recruit span:first-of-type{font-size: 17px;letter-spacing: 1px;color: white;text-align: center;margin: 0 auto 5px auto;}
#se_contact .right #recruit span:last-of-type{font-size: 14px;letter-spacing: 1px;color: white;text-align: center}
/*-----------=================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================------------- */
@media screen and (max-width: 1050px) {
	
	
  /*		html { scroll-behavior: auto;}*/
  body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }
  html {
    height: -webkit-fill-available;
  }
  p {
    font-size: 13px;
  }
  h1 {
    font-size: 16px;
  }
  h2 {
    font-size: 16px;
  }
  ul li {
    font-size: 10px;
  }
  .start_br {
    display: flex;
  }
  .start_pc {
    display: none;
  }
  .se_ {
    margin: 50px 0 0;
  }
  /*タイトル------------------- */
  .inner {
    width: 90%;
    margin: auto;
    padding: 50px 0;
  }
  /*トップ--------------------------------------------------------------------*/
  #se_top {
    position: relative;
    background-color: #053050;
    height: 95vh;
    width: 100%;
  }
  #se_top .top_title {
    z-index: 99;
    position: absolute;
    top: 30%;
    left: 10%;
    /*  transform: translate(-50%, -50%);*/
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  #se_top .top_title h1 {
    font-size: 55px;
			line-height: 68px;
  }
  #se_top .top_title h2 {
    color: #fff;
    font-size: 13px;
    z-index: 12;
    line-height: 80px;
    letter-spacing: 2px;
  }
  #se_top .main_imgBox {
    height: 80vh;
    width: 80%;
    overflow: hidden;
    position: absolute;
    top: 80px;
    right: 0;
  }
  #se_top .main_img {
    z-index: 10;
    opacity: 0;
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-animation: anime 36s 0s infinite;
    animation: anime 36s 0s infinite;
  }
  #se_top .main_img:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
  }
  #se_top .main_img:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
  }
  #se_top .main_img:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
  }
  #se_top .main_img:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
  }
  #se_top .main_img:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s;
  }
  @-webkit-keyframes anime {
    0% {
      opacity: 0;
    }
    8% {
      opacity: 1;
    }
    17% {
      opacity: 1;
    }
    25% {
      opacity: 0;
      -webkit-transform: scale(1.2);
      z-index: 9;
    }
    100% {
      opacity: 0
    }
  }
  #se_top .imgBox_bg {
    height: 80vh;
    width: 80%;
    overflow: hidden;
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 98;
    background-color: rgba(0, 0, 0, 0.20)
  }
  /*-------------------------------ニューススライダー*/
  #se_top .news {
    z-index: 9997;
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    background-color: #e6e6e6;
    color: #053050;
  }
  #se_top .news h2 {
    display: block;
    vertical-align: middle;
    padding: 0px 0px 0 20px;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 20px;
    margin-bottom: 0;
  }
  #se_top .news ul {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background-color: #e6e6e6;
    list-style: none;
    padding: 0px 0 10px 20px;
    margin: 5px 0;
  }
  #se_top .news ul li {
    padding: 2px 0px 2px 0;
    font-size: 13px;
  }
  #se_top .news ul a {
    display: block;
    z-index: 9998;
    color: #053050;
  }
  #se_top .news ul span {
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;
  }
  /*-------------------------------ニューススライダー*/
  #se_top .copy {
    position: absolute;
    top: 46%;
    left: 0;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  /*----------------------------------------------------------コンセプト*/
#se_concept {
  position: relative;
  width: 100%;
  height: auto;
	margin: 0 0 50px 0;
}
#se_concept .bg_left {
	display: none;
}
#se_concept .box_right {
  z-index: 1;
  position:static;
  background-color: #fff;
  width: 100%;
  padding: 50px 0px 50px 0px;
	box-sizing: border-box;
  height: auto;
  border-left: solid 0px #053050;
	background-image: url("../img/concept.jpeg");
	background-repeat: no-repeat;
}
	#se_concept .inner{
		width: 90%;
	}
#se_concept .box_right h1 {
  color: #053050;
  font-size: 30px;
	line-height: 30px;
	margin-bottom: 30px;
}
#se_concept .box_right p {
  width: 100%;
	margin: 0 auto;
  max-width: 900px;
  color: #053050;
  line-height: 25px;
  font-size: 13px;
}
/*---------------------------------------------------------------事業内容----*/
#se_works {
  position: relative;
}
#se_works .title_box {
  position: absolute;
  background-color: #053050;
  padding: 50px 75px 50px 50px;
  left: 0px;
  z-index: -1;
  top: 0;
}
#se_works .title_box h2 {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  vertical-align: middle;
}
#se_works .title_box h2 span {
  font-size: 12px;
}
#se_works .work_box {
  width: 100%;
  margin: 135px auto 0;
  text-align: center;
}
#se_works figure {
  display: inline-block;
  margin: 5px;
  text-align: right;
}
#se_works figure img {
  width: 350px;
  height: 150px;
  object-fit: cover;
}
#se_works figcaption {
  margin: -15px 0px 20px 0px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-size: 13px;
}
#se_works figcaption span {
  padding: 10px 30px 10px 30px;
}
/*-------------------------------------------------------会社概要---------*/
#se_company {
  text-align: center;
}
#se_company .box {
  margin: 0px 0 50px 0px;
  border-top: 23px solid #053050;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 0px;
}
#se_company .text_box {
  margin: 0 auto;
  padding: 0 0px;
}
#se_company h2 {
  width: 85%;
  display: block;
  color: #053050;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  vertical-align: top;
  padding-right: 0px;
  text-align: left;
	margin: 0 auto 20px;
}
#se_company h2 span {
  font-size: 12px;
	color: rgba(168,168,168,1.00);

}
#se_company table {
	font-size: 14px;
  width: 85%;
  max-width: 1200px;
  display: inline-block;
  border-collapse: collapse;
}
#se_company table tr {
  color: #053050;
  border-bottom: 1px solid #e6e6e6;
}
#se_company table th {
  width: 120px;
  text-align: left;
}
#se_company table td {
  padding: 10px 30px 10px 0;
  text-align: left;
	pointer-events: none;
}
/*-------------------------------------------------------コンタクト---------*/
#se_contact {
  background-color: #e6e6e6;
  margin: 50px 0 0 0;
  padding: 0;
}
#se_contact .left {
  float: left;
  width: 20%;
  height: 350px;
  margin: 0;
  padding: 0;
  background-size: cover;
	background-position: right;
  background-repeat: no-repeat;
}
#se_contact .right {
  float: right;
  width: 80%;
  height: 350px;
  margin: 0;
  padding: 0;
  vertical-align: top;
  position: relative;
}
#se_contact .right h2 {
  width: 200px;
  color: #053050;
  font-family: futura-pt, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 25px;
  vertical-align: top;
  padding: 50px 0 0 40px;
}
#se_contact .right p {
  padding: 0px 30px 0 40px;
  display: inline-block;
  color: #053050;
  line-height: 25px;
	font-size: 13px;
}
#se_contact .right .arrow {
  position: absolute;
  font-family: altesse-std-64pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  left: 40px;
  bottom: 235px;
  transform: rotate(0deg);
  color: #053050;
  padding: 0 0 0 165px;
  border-top: solid 1px;
  z-index: 9998;
}
#se_contact .right .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 130px;
  width: 35px;
  border-bottom: solid 1px;
  transform: rotate(30deg);
  transform-origin: right top;
}
	#se_contact .right #recruit{max-width:75%;/*width: 300px;*/margin: 0 auto 30px 40px;padding: 15px 15px 18px 15px;background:#053050}
	#se_contact .right #recruit span{display:block;}
	#se_contact .right #recruit span:first-of-type{font-size: 15px;letter-spacing: 1px;color: white;text-align: center;margin: 0 auto 5px auto;}
	#se_contact .right #recruit span:last-of-type{font-size: 12px;letter-spacing: 1px;color: white;text-align: center}

  @media screen and (max-width: 700px) {
    .br-pc {
      display: none;
    }
    .br-sp {
      display: block;
    }
	  
	 
  }