@charset "UTF-8";

/* CSS Document */
.sec {
  margin-bottom: 150px;
}

.inner {
  position: relative;
  margin: auto 100px;
  width: auto;
}
img {
  -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    touch-callout:none;
    user-select:none;
  }
  img {
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
  }
h2 {
  position: relative;
  line-height: 1;
}

h2,
h3 {
  font-weight: normal;
}

h2 span {
  display: block;
  font-size: 88px;
  font-size: 5.5rem;
  margin-bottom: 15px;
}

h3 span {
  display: inline-block;
}

h2.txtC {
  text-align: center;
  padding-bottom: 140px;
}

h2.txtC::after {
  position: absolute;
  content: "";
  left: 0px;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 1px;
  height: 80px;
  background: #231815;
}

/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}

/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------

HERO

-------------------------------- */
.hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 100px);
  margin: -100px 0 180px;
}

.hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.hero__slide__outer {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero__slide {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90%;
  height: 100%;
}

.hero__slide_mov {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 260px);
  height: 100%;
  overflow: hidden;
}

.hero__slide_mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.hero__slide__photo {
  height: 100%;
  width: auto;
}

.hero__slide__photo img,
.hero__slide__photo picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
}

.hero__ttl {
  position: absolute;
  left: 100px;
  bottom: -65px;
  font-size: 120px;
  font-size: 7.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  z-index: 3;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.hero__slide .slick-active .hero__slide__photo {
  -webkit-animation: slideAnim 0.5s ease 0s 1 normal forwards;
  animation: slideAnim 0.5s ease 0s 1 normal forwards;
  height: 100%;
  overflow: hidden;
}

@-webkit-keyframes slideAnim {
  /*0% {
        width: 0;
    }
    100% {
        width: 100%;
    }*/
}

@keyframes slideAnim {
  /*0% {
        width: 0;
    }
    100% {
        width: 100%;
    }*/
}

.intro__wrap,
.business__wrap,
.news__wrap,
.project__wrap,
.recruit__wrap,
.contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

/* --------------------------------

INTRO

-------------------------------- */
.intro__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__txt {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  padding-bottom: 60px;
}

.intro__txt p {
  margin-bottom: 35px;
}

.intro__txt p span {
  display: block;
}

.intro__img ul {
  position: relative;
  width: 81.5%;
  height: 510px;
  margin: auto;
}

.intro__img li {
  position: absolute;
}

.intro__img li:first-child {
  top: 5%;
  left: 0;
  width: 280px;
}

.intro__img li:last-child {
  bottom: 0;
  right: 0;
  width: 330px;
}

/* --------------------------------

BUSINESS

-------------------------------- */
.business__wrap__right {
  margin-top: 12%;
}

.business__box {
  position: relative;
  margin-bottom: 135px;
}

.business__box a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.business__box__txt {
  position: relative;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
  height: 70px;
  margin-top: 30px;
  padding-left: 95px;
}

.business__box__txt::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: #231815;
  border: 1px solid #231815;
  border-radius: 70px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.business__box__txt::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: url("../images/common/icon_arrow_mid02.svg") center no-repeat;
  background-size: 20px 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.business__box__txt span {
  font-size: 50px;
  font-size: 3.125rem;
  display: block;
  margin-bottom: 7px;
}

.business__box a:hover ~ .business__box__txt::before {
  background: #fff;
}

.business__box a:hover ~ .business__box__txt::after {
  background: url("../images/common/icon_arrow_mid.svg") center no-repeat;
  background-size: 20px 16px;
}

.business__wrap__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.business__wrap__center .business__box {
  width: 30.25%;
}

.business__wrap__center .business__box:nth-child(2) {
  margin-top: 120px;
}

.business__wrap__center .business__box:last-child {
  margin-top: 240px;
}

.business__wrap__center .business__box__img {
  position: relative;
  overflow: hidden;
}

.business__wrap__center .business__box__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.business__wrap__center .business__box__img img,
.business__wrap__center .business__box__img picture {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.business__wrap__center .business__box__txt {
  font-size: 15px;
  font-size: 0.9375rem;
}

.business__wrap__center .business__box__txt span {
  font-size: 40px;
  font-size: 2.5rem;
}

.business__contents .tolist {
  margin: auto;
}

/* --------------------------------

NEWS

-------------------------------- */
.news__box {
  padding-bottom: 20px;
  border-bottom: 1px solid #231815;
  margin-bottom: 60px;
}

.news__box__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10px 25px;
  line-height: 1;
  font-size: 16px;
  font-size: 1rem;
}

.news__box__date .cat {
  font-size: 14px;
  font-size: 0.875rem;
  color: #777777;
  margin-left: 20px;
}

.news__box a {
  position: relative;
  padding-left: 25px;
  display: block;
}

.news__box a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 12px;
  height: 1px;
  border-bottom: 1px solid #000;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.news__box a::after {
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.news__box a:hover {
  opacity: 1;
}

.news__box a:hover::before {
  left: 10px;
}

.news__box a:hover::after {
  left: 14px;
}

.news__contents .tolist {
  margin: 75px 0 auto auto;
}

/* --------------------------------

WORKS

-------------------------------- */
.works__slide {
  width: 100vw;
  margin: auto -100px;
}

.works__slide .slick-slide {
  margin: 0 30px;
}

.works__box {
  position: relative;
  width: 460px;
}

.works__box a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.works__box__img {
  margin-bottom: 20px;
  width: 450px;
}

.works__box__txt {
  line-height: 1;
}

.works__box__txt span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.works__contents .tolist {
  margin: 100px 0 auto auto;
}

/* --------------------------------

PROJECTS

-------------------------------- */
.PROJECTS h2 span {
  margin-bottom: 25px;
}

.project__wrap__img ul {
  position: relative;
  width: 92.5%;
  height: 590px;
  margin: auto;
}

.project__wrap__img li {
  position: absolute;
  width: 350px;
}

.project__wrap__img li:first-child {
  top: 0;
  left: 0;
}

.project__wrap__img li:last-child {
  bottom: 0;
  right: 0;
}

h3.projectheading3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 50px;
}

h3.projectheading3 span {
  display: block;
}

.project__design {
  width: 375px;
}

.project__txt {
  padding: 40px 0 50px;
  max-width: 600px;
}

.project__txt p {
  margin-bottom: 40px;
}

/* --------------------------------

RECRUIT

-------------------------------- */
.recruit__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h3.recruitheading3 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 60px;
}

.recruitsubttl {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 30px;
}

.recruit__txt {
  padding-bottom: 60px;
  max-width: 600px;
}

.recruit__txt p {
  margin-bottom: 40px;
}

.recruit__wrap__img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}

.recruit__wrap__img ul li {
  width: 23%;
}

.recruit__wrap__img ul li:nth-child(1) {
  margin-top: 11.25%;
}

.recruit__wrap__img ul li:nth-child(2) {
  margin-top: 23.25%;
}

.recruit__wrap__img ul li:nth-child(4) {
  margin-top: 12%;
}

.recruit__wrap__img ul li p:nth-child(2) {
  margin-top: 12%;
}

/* --------------------------------

GROUP

-------------------------------- */
.group__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1210px;
  margin: 10px auto 0;
}

.group__wrap ul li {
  width: 31.5%;
  max-width: 390px;
  height: 100px;
}

.group__wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #231815;
}

.group__wrap ul li img {
  height: 60px;
  width: auto;
}

/* --------------------------------

CONTACT

-------------------------------- */
h3.contactheading3 {
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 40px;
}

.company__address {
  margin-bottom: 20px;
}

.company__address .map {
  margin-left: 20px;
}

.contactNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 25px;
}

.contactNum p {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  background: url("../images/common/icon_phone.svg") left top no-repeat;
  background-size: 28px;
  padding-left: 38px;
}

.contactNum span {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 15px;
}

.SNSs__sns {
  margin-bottom: 110px;
}

.SNSs__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.SNSs__sns ul li {
  margin-right: 20px;
}

.SNSs__sns ul li a {
  display: block;
  height: 28px;
}

.SNSs__sns ul li a img {
  height: 100%;
  width: auto;
}

@media (max-width: 769px) {
  .google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .intro__txt p {
    margin-bottom: 15px;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .sec {
    margin-bottom: 50px;
  }

  .inner {
    margin: auto;
  }

  h2 {
    font-size: 12px;
  }

  h2 span {
    font-size: 50px;
    margin-bottom: 5px;
  }

  h2.txtC {
    padding-bottom: 60px;
  }

  h2.txtC::after {
    bottom: 15px;
    height: 30px;
  }

  /* --------------------------------

    HERO

    -------------------------------- */
  .hero {
    position: relative;
    width: 100%;
    height: 50.5vh;
    margin: 0 0 75px;
  }
.hero.top-Hero {
    height: 32.5vh;
}
  .hero::before {
    display: none;
  }

  .hero__slide {
    width: calc(100% - 25px);
  }

  .hero__slide_mov {
    width:100%;
  }

  .hero__ttl {
    left: 2.5%;
    bottom: -3vh;
    font-size: 9vw;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  }

  .intro__wrap {
    display: block;
    margin: 0 5%;
  }

  .business__wrap,
  .news__wrap,
  .project__wrap,
  .recruit__wrap,
  .contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .intro__txt {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 1px;
  }

  .intro__img {
    display: none;
  }

  /* --------------------------------

    BUSINESS

    -------------------------------- */
  .business__wrap__right {
    display: none;
  }

  .business__box {
    margin-bottom: 50px;
  }

  .business__box:nth-child(odd),
  .business__wrap__center .business__box,
  .business__wrap__center .business__box:last-child {
    width: 87.5%;
    margin-top: 0;
  }

  .business__box:nth-child(even),
  .business__wrap__center .business__box:nth-child(2) {
    width: 87.5%;
    margin: 0 0 50px auto;
  }

  .business__box:nth-child(odd) .business__box__img,
  .business__wrap__center .business__box:nth-child(odd) .business__box__img {
    height: 87.5%;
    overflow: hidden;
  }

  .business__box:nth-child(even) .business__box__img,
  .business__wrap__center .business__box:nth-child(even) .business__box__img {
    height: 87.5%;
    overflow: hidden;
  }

  .business__box .imgzm {
    width: 100%;
    height: 100%;
  }

  .business__box .imgzm img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }

  .business__box__txt,
  .business__wrap__center .business__box__txt {
    font-size: 13px;
    height: 45px;
    margin: 15px 0 0 10px;
    padding-left: 50px;
    letter-spacing: 0em;
  }

  .business__box__txt::before {
    width: 45px;
    height: 45px;
    border-radius: 45px;
  }

  .business__box__txt::after {
    width: 45px;
    height: 45px;
    background: url("../images/common/icon_arrow_sml_sp.svg") center no-repeat;
    background-size: 13px 11px;
  }

  .business__box__txt span,
  .business__wrap__center .business__box__txt span {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .business__wrap__center {
    display: block;
  }

  .business__wrap__center .business__box__img::before {
    display: none;
  }

  .business__contents .tolist {
    margin: auto;
  }

  /* --------------------------------

    NEWS

    -------------------------------- */
  .news__box {
    padding-bottom: 15px;
    margin-bottom: 50px;
    margin-left: 5%;
    font-size: 13px;
  }

  .news__box__date {
    margin: 0 0 5px 25px;
    font-size: 14px;
  }

  .news__box__date .cat {
    font-size: 12px;
  }

  .news__box a::before {
    top: 12px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .news__box a::after {
    top: 9px;
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }

  .news__contents .tolist {
    margin: 15px 0 auto auto;
  }

  /* --------------------------------

    WORKS

    -------------------------------- */
  .works__slide {
    width: 100%;
    margin: auto auto auto 5%;
  }

  .works__slide button {
    opacity: 1;
    /* visibility: hidden; */
  }

  .works__slide .slick-slide {
    margin: 0 15px;
    width: 250px;
  }

  .works__box {
    position: relative;
    font-size: 13px;
  }

  .works__box__img {
    margin-bottom: 10px;
    width: 250px;
  }

  .works__box__txt span {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
  }

  .works__contents .tolist {
    margin: 50px 0 auto auto;
  }

  /* --------------------------------

    PROJECTS

    -------------------------------- */
  .PROJECTS h2 span {
    margin-bottom: 15px;
  }

  .project__wrap__img ul {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .project__wrap__img li {
    position: inherit;
    width: 48%;
  }

  .project__wrap__img li:first-child {
    top: auto;
    left: auto;
  }

  .project__wrap__img li:last-child {
    bottom: auto;
    right: auto;
    margin-top: 25px;
  }

  .project__wrap__txt {
    width: 90%;
    margin: auto;
  }

  h3.projectheading3 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .project__design {
    width: 90%;
  }

  .project__txt {
    font-size: 13px;
    padding: 50px 0 15px;
    max-width: none;
    max-width: initial;
  }

  /* --------------------------------

    RECRUIT

    -------------------------------- */
  .recruit__wrap {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  h3.recruitheading3 {
    font-size: 20px;
    margin-bottom: 18px;
  }

  .recruitsubttl {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .recurit__wrap__txt {
    width: 90%;
    margin: 50px auto 0;
    font-size: 13px;
  }

  .recruit__txt {
    padding-bottom: 0px;
    max-width: inherit;
  }

  .recruit__txt p {
    margin-bottom: 30px;
  }

  .recruit__wrap__img {
    width: 100%;
  }

  .recruit__wrap__img ul {
    width: 100%;
  }

  /* --------------------------------

    GROUP

    -------------------------------- */
  .GROUP h2 span {
    margin-bottom: 15px;
  }

  .group__wrap ul {
    width: 100%;
    max-width: none;
    max-width: initial;
  }

  .group__wrap ul li {
    width: 50%;
    max-width: none;
    max-width: initial;
    height: auto;
  }

  .group__wrap ul li a {
    width: 80%;
    height: 100%;
    margin: auto;
    border: none;
  }

  .group__wrap ul li img {
    height: auto;
    width: 100%;
  }

  /* --------------------------------

    CONTACT

    -------------------------------- */
  .contact__wrap__txt {
    width: 90%;
    margin: auto;
  }

  h3.contactheading3 {
    font-size: 24px;
    margin: 40px 0 15px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  .company__address {
    font-size: 13px;
  }

  .company__address .map {
    display: none;
  }

  .contactNum {
    margin-bottom: 35px;
  }

  .contactNum p {
    font-size: 26px;
    background-size: 24px;
    padding-left: 30px;
  }

  .contactNum span {
    font-size: 12px;
    padding-left: 10px;
  }

  .SNSs__sns {
    margin-bottom: 50px;
  }

  .SNSs__sns ul li a {
    height: 24px;
  }

  .PROJECTS .tolist a,
  .RECRUIT .tolist a,
  .CONTACT .tolist a {
    width: 240px;
    margin: 0 -3.5% 0 auto;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .hero {
    position: relative;
    width: calc(100% - 40px);
    height: 76.5vh;
    margin: 0 0 140px 40px;
  }
}
