@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  clear: both;
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  font: inherit;
  color: inherit;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit; /* 2 */
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* Safari 10.1〜12.0 のclamp()バグ対策 */
* {
  min-height: 0vw;
  min-height: 0;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.375rem, 0.2714088398rem + 0.4419889503vw, 0.625rem);
}
html img {
  display: block;
  max-width: 100%;
  height: auto;
}
html.is-scroll-locked {
  overflow: hidden;
  overscroll-behavior: contain;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 2rem;
}

.inner {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 10rem;
  background-color: silver;
}
.header__container {
  height: 100%;
}
.header__inner {
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.header__title {
  display: flex;
  height: 100%;
  align-items: center;
}
.header__logo {
  display: block;
  width: 20rem;
  aspect-ratio: 200/80;
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__drawer.is-hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transform: translateX(-100%) !important;
}
@media (max-width: 767px) {
  .header__drawer {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: flex;
    width: 50rem;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0.33rem 0 0.66rem rgba(0, 0, 0, 0.1);
    pointer-events: none;
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateX(-100%);
    align-items: center;
    justify-content: center;
    gap: 3rem;
  }
  .header__drawer.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
  }
}
.header__nav {
  display: flex;
  gap: 2rem;
}
@media (max-width: 767px) {
  .header__nav {
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: 2rem;
  }
}
.header__list {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .header__list {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
.header__link {
  padding: 0.5rem;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .header__link {
    font-size: 2.7rem;
  }
}
.header__actions {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767px) {
  .header__actions {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 2rem;
  }
}
.header__tel, .header__contact {
  display: inline-flex;
  width: 18rem;
  padding: 1em 1em 1.5rem 1rem;
  border-radius: 9999px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5em;
  justify-content: center;
}
@media (max-width: 767px) {
  .header__tel, .header__contact {
    width: 27rem;
  }
}
.header__tel-icon, .header__contact-icon {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .header__tel-icon, .header__contact-icon {
    width: 2.25rem;
  }
}
.header__tel-icon svg, .header__contact-icon svg {
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(0.1em);
}
.header__tel-text, .header__contact-text {
  display: inline-block;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .header__tel-text, .header__contact-text {
    font-size: 2.25rem;
  }
}
.header__tel:focus-visible, .header__contact:focus-visible {
  outline: 0.33rem solid #fff;
  outline-offset: 0.33rem;
}
.header__tel {
  background-color: #2e6da3;
  color: #fff;
}
.header__tel:hover {
  background-color: rgb(34.7751196172, 82.4019138756, 123.2248803828);
}
.header__tel-icon {
  color: #fff;
}
.header__contact {
  background-color: #d71418;
  color: #fff;
}
.header__contact:hover {
  background-color: rgb(168.3404255319, 15.6595744681, 18.7914893617);
}
.header__contact-icon {
  color: #fff;
}
.header__hamburger-button {
  display: none;
}
@media (max-width: 767px) {
  .header__hamburger-button {
    position: relative;
    z-index: 1010;
    display: inline-block;
    width: 5rem;
    height: 4rem;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
  }
  .header__hamburger-button span {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    margin: 0 auto;
    border-radius: 0.33rem;
    background-color: #000;
    transition: transform 0.25s ease, opacity 0.2s ease, top 0.25s ease;
    transform-origin: center;
  }
  .header__hamburger-button span:nth-child(1) {
    top: 0;
  }
  .header__hamburger-button span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .header__hamburger-button span:nth-child(3) {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .header__hamburger-button.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .header__hamburger-button.active span:nth-child(2) {
    opacity: 0;
    transform: translateY(-50%) scaleX(0);
  }
  .header__hamburger-button.active span:nth-child(3) {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) rotate(-45deg);
  }
}

body.hidden {
  visibility: hidden;
}

.loadingSpinner {
  position: fixed;
  top: 50%;
  left: 50%;
  font-size: 2em;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=style.css.map */