@charset "utf-8";

/*@header*/
#video {
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  background-size: cover;
  object-fit: cover;
  position: absolute;
}
.header-bg {
  width: 100%;
  height: 100vh;
  position: relative;
  display: block;
}

/* フロントページ以外は自動高さに */
body:not(.is-front-page) .header-bg {
  height: auto;
}


@keyframes flash {
  0%,100% {
    filter: drop-shadow(0 0 6px #ffb1d6)
  }
  50% {
    filter: none
  }
}



/*end@header*/

/*@section-common*/
#section-1,
#section-2,
#section-3,
#section-4 {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  z-index: 100;
  /* background-color: #f27eb4; */
}
#title-box-1{
  background-color: rgba(47, 49, 49, 0.9);
  min-width: 500px;
  width: 45%;
  position: absolute;
  transform: translateY(-80%);
}
#title-1,
#title-2 {
  flex-direction: column;
}
#section-1 h2,
#section-2 h2 {
  line-height: 0.3;
  font-size: 1.7rem;
  padding-top: 20%;
  padding-bottom: 20px;
  border-bottom: 1.5px solid #f9ba32;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 10px;
}
#section-1 h3,
#section-2 h3 {
  font-size: 1rem;
  letter-spacing: 0.05em;
  background-color: #f9ba32;
  color: #2f3131;
  padding: 5px 10px;
  padding-right: 8px;
  max-width: 70px;
}
#title-3 h2,
#title-4 h2 {
  line-height: 1;
  margin: 0 auto 60px;
  font-size: 1.85rem;
  padding-top: 60px;
  padding-bottom: 20px;
  letter-spacing: 0.05em;
  color: #f07fb4;
}

/* インタビューページ */
.interview-all #section-1 h2,
.interview-all #section-2 h2 {
  line-height: normal;
  font-size: 30px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
  letter-spacing: 0.1rem;
  color: #fff;
  margin-bottom: 0;
}
.interview-all #section-1 h3,
.interview-all #section-2 h3 {
  font-size: 1.17em;
  letter-spacing: normal;
  background-color: transparent;
  color: #548497;
  padding: 0;
  max-width: none;
}
.interview-all #section-4 {
    display: flex;
    flex-direction: column;
}

#title-3 img,
#title-4 img  {
  position: absolute;
  border-bottom: #dbae58 1px solid;
}
.button {
  position: relative;
  margin-top: 50px;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  cursor: pointer;
  overflow: hidden;
  border: #f07fb4 solid 2px;
  padding: 15px 40px;
  -webkit-appearance: none;
}
.button:hover {
  background-color: #f07fb4;
  transition: 0.5s;
  color: #FFF;
}
.button a:hover {
  color: #FFF;
}
.button a {
  color: inherit;
  text-decoration: none;
}
.button {
  position: relative;
  z-index: 5;
}
.button-text span {
  font-size: 0.7rem;
  vertical-align: 0.25ex;
}

/*end@section-common*/

/* @.info */
.info-bg {
  background-color: #fff;
  border-bottom: #ffb1d6 solid 2px;
  border-top: #ffb1d6 solid 2px;
  margin: 10% 0;
}
.info h2 {
  background: -webkit-repeating-linear-gradient(-45deg,#f8f7fb 0,#f8f7fb 10px,#fff 10px,#fff 20px);
  background: -o-repeating-linear-gradient(-45deg,#f8f7fb 0,#f8f7fb 10px,#fff 10px,#fff 20px);
  background: repeating-linear-gradient(-45deg,#f8f7fb 0,#f8f7fb 10px,#fff 10px,#fff 20px);
  font-size: 15px;
  color: #f07fb4;
  padding: 10px;
  text-align: center;
  text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
}
.info p {
  font-size: 13.5px;
  background-color: #fff;
  margin: 0 15%;
  /* margin: 0 180px; */
  padding-top: 10px;
  padding-bottom: 15px;
  line-height: 2;
}

@media screen and (max-width:640px){
  .info h2 {
    font-size: 13px;
  }
  .info p {
    font-size: 10px;
    margin: 0 5%;
  }
}
/* end@.info */

/*@#section-1*/
#top-sec1 {
  position: relative;
}

#title-1 {
  margin-left: 145px;
}
#top-sec1-img {
  justify-content: right;
  margin-left: 40%;
  /* margin-left: 450px; */
  min-width: 600px;
}
.top-business-text {
/*  background-color: cyan;*/
  text-align: left;
  padding-top: 30px;
  padding-bottom: 15%;
}
.top-business-text p {
  font-size: 0.9rem;
  line-height: 2;
  color: white;
  letter-spacing: 0.05em;
  margin-left: 145px;
  /* margin-left: 135px; */
  /* background-color: red; */
}
#top-business-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px;
  margin: 15% 10%;
  /* margin: 130px; */
  align-items: flex-start;
  /* background-color: #9c3b6d; */
}
#top-business-box .content {
  width: 25%;
 /* background-color: cadetblue; */
  text-align: justify;
  text-justify: inter-ideograph;
  /* padding: 2.5rem; */
}
#top-business-box .content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  width: 70%;
  object-fit: cover;
}
#top-business-box .content h4 {
  font-size: 1.1rem;
  font-weight: normal;
  color: #f07fb4;
  background-color: white;
  box-shadow:  0 0 3px #f07fb4;
  padding: 3px 0;
}
#top-business-box .content-title {
  text-align: center;
}
#top-business-box .content p {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 2em;
}
#top-sec1-under {
  text-align: right;
  margin-right: 12%;
  transform: translateY(-150%);
}

@media screen and (max-width:640px){
  #top-sec1-img {
  margin-left: 0;
  /* margin-left: 450px; */
  min-width: 100vw;
  }
  #title-box-1 {
  margin-bottom: 10px;
  position: relative;
  transform: translateY(-10%);
  min-width: 350px;
  }
  #title-1 {
    margin-left: 30px;
  }
  .top-business-text p {
    font-size: 0.8rem;
    margin-left: 30px;
  }
  #section-1 h2{
  font-size: 1.5rem;
  }
  #section-1 h3{
  font-size: 0.9rem;
  max-width: 57px;
  }

  #top-business-box {
    display: flex;
    flex-direction: column;
    padding: 0;
    text-align: center;
    margin: 10% 10%;
    align-items: center;
    margin-bottom: 20%;
  }
  #top-business-box .content {
    width: 80%;
    text-align: center;
    margin-bottom: 90px;
  }
  #top-business-box .content img {
    width: 60%;
  }
  #top-business-box .content h4 {
    font-size: 1rem;
  }
  #top-business-box .content p {
    font-size: 0.85rem;
  }
  #top-sec1-under {
    text-align: center;
    margin: 0;
  }
}

/*end@#section-1*/

/*@#section-2*/
#section-2 {
  content: "";
  /* z-index: 1; */
  /* width: 100%; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#section-2.w1024 {
  width: 100%;
  height: 100vh;
}
body:not(.is-front-page) #section-2.w1024 {
  height: unset;
}
#title-box-2 {
  background-color: rgba(45, 49, 48, 0.8);
  min-width: 500px;
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 80vh;
}
#title-2 {
  display: flex;
  align-items: flex-end;
}
#title-2 h2{
  margin-right: 235px;
  border-bottom: none;
  margin-top: 10px;
}
#title-2 span {
  border-bottom: 1.5px solid #f9ba32;
  padding-bottom: 3px;
}
#title-2 h3 {
  margin-right: 145px;
}
.top-recruit-text {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 20px;
  margin-right: 28.6%;
}
.top-recruit-text p {
  font-size: 0.9rem;
  line-height: 2;
  color: white;
  letter-spacing: 0.05em;
  margin-left: 35%;
  text-align: justify;
  /* background-color: red; */
}
.sec2-button {
  position: absolute;
  z-index: 100;
  transform: translateY(-30%);
  right: 0;
  margin-right: 145px;
}
.sec2-button .button-text a {
  color: white;
}

@media screen and (max-width:640px){
  #title-box-2 {
    min-width: 300px;
    height: 80vh;
  }
  #title-2 {
    margin-top: 30px;
  }
  #title-2 h2{
    margin-right: 90px;
    font-size: 1.5rem;
  }
  #title-2 h3 {
    margin-right: 28px;
    font-size: 0.9rem;
    max-width: 57px;
  }
  .top-recruit-text {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-right: 30px;
  }
  .top-recruit-text p {
    font-size: 0.85rem;
  }
  .sec2-button {
    margin-right: 30px;
  }
}
/*end@#section-2*/


/*@#section-3*/
#title-3 {
  text-align: center;
  margin-top: 10%;
  /* margin-bottom: 80px; */
}
#title-3 img {
  transform: translate(-50%,-180%);
  width: 250px;
}
#top-blog-box {
  display: flex;
  justify-content: space-between;
  margin: 60px 130px;
}
#top-blog-box .top-blog {
  width: 280px;
  max-height: 400px;
  background-color: white;
  box-shadow:  0 0 3px #f07fb4;
  text-align: justify;
  margin: 0 10px;
}
#top-blog-box .top-blog img {
  max-height: 200px;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding: 5px;
  border: 3px solid transparent;
  background-origin: padding-box, border-box;
  background-clip: padding-box,border-box;
  outline-offset: 3px;
  height: 15.5rem;
  object-fit: cover;
  min-width: 190px;
  width: 100%;
}
.top-blog-text {
  margin: 30px;
  margin-top: 0;
}
.top-blog-text p {
  font-size: 0.85rem;
  margin-top: 10px;
  margin-bottom: 20px;
}
.top-blog-text span {
  font-size: 13px;
}
#top-sec3-under {
  text-align: right;
  margin-right: 140px;
}
#section-3 .button {
  margin-bottom: 10%;
}
@media screen and (max-width:1110px) and (min-width:641px) {
  #top-blog-box {
    margin: 60px 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top-blog-box .top-blog {
    width: 280px;
    margin: 10px;
  }
  #top-sec3-under {
    margin-right: 20px;
  }
}
@media screen and (max-width:640px){
  #top-blog-box {
    flex-direction: column;
    align-items: center;
    margin: 60px 20px;
    margin-bottom: 0;
  }
  #top-blog-box .top-blog {
    width: 100%;
    max-width: 280px;
    margin-bottom: 30px;
  }
  #top-sec3-under {
    margin-right: 0;
    text-align: center;
  }
  #section-3 .button {
    margin-bottom: 5%;
  }
}
/*end@#section-3*/

/*@#section-4*/
#section-4 {
  display: flex;
}
#title-4 h2 {
  margin-left: 25%;
}
#title-4 img {
  width: 450px;
  /* width: 35%; */
  transform: translateY(-155px);
}
.top-gallery-text {
  margin-left: 25%;
}
#section-4 .button {
  margin-left: 25%;
  margin-top: 80px;
  z-index: 10;
}
.top-gallery-left {
  background-color: #f9f9f9;
  min-width: 550px;
  padding-bottom: 15%;
  padding-top: 100px;
  height: 100%;
  /* background-color: #000; */
}
.top-gallery-right {
  display: flex;
  z-index: -1;
  position: absolute;
  transform: translateY(45%);
  align-items: center;
  overflow: hidden;
}
.slideshow {
  display: flex;
  animation: loop-slide 50s infinite linear 1s both;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-gallery-right figure {
  margin: 0 10px;
}
.top-gallery-right figure img {
  object-fit: cover;
  height: 40vh;
  min-width: 400px;
  border-radius: 20px;
}
.top-gallery-right dl {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width:640px){
  #section-4 {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    text-align: center;
  }
  #title-4 {
    margin-top: 0;
  }
  #title-4 h2 {
    margin-left: 0;
  }
  #title-4 img {
    transform: translate(-50%,-220%);
    width: 300px;
  }
  .top-gallery-text {
    margin-left: 0;
  }
  #section-4 .button {
    margin-left: 0;
    margin-top: 50px;
    z-index: 10;
    transform: translateY(210px);
  }
  .top-gallery-left {
    min-width: 0;
    padding-bottom: 15%;
    padding-top: 100px;
    background-color: transparent;
  }

  .top-gallery-right {
    display: flex;
    z-index: -1;
    position: relative;
    transform: translateY(-100px);
    align-items: center;
    overflow: hidden;
  }
  .top-gallery-right figure img {
    object-fit: cover;
    height: 20vh;
    max-width: 200px;
    border-radius: 20px;
  }
}


