@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2b2b2b;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.delco {
  font-family: "Kaisei Decol", serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
p {
  line-height: 1.5em;
}
.SP {
  display: none;
}
.sec_inner {
  max-width: 95%;
  margin: 0 auto;
}
.wrapp {
  max-width: 95%;
  margin: 0 auto;
  border-radius: 80px;
  padding: 80px 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}
h2 {
  font-size: 55px;
  text-align: center;
  font-weight: bold;
}
.sec_tit img {
  display: block;
  margin: 15px auto 0 auto;
}
.sec_tit {
  margin-bottom: 80px;
}
.sec_pink .wrapp {
  background-color: #fcf4f7;
}
.sec_glay .wrapp {
  background-color: #ebebeb;
}
.cont_tit {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
}
h3 {
  font-weight: bold;
  line-height: 1.3em;
}
.cont_tit img {
  display: block;
  margin: 0 auto 15px auto;
}
/*header*/
header {
  display: flex;
  padding: 30px;
  align-items: center;
  justify-content: space-between;
}
header h1 a {
  font-size: 40px;
  font-weight: bold;
  color: #2b2b2b;
}
header h1 a span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  padding-left: 5px;
  padding-bottom: 5px;
}
header nav.PC ul {
  display: flex;
  align-items: center;
  gap: 25px;
}
nav a {
  color: #2b2b2b;
  font-size: 20px;
  font-weight: bold;
  transition: .3s;
}
nav a:hover {
  color: #c82a5f;
}
nav .btn_link a:hover {
  color: #fff;
}
.btn_link {
  display: flex;
  align-items: center;
}
.btn_link a {
  padding: 15px 30px;
  text-align: center;
  width: fit-content;
  color: #fff;
  display: block;
  border-radius: 50px;
  font-weight: bold;
}
.btn_link a img {
  vertical-align: middle;
  padding-right: 10px;
}
.btn_link.btn_glay a {
  background-color: #2b2b2b;
}
.btn_link.btn_pink a {
  background-color: #c82a5f;
}
.btn_link.btn_glay::after {
  content: url(../img/btn_glay.webp);
  display: block;
  margin-left: 5px;
  transition: .3s;
}
.btn_link.btn_glay:hover::after {
  transform: translateX(-3px);
}
.btn_link.btn_pink::after {
  content: url(../img/btn_pink.webp);
  display: block;
  margin-left: 5px;
  transition: .3s;
}
.btn_link.btn_pink:hover::after {
  transform: translateX(-3px);
}
/*slider*/
.slider li {
  position: relative;
}
.slider p {
  position: absolute;
  bottom: 80px;
  right: 30px;
  font-size: 60px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #2b2b2b;
  color: #fff;
  text-align: center;
  line-height: 1.3em;
}
.slider p {
  background-image: url(../img/mv_line.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
/*greeting*/
.sec_greeting dd p:last-of-type {
  text-align: center;
  line-height: 1em;
  margin-top: 30px;
}
.sec_greeting dd p span {
  font-weight: bold;
  text-align: center;
  display: block;
}
/*business*/
.about {
  margin: 50px auto;
  max-width: 1000px;
}
h4 {
  font-weight: bold;
  font-size: 25px;
  display: flex;
  margin-bottom: 30px;
}
h4::before {
  content: url(../img/kagi_l.webp);
  display: block;
  margin-top: -5px;
}
h4::after {
  content: url(../img/kagi_r.webp);
  display: block;
  margin-top: 5px;
}
.cont_inner dl dd {
  max-width: 1000px;
  margin: 50px auto;
}
.gallery {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.cont_tit {
  margin-top: 80px;
}
.cont_flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: center;
}
.cont_flex table th,
.cont_flex table td {
  border: solid 1px #2b2b2b;
  background-color: #fff;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.cont_flex div {
  display: flex;
  gap: 10px;
}
h4 {
  line-height: 1.3em;
}
.sec_recruit h4::after {
  margin-top: 35px;
  margin-left: -27px;
}
.sec_recruit .cont_flex h4::after {
  margin-left: 0;
}
.cont_flex.reverse {
  flex-direction: row-reverse;
}
.cont_inner .cont_flex dt,
.cont_inner .cont_flex dd {
  max-width: 50%;
}
.cont_inner .cont_flex dd {
  margin: 0;
}
span.badge {
  background-color: #c82a5f;
  color: #fff;
  display: block;
  border-radius: 50px;
  width: fit-content;
  margin: 10px 0;
  padding: 10px;
}
.sec_recruit .cont_flex.reverse {
  max-width: 1100px;
  margin: 50px auto;
}
.recruit_table th,
.recruit_table td {
  border: solid 1px #2b2b2b;
  padding: 10px 15px;
  background-color: #fff;
  line-height: 1.5em;
}
.recruit_table th {
  background-color: #ebebeb;
  font-weight: bold;
  vertical-align: middle;
}
.recruit_table {
  margin: 50px auto;
}
.recruit_table td p {
  margin: 10px 0;
  line-height: 1em;
}
.sec_recruit div.btn_link {
  margin: 30px auto 0 auto;
  width: fit-content;
}
/*company*/
.sec_company table th,
.sec_company table td {
  padding: 15px;
  text-align: left;
}
.sec_company table th span {
  display: inline-block;
  width: 30px;
  height: 10px;
  background-color: #c82a5f;
  border-radius: 50px;
  margin-right: 10px;
}
.sec_company table th {
  font-weight: bold;
}
.sec_company table td {
  line-height: 1.5em;
}
.sec_company table {
  margin: 0 auto;
}
.sec_company .cont_tit {
  display: flex;
  align-items: center;
}
.sec_company .cont_tit img {
  margin: 0 20px 0 0;
}
.sec_company .cont_inner dl.cont_flex {
  max-width: 1200px;
  flex-wrap: wrap;
  margin: 80px 0;
}
.sec_company .cont_inner dl dd {
  width: 300px;
}
.sec_company .cont_inner dl.cont_flex dd:last-of-type {
  max-width: 100%;
  width: 100%;
}
.map_box {
  width: 1200px;
  height: 430px;
}
iframe {
  width: 100%;
  border-radius: 30px;
}
.sec_company .btn_link {
  margin-top: 30px;
}
/*contact*/
form dl {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  margin: 30px auto;
  gap: 30px;
}
form dt {
  width: 180px;
  padding: 15px;
  border-bottom: solid 1px #2b2b2b;
  font-weight: bold;
}
.cont_inner form dd {
  width: 400px;
  margin: 0;
}
form dt span {
  font-weight: bold;
  color: #c82a5f;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form select,
form textarea {
  padding: 10px;
  border: solid 1px #2b2b2b;
  width: 93%;
  border-radius: 0;
  background-color: #fff;
  color: #2b2b2b;
  font-family: inherit;
  font-size: inherit;
}
form select {
  width: 98%;
}
.required_txt {
  text-align: center;
  color: #c82a5f;
}
.btn_link input {
  padding: 15px 30px;
  text-align: center;
  width: fit-content;
  color: #fff;
  display: block;
  border-radius: 50px;
  font-weight: bold;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  line-height: 1rem;
}
.btn_link.btn_pink input {
  background-color: #c82a5f;
  cursor: pointer;
}
.btn_link.btn_pink.none input {
  background-color: #ccc;
  pointer-events: none;
}
.btn_link.btn_pink::after {
  content: url(../img/btn_pink.webp);
  display: block;
  margin-left: 5px;
  transition: .3s;
}
.btn_link.btn_pink.none::after {
  content: none;
}
.btn_link.btn_pink:hover::after {
  transform: translateX(-3px);
}
form .btn_link {
  width: fit-content;
  margin: 50px auto 0 auto;
}
input[type=checkbox] {
  display: none;
}
.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox::before {
  background: #fff;
  border: 1px solid #2b2b2b;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
.checkbox::after {
  border-right: 3px solid #c82a5f;
  border-bottom: 3px solid #c82a5f;
  content: '';
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
input[type=checkbox]:checked + .checkbox::after {
  opacity: 1;
}
.pp_check {
  width: fit-content;
  margin: 0 auto;
}
.pp_inner {
  max-width: 800px;
  padding: 10px;
  border: solid 1px #2b2b2b;
  margin: 50px auto;
  background-color: #fff;
  height: 250px;
  overflow-y: scroll;
}
.pp_inner p {
  font-size: 14px;
}
.pp_inner p a {
  color: #c82a5f;
  border-bottom: solid 1px #c82a5f;
}
.pp_inner::-webkit-scrollbar {
  width: 10px;
}
.pp_inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.pp_inner::-webkit-scrollbar-thumb {
  background-color: #c82a5f;
  border-radius: 50px;
}
.error_blank {
  color: #c82a5f;
}
form dt span.optional,
form dt span.required {
  display: none;
}
.sec_thanks .about {
  text-align: center;
}
.sec_thanks .btn_link {
  margin: 0 auto;
  width: fit-content;
}
/*footer*/
footer .sec_inner {
  background-color: #2b2b2b;
  border-radius: 80px;
  padding: 120px 20px;
  color: #fff;
  text-align: center;
}
footer p:first-of-type {
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 30px;
}
footer p:first-of-type span {
  font-size: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
}
small {
  display: block;
  padding: 30px;
  text-align: center;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.3em;
}
/*decorations*/
section {
  position: relative;
}
.deco {
  position: absolute;
}
.dot1 {
  top: 100px;
  left: 30px;
}
.dot2 {
  right: 30px;
  bottom: 110px;
}
.txt {
  bottom: 60px;
  right: 80px;
}
footer .sec_inner {
  position: relative;
  background-image: url(../img/bb_footerr.webp);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 150px;
}
.footl {
  left: -5%;
  bottom: 5%;
}
.footr {
  right: -5%;
  top: 10%;
}
.bb_deco {
  position: relative;
}
.sec_greeting .bb_deco .deco {
  left: -5%;
  top: 30%;
}
.sec_greeting dl {
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.sec_greeting dt {
  width: 50%;
}
.sec_greeting .cont_inner dd {
  width: 48%;
  margin-top: 0;
}
.deco_kaigo {
  right: -5%;
  bottom: -5%;
}
.deco_cleaning {
  left: -8%;
  top: 20%;
}
.deco_setsubi {
  right: 0;
  bottom: -5%;
}
.deco_rec1 {
  left: -5%;
  bottom: -5%;
}
.deco_rec2 {
  right: -8%;
  bottom: -5%;
}
.deco_rec3 {
  left: -5%;
  top: -5%;
}
.deco_comp {
  left: -10%;
  top: -10%;
}
.deco.up {
  position: static;
}
.deco {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.deco.on {
  transform: translateY(0);
  opacity: 1.0;
}
footer .deco {
  opacity: 1;
  transform: translateY(0);
}
.page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
.page_top a {
  background: inherit;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 28px 5px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
.page_top a:hover {
  text-decoration: none;
  opacity: .5;
}
/*responsive*/
@media screen and (max-width:1460px) {
  h2 {
    font-size: 50px;
  }
  .map_box {
    max-width: 90%;
    margin: 0 auto;
  }
  .sml_image {
    max-width: 45%;
  }
}
@media screen and (max-width:1400px) {
  .sec_contact .SP {
    display: block;
  }
  h2 {
    line-height: 1.3em;
  }
  .cont_inner {
    max-width: 90%;
    margin: 0 auto;
  }
  .txt {
    max-width: 30px;
    right: 50px;
  }
  .dot1 {
    max-height: 8px;
  }
  .dot2 {
    max-width: 8px;
  }
  .bb {
    max-width: 100px;
  }
  h2 {
    font-size: 35px;
  }
  .cont_tit {
    font-size: 25px;
  }
  footer .sec_inner {
    background-size: 100px;
  }
  .slider p {
    font-size: 50px;
  }
}
@media screen and (max-width:1000px) {
  .sec_greeting .bb_deco .deco {
    left: -5%;
    top: 18%;
  }
  .slider p {
    font-size: 30px;
  }
  header h1 a {
    font-size: 30px;
  }
  header h1 a span {
    font-size: 16px;
  }
  header .PC {
    display: none;
  }
  header .SP {
    display: block;
  }
  nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
  }
  nav .inner ul li a {
    display: block;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
    font-size: 16px;
  }
  nav .inner ul li:last-of-type {
    margin-top: 20px;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  .toggle_btn {
    display: block;
    position: fixed;
    top: 30px;
    right: 20px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  .bb {
    max-width: 60px;
  }
  .sec_tit img {
    width: 130px;
  }
  h2 {
    font-size: 30px;
  }
  .cont_tit {
    font-size: 20px;
  }
  h4 {
    font-size: 20px;
  }
  .cont_flex {
    display: block;
  }
  .sml_image {
    max-width: 100%;
  }
  .sec_business .cont_flex div {
    width: fit-content;
    margin: 0 auto 30px auto;
  }
  .sec_business .cont_flex div + img {
    margin: 0 auto;
    display: block;
  }
  .deco_cleaning {
    left: 0;
  }
  .deco_rec1 {
    left: 0;
    top: 20%;
  }
  .txt {
    max-width: 20px;
    right: 25px;
    bottom: 100px;
  }
  .dot2 {
    right: 10px;
  }
  .cont_inner .cont_flex dt,
  .cont_inner .cont_flex dd {
    max-width: 100%;
  }
  .cont_inner .cont_flex dt {
    margin: 0 auto 30px auto;
    text-align: center;
  }
  .recruit_table th {
    width: 20%;
  }
  .sec_company .cont_inner dl dd {
    width: fit-content;
    margin: 0 auto 30px auto;
  }
  .sec_company .cont_tit {
    margin-top: 30px;
  }
  footer p:first-of-type {
    font-size: 25px;
  }
  footer p:first-of-type span {
    font-size: 16px;
  }
  .footl {
    left: 0;
  }
}
@media screen and (max-width:780px) {
  form dl {
    display: block;
  }
  form dt {
    border: none;
  }
  .wrapp {
    border-radius: 30px;
  }
  footer .sec_inner {
    border-radius: 0;
  }
  .sec_company table th {
    display: block;
    padding-bottom: 0;
    padding-left: 0;
  }
  .sec_company table td {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width:690px) {
  .sec_greeting dl {
    display: block;
  }
  .sec_greeting dt {
    width: 100%;
  }
  .sec_greeting .cont_inner dd {
    width: 100%;
    margin-top: 40px;
  }
  .fixed_btn {
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  .fixed_btn a {
    color: #fff;
    font-weight: bold;
    display: block;
    width: 50%;
    padding: 15px 0;
    text-align: center;
    background-color: #c82a5f;
  }
  .fixed_btn a:last-of-type {
    background-color: #2b2b2b;
  }
  .fixed_btn a img {
    width: 30px;
    vertical-align: middle;
    padding-right: 15px;
  }
  small {
    margin-bottom: 60px;
  }
  .page_top a {
    display: none;
  }
  .dot1 {
    top: 20px;
    left: 0;
  }
  .cont_inner {
    max-width: 90%;
  }
  .wrapp {
    max-width: 98%;
  }
  .sec_company .cont_inner dl.cont_flex {
    margin: 30px 0;
  }
  .sec_company .btn_link {
    width: fit-content;
    margin: 30px auto 0 auto;
  }
  .map_box {
    height: 350px;
    width: 100%;
    max-width: 100%;
  }
  iframe {
    border-radius: 15px;
  }
  .bb {
    display: none;
  }
  .bb.on {
    display: none;
  }
  .sec_business table {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .sec_business .cont_flex div {
    display: block;
  }
  h4 {
    font-size: 18px;
  }
}
@media screen and (max-width:620px) {
  .slick-slide img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
  }
  .slider p {
    font-size: 25px;
    right: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (max-width:550px) {
  .recruit_table .SP {
    display: block;
  }
  h4 {
    font-size: 16px;
  }
  .sec_business h4 .SP {
    display: block;
  }
  .sec_business h4::after {
    margin-top: 22px;
  }
  .sec_recruit h4::after {
    margin-top: 24px;
    margin-left: 0;
  }
}
@media screen and (max-width:500px) {
  .btn_link a {
    padding: 15px 20px;
  }
  h2 {
    font-size: 25px;
  }
  form dl {
    width: 100%;
  }
  .cont_inner form dd {
    width: 100%;
  }
  .txt {
    max-width: 15px;
    right: 10px;
    bottom: 10px;
  }
  .dot2 {
    width: 6px;
    right: 0;
    bottom: 10px;
  }
  .sec_company .cont_inner dl.cont_flex {
    margin-bottom: 0;
  }
  .wrapp {
    padding: 50px 0;
  }
  .sec_tit {
    margin-bottom: 30px;
  }
  .row_pic {
    height: 160px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
  }
  .checkbox {
    padding-right: 0;
  }
  footer .sec_inner {
    background-image: none;
  }
  .sec_recruit .SP {
    display: block;
  }
  h4 {
    width: fit-content;
    margin: 20px auto;
  }
  span.badge {
    padding: 10px 20px;
    width: fit-content;
    margin: 15px auto;
    line-height: 1.3em;
  }
  .SP {
    display: block;
  }
  .sec_recruit h4.sp_kai::after {
    margin-top: 65px;
  }
  .SP.fixed_btn {
    display: flex;
  }
}
@media screen and (max-width:414px) {
  .slider p {
    font-size: 20px;
  }
  header h1 a {
    font-size: 20px;
  }
  header h1 a span {
    font-size: 13px;
  }
  header {
    padding: 20px;
  }
  .toggle_btn {
    top: 20px;
  }
}
@media screen and (max-width:387px) {}