@charset "utf-8";

/* CSS Document */

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

.mainVisual {
  position: relative;
  height: 100vh;
  min-height: 600px;
  padding-top: 140px;
  overflow: hidden;
}
.mainVisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../img/pattern01.png);
}


/*
.mainVisual-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transition-delay: 0.2s;
}
.mainVisual-img img {
  display: none;
}

body.is-loaded .mainVisual-img{
  animation: amin-fadeZoom 8s ease forwards;
}

.mainVisual-img-tips{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 99;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 77%;
  font-weight: 400;
  padding: 20px;
  opacity: 0;
  transition: all 1s ease 0.5s;
}
body.is-loaded .mainVisual-img-tips{
  opacity: 1;
}

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

*/


.mainVisual-visual {
  width: 78%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.mainVisual-visual * {
  height: 100%;
}
.mainVisual-visual li {
  position: relative;
}

.mainVisual-slider{
  transition-delay: 0.2s;
}
.mainVisual-img{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.mainVisual-img > img {
  display: none;
}
.slick-animation .mainVisual-img{
  animation: amin-fadeZoom 8s ease forwards;
}


.mainVisual-img-tips{
  position: absolute;
  right: 0;
  bottom: 0;
  height: auto !important;
  z-index: 99;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 77%;
  font-weight: 400;
  padding: 20px;
  transition: all 1s ease 0.5s;
}

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





.mainVisual-scroll {
  position: absolute;
  right: 80px;
  bottom: 0;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
.mainVisual-scroll a {
  display: block;
  width: 200px;
  position: relative;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.mainVisual-scroll a::before,
.mainVisual-scroll a::after {
  content: "";
  display: block;
  width: 150px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: left;
  background-color: rgba(0, 0, 0, 0.5);
}
.mainVisual-scroll a::before{
  background-color: rgba(0, 0, 0, 0.1);
}
.mainVisual-scroll a::after {
  transform: scaleX(0);
  animation: anim-mainVisualScroll 2.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}



@keyframes anim-mainVisualScroll {

  0% {
    transform: scaleX(0)
  }
  35% {
    transform: scaleX(1);
    transform-origin: left
  }
  40% {
    transform-origin: right
  }
  50% {
    transform: scaleX(1)
  }
  85% {
    transform: scaleX(0);
    transform-origin: right
  }
  100% {
    transform-origin: left
  }
}


/*
slick
*/

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

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

  .mainVisual {
    height: 70vh;
    min-height: 400px;
    padding-top: 80px;
  }
  .mainVisual::before {
  }

  .mainVisual-visual {
    width: 80%;
    margin-left: 15px;
  }


  .mainVisual-img-tips{
    padding: 8px;
    font-size: 60%;
  }
  .mainVisual-scroll {
    right:40px;
  }
  .mainVisual-scroll a {
    width: 150px;
    font-size: 10px;
  }
  .mainVisual-scroll a::before,
  .mainVisual-scroll a::after {
    width: 110px;
    height: 1px;
  }

}



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

.homeAbout{
  background: url(../../img/pattern01.png);
  padding-top: 250px;
  padding-bottom: 200px;
}

.homeAbout-container {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 50px;
}
.homeAbout-container-img {
  width: 52%;
}
.homeAbout-container-inner {
  flex: 1;
  text-align: center;
  padding: 30px ;
}
.homeAbout-container-box {
  display: inline-block;
  text-align: left;
}

.homeAbout-heading {
  padding-top: 50px;
}
.homeAbout-heading-title {
  font-family: 'Hannari','Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  font-weight: normal;
  font-size: 231%;
  letter-spacing: 0.1em;
}
.homeAbout-heading-subTitle {
  font-family: 'EB Garamond', serif;
  font-size: 170%;
  font-weight: normal;
  padding-top: 1em;
  letter-spacing: 0.05em;
}
.homeAbout-text {
  font-family: 'Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  line-height: 2.2;
  font-size: 116%;
  padding-top: 4em;
}

.homeAbout-container-img02 {
  position: absolute;
  left: 100%;
  top: 280px;
  width: 850px;
  margin-left: 20px;
}
.homeAbout-container-img12 {
  position: absolute;
  left: 100%;
  top: 280px;
  width: 400px;
  margin-left: 20px;
}

.homeAbout-link{
  padding-top: calc(80px + 5vw);
}


.homeAbout-section01 {
  padding-top: 250px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.homeAbout-visual01 {
  width: 54%;
}
.homeAbout-visual02 {
  width: 32%;
  padding-top: 200px;
}

.homeAbout-img01 {
  margin-right: -5%;
}
.homeAbout-img02 {
  margin-top: 240px;
  margin-left: 20%;
  margin-right: -45%;
}
.homeAbout-img03 {
  margin-left: -150%;
}
.homeAbout-img13 {
  margin-left: -80%;
}
.homeAbout-img04 {
  margin-top: 360px;
  margin-right: -55%;
  margin-left: -5%;
}

.homeAbout-visual03 {
  padding-right: 15%;
  padding-top: 180px;
}
.homeAbout-img05 {
  margin-left: -10%;
}
.homeAbout-visual03 img {
}

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

  .homeAbout-img13 {
    margin-left: -20%;
  }
}

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

  .homeAbout{
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .homeAbout-container {
    display: block;
    padding-top: 10px;
  }
  .homeAbout-container-img {
    width: auto;
    width: 80%;
  }

  .homeAbout-container-inner {
    padding: 60px 0 30px;
  }
  .homeAbout-container-box {
    display: block;
    padding: 0 0 0 5%;
  }

  .homeAbout-heading {
    padding-top: 0;
  }
  .homeAbout-heading-title {
    font-size: 170%;
  }
  .homeAbout-heading-subTitle {
    font-size: 147%;
    padding-top: 0.5em;
  }
  .homeAbout-text {
    line-height: 2;
    font-size: 100%;
    padding-top: 2em;
  }

  .homeAbout-container-img02 {
    position: absolute;
    left: 68%;
    top: 100px;
    width: 70vw;
    margin-left: 20px;
  }
  .homeAbout-container-img12 {
    position: absolute;
    left: 68%;
    top: 100px;
    width: 32vw;
    margin-left: 20px;
  }

  .homeAbout-link{
    padding-top: 40px;
    margin-left: -5%;
  }



  .homeAbout-section01 {
    padding-top: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .homeAbout-visual01 {
    width: 74%;
  }
  .homeAbout-visual02 {
    width: 32%;
    margin-right: -10%;
    padding-top: 40vmin;
  }

  .homeAbout-img01 {
    margin-right: -5%;
  }
  .homeAbout-img02 {
    margin-top: 30vmin;
    margin-left: 20%;
    margin-right: -45%;
  }
  .homeAbout-img03 {
    margin-left: -150%;
  }
  .homeAbout-img13 {
    margin-top: 4em;
    margin-left: -20%;
  }
  .homeAbout-img04 {
    margin-top: 40vmin;
    margin-right: -55%;
    margin-left: -15%;
  }

  .homeAbout-visual03 {
    padding-right: 10%;
    padding-top: 10vmin;
  }
  .homeAbout-img05 {
    margin-left: -6%;
  }
  .homeAbout-visual03 img {
  }


}


/***********
homeBusiness
************/

.homeBusiness{
  padding-top: 200px;
}

.homeBusiness-heading{
  padding-bottom: 80px;
}

.homeBusiness-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1%;
}
.homeBusiness-list li {
  width: 32.3%;
  margin-left: 1%;
  margin-bottom: 1%;
}
.homeBusiness-list a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  color: #fff;
  text-decoration: none;
}
.homeBusiness-list-img{
  position: relative;
}
.homeBusiness-list-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
  pointer-events: none;
  transition: 0.8s;
}
body.is-pc a:hover .homeBusiness-list-img::after {
  background: rgba(0, 0, 0, 0.3);
}

.homeBusiness-list-block {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.homeBusiness-list-box {
}
.homeBusiness-list-subTitle {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 200%;
  letter-spacing: 0.08em;
}
.homeBusiness-list-title {
  padding-top: 1em;
  font-size: 116%;
  letter-spacing: 0.08em;
}
.homeBusiness-list-more {
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: 20%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
}

.homeBusiness-list-more svg {
  transform: rotate(-90deg);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 1s;
  pointer-events: none;
  fill: transparent;
  stroke: #fff;
  stroke-width: 1.5;
  stroke-dasharray: 0 360;
}

body.is-pc a:hover .homeBusiness-list-more svg {
  opacity: 1;
  stroke-dasharray: 360 360;
}


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

  .homeBusiness{
    padding-top: 100px;
  }

  .homeBusiness-heading{
    padding-bottom: 50px;
  }

  .homeBusiness-list {
    justify-content: start;
  }
  .homeBusiness-list li {
    width: 49%;
    transition-delay: 200ms !important;
  }
  .homeBusiness-list a {
    border-radius: 6px;
  }

  .homeBusiness-list-subTitle {
    font-size: 108%;
    letter-spacing: 0;
  }
  .homeBusiness-list-title {
    font-size: 77%;
  }
  .homeBusiness-list-more {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: 25%;
    font-size: 8px;
    letter-spacing: 0;
  }


  .homeBusiness-list-more svg {
    display: none;
  }

}



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

.homeNews{
  padding-top: 200px;
  padding-bottom: 200px;
}

.homeNews-container {
  display: flex;
  position: relative;
  min-height: 200px;
}
.homeNews-heading {
  width: 28%;
  min-width: 300px;
}

.homeNews-inner {
  flex: 1;
}

.homeNews-link{
  position: absolute;
  left: 0;
  bottom: 0;
}

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

  .homeNews-container {
    display: block;
  }
  .homeNews-heading {
    width: auto;
    min-width: initial;
  }

  .homeNews-inner {
    flex: 1;
  }

  .homeNews-link{
    position: static;
    padding-top: 60px;
  }

}


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

  .homeNews{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .homeNews-link{
    padding-top: 30px;
  }

}



/***********
homeJournal
************/

.homeJournal{
  padding: 150px 0;
  background: url(../../img/pattern02.png);
  margin-bottom: 30px;
}

.homeJournal-container {
  display: flex;
  position: relative;
  min-height: 300px;
}
.homeJournal-heading {
  width: 23%;
  min-width: 300px;
}

.homeJournal-inner {
  flex: 1;
}

.homeJournal-link{
  position: absolute;
  left: 0;
  bottom: 0;
}

.homeJournal-slider {
  display: flex;
}
.homeJournal-slider.js-carousel{
}
.homeJournal-slider li {
  padding-right: 30px;
}
.homeJournal-slider a {
  display: block;
  width: 350px;
  color: #000;
  text-decoration: none;
}
.homeJournal-slider-img {
}
.homeJournal-slider-img.homeJournal-slider img {
}
.homeJournal-slider-inner {
  padding-top: 1.5em;
}
.homeJournal-slider-title {
  opacity: 0.7;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.homeJournal-control {
  position: absolute;
  left: 0;
  top: 150px;
  display: flex;
  margin-left: -15px;
}
.homeJournal-control button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
.homeJournal-control button:first-child {
  margin-right: 50px;
}
.homeJournal-control-prev::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -5px;
  margin-top: -3px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: scaleY(.5) rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.homeJournal-control-next::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-left: -15px;
  margin-top: -3px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: scaleY(.5) rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body.is-pc .homeJournal-control button:hover {
  opacity: 1;
}



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

  .homeJournal-container {
    display: block;
  }
  .homeJournal-heading {
    width: auto;
    min-width: initial;
  }

  .homeJournal-inner {
    flex: 1;
    margin-right: -50px;
  }

  .homeJournal-link{
    position: static;
    padding-top: 50px;
  }

  .homeJournal-slider a {
    width: 280px;
  }

  .homeJournal-control {
    left: auto;
    top: 0;
    right: 0;
  }

}


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

  .homeJournal{
    padding: 70px 0;
    margin-bottom: 10px;
  }


  .homeJournal-link{
    padding-top: 30px;
  }

  .homeJournal-slider li {
    padding-right: 5px;
  }
  .homeJournal-slider a {
    width: 160px;
  }

  .homeJournal-slider-title {
    font-size: 85%;
  }
  .homeJournal-control {
    left: auto;
    top: 40px;
    right: 0;
    margin-left: 0;
    margin-right: -15px;
  }

  .homeJournal-control button {
    width: 30px;
    height: 30px;
  }
  .homeJournal-control button:first-child {
    margin-right: 20px;
  }
  .homeJournal-control-prev::after {
    width: 12px;
    height: 12px;
  }
  .homeJournal-control-next::after {
    width: 12px;
    height: 12px;
  }

}




/***********
homeRecruit
************/

.homeRecruit{
  padding: 100px 0;
  background: url(../../img/pattern03.png);
}

.homeRecruit-container {
  padding: 100px 5%;
  background-color: #fff;
}

.homeRecruit-block {
  display: flex;
  justify-content: space-between;
}
.homeRecruit-inner {
  width: 35%;
}
.homeRecruit-img {
  width: 55%;
}

.homeRecruit-heading {
  padding-bottom: 60px;
}
.homeRecruit-text {
  font-family: 'Yu Mincho','游明朝',YuMincho,'Hiragino Mincho ProN',serif;
  line-height: 2.2;
  font-size: 116%;
}
.homeRecruit-link {
  padding-top: 60px;
}

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

  .homeRecruit{
    padding: 100px 0;
    background: url(../../img/pattern03.png);
  }

  .homeRecruit-container {
    padding: 80px 5%;
  }

  .homeRecruit-block {
    display: block;
  }
  .homeRecruit-inner {
    width: auto;
    padding-bottom: 50px;
  }
  .homeRecruit-img {
    width: auto;
  }

}

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

  .homeRecruit{
    padding: 5vw 0;
  }

  .homeRecruit-container {
    padding: 40px 2% 5vw;
  }


  .homeRecruit-heading {
    padding-bottom: 30px;
  }
  .homeRecruit-text {
    line-height: 2;
    font-size: 100%;
  }
  .homeRecruit-link {
    padding-top: 30px;
  }

}

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