html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

.red {
  color: #FF4A24;
}

.opensans {
  font-family: "Open Sans", sans-serif;
}

.italic {
  font-style: italic;
  font-weight: 800;
}

span {
  display: inline-block;
}

.tab,
.tab2 {
  display: none;
}

.sp {
  display: none;
}

.pc3 {
  display: none;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

a:hover {
  opacity: 0.7;
}

.width1000 {
  margin: 0 auto;
  padding: 100px 30px;
  max-width: 1060px;
}

.insta a {
  font-size: 140%;
}

@media (max-width: 480px) {
  .width1000 {
    padding: 100px 20px;
  }
}
@media (max-width: 768px) {
  .tab,
.tab2 {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .pc4 {
    display: none;
  }
}
@media (max-width: 1000px) {
  .pc3 {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .tab2 {
    display: none;
  }
  .sp {
    display: inline-block;
  }
  .pc2 {
    display: none;
  }
  .pc4 {
    display: inline;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #0062C8;
  transition: all 0.3s ease;
  position: relative;
}
@media (max-width: 480px) {
  body {
    font-size: 0.9rem;
  }
}
@media (min-width: 1240px) {
  body {
    font-size: 1.1rem;
  }
}
@media (min-width: 1440px) {
  body {
    font-size: 1.2rem;
  }
}

header {
  position: fixed;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.8);
}
header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  header i {
    display: inline-block;
    margin-right: 0.5rem;
  }
}
header h1 {
  padding: 0.5rem 1rem;
}
@media (max-width: 1000px) {
  header h1 {
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 480px) {
  header h1 {
    padding: 0.25rem 0.5rem;
  }
}
header h1 a {
  display: flex;
  align-items: center;
}
header h1 img {
  width: 82px;
  display: block;
  transition: all 0.3s ease;
  margin-right: 13px;
}
@media (max-width: 1000px) {
  header h1 img {
    width: 65px;
  }
}
@media (max-width: 480px) {
  header h1 img {
    width: 60px;
  }
}
header h1 a > span {
  display: flex;
  flex-direction: column;
  font-weight: 800;
}
header h1 a > span > span {
  font-size: 53px;
  font-style: italic;
}
@media (max-width: 1000px) {
  header h1 a > span > span {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  header h1 a > span > span {
    font-size: 35px;
  }
}
header h1 a > span small {
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
}
@media (max-width: 1000px) {
  header h1 a > span small {
    font-size: 9px;
    letter-spacing: 0;
  }
}
@media (max-width: 480px) {
  header h1 a > span small {
    font-size: 8px;
  }
}
header ul {
  display: flex;
  align-items: center;
  font-weight: 700;
  margin-right: 20px;
}
header ul li {
  font-size: 90%;
  padding: 0.4rem;
}
header ul li a {
  position: relative;
}
header ul li a:hover {
  opacity: 1;
}
@media (min-width: 1100px) {
  header ul li {
    padding: 1rem;
  }
}

header li a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 0;
  height: 2px;
  background: #FF4A24;
  transition: all 0.3s ease;
}

header li a:hover::after {
  width: 100%;
}

#top header li:nth-of-type(1) a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF4A24;
}

#about header li:nth-of-type(2) a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF4A24;
}

#plan header li:nth-of-type(3) a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF4A24;
}

#qanda header li:nth-of-type(4) a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF4A24;
}

#contactform header li:nth-of-type(5) a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF4A24;
}

#recruitpage header li:nth-of-type(6) a::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: #FF4A24;
}

header.active h1 {
  padding: 0.35rem 0.5rem;
  transition: all 0.3s ease;
}
header.active h1 img {
  width: 75px;
  margin-right: 10px;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  header.active h1 img {
    width: 65px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  header.active h1 img {
    width: 60px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 480px) {
  header.active h1 img {
    width: 55px;
    transition: all 0.3s ease;
  }
}
header.active h1 a > span > span {
  font-size: 48px;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  header.active h1 a > span > span {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  header.active h1 a > span > span {
    font-size: 35px;
  }
}
header.active h1 a > span small {
  display: inline-block;
  font-size: 10px;
  letter-spacing: 0.02rem;
}
@media (max-width: 1000px) {
  header.active h1 a > span small {
    font-size: 9px;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  header.active h1 a > span small {
    font-size: 8px;
  }
}
@media (max-width: 480px) {
  header.active h1 a > span small {
    font-size: 8px;
  }
}

button {
  width: 30px;
  height: 20px;
  margin-right: 1rem;
  z-index: 999;
  display: flex;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  position: fixed;
  right: 0px;
  top: 30px;
  transition: all 0.3s ease;
}

button span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #0062C8;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  header ul {
    display: none;
  }
  header.is_active {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: #fff;
  }
  header.is_active h1 {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 90%;
  }
  header.is_active div {
    display: block;
  }
  header.is_active ul {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
  header.is_active ul li {
    margin: 0.5rem;
    font-size: 100%;
  }
  header.is_active ul li:nth-last-of-type(1) {
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  header.is_active ul li:nth-last-of-type(1) {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  header.is_active button {
    justify-content: center;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  header.is_active button span {
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  header.is_active button span:nth-of-type(2) {
    display: none;
  }
}
@media (max-width: 768px) {
  header.is_active button span:nth-of-type(1) {
    transform: rotate(45deg);
    margin-bottom: -2px;
  }
}
@media (max-width: 768px) {
  header.is_active button span:nth-of-type(3) {
    transform: rotate(-45deg);
  }
}
@media (max-width: 768px) {
  header button {
    display: flex;
  }
}
@media (max-width: 768px) {
  header.is_active.active h1 {
    font-size: 90%;
    padding: 12px;
  }
}
@media (max-width: 768px) {
  #top header.is_active li:nth-of-type(1) a::after {
    bottom: -0.25rem;
  }
}
h3.why_dclean {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 42px;
  font-weight: 900;
  text-align: left;
}
@media (max-width: 1000px) {
  h3.why_dclean {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  h3.why_dclean {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h3.why_dclean {
    line-height: 1.25;
    text-align: center;
    display: block;
    font-size: 28px;
  }
}
h3.why_dclean img {
  width: 170px;
  margin-right: 20px;
  margin-top: -10px;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  h3.why_dclean img {
    width: 150px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 768px) {
  h3.why_dclean img {
    width: 130px;
    transition: all 0.3s ease;
  }
}
@media (max-width: 480px) {
  h3.why_dclean img {
    width: 90px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
  }
}
h3.why_dclean .opensans {
  font-size: 50px;
}
@media (max-width: 1000px) {
  h3.why_dclean .opensans {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  h3.why_dclean .opensans {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  h3.why_dclean .opensans {
    font-size: 36px;
  }
}

footer {
  text-align: center;
}
footer > section {
  padding: 50px 20px;
}
footer > section div {
  display: flex;
  text-align: left;
  justify-content: center;
  border-top: 2px solid #0062C8;
  border-bottom: 2px solid #0062C8;
  padding: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 50px auto;
}
@media (max-width: 768px) {
  footer > section div {
    display: block;
    padding: 20px;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  footer > section div {
    padding: 10px;
    margin: 20px auto;
  }
}
footer > section div ul li {
  margin: 0 1rem;
}
@media (max-width: 768px) {
  footer > section div ul li {
    text-align: center;
  }
}
footer > section div ul li a {
  padding: 1rem;
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 768px) {
  footer > section div ul li a {
    font-size: 18px;
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  footer > section div ul li a {
    font-size: 16px;
  }
}
footer > section div ul li a .opensans {
  font-weight: 700;
}
footer > section section h3 {
  font-weight: 800;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer > section section h3 > span:nth-of-type(1) {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  footer > section section h3 > span:nth-of-type(1) {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  footer > section section h3 > span:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  footer > section section h3 > span:nth-of-type(1) {
    font-size: 18px;
  }
}
footer > section section h3 > span:nth-of-type(2) {
  font-size: 83px;
  position: relative;
}
@media (max-width: 1000px) {
  footer > section section h3 > span:nth-of-type(2) {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  footer > section section h3 > span:nth-of-type(2) {
    font-size: 60px;
  }
}
@media (max-width: 480px) {
  footer > section section h3 > span:nth-of-type(2) {
    font-size: 50px;
  }
}
footer > section section h3 > span {
  display: block;
}
footer > section section h3 small {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 1000px) {
  footer > section section h3 small {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  footer > section section h3 small {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  footer > section section h3 small {
    font-size: 13px;
  }
}
footer > section section dl {
  margin-top: 30px;
}
footer > section section dl dt {
  font-size: 24px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  footer > section section dl dt {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  footer > section section dl dt {
    font-size: 18px;
  }
}
footer > section section dl dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  footer > section section dl dd {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  footer > section section dl dd {
    font-size: 14px;
  }
}
footer > section section dl dd:nth-of-type(2) span {
  display: inline-block;
  font-size: 120%;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
footer > section section dl dd:nth-of-type(2) a {
  font-size: 1.5rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  background: #0062C8;
  border-radius: 1.5rem;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
footer .footer_allrights {
  padding: 2rem 0;
  font-size: 80%;
  font-weight: 400;
  color: #fff;
  background: #0062C8;
}

.go_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 480px) {
  .go_top {
    right: 10px;
    bottom: 20px;
  }
}
.go_top img {
  width: 100px;
}
@media (max-width: 480px) {
  .go_top img {
    width: 70px;
  }
}

#recruit {
  padding: 180px 30px;
  color: #fff;
  text-align: center;
  margin-top: 2px;
}
@media (max-width: 1000px) {
  #recruit {
    padding: 140px 30px;
  }
}
@media (max-width: 768px) {
  #recruit {
    padding: 80px 30px;
  }
}
#recruit h2 {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #recruit h2 {
    font-size: 32px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 480px) {
  #recruit h2 {
    font-size: 28px;
  }
}
#recruit p:nth-of-type(1) {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.7;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  #recruit p:nth-of-type(1) {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #recruit p:nth-of-type(1) {
    font-size: 16px;
  }
}
#recruit p:nth-of-type(2) a {
  font-size: 20px;
  font-weight: 900;
  padding: 1rem 2rem;
  color: #fff;
  background: #00A0FF;
  border-radius: 30px;
}
@media (max-width: 768px) {
  #recruit p:nth-of-type(2) a {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #recruit p:nth-of-type(2) a {
    font-size: 16px;
    padding: 0.75rem 1.5rem;
  }
}

.webp #recruit {
  background: url(../../image/d27.webp);
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .webp #recruit {
    background: url(../../image/d27s.webp);
    background-size: cover;
    background-position: center;
  }
}

.no-webp #recruit {
  background: url(../image/d27.jpg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 480px) {
  .no-webp {
    background: url(../image/d27s.jpg);
    background-size: cover;
    background-position: center;
  }
}

#contact {
  padding: 100px 30px 70px;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  #contact {
    padding: 70px 30px 50px;
  }
}
#contact h2 {
  font-size: 30px;
  padding: 1rem 2rem;
  background: #FF4A24;
  border-radius: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  font-weight: 900;
}
@media (max-width: 768px) {
  #contact h2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  #contact h2 {
    font-size: 20px;
  }
}
#contact ul {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
@media (max-width: 768px) {
  #contact ul {
    margin: 20px auto;
  }
}
@media (max-width: 480px) {
  #contact ul {
    display: block;
  }
}
#contact ul li {
  margin: 0 20px;
  height: 200px;
}
@media (max-width: 768px) {
  #contact ul li {
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  #contact ul li {
    margin: 0;
  }
}
#contact ul li:nth-of-type(1) {
  width: auto;
}
#contact ul li:nth-of-type(1) a {
  background: #fff;
  color: #0062C8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  height: 200px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  #contact ul li:nth-of-type(1) a {
    width: 200px;
    height: 180px;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  #contact ul li:nth-of-type(1) a {
    width: 100%;
  }
}
#contact ul li:nth-of-type(1) span {
  font-size: 30px;
  font-weight: 900;
  margin: 10px 0;
}
@media (max-width: 768px) {
  #contact ul li:nth-of-type(1) span {
    font-size: 24px;
  }
}
#contact ul li:nth-of-type(1) i {
  font-size: 50px;
}
@media (max-width: 768px) {
  #contact ul li:nth-of-type(1) i {
    font-size: 40px;
  }
}
#contact ul li:nth-of-type(1) small {
  font-size: 16px;
}
#contact ul li:nth-of-type(2) {
  background: #fff;
  color: #0062C8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  height: 200px;
  border-radius: 15px;
}
@media (max-width: 768px) {
  #contact ul li:nth-of-type(2) {
    width: 300px;
    height: 180px;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  #contact ul li:nth-of-type(2) {
    width: 100%;
    height: 150px;
  }
}
#contact ul li:nth-of-type(2) strong {
  font-size: 24px;
}
@media (max-width: 768px) {
  #contact ul li:nth-of-type(2) strong {
    font-size: 20px;
  }
}
#contact ul li:nth-of-type(2) span {
  font-size: 36px;
  font-weight: 900;
  margin: 1rem 0;
}
@media (max-width: 768px) {
  #contact ul li:nth-of-type(2) span {
    font-size: 30px;
    margin: 0.75rem 0;
  }
}
#contact ul li:nth-of-type(2) small {
  font-size: 16px;
  line-height: 1.5;
}
#contact ul li:nth-of-type(2) i {
  padding-right: 0.5rem;
}
#contact p {
  font-size: 30px;
  margin-top: 3rem;
  line-height: 2;
}
@media (max-width: 768px) {
  #contact p {
    font-size: 24px;
    margin-top: 2rem;
  }
}
#contact p a {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  background: #00A0FF;
  border-radius: 30px;
  margin-right: 0.5rem;
  font-size: 24px;
}
@media (max-width: 768px) {
  #contact p a {
    padding: 0.75rem 2rem;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  #contact p a {
    padding: 0.5rem 1.5rem;
    font-size: 18px;
  }
}

.webp #contact {
  background: url(../image/D25.webp);
  background-size: cover;
  background-position: center;
}

.no-webp #contact {
  background: url(../image/D25.jpg);
  background-size: cover;
  background-position: center;
}
/*# sourceMappingURL=common.css.map */