@charset "utf-8";

/* CSS Document */

/***********
mainVisual
************/

.mainVisual {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.8s ease 0.1s;
}
body.is-loaded .mainVisual {
  opacity: 1;
}
.mainVisual::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
/*  background: rgba(0, 0, 0, 0.2);*/
}

/*
slick
*/

.mainVisual-slider{
}
.mainVisual-slider li{
  width: 100%;
  height: 100vh;
  min-height: 700px;
}

.mainVisual-img{
  width: 100%;
  height: 100vh;
  min-height: 700px;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
}
.mainVisual-img > img {
  display: none;
}
.mainVisual .slick-animation,
.mainVisual .slick-slide {
  opacity: 1 !important;
}
.mainVisual .slick-animation .mainVisual-img{
  animation: amin-fadeZoom 7.5s cubic-bezier(0.61, 1, 0.88, 1) forwards;
}
.mainVisual .slick-prev-slide {
  z-index: 1001 !important;
}

.is-left .slick-prev-slide .mainVisual-img{
  animation: amin-mask-left 1.5s cubic-bezier(0.83, 0, 0.17, 1) forwards ;
}
.is-right .slick-prev-slide .mainVisual-img{
  animation: amin-mask-right 1.5s cubic-bezier(0.83, 0, 0.17, 1) forwards ;
}


@keyframes amin-fadeZoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.0);
  }
}

@keyframes amin-mask-left {
  0% {
    clip-path: polygon(0% 0%, 100% 0% ,100% 100%, 0% 100% );
  }
  100% {
    clip-path: polygon(0% 0%, 0% 0% ,0% 100%, 0% 100% );
  }
}
@keyframes amin-mask-right {
  0% {
    clip-path: polygon(0% 0%, 100% 0% ,100% 100%, 0% 100% );
  }
  100% {
    clip-path: polygon(100% 0%, 100% 0% ,100% 100%, 100% 100% );
  }
}

/*
slick
*/

.mainVisual .slick-slide{
}
.slick-slide li {
  vertical-align: bottom;
}

/*
block
*/

.mainVisual-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 9;
  color: #fff;
  padding-top: 90px;
}
.mainVisual-box {
  margin-top: -10vh;
}
.mainVisual-title {
  display: inline-block;
  padding: 0 0.2em;
  position: relative;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.7s;
}
.mainVisual-title-text {
  display: inline-block;
  font-size: 3vw;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-weight: 700;
  transform: skewX(-8deg);
}
.mainVisual-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1) 1s;
}

.mainVisual-text {
  margin-top: 0.2em;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.8;
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  display: inline-block;
  position: relative;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
  transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.8s;
}
.mainVisual-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
  transition: all 0.5s cubic-bezier(0.83, 0, 0.17, 1) 0.9s;
}


body.is-loaded .mainVisual-title{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
body.is-loaded .mainVisual-title::after{
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}


body.is-loaded .mainVisual-text{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
body.is-loaded .mainVisual-text::after{
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}


/*
Scroll
*/

.mainVisual-scroll {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  z-index: 99;
  opacity: 0;
  transition: all 1.5s ease 2s;
}
body.is-loaded .mainVisual-scroll {
  opacity: 1;
}
.mainVisual-scroll a {
  display: inline-block;
  width: 100px;
  height: 100px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.mainVisual-scroll-icon{
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 10px auto;
  position: relative;
}
.mainVisual-scroll-icon::before{
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  transform: rotate(45deg);
}
.mainVisual-scroll-icon::after{
  content: "";
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -54px;
  top: -54px;
  pointer-events: none;
  transform: scale(0);
  animation: anim-mainVisualScroll 3s ease infinite;
  filter: blur(10px);
}

@keyframes anim-mainVisualScroll {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}




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

  /*
  block
  */

  .mainVisual-title-text {
    font-size: 4.2vw;
  }
  .mainVisual-text {
    font-size: 2.2vw;
  }

}

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

  /*
  slick
  */

  .mainVisual-slider li,
  .mainVisual-img{
    height: calc(100vh - 100px);
    min-height: 500px;
  }

  /*
  block
  */

  .mainVisual-title-text {
    font-size: 6vw;
    font-feature-settings: "palt";
  }
  .mainVisual-text {
    font-size: 4vw;
  }



  /*
  Scroll
  */

  .mainVisual-scroll {
    transform: scale(0.7);
  }
}

/***********
homeHheading
************/


.homeHeading{
  padding-bottom: 3em;
}
.homeHeading-subTitle {
  font-size: 300%;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
}
.homeHeading-title {
  font-size: 108%;
  font-weight: 700;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  padding-top: 0.5em;
}

.homeHeading.is-white,
.homeHeading.is-white .homeHeading-subTitle{
  color: #fff;
}
.homeHeading.is-white .homeHeading-subTitle::before {
  background-color: #a5aedf;
}

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

  .homeHeading{
    padding-bottom: 2em;
    text-align: left;
  }
  .homeHeading-subTitle {
    font-size: 220%;
    padding-left: 0;
  }
  .homeHeading-subTitle::before {
    height: 2px;
    left: -20px;
  }
  .homeHeading-title {
    font-size: 100%;
    padding-top: 0;
    padding-left: 0;
  }

}


/***********
homeNews
************/

.homeNews {
  padding: 100px 0;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.homeNewsHeading-subTitle {
  font-size: 300%;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  color: #fcdc10;
}
.homeNewsHeading-title {
  font-size: 108%;
  font-weight: 700;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  padding-top: 0.5em;
  color: #fcdc10;
}
.homeNews-heading {
  width: 300px;
  padding-top: 0;
}
.homeNews-inner {
  flex: 1;
}

.homeNews-link {
  position: absolute;
  left: 0;
  top: 210px;
}

.homeNews-btn {
  display: inline-block;
  width: 180px;
  padding: 0.8em 1em;
  line-height: 1.2;
  font-size: 116%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #000;
  border: 1px solid #000;
  background-color: #fff;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.2s ease;
  position: relative;
}

body.is-pc .homeNews-btn:hover {
  background-color: #fcdc10;
  color: #fff;
}

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

  .homeNews {
    padding: 40px 0 60px;
    display: block;
  }
  .homeNews-heading {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    text-align: center;
  }

  .homeNews-link {
    position: static;
    text-align: center;
    padding-top: 40px;
  }


  .homeNews-btn {
    width: 14em;
    padding: 1em 1em;
    font-size: 100%;
  }

}

/***********
newsList
************/

.homeNewsList {
  margin-top: -30px;
}
.homeNewsList li {
  border-bottom: 1px solid #fff;
}
.homeNewsList li:not(:last-child) {
}
.homeNewsList a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 35px 0;
}
.homeNewsList-cat {
  display: inline-block;
  min-width: 9em;
  padding: 0.2em 0.5em;
  background-color: #fcdc10;
  color: #000;
  font-feature-settings: "palt";
  font-size: 108%;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  margin-right: 2em;
  line-height: 1.3;
}
.homeNewsList-time {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 116%;
  padding-top: 0.1em;
  width: 6.5em;
  white-space: nowrap;
}
.homeNewsList-title {
  flex: 1;
  font-size: 124%;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
  padding-left: 1em;
  transition: 0.3s;
}
body.is-pc .homeNewsList-title:hover {
  color: #005bac;
  text-decoration: underline;
}


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

  .homeNewsListList {
    margin-top: -20px;
  }
  .homeNewsList li {
  }
  .homeNewsList a {
    display: block;
    padding: 20px 0;
  }
  .homeNewsList-cat {
    min-width: initial;
    padding: 0.2em 0.5em;
    font-size: 85%;
    margin-right: 0.8em;
  }
  .homeNewsList-time {
    font-size: 85%;
    padding-top: 0;
    width: auto;
  }
  .homeNewsList-title {
    font-size: 108%;
    padding-left: 0;
    padding-top: 0.8em;
  }

}

/***********
homeAbout
************/

.homeAbout {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 0%, rgba(255, 255, 255, 0) 70%);
}
.homeAbout-img {
  width: 50%;
  overflow: hidden;
}
.homeAbout-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
/*  transform: scale(1.1);*/
  transition: 1.5s;
}
/*
.is-show .homeAbout-img img {
  transform: scale(1)
}
*/

.homeAbout-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.homeAbout-box {
  width: 100%;
  max-width: 730px;
  padding: 120px 10% 120px 0;
  position: relative;
}

.homeAbout-subTitle {
  font-size: 2200%;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  position: absolute;
  left: -2%;
  top: -8%;
  line-height: 1;
  text-stroke: 2px #000;
  -webkit-text-stroke: 1px #000;
  color: transparent;
  opacity: 0.15;
  pointer-events: none;
}


.homeAbout-lead {
  font-size: 172%;
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-weight: 700;
  line-height: 1.7;
  padding-bottom: 1.2em;
}

.homeAbout-link{
  padding-top: 2.5em;
}

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

  .homeAbout {
    display: block;
    border-bottom: 1px solid #ddd;
  }
  .homeAbout-img {
    width: auto;
  }
  .homeAbout-img img {
    height: 80vmin;
  }
  .homeAbout-inner {
    width: auto;
  }
  .homeAbout-box {
    max-width: initial;
    padding: 60px 5% 60px 5%;
    position: relative;
  }

  .homeAbout-subTitle {
    font-size: 30vw;
    left: auto;
    right: -3%;
    top: -3%;
  }
  .homeAbout-lead {
    font-size: 154%;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding-bottom: 1.5em;
  }
  .homeAbout-text {
    font-size: 108%;
    line-height: 1.8;
  }
  .homeAbout-link {
    text-align: center;
  }

}


/***********
homeService
************/

.homeService{
  background: url(../../img/bg01.jpg) no-repeat center center / cover ;
  color: #fff;
  padding: 100px 0 150px;
}


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

  .homeService{
    padding: 60px 0 60px;
  }

}
/***********
homeWorks
************/

.homeWorks {
  padding: 10em 7vw 12em;
}
.homeWorks-heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 5em;
}
.homeWorks-heading-upper {
  white-space: nowrap;
  padding-right: 10em;
}

.homeWorks-heading-lower {
  width: 60%;
}

.homeWorks-control {
  display: flex;
  justify-content: end;
  margin-top: -80px;
}
.homeWorks-link {
  padding-top: 1em;
}

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

  .homeWorks {
    padding: 10em 4vw 12em;
  }

}

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

  .homeWorks {
    padding: 5em 4vw 5em;
  }
  .homeWorks-heading {
    display: block;
    padding-bottom: 3em;
  }
  .homeWorks-heading-upper {
    padding-right: 0;
  }

  .homeWorks-heading-lower {
    width: auto;
  }

  .homeWorks-control {
    display: block;
    margin-top: 0;
    text-align: center;
  }
  .homeWorks-link {
    padding-top: 2em;
  }

}

/***********
homeAccess
************/

.homeAccess {
}
.homeAccess-map iframe{
  width: 100%;
  height: 750px;
  vertical-align: top;
  filter: contrast(95%) grayscale(10%) hue-rotate(-10deg);
}

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

  .homeAccess-map iframe{
    height: 500px;
  }
}

/***********
homeLink
************/

.homeLink {
}
.homeLink-list {
  display: flex;
}
.homeLink-list li {
  flex: 1;
  flex-wrap: wrap;
}
.homeLink-list a {
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.homeLink-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.homeLink-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  transition: 0.3s;
}
.homeLink-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeLink-block {
  position: relative;
  z-index: 9;
  pointer-events: none;
}
.homeLink-box {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 40px 50px;
  width: 50%;
  min-width: 240px;
}
.homeLink-subTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 250%;
  letter-spacing: 0.025em;
  color: #fcdc10;
  line-height: 1.2;
}
.homeLink-title {
  font-family: 'Noto Sans JP',Hiragino Sans,Hiragino Kaku Gothic ProN,YuGothic,'Yu Gothic',Meiryo,sans-serif;
  font-weight: 500;
  font-size: 108%;
  color: #fff;
  letter-spacing: 0.08em;
  padding-top: 0.5em;
}

body.is-pc a:hover .homeLink-img::after {
  opacity: 0;
}

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

  .homeLink {
  }
  .homeLink-list {
    display: block;
  }
  .homeLink-list li {
    border-bottom: 2px solid #222;
  }
  .homeLink-list a {
    height: 60vmin;
    max-height: 300px;
  }

  .homeLink-img::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.8) 100%);
  }
  .homeLink-box {
    padding: 20px 20px;
    width: 80%;
    max-width: 400px;
    min-width: 200px;
  }
  .homeLink-subTitle {
    font-size: 154%;
  }
  .homeLink-title {
    font-size: 93%;
  }

  body.is-pc a:hover .homeLink-img::after {
    opacity: 0;
  }

}

/***********
xxxxx
************/


















































