@charset "UTF-8";
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　COLOR
--------------------------------------------------------*/
/*--------------------------------------------------------
　STYLE RESET
--------------------------------------------------------*/
html {
  overflow: auto;
}

body {
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  text-align: left;
  font-family: sans-serif;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, figure, figcaption {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: "";
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: none;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  border: none;
  outline: none;
}

/*--------------------------------------------------------
　BASE STYLE
--------------------------------------------------------*/
body {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 16px;
  line-height: 2;
  color: #000000;
}

.allwrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.br {
  display: inline-block;
}

.sp-visible {
  display: none;
}

@media (max-width: 639px) {
  .sp-visible {
    display: block;
  }

  .pc-visible {
    display: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media (max-width: 639px) {
  img {
    width: 100%;
  }
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}

@media (min-width: 980px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*--------------------------------------------------------
　ANIMATION
--------------------------------------------------------*/
.is-fv-anm, .is-anm {
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s linear;
}
.is-fv-anm.is-done, .is-anm.is-done {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-up {
  transform: translate(0, 40px);
}

.fade-down {
  transform: translate(0, -40px);
}

.fade-left {
  transform: translate(-40px, 0);
}

.fade-right {
  transform: translate(40px, 0);
}

.fade-scale {
  transform: scale(0);
  transition: all 1s cubic-bezier(0.65, -0.55, 0.265, 1.55);
}
.fade-scale.is-done {
  transform: scale(1);
}

.img-view-anm {
  position: relative;
  overflow: hidden;
}
.img-view-anm::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(0);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.img-view-anm.is-done::after {
  transform: translateY(-100%);
}

/**
 * アーバンテックCSS
 * Created on: 2022.2.17
 * Modified on: yyyy.mm.dd
 */
/*--------------------------------------------------------
　_layout
--------------------------------------------------------*/
.allwrap {
  min-width: 1024px;
  margin: 0 auto;
}
@media (max-width: 639px) {
  .allwrap {
    min-width: 0;
  }
}

.l-header {
  position: relative;
  z-index: 10;
}
.l-header img {
  vertical-align: baseline;
}
.l-header .logo-takenaka {
  width: 175px;
  position: absolute;
  top: 30px;
  left: 30px;
}
.l-header .logo-takenaka img {
  filter: drop-shadow(0 0 8px rgba(4, 43, 130, 0.2));
}
.l-header .logo-takenaka_tech {
  width: 170px;
  position: absolute;
  top: 30px;
  right: 20px;
}
.l-header .logo-takenaka_tech img {
  filter: drop-shadow(0 0 8px rgba(4, 43, 130, 0.2));
}
@media (max-width: 639px) {
  .l-header .logo-takenaka {
    width: 113px;
    top: 10px;
    left: 10px;
  }
  .l-header .logo-takenaka_tech {
    width: 80px;
    top: 15px;
    right: 10px;
  }
}
.l-content {
  background: #FFFFFF;
  padding-bottom: 100px;
}

.pc_view div#outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-width: 1024px !important;
  line-height: unset;
}
.pc_view div#footer {
  position: relative !important;
}
.pc_view a.sns_icon {
  height: 42px;
  overflow: hidden;
}
.pc_view h1, .pc_view h2, .pc_view h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sm_view div#outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: unset;
}
.sm_view a.sns_icon {
  height: 50px;
  overflow: hidden;
}

/*--------------------------------------------------------
　_component
--------------------------------------------------------*/
.c-subttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.c-subttl span {
  display: inline-block;
  padding: 0 50px;
  position: relative;
}
.c-subttl span::before, .c-subttl span::after {
  content: "";
  width: 30px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
}
.c-subttl span::before {
  left: 0;
}
.c-subttl span::after {
  right: 0;
}
@media (max-width: 639px) {
  .c-subttl {
    font-size: 18px;
    line-height: 1.5;
  }
  .c-subttl span {
    letter-spacing: -0.02em;
    padding: 0 40px;
  }
}

/*--------------------------------------------------------
　_project
--------------------------------------------------------*/
.p-fv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.p-fv__movie-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-fv__movie {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-fv__ttl {
  width: 680px;
  height: 268px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
}
.p-fv__ttl::after {
  display: none;
}
@media (max-width: 639px) {
  .p-fv__ttl {
    width: 95%;
    height: auto;
  }
}
.p-summary {
  padding: 60px 0 0;
  text-align: center;
}
.p-summary__ttl {
  font-size: 22px;
  font-weight: bold;
  line-height: 2.1;
}
.p-summary__subttl {
  margin: 80px 0 20px;
}
.p-summary__movie {
  width: 643px;
  margin: 0 auto;
}
.p-summary__movie .movie-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.p-summary__movie .movie-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 639px) {
  .p-summary__ttl {
    width: 80%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.7;
    text-align: left;
  }
  .p-summary__subttl {
    margin-top: 50px;
  }
  .p-summary__movie {
    width: 86%;
    margin: 0 auto;
  }
}
.p-method {
  margin: 100px auto 0;
  max-width: 960px;
  text-align: center;
}
.p-method__ttl {
  text-align: center;
  margin-bottom: -2px;
}
.p-method__subttl {
  margin: 80px 0 40px;
}
.p-method__img.img5 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.p-method__topline {
  width: 100%;
  height: 45px;
  border-top: 4px solid #5EADE4;
  position: relative;
}
.p-method__topline::before, .p-method__topline::after {
  content: "";
  width: 4px;
  height: 100%;
  background: #5EADE4;
  border-radius: 0 0 2px 2px;
  position: absolute;
  top: 0;
}
.p-method__topline::before {
  left: 0;
}
.p-method__topline::after {
  right: 0;
}
.p-method__bottomline {
  width: 100%;
  height: 45px;
  border-bottom: 4px solid #5EADE4;
  position: relative;
}
.p-method__bottomline::before, .p-method__bottomline::after {
  content: "";
  width: 4px;
  height: 100%;
  background: #5EADE4;
  border-radius: 0 0 2px 2px;
  position: absolute;
  bottom: 0;
}
.p-method__bottomline::before {
  left: 0;
}
.p-method__bottomline::after {
  right: 0;
}
@media (max-width: 639px) {
  .p-method {
    margin-top: 60px;
  }
  .p-method__ttl {
    width: 84%;
    margin: 0 auto;
  }
  .p-method__subttl {
    margin: 40px 0 20px;
  }
  .p-method__img.img5 {
    width: 90%;
    margin: 20px auto;
  }
  .p-method__topline, .p-method__bottomline {
    width: 90%;
    height: 23px;
    margin: 0 auto;
  }
}
.p-creation {
  margin-top: 100px;
}
.p-creation__ttl {
  text-align: center;
}
.p-creation__subttl {
  margin: 30px 0;
}
.p-creation__box {
  width: 100%;
  height: 700px;
  position: relative;
}
.p-creation__box .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-creation__box .txtbox {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.p-creation__box .txtbox .txt {
  font-size: 17px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 30px 0 0 10px;
}
.p-creation__box.box1 .img {
  background-image: url("../img/creation_img1.jpg");
}
.p-creation__box.box1 .txtbox {
  padding-top: 120px;
}
.p-creation__box.box1 .txtbox .txt {
  margin-top: 20px;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.p-creation__box.box2 .img {
  background-image: url("../img/creation_img2.jpg");
}
.p-creation__box.box2 .txtbox {
  padding-top: 150px;
}
.p-creation__box.box2 .txtbox .copy, .p-creation__box.box2 .txtbox .txt {
  width: 403px;
  margin-left: auto;
}
.p-creation__box.box2 .txtbox .txt {
  transform: translateX(10px);
  text-shadow: 0 0 12px black;
}
.p-creation__box.box3 .img {
  background-image: url("../img/creation_img3.jpg");
}
.p-creation__box.box3 .txtbox {
  padding-top: 140px;
}
.p-creation__box.box3 .txtbox .txt {
  text-shadow: 0 0 7px black, 0 0 7px black;
}
@media (max-width: 639px) {
  .p-creation {
    margin-top: 60px;
  }
  .p-creation__ttl {
    width: 92.6%;
    margin: 0 auto;
  }
  .p-creation__subttl {
    margin: 20px 0;
  }
  .p-creation__box {
    height: auto;
    padding-bottom: 50px;
  }
  .p-creation__box .img {
    width: 100%;
    height: 61.3vw;
    position: static;
  }
  .p-creation__box .txtbox {
    width: 82.4%;
    margin: -16px auto 0;
  }
  .p-creation__box .txtbox .txt {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.7;
    color: #000000;
    margin: 20px 0 0;
  }
  .p-creation__box .txtbox .txt br {
    display: none;
  }
  .p-creation__box.box1 .txtbox {
    padding-top: 0;
  }
  .p-creation__box.box1 .txtbox .copy {
    width: 85.4%;
  }
  .p-creation__box.box1 .txtbox .txt {
    text-shadow: none;
  }
  .p-creation__box.box2 .txtbox {
    padding-top: 0;
  }
  .p-creation__box.box2 .txtbox .copy {
    width: 84.8%;
    margin-left: 0;
  }
  .p-creation__box.box2 .txtbox .txt {
    width: 100%;
    text-shadow: none;
    margin-left: 0;
    transform: translateX(0);
  }
  .p-creation__box.box3 .txtbox {
    padding-top: 0;
  }
  .p-creation__box.box3 .txtbox .copy {
    width: 67.1%;
  }
  .p-creation__box.box3 .txtbox .txt {
    text-shadow: none;
  }
}
.p-lineup {
  margin: 100px auto 0;
  max-width: 920px;
}
.p-lineup__ttl {
  text-align: center;
}
.p-lineup__subttl {
  margin: 10px 0 40px;
}
.p-lineup__box {
  border-top: 1px solid #F0F0F0;
  padding: 50px 0;
  -webkit-display: flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.p-lineup__box:last-child {
  border-bottom: 1px solid #F0F0F0;
}
.p-lineup__box .img {
  flex-basis: 454px;
  margin-right: 50px;
  text-align: center;
}
.p-lineup__box .txtbox {
  flex: 1;
  margin-right: 30px;
}
.p-lineup__box .txtbox .ttl {
  font-size: 28px;
  font-weight: bold;
}
.p-lineup__box .txtbox .txt {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 1em;
}
.p-lineup__box .txtbox a {
  display: block;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
  background: #5EADE4;
  border-radius: 14px;
  padding: 10px 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
}
.p-lineup__box .txtbox a:hover {
  opacity: 0.7;
}
.p-lineup__box .txtbox a .ico {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 40px;
  margin-top: -8px;
}
.p-lineup__box .txtbox a .ico img {
  vertical-align: top;
}
@media (max-width: 639px) {
  .p-lineup {
    margin-top: 60px;
  }
  .p-lineup__ttl {
    width: 76.4%;
    margin: 0 auto;
  }
  .p-lineup__subttl {
    margin: 20px 0 30px;
  }
  .p-lineup__box {
    margin: 0 5%;
    padding: 30px 0;
    display: block;
  }
  .p-lineup__box .img {
    widows: 100%;
    margin-right: 0;
  }
  .p-lineup__box .txtbox {
    margin-right: 0;
  }
  .p-lineup__box .txtbox .ttl {
    font-size: 24px;
    margin: 10px 0;
  }
  .p-lineup__box .txtbox .txt {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 1.5em;
  }
  .p-lineup__box .txtbox a {
    font-size: 21px;
  }
}

/*# sourceMappingURL=style.css.map */
