/*!
Theme Name: Theme
Description: theme.
Version: 1.0
Author: Artarakt
Author URI: http://artarakt.com
Version: 1.0
License: Artarakt
License URI: http://artarakt.com
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

* {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img, picture, video, canvas, svg {
  display: inline-block;
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

a {
  text-decoration: none; }

#root, #__next {
  isolation: isolate; }

button,
input[type="submit"],
input[type="button"] {
  background: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  button::-webkit-search-decoration,
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  button::focus,
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  min-width: 1000px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 900;
  color: #000; }

small {
  font-size: 90%; }

a, button {
  color: black;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer; }

a:hover {
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s; }

.hidden {
  display: none; }

.sp {
  display: none !important; }

.pc {
  display: block !important; }

@media screen and (max-width: 420px) {
  body {
    min-width: 320px;
    font-size: 15px;
    line-height: 20px; } }

@media screen and (max-width: 420px) {
  .sp {
    display: block !important; }
  .pc {
    display: none !important; } }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.center {
  text-align: center; }

input[type="submit"],
input[type="button"],
.btn {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 10px;
  font-size: 19px;
  text-align: center;
  border-radius: 6px;
  color: black;
  border: 4px solid black;
  z-index: 1;
  -webkit-box-shadow: 6px 6px 0px 0px black;
  box-shadow: 6px 6px 0px 0px black; }
  input[type="submit"] .time,
  input[type="button"] .time,
  .btn .time {
    margin-left: -10px; }
  input[type="submit"] .tel,
  input[type="button"] .tel,
  .btn .tel {
    padding: 15px 0 10px;
    font-size: 42px; }
  input[type="submit"]:hover,
  input[type="button"]:hover,
  .btn:hover {
    -webkit-transform: translate(6px, 6px);
    -ms-transform: translate(6px, 6px);
    transform: translate(6px, 6px);
    -webkit-box-shadow: 0px 0px 0px 0px black;
    box-shadow: 0px 0px 0px 0px black;
    background-color: #ffd580; }
  input[type="submit"].cv,
  input[type="button"].cv,
  .btn.cv {
    max-width: 400px; }

.ttl1 {
  font-size: 28px;
  line-height: 80px; }
  .ttl1 span {
    font-size: 100px; }

.ttl2 {
  font-size: 48px;
  line-height: 68px; }
  .ttl2.small {
    display: inline-block;
    font-size: 34px;
    line-height: 50px; }
  .ttl2 .orange {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #ffd580));
    background: -webkit-linear-gradient(transparent 70%, #ffd580 30%);
    background: -o-linear-gradient(transparent 70%, #ffd580 30%);
    background: linear-gradient(transparent 70%, #ffd580 30%); }

.ttl3 {
  font-size: 60px;
  line-height: 60px; }

.ttl4 {
  font-size: 36px;
  line-height: 42px; }

.ttl5 {
  font-size: 24px;
  line-height: 28px; }

@media screen and (max-width: 840px) {
  .flex {
    display: block; }
  .inner {
    padding: 0 20px; } }

@media screen and (max-width: 420px) {
  .btn {
    font-size: 15px; }
    .btn .tel {
      font-size: 32px;
      padding: 10px 0 5px; }
  .ttl1 {
    font-size: 15px;
    line-height: 40px; }
    .ttl1 span {
      font-size: 52px; }
  .ttl2 {
    font-size: 20px;
    line-height: 30px; }
    .ttl2.small {
      font-size: 18px;
      line-height: 26px; }
  .ttl3 {
    font-size: 28px;
    line-height: 36px; }
  .ttl4 {
    font-size: 24px;
    line-height: 32px; }
  .ttl5 {
    font-size: 18px;
    line-height: 21px; } }

header {
  padding: 30px 0; }
  header .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  header .btn {
    margin-top: 1rem;
    margin-right: 6px; }

main {
  overflow: hidden; }

footer {
  padding: 60px;
  background-color: black;
  color: white; }
  footer .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  footer p {
    margin-bottom: 1rem; }
  footer .head {
    font-size: 18px; }
  footer .copy {
    font-size: 13px; }

@media screen and (max-width: 420px) {
  header {
    padding: 20px 0;
    text-align: center; } }

.mv .flex {
  margin-bottom: 70px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.mv .invoice img {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }

.container {
  padding: 60px 0; }
  .container .ttl3 {
    margin-bottom: 40px; }

.business {
  background-color: #f7f2eb; }
  .business .box {
    margin-bottom: 40px;
    background: white; }
    .business .box.policy {
      padding: 5%; }
      .business .box.policy p {
        margin-bottom: 2rem; }
  .business .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .business .flex .txt {
      width: 50%;
      padding: 40px 30px 40px 40px; }
    .business .flex .ph {
      width: 50%;
      height: 100%;
      background-size: cover; }
      .business .flex .ph img {
        display: block; }
  .business .ttl4 {
    margin-left: -1rem;
    margin-bottom: 1rem; }
  .business .ttl5 {
    margin-bottom: 0.5rem; }
  .business .sub {
    margin-bottom: 0.5rem;
    font-size: 18px;
    line-height: 21px; }
  .business .area {
    margin-top: 3rem; }
    .business .area .note {
      margin-bottom: 1rem; }
  .business .price {
    width: 100%;
    max-width: 375px;
    margin-top: 20px;
    border: 4px solid black;
    border-radius: 8px; }
    .business .price .head {
      padding: 10px 20px;
      background-color: black;
      font-size: 18px;
      color: white;
      letter-spacing: 0.2em; }
    .business .price ul {
      padding: 20px 20px 10px; }
      .business .price ul li {
        list-style-type: none;
        margin-bottom: 0.5rem; }
        .business .price ul li span {
          font-size: 14px; }
          .business .price ul li span.tax {
            font-size: 12px; }
  .business .ele {
    padding: 40px; }
    .business .ele ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 40px;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .business .ele ul::after {
        content: '';
        width: 31%;
        height: 0; }
      .business .ele ul li {
        width: 31%;
        margin-bottom: 40px;
        list-style-type: none;
        text-align: center; }

.contact .ttl2 {
  margin-bottom: 40px; }

.contact .ttl4 {
  margin-bottom: 20px; }

.contact .form {
  margin: 60px auto;
  max-width: 630px; }

.contact table {
  width: 100%; }
  .contact table th {
    margin-bottom: 1rem;
    padding: 0.5rem 0;
    text-align: left; }
  .contact table td {
    padding: 0.5rem 0;
    margin-bottom: 1rem; }
  .contact table input, .contact table select, .contact table textarea {
    width: 100%;
    padding: 10px 15px;
    border: 4px solid black;
    border-radius: 8px;
    font-size: 16px; }
  .contact table select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(images/ico_tri.png);
    background-size: 15px 13px;
    background-repeat: no-repeat;
    background-position: 98% 53%; }

.contact .policy {
  margin: 2rem auto; }
  .contact .policy p {
    margin-bottom: 1rem; }
    .contact .policy p a {
      border-bottom: 2px solid #ffb405; }
      .contact .policy p a:hover {
        border-bottom: 0; }

.contact .submit button {
  max-width: 300px; }

@media screen and (max-width: 420px) {
  .mv .txt {
    margin-bottom: 20px; }
  .mv .invoice {
    width: 70%; }
  .mv .sp {
    margin-bottom: 20px; }
  .container {
    padding: 30px 0; }
  .business .box {
    margin-bottom: 20px; }
    .business .box:last-of-type {
      margin-bottom: 0; }
  .business .flex .txt {
    width: 100%;
    padding: 20px 20px 30px; }
  .business .flex .ph {
    width: 100%; }
  .business .sub {
    margin-top: 1rem;
    font-size: 14px;
    line-height: 18px; }
  .business .price ul {
    padding: 10px; }
    .business .price ul li {
      font-size: 14px; }
  .business .area {
    margin-top: 2rem; }
    .business .area .cv {
      font-size: 13px; }
  .business .ele {
    padding: 30px 15px 0; }
    .business .ele ul {
      margin-top: 30px; }
      .business .ele ul li {
        width: 48%;
        margin-bottom: 1rem;
        font-size: 13px; } }
