@charset "UTF-8";
html body main #mainVisual {
  width: 100%;
  height: 100vh;
  position: relative;
}
html body main #mainVisual .scrolldown-mv {
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}
html body main #mainVisual .scrolldown-mv span {
  position: absolute;
  left: -25px;
  top: -20px;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}
html body main #mainVisual .scrolldown-mv::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #fff;
  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;
  }
}
html body main #mainVisual .mainVisual_copy {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
html body main #mainVisual .mainVisual_copy .ttl {
  font-size: 3rem;
  line-height: 170%;
  letter-spacing: 0.7rem;
}
html body main .container #news .inner {
  padding-top: 52px;
  padding-bottom: 55px;
}
html body main .container #news .inner .archive_list-item {
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
}
html body main .container #news .inner .archive_list-item-img {
  width: 135px;
  float: left;
}
html body main .container #news .inner .archive_list-item-meta {
  margin-left: 154px;
  transform: translateY(50%);
}
html body main .container #news .inner .archive_list-item-meta .date {
  position: relative;
  margin-right: 24px;
  color: #666666;
  display: inline-block;
}
html body main .container #news .inner .archive_list-item-meta .date:after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #333333;
}
html body main .container #news .inner .archive_list-item-meta .list-tag {
  display: inline-block;
  font-size: 1rem;
  padding: 2px 5px;
  border: 1px solid #666666;
}
html body main .container #news .inner .archive_list-item-meta .title {
  font-weight: 600;
  font-size: 1.4rem;
}
html body main .container #news .inner .archive_list-item-txt {
  margin-top: 64px;
}
html body main .container #news .inner .archive_list-item:first-child {
  border-top: 1px solid #cccccc;
}
html body main .container #message {
  position: relative;
}
html body main .container #message .inner {
  padding-bottom: 90px;
  position: relative;
  z-index: 50;
}
html body main .container #message .inner .message_bg {
  position: relative;
}
html body main .container #message .inner .message_bg-img {
  margin-right: -20px;
  margin-bottom: 45px;
  height: 95px;
}
html body main .container #message .inner .message_bg-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
html body main .container #message .inner .message_area {
  padding-left: 60px;
}
html body main .container #message .inner .message_area .message-head {
  text-align: left;
}
html body main .container #message .inner .message_area .message-head .en {
  overflow-wrap: inherit;
}
html body main .container #message .inner .message_area .message-head::before {
  left: 0;
  transform: translateX(0);
}
html body main .container #message .inner .message_area-copy_ttl {
  font-size: 2.6rem;
  font-weight: 600;
  letter-spacing: 0.7rem;
  line-height: 170%;
  margin-bottom: 20px;
}
html body main .container #message .inner .message_area-copy_txt-in {
  line-height: 200%;
  margin-bottom: 14px;
}
html body main .container #message .inner .message_area-copy_txt-in:nth-child(3) {
  margin-bottom: 0;
}
html body main .container #message::before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  top: 120px;
  left: 0;
  width: 187px;
  height: 225px;
  background: url(../images/img_message02_sp.png) no-repeat center/contain;
}
html body main .container #message::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  right: 0;
  bottom: 50px;
  width: 145px;
  height: 108px;
  background: url(../images/img_message03.png) no-repeat center/contain;
}
html body main .container #service .inner {
  padding-top: 53px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background: #f7f7f7;
}
html body main .container #service .inner .service-wrap .service_area-txt .product-info {
  padding-top: 4rem;
  display: flex;
  justify-content: space-between;
}
html body main .container #service .inner .service-wrap .service_area-txt .product-info_img {
  width: 40%;
  max-width: 30rem;
}
html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt {
  width: 56%;
}
html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-ttl {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
}
html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-border {
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  height: 1px;
  background: #333333;
}
html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-contents {
  margin-bottom: 0.4rem;
}
html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-attention {
  padding-left: 1rem;
  color: #666666;
  font-size: 1rem;
  list-style: "※";
}
html body main .container #service .inner .service-wrap .service_area-txt .product-info_txt-attention li {
  padding-left: 0.2rem;
}
html body main .container #about .inner {
  padding-bottom: 100px;
}
html body main .container #about .inner .about-wrap .about-wrap_inner .about_area-txt .txt {
  margin-bottom: 25px;
}
html body main .container #sns .inner {
  padding-bottom: 100px;
}
html body main .container #sns .inner .sns-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
html body main .container #sns .inner .sns-wrap li {
  list-style: none;
  width: 28%;
}
html body main .container #sns .inner .sns-wrap li a img {
  height: auto;
  width: 100%;
}
html body main .container #recruit .inner {
  padding-top: 54px;
  padding-bottom: 60px;
  background: url(../images/img_recruit.jpg) no-repeat center/cover;
}
html body main .container #recruit .inner .recruit-wrap .head {
  text-align: left;
}
html body main .container #recruit .inner .recruit-wrap .head::before {
  left: 0;
  transform: translateX(0);
}
html body main .container #recruit .inner .recruit-wrap .txt {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  html body main #mainVisual .mainVisual_copy {
    left: 170px;
  }
  html body main #mainVisual .mainVisual_copy .ttl {
    font-size: 5.2rem;
    line-height: 200%;
    letter-spacing: 1.2rem;
  }
  html body main .container #news .inner {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  html body main .container #news .inner .archive_list-item {
    padding: 32px 0;
  }
  html body main .container #news .inner .archive_list-item-img {
    width: 200px;
  }
  html body main .container #news .inner .archive_list-item-meta {
    margin-left: 230px;
    transform: translateY(0);
  }
  html body main .container #news .inner .archive_list-item-meta .date {
    margin-right: 24px;
  }
  html body main .container #news .inner .archive_list-item-meta .list-tag {
    font-size: 1.2rem;
    padding: 4px 8px 2px 8px;
  }
  html body main .container #news .inner .archive_list-item-meta .title {
    font-size: 2rem;
  }
  html body main .container #news .inner .archive_list-item-txt {
    margin-top: 12px;
    margin-left: 230px;
  }
  html body main .container #message .inner {
    padding-bottom: 286px;
    padding-right: 100px;
  }
  html body main .container #message .inner .message_bg-img {
    float: right;
    margin-right: -100px;
    margin-bottom: 50px;
    width: 715px;
    height: 186px;
  }
  html body main .container #message .inner .message_area {
    padding-left: 100px;
    padding-top: 170px;
  }
  html body main .container #message .inner .message_area-copy {
    display: flex;
    justify-content: space-between;
  }
  html body main .container #message .inner .message_area-copy_ttl {
    font-size: 4rem;
    letter-spacing: 1rem;
    line-height: 200%;
  }
  html body main .container #message .inner .message_area-copy_txt {
    width: 46%;
  }
  html body main .container #message .inner .message_area-copy_txt-in {
    margin-bottom: 25px;
  }
  html body main .container #message::before {
    top: 140px;
    width: 590px;
    height: 540px;
    background: url(../images/img_massage02_pc.png) no-repeat center/contain;
  }
  html body main .container #message::after {
    bottom: 110px;
    width: 444px;
    height: 335px;
  }
  html body main .container #service .inner {
    padding-top: 100px;
    padding-bottom: 120px;
    margin-bottom: 130px;
  }
  html body main .container #service .inner .service-wrap {
    display: flex;
    justify-content: space-between;
  }
  html body main .container #service .inner .service-wrap .service_area-img {
    width: 52%;
  }
  html body main .container #service .inner .service-wrap .service_area-txt {
    width: 45%;
  }
  html body main .container #service .inner .service-wrap .service_area-txt-ttl {
    font-size: 2rem;
  }
  html body main .container #about .inner {
    padding-bottom: 150px;
  }
  html body main .container #about .inner .about-wrap {
    display: flex;
    justify-content: space-between;
  }
  html body main .container #about .inner .about-wrap .about_area-img {
    width: 70%;
    float: left;
    margin-right: -170px;
    order: 2;
  }
  html body main .container #about .inner .about-wrap_inner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 40%;
    order: 1;
  }
  html body main .container #about .inner .about-wrap_inner .about_area-txt .txt {
    margin-bottom: 25px;
  }
  html body main .container #about .inner .about-wrap_inner .btn_link {
    padding: 20px 0;
  }
  html body main .container #about .inner .about-wrap_inner .btn_link::after {
    top: 44.48%;
  }
  html body main .container #sns .inner {
    padding-bottom: 100px;
  }
  html body main .container #sns .inner .sns-wrap {
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
  }
  html body main .container #sns .inner .sns-wrap li {
    list-style: none;
    width: 20%;
    margin: 0 auto;
  }
  html body main .container #sns .inner .sns-wrap li a img {
    height: 100%;
    width: auto;
  }
  html body main .container #recruit .inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  html body main .container #recruit .inner .recruit-wrap .head {
    max-width: 720px;
    margin-left: 0;
  }
  html body main .container #recruit .inner .recruit-wrap .txt {
    max-width: 720px;
    margin-bottom: 36px;
    margin-left: 0;
  }
  html body main .container #recruit .inner .recruit-wrap .btn {
    width: 60%;
  }
  html body main .container #recruit .inner .recruit-wrap .btn_link {
    padding: 20px 0;
  }
  html body main .container #recruit .inner .recruit-wrap .btn_link::after {
    top: 44.48%;
  }
}/*# sourceMappingURL=style.css.map */