@charset "utf-8";

/* top */
/* PC 768px以上 - */
@media screen and (min-width:768px){
/* ---------------------------- */
/* main-visual
/* ---------------------------- */
.main-visual{
  position: relative;
}
.main-visual .fv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background: rgba(67, 98, 144, 1);
}
.main-visual .fv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

.main-visual .fv video .mv_pc {
  display: block !important;
}
.main-visual .fv video .mv_sp {
  display: none !important;
}
.main-copy{
  position: absolute;
  bottom: calc(22% - 4.5em);
  left: 120px;
}
.main-copy .eng {
  display: block;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 7.0rem;
  line-height: 1.18;
  letter-spacing: 0.13em;
  color: var(--bg-w);
  text-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.3);
}
.main-copy .eng .br-sp {
  display: none;
}
.main-copy .jpn {
  position: relative;
  display: inline-block;
  font-size: 2.6rem;
  line-height: 2;
  letter-spacing: 0.13em;
  color: var(--bg-w);
  text-shadow: 0.4rem 0.4rem 0.8rem rgba(0, 0, 0, 0.3);
}



/* ---------------------------- */
/* about
/* ---------------------------- */

/* about-intro-sec */
.about-intro-sec {
  margin-bottom: 120px;
  overflow: hidden;
}

.about-intro-sec .sec-ttl {
  position: relative;
  margin-bottom: 50px;
  margin-top: 100px;
  padding-bottom: 108px;
}

.about-intro-sec .sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 68px;
  margin: 0;
  background-image: linear-gradient(to bottom, #436290, #436290 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.about-intro-inner {
  padding: 0px 6.588% 0px 6.588%;
}

.about-intro-sttl {
  position: relative;
  margin-bottom: 50px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.1em;
  z-index: 100;
}

.about-intro-sttl::before {
  content: "shape up your dream";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.55em 0 0 -4em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 12.0rem;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
  color: var(--text-gray);
  opacity: 0.1;
  z-index: -10;
}

.about-intro-sttl .br-sp {
  display: none;
}

.about-intro-sttl span {
  color: var(--accent);
}

.about-intro-lead {
  padding: 0 40px;
  font-size: 1.5rem;
  line-height: 2.6;
  text-align: center;
}

.about-intro-lead .br-pc {
  display: inline-block;
}


/* ---------------------------- */
/* service
/* ---------------------------- */

/* service-intro-sec */
.service-intro-sec {
  overflow: hidden;
}
.service-intro-sec .sec-ttl {
  position: relative;
  margin-bottom: 50px;
  margin-top: 100px;
  padding-bottom: 108px;
}

.service-intro-sec .sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 68px;
  margin: 0;
  background-image: linear-gradient(to bottom, #436290, #436290 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.service-intro-inner {
  position: relative;
  display: flex;
  justify-content: center;
  z-index: 100;
}

.service-intro-inner::before {
	display: block;
	content: '';
	position: absolute;
	top: 6vw;
	left: 0;
	width: 100%;
	height: calc(100% - 6vw);
	background-color: var(--bg-lgray);
	z-index: -10;
}

.service-item {
  padding: 0 1em;
  z-index: 100;
}

.service-item .item-box {
  border: 2px solid var(--accent);
  background-color: rgba(255, 255, 255, 0.6);
  width: 280px;
  height: 280px;
}

.service-item .item-box h3 {
  color: var(--accent);
  font-size: 3rem;
  text-align: center;
  margin: 1em auto;
}

.service-item .item-box .inner {
  margin: 1em auto;
}
.service-item .item-box p {
  color: var(--accent);
  font-size: 1rem;
  padding: 0 3em 0;
}

/* ---------------------------- */
/* news
/* ---------------------------- */
.news-intro-sec {
  padding-top: 120px;
  overflow: hidden;
  background-color: var(--bg-lgray);
}

.news-intro-sec .sec-ttl {
  position: relative;
  margin-bottom: 50px;
  margin-top: 100px;
  padding-bottom: 108px;
}

.news-intro-sec .sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 68px;
  margin: 0;
  background-image: linear-gradient(to bottom, #436290, #436290 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.news-intro-inner {
  margin: 0 auto;
  padding: 0px 6.588% 0px 6.588%;
}

/* ---------------------------- */
/* access
/* ---------------------------- */
.access-sec {
	width: 87%;
	margin: 0 auto 135px;
  padding: 120px 6.588% 0px 6.588%;
  position: relative;
  z-index: 100;
}
.access-sec::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background-color: var(--bg-lgray);
	z-index: -10;
}
.access-sec .sec-ttl {
  position: relative;
  margin-bottom: 50px;
  margin-top: 100px;
  padding-bottom: 108px;
}

.access-sec .sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 68px;
  margin: 0;
  background-image: linear-gradient(to bottom, #436290, #436290 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.access-map {
	margin-bottom: 25px;
}
.gmap {
	padding: 0;
}
.gmap iframe {
	width: 100%;
	height: 500px;
	vertical-align: bottom
}
.access-map-link {
	margin-bottom: 0;
	padding: 0;
	text-align: right;
}
.access-map-link a {
	position: relative;
	padding-right: 65px;
	color: var(--accent);
	font-size: 1.4rem;
	transition: color .3s;
}
.access-map-link a:hover {
	color: var(--accent);
}
.access-map-link a::before {
	display: block;
	content: '';
	position: absolute;
	top: 11px;
	right: 21px;
	width: 30px;
	height: 1px;
	background-color: var(--accent);
	transition: all .3s;
}
.access-map-link a:hover::before {
	position: absolute;
	top: 11px;
	right: 16px;
	width: 35px;
}
.access-map-link a::after {
	display: block;
	content: '';
	position: absolute;
	top: 11px;
	right: 21px;
	width: 8px;
	height: 1px;
	background-color: var(--accent);
	transform-origin: right bottom;
	transform: rotate(40deg);
	transition: right .3s;
}
.access-map-link a:hover::after {
	position: absolute;
	top: 11px;
	right: 16px;
}
.access-sec-info {
	margin-top: -25px;
	padding: 0;
}
.access-sec-info a {
	color: var(--text);
}
.company-name {
	margin-bottom: 12px;
	font-size: 2.0rem;
	line-height: 1.6;
}
.company-name .br-sp {
	display: none;
}
.company-info {
	font-size: 1.4rem;
	color: var(--text-gray);
	line-height: 1.8;
}
.company-info a {
	color: var(--text-gray);
}
/* --------------------------------------------- */
/*   second page
/* --------------------------------------------- */

/*================================================
              // PROJECT //
================================================ */
/* project-cate
================================================ */
.project-cate-wrap {
  width: 86.824%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 0 80px;
  font-family: 'Roboto Condensed', sans-serif;
}

.project-cate {
  display: flex;
  justify-content: space-between;
}

.project-cate p.cate-ttl {
  font-size: 1.2em;
  font-weight: 400;
}

.project-cate ul.cate-list {
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans JP', sans-serif;
}

.project-cate ul.cate-list li.cat-item {
  margin-right: 3em;
}

/* section
================================================ */
.section-wrap {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.section-wrap.inner {
  margin: 0 auto;
  padding: 0px 6.588% 0px 6.588%;
}

/* projectList
================================================ */
.projectList {
  padding-bottom: 120px;
}

.projectList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: 'Noto Sans JP', sans-serif;
}

.projectList ul li {
  width: 46.5%;
  margin-bottom: 20px;
}

.projectList .thumb {
  background: var(--bg-w);
}

.projectList .thumb::after {
  padding-top: 63.1%;
}

.projectList-ttl {
  padding-left: 40px;
  margin: 40px 0 20px;
  letter-spacing: 0.25em;
  line-height: 2;
}

.projectList-ttl dt {
  font-size: 1.8rem;
  font-weight: 600;
  position: relative;
}

.projectList-ttl dt {
  margin-bottom: 5px;
  letter-spacing: 0.25em;
}

.projectList-ttl dt::before {
  border-bottom: 2px dotted var(--accent);
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: -40px;
  top: 50%;
  z-index: 1;
}

.projectList-ttl dd {
  font-size: 1.2rem;
}

.projectList-ttl dd .btn-txt {
  margin-top: 20px;
}

/* archive-ttl
================================================ */
.archive-ttl {
  width: 100%;
  height: 460px;
  left: 0;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
}

.archive-ttl-inner {
  width: 100%;
  position: absolute;
  left: 6.588%;
  top: 50%;
}

.archive-ttl-inner .ttl {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.35em;
  overflow: hidden;
}

.archive-ttl-inner .subttl {
  letter-spacing: 0.35em;
  padding: 30px 0 30px 0;
  font-size: 1.8rem;
  font-weight: 500;
}

/* project-detail
================================================ */
.project-detail {
  margin-top: 80px;
}

.project-detail_title {
  margin-bottom: 60px;
  text-align: center;
}

.project-detail_title .jp {
  display: block;
  font-weight: 400;
  margin-bottom: 14px;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.project-detail-title .en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  display: block;
  font-size: 12px;
  letter-spacing: 0.26em;
}

.project-detail_hero_img {
  display: block;
  width: 100%;
  height: auto;
}

.project-detail_thum_img {
  height: 600px;
  object-fit: cover;
}

.project-box {
  margin: auto 0 60px;
}

.project-detail_description {
  display: flex;
  margin-bottom: 40px;
}

.project-detail_description_head {
  width: 600px;
  margin-bottom: 0;
  font-size: 1.6em;
}

.project-detail_description_article {
  width: 95%;
  margin-top: 7.5px;
  margin-bottom: 0;
}

.project-detail_description_items {
  padding-left: 30px;
  border-left: 1px dotted var(--accent);
  line-height: 2em;
}

.project-detail_gallery {
  margin-bottom: 60px;
}

.project-detail_gallery_img {
  margin: auto auto 60px;
}

.other-project-detail-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding-top: 60px;
}

.other-project-list {
  display: flex;
  flex-wrap: wrap;
}

.other-project-list li {
  width: 20%;
  margin-bottom: 50px;
}

.other-project-list li a {
  transition: all 0.3s;
}

}/* PC end */







/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {
 /* ---------------------------- */
  /* service
/* ---------------------------- */
.service-item {
    padding: 0 .8em;
  }
  .service-item .item-box {
    width: 260px;
    height: 260px;
  }
  .service-item .item-box h3 {
    font-size: 2.6rem;
    margin: .6em auto;
  }
  .service-item .item-box .inner {
    margin: .5em auto;
  }
  .service-item .item-box p {
    padding: 0 3em 0;
  }

}/* tablet end */







/* sp - 767px */
@media screen and (max-width:767px){

  /* ---------------------------- */
  /* main-visual_sp
  /* ---------------------------- */
  .main-visual{
    min-height: 550px;
    position: relative
  }

.main-visual .fv {
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  background: rgba(67, 98, 144, 1);
}
.main-visual .fv video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
  opacity: 0.3;
}

.main-visual .fv video .mv_pc {
  display: none !important;
}
.main-visual .fv video .mv_sp {
  display: block !important;
}
  .slick-arrow{
    display: none !important; 
  }
  .main-copy{
    position: absolute;
    bottom: calc(42% - 4.5em);
    left: 40px;
  }
  .main-copy .eng {
    display: block;
    margin-bottom: 32px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12vw;
    line-height: 1.25;
    letter-spacing: 0.15em;
    color: var(--bg-w);
  }
  .main-copy .jpn {
    position: relative;
    display: inline-block;
    font-size: 4.8vw;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: var(--bg-w);
  }

/* contents_sp
----------------------------------------- */
/* ---------------------------- */
/* about_sp
/* ---------------------------- */

/* about-intro-sec */
.about-intro-sec {
  padding: 60px 0 115px;
	margin-bottom: 60px;
}

.about-intro-sec .sec-ttl {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 80px;
}

.about-intro-sec .sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 50px;
  margin: 0;
  background-image: linear-gradient(to bottom, #436290, #436290 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.about-intro-inner {
  margin: 0 auto;
  padding: 0px 6.588%;
}

.about-intro-sttl {
	position: relative;
	margin-bottom: 25px;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.6;
}

.about-intro-sttl::before {
  content: "Integrity, Technology, Trust";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.55em 0 0 -4.8em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 9vw;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--text-gray);
  opacity: 0.1;
  z-index: -10;
}

.about-intro-sttl .br-sp {
}

.about-intro-sttl span {
  color: var(--accent);
}

.about-intro-lead {
  font-size: 1.2rem;
  line-height: 2.4;
}

.about-intro-lead .br-pc {
  display: none;
}

/* ---------------------------- */
/* service_sp
/* ---------------------------- */

/* service-intro-sec */
.service-intro-sec {
}

.service-intro-sec .sec-ttl {
	position: relative;
	margin-bottom: 22px;
	padding-bottom: 80px;
}

.service-intro-sec .sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 50px;
  margin: 0;
  background-image: linear-gradient(to bottom, #436290, #436290 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.service-intro-inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 100;
}

.service-intro-inner::before {
	display: block;
	content: '';
	position: absolute;
	top: 30vw;
	left: 0;
	width: 100%;
	height: calc(100% - 30vw);
	background-color: var(--bg-lgray);
	z-index: -10;
}

.service-item {
  margin: 0 auto 1em;
  z-index: 100;
}

.service-item .item-box {
  border: 2px solid var(--accent);
  background-color: rgba(255, 255, 255, 0.6);
  width: 240px;
  height: 240px;
}

.service-item .item-box h3 {
  color: var(--accent);
  font-size: 2.4rem;
  text-align: center;
  margin: .8em auto .2em;
}

.service-item .item-box .inner {
  margin: 0 auto;
}

.service-item .item-box p {
  color: var(--accent);
  font-size: .8rem;
  padding: 0 3em 0;
}
/* ---------------------------- */
/* news_sp
/* ---------------------------- */
.news-intro-sec {
  padding-top: 60px;
  overflow: hidden;
  background-color: var(--bg-lgray);
}

.news-intro-sec .sec-ttl {
  position: relative;
  margin-bottom: 50px;
  margin-top: 100px;
  padding-bottom: 108px;
}

.news-intro-sec .sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 68px;
  margin: 0;
  background-image: linear-gradient(to bottom, #436290, #436290 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.news-intro-inner {
  margin: 0 auto;
  padding: 0px 6.588% 0px 6.588%;
}

/* ---------------------------- */
/* access_sp
/* ---------------------------- */
.access-sec {
  position: relative;
	margin-bottom: 70px;
  padding-top: 60px;
  z-index: 100;
}
.access-sec::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 60%;
	background-color: var(--bg-lgray);
	z-index: -10;
}

.access-sec .sec-ttl {
  position: relative;
  margin-bottom: 32px;
  margin-top: 80px;
  padding-bottom: 80px;
}

.access-sec .sec-ttl::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 50px;
  margin: 0;
  background-image: linear-gradient(to bottom, #436290, #436290 1px, transparent 1px, transparent 3px);
  background-size: 2px 3px;
  background-repeat: repeat-y;
}

.access-map {
	margin-bottom: 20px;
}
.gmap {
	padding: 0;
}
.gmap iframe {
	width: 100%;
	height: 400px;
	vertical-align: bottom
}
.access-map-link {
	margin-bottom: 0;
	padding: 0;
	text-align: right;
}
.access-map-link a {
	position: relative;
	padding-right: 65px;
	color: var(--accent);
	font-size: 1.3rem;
}
.access-map-link a::before {
	display: block;
	content: '';
	position: absolute;
	top: 10px;
	right: 21px;
	width: 30px;
	height: 1px;
	background-color: var(--accent);
}

.access-map-link a::after {
	display: block;
	content: '';
	position: absolute;
	top: 11px;
	right: 21px;
	width: 7px;
	height: 1px;
	background-color: var(--accent);
	transform-origin: right bottom;
	transform: rotate(40deg);
	transition: right .3s;
}
.access-map-link a:hover::after {
	position: absolute;
	top: 11px;
	right: 16px;
}
.access-sec-info {
	padding: 0 30px;
}
.access-sec-info a {
	color: var(--text);
}
.company-name {
	margin-bottom: 12px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.company-name .br-sp {
	display: none;
}
.company-info {
	font-size: 1.3rem;
	color: var(--text-gray);
	line-height: 1.8;
}
.company-info a {
	color: var(--text-gray);
}

/* ---------------------------- */
/*   second page_sp
/* ---------------------------- */
/*================================================
              // PROJECT_sp //
================================================ */
.project-cate-wrap {
  width: 86.824%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 0 20px;
  width: 86.824%;
  font-family: 'Roboto Condensed', sans-serif;
}

.project-cate {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.project-cate p.cate-ttl {
  font-size: 1em;
  font-weight: 400;
}

.project-cate ul.cate-list {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}

.project-cate ul.cate-list li.cat-item {
  margin-right: 1.2em;
  font-size: .8em;
  font-family: 'Noto Sans JP', sans-serif;
}

.projectList {
  padding-bottom: 60px;
}

.projectList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.projectList ul li {
  width: 46.5%;
  margin-bottom: 20px;
}

.projectList-ttl {
  margin: 2em 0 1em;
  font-size: .6em;
  line-height: 1.4;
}

.projectList-ttl dt {
  font-size: 1.2rem;
}

.projectList-ttl dd {
  font-size: 1rem;
}

.projectList-ttl dt::before {
  width: 10px;
  left: -30px;
}

.project-box {
  margin: auto 0 20px;
}

/* project-detail_sp
-------------------------------------------------- */
.archive-ttl {
  height: 30vh;
}

.archive-ttl-inner {
  top: 50%;
}

.archive-ttl-inner .ttl {
  font-size: 3rem;
}

.archive-ttl-inner .subttl {
  padding: 1.4em 0 1.4em 0;
  font-size: 1.4rem;
}

.project-detail {
  margin-top: 0;
}

.project-detail_description {
  display: block;
  margin-bottom: 16px;
  margin-top: 16px;
}

.project-detail_description_head {
  width: 225px;
  margin-bottom: 0;
  font-size: 1.2em;
}

.project-detail_description_article {
  width: 95%;
  margin-top: 4px;
  margin-bottom: 0;
}

.project-detail_description_items {
  padding-left: 15px;
  border-left: 1px dotted var(--accent);
  line-height: 1.8em;
  font-size: .8em;
}

.project-detail_gallery {
  margin-bottom: 16px;
  margin-top: 16px;
  display: block;
}

.project-detail_gallery_img {
  margin: auto auto 30px;
}

.other-project-detail-inner {
  max-width: 1480px;
  margin: 0 auto;
  padding-top: 0;
}

.project-detail_title {
  margin-bottom: 30px;
}

.other-project-list {
  padding: 0 5.66%;
}

/* section_sp
================================================ */
.section-wrap.inner {
  padding-left: 5.66%;
  padding-right: 5.66%;
}

.section-wrap {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
}/* sp end */