@charset "UTF-8";




/*================================================
* mv
================================================*/
#mv {
  /* padding: 0; */

  margin-bottom: 20rem;
}

#mv h2 {
  color: var(--color-primary);
  font-size: 6.7rem;
  position: absolute;
  text-align: right;
  right: 6.7rem;
  /* bottom: 31rem; */
  top: 50rem;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 2px 3px 5px rgba(255, 255, 255, 1);
}

@media screen and (max-width:767px) {
  #mv {
    padding-bottom: 10rem;
    margin-top: 6rem;
    margin-bottom: 0;
  }

  #mv h2 {
    font-size: 2.5rem;
    text-align: left;
    right: auto;
    top: auto;
    bottom: 0rem;
    bottom: 10rem;
    left: 1.2rem;
  }
}


/*================================================
* 
================================================*/
#message {
  /* padding-top: 8rem; */
}

#message .bg_en {
  position: absolute;
  top: -16rem;
  left: 0;
}

.message_wrap {
  width: 54%;
  margin: 0 auto 0;
  position: relative;
}

.message_wrap p {
  margin-top: 3rem;
  line-height: 3;
}

.message_wrap p:has(b) {
  line-height: 2.4;
}

.message_img01 {
  width: 78.6rem;
  position: absolute;
  top: 9rem;
  right: -44rem;
}


@media screen and (max-width:767px) {
  #message {
    padding-left: 1.8rem;
    /* padding-top: 0; */
    margin-top: 0rem;
  }

  #message .bg_en {
    top: 1rem;
  }

  .message_img01 {
    width: 100%;
    position: static;
  }

  .message_wrap {
    width: 100%;
    margin-right: 0;
    margin-top: 1rem;
  }

  .message_wrap p {
    margin-top: 2rem;
    line-height: 2;
  }

  .message_wrap p:has(b) {
    line-height: 2;
  }
}

/*================================================
* about
================================================*/

.about_img {
  width: 78%;
  margin-bottom: 24rem;
}

#about .bg_en {
  position: absolute;
  right: 0;
  top: 46rem;
}

#about h3 {
  font-size: 4.4rem;
  font-weight: 700;
  margin-bottom: 4rem;
  text-align: center;
  color: var(--color-primary);
  letter-spacing: 0.1em;
}

#about p {
  font-size: 1.9rem;
  line-height: 2.8;
  text-align: center;
  color: var(--color-primary);
  margin-bottom: 4rem;
}

@media screen and (max-width:767px) {
  .about_img {
    width: 100%;
    margin-bottom: 4rem;
  }

  #about .bg_en {
    position: static;
    text-align: right;
    margin-top: -7rem;
    margin-bottom: 2rem;
  }

  #about h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }

  #about p {
    font-size: 1.5rem;
    line-height: 2.2;
  }

  #about .hd {
    margin-left: 3rem;
  }
}

/*================================================
* job
================================================*/
#job {
  background: var(--color-bg);
  padding-bottom: 28rem;
  /* margin-top: 20rem;
  padding-top: 20rem; */
}

#job .bg_en {
  position: absolute;
  top: -10rem;
  left: 0;
}

#job h2 {
  margin-bottom: 15rem;
}

.job_box {
  display: flex;
  align-items: end;
  gap: 7.2rem;
  position: relative;
  z-index: 1;
  margin-top: 14rem;
}

.job_box.reverse {
  flex-direction: row-reverse;
  justify-content: start;
}

.job_box::before {
  position: absolute;
  content: "";
  width: 90%;
  height: 100%;
  background: var(--color-white);
  top: -4.8rem;
  right: 0;
  z-index: -1;
}

.job_box.reverse::before {
  right: auto;
  left: 0;
}

.job_img {
  width: 108rem;
}

.job_txt {
  width: calc(100% - 115.2rem);
  padding-right: 10rem;
}

.job_box.reverse .job_txt {
  padding-right: 0;
  padding-left: 10rem;
}

.job_txt h3 {
  font-size: 4rem;
  font-weight: 700;
  position: relative;
  color: var(--color-primary);
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
}

.job_txt h3::before {
  position: absolute;
  content: "";
  width: calc(100% + 24rem);
  left: -14rem;
  bottom: 0;
  background: var(--color-primary);
  height: 1px;
}

.job_box.reverse .job_txt h3::before {
  left: -10rem;
}

.job_txt p {
  width: 50rem;
  padding-left: 3rem;
  margin: 1rem 0 2rem;
}

/* .job_box.reverse .job_txt p {
  padding-left: 0;
  padding-right: 3rem;
} */

.job_txt img {
  max-width: 66rem;
}

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

  #job {
    padding-bottom: 10rem;
    margin-top: 0rem;
  }

  #job .bg_en {
    position: absolute;
    top: -4rem;
    left: 0;
  }

  #job h2 {
    margin-bottom: 0rem;
  }

  .job_box {
    flex-wrap: wrap;
    gap: 0;
    margin-top: 8rem;
  }

  .job_box.box01 {
    margin-top: 4rem;
  }

  .job_box::before {
    width: 35rem;
    top: -1.8rem;
  }

  .job_txt {
    /* width: 100%; */
    width: 33.6rem;
    margin-left: auto;
    padding-right: 1rem;
  }

  .job_box.reverse .job_txt {
    padding-left: 1rem;
    margin-left: 0;
  }

  .job_txt p {
    width: 100%;
    padding-left: 0.7rem;
    margin: 1rem 0 2rem;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .job_txt h3 {
    font-size: 2rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    margin-top: 2rem;
  }

  .job_txt h3::before {
    width: 100%;
    left: 0;
    bottom: 0;
  }

  .job_box.reverse .job_txt h3::before {
    left: 0;
  }
}

/*================================================
* 
================================================*/
#voice {
  padding-bottom: 28rem;
}

#voice .bg_en {
  position: absolute;
  top: -15rem;
  left: 0;
}

.voice_swiper {
  margin-top: 8rem;
}

.voice_swiper .swiper-slide {
  width: 45rem;
  position: relative;
  cursor: pointer;
}

.voice_swiper .swiper-slide:hover .m_btn::before {
  right: 1rem;
}

.voice_swiper .swiper-slide .m_btn::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/voice_more.webp);


  width: 11.5rem;
  height: 11.5rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  transition: all .4s;
}


.voice_swiper .swiper-slide .m_btn {
  position: relative;
  display: block;
  transform: scale(0.85);
  transition: all .4s;
}

.voice_swiper .swiper-slide-active .m_btn {
  transform: scale(1);
  transition: all .4s;
}

.voice_swiper .swiper-slide .m_btn .meta {
  position: absolute;
  left: 2rem;
  bottom: 1rem;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 75%);
  color: var(--color-white);
}

.voice_swiper .swiper-slide .m_btn .name {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1.2;
}

.voice_swiper .swiper-slide .m_btn .name span {
  font-size: 2.4rem;
}

.voice_swiper .swiper-slide .m_btn .posi {
  font-size: 2.3rem;
}

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

  #voice {
    padding-bottom: 12rem;
  }

  #voice .bg_en {
    font-size: 6rem;
    white-space: nowrap;
    letter-spacing: 0;
    top: 0;
  }


  .voice_swiper {
    margin-top: 3rem;
  }

  .voice_swiper .swiper-slide {
    width: 16rem;
  }

  .voice_swiper .swiper-slide .m_btn::before {

    width: 4.3rem;
    height: 4.3rem;
    bottom: 1rem;
    right: 1rem;
  }

  .voice_swiper .swiper-slide .m_btn .meta {
    left: 0.6rem;
    bottom: 1rem;
  }

  .voice_swiper .swiper-slide .m_btn .name {
    font-size: 1.2rem;
    letter-spacing: 0;
  }

  .voice_swiper .swiper-slide .m_btn .name span {
    font-size: 0.9rem;
  }

  .voice_swiper .swiper-slide .m_btn .posi {
    font-size: 0.9rem;
  }
}

/*================================================
* recruit
================================================*/
#recruit {
  background: #F3F7F1;
}

#recruit .bg_en {
  position: absolute;
  top: -12rem;
  right: 0;
  color: #DAEDD1;
}

.recruitlist {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}

.recruitlist a {
  background: var(--color-white);
  display: block;
  height: 100%;
}

.recruitlist a .thumbnail {
  aspect-ratio: 355/250;
  overflow: hidden;
}

.recruitlist a .thumbnail img {
  overflow: hidden;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.recruitlist a .inner {
  padding: 1.8rem 2.8rem;
}

.recruitlist h3 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
}

.recruitlist ul li {
  margin-top: 0.5rem;
}

.recruitlist .more {
  width: fit-content;
  margin-left: auto;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: end;
}

.recruitlist .more i {
  width: 2.9rem;
  height: 2.9rem;
  margin-left: 0.5rem;
}

@media screen and (max-width:767px) {
  #recruit {
    padding-bottom: 5rem;
  }

  #recruit .bg_en {
    top: -4rem;
  }

  .recruitlist {
    gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

/*================================================
* company
================================================*/
#company {
  background: #F3F7F1;
}

#company .wrap {
  background: var(--color-white);
  padding: 12rem 9rem;
  position: relative;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 25%);
}

#company .wrap .bg_en {
  font-size: 16rem;
  position: absolute;
  top: -12rem;
  left: 0;
  color: #DAEDD1;
}

#company dl {
  display: flex;
  align-items: stretch;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 6rem;
  font-size: 1.8rem;
}

#company dt {
  width: 25rem;
  padding: 1rem 0 1rem 0.8rem;
  background-image: radial-gradient(circle, #3f974c 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  font-weight: 500;
}

#company dd {
  width: calc(100% - 25rem);
  padding: 1rem 0;
  background-image: radial-gradient(circle, #3f974c 0.5px, transparent 0.5px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  font-weight: 500;
}






@media screen and (max-width:767px) {
  #company {
    overflow: clip;
    padding-top: 12rem;
  }

  #company .sp.hd {
    margin-left: 5rem;
  }

  #company .wrap .bg_en {
    font-size: 6rem;
    top: -15rem;
  }

  #company .wrap {
    padding: 2rem 1.8rem 4rem;
  }

  #company dl {
    font-size: 1.5rem;
  }

  #company dt {
    width: 100%;
    padding: 1rem 0 0rem 0.8rem;
    background-image: none;
    line-height: 1;
  }

  #company dd {
    width: 100%;
    padding: 0rem 0 1rem 0.8rem;
  }

  #company dd b {
    font-size: 1.7rem;
  }
}

#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  display: none;
}

#page-top img {
  width: 80px;
  height: auto;
  cursor: pointer;
}

@media screen and (max-width:767px) {
  #page-top {
    position: fixed;
    right: 15px;
    bottom: 15px;

    display: none;
  }

  #page-top img {
    width: 60px;
    /* 好きなサイズに */
    height: auto;
    cursor: pointer;
  }
}

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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

/*================================================
* price
================================================*/

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

/*================================================
* access
================================================*/


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