* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 3.125vw;
}

body {
  width: 100vw;
  height: 100%;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  word-wrap: break-word;
  position: relative;
  margin: 0;
  color: #000000;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}

body.open {
  overflow: hidden;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  line-height: 0;
  vertical-align: bottom;
}

a {
  margin: 0;
  padding: 0;
  background: transparent;
  text-decoration: none;
  vertical-align: baseline;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
  border: 0;
}

div.xs, img.xs, br.xs {
  display: block;
}

div.sm, img.sm, br.sm, span.sm {
  display: block;
}

div.md, img.md, br.md {
  display: block;
}

div.sm-lg, img.sm-lg, br.sm-lg {
  display: none;
}

div.md-lg, img.md-lg, br.md-lg, span.md-lg {
  display: none;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right !important;
}

.t-center {
  text-align: center !important;
}

/* container */
.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

footer {
  margin-top: auto;
}

_:-ms-input-placeholder, :root main {
  height: 100%;
}

/* header */
.header {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  margin: 0 auto;
}

.header-inner {
  position: relative;
  width: 100%;
  height: 100px;
}
.header-inner .header-logo {
  margin: 0;
  padding: 2vw 3vw;
}
.header-inner .header-logo img {
  display: block;
  width: auto;
  height: 22vw;
  margin: 2rem auto 0;
}

nav.topmenu {
  width: 94%;
  margin: 4rem auto;
}
nav.topmenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.topmenu ul:after {
  display: block;
  width: 50%;
  content: "";
}
nav.topmenu ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 0 auto 2rem;
  list-style: none;
  text-align: center;
}
nav.topmenu ul li a {
  display: table;
  margin: 0 auto;
  border-bottom: solid 3px transparent;
  color: #000000;
  font-weight: 700;
  font-size: 6vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.topmenu ul li a:hover, nav.topmenu ul li a:active {
  border-bottom: solid 3px #000000;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
nav.topmenu ul li.disable a {
  color: #909090;
  pointer-events: none;
}

/* contents */
.contents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.contents-inner {
  position: relative;
  border: 10px solid #7d5a29;
}
.contents-inner:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30vw;
  height: 30vw;
  border-radius: 100% 0 0 0;
  background-color: #7d5a29;
  content: "";
}

.baseSection {
  width: 94%;
  margin: 5rem auto 0;
  padding: 0;
}
.baseSection:last-of-type {
  margin-bottom: 5rem;
}
.baseSection h3 {
  margin-bottom: 1rem;
}
.baseSection em {
  font-style: normal;
  font-weight: 700;
}

h2.headline {
  display: block;
  margin: 0 auto 3rem;
  padding: 0.5rem 5rem 0.25rem;
  border: 3px dotted #000000;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

a.border-btn {
  display: table;
  padding: 1rem 2rem;
  border: 2px solid #000000;
  color: #000000;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
a.border-btn:hover {
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* footer */
.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #7d5a29;
}

.footer-copyright {
  padding: 1rem 0;
}
.footer-copyright .copyright {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.footer-copyright .copyright > span {
  font-family: Verdana, "Droid Sans", sans-serif;
}

.stripe {
  width: 100vw;
  height: 1.4rem;
  margin: 0;
  padding: 0;
  border-top: 10px solid #7d5a29;
  background: repeating-linear-gradient(90deg, #7d5a29 0, #7d5a29 8px, #fff 8px, #fff 24px);
}

.mt-2 {
  margin-top: 2rem;
}

.topSection {
  position: relative;
  width: 100%;
  margin: 0;
  border-bottom: 10px solid #7d5a29;
}
.topSection .top-bg {
  height: auto;
  overflow: hidden;
}
.topSection .top-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
  height: 100vw;
     object-position: center bottom;
}
.topSection .top-bg:after {
  display: block;
  position: absolute;
  bottom: -25vw;
  left: 0;
  border-top: 25vw solid #7d5a29;
  border-right: 25vw solid transparent;
  content: "";
}

.bgSection {
  position: relative;
  width: 100%;
  margin: 0;
}
.bgSection .company-bgimg {
  height: auto;
  margin: 5rem auto;
  padding: 0;
  overflow: hidden;
}
.bgSection .company-bgimg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
  height: 100vw;
     object-position: center bottom;
}

.contact-wrapper {
  display: block;
  margin: 3rem auto;
}
.contact-wrapper li {
  margin-top: 3rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
}
.contact-wrapper li img {
  display: block;
  width: auto;
  max-height: 80px;
  margin: 0 auto 1rem;
}
.contact-wrapper li a {
  color: #000000;
}

.gmap {
  margin: 0 auto;
  padding: 0;
  border-top: 10px solid #7d5a29;
}
.gmap iframe {
  vertical-align: bottom;
}

.company-information {
  max-width: 600px;
  margin: 1rem auto;
}
.company-information ul {
  display: table;
  margin: 0 auto;
}
.company-information ul li {
  margin: 0.5rem 0;
}
.company-information ul em {
  font-style: normal;
  font-weight: 700;
}

.company-table {
  width: 100%;
  border-collapse: collapse;
}
.company-table tr {
  border-bottom: 1px solid #909090;
}
.company-table th, .company-table td {
  display: block;
  width: 100%;
  padding: 14px 0 0;
  border-bottom: none;
  line-height: 1.4;
}
.company-table td {
  padding: 0 0 14px;
}
@media screen and (min-width: 896px) {
  html {
    font-size: 62.5%;
  }
  div.sm, img.sm, br.sm, span.sm {
    display: none;
  }
  div.md-lg, img.md-lg, br.md-lg, span.md-lg {
    display: block;
  }
  .header-inner .header-logo {
    margin: 0;
    padding: 4rem 5rem;
  }
  .header-inner .header-logo img {
    max-height: 150px;
    margin: 0;
  }
  nav.topmenu {
    max-width: 960px;
    margin: 3rem auto;
  }
  nav.topmenu ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18%;
            flex: 0 0 18%;
  }
  nav.topmenu ul li a {
    font-size: 2.4rem;
  }
  .contents-inner:after {
    width: 15vw;
    height: 15vw;
  }
  .baseSection {
    max-width: 960px;
    margin: 10rem auto 0;
  }
  .baseSection:last-of-type {
    margin-bottom: 20rem;
  }
  h2.headline {
    display: table;
    padding: 1rem 5rem 0.5rem;
    font-size: 2.8rem;
  }
  .stripe {
    height: 4rem;
  }
  .topSection .top-bg {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 90);
  }
  .topSection .top-bg img {
    -o-object-position: initial;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 90);
       object-position: initial;
  }
  .topSection .top-bg:after {
    bottom: -15vw;
    left: 0;
    border-top: 15vw solid #7d5a29;
    border-right: 15vw solid transparent;
  }
  .bgSection .company-bgimg {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 90);
    margin: 10rem auto;
  }
  .bgSection .company-bgimg img {
    -o-object-position: initial;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 90);
       object-position: initial;
  }
  .contact-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-wrapper li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .company-information ul li {
    margin: 1rem 0;
    font-size: 1.6rem;
  }
  .company-table th, .company-table td {
    display: table-cell;
    width: auto;
    padding: 14px 0;
  }
  .company-table th {
    width: 30%;
    font-weight: 700;
    -moz-text-align-last: justify;
    padding-right: 10%;
         text-align-last: justify;
  }
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
  div.md, img.md, br.md {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  body {
    width: 100vw;
    font-size: 1.6rem;
    line-height: 2;
  }
  div.xs, img.xs, br.xs {
    display: none;
  }
  div.sm-lg, img.sm-lg, br.sm-lg {
    display: block;
  }
  .header {
    width: 100%;
    height: 90px;
  }
  .footer-copyright {
    padding: 16px 0 8px;
  }
}
/*# sourceMappingURL=kagiya-base.css.map */
