@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
#mainv {
  height: 1390px;
  width: 100%;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-image: url(../images/home/mainv/image/image_desc.jpg);
  aspect-ratio: 16/9;
  margin-bottom: 120px;
  position: relative;
}
#mainv:after {
  position: absolute;
  content: "";
  background-image: url(../images/home/mainv/image/mv_lines.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 100%;
  height: 2810px;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
#mainv .slick-list,
#mainv .slick-track,
#mainv .slick-slide,
#mainv .slick-slide > div {
  width: 100%;
  height: 100%;
}
#mainv .image-box {
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
}
#mainv .image-box .image-list li {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  width: 210px;
  height: 210px;
}
#mainv .image-box .image-list li::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}
#mainv .image-box .image-list li.image01 {
  width: 450px;
  height: 450px;
  background-image: url(../images/home/mainv/image/image01.png);
  top: 290px;
  left: calc(50% - 41.9em);
}
#mainv .image-box .image-list li.image01::after {
  width: 110px;
  height: 110px;
  top: -43px;
  right: 130px;
  background-color: rgba(38, 183, 188, 0.85);
}
#mainv .image-box .image-list li.image02 {
  width: 450px;
  height: 450px;
  background-image: url(../images/home/mainv/image/image02.png);
  top: -18px;
  left: calc(50% - 21.3em);
}
#mainv .image-box .image-list li.image02::after {
  width: 130px;
  height: 130px;
  top: 130px;
  left: -40px;
  background-color: rgba(234, 85, 80, 0.85);
}
#mainv .image-box .image-list li.image03 {
  background-image: url(../images/home/mainv/image/image03.png);
  top: 110px;
  right: calc(50% - 24.6em);
}
#mainv .image-box .image-list li.image03::after {
  width: 90px;
  height: 90px;
  bottom: -10px;
  left: -28px;
  background-color: rgba(139, 197, 63, 0.85);
}
#mainv .image-box .image-list li.image04 {
  background-image: url(../images/home/mainv/image/image04.png);
  top: 258px;
  right: calc(50% - 34em);
}
#mainv .image-box .image-list li.image04::after {
  width: 100px;
  height: 100px;
  bottom: -10px;
  right: -40px;
  background: rgba(234, 85, 80, 0.85);
}
#mainv .image-box .image-list li.image05 {
  background-image: url(../images/home/mainv/image/image05.png);
  top: 33.5em;
  right: calc(50% - 36em);
}
#mainv .image-box .image-list li.image05::after {
  width: 80px;
  height: 80px;
  top: -25px;
  left: -15px;
  background: rgba(38, 183, 188, 0.85);
}
#mainv .image-box .image-list li.image06 {
  background-image: url(../images/home/mainv/image/image06.png);
  top: 44.9em;
  right: calc(50% - 29.2em);
}
#mainv .image-box .image-list li.image06::after {
  width: 90px;
  height: 90px;
  bottom: -30px;
  left: 0;
  background: rgba(139, 197, 63, 0.85);
}
#mainv .catch-box {
  font-family: "Sorts Mill Goudy", serif;
  font-size: 162.5%;
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
#mainv .catch-box span {
  display: block;
  font-size: 323.07%;
  line-height: 1;
  margin-top: 5px;
  letter-spacing: -0.02em;
}

#home-message .message-box {
  width: min(1280px, 100%);
  margin: auto;
  position: relative;
}
#home-message .message-box .text-box {
  width: min(480px, 100%);
  position: absolute;
  left: calc(50% - 480px);
  bottom: 42px;
}
#home-message .message-box .text-box em {
  font-size: 237.5%;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 35px;
  line-height: 1.7;
}
#home-message .message-box .text-box .sign {
  margin-bottom: 25px;
}
#home-message .message-box .text-box .sign .ja {
  font-size: 125%;
  display: inline-block;
}
#home-message .message-box .text-box .sign .ja > span {
  font-size: 180%;
  margin-left: 10px;
}
#home-message .message-box .text-box .sign .en {
  display: block;
}
#home-message .message-box .text-box .sign .en span {
  display: inline-block;
  font-family: "Sorts Mill Goudy", serif;
  font-size: 312.5%;
}
#home-message .message-box .text-box .sign .en .last-name::first-letter {
  color: #EA5550;
}
#home-message .message-box .text-box .sign .en .first-name::first-letter {
  color: #26B7BC;
}
#home-message .message-box .image-box {
  width: min(830px, 100%);
  margin-left: auto;
}

#home-news {
  background: rgba(255, 255, 255, 0.75);
}

#home-recruit .btn-type02 {
  margin-bottom: 50px;
}
#home-recruit .recruit-upper {
  max-height: 660px;
  min-height: 660px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/home/image-recruit_desc.jpg);
  position: relative;
  margin-bottom: 3px;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
}
#home-recruit .recruit-upper em {
  font-size: 300%;
  font-weight: bold;
  color: #fff;
  position: absolute;
  bottom: 20px;
}
#home-recruit .recruit-lower {
  display: flex;
  justify-content: space-between;
  gap: 3px;
  font-family: YuGothic, "Noto Sans JP", sans-serif;
}
#home-recruit .recruit-lower .item {
  width: 33.3333333333%;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
#home-recruit .recruit-lower .item .image {
  position: relative;
  margin-bottom: 30px;
  line-height: 1;
}
#home-recruit .recruit-lower .item .image img {
  width: fit-content;
}
#home-recruit .recruit-lower .item .image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  visibility: hidden;
  transition: 0.2s;
  left: 0;
  top: 0;
  opacity: 0;
}
#home-recruit .recruit-lower .item .image::before {
  position: relative;
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #EA5550;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  z-index: -1;
}
#home-recruit .recruit-lower .item span {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 125%;
}
#home-recruit .recruit-lower .item:hover {
  transition: 0.2s;
}
#home-recruit .recruit-lower .item:hover .image::before, #home-recruit .recruit-lower .item:hover .image::after {
  opacity: 1;
  visibility: visible;
  transition: 0.2s;
}

#home-voice {
  position: relative;
}
#home-voice .dots {
  text-align: center;
  margin-bottom: 55px;
}
#home-voice .dots span {
  display: inline-block;
  background-color: #EA5550;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
}
#home-voice .dots span::before {
  position: absolute;
  content: "";
  background-color: #26B7BC;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: -65px;
  top: 45px;
}
#home-voice .dots span::after {
  position: absolute;
  content: "";
  background-color: #8BC53F;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: -65px;
  top: 45px;
}
#home-voice:after {
  position: absolute;
  content: "";
  background-image: url(../images/home/recruit_lines.svg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  width: 100%;
  height: 1262px;
  bottom: 30em;
  left: 50%;
  transform: translatex(-50%);
  z-index: -1;
}
#home-voice .voice-upper {
  margin-bottom: 195px;
}
#home-voice .voice-upper .voice-list {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
  margin-bottom: 40px;
}
#home-voice .voice-upper .voice-list .f-left,
#home-voice .voice-upper .voice-list .f-right {
  position: absolute;
  bottom: -140px;
}
#home-voice .voice-upper .voice-list .f-left {
  left: 0;
}
#home-voice .voice-upper .voice-list .f-right {
  right: 0;
}
#home-voice .voice-lower {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#home-voice .voice-lower .item {
  text-align: center;
  text-decoration: none;
}
#home-voice .voice-lower .item:hover .image {
  opacity: 0.7;
  transition: 0.3s;
}
#home-voice .voice-lower .item .image {
  text-align: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
#home-voice .voice-lower .item span {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 125%;
}

@media all and (min-width: 751px) {
  /* MAINV */
  #home-news {
    margin-bottom: 120px;
  }
  #home-recruit {
    margin-bottom: 105px;
  }
  #home-voice .title-level01 {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  #mainv {
    height: 448px;
    margin-bottom: 35px;
    overflow: clip;
  }
  #mainv:after {
    height: 800px;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
  }
  #mainv .image-box .image-list li {
    width: 74px;
    height: 74px;
  }
  #mainv .image-box .image-list li.image01 {
    width: 134px;
    height: 134px;
    top: 13em;
    left: calc(50% - 10em);
  }
  #mainv .image-box .image-list li.image01::after {
    width: 33px;
    height: 33px;
    top: 20px;
    right: auto;
    left: -22px;
  }
  #mainv .image-box .image-list li.image02 {
    width: 159px;
    height: 159px;
    top: -35px;
    left: calc(50% - 11em);
  }
  #mainv .image-box .image-list li.image02::after {
    width: 46px;
    height: 46px;
    top: 45px;
    left: -15px;
  }
  #mainv .image-box .image-list li.image03 {
    top: 10px;
    right: calc(50% - 9.5em);
  }
  #mainv .image-box .image-list li.image03::after {
    width: 32px;
    height: 32px;
    bottom: -5px;
    left: -10px;
  }
  #mainv .image-box .image-list li.image04 {
    top: 62px;
    right: calc(50% - 13em);
  }
  #mainv .image-box .image-list li.image04::after {
    width: 35px;
    height: 35px;
    bottom: -10px;
    right: -11px;
  }
  #mainv .image-box .image-list li.image05 {
    top: 13em;
    right: calc(50% - 13em);
    width: 86px;
    height: 86px;
  }
  #mainv .image-box .image-list li.image05::after {
    width: 33px;
    height: 33px;
    top: -12px;
    left: -3px;
  }
  #mainv .image-box .image-list li.image06 {
    top: 233px;
    right: calc(50% - 9em);
  }
  #mainv .image-box .image-list li.image06::after {
    width: 31px;
    height: 31px;
    bottom: -8px;
    left: 54px;
  }
  #mainv .catch-box {
    font-size: 92.85%;
    top: 112px;
    padding-left: 0;
  }
  #mainv .catch-box span {
    font-size: 323.07%;
    margin: 0;
  }
  #home-message {
    margin-bottom: 45px;
  }
  #home-message .message-box {
    width: min(1280px, 100%);
    margin: auto;
    position: relative;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../images/home/image-message_desc.jpg);
  }
  #home-message .message-box .text-box {
    width: auto;
    left: 20px;
    bottom: 42px;
    position: static;
    padding: 60px 10px 68px;
    width: 345px;
    box-sizing: border-box;
    margin: auto;
  }
  #home-message .message-box .text-box em {
    font-size: 114.29%;
    margin-bottom: 1px;
    line-height: 1.7;
  }
  #home-message .message-box .text-box .sign {
    margin-bottom: 10px;
  }
  #home-message .message-box .text-box .sign .ja {
    font-size: 71.43%;
  }
  #home-message .message-box .text-box .sign .ja > span {
    font-size: 200%;
    margin-left: 5px;
  }
  #home-message .message-box .text-box .sign .en {
    position: absolute;
    bottom: 0;
    left: calc(50% - 39px);
  }
  #home-message .message-box .text-box .sign .en span {
    font-size: 178.57%;
  }
  #home-message .message-box .image-box {
    display: none;
  }
  #home-recruit {
    margin-bottom: 80px;
  }
  #home-recruit .btn-type02 {
    margin-bottom: 50px;
  }
  #home-recruit .recruit-upper {
    max-height: 100%;
    min-height: 100%;
    padding-top: 52%;
  }
  #home-recruit .recruit-upper em {
    font-size: 114.29%;
    bottom: 0px;
  }
  #home-recruit .recruit-lower .item .image {
    margin-bottom: 0px;
    line-height: 0;
  }
  #home-recruit .recruit-lower .item .image:after {
    position: relative;
    position: absolute;
    content: "";
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EA5550;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    z-index: -1;
  }
  #home-recruit .recruit-lower .item span {
    font-size: 90%;
  }
  #home-recruit .recruit-lower .item:hover .image:after {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
  }
  #home-voice {
    position: relative;
    margin-bottom: 50px;
  }
  #home-voice .dots {
    margin-bottom: 25px;
  }
  #home-voice .dots span {
    display: inline-block;
    background-color: #EA5550;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
  }
  #home-voice .dots span::before {
    position: absolute;
    content: "";
    background-color: #26B7BC;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    left: -32px;
    top: 25px;
  }
  #home-voice .dots span::after {
    position: absolute;
    content: "";
    background-color: #8BC53F;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: -32px;
    top: 25px;
  }
  #home-voice:after {
    width: 100%;
    height: 465px;
    bottom: 17em;
  }
  #home-voice .voice-upper {
    margin-bottom: 70px;
  }
  #home-voice .voice-upper .voice-list {
    gap: 20px;
    margin-bottom: 18px;
  }
  #home-voice .voice-upper .voice-list li {
    width: 105px;
  }
  #home-voice .voice-upper .voice-list .f-left,
  #home-voice .voice-upper .voice-list .f-right {
    bottom: -95px;
  }
  #home-voice .voice-upper .voice-list .f-left {
    left: calc(50% - 13em);
  }
  #home-voice .voice-upper .voice-list .f-right {
    right: calc(50% - 13em);
  }
  #home-voice .voice-lower {
    gap: 3px;
    margin: 0 -20px;
  }
  #home-voice .voice-lower .item .image {
    margin-bottom: 0;
  }
  #home-voice .voice-lower .item span {
    font-size: 120%;
  }
}
