@charset "UTF-8";
/*
Theme Name: nadeshikoテーマ
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
@import url("../fontawesome/css/all.css");
* {
  font-family: "Sawarabi Mincho", sans-serif;
  color: #434242;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-size: clamp(10px, 1.0256410256px + 2.2435897436vw, 24px);
  word-break: auto-phrase;
}

body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  margin: 0;
  width: 100dvw;
  min-height: 100dvh;
  background: #F3EFE0;
  overflow-x: clip;
}
body.noscroll {
  overflow: hidden;
}

header {
  padding: 1rem 0;
}
header h1 {
  margin-top: 0;
  text-align: center;
}
header .hamburger {
  position: fixed;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem;
  width: 5rem;
  background-color: #22A39F;
  border-radius: 0 0 0 1rem;
  cursor: pointer;
  z-index: 1000;
}
header .hamburger span {
  display: block;
  margin: 0.5rem 0;
  width: 100%;
  height: 0.2rem;
  background-color: #F3EFE0;
  transition: 0.4s;
}
header .hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(0.5rem, 0.5rem);
}
header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
header .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(0.5rem, -0.5rem);
}
header .menu {
  position: fixed;
  top: 0;
  left: 100dvw;
  width: 100dvw;
  height: 100dvh;
  background-color: #22A39F;
  transition: all 0.5s ease-in;
  z-index: 999;
}
header .menu.open {
  left: 0;
}
header .menu h1 {
  margin: 1rem 0;
  color: #F3EFE0;
}
header .menu h2 {
  color: #F3EFE0;
  text-align: center;
}
header .menu menu {
  margin: auto;
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
  font-size: 1.5rem;
}
header .menu menu li {
  position: relative;
  margin-top: 1rem;
  width: 100%;
  text-align: center;
}
header .menu menu li a {
  display: inline-block;
  width: 100%;
  color: #F3EFE0;
  transition: all 0.5s;
}
header .menu menu li a.current::before {
  content: "▶";
  position: absolute;
  right: 100%;
  margin-right: 1rem;
}
header .menu menu li a:hover {
  transform: scale(1.5, 1.5);
}
header .menu menu li a:hover.current::before {
  transform: scale(1, 1);
}

main article {
  margin: 0 auto 1rem auto;
  padding: 0 1rem;
  width: 100dvw;
  max-width: 1280px;
}
main article .flex {
  display: flex;
  flex-wrap: wrap;
}
main article .flex p {
  display: inline-flex;
  align-items: center;
}
main article button {
  position: relative;
  margin: 1rem auto;
  padding: 0.5rem 3.5rem;
  width: -moz-fit-content;
  width: fit-content;
  border: 0;
  border-radius: 0.5rem;
  background: #22A39F;
  text-align: center;
}
main article button.btn02 {
  background: #434242;
}
main article button a {
  display: inline-block;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  text-decoration: none;
}
main article button a span {
  color: #F3EFE0;
}
main article button a span::after {
  content: "\f30b";
  font-family: FontAwesome;
  position: absolute;
  left: 0.5rem;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  transition: ease 0.5s all;
}
main article button a:hover span::after {
  left: calc(100% - 2.5rem);
  right: 0;
}
main article.top-img {
  position: relative;
  padding: 0;
  max-width: 100dvw;
}
main article.top-img img {
  margin-left: auto;
  width: 90%;
  max-height: 90dvh;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem 0 0 2rem;
}
main article.top-img .catchcopy {
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: calc(90% - 2rem);
  font-size: 4rem;
  color: #F3EFE0;
  text-shadow: 1px 1px 0 #434242, -2px -2px 0 #434242, -2px 2px 0 #434242, 2px -2px 0 #434242, 0px 2px 0 #434242, 0 -2px 0 #434242, -2px 0 0 #434242, 2px 0 0 #434242;
}
@media screen and (max-width: 576px) {
  main article.top-img .catchcopy {
    font-size: 2.5rem;
  }
}
main article.merit ul {
  padding: 0;
  list-style: none;
}
main article.merit ul li img {
  margin: auto;
  width: 50%;
}
main article h2 {
  background-color: #434242;
  padding: 0.5rem;
  border-radius: 0.5rem;
  color: #F3EFE0;
  text-align: center;
}
main article ul.news {
  padding: 0 1rem;
  list-style-type: none;
}
main article ul.news li {
  margin: 0.5rem 0;
  border-bottom: 1px dashed #222222;
}
main article ul.news li .news-date span:nth-child(2) {
  margin-left: 1rem;
}
main article ul.news li .news-content {
  margin: 0.5rem 0;
}
main article ul.news li .news-content p {
  margin: 0;
}
main article .rt-container-fluid {
  margin-top: 1rem;
}
main article.service .step {
  padding: 0;
  list-style-type: none;
}
main article.service .step li {
  position: relative;
  padding-left: 2rem;
}
main article.service .step li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0.5rem;
  top: 1rem;
  width: 0.5rem;
  height: calc(100% + 1rem);
  background-color: #22A39F;
}
main article.service .step li:last-child::before {
  display: none;
}
main article.service .step li .step-order {
  position: absolute;
  left: 0;
  width: 1.5rem;
  background-color: #22A39F;
  border-radius: 100vh;
  color: #F3EFE0;
  font-weight: bold;
  text-align: center;
}
main article.contact .wpcf7 {
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
}
main article.contact .wpcf7 .required {
  margin-right: 0.5rem;
  padding: 0.1rem 0.5rem;
  background: #C1418E;
  border-radius: 0.1rem;
  font-size: 0.8rem;
  color: #fff;
}
main article.contact .wpcf7 .arbitrary {
  margin-right: 0.5rem;
  padding: 0 0.5rem;
  background: #434242;
  border-radius: 0.1rem;
  font-size: 0.8rem;
  color: #fff;
}
main article.contact .wpcf7 input {
  width: 20rem;
  max-width: 100%;
  height: 1.8rem;
}
main article.contact .wpcf7 input:focus {
  outline-color: #22A39F;
}
main article.contact .wpcf7 input[type=number] {
  width: auto;
}
main article.contact .wpcf7 input[type=radio] {
  width: 0.8rem;
  accent-color: #22A39F;
}
main article.contact .wpcf7 input[type=radio]:checked {
  background: #22A39F;
}
main article.contact .wpcf7 input[type=submit] {
  margin: 0 0 1rem;
  width: 5rem;
  background: #22A39F;
  border: 0;
  border-radius: 1rem;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
main article.contact .wpcf7 input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
main article.contact .wpcf7 textarea {
  width: 30rem;
  max-width: 100%;
}
main article.contact .wpcf7 textarea:focus {
  outline-color: #22A39F;
}
main article.contact .wpcf7 .wpcf7-list-item {
  display: inline-flex;
  align-items: center;
}
main article.contact .wpcf7 .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
}
main article.contact .wpcf7 .wpcf7-list-item input[type=checkbox] {
  margin: 0 0.5rem 0 0;
  width: 0.8rem !important;
  height: 0.8rem;
  accent-color: #22A39F;
}
main article.contact .wpcf7 .wpcf7-list-item input[type=checkbox]:checked {
  background: #22A39F;
}
main article.contact .wpcf7 .wpcf7-response-output {
  margin: 0 0 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
main article.contact .wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.8rem;
  color: #C1418E;
}
main article.privacy-policy {
  word-break: auto-phrase;
}
main article.privacy-policy p {
  margin-top: 1rem;
}
main article.privacy-policy p.right-align {
  margin-bottom: 1rem;
  text-align: right;
}
main article.privacy-policy ol {
  margin: 0;
  width: 100%;
}
main article.privacy-policy ol li {
  margin-top: 1rem;
  width: 100%;
}
main .top-btn {
  position: sticky;
  left: calc(100% - 5rem);
  right: 0;
  bottom: 0;
  padding: 1rem;
  width: 5rem;
  height: 5rem;
  align-content: center;
  background-color: #22A39F;
  border-radius: 1rem 0 0 0;
  color: #F3EFE0;
}
main .top-btn a {
  font-weight: bold;
  text-decoration: none;
}
main .top-btn a::before {
  content: "\f062";
  font-family: FontAwesome;
  margin-right: 0.5rem;
}

footer {
  padding: 1rem 0;
  width: 100%;
  background-color: #222222;
}
footer .copylight {
  margin: 0;
  color: #F3EFE0;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */