@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700&display=swap');

/*  top  */

.top {
  background-color: #fff;
}

.top-wrapper {
  position: relative;
  padding: 254px 0 130px 0;
}

.top-ttl {
  width: 86.444%;
  margin: 0 auto 7px;
}

.top-txt {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  margin: 0 0 57px;
}

.top-scrolldown {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  height: 100px;
}

.top-scrolldown .-txt {
  position: absolute;
  left: -30px;
  top: -30px;
  color: #000;
  font-size: 18px;
}

.top-scrolldown:after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 60px;
  background-color: #000;
  animation: pathmove 1.4s ease-in-out infinite;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }

}

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

  .top-wrapper {
    position: relative;
    padding: 37.3% 0 43.8% 0;
  }
  
  .top-ttl {
    width: 68%;
    margin: 0 auto 6.6%;
  }
  
  .top-txt {
    font-size: 4vw;
    margin: 0;
  }

}

/* message */

.message {
  background-color: #F4F4F4;
}

.message-wrapper {
  padding: 110px 0;
}

.message-box {
  display: table;
  margin: 0 auto;
  padding-left: 4%;
}

.message-ttl {
  font-size: 80px;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
  margin: 0 0 40px;
}

.message-txt {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  text-align: left;
  margin: 0 0 50px;
}

.message-txt.first-txt {
  font-size: 45px;
}

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

  .message-wrapper {
    padding: 16% 0 18.6%;
  }

  .message-box {
    padding: 0;
  }
  
  .message-ttl {
    width: 94.8%;
    font-size: 16vw;
    line-height: 1.1;
    text-align: left;
    margin: 0 auto 13.8%;
  }
  
  .message-txt {
    font-size: 4.5vw;
    margin: 0 0 13%;
  }

  .message-txt.first-txt {
    font-size: 8.5vw;
  }

}

/* business */

.business {
  background-color: #fff;
}

.business-wrapper {
  padding: 110px 0 120px;
}

.business-ttl {
  margin: 0 0 50px;
}

.business-slide-item-ttl {
  font-size: 30px;
  text-align: center;
  margin: 0 0 38px;
  font-weight: bold;
}

.business-slide-item .-content {
  display: flex;
  justify-content: space-between;
}

.business-slide-item-img {
  width: 49.7%;
}

.business-slide-item-txt {
  width: 47.7%;
  font-size: 16px;
  line-height: 2.2;
}

.business .slick-dots {
  bottom: -32px;
}

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

  .business-wrapper {
    padding: 16% 0;
  }

  .business-ttl {
    margin: 0 0 8%;
  }

  .business-slide-item-ttl {
    font-size: 6.6vw;
    line-height: 1.5;
    margin: 0 0 5%;
  }

  .business-slide-item .-content {
    flex-direction: column;
  }

  .business-slide-item-img {
    width: 100%;
    order: 2;
  }

  .business-slide-item-txt {
    font-size: 3.4vw;
    width: 100%;
    order: 1;
    margin: 0 0 8%;
  }

  .business .slick-dots {
    bottom: -50px;
  }

}

/* interview */

.interview {
  background-color: #E6E6E6;
}

.interview-wrapper {
  padding: 110px 0 104px;
}

.interview-ttl {
  margin: 0 0 60px;
}

.interview-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.interview-list-item {
  width: 48.8%;
  margin: 0 0 34px;
}

.interview-list-item.-prf {
  position: relative;
  background-image: url(../img/interview_prf_bg.png);
  background-position: top left;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.interview-list-item.-btn {
  display: none;
}

.interview-list-item-no {
  width: 16.8%;
  position: absolute;
  top: 1.9%;
  left: 1.4%;
}

.interview-list-item-comment {
  font-size: 23px;
  line-height: 1.5;
  margin: 56px 0 0;
  padding: 0 0 1.6vw 10%;
  font-weight: bold;
}

.interview-list-item .-line {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-top: 2px solid #84C63C;
}

.interview-list-item-name {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding: 23px 0 10px 10%;
}

.interview-list-item-name .enName {
  color: #B2B2B2;
  font-size: 12px;
}

.interview-list-item-group {
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
  padding: 0 0 26px 10%;
}

.interview-list-item-btn {
  margin: 0 0 0 10%;
}

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

  .interview-list-item-comment {
    font-size: 2.3vw;
    margin: 5vw 0 0;
  }

  .interview-list-item-name {
    font-size: 2vw;
  }

  .interview-list-item-name .enName {
    font-size: 1.2vw;
  }

  .interview-list-item-group {
    font-size: 1.3vw;
  }

}

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

  .-wrapper.interview-wrapper {
    width: 95%;
  }
  .interview-wrapper {
    padding: 16% 0;
  }
  
  .interview-ttl {
    margin: 0 0 8%;
  }

  .interview-list {
    flex-direction: column;
  }
  
  .interview-list-item {
    width: 100%;
    margin: 0 0 2.7%;
  }

  .interview-list-item.-img {
    width: 98%;
  }

  .interview-list-item.-prf {
    background-image: url(../img/interview_prf_bg_sp.png);
  }

  .interview-list-item.-btn {
    display: block;
    margin: 1.8% 0 15.3% 0;
  }

  .interview-list-item.-btn:last-child {
    margin: 1.8% 0 0 0;
  }

  .interview-list-item-no {
    width: 16.9%;
    top: 3%;
    left: 1.7%;
  }

  .interview-list-item-comment {
    font-size: 5vw;
    margin: 13.2% 0 0;
    padding: 0 0 3% 8.9%;
  }
  
  .interview-list-item .-line {
    width: 82.1%;
  }
  
  .interview-list-item-name {
    font-size: 3.8vw;
    padding: 3.6% 0 2.1% 8.9%;
  }
  
  .interview-list-item-name .enName {
    font-size: 2.6vw;
  }
  
  .interview-list-item-group {
    font-size: 2.9vw;
    padding: 0 0 12% 8.9%;
  }
  
  .-btnPink.interview-list-item-btn {
    width: 49%;
    margin: 0 auto;
  }

}

/* story */

.story {
  background-color: #fff;
}

.story-wrapper {
  padding: 110px 0 108px;
}

.story-ttl {
  margin: 0 0 50px;
}

.story-txt {
  font-size: 24px;
  text-align: center;
  margin: 0 0 60px;
}

.story-list {
  display: flex;
  justify-content: center;
}

.story-list-item {
  width: 22%;
  margin: 0 5% 0 0;
}

.story-list-item:last-child {
  margin: 0;
}

.story-list-item-ico {
  width: 100%;
  margin: 0 0 30px;
}

.story-list-item-ttl {
  font-size: 24px;
  text-align: center;
  margin: 0 0 30px;
  font-weight: bold;
}

.story-list-item-btn {
  margin: 0 auto;
}

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

  .story-wrapper {
    padding: 16% 0;
  }
  
  .story-ttl {
    margin: 0 0 8%;
  }
  
  .story-txt {
    font-size: 4.5vw;
    line-height: 1.6;
    margin: 0 0 10.4%;
  }
  
  .story-list {
    display: flex;
    justify-content: space-between;
  }
  
  .story-list-item {
    width: 47.7%;
    margin: 0;
  }
  
  .story-list-item-ico {
    margin: 0 0 9%;
  }
  
  .story-list-item-ttl {
    font-size: 5.8vw;
    margin: 0 0 19.3%;
  }
  
  .-btnPink.story-list-item-btn {
    width: 96.7%;
  }

}

/* culture */

.culture {
  background-color: #F6F6F6;
}

.culture-wrapper {
  padding: 110px 0 80px;
}

.culture-ttl {
  margin: 0 0 60px;
}

.culture-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.culture-list-item {
  width: 31.1%;
  margin: 0 0 21px;
  /* overflow: hidden; */
  position: relative;
}

.culture-list-item .-img {
  width: 97.2%;
  position: relative;
  z-index: 2;
  border: 6px solid #000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.culture-list-item .-caption {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #000;
  padding-top: 40%;
}

.culture-list-item .-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 225, 70, 0.9);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.culture-list-item:hover .-mask {
  opacity: 1;
}

.culture-list-item .-shadow {
  position: absolute;
  top: 6%;
  right: 0;
  z-index: 1;
  width: 95%;
}

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

  .culture-wrapper {
    padding: 16% 0;
  }

  .culture-ttl {
    margin: 0 0 8%;
  }

  .culture-list-item {
    width: 48%;
  }

  .culture-list-item .-caption {
    font-size: 16px;
  }

}

/* voice */

.voice {
  background-color: #fff;
}

.voice-wrapper01 {
  padding: 110px 0 0 0;
}

.voice-wrapper02 {
  padding: 0 0 104px 0;
  max-width: 1090px;
}

.voice-ttl {
  margin: 0 0 50px;
}

.voice-btn {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
}

.voice-btn-item {
  width: 32%;
  margin: 0 1.5% 0 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  cursor: pointer;
}

.voice-btn-item:last-child {
  margin: 0;
}

.voice-btn-item.-blue {
  color: #00ABE2;
}

.voice-btn-item.-green {
  color: #6EC800;
}

.voice-btn-item.-yellow {
  color: #FFDC28;
}

.voice-btn-item .-btn {
  display: block;
  padding: 4px 0;
  font-size: 32px;
  color: #fff;
  text-align: center;
  transition: 0.3s;
  position: relative;
}

.voice-btn-item.-blue .-btn {
  background-color: #00ABE2;
}

.voice-btn-item.-green .-btn {
  background-color: #6EC800;
}

.voice-btn-item.-yellow .-btn {
  background-color: #FFDC28;
}

.voice-btn-item.-active .-btn,
.voice-btn-item:hover .-btn {
  background: none;
}

.voice-btn-item.-active.-blue .-btn,
.voice-btn-item.-blue:hover .-btn {
  color: #00ABE2;
}

.voice-btn-item.-active.-green .-btn,
.voice-btn-item.-green:hover .-btn {
  color: #6EC800;
}

.voice-btn-item.-active.-yellow .-btn,
.voice-btn-item.-yellow:hover .-btn {
  color: #FFDC28;
}

.voice-btn-item .-btn .-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  line-height: 1em;
  transform: translateY(-48%);
}

.voice-btn-item::after {
  content: '';
  width: 32px;
  height: 38px;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: 3%;
  background-image: url(../img/btnvoive_arrow.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.voice-btn-item:hover .-btnBlue  {
  background-color: #fff;
  color: #00ABE2;
}

.voice-btn-item:hover .-btnGreen  {
  background-color: #fff;
  color: #6EC800;
}

.voice-btn-item:hover .-btnYellow  {
  background-color: #fff;
  color: #FFDC28;
}

.voice-btn-item:hover .-btnBlue  {
  background-color: #fff;
  color: #00ABE2;
}

.voice-btn-item:last-child {
  margin: 0;
}

.voice-btn-item.-blue {
  color: #00ABE2;
}

.voice-btn-item.-green {
  color: #6EC800;
}

.voice-btn-item.-yellow {
  color: #FFDC28;
}

.-btnBlue {
  display: block;
  padding: 4px 0;
  background-color: #00ABE2;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.-btnGreen {
  display: block;
  padding: 4px 0;
  background-color: #6EC800;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.-btnYellow {
  display: block;
  padding: 4px 0;
  background-color: #FFDC28;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.voice-txt {
  font-size: 16px;
  text-align: center;
  line-height: 2;
  margin: 0 0 70px;
}

.voice-box-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 14px 0;
}

.voice-box-list-item {
  width: 24%;
  margin: 0 0 1% 1%;
  position: relative;
}

.voice-box-list-item:nth-child(1) {
  margin: 0 0 1% 10%;
}

.voice-box-list-item:nth-child(3) {
  margin: 0 10% 1% 1%;
}

.voice-box-list-item .-baloonBack {
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  transform: rotateY(180deg);
  transition: 0.3s;
  opacity: 0;
}

.voice-box-list-item .-baloonFront {
  position: relative;
  z-index: 1;
  padding: 73.28% 0 0 0;
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.8em;
  transition: 0.3s;
  /* opacity: 0; */
}

.-back .-baloonFront {
  transform: rotateY(180deg);
  opacity: 0;
}

.-back .-baloonBack {
  transform: rotateY(0);
  opacity: 1;
}

.voice-box {
  display: none;
}

.voice-box.-active {
  display: block;
}

.voice-box-list-item .-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 98%;
  height: 89%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.voice-box-list-item .-baloonFront .-txt {
  font-size: 20px;
  color: #FF1E6E;
}

.voice-box-list-item .-baloonBack .-txt {
  font-size: 14px;
  width: 80%;
  line-height: 1.8em;
}

.voice-box-list-item .-baloonBack .-txt .-color {
  color: #FF1E6E;
}

.-business .voice-box-list-item .-baloonFront {
  background-image: url(../img/voice_business_front.png);
}

.-business .voice-box-list-item .-baloonBack {
  background-image: url(../img/voice_business_back.png);
}

.-work .voice-box-list-item .-baloonFront {
  background-image: url(../img/voice_work_front.png);
}

.-work .voice-box-list-item .-baloonBack {
  background-image: url(../img/voice_work_back.png);
}

.-culture .voice-box-list-item .-baloonFront {
  background-image: url(../img/voice_culture_front.png);
}

.-culture .voice-box-list-item .-baloonBack {
  background-image: url(../img/voice_culture_back.png);
}


@media screen and (max-width: 1200px) {
  .voice-btn-item {
    font-size: 2vw;
  }

  .voice-btn-item .-btn {
    font-size: 2.6vw;
  }

  .voice-box-list-item .-baloonFront .-txt {
    font-size: 1.6vw;
  }
  
  .voice-box-list-item .-baloonBack .-txt {
    font-size: 1.1vw;
  }
}

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

  .-wrapper.voice-wrapper01 {
    width: 93.3%;
    padding: 16% 0 0 0;
  }
  
  .voice-wrapper02 {
    padding: 0 0 16% 0;
  }

  .voice-ttl {
    margin: 0 0 13%;
  }
  
  .voice-txt {
    font-size: 3.2vw;
    text-align: left;
    line-height: 2;
    margin: 0 0 8% 0;
  }
  
  .voice-txt br {
    display: none;
  }

  .voice-btn-item {
    font-size: 3.2vw;
  }

  .voice-btn-item .-btn {
    font-size: 4vw;
  }
  .voice-box-list {
    justify-content: space-between;
  }

  .voice-box-list-item {
    width: 48%;
    margin: 0 0 2% 0;
    position: relative;
  }
  
  .voice-box-list-item:nth-child(1) {
    margin: 0 0 2% 0;
  }
  
  .voice-box-list-item:nth-child(3) {
    margin: 0 0 2% 0;
  }

  .voice-box-list-item .-baloonFront {
    padding: 121.7% 0 0 0;
  }
  
  .voice-box-list-item .-wrap {
    width: 98%;
    height: 86%;
  }

  .voice-box-list-item .-baloonFront .-txt {
    font-size: 4vw;
  }
  
  .voice-box-list-item .-baloonBack .-txt {
    font-size: 3.4vw;
    line-height: 1.6;
  }
  
  .-business .voice-box-list-item .-baloonFront {
    background-image: url(../img/voice_business_front_sp.png);
  }
  
  .-business .voice-box-list-item .-baloonBack {
    background-image: url(../img/voice_business_back_sp.png);
  }
  
  .-work .voice-box-list-item .-baloonFront {
    background-image: url(../img/voice_work_front_sp.png);
  }
  
  .-work .voice-box-list-item .-baloonBack {
    background-image: url(../img/voice_work_back_sp.png);
  }
  
  .-culture .voice-box-list-item .-baloonFront {
    background-image: url(../img/voice_culture_front_sp.png);
  }
  
  .-culture .voice-box-list-item .-baloonBack {
    background-image: url(../img/voice_culture_back_sp.png);
  }
  

}

/* entry */

.entry {
  background-color: #F6F6F6;
}

.entry-wrapper {
  padding: 110px 0 108px;
}

.entry-ttl {
  margin: 0 0 50px;
}

.entry-mynavi {
  width: 37.7%;
  margin: 0 auto 36px;
}

.entry-btn{
}

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

  .entry-wrapper {
    padding: 16% 0;
  }
  
  .entry-ttl {
    margin: 0 0 8%;
  }
  
  .entry-mynavi {
    width: 84.6%;
    margin: 0 auto 9%;
  }

}

/* information */

.information {
  background-color: #fff;
}

.information-wrapper {
  padding: 110px 0 108px;
}

.information-ttl {
  margin: 0 0 47px;
}

.information-btn.-btn01 {
  margin: 0 auto 27px;
}

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

  .information-wrapper {
    padding: 16% 0;
  }
  
  .information-ttl {
    margin: 0 0 8%;
  }
  
  .information-btn.-btn01 {
    margin: 0 auto 9%;
  }

}

/* last */

.last {
  background-color: #F6F6F6;
}

.last-wrapper {
  padding: 100px 0 110px;
}

.last-logo {
  width: 38.6%;
  margin: 0 auto 49px;
}

.last-btn{
}

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


.last-wrapper {
  padding: 16% 0;
}

.last-logo {
  width: 84.6%;
  margin: 0 auto 9%;
}

}

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

}

/* animation */

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
