@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration-style: 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 {
  /* 1 */
  font-size: 1em;
  font-family: monospace;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  font-family: inherit;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  /* Apply border-box across the entire page. */
  box-sizing: border-box;
  line-height: var(--global--line-height-body);
  font-family: var(--global--font-secondary);
}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*, *::before, *::after {
  box-sizing: inherit;
}

body {
  background-color: var(--global--color-background);
  color: var(--global--color-primary);
  font-weight: normal;
  font-size: var(--global--font-size-base);
  text-align: left;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

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

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
  overflow: auto;
  overflow-x: hidden;
  line-height: 1;
}

body {
  -webkit-font-smoothing: antialiased;
  min-width: 320px;
  height: 100%;
  background-color: var(--main--color-background);
  color: var(--color-primary);
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: var(--line-height-body);
  font-family: var(--font-primary);
  letter-spacing: 0.02em;
  text-rendering: optimizeLegibility;
}

main,
header,
footer,
section {
  display: block;
}

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

img {
  height: auto;
  border-style: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 0;
  overflow: visible;
  border: none;
  border-top: 1px solid #e5e5e5;
}

p,
a,
ul,
ol,
li,
dl,
dt,
dd,
input,
button,
textarea,
select {
  font: inherit;
}

a {
  outline: none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  transition: 0.25s;
}
a img {
  transition: 0.25s;
}
a img:hover {
  opacity: 0.9;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  font-weight: var(--heading--font-weight);
  line-height: var(--line-height-heading);
  letter-spacing: 0.04em;
  overflow-wrap: break-word;
}

table {
  word-wrap: break-word;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-wrap: break-word;
}

th {
  font-weight: 700;
  white-space: nowrap;
}

th,
td {
  padding: 0.5em;
  border: 1px solid var(--color-border);
}

a,
ins,
u {
  -webkit-text-decoration-skip: ink edges;
          text-decoration-skip: ink edges;
}
cite {
  font-style: normal;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=text],
[type=tel],
[type=email],
select,
textarea {
  padding: 0.5em 0.75em;
  border: 1px solid var(--color-border);
  font-size: var(--font-size-base);
  line-height: 1.7;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

[hidden] {
  display: none;
}

.scroll-prevent {
  position: fixed;
  width: 100%;
  padding-right: calc(100vw - 100%);
}

.container {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.container.gapless {
  padding-right: 0;
  padding-left: 0;
}

.header {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 140px;
  padding-left: 20px;
  background-color: var(--header--color-background);
  box-shadow: 0 0 8px 6px rgba(50, 50, 50, 0.15);
}

.header-brand {
  flex: 1 1 auto;
  margin-right: auto;
}

.header-brand__logo img {
  max-width: var(--header--logo--max-width);
}

.header-brand__text {
  font-weight: 700;
  font-size: 30px;
}

.navbar-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.toggle-icon img {
  width: 25px;
  height: 24px;
}

.menu-list {
  display: flex;
  list-style: none;
  text-align: center;
}
.menu-list li {
  margin-right: 1em;
  margin-left: 1em;
  padding: 0.5em;
  font-weight: 700;
  font-size: 15px;
}

.menu-cta {
  margin-top: 30px;
  text-align: center;
}

.menu-sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.menu-sns > * {
  margin: 10px;
}
.menu-sns img {
  width: 30px;
}

.header-button {
  flex-shrink: 0;
  width: 180px;
  height: 100%;
  background-color: var(--header--button--color-background);
  color: var(--header--button--color);
  font-weight: 700;
  font-size: 15px;
}
.header-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: inherit;
}

.footer {
  margin-top: calc(var(--spacing-unit) * 7);
}

.footer-nav {
  padding-right: 20px;
  padding-left: 20px;
}

.footer-nav__logo {
  text-align: center;
}
.footer-nav__logo a {
  display: inline-block;
}
.footer-nav__logo img {
  width: 100%;
  max-width: 390px;
  margin-right: auto;
  margin-left: auto;
}

.footer-nav__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 50px;
}
.footer-nav__sns > * {
  margin: 10px;
}
.footer-nav__sns img {
  width: 30px;
}

.footer-nav__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none;
}
.footer-nav__menu > li {
  position: relative;
  margin-right: 1em;
  margin-left: 1em;
  padding-left: 0.5em;
  font-weight: 500;
  font-size: 15px;
}
.footer-nav__menu > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 7px;
  transform: translateY(-50%);
  background: url(../img/common/arrow.svg) no-repeat;
  background-size: cover;
  content: "";
}

.footer-site {
  width: 100%;
  padding: 25px 20px 20px;
  background-color: var(--footer--color-background);
  color: var(--footer--color-text);
  text-align: center;
}

.footer-site__info {
  margin-bottom: 1em;
}

.pagetop {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 30px;
}
.pagetop a {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--footer--color-background);
}
.pagetop a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 9px;
  transform: translate(-50%, -50%);
  background: url(../img/common/pagetop.svg) no-repeat center/100%;
  content: "";
}

.page-title {
  margin-top: calc(var(--spacing-unit) * 4);
  margin-bottom: calc(var(--spacing-unit) * 3);
  font-size: var(--heading--font-size-h1);
}

.page-content a,
.entry-content a {
  text-decoration: underline;
}
.page-content p,
.page-content ul,
.page-content ol,
.entry-content p,
.entry-content ul,
.entry-content ol {
  margin-bottom: calc(1.2 * var(--spacing-unit));
}
.page-content ul > li:nth-child(n+2),
.page-content ol > li:nth-child(n+2),
.entry-content ul > li:nth-child(n+2),
.entry-content ol > li:nth-child(n+2) {
  margin-top: calc(0.2 * var(--spacing-unit));
}
.page-content ul > li,
.entry-content ul > li {
  margin-left: 1.4em;
}
.page-content ol > li,
.entry-content ol > li {
  margin-left: 1.2em;
  padding-left: 0.2em;
}
.page-content ol > li::marker,
.entry-content ol > li::marker {
  font-weight: 700;
}

.post {
  margin-top: calc(var(--spacing-unit) * 5);
}

.entry-header {
  margin-bottom: 30px;
  padding: 0 20px 15px;
  border-bottom: 1px solid var(--color-border);
  font-weight: 700;
}

.entry-date {
  display: block;
  margin-bottom: 0.2em;
  font-family: var(--font-secondary);
}

.entry-title {
  margin-bottom: 0;
  font-size: var(--font-size-base);
}

.entry-content {
  padding: 0 20px;
}

.entry-btn {
  margin-top: 100px;
  text-align: center;
}

.wp-block-button a {
  text-decoration: none;
}

.wp-block-separator {
  border: none;
  border-top: 1px solid var(--color-border);
}

.btn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.6em;
  border: none;
  outline: none;
  background-color: var(--main--button--color-background);
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.2;
  font-family: var(--font-secondary);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn[disabled], .btn:disabled, .btn.disabled {
  cursor: default;
  opacity: 0.7;
  pointer-events: none;
}

.btn-primary {
  min-width: 180px;
  padding: 1.3em;
  letter-spacing: 0.1em;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 14em;
  padding: 0.7em 2.4em;
  font-weight: 500;
  font-size: var(--font-size-xxl);
  font-family: var(--font-primary);
}

.icon-mail,
.icon-calendar {
  display: inline-block;
  position: relative;
  margin-right: 0.4em;
}
.icon-mail::before,
.icon-calendar::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.icon-mail {
  width: 1.2em;
  height: 0.8em;
}
.icon-mail::before {
  background: url(../img/common/mail.svg) no-repeat center/contain;
}

.icon-calendar {
  width: 1.3em;
  height: 1.1em;
}
.icon-calendar::before {
  background: url(../img/common/calendar.svg) no-repeat center/contain;
}

h1 {
  font-size: var(--heading--font-size-h1);
}

h2 {
  font-size: var(--heading--font-size-h2);
}

h3 {
  font-size: var(--heading--font-size-h3);
}

h4 {
  font-size: var(--heading--font-size-h4);
}

.page-content h2 {
  margin-bottom: calc(var(--spacing-unit) * 1.5);
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-border);
}
.page-content h3 {
  margin-bottom: calc(var(--spacing-unit) * 1.25);
}
.page-content h4 {
  margin-bottom: var(--spacing-unit);
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4 {
  margin-bottom: 0.5em;
}

.page-content * + h1,
.entry-content * + h1 {
  margin-top: calc(var(--spacing-unit) * 5);
}
.page-content * + h2,
.entry-content * + h2 {
  margin-top: calc(var(--spacing-unit) * 4);
}
.page-content * + h3,
.entry-content * + h3 {
  margin-top: calc(var(--spacing-unit) * 3);
}
.page-content * + h4,
.entry-content * + h4 {
  margin-top: calc(var(--spacing-unit) * 2);
}

.hero-slider .slick-slide img {
  width: 100%;
  height: calc(100vh - 210px);
  min-height: 320px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* slick style */
.slick-track {
  margin: 0;
}

.slick-dots {
  width: 100%;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  /* 画像一枚なら非表示 */
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:only-child {
  display: none;
  height: 0;
}
.slick-dots li.slick-active button::before {
  background-color: var(--color-gray);
  opacity: 0.8;
}
.slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  cursor: pointer;
}
.slick-dots button:hover, .slick-dots button:focus {
  outline: none;
}
.slick-dots button:hover::before, .slick-dots button:focus::before {
  opacity: 0.6;
}
.slick-dots button::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: var(--color-gray);
  content: "";
  text-align: center;
  opacity: 0.4;
  transition: 0.2s;
}

.list-info {
  list-style-type: none;
}
.list-info > li {
  display: flex;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid var(--list--border-color);
  text-align: left;
}
.list-info > li:nth-child(1) {
  border-top: 1px solid var(--list--border-color);
}
.list-info > li > * {
  padding-right: 1.5em;
  padding-left: 1.5em;
}
.list-info .date {
  font-weight: 700;
  font-family: var(--font-secondary);
}
.list-info .title {
  font-weight: 500;
}

.list-inline > * {
  display: inline;
}

.list-disc {
  list-style-type: none;
}
.list-disc > li {
  position: relative;
  padding-left: 1em;
}
.list-disc > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

.list-aster {
  list-style-type: none;
}
.list-aster > li {
  position: relative;
  padding-left: 1em;
}
.list-aster > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.list-number {
  margin-left: 1em;
}

.list-circle {
  margin-left: 0;
  list-style-type: none;
}
.list-circle > li {
  position: relative;
  padding-left: 1.4em;
  counter-increment: cnt;
}
.list-circle > li::before, .list-circle > li::after {
  display: block;
  position: absolute;
}
.list-circle > li::before {
  top: 0.74em;
  left: 0.34em;
  content: counter(cnt);
  font-size: 0.8em;
  line-height: 1;
}
.list-circle > li::after {
  top: 0.5em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  content: "";
}

.list-paren {
  list-style-type: none;
}
.list-paren > li {
  position: relative;
  padding-left: 2.4em;
  text-indent: 0;
  counter-increment: num 1;
}
.list-paren > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: -0.4em;
  width: 3.2em;
  content: "（" counter(num) "）";
  text-align: center;
}
.list-paren.-lower-roman > li::before {
  content: "(" counter(num, lower-roman) ")";
}

.list-paren-r {
  list-style-type: none;
  counter-reset: cnt 0;
}
.list-paren-r > li {
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
  counter-increment: cnt;
}
.list-paren-r > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: counter(cnt) ")";
}

.list-bracket {
  list-style-type: none;
}
.list-bracket > li {
  position: relative;
  padding-left: 1.5em;
  text-indent: 0;
  counter-increment: cnt;
}
.list-bracket > li::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "[" counter(cnt) "]";
}

.wp-block-table th,
.wp-block-table td {
  padding: 1.5em;
  border-width: 1px 0;
  border-color: var(--color-border);
}

.table {
  text-align: center;
}
.table th,
.table td {
  padding: 1em;
  border: 1px solid var(--color-border);
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeup {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadedown {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeleft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes faderight {
  from {
    transform: translateX(20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.page {
  animation: fadein 1.5s forwards;
}

.fade {
  opacity: 0;
}

.scroll-in.fade-in {
  animation: fadein 1.5s forwards;
}
.scroll-in.fade-up {
  animation: fadeup 1.5s forwards;
}
.scroll-in.fade-down {
  animation: fadedown 1.5s forwards;
}
.scroll-in.fade-left {
  animation: fadeleft 1.5s forwards;
}
.scroll-in.fade-right {
  animation: faderight 1.5s forwards;
}

/* block */
.d-block {
  display: block !important;
}

.sp-block,
.tb-block,
.pc-block {
  display: none !important;
}
/* none */
.d-none {
  display: none !important;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.img-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.video-responsive {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.video-responsive::before {
  display: block;
  padding-bottom: 56.25%;
  content: "";
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

video.video-responsive {
  max-width: 100%;
  height: auto;
}
video.video-responsive::before {
  content: none;
}

.video-responsive-4-3::before {
  padding-bottom: 75%;
}

.video-responsive-1-1::before {
  padding-bottom: 100%;
}

.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

.p-sticky {
  position: sticky !important;
}

/* Margin */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}
/* margin em */
.mt-1em {
  margin-top: 1em !important;
}

.mr-1em {
  margin-right: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

.ml-1em {
  margin-left: 1em !important;
}

.mt-2em {
  margin-top: 2em !important;
}

.mr-2em {
  margin-right: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

.ml-2em {
  margin-left: 2em !important;
}

.mt-3em {
  margin-top: 3em !important;
}

.mr-3em {
  margin-right: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

.ml-3em {
  margin-left: 3em !important;
}

.mt-4em {
  margin-top: 4em !important;
}

.mr-4em {
  margin-right: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

.ml-4em {
  margin-left: 4em !important;
}

.mt-5em {
  margin-top: 5em !important;
}

.mr-5em {
  margin-right: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

.ml-5em {
  margin-left: 5em !important;
}

.mb-08em {
  margin-bottom: 0.8em;
}

.mb-06em {
  margin-bottom: 0.6em;
}

.mb-04em {
  margin-bottom: 0.4em;
}

.mb-02em {
  margin-bottom: 0.2em;
}

/* margin responsive */
.mt-resp-10 {
  margin-top: 10px;
}

.mb-resp-10 {
  margin-bottom: 10px;
}

.my-resp-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mt-resp-20 {
  margin-top: 20px;
}

.mb-resp-20 {
  margin-bottom: 20px;
}

.my-resp-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mt-resp-30 {
  margin-top: 30px;
}

.mb-resp-30 {
  margin-bottom: 30px;
}

.my-resp-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt-resp-40 {
  margin-top: 40px;
}

.mb-resp-40 {
  margin-bottom: 40px;
}

.my-resp-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mt-resp-50 {
  margin-top: 50px;
}

.mb-resp-50 {
  margin-bottom: 50px;
}

.my-resp-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mt-resp-100 {
  margin-top: 100px;
}

.mb-resp-100 {
  margin-bottom: 100px;
}

/* margin px */
.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-ja {
  font-family: var(--font-primary) !important;
}

.text-en {
  font-family: var(--font-secondary) !important;
}

.text-num {
  font-family: var(--font-tertiary) !important;
}

.text-normal {
  font-weight: 400 !important;
}

.text-medium {
  font-weight: 500 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.section-main {
  margin-top: calc(var(--spacing-unit) * 7);
  /* 会社概要セクション（画像右） */
  /* 事業紹介セクション（画像下） */
  /* 施工事例セクション（画像複数） */
}
.section-main .heading {
  margin-bottom: 1em;
  font-size: var(--font-size-xxl);
}
.section-main .lead {
  margin-bottom: calc(var(--spacing-unit) * 2);
  font-size: var(--font-size-xxxl);
  line-height: var(--line-height-heading);
}
.section-main .text {
  margin-bottom: calc(var(--spacing-unit) * 2);
}
.section-main.-right > *:nth-child(1) {
  padding-right: 7%;
  padding-left: 7%;
}
.section-main.-bottom {
  padding-right: 7%;
  padding-bottom: 7%;
  padding-left: 7%;
}
.section-main.-lot {
  text-align: center;
}
.section-main.-lot .section-slider {
  margin-top: calc(var(--spacing-unit) * 2);
  margin-bottom: calc(var(--spacing-unit) * 2);
}
.section-main.-lot .section-slider .slick-slide > div {
  padding-right: 7%;
  padding-left: 7%;
}
.section-main.-lot .section-slider p {
  margin-top: 1em;
  font-weight: 500;
  font-size: var(--font-size-sm);
}

.section-sub {
  display: flex;
  position: relative;
  width: 100%;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 50px;
  background-color: var(--main--block--color-background);
}
.section-sub .heading {
  margin-bottom: 0.5em;
  font-size: var(--font-size-xxl);
}
.section-sub .btn-wrapper {
  margin-top: auto;
}
.section-sub .text {
  margin-bottom: 1em;
}
.section-sub.-info > *:nth-child(1) {
  display: flex;
  flex-basis: 31.25%;
  flex-direction: column;
}
.section-sub.-info > *:nth-child(2) {
  flex-basis: 68.75%;
}
.section-sub.-info .list-info > li {
  padding-top: 1em;
  padding-bottom: 1em;
}
.section-sub.-cta > * {
  flex-basis: 50%;
}
.section-sub.-cta .text-tel {
  padding-bottom: 10px;
}
.section-sub.-cta .tel {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: var(--font-size-xxxl);
  line-height: 1.2;
  font-family: var(--font-tertiary);
}

.icon-tel {
  position: relative;
  padding-left: 40px;
}
.icon-tel::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 48px;
  transform: translateY(-50%);
  background: url(../img/common/tel.svg) no-repeat center/contain;
  content: "";
}

:root {
  --_form-control-border-color-focus: var(--_dark-color-gray);
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) or (-moz-appearance: none) {
  .smf-form .smf-item .smf-select-control__control {
    padding: var(--_padding-2) var(--_padding2) var(--_padding-2) var(--_padding-1);
    line-height: 1.7;
  }
}
.page-content .smf-progress-tracker > li {
  margin-left: 0;
  padding-left: 0;
}
.page-content .smf-progress-tracker > li:nth-child(n+2) {
  margin-top: 0;
}

.smf-item.req .smf-item__label {
  display: flex;
  gap: 0.5em;
}
.smf-item.req .smf-item__label::after {
  display: block;
  content: "*";
  color: #DE0000;
}

.smf-item.privacy a {
  text-decoration: underline;
}

form[data-screen=confirm] .smf-item.privacy .smf-item__controls {
  display: none;
}

.smf-action .smf-button-control__control {
  min-width: 180px;
  padding: 1.2em !important;
  border: none;
  border-radius: 0;
  background-image: none;
  background-color: var(--main--button--color-background);
  color: var(--color-white);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  transition: opacity 0.2s;
}
.smf-action .smf-button-control__control:hover {
  opacity: 0.8;
}

.smf-form:not(.smf-form--business):not(.smf-form--simple-table):not(.smf-form--letter) + .smf-action {
  margin: var(--_margin1) 0;
  text-align: center;
}
.smf-form:not(.smf-form--business):not(.smf-form--simple-table):not(.smf-form--letter) .smf-item {
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.2rem 0;
  border-top: 1px solid var(--color-border);
}
.smf-form:not(.smf-form--business):not(.smf-form--simple-table):not(.smf-form--letter) .smf-item--divider .smf-item__col {
  flex: 1 1 auto;
  max-width: none;
}
.smf-form:not(.smf-form--business):not(.smf-form--simple-table):not(.smf-form--letter) .smf-item__col--label {
  padding-bottom: 0.5em;
}
@media screen and (max-width: 1280px) {
  .menu-list li {
    margin-right: 0.5em;
    margin-left: 0.5em;
  }
  .header-button {
    width: 150px;
    font-size: 14px;
  }
}
@media not all and (max-width: 1280px) {
  .section-main.-right > *:nth-child(1) {
    padding-left: 14%;
  }
  .section-main.-bottom {
    padding-right: 14%;
    padding-left: 14%;
  }
}
@media screen and (max-width: 960px) {
  .header {
    height: 100px;
    padding-right: 60px;
  }
  .navbar-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
  }
  .header-navbar .toggle-icon.open {
    display: block;
  }
  .header-navbar .toggle-icon.close {
    display: none;
  }
  .header-navbar.is-open .toggle-icon.open {
    display: none;
  }
  .header-navbar.is-open .toggle-icon.close {
    display: block;
  }
  .header-navbar.is-open + .header-button {
    display: none;
  }
  .header-navbar .navbar-menu {
    display: none;
  }
  .header-navbar.is-open .navbar-menu {
    display: block;
  }
  .navbar-menu {
    z-index: 2;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    padding: var(--spacing-unit);
    overflow-x: hidden;
    background-color: var(--header--color-background);
  }
  .menu-list {
    flex-direction: column;
    margin-top: 50px;
  }
  .menu-list li {
    font-size: 20px;
  }
  .header-button {
    width: 120px;
    font-size: 12px;
  }
  .pagetop a {
    width: 48px;
    height: 48px;
  }
  .pagetop a::after {
    width: 14px;
    height: 7px;
  }
  .entry-header {
    margin-bottom: 25px;
    padding: 0 10px 10px;
  }
  .entry-content {
    padding: 0 10px;
  }
  .entry-btn {
    margin-top: 85px;
  }
  .btn-primary {
    min-width: 240px;
  }
  .hero-slider .slick-slide img {
    height: 70vh;
  }
  .text-tb-left {
    text-align: left !important;
  }
  .text-tb-right {
    text-align: right !important;
  }
  .text-tb-center {
    text-align: center !important;
  }
  .section-main.-right {
    text-align: center;
  }
  .section-main.-right .image {
    margin: 0 -8% 30px;
  }
  .section-main.-right .text {
    text-align: left;
  }
  .section-main.-bottom {
    padding-bottom: 0;
    text-align: center;
  }
  .section-main.-bottom .image {
    margin: 0 -8% 30px;
  }
  .section-main.-bottom .text {
    text-align: left;
  }
  .section-main.-lot > *:nth-child(2) {
    position: relative;
  }
  .section-main.-lot > *:nth-child(2)::after {
    z-index: -1;
    position: absolute;
    bottom: -20%;
    left: -100vw;
    width: 200vw;
    height: 100%;
    background-color: var(--main--block--color-background);
    content: "";
  }
  .section-sub {
    flex-direction: column;
    margin-top: 60px;
    padding: 40px 30px;
    text-align: center;
  }
  .section-sub.-info {
    padding: 0;
    background-color: transparent;
  }
  .section-sub.-info .btn-wrapper {
    margin-top: 30px;
  }
  .section-sub.-recruit .image {
    margin-bottom: 15px;
  }
  .section-sub.-cta .text-tel {
    padding-top: 20px;
    border-top: 1px solid var(--list--border-color);
  }
  .section-sub.-cta .tel {
    margin-bottom: 20px;
  }
  .section-sub.-cta .tel .icon-tel {
    display: none;
  }
  .icon-tel {
    padding-left: 25px;
  }
  .icon-tel::before {
    width: 20px;
    height: 30px;
  }
}
@media not all and (max-width: 960px) {
  .header-navbar {
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-cta {
    display: none;
  }
  .menu-sns {
    display: none;
  }
  .section-main.-right {
    display: flex;
  }
  .section-main.-right > *:nth-child(1) {
    flex: 1 0 57%;
  }
  .section-main.-right > *:nth-child(2) {
    flex: 0 0 43%;
  }
  .section-main.-right > *:nth-child(2) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-main.-bottom {
    position: relative;
  }
  .section-main.-bottom .heading {
    margin-bottom: 0.5em;
  }
  .section-main.-bottom > div {
    display: flex;
  }
  .section-main.-bottom > div .text {
    flex: 1 1 auto;
    margin-right: 4%;
  }
  .section-main.-bottom > div .btn-wrapper {
    flex: 0 0 180px;
  }
  .section-main.-bottom::after {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: -100vw;
    width: 200vw;
    height: 60%;
    background-color: var(--main--block--color-background);
    content: "";
  }
  .section-sub.-recruit > *:nth-child(1) {
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
  }
  .section-sub.-recruit > *:nth-child(2) {
    flex-basis: 60%;
  }
  .section-sub.-cta .text-tel .icon-tel {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .header {
    height: 60px;
  }
  .header-brand__logo img {
    max-width: var(--header--logo--max-width-mobile);
  }
  .navbar-menu {
    top: 60px;
    height: calc(100vh - 60px);
  }
  .header-button {
    width: 90px;
    font-size: 10px;
  }
  .footer-nav__logo img {
    max-width: 274px;
  }
  .footer-nav__menu {
    justify-content: flex-start;
  }
  .footer-nav__menu > li {
    font-size: 13px;
  }
  .footer-site__owner {
    margin-bottom: 1em;
  }
  .pagetop a {
    width: 32px;
    height: 32px;
  }
  .pagetop a::after {
    width: 9px;
    height: 4.5px;
  }
  .entry-header {
    margin-bottom: 20px;
    padding: 0 0 20px;
  }
  .entry-content {
    padding: 0;
  }
  .entry-btn {
    margin-top: 70px;
  }
  .slick-dots {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 8px;
  }
  .slick-dots button {
    width: 8px;
    height: 8px;
  }
  .slick-dots button::before {
    width: 8px;
    height: 8px;
  }
  .list-info > li {
    flex-direction: column;
  }
  .list-info > li > * {
    padding-right: 0;
    padding-left: 0;
  }
  .wp-block-table th,
.wp-block-table td {
    padding: 1.5em 1em;
  }
  .wp-block-table tr > *:first-child {
    padding-left: 0;
  }
  .wp-block-table tr > *:last-child {
    padding-right: 0;
  }
  .table th,
.table td {
    padding: 0.8em 0.4em;
  }
  .text-sp-left {
    text-align: left !important;
  }
  .text-sp-right {
    text-align: right !important;
  }
  .text-sp-center {
    text-align: center !important;
  }
  .section-sub.-recruit .image {
    max-width: calc(100% + 100px);
    margin-right: -50px;
    margin-left: -50px;
  }
}
@media not all and (max-width: 560px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  .footer-site__owner > *:nth-child(n+2) {
    display: inline-block;
  }
  .footer-site__owner > *:nth-child(n+3) {
    margin-left: 0.5em;
  }
  .footer-site__info > * {
    display: inline-block;
  }
  .list-info > li > *:nth-child(n+2) {
    border-left: 1px solid var(--list--border-color);
  }
}
@media screen and (max-width: 390px) {
  .header-button {
    display: none;
  }
}
@media not all and (min-width: 560px) {
  .sp-block {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .mr-md-auto {
    margin-left: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }
  .mt-resp-10 {
    margin-top: 5px;
  }
  .mb-resp-10 {
    margin-bottom: 5px;
  }
  .my-resp-10 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .mt-resp-20 {
    margin-top: 10px;
  }
  .mb-resp-20 {
    margin-bottom: 10px;
  }
  .my-resp-20 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mt-resp-30 {
    margin-top: 15px;
  }
  .mb-resp-30 {
    margin-bottom: 15px;
  }
  .my-resp-30 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .mt-resp-40 {
    margin-top: 20px;
  }
  .mb-resp-40 {
    margin-bottom: 20px;
  }
  .my-resp-40 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mt-resp-50 {
    margin-top: 25px;
  }
  .mb-resp-50 {
    margin-bottom: 25px;
  }
  .my-resp-50 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .mt-resp-100 {
    margin-top: 50px;
  }
  .mb-resp-100 {
    margin-bottom: 50px;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .mt-md-5 {
    margin-top: 5px !important;
  }

  .mb-md-5 {
    margin-bottom: 5px !important;
  }

  .mt-md-10 {
    margin-top: 10px !important;
  }

  .mb-md-10 {
    margin-bottom: 10px !important;
  }

  .mt-md-15 {
    margin-top: 15px !important;
  }

  .mb-md-15 {
    margin-bottom: 15px !important;
  }

  .mt-md-20 {
    margin-top: 20px !important;
  }

  .mb-md-20 {
    margin-bottom: 20px !important;
  }

  .mt-md-25 {
    margin-top: 25px !important;
  }

  .mb-md-25 {
    margin-bottom: 25px !important;
  }
}
@media (min-width: 640px) {
  .smf-form:not(.smf-form--business):not(.smf-form--simple-table):not(.smf-form--letter) .smf-item {
    display: flex;
    padding-right: var(--_padding1);
    padding-left: var(--_padding1);
  }
  .smf-form:not(.smf-form--business):not(.smf-form--simple-table):not(.smf-form--letter) .smf-item__col {
    flex: 1 1 auto;
  }
  .smf-form:not(.smf-form--business):not(.smf-form--simple-table):not(.smf-form--letter) .smf-item__col--label {
    flex: 0 0 14em;
    max-width: 14em;
    padding-right: var(--_padding1);
    padding-bottom: 0;
  }
  .smf-form:not(.smf-form--business):not(.smf-form--simple-table):not(.smf-form--letter) .smf-item__col--controls {
    flex: 1 1 calc(100% - 14em);
    max-width: calc(100% - 14em);
  }
}
@media not all and (min-width: 960px) {
  .tb-block {
    display: block !important;
  }
  .pc-block {
    display: block !important;
  }
  .tb-none {
    display: none !important;
  }
  .mt-resp-10 {
    margin-top: 7.5px;
  }
  .mb-resp-10 {
    margin-bottom: 7.5px;
  }
  .my-resp-10 {
    margin-top: 7.5px;
    margin-bottom: 8px;
  }
  .mt-resp-20 {
    margin-top: 15px;
  }
  .mb-resp-20 {
    margin-bottom: 15px;
  }
  .my-resp-20 {
    margin-top: 15px;
    margin-bottom: 16px;
  }
  .mt-resp-30 {
    margin-top: 22.5px;
  }
  .mb-resp-30 {
    margin-bottom: 22.5px;
  }
  .my-resp-30 {
    margin-top: 22.5px;
    margin-bottom: 24px;
  }
  .mt-resp-40 {
    margin-top: 30px;
  }
  .mb-resp-40 {
    margin-bottom: 30px;
  }
  .my-resp-40 {
    margin-top: 30px;
    margin-bottom: 32px;
  }
  .mt-resp-50 {
    margin-top: 37.5px;
  }
  .mb-resp-50 {
    margin-bottom: 37.5px;
  }
  .my-resp-50 {
    margin-top: 37.5px;
    margin-bottom: 40px;
  }
  .mt-resp-100 {
    margin-top: 75px;
  }
  .mb-resp-100 {
    margin-bottom: 75px;
  }
}
@media not all and (min-width: 1280px) {
  .pc-none {
    display: none !important;
  }
}