/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
button,
input,
label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
/* A elements that don't have a class get default styles */
a:not([class]) {
  color: currentcolor;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: break-all;
}

html:not(.is-contact) {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1101px) {
  :root {
    scroll-padding-top: 105px;
  }
}
@media screen and (max-width: 1100px) {
  :root {
    scroll-padding-top: 50px;
  }
}

body {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 20px;
  }
}

h1 {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  h5 {
    font-size: 18px;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  color: #000;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding-left: 1.5em;
}
ul.is-no-style {
  list-style: none;
  padding-left: 0;
}

iframe {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
}

/* js event */
/* to up fade-in */
.scrollEv {
  opacity: 0;
  transition: all 0.6s ease;
}

.scrollEv_up {
  transform: translate(0, 100px);
}

.scrollEv.show {
  opacity: 1;
  transform: none;
}

.l-header {
  border-top: calc(10px + 12 * (100vw - 375px) / 1545) solid #000;
}
.l-header__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.25em 0;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    justify-content: space-between;
  }
}

.c-block {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .c-block {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-block {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.c-block.is-nopadding {
  padding-left: 0;
  padding-right: 0;
}
.c-block--half {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 769px) {
  .c-block--half {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-block--half {
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .c-block--top {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-block--top {
    padding-top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .c-block--bottom {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 768px) {
  .c-block--bottom {
    padding-bottom: 80px;
  }
}
.c-block__inner {
  width: min(1300px, 100%);
  margin: 0 auto;
}
.c-block__inner--8 {
  width: min(800px, 100%);
  margin: 0 auto;
}
.c-block__inner--9 {
  width: min(900px, 100%);
  margin: 0 auto;
}
.c-block__inner--10 {
  width: min(1000px, 100%);
  margin: 0 auto;
}
.c-block__inner--11 {
  width: min(1100px, 100%);
  margin: 0 auto;
}
.c-block__inner--12 {
  width: min(1200px, 100%);
  margin: 0 auto;
}
.c-block__inner--14 {
  width: min(1400px, 100%);
  margin: 0 auto;
}
.c-block__inner--15 {
  width: min(1500px, 100%);
  margin: 0 auto;
}

.c-button {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 265px;
  min-height: 55px;
  margin: 0 auto;
  padding: 0.65em 1.25em;
  border: 1px solid #000;
  border-radius: 6px;
  font-size: calc(16px + 2 * (100vw - 375px) / 1545);
  font-weight: bold;
  color: #fff;
  background-color: #000;
  transition: opacity 0.25s ease-out, background-color 0.25s ease-out;
}
.c-button::before {
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  content: "\f518";
  font-family: "Font Awesome 6 Free";
  margin-top: 2px;
  padding-right: 0.75em;
  vertical-align: middle;
}
.c-button:hover {
  opacity: 0.7;
  color: #fff;
  text-decoration: none;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .c-button {
    max-width: 300px;
  }
}
.c-button__wrap {
  margin-top: calc(35px + 15 * (100vw - 375px) / 1545);
}

.c-copyright {
  font-size: calc(12px + 4 * (100vw - 375px) / 1545);
  color: #fff;
}
.c-copyright__wrap {
  padding: 0.75em 1em;
  background-color: #000;
}

.c-table {
  width: 100%;
  border-collapse: collapse;
}
.c-table__head {
  width: 25%;
  min-width: 100px;
  padding: 1em 1em 0.25em;
  font-weight: 500;
  text-align: left;
  border-bottom: 3px solid #000;
}
.c-table__data {
  width: 75%;
  padding: 1em 1em 0.25em;
  font-weight: 400;
  text-align: left;
  border-bottom: 1px solid #000;
}

.c-title--h2 {
  font-size: calc(24px + 16 * (100vw - 375px) / 1545);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: calc(25px + 20 * (100vw - 375px) / 1545);
}
.c-title__ruby {
  display: block;
  font-size: calc(13px + 2 * (100vw - 375px) / 1545);
  font-weight: 400;
}

.p-cta__lead {
  font-size: calc(16px + 9 * (100vw - 375px) / 1545);
}
.p-cta__tel {
  display: block;
  margin: 0.5em 0;
  font-size: calc(38px + 22 * (100vw - 375px) / 1545);
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.p-cta__tel::before {
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
  content: "\f2a0";
  font-family: "Font Awesome 6 Free";
}
.p-cta__tel:hover {
  color: #000;
  text-decoration: none;
}

.p-header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 769px) {
  .p-header__logo {
    align-items: flex-start;
  }
}
.p-header__logo-ja {
  font-size: calc(14px + 6 * (100vw - 375px) / 1545);
  letter-spacing: 0.1em;
}
.p-header__logo-en {
  font-size: calc(31px + 14 * (100vw - 375px) / 1545);
  letter-spacing: 0.3em;
}
.p-header__logo-en-sub {
  font-size: calc(13px + 1 * (100vw - 375px) / 1545);
  letter-spacing: 0.1em;
}

.p-top-company__table {
  max-width: 660px;
  margin: 0 auto;
}
.p-top-company__gmap {
  margin-top: calc(35px + 45 * (100vw - 375px) / 1545);
}
.p-top-company__gmap iframe {
  width: 100%;
  aspect-ratio: 328/233;
}
@media screen and (min-width: 769px) {
  .p-top-company__gmap iframe {
    aspect-ratio: 1311/773;
  }
}

.p-top-mv__button-wrap {
  margin-top: calc(35px + 15 * (100vw - 375px) / 1545);
}
@media screen and (max-width: 768px) {
  .p-top-mv__img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 375/274;
  }
}

.p-top-product__button-wrap {
  margin-top: calc(35px + 15 * (100vw - 375px) / 1545);
}
.p-top-product__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin-top: calc(35px + 15 * (100vw - 375px) / 1545);
  padding-left: 0;
}
.p-top-product__wrap {
  background-color: rgba(46, 48, 93, 0.031372549);
}

.u-disp--bl {
  display: block;
}
.u-disp--ib {
  display: inline-block;
}
.u-disp--in {
  display: inline;
}
.u-disp--fl {
  display: flex;
}
.u-disp--gr {
  display: grid;
}
.u-disp--no {
  display: none;
}
@media screen and (min-width: 769px) {
  .u-disp--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-disp--pc {
    display: none;
  }
}

.u-fw--bold {
  font-weight: bold;
}
.u-fw--normal {
  font-weight: normal;
}
.u-fw--100 {
  font-weight: 100;
}
.u-fw--200 {
  font-weight: 200;
}
.u-fw--300 {
  font-weight: 300;
}
.u-fw--400 {
  font-weight: 400;
}
.u-fw--500 {
  font-weight: 500;
}
.u-fw--600 {
  font-weight: 600;
}
.u-fw--700 {
  font-weight: 700;
}
.u-fw--800 {
  font-weight: 800;
}
.u-fw--900 {
  font-weight: 900;
}

.u-text-align--center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .u-text-align--center-pc {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .u-text-align--center-sp {
    text-align: center;
  }
}
.u-text-align--left {
  text-align: left;
}
.u-text-align--right {
  text-align: right;
}
.u-text-align--center-left {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .u-text-align--center-left {
    text-align: center;
  }
}
.u-text-align--center-right {
  text-align: right;
}
@media screen and (min-width: 769px) {
  .u-text-align--center-right {
    text-align: center;
  }
}
.u-text-align--left-center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .u-text-align--left-center {
    text-align: left;
  }
}
.u-text-align--right-center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .u-text-align--right-center {
    text-align: right;
  }
}