@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*
theme Name: KahuaTech
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ============================================ */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: black;
  font-size: 16px;
}

img {
  width: 100%;
}

@media (min-width: 901px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.5;
  }
}
header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  z-index: 999;
}
header nav {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  margin-right: 30px;
}
header nav a {
  font-weight: bold;
}
header nav a.active {
  opacity: 0.5;
}
@media (max-width: 900px) {
  header {
    justify-content: center;
  }
  header nav {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin: 0 auto;
  }
  header nav a {
    font-size: 12px;
  }
}

main .page {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100svh;
  min-height: 968px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 900px) {
  main .page {
    min-height: auto;
    overflow-y: scroll;
  }
}
main .page.active {
  display: flex;
}
@media (max-width: 900px) {
  main .page.active {
    display: block;
  }
}
main .page#home {
  background-image: url("img/bg_top.webp");
}
@media (max-width: 900px) {
  main .page#home {
    background-image: url("img/bg_top_sp.webp");
    background-position: center bottom;
  }
}
main .page#about {
  background-image: url("img/bg_about.webp");
}
main .page#service {
  background-image: url("img/bg_service.webp");
}
main .page#service .content_single {
  background: rgba(255, 255, 255, 0.3);
}
main .page#blog-contact {
  background-image: url("img/bg_blog-contact.webp");
}
main .page .content_single {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 30px;
  max-width: 90%;
  padding: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media (max-width: 900px) {
  main .page .content_single {
    row-gap: 20px;
    margin: 80px auto 30px;
    padding: 30px 20px;
  }
}
main .page .content_single .logo {
  width: 240px;
  max-width: 100%;
}
main .page .content_single_title {
  font-size: 24px;
  font-weight: bold;
}
main .page .content_single dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 710px;
  max-width: 100%;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 900px) {
  main .page .content_single dl {
    flex-direction: column;
  }
}
main .page .content_single dl dt {
  width: 120px;
}
main .page .content_single dl dd {
  flex: 1;
}
@media (max-width: 900px) {
  main .page .content_single dl dd {
    margin-top: 10px;
  }
}
main .page .content_single dl dd.notes {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 12px;
}
@media (max-width: 900px) {
  main .page .content_single dl dd.notes {
    flex-direction: column;
  }
}
main .page .content_single dl dd.notes span {
  width: 100px;
  font-weight: bold;
}
main .page .content_single dl dd.notes p {
  flex: 1;
}
@media (max-width: 900px) {
  main .page .content_single dl dd.notes p {
    margin-top: 10px;
  }
}
main .page .content_single .service {
  width: 710px;
  max-width: 100%;
  line-height: 1.4;
}
main .page .content_single .service_title {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 900px) {
  main .page .content_single .service_title {
    font-size: 14px;
  }
}
main .page .content_single .service_title_sub {
  display: block;
  margin-top: 20px;
  padding-left: 1em;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 900px) {
  main .page .content_single .service_title_sub {
    margin-top: 10px;
  }
}
main .page .content_single .service_title_sub + .service_text {
  padding-left: 2em;
}
main .page .content_single .service_text {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 14px;
}
main .page .content_double {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 50px;
       column-gap: 50px;
  width: 1200px;
  max-width: 90%;
}
@media (max-width: 900px) {
  main .page .content_double {
    flex-direction: column;
    row-gap: 30px;
    margin: 80px auto 30px;
  }
}
main .page .content_double > div {
  width: 50%;
  height: 786px;
  margin: 50px auto 0;
  padding: 50px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}
@media (max-width: 900px) {
  main .page .content_double > div {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 20px;
  }
}
main .page .content_double_title {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
main .page .content_double .blog #ajax-blog-wrapper {
  height: calc(100% - 105px);
  margin: 30px auto;
}
main .page .content_double .blog_content {
  height: 100%;
  overflow-y: auto;
  font-size: 14px;
}
main .page .content_double .blog_content_title {
  display: block;
  font-weight: bold;
}
main .page .content_double .blog_content_date {
  display: block;
  margin: 10px auto 20px;
}
main .page .content_double .blog_content_main {
  line-height: 1.4;
}
main .page .content_double .blog_content_main > p, main .page .content_double .blog_content_main > figure {
  margin-bottom: 1em;
}
main .page .content_double .blog_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 100px;
       column-gap: 100px;
  font-size: 14px;
  white-space: nowrap;
}
@media (max-width: 900px) {
  main .page .content_double .blog_nav {
    justify-content: space-around;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
main .page .content_double .blog_nav a.disabled {
  pointer-events: none;
  opacity: 0.2;
  cursor: default;
}
main .page .content_double .contact_img {
  display: block;
  max-width: 270px;
  margin: 50px auto 80px;
  border-radius: 10px;
}
@media (max-width: 900px) {
  main .page .content_double .contact_img {
    margin: 0 auto 30px;
  }
}
main .page .content_double .contact form {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 900px) {
  main .page .content_double .contact form {
    row-gap: 10px;
  }
}
main .page .content_double .contact form label {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 900px) {
  main .page .content_double .contact form label {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 5px;
  }
}
main .page .content_double .contact form label.form_textarea .form_title {
  align-self: flex-start;
  margin-top: 7px;
}
@media (max-width: 900px) {
  main .page .content_double .contact form label.form_textarea .form_title {
    margin-top: 0;
  }
}
main .page .content_double .contact form label .form_title {
  width: 150px;
  font-size: 14px;
}
main .page .content_double .contact form label .wpcf7-form-control-wrap {
  flex: 1;
}
main .page .content_double .contact form label .wpcf7-form-control-wrap input {
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px #333;
  border-radius: 5px;
  font-size: 14px;
}
@media (max-width: 900px) {
  main .page .content_double .contact form label .wpcf7-form-control-wrap input {
    font-size: 16px;
  }
}
main .page .content_double .contact form label .wpcf7-form-control-wrap textarea {
  width: 100%;
  height: 105px;
  resize: none;
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: solid 1px #333;
  border-radius: 5px;
  font-size: 14px;
}
@media (max-width: 900px) {
  main .page .content_double .contact form label .wpcf7-form-control-wrap textarea {
    font-size: 16px;
  }
}
main .page .content_double .contact form label .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  font-size: 12px;
  position: absolute;
}
main .page .content_double .contact form .wpcf7-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background: #607D8B;
  color: white;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
}
main .page .content_double .contact form .wpcf7-submit:hover {
  opacity: 0.7;
}
@media (max-width: 900px) {
  main .page .content_double .contact form .wpcf7-submit {
    margin-top: 20px;
  }
}
main .page .content_double .contact form .wpcf7-spinner {
  display: none;
}
main .page .content_double .contact form .wpcf7-response-output {
  margin: 0;
  border: none;
  position: absolute;
  bottom: -35px;
  font-size: 12px;
}/*# sourceMappingURL=style.css.map */