
/* popup */
.popup_bnr {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  right: 30px;
  width: 280px;
  z-index: 999;
  padding: 24px 24px 22px;
  background: rgba(255,255,255,.96);
  font-size: 1.4rem;
  line-height: 1.65;
  border-radius: 8px;
}

.popup_bnr a,
.popup_bnr a img {
  transition: .3s;
}

.popup_bnr a:hover,
.popup_bnr a:hover img {
  opacity: 1;
}

.popup_bnr a:hover img {
  transform: scale(1.04);
}

.popup_bnr .close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9999;
}

.popup_bnr .close img {
  vertical-align: top;
}

.popup_bnr .notice .icon {
  margin-bottom: 12px;
  text-align: center;
}

@media screen and (max-width: 761px) {
  .popup_bnr {
    bottom: 10px;
    right: 5%;
    width: 90%;
    padding: 4%;
    z-index: 9999;
    font-size: 1.2rem;
  }

  .popup_bnr .notice {
    display: flex;
    column-gap: 4%;
  }

  .popup_bnr .close {
    top: 8px;
    right: 8px;
  }

  .popup_bnr .notice .icon {
    flex-basis: 30%;
  }
}




@-webkit-keyframes opening_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opening_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes opening_logo {
  0% {
    width: 300px;
  }
  100% {
    width: 140%;
  }
}

@keyframes opening_logo {
  0% {
    width: 300px;
  }
  100% {
    width: 140%;
  }
}

@-webkit-keyframes scroll_anime {
  0% {
    bottom: 20px
  }
  18% {
    bottom: 26px
  }
  36% {
    bottom: 20px
  }
  100% {
    bottom: 20px;
  }
}

@keyframes scroll_anime {
  0% {
    bottom: 20px
  }
  18% {
    bottom: 26px
  }
  36% {
    bottom: 20px
  }
  100% {
    bottom: 20px;
  }
}

.topvisual {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
}

.topvisual .top_slider li {
  width: 100%;
  height: calc(100vh - 80px);
}

.topvisual .top_slider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topvisual .lead_box {
  position: absolute;
  z-index: 9;
  top: 54%;
  transform: translateY(-50%);
  left: 6%;
}

.topvisual .lead_box h2 {
  font-size: 5.6rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  margin-left: 10px;
}

.topvisual .lead_box h2 em {
  font-size: 6.7rem;
}

.topvisual .lead_box h2 span {
  display: inline-block;
  position: relative;
}

.topvisual .lead_box h2 span i {
  opacity: 0;
  font-style: normal;
}

body.display .topvisual .lead_box h2 span i {
  animation: opening_bg01 2s 0s both;
  opacity: 1;
}

.topvisual .lead_box h2 span::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 21%;
  left: -1.5%;
  width: 98%;
  height: 70%;
  background: #FADC00;
}

.topvisual .lead_box h2 span::before {
  content: "";
  position: absolute;
  z-index: 9;
  top: 21%;
  left: -1.5%;
  width: 0;
  height: 70%;
  background: #FADC00;
}

@keyframes opening_bg01 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes opening_bg02 {
  0% {
    width: 0;
    left: -1.5%;
  }
  40% {
    width: 98%;
    left: -1.5%;
  }
  50% {
    width: 98%;
    left: auto;
    right: 3.5%;
  }
  100% {
    width: 0;
    left: auto;
    right: 3.5%;
  }
}

body.display .topvisual .lead_box h2 span::after {
  animation: opening_bg01 2s 0s both;
}

body.display .topvisual .lead_box h2 span::before {
  animation: opening_bg02 2s 0s forwards;
  width: 0;
  left: auto;
  right: 3.5%;
}

.topvisual .lead_box .lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 15px;
}

.topvisual .lead_box .lead span {
  background: #FFF;
  padding-left: 5px;
}

.topvisual .lead_box .lead span i {
  font-style: normal;
}

.slide-animation {
  animation: fadezoom 16s 0s forwards ease-in-out infinite;
}

.slick-slide:nth-child(2n).slide-animation {
  animation: fadezoom02 16s 0s forwards ease-in-out infinite;
}

@keyframes fadezoom {
  0% {
    transform: scale(1);
    transform-origin: top left;
  }
  25% {
    transform: scale(1.2);
    transform-origin: top left;
  }
  50% {
    transform: scale(1.3);
    transform-origin: center center;
  }
  75% {
    transform: scale(1.2);
    transform-origin: bottom right;
  }
  95% {
    transform: scale(1);
  }
}

@keyframes fadezoom02 {
  0% {
    transform: scale(1);
    transform-origin: bottom left;
  }
  25% {
    transform: scale(1.2);
    transform-origin: bottom left;
  }
  50% {
    transform: scale(1.3);
    transform-origin: center center;
  }
  75% {
    transform: scale(1.2);
    transform-origin: top right;
  }
  95% {
    transform: scale(1);
  }
}

.topvisual .slick-current .main_catch h2 {
  opacity: 1;
  color: #000;
  -webkit-animation: 1.5s ease-in-out .5s normal opening_txt both;
  animation: 1.5s ease-in-out .5s normal opening_txt both;
}

.topvisual .main_catch h2 em {
  line-height: 1.0;
  background: #FFF;
  display: inline-block;
  padding: 0px 8px 10px;
  margin-right: 2px;
  color: transparent;
  transition: 1s;
}

.topvisual .slick-current .main_catch h2 em {
  opacity: 1;
  animation: 1.0s ease-in-out .5s normal opening_txt both;
}

.topvisual .slick-current .main_catch .txt {
  -webkit-animation: 1.0s ease-in-out 1s normal opening both;
          animation: 1.0s ease-in-out 1s normal opening both;
          opacity: 1;
}

.topvisual .scroll {
  position: absolute;
  z-index: 999;
  left: 50%;
  bottom: 45px;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
}

.topvisual .scroll .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #1C1C1C url(../img/cmn/arrow_scroll.svg) center center no-repeat;
  background-size: auto 23px;
  transition: .3s;
}

.topvisual .scroll .arrow:hover {
  opacity: 1;
}

@keyframes rotation{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.topvisual .scroll .arrow::after {
  content: "";
  position: absolute;
  top: -12.5px;
  left: -12.5px;
  width: 100px;
  height: 100px;
  animation: 6s linear infinite rotation;
  background: url(../img/cmn/text_scroll.svg) center center no-repeat;
}

.topvisual .scroll .arrow:hover::after {
  animation: 2s linear infinite rotation;
}

@media screen and (max-width: 760px) {
  .topvisual {
    height: calc(90vh - 60px);
  }

  .topvisual .top_slider li {
    height: calc(90vh - 60px);
  }

  .topvisual .lead_box {
    top: 48%;
    left: 7%;
    width: 86%;
  }

  .topvisual .lead_box h2 {
    font-size: 4.0rem;
    margin-bottom: 5%;
    line-height: 1.2;
    margin-left: 6px;
  }

  .topvisual .lead_box h2 em {
    font-size: 4.8rem;
  }

  .topvisual .lead_box h2 span:first-child {
    margin-bottom: 1%;
  }

  .topvisual .lead_box h2 span::after {
    top: 8%;
    left: -3%;
    width: 98%;
    height: 95%;
  }

  .topvisual .lead_box h2 span::before {
    height: 95%;
  }

  @keyframes opening_bg03 {
    0% {
      width: 0;
      left: -3%;
    }
    40% {
      width: 98%;
      left: -3%;
    }
    50% {
      width: 98%;
      left: auto;
      right: 5%;
    }
    100% {
      width: 0;
      left: auto;
      right: 5%;
    }
  }

  body.display .topvisual .lead_box h2 span::before {
    animation: opening_bg03 2s 0s forwards;
    right: 5%;
  }

  .topvisual .lead_box h2 span:first-child::after {
    top: 14%;
    left: -3%;
    width: 106%;
    height: 90%;
  }

  .topvisual .lead_box h2 span:first-child::before {
    top: 14%;
    left: -3%;
    width: 0;
    height: 90%;
  }

  @keyframes opening_bg04 {
    0% {
      width: 0;
      left: -3%;
    }
    40% {
      width: 106%;
      left: -3%;
    }
    50% {
      width: 106%;
      left: auto;
      right: -3%;
    }
    100% {
      width: 0;
      left: auto;
      right: -3%;
    }
  }

  body.display .topvisual .lead_box h2 span:first-child::before {
    animation: opening_bg04 2s 0s forwards;
    right: -3%;
  }

  .topvisual .lead_box .lead {
    font-size: 1.4rem;
    margin-bottom: 0;
  }

  .topvisual .lead_box .lead span {
    padding-left: 5px;
  }

  .topvisual .scroll {
    bottom: 2%;
    transform: translateX(-50%) scale(.7);
  }

}


/* section_works */
.section_works {
  margin: 20px 0 120px;
  padding: 80px 3% 0;
  position: relative;
}

.section_works .inner {
  position: relative;
  background: #FEF8CC url(../img/top/mark_works.svg) bottom left no-repeat;
  background-size: 38%;
  border-radius: 10px;
  padding: 60px 4.5% 60px 5.2%;
  max-width: none;
  overflow: hidden;
}

.section_works .title_box.rorate {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: top left;
  margin-bottom: 0;
  margin-left: 70px;
}

.section_works .content_block {
  display: inline-block;
  vertical-align: top;
  padding: 40px 4% 0 90px;
  width: 25.5%;
  box-sizing: content-box;
}

.section_works .title_box.main .stit {
  margin-bottom: 28px;
  min-width: 226px;
}

.section_works .phase_wrapper {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(70% - 95px);
  border-radius: 10px;
}

.section_works .phase_slide .box {
  position: relative;
}

.section_works .phase_slide .column {
  display: flex;
  column-gap: 4%;
  align-items: center;
  margin-bottom: 20px;
}

.section_works .phase_slide .column > * {
  flex-basis: 48%;
}

.section_works .phase_slide .num {
  display: inline-block;
  background: #1C1C1C;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 4px 10px;
}

.section_works .tit_phrase {
  line-height: 1.8;
}

.section_works .phase_slide h4 {
  margin-bottom: 12px;
}

.section_works .phase_slide h4 span {
  display: inline-block;
  font-size: 2.5vw;
  font-weight: 700;
  background: #FADC00;
  line-height: 1.2;
  padding: 0 5px 2px;
  margin-top: 5px;
  word-break: keep-all;
}

.section_works .btn_more {
  text-align: left;
  margin-top: 40px;
}

.section_works .phase_slide .btn_more {
  margin-top: 0;
  position: absolute;
  bottom: 2.4vw;
  right: 2.4vw;
}

@media screen and (min-width: 761px) {

.section_works .phase_slide .btn_more a {
  font-size: min(1.1vw, 1.6rem);
  padding-right: 4.4vw;
}

.section_works .phase_slide .btn_more a::after {
  width: 3.4vw;
  height: 3.4vw;
  max-width: 50px;
  max-height: 50px;
}

}

.section_works .slick-prev {
  display: none!important;
}

.section_works .slick-dots {
  bottom: -30px;
  text-align: right;
}

.section_works .slick-dots li {
  margin-right: 10px;
}

.section_works .slick-dots li:last-child {
  margin-right: 0;
}

.section_works .slick-dots li:not(.slick-active) {
  background: rgba(0,0,0,.15);
}


@media screen and (max-width: 760px) {
  .section_works {
    padding: 12% 2% 0;
    margin: 0 0 12%;
  }

  .section_works .inner {
    border-radius: 8px;
    padding: 10% 4.5% 10% 5.2%;
    max-height: none;
    background-size: 96%;
  }

  .section_works .title_box.rorate {
    margin-left: 55px;
    margin-top: -10px;
  }

  .section_works .title_box.rorate .tit {
    word-break: keep-all;
    width: 310px;
  }

  .section_works .content_block {
    padding: 0 0 0 62px;
    width: 100%;
    box-sizing: border-box;
  }

  .section_works .title_box.main .stit {
    margin-bottom: 6%;
    min-width: none;
  }

  .section_works .phase_wrapper {
    width: 100%;
  }

  .section_works .phase_slide .column {
    column-gap: 0;
    margin-bottom: 4%;
  }

  .section_works .phase_slide .column > * {
    flex-basis: 100%;
  }

  .section_works .phase_slide .num {
    font-size: 1.2rem;
    padding: 4px 3%;
  }

  .section_works .phase_slide h4 {
    margin-bottom: 3%;
  }

  .section_works .phase_slide h4 span {
    font-size: 6vw;
    padding: 0 5px 2px;
    margin-top: 2%;
  }

  .section_works .phase_slide .txt {
    font-size: 1.3rem;
    line-height: 1.8;
    margin-bottom: 2.5%;
  }

  .section_works .btn_more {
    margin-top: 10%;
  }

  .section_works .phase_slide .btn_more {
    margin-top: 0;
    bottom: 5vw;
    right: 5vw;
  }
}


/* section_project */
.section_project {
  padding: 0;
}

.section_project .inner {
  position: relative;
}

.section_project .title_box {
  display: inline-block;
  vertical-align: top;
  width: 37%;
  padding-right: 5%;
}

.section_project .title_box .btn_more {
  margin-top: 60px;
  text-align: left;
}

.section_project .content_block {
  width: 62%;
  display: inline-block;
  vertical-align: top;
}

.section_project .project_slide_box {
  width: 100%;
}

.section_project .slick-list {
  width: calc(20% + 50vw);
}

.section_project .project_slide_box .box {
  background: url(../img/top/bg_project.svg) top left no-repeat;
  background-size: 388px auto;
  width: 382px;
  height: 528px;
  position: relative;
  margin-right: -20px;
}

.section_project .project_slide_box .box:has(+ .slick-current) {
  margin-right: 20px;
}

.section_project .project_slide_box .box > a {
  position: relative;
  display: block;
  height: 528px;
  padding: 60px 50px 30px 30px;
}

.section_project .project_slide_box .num {
  position: absolute;
  top: 18px;
  left: 27px;
  font-size: 1.6rem;
}

.section_project .project_slide_box .ph {
  border: 6px solid #FFF;
  border-radius: 8px;
}

.section_project .project_slide_box .name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 12px 0 6px;
}

.section_project .project_slide_box .sub {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: .5;
  line-height: 1.0;
  margin-bottom: 15px;
}

.section_project .project_slide_box .contents {
  font-size: 1.4rem;
  line-height: 1.8;
}

.section_project .project_slide_box .btn_more {
  position: absolute;
  z-index: 99;
  bottom: 30px;
  left: 30px;
  font-size: 1.4rem;
}

.section_project .project_slide_box .btn_more a {
  padding-right: 46px;
}

.section_project .project_slide_box .btn_more a::after {
  width: 36px;
  height: 36px;
  background-image: url(../img/cmn/icon_blank.svg);
}

.section_project .slick-prev {
  display: none!important;
}

.section_project .slick-next {
  right: 0;
}

.section_project .slick-dots {
  bottom: -40px;
}

.section_project .bg_txt {
  bottom: -20px;
  left: 2%;
}

@media screen and (max-width: 760px) {

  .section_project {
    margin-top: 0;
  }

  .section_project .title_box {
    width: 100%;
    padding-right: 0;
  }

  .section_project .title_box .btn_more {
    margin-top: 8%;
  }

  .section_project .content_block {
    width: 100%;
  }

  .section_project .slick-list {
    width: calc(50% + 50vw);
  }

  .section_project .project_slide_box .box {
    background-size: 325px auto;
    width: 315px;
    height: 442px;
    margin-right: -16px;
  }

  .section_project .project_slide_box .box > a {
    height: 442px;
    padding: 45px 36px 30px 20px;
  }

  .section_project .project_slide_box .num {
    top: 16px;
    left: 20px;
    font-size: 1.3rem;
  }

  .section_project .project_slide_box .ph {
    border: 4px solid #FFF;
    border-radius: 6px;
  }

  .section_project .project_slide_box .name {
    font-size: 2.0rem;
    margin: 4% 0 2%;
  }

  .section_project .project_slide_box .sub {
    font-size: 1.3rem;
    margin-bottom: 4%;
  }

  .section_project .project_slide_box .contents {
    font-size: 1.2rem;
    line-height: 1.6;
  }

  .section_project .project_slide_box .btn_more {
    bottom: 16px;
    left: 20px;
    font-size: 1.3rem;
  }

  .section_project .project_slide_box .btn_more a {
    font-size: 1.2rem;
  }

  .section_project .slick-next {
    right: 0;
  }

  .section_project .slick-dots {
    bottom: calc(-6% - 25px);
  }

  .section_project .bg_txt {
    bottom: -46px;
    left: 2%;
  }

  .section_project .btn_more.sp {
    margin-top: 6%;
  }
}


/* section_about */
.section_about {
  padding: 145px 0 120px;
}

.section_about .inner {
  display: flex;
  column-gap: 5%;
  position: relative;
}

.section_about .ph_block {
  flex-basis: 53%;
}

.section_about .ph_block img {
  border-radius: 8px;
}

.section_about .title_box {
  padding-top: 45px;
}

.section_about .btn_box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 40px;
  margin-top: 40px;
}

.section_about .btn_more {
  margin-left: 0;
}


.bg_txt {
  position: absolute;
  z-index: -1;
  font-size: 9rem;
  font-weight: 300;
  color: #EDEDED;
}
.section_about .bg_txt {
  top: 460px;
  right: 2%;
  transform: rotate(90deg);
  transform-origin: top right;
}

@media screen and (max-width: 760px) {
  .section_about {
    padding: 22% 0 12%;
  }

  .section_about .inner {
    display: block;
  }

  .section_about .ph_block img {
    border-radius: 6px;
  }

  .section_about .title_box {
    padding: 8% 2% 0;
  }

  .section_about .btn_box {
    column-gap: 0;
    margin-top: 0;
  }

  .section_about .btn_more {
    margin-left: 0;
  }

  .bg_txt {
    font-size: 5.5rem;
  }
  .section_about .bg_txt {
    top: 510px;
    right: 2%;
  }
}
