@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=M+PLUS+1p:wght@400;700&display=swap);
/* @import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400&display=swap); */
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

:root { font-size: 10px; }
@media only screen and (min-width: 480px) {
  :root { font-size: 11.4px; }
}

body {
	font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;
	font-size: 1.4rem;
	line-height: 1.75;
	text-align: center;
	color: #555;
	margin: 0;
	padding: 0;
	background: #FFF;
  padding-top: 100vh;
}
img {
  vertical-align: top;
	width: 100%;
	height: auto;
}
main {
  max-width: 100vw;
  overflow-x: hidden;
  text-align: left;
  padding-bottom: 10rem;
}
.container {
  margin: 0 8vw;
}
a:link { color: #00aac2;}
a:visited { color: #00aac2;}
a:active { color: #00aac2; text-decoration: none;}

@media only screen and (min-width: 480px) {
  img { width: 100%; height: auto; }
}
@media only screen and (max-width: 834px) {
  .is_pc { display: none;}
}
@media print, screen and (min-width: 835px) {
  body { font-size: 16px;}
  main { padding-bottom: 35vh; }
  .is_sp { display: none;}
  a:hover { text-decoration: none;}
  .container {
    width: 1100px;
    margin: 0 auto;
  }
}

/* mv
------------------*/
.movie {
  position: fixed;
  left: 0;
  top: 0;
  background: url(../movie/poster_unlabel_210222.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.movie video {
  display: none;
}
.movie::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(44, 37, 0, 0.4), rgba(73, 68, 32, 0.2));
  z-index: 10;
}
.movie::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/movie_overlay.svg) left top;
  background-size: 2px;
}
@media print, screen and (min-width: 835px) {
  .movie {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  }
  .movie video {
    position: fixed;
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top:0;
    left: 50%;
    transform: translate(-50%,0);
  }
}

.logo_unlabel {
  position: absolute;
  top: 38vh;
  left: 18vw;
  width: 68vw;
  text-align: center;
}
.logo_unlabel img {
  max-width: 300px;
}
@media print, screen and (min-width: 835px) {
  .logo_unlabel {
    top: 30vh;
    left: 15vw;
    width: 28vw;
    min-width: 360px;
  }
  .logo_unlabel img {
    max-width: inherit;
  }
}

/* sec_copy
------------------*/
.sec_copy {
  position: relative;
  margin-bottom: 10rem;
  font-size: 4.3vw;
  opacity: 0.9;
  color: #fff;
}
.sec_copy section {
  position: relative;
  /* background: #f5f4f1; */
  /* background: rgba(255,255,255,0.9); */
  /* padding: 20vw 5vw 25vw 20vw; */
  /* border-radius: 2px; */
}
.sec_copy section h2 {
  font-size: 1.52em;
  margin: 0 0 2.5rem;
  letter-spacing: .05em;
}
.sec_copy section p {
  line-height: 2.2em;
  letter-spacing: .05em;
}
.sec_copy .copy_01 {
  margin-bottom: 2em;
  /* margin: 0 0 0 10vw; */
}
/* .sec_copy .copy_01::after {
  content: "";
  position: absolute;
  right: 10vw;
  bottom: 10px;
  width: 75vw;
  height: 20px;
  box-shadow: 2px -2px 25px 0px rgba(0,0,0,0.05);
} */
.sec_copy .copy_02 {
  /* margin: -30px 10vw 0 0; */
  /* padding-left: 10vw; */
}

@media only screen and (min-width: 480px) {
  .sec_copy {
    font-size: 18px;
  }
  .sec_copy br.is_sp {
    display: none;
  }
}

@media print, screen and (min-width: 835px) {
  .sec_copy {
    width: 1100px;
    margin: 0 auto 20rem;
    font-size: 22px;
  }
  /* .sec_copy .copy_01::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 70px;
    height: 300px;
    box-shadow: -2px -2px 25px 0px rgba(0,0,0,0.05);
  } */

}


/* sub_column
------------------*/
.sub_column > section h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 2rem;
  padding-left: 1.4em;
  font-family: "Lato";
  line-height: 1.2;
  letter-spacing: .05em;
  color: #fff;
}
.sub_column > section h3::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 1em;
  height: 1px;
  background: #fff;
}
@media print, screen and (min-width: 835px) {
  .sub_column {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
}

/* sec_project
------------------*/
.sec_project {
  margin: 0 0 10rem;
}
.sec_project ul li {
  margin: 0 0 2rem;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  border-radius: 2.1vw;
}
@media only screen and (min-width: 480px) {
  .sec_project {
    /* margin-left: 20vw; */
    width: 540px;
    margin-bottom: 10rem;
  }
}
@media print, screen and (min-width: 835px) {
  .sec_project {
    width: 540px;
    margin-left: 0;
  }
  .sec_project ul li {
    border-radius: 16px;
    transition: 0.2s;
  }
  .sec_project ul li:hover {
    box-shadow: 0px 0px 45px 0px rgba(0,0,0,0.1);
    transform: scale(1.02);
  }
}

/* sec_company
------------------*/
.sec_company {
  margin: 0 0 6rem;
}
.sec_company dl {
  position: relative;
  line-height: 1.5;
  font-size: 1.3rem;
  letter-spacing: .05em;
  color: #fff;
}
.sec_company dl:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
.sec_company dl > div {
  position: relative;
  padding: 1.2rem 0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.sec_company dl > div:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.3);
}
.sec_company dl dt {
  width: 27%;
}
.sec_company dl dd {
  width: 73%;
}
@media only screen and (min-width: 480px) {
  .sec_company {
    margin-right: 30vw;
  }
}
@media print, screen and (min-width: 835px) {
  .sec_company {
    width: 400px;
    margin: 0 0 140px 100px;
  }
}

/* project_modal
------------------*/
.project_modal_kv {
  margin: 4rem 8vw 5rem;
}
.project_modal_kv figure {
  margin: 0 auto 2rem;
  max-width: 340px;
}
.project_modal_btn {
  position: relative;
  margin: 0 auto;
  width: 50vw;
  max-width: 220px;
  text-align: center;
}
.project_modal_btn a {
	display: inline-block;
  position: relative;
  width: 100%;
	border-radius: 5rem;
	font-size: 1.5rem;
	color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 1.2rem 3.5rem 1.2rem 3.5rem;
  background: #62bdca;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
}
.project_modal_btn a[target="_blank"]:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
  right: 2rem;
  width: 15px;
  height: 15px;
  background: url(../images/ico_blank.svg) no-repeat left top;
  background-size: contain;
}

.project_modal_body {
  max-width: 470px;
  margin: 0 auto;
  padding: 0 0 2rem;
}
.project_modal_title {
  padding: 2rem 2rem 2.2rem;
  margin: 0 0 2.2rem;
  background: #f5f4f1;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.project_modal_title span {
  font-size: 60%;
}
.project_modal_txt p {
  margin: 0 0 1.5em;
  line-height: 2;
  font-size: 1.3rem;
}

@media print, screen and (min-width: 835px) {
  .project_modal_inner {
    padding: 60px 50px 0;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
  }
  .project_modal_kv {
    width: 340px;
    margin: 0 50px 5rem 0;
  }
  .project_modal_btn {
    width: 220px;
  }
  .project_modal_btn a {
  	font-size: 15px;
    padding: 10px 20px 10px 20px;
  }
  .project_modal_btn a:hover {
  	opacity: 0.85;
  	transition: 0.2s;
  }
  .project_modal_body {
    width: 470px;
  }


}

/* footer
------------------*/
footer {
  max-width: 100vw;
  overflow-x: hidden;
  background: #f5f4f1;
  /* background: rgba(255,255,255,0.7); */
  opacity: 0.85;
  padding: 30px 0;
  color: #727272;
}
footer p {
  text-align: center;
}
footer p small {
  font-size: 1.2rem;
  display: inline-block;
  letter-spacing: .05em;
  color: #999;
}
.footer_logo {
  width: 140px;
  margin: 0 auto 1rem;
  /* opacity: 0.8; */
}

@media print, screen and (min-width: 835px) {
  footer {
    padding: 80px 0;
  }
  .footer_logo {
    width: 180px;
  }
}




/* =================================================================
		scroll animation
================================================================= */

/* fadeIn
------------------------- */
.fadein_up {
  transform: translate( 0, -10px) scale(1.03);
  transition: 0.5s;
	opacity: 0;
  transition-timing-function: ease-out;
}
.fadein_up.move_up {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.fadein_up {
  /* transition: 0.5s; */
  /* transition-timing-function: linear; */
}
.fadein_up.move_up {
}
@media print, screen and (min-width: 835px) {
  .fadein_up {
    transform: translate( 0, -10px) scale(1.03);
  }
}
