@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*----------------------------------
  mv
------------------------------------*/
/*----------------------------------
  concept
------------------------------------*/
.concept {
  width: 100%;
  padding-top: 80px;
  text-align: center;
  position: relative;
  background-color: rgba(229, 150, 194, 0.15);
}

.concept h2 {
  position: relative;
  font-size: 30px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-bottom: 18px;
}

.concept h2::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
}

.concept .leadtext {
  margin-top: 50px;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 2px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .concept {
    width: 100%;
    padding-top: 80px;
    text-align: center;
    position: relative;
    background-color: rgba(229, 150, 194, 0.15);
  }
  .concept h2 {
    position: relative;
    font-size: 22px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .concept .leadtext {
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: bold;
  }
}

/*----------------------------------
  recruit_about
------------------------------------*/
.recruit_about {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
  padding-top: 70px;
  padding-bottom: 80px;
}

.recruit_about_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 200px 70px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.recruit_about_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.recruit_about_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.recruit_about_inner h2 {
  position: relative;
  font-size: 30px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-bottom: 18px;
}

.recruit_about_inner h2::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
}

.recruit_about_inner h3 {
  font-size: 25px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-top: 60px;
  color: #F398C2;
  background-color: #FEEFC4;
  padding: 5px 0;
}

.recruit_about_inner .recruit_about_list {
  width: 100%;
  margin: 0 auto;
}

.recruit_about_inner .recruit_about_list dl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 26px 0;
  border-bottom: 1px solid #D5D5D5;
}

.recruit_about_inner .recruit_about_list dt {
  text-align: left;
  width: 120px;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 1.8px;
  margin-right: 20px;
  color: #F398C2;
}

.recruit_about_inner .recruit_about_list dt::after {
  content: ":";
  width: 17px;
  height: 17px;
  font-size: 17px;
  margin-left: 16px;
  line-height: 34px;
}

.recruit_about_inner .recruit_about_list dd {
  font-size: 17px;
  letter-spacing: 1.8px;
  width: calc(100% - 160px);
  line-height: 34px;
  text-align: left;
}

.recruit_about_inner .recruit_about_textcontainer {
  margin: 50px 0 40px;
}

.recruit_about_inner .recruit_about_btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  width: 300px;
  height: 80px;
  border-radius: 50px;
  background: #f398c2;
  border: 3px solid #fff;
  box-shadow: 5.08px 5.08px 1.45px rgba(0, 0, 0, 0.1);
}

.recruit_about_inner .recruit_about_btn p {
  font-size: 20px;
  letter-spacing: 2.8px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 768px) {
  .recruit_about {
    width: 100%;
    background-color: rgba(229, 150, 194, 0.15);
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .recruit_about_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 20px 70px;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  .recruit_about_inner h2 {
    position: relative;
    font-size: 24px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .recruit_about_inner h3 {
    font-size: 22px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-top: 60px;
    color: #F398C2;
    background-color: #FEEFC4;
    padding: 5px 0;
  }
  .recruit_about_inner .recruit_about_list {
    width: 100%;
    margin: 0 auto;
  }
  .recruit_about_inner .recruit_about_list dl {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 26px 0;
    border-bottom: 1px solid #D5D5D5;
  }
  .recruit_about_inner .recruit_about_list dt {
    text-align: left;
    width: 140px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1.6px;
    margin-right: 0px;
    color: #F398C2;
  }
  .recruit_about_inner .recruit_about_list dt::after {
    content: ":";
    width: 14px;
    height: 14px;
    font-size: 14px;
    margin-left: 8px;
    line-height: 34px;
  }
  .recruit_about_inner .recruit_about_list dd {
    font-size: 14px;
    letter-spacing: 1.6px;
    width: calc(100% - 60px);
    line-height: 34px;
    text-align: left;
  }
  .recruit_about_inner .recruit_about_textcontainer {
    margin: 50px 0 40px;
  }
  .recruit_about_inner .recruit_about_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    width: 300px;
    height: 80px;
    border-radius: 50px;
    background: #f398c2;
    border: 3px solid #fff;
    box-shadow: 5.08px 5.08px 1.45px rgba(0, 0, 0, 0.1);
  }
  .recruit_about_inner .recruit_about_btn p {
    font-size: 20px;
    letter-spacing: 2.8px;
    font-weight: bold;
    color: #fff;
  }
}

/*----------------------------------
  voice
------------------------------------*/
.voice {
  width: 100%;
  background-color: rgba(229, 150, 194, 0.15);
  padding-top: 70px;
  padding-bottom: 80px;
}

.voice_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 150px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.voice_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.voice_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.voice_inner h2 {
  position: relative;
  font-size: 30px;
  line-height: calc(27 / 16);
  letter-spacing: 9px;
  font-weight: bold;
  margin-bottom: 18px;
}

.voice_inner h2::after {
  position: absolute;
  bottom: -12px;
  left: calc(50% - 15px);
  content: "";
  width: 30px;
  height: 2px;
  background-color: #333;
}

.voice_inner .voice_lead {
  margin-top: 50px;
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 2px;
  font-weight: bold;
}

.voice_inner .voice_item {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.voice_inner .voice_left {
  width: 310px;
}

.voice_arrowbox {
  position: relative;
  width: 500px;
  height: 370px;
  background: #FEEFC4;
  padding: 50px;
  text-align: left;
  border-radius: 55px;
  font-size: 17px;
  letter-spacing: 1.8px;
  line-height: 34px;
  text-align: justify;
}

.voice_arrowbox:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(254, 239, 196, 0);
  border-top-width: 22px;
  border-bottom-width: 22px;
  border-left-width: 31px;
  border-right-width: 31px;
  margin-top: -22px;
  border-right-color: #FEEFC4;
  right: 100%;
  top: 46%;
}

.voice_job {
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 34px;
  margin-top: 10px;
}

.voice_name {
  font-size: 25px;
  letter-spacing: 2.6px;
  line-height: 34px;
}

@media (max-width: 768px) {
  .voice {
    width: 100%;
    background-color: rgba(229, 150, 194, 0.15);
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .voice_inner {
    width: 90%;
    margin: 0 auto;
    padding: 80px 20px;
    background-color: #fff;
    text-align: center;
    position: relative;
  }
  .voice_inner h2 {
    position: relative;
    font-size: 24px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .voice_inner .voice_lead {
    margin-top: 50px;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 2px;
    font-weight: bold;
  }
  .voice_inner .voice_item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 60px;
  }
  .voice_inner .voice_left {
    width: 60%;
    margin: 0 auto;
  }
  .voice_arrowbox {
    position: relative;
    width: 100%;
    height: auto;
    background: #FEEFC4;
    padding: 35px;
    text-align: left;
    border-radius: 55px;
    font-size: 14px;
    letter-spacing: 1.8px;
    line-height: 1.8;
    text-align: justify;
    margin-top: 40px;
  }
  .voice_arrowbox:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(254, 239, 196, 0);
    border-top-width: 22px;
    border-bottom-width: 22px;
    border-left-width: 31px;
    border-right-width: 31px;
    margin-top: -22px;
    border-right-color: #FEEFC4;
    right: calc(50% - 31px);
    top: -22px;
    transform: rotate(90deg);
  }
  .voice_job {
    font-size: 14px;
    letter-spacing: 1.6px;
    line-height: 20px;
    margin-top: 10px;
  }
  .voice_name {
    font-size: 22px;
    letter-spacing: 2.4px;
    line-height: 34px;
  }
}
/*# sourceMappingURL=style.css.map */
