@charset "UTF-8";
/*!
Theme Name: 一両編成
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
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;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * 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 {
  border-style: none;
  padding: 0;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 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;
}

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

/**
 * 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] {
  outline: none;
}

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

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

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

:root {
  --mainColor: #FF6C4C;
  --pointColor: #028B99;
  --bgColor: #FEFBF3;
  --sidePadding: 50px;
}
@media (max-width: 1024px) {
  :root {
    --sidePadding: 25px;
  }
}
@media (max-width: 767px) {
  :root {
    --sidePadding: 4.22vw;
  }
}

/* Global
---------------------------------------- */
/* layout */
.l-container {
  position: relative;
  width: 100%;
  max-width: calc(1200px + var(--sidePadding) * 2);
  padding-left: var(--sidePadding);
  padding-right: var(--sidePadding);
  margin-left: auto;
  margin-right: auto;
}
.l-container.-lg {
  max-width: calc(1360px + var(--sidePadding) * 2);
}
.l-container.-md {
  max-width: calc(1020px + var(--sidePadding) * 2);
}
.l-container.-sm {
  max-width: calc(756px + var(--sidePadding) * 2);
}

.fullWidth {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hide-pc {
  display: none !important;
}

.show-pc,
.show-tab,
.show-sp {
  display: none !important;
}

@media (min-width: 1025px) {
  .show-pc {
    display: block !important;
  }
}
@media (max-width: 1024px) {
  .hide-tab {
    display: none !important;
  }
  .show-tab {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .hide-pc {
    display: block !important;
  }
  .hide-sp {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
}
.inline-block {
  display: inline-block;
}

img {
  vertical-align: top;
}
img.-vaBaseline {
  vertical-align: baseline;
}
img.-vaSub {
  vertical-align: sub;
}
img.-vaBottom {
  vertical-align: bottom;
}

.-vaBaseline img {
  vertical-align: baseline;
}

.-vaSub img {
  vertical-align: sub;
}

.-vaBottom img {
  vertical-align: bottom;
}

/* link */
a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.-hoverzoom {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .-hoverzoom:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}

.-hoverzoom-s {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .-hoverzoom-s:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.fw-bold {
  font-weight: 700;
}

.admin-bar .l-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .l-header {
    top: 46px;
  }
  .admin-bar .l-contents {
    margin-top: 46px;
  }
}
@media (max-width: 767px) {
  .admin-bar .l-contents {
    margin-top: 18.1333333333vw;
  }
  .admin-bar .header_nav,
  .admin-bar .contents_overlay {
    top: calc(46px + 18.1333333333vw);
  }
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 3.7333333333vw;
  }
}

body {
  font-size: 18px;
  line-height: 1.9;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 500;
  background-color: #FEFBF3;
}
@media (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1em;
  }
}

/* Header 
--------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}
.l-header .l-container {
  max-width: calc(1287px + var(--sidePadding) * 2);
}

.header {
  background-color: transparent;
  -webkit-transition-duration: background-color 0.2s;
          transition-duration: background-color 0.2s;
}
.header.is-scrolled {
  background-color: var(--bgColor);
}
.header_inner {
  position: relative;
  height: 134px;
}
@media (max-width: 1024px) {
  .header_inner {
    height: 83px;
  }
}
@media (max-width: 767px) {
  .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 18.1333333333vw;
  }
}
.header_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  width: min(20vw, 320px);
  height: min(4.625vw, 74px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.header_title img {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .header_title {
    position: initial;
    -webkit-transform: unset;
            transform: unset;
    margin: 0;
    width: 30.1333333333vw;
    height: auto;
  }
}
.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_nav .menu {
  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;
  width: 100%;
}
.header_nav .menu .sub-menu {
  display: none;
}
.header_nav .menu li a {
  font-weight: 700;
  font-size: min(1.6vw, 1.1111111111em);
}
@media (hover: hover) and (pointer: fine) {
  .header_nav .menu li a:hover {
    color: var(--mainColor);
  }
}
.header_nav .menu li:nth-of-type(3) {
  margin-right: min(12.2vw, 213px);
}
.header_nav .menu li:nth-of-type(4) {
  margin-left: min(12.2vw, 213px);
}
.header_nav .menu li:last-of-type {
  margin-right: 0;
}
.header_nav .menu li.current-menu-item a {
  color: var(--mainColor);
}
.header_nav .menu li.-insta a {
  display: inline-block;
  width: min(3.8vw, 47px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .header_nav .menu li.-insta a:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
@media (max-width: 767px) {
  .header_nav {
    position: fixed;
    top: 18.1333333333vw;
    right: -66.9333333333vw;
    bottom: 0;
    width: 66.6666666667vw;
    display: block;
    background-color: var(--bgColor);
    -webkit-transition: right 0.3s;
    transition: right 0.3s;
  }
  .header_nav .menu {
    display: block;
    padding: 4.2666666667vw;
  }
  .header_nav .menu .sub-menu {
    display: block;
    border-left: solid 1px #000;
    padding-left: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
  .header_nav .menu li {
    margin: 0 !important;
    line-height: 2;
  }
  .header_nav .menu li a {
    display: block;
    padding: 0.5em 0;
    font-size: 4.2666666667vw;
  }
  .header_nav .menu li.-insta {
    display: none;
  }
}
.header_spNav {
  display: none;
}
@media (max-width: 767px) {
  .header_spNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_spNav .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.7333333333vw;
    margin-right: 4vw;
  }
  .header_spNav .icons li a img {
    width: 9.5386666667vw;
  }
}
.header_menuToggleButton {
  display: grid;
  place-content: center;
  gap: 1.3333333333vw;
  width: 12.0888vw;
  aspect-ratio: 1/1;
  background-color: #000;
  border-radius: 50%;
}
.header_menuToggleButton span {
  display: block;
  width: 4.648vw;
  height: 0.5333333333vw;
  background-color: #fff;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.is-navOpen .header_nav {
  right: 0;
}
.is-navOpen .header_menuToggleButton span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translateY(1.3333333333vw) translateX(1.3333333333vw);
          transform: rotate(45deg) translateY(1.3333333333vw) translateX(1.3333333333vw);
}
.is-navOpen .header_menuToggleButton span:nth-of-type(2) {
  opacity: 0;
}
.is-navOpen .header_menuToggleButton span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translateY(-1.3333333333vw) translateX(1.3333333333vw);
          transform: rotate(-45deg) translateY(-1.3333333333vw) translateX(1.3333333333vw);
}

/* Fixed Cta 
--------------------------- */
.fixedCtas {
  position: fixed;
  right: 48px;
  bottom: 20px;
  z-index: 9999;
}
.fixedCtas_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  width: 139px;
}
.fixedCtas_inner a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .fixedCtas_inner a:hover {
    -webkit-transform: scale(1.07);
            transform: scale(1.07);
  }
}
@media (max-width: 1024px) {
  .fixedCtas {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .fixedCtas {
    display: none;
  }
}

/* Footer 
--------------------------- */
.footer {
  padding-top: 146px;
  padding-bottom: 31px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .footer {
    padding-top: 92px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 12.8vw;
    padding-bottom: 2.4vw;
  }
}
.footer_inner {
  display: grid;
  grid-template-columns: 160px 184px 1fr;
  gap: 45px;
  padding-left: 29px;
  margin-bottom: 75px;
}
@media (max-width: 1024px) {
  .footer_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 50px;
    padding-left: 0;
    margin-bottom: 12.2666666667vw;
  }
}
@media (max-width: 767px) {
  .footer_inner {
    gap: 0;
  }
}
@media (max-width: 767px) {
  .footer_logo {
    text-align: center;
    width: 100%;
  }
  .footer_logo img {
    width: 32vw;
  }
}
.footer_company p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1em;
}
.footer_company p img {
  vertical-align: middle;
  -webkit-transform: translateY(0.1em);
          transform: translateY(0.1em);
}
.footer_company .tel {
  line-height: 1.5;
}
.footer_company .time {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1024px) {
  .footer_company {
    width: 194px;
  }
}
@media (max-width: 767px) {
  .footer_company {
    width: 51.2vw;
    margin: 8.8vw auto 12.2666666667vw;
  }
}
@media (max-width: 1024px) {
  .footer_nav {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer_nav {
    width: 100%;
    padding-top: 0;
  }
}
.footer_nav .inner {
  max-width: 640px;
  margin-left: auto;
}
@media (hover: hover) and (pointer: fine) {
  .footer_nav a:hover {
    color: var(--mainColor);
  }
}
.footer_nav .menu {
  display: grid;
  grid-template-columns: repeat(3, -webkit-max-content);
  grid-template-columns: repeat(3, max-content);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 0px;
  margin-bottom: 60px;
}
.footer_nav .menu > li:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.footer_nav .menu > li:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
.footer_nav .menu > li:nth-of-type(3) {
  grid-area: 1/3/3/4;
}
.footer_nav .menu > li:nth-of-type(4) {
  grid-area: 2/1/3/2;
}
.footer_nav .menu > li:nth-of-type(5) {
  grid-area: 2/2/3/3;
}
.footer_nav .menu > li > a {
  font-size: 1.1111111111em;
}
.footer_nav .menu a {
  font-weight: 700;
  line-height: 1;
}
.footer_nav .menu .sub-menu {
  margin-top: 1.5rem;
  border-left: solid 1px #000;
}
.footer_nav .menu .sub-menu li {
  padding-left: 20px;
  line-height: 1;
}
.footer_nav .menu .sub-menu li + li {
  margin-top: 1em;
}
.footer_nav .menu .sub-menu li a {
  font-size: 0.8333333333em;
}
@media (max-width: 767px) {
  .footer_nav .menu {
    max-width: 69.3333333333vw;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 12vw;
    margin: 0 auto 10.6666666667vw;
  }
  .footer_nav .menu > li:nth-of-type(1) {
    grid-area: 1/1/2/2;
  }
  .footer_nav .menu > li:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
  .footer_nav .menu > li:nth-of-type(3) {
    grid-area: 2/2/4/3;
  }
  .footer_nav .menu > li:nth-of-type(4) {
    grid-area: 2/1/3/2;
  }
  .footer_nav .menu > li:nth-of-type(5) {
    grid-area: 3/1/4/2;
  }
  .footer_nav .menu > li > a {
    font-size: 3.2vw;
  }
  .footer_nav .menu .sub-menu {
    margin-top: 1rem;
  }
  .footer_nav .menu .sub-menu li {
    padding-left: 3.2vw;
  }
  .footer_nav .menu .sub-menu li a {
    font-size: 2.6666666667vw;
  }
}
.footer_nav .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}
.footer_nav .submenu li a {
  font-size: 0.7222222222em;
}
@media (max-width: 767px) {
  .footer_nav .submenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6vw;
  }
  .footer_nav .submenu li a {
    font-size: 2.6666666667vw;
  }
}
.footer_copyright {
  font-size: 0.8888888889em;
}
@media (max-width: 767px) {
  .footer_copyright {
    font-size: 2.6666666667vw;
  }
}

/* Contents 
--------------------------- */
.l-contents {
  position: relative;
  padding-top: 134px;
}
@media (max-width: 1024px) {
  .l-contents {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .l-contents {
    padding-top: 2.9333333333vw;
    margin-top: 18.1333333333vw;
  }
}

.contents_overlay {
  display: none;
  position: fixed;
  top: 18.1333333333vw;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}

/* Components 
--------------------------- */
.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 316px;
  height: 71px;
}
.c-button.-disabled {
  overflow: hidden;
  position: relative;
  pointer-events: none;
}
.c-button.-disabled::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "ただいま準備中";
  display: grid;
  place-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.1111111111em;
}
@media (max-width: 767px) {
  .c-button.-disabled::after {
    font-size: 3.7333333333vw;
  }
}
.c-button.-default {
  background-color: #fff;
  border-radius: 999px;
  border: solid 1px #000;
  font-size: 1.1111111111em;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .c-button.-default:hover {
    background-color: var(--mainColor);
    color: #fff;
  }
}
@media (max-width: 767px) {
  .c-button.-default {
    font-size: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .c-button {
    max-width: 84.2666666667vw;
    height: 16.5333333333vw;
  }
}

.smf-action .smf-button-control__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 316px;
  height: 71px;
  background: #fff;
  border-radius: 999px;
  border: solid 1px #000;
  font-size: 1.1111111111em;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  .smf-action .smf-button-control__control:hover {
    background: var(--mainColor);
    color: #fff;
  }
}

.pageHeader-simple .l-container {
  max-width: calc(1524px + var(--sidePadding) * 2);
}
.pageHeader-simple {
  overflow: hidden;
}
.pageHeader-simple .wp-block-group__inner-container {
  margin-right: calc(50% - 50vw);
  overflow: clip;
}
.pageHeader-simple .wp-block-group__inner-container img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px 0 0 50px;
}
@media (max-width: 767px) {
  .pageHeader-simple .wp-block-group__inner-container {
    margin-right: 0;
  }
  .pageHeader-simple .wp-block-group__inner-container img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
  }
}
.pageHeader-simple .wp-block-cover {
  display: block;
  padding: 0;
  min-height: auto;
}
@media (max-width: 767px) {
  .pageHeader-simple .wp-block-cover {
    aspect-ratio: 1/1;
  }
}
.pageHeader-simple .wp-block-cover .wp-block-cover__image-background {
  position: initial;
  width: 100%;
  height: auto;
}
.pageHeader-simple .wp-block-cover .wp-block-cover__inner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  place-content: center;
}

h1.-hasLine, h2.-hasLine, h3.-hasLine, h4.-hasLine, h5.-hasLine, h6.-hasLine, p.-hasLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
h1.-hasLine::before, h1.-hasLine::after, h2.-hasLine::before, h2.-hasLine::after, h3.-hasLine::before, h3.-hasLine::after, h4.-hasLine::before, h4.-hasLine::after, h5.-hasLine::before, h5.-hasLine::after, h6.-hasLine::before, h6.-hasLine::after, p.-hasLine::before, p.-hasLine::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.2em;
  background-color: #000;
}
h1.-hasLine::before, h2.-hasLine::before, h3.-hasLine::before, h4.-hasLine::before, h5.-hasLine::before, h6.-hasLine::before, p.-hasLine::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
h1.-hasLine::after, h2.-hasLine::after, h3.-hasLine::after, h4.-hasLine::after, h5.-hasLine::after, h6.-hasLine::after, p.-hasLine::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.c-cta .tel img {
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
  margin-right: 0.1em;
}

/* Size 
--------------------------- */
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw1,
  .wp-block-image.-spw1 img {
    width: calc(1 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw2,
  .wp-block-image.-spw2 img {
    width: calc(2 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw3,
  .wp-block-image.-spw3 img {
    width: calc(3 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw4,
  .wp-block-image.-spw4 img {
    width: calc(4 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw5,
  .wp-block-image.-spw5 img {
    width: calc(5 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw6,
  .wp-block-image.-spw6 img {
    width: calc(6 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw7,
  .wp-block-image.-spw7 img {
    width: calc(7 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw8,
  .wp-block-image.-spw8 img {
    width: calc(8 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw9,
  .wp-block-image.-spw9 img {
    width: calc(9 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw10,
  .wp-block-image.-spw10 img {
    width: calc(10 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw11,
  .wp-block-image.-spw11 img {
    width: calc(11 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw12,
  .wp-block-image.-spw12 img {
    width: calc(12 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw13,
  .wp-block-image.-spw13 img {
    width: calc(13 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw14,
  .wp-block-image.-spw14 img {
    width: calc(14 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw15,
  .wp-block-image.-spw15 img {
    width: calc(15 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw16,
  .wp-block-image.-spw16 img {
    width: calc(16 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw17,
  .wp-block-image.-spw17 img {
    width: calc(17 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw18,
  .wp-block-image.-spw18 img {
    width: calc(18 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw19,
  .wp-block-image.-spw19 img {
    width: calc(19 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw20,
  .wp-block-image.-spw20 img {
    width: calc(20 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw21,
  .wp-block-image.-spw21 img {
    width: calc(21 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw22,
  .wp-block-image.-spw22 img {
    width: calc(22 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw23,
  .wp-block-image.-spw23 img {
    width: calc(23 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw24,
  .wp-block-image.-spw24 img {
    width: calc(24 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw25,
  .wp-block-image.-spw25 img {
    width: calc(25 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw26,
  .wp-block-image.-spw26 img {
    width: calc(26 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw27,
  .wp-block-image.-spw27 img {
    width: calc(27 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw28,
  .wp-block-image.-spw28 img {
    width: calc(28 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw29,
  .wp-block-image.-spw29 img {
    width: calc(29 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw30,
  .wp-block-image.-spw30 img {
    width: calc(30 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw31,
  .wp-block-image.-spw31 img {
    width: calc(31 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw32,
  .wp-block-image.-spw32 img {
    width: calc(32 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw33,
  .wp-block-image.-spw33 img {
    width: calc(33 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw34,
  .wp-block-image.-spw34 img {
    width: calc(34 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw35,
  .wp-block-image.-spw35 img {
    width: calc(35 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw36,
  .wp-block-image.-spw36 img {
    width: calc(36 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw37,
  .wp-block-image.-spw37 img {
    width: calc(37 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw38,
  .wp-block-image.-spw38 img {
    width: calc(38 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw39,
  .wp-block-image.-spw39 img {
    width: calc(39 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw40,
  .wp-block-image.-spw40 img {
    width: calc(40 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw41,
  .wp-block-image.-spw41 img {
    width: calc(41 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw42,
  .wp-block-image.-spw42 img {
    width: calc(42 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw43,
  .wp-block-image.-spw43 img {
    width: calc(43 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw44,
  .wp-block-image.-spw44 img {
    width: calc(44 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw45,
  .wp-block-image.-spw45 img {
    width: calc(45 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw46,
  .wp-block-image.-spw46 img {
    width: calc(46 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw47,
  .wp-block-image.-spw47 img {
    width: calc(47 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw48,
  .wp-block-image.-spw48 img {
    width: calc(48 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw49,
  .wp-block-image.-spw49 img {
    width: calc(49 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw50,
  .wp-block-image.-spw50 img {
    width: calc(50 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw51,
  .wp-block-image.-spw51 img {
    width: calc(51 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw52,
  .wp-block-image.-spw52 img {
    width: calc(52 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw53,
  .wp-block-image.-spw53 img {
    width: calc(53 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw54,
  .wp-block-image.-spw54 img {
    width: calc(54 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw55,
  .wp-block-image.-spw55 img {
    width: calc(55 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw56,
  .wp-block-image.-spw56 img {
    width: calc(56 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw57,
  .wp-block-image.-spw57 img {
    width: calc(57 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw58,
  .wp-block-image.-spw58 img {
    width: calc(58 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw59,
  .wp-block-image.-spw59 img {
    width: calc(59 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw60,
  .wp-block-image.-spw60 img {
    width: calc(60 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw61,
  .wp-block-image.-spw61 img {
    width: calc(61 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw62,
  .wp-block-image.-spw62 img {
    width: calc(62 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw63,
  .wp-block-image.-spw63 img {
    width: calc(63 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw64,
  .wp-block-image.-spw64 img {
    width: calc(64 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw65,
  .wp-block-image.-spw65 img {
    width: calc(65 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw66,
  .wp-block-image.-spw66 img {
    width: calc(66 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw67,
  .wp-block-image.-spw67 img {
    width: calc(67 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw68,
  .wp-block-image.-spw68 img {
    width: calc(68 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw69,
  .wp-block-image.-spw69 img {
    width: calc(69 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw70,
  .wp-block-image.-spw70 img {
    width: calc(70 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw71,
  .wp-block-image.-spw71 img {
    width: calc(71 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw72,
  .wp-block-image.-spw72 img {
    width: calc(72 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw73,
  .wp-block-image.-spw73 img {
    width: calc(73 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw74,
  .wp-block-image.-spw74 img {
    width: calc(74 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw75,
  .wp-block-image.-spw75 img {
    width: calc(75 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw76,
  .wp-block-image.-spw76 img {
    width: calc(76 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw77,
  .wp-block-image.-spw77 img {
    width: calc(77 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw78,
  .wp-block-image.-spw78 img {
    width: calc(78 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw79,
  .wp-block-image.-spw79 img {
    width: calc(79 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw80,
  .wp-block-image.-spw80 img {
    width: calc(80 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw81,
  .wp-block-image.-spw81 img {
    width: calc(81 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw82,
  .wp-block-image.-spw82 img {
    width: calc(82 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw83,
  .wp-block-image.-spw83 img {
    width: calc(83 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw84,
  .wp-block-image.-spw84 img {
    width: calc(84 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw85,
  .wp-block-image.-spw85 img {
    width: calc(85 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw86,
  .wp-block-image.-spw86 img {
    width: calc(86 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw87,
  .wp-block-image.-spw87 img {
    width: calc(87 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw88,
  .wp-block-image.-spw88 img {
    width: calc(88 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw89,
  .wp-block-image.-spw89 img {
    width: calc(89 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw90,
  .wp-block-image.-spw90 img {
    width: calc(90 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw91,
  .wp-block-image.-spw91 img {
    width: calc(91 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw92,
  .wp-block-image.-spw92 img {
    width: calc(92 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw93,
  .wp-block-image.-spw93 img {
    width: calc(93 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw94,
  .wp-block-image.-spw94 img {
    width: calc(94 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw95,
  .wp-block-image.-spw95 img {
    width: calc(95 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw96,
  .wp-block-image.-spw96 img {
    width: calc(96 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw97,
  .wp-block-image.-spw97 img {
    width: calc(97 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw98,
  .wp-block-image.-spw98 img {
    width: calc(98 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw99,
  .wp-block-image.-spw99 img {
    width: calc(99 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw100,
  .wp-block-image.-spw100 img {
    width: calc(100 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw101,
  .wp-block-image.-spw101 img {
    width: calc(101 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw102,
  .wp-block-image.-spw102 img {
    width: calc(102 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw103,
  .wp-block-image.-spw103 img {
    width: calc(103 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw104,
  .wp-block-image.-spw104 img {
    width: calc(104 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw105,
  .wp-block-image.-spw105 img {
    width: calc(105 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw106,
  .wp-block-image.-spw106 img {
    width: calc(106 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw107,
  .wp-block-image.-spw107 img {
    width: calc(107 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw108,
  .wp-block-image.-spw108 img {
    width: calc(108 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw109,
  .wp-block-image.-spw109 img {
    width: calc(109 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw110,
  .wp-block-image.-spw110 img {
    width: calc(110 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw111,
  .wp-block-image.-spw111 img {
    width: calc(111 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw112,
  .wp-block-image.-spw112 img {
    width: calc(112 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw113,
  .wp-block-image.-spw113 img {
    width: calc(113 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw114,
  .wp-block-image.-spw114 img {
    width: calc(114 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw115,
  .wp-block-image.-spw115 img {
    width: calc(115 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw116,
  .wp-block-image.-spw116 img {
    width: calc(116 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw117,
  .wp-block-image.-spw117 img {
    width: calc(117 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw118,
  .wp-block-image.-spw118 img {
    width: calc(118 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw119,
  .wp-block-image.-spw119 img {
    width: calc(119 / 375 * 100vw) !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  img.-spw120,
  .wp-block-image.-spw120 img {
    width: calc(120 / 375 * 100vw) !important;
  }
}
/* Top
---------------------------------------- */
.page.home .header_nav .menu li.current-menu-item a:not(:hover) {
  color: #000;
}
.page.home .wrapper {
  opacity: 0;
}
.page.home .wrapper.end-animation {
  opacity: 1;
}

.top_animation {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bgColor);
  overflow: hidden;
}
.top_animation .inner {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}
.top_animation .inner .text {
  opacity: 0;
  font-size: 1.7777777778em;
  -webkit-transform: translateY(-10vh) translateX(0.2em);
          transform: translateY(-10vh) translateX(0.2em);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.top_animation .inner .image {
  position: absolute;
  right: -6.6666666667em;
  bottom: 14.6vh;
  width: 6.6111111111em;
}
@media (max-width: 767px) {
  .top_animation .inner .text {
    -webkit-transform: translateY(-5vh) translateX(0.2em);
            transform: translateY(-5vh) translateX(0.2em);
  }
  .top_animation .inner .image {
    bottom: 10vh;
  }
}
.top_animation.start-animation .inner .text {
  -webkit-animation: fadeIn 1.2s ease-out 2.7s forwards;
          animation: fadeIn 1.2s ease-out 2.7s forwards;
}
.top_animation.start-animation .inner .image {
  -webkit-animation: slideIn 2s ease-out forwards, sway 2s forwards ease-out;
          animation: slideIn 2s ease-out forwards, sway 2s forwards ease-out;
}
@media (max-width: 767px) {
  .top_animation.start-animation .inner .image {
    -webkit-animation: slideInSp 2s ease-out forwards, sway 2s forwards ease-out;
            animation: slideInSp 2s ease-out forwards, sway 2s forwards ease-out;
  }
}

@-webkit-keyframes slideIn {
  0% {
    right: onvertEm(-120);
  }
  100% {
    right: 23vw;
  }
}

@keyframes slideIn {
  0% {
    right: onvertEm(-120);
  }
  100% {
    right: 23vw;
  }
}
@-webkit-keyframes slideInSp {
  0% {
    right: onvertEm(-120);
  }
  100% {
    right: 15vw;
  }
}
@keyframes slideInSp {
  0% {
    right: onvertEm(-120);
  }
  100% {
    right: 15vw;
  }
}
@-webkit-keyframes sway {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg) translateX(0);
            transform: translateY(-50%) rotate(0deg) translateX(0);
  }
  10% {
    -webkit-transform: translateY(-50%) rotate(0.8deg) translateX(-2px);
            transform: translateY(-50%) rotate(0.8deg) translateX(-2px);
  }
  20% {
    -webkit-transform: translateY(-50%) rotate(-0.6deg) translateX(1px);
            transform: translateY(-50%) rotate(-0.6deg) translateX(1px);
  }
  30% {
    -webkit-transform: translateY(-50%) rotate(0.5deg) translateX(-1px);
            transform: translateY(-50%) rotate(0.5deg) translateX(-1px);
  }
  40% {
    -webkit-transform: translateY(-50%) rotate(-0.8deg) translateX(2px);
            transform: translateY(-50%) rotate(-0.8deg) translateX(2px);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0.4deg) translateX(-1px);
            transform: translateY(-50%) rotate(0.4deg) translateX(-1px);
  }
  60% {
    -webkit-transform: translateY(-50%) rotate(-0.6deg) translateX(1px);
            transform: translateY(-50%) rotate(-0.6deg) translateX(1px);
  }
  70% {
    -webkit-transform: translateY(-50%) rotate(0.7deg) translateX(-2px);
            transform: translateY(-50%) rotate(0.7deg) translateX(-2px);
  }
  80% {
    -webkit-transform: translateY(-50%) rotate(-0.4deg) translateX(1px);
            transform: translateY(-50%) rotate(-0.4deg) translateX(1px);
  }
  90% {
    -webkit-transform: translateY(-50%) rotate(0.6deg) translateX(-1px);
            transform: translateY(-50%) rotate(0.6deg) translateX(-1px);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg) translateX(0);
            transform: translateY(-50%) rotate(0deg) translateX(0);
  }
}
@keyframes sway {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg) translateX(0);
            transform: translateY(-50%) rotate(0deg) translateX(0);
  }
  10% {
    -webkit-transform: translateY(-50%) rotate(0.8deg) translateX(-2px);
            transform: translateY(-50%) rotate(0.8deg) translateX(-2px);
  }
  20% {
    -webkit-transform: translateY(-50%) rotate(-0.6deg) translateX(1px);
            transform: translateY(-50%) rotate(-0.6deg) translateX(1px);
  }
  30% {
    -webkit-transform: translateY(-50%) rotate(0.5deg) translateX(-1px);
            transform: translateY(-50%) rotate(0.5deg) translateX(-1px);
  }
  40% {
    -webkit-transform: translateY(-50%) rotate(-0.8deg) translateX(2px);
            transform: translateY(-50%) rotate(-0.8deg) translateX(2px);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(0.4deg) translateX(-1px);
            transform: translateY(-50%) rotate(0.4deg) translateX(-1px);
  }
  60% {
    -webkit-transform: translateY(-50%) rotate(-0.6deg) translateX(1px);
            transform: translateY(-50%) rotate(-0.6deg) translateX(1px);
  }
  70% {
    -webkit-transform: translateY(-50%) rotate(0.7deg) translateX(-2px);
            transform: translateY(-50%) rotate(0.7deg) translateX(-2px);
  }
  80% {
    -webkit-transform: translateY(-50%) rotate(-0.4deg) translateX(1px);
            transform: translateY(-50%) rotate(-0.4deg) translateX(1px);
  }
  90% {
    -webkit-transform: translateY(-50%) rotate(0.6deg) translateX(-1px);
            transform: translateY(-50%) rotate(0.6deg) translateX(-1px);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0deg) translateX(0);
            transform: translateY(-50%) rotate(0deg) translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_philosophy {
  width: 100%;
  overflow: hidden;
}
.top_philosophy .image01 {
  width: 520px;
}
.top_philosophy .image02 {
  -webkit-transform: translateX(195px);
          transform: translateX(195px);
  margin-top: 141px;
}
.top_philosophy .image03 {
  position: absolute;
  bottom: 161px;
  left: -165px;
}
@media screen and (max-width: 1299px) {
  .top_philosophy .image03 {
    left: -10%;
  }
}
@media (max-width: 1024px) {
  .top_philosophy .image02 {
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
    margin-top: 40px;
  }
  .top_philosophy .image03 {
    width: 23vw;
    bottom: -96px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .top_philosophy .top_philosophy_images {
    position: absolute;
    top: 53.8666666667vw;
    right: -4.2666666667vw;
    width: 71.7333333333vw;
    height: 60.8vw;
    opacity: 0.9;
  }
  .top_philosophy .top_philosophy_images img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top_philosophy .top_philosophy_texts {
    position: relative;
    z-index: 2;
  }
}

.top_service h2 small {
  font-size: 0.583em;
}
.top_service .top_service_item:not(.-disabled) .kt-inside-inner-col * {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
}
@media (hover: hover) and (pointer: fine) {
  .top_service .top_service_item:not(.-disabled):hover .kt-inside-inner-col * {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  .top_service .top_service_item:not(.-disabled):hover .c-button {
    background-color: var(--mainColor);
    color: #fff;
  }
}
.top_service .-disabled .kt-inside-inner-col {
  overflow: hidden;
  position: relative;
}
.top_service .-disabled .kt-inside-inner-col::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: "ただいま準備中";
  display: grid;
  place-content: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.5555555556em;
}
@media (max-width: 767px) {
  .top_service .-disabled .kt-inside-inner-col::after {
    font-size: 3.7333333333vw;
  }
}

.top_about .kt-inside-inner-col > .wp-block-cover,
.about_visual .kt-inside-inner-col > .wp-block-cover {
  height: 690px;
}
@media (max-width: 1024px) {
  .top_about .kt-inside-inner-col > .wp-block-cover,
  .about_visual .kt-inside-inner-col > .wp-block-cover {
    height: 517px;
  }
}
@media (max-width: 767px) {
  .top_about .kt-inside-inner-col > .wp-block-cover,
  .about_visual .kt-inside-inner-col > .wp-block-cover {
    height: 80.8vw;
    min-height: auto;
    background: url(assets/images/bg-ichiryo.webp) no-repeat center;
    background-size: cover;
  }
  .top_about .kt-inside-inner-col > .wp-block-cover .wp-block-cover__image-background,
  .about_visual .kt-inside-inner-col > .wp-block-cover .wp-block-cover__image-background {
    display: none;
  }
}
.top_about .kt-inside-inner-col > .wp-block-cover .wp-block-cover__inner-container,
.about_visual .kt-inside-inner-col > .wp-block-cover .wp-block-cover__inner-container {
  display: grid;
  place-content: center;
  height: 100%;
  padding-bottom: 30px;
}
.top_about .kt-inside-inner-col > .wp-block-cover .wp-block-cover__inner-container *,
.about_visual .kt-inside-inner-col > .wp-block-cover .wp-block-cover__inner-container * {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .top_about .kt-inside-inner-col > .wp-block-cover .wp-block-cover__inner-container,
  .about_visual .kt-inside-inner-col > .wp-block-cover .wp-block-cover__inner-container {
    padding-bottom: 8vw;
  }
}
.top_about .kt-inside-inner-col > .wp-block-cover .wp-block-kadence-advancedbtn,
.about_visual .kt-inside-inner-col > .wp-block-cover .wp-block-kadence-advancedbtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4.2777777778em;
}
@media (max-width: 767px) {
  .top_about .kt-inside-inner-col > .wp-block-cover .wp-block-kadence-advancedbtn,
  .about_visual .kt-inside-inner-col > .wp-block-cover .wp-block-kadence-advancedbtn {
    bottom: 1.6vw;
  }
}

@media (max-width: 1024px) {
  .top_contents_note {
    height: 94.5%;
  }
}
@media (max-width: 767px) {
  .top_contents_note {
    height: auto;
  }
}
.top_contents_note a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 629px;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 30px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .top_contents_note a {
    min-height: auto;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .top_contents_note a {
    min-height: auto;
    border-radius: 20px;
  }
}
.top_contents_note .image {
  border-bottom: solid 1px #000;
}
.top_contents_note .image img {
  width: 100%;
}
.top_contents_note .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 35px 42px 42px;
  line-height: 1.6;
}
.top_contents_note .body-title {
  margin-bottom: 18px;
  font-size: 1.2222222222em;
}
.top_contents_note .body-excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.8888888889em;
  color: #8D8D8D;
}
.top_contents_note .body-logo {
  text-align: right;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .top_contents_note .body {
    padding: 15px 28px 19px;
  }
}
@media (max-width: 767px) {
  .top_contents_note .body {
    padding: 6.4vw 6.6666666667vw 4.5333333333vw;
  }
  .top_contents_note .body-title {
    margin-bottom: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .top_contents_note .body-excerpt {
    font-size: 3.2vw;
  }
  .top_contents_note .body-logo img {
    width: 20.2666666667vw;
  }
}
.top_contents_radio .links {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .top_contents_radio {
    cursor: pointer;
  }
  .top_contents_radio:hover .links {
    display: block;
  }
}

.top_news .wp-block-post-template {
  border-top: solid 1px #000;
}
.top_news .wp-block-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding: 21px 0 60px;
  border-bottom: solid 1px #000;
  font-weight: 700;
}
.top_news .wp-block-post .wp-block-post-title {
  font-size: 1.2222222222em;
  line-height: 1.6;
}
.top_news .wp-block-post .wp-block-post-date {
  display: block;
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}
.top_news .wp-block-post a {
  border-bottom: solid 1px transparent;
}
@media (hover: hover) and (pointer: fine) {
  .top_news .wp-block-post a:hover {
    color: var(--mainColor);
    border-bottom-color: var(--mainColor);
  }
}
@media (max-width: 767px) {
  .top_news .wp-block-post {
    padding: 6.4vw 0 10.6666666667vw;
  }
  .top_news .wp-block-post .wp-block-post-title {
    font-size: 4.2666666667vw;
  }
  .top_news .wp-block-post .wp-block-post-date {
    margin-bottom: 3.2vw;
  }
}

/* 私たちが目指すもの 
--------------------------- */
.page.philosophy {
  background-color: #fff;
}
.page.philosophy .header.is-scrolled {
  background-color: #fff;
}
.page.philosophy .footer {
  background-color: var(--bgColor);
}
.page.philosophy h1 {
  width: 0;
  height: 0;
  overflow: hidden;
  color: #fff;
  opacity: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .page.philosophy .pageHeader-simple .wp-block-group__inner-container {
    aspect-ratio: 1/1;
    background: url(assets/images/visual-philosophy_sp.webp) no-repeat center;
    background-size: cover;
    border-radius: 20px;
  }
  .page.philosophy .pageHeader-simple .wp-block-group__inner-container img {
    display: none;
  }
}

/* 一両編成について 
--------------------------- */
.page.about {
  background-color: #fff;
}
.page.about .header.is-scrolled {
  background-color: #fff;
}
.page.about .footer {
  background-color: var(--bgColor);
}
@media (max-width: 767px) {
  .page.about .about_visual .wp-block-cover {
    height: 90.6666666667vw;
    background: url(assets/images/visual-about_sp.webp) no-repeat center;
    background-size: cover;
  }
  .page.about .about_visual .wp-block-cover img {
    width: 40vw !important;
  }
}
.page.about .about_portfolio .kt-inside-inner-col {
  overflow: hidden;
}

/* わけわけ 
--------------------------- */
.page.wakewake .wakewake_features .can dt {
  position: relative;
  z-index: 2;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 45px;
  padding: 0 26px;
  margin-left: 4px;
  background-color: var(--mainColor);
  border-radius: 999px;
  border: solid 1px #000;
  color: #fff;
  font-size: 1.1111111111em;
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_features .can dt {
    line-height: 13.3333333333vw;
    text-align: center;
    margin-left: 0;
    width: 100%;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    font-size: 5.3333333333vw;
  }
}
.page.wakewake .wakewake_features .can dd {
  padding: 38px 38px 28px;
  margin-top: -23px;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 20px;
  color: var(--mainColor);
  font-size: 1.4444444444em;
  letter-spacing: -0.02em;
}
.page.wakewake .wakewake_features .can dd small {
  font-size: 69.2%;
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_features .can dd {
    padding: 6.4vw 0;
    margin-top: 0;
    border-radius: 0 0 20px 20px;
    font-size: 4.8vw;
    line-height: 1.6;
  }
}
.page.wakewake .wakewake_flow_step .smb-step__body::before {
  content: none;
}
.page.wakewake .wakewake_flow_step .smb-step__item {
  position: relative;
  padding-left: 538px;
  margin-left: 0;
}
.page.wakewake .wakewake_flow_step .smb-step__item::before {
  content: "";
  position: absolute;
  width: 1px;
  top: 99px;
  left: 470px;
  bottom: 0;
  background-color: #000;
}
@media (max-width: 1024px) {
  .page.wakewake .wakewake_flow_step .smb-step__item {
    padding-left: 376px;
  }
  .page.wakewake .wakewake_flow_step .smb-step__item::before {
    left: 329px;
  }
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_flow_step .smb-step__item {
    padding-left: 12.5333333333vw;
  }
  .page.wakewake .wakewake_flow_step .smb-step__item::before {
    top: 14.4vw;
    left: 4vw;
  }
}
.page.wakewake .wakewake_flow_step .smb-step__item__number {
  left: -104px;
  width: 72px;
  height: 72px;
  padding-bottom: 0.18em;
  margin-left: 0;
  border: solid 1px #000;
  background-color: #fff;
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .page.wakewake .wakewake_flow_step .smb-step__item__number {
    left: -72px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_flow_step .smb-step__item__number {
    left: -12.5333333333vw;
    width: 8.1786666667vw;
    height: 8.0986666667vw;
    font-size: 0.8em;
  }
}
.page.wakewake .wakewake_flow_step .-orange .smb-step__item__number {
  background-color: var(--mainColor);
  color: #fff;
}
.page.wakewake .wakewake_flow_step .-blue .smb-step__item__number {
  background-color: var(--pointColor);
  color: #fff;
}
.page.wakewake .wakewake_flow_step .smb-step__item__title {
  margin-bottom: 1.6rem;
  border-bottom: solid 1px #000;
  font-size: 2em;
}
.page.wakewake .wakewake_flow_step .smb-step__item__title small {
  font-size: 77%;
}
@media (max-width: 1024px) {
  .page.wakewake .wakewake_flow_step .smb-step__item__title {
    font-size: 1.7777777778em;
  }
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_flow_step .smb-step__item__title {
    text-align: center;
    padding-bottom: 0.2em;
    font-size: 5.0666666667vw;
  }
}
.page.wakewake .wakewake_flow_step .smb-step__item__body {
  padding-bottom: 48px;
  font-size: 1.1111111111em;
}
.page.wakewake .wakewake_flow_step .smb-step__item__body p a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .page.wakewake .wakewake_flow_step .smb-step__item__body p a:hover {
    color: var(--mainColor);
  }
}
.page.wakewake .wakewake_flow_step .smb-step__item__body ul {
  list-style: disc;
  margin-left: 1.2em;
}
.page.wakewake .wakewake_flow_step .smb-step__item__body .wp-block-image {
  position: absolute;
  left: 0;
  top: 60px;
  max-width: 366px;
}
.page.wakewake .wakewake_flow_step .smb-step__item__body .wp-block-image.-vt {
  top: -10px;
}
@media (max-width: 1024px) {
  .page.wakewake .wakewake_flow_step .smb-step__item__body .wp-block-image {
    top: 55px;
    max-width: 256px;
  }
  .page.wakewake .wakewake_flow_step .smb-step__item__body .wp-block-image.-vt {
    top: 0;
  }
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_flow_step .smb-step__item__body .wp-block-image {
    position: initial;
    max-width: none;
    margin-top: 3.7333333333vw;
  }
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_flow_step .smb-step__item__body {
    padding-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}
.page.wakewake .wakewake_flow_step .-mh .smb-step__item__body {
  padding-bottom: 65px;
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_flow_step .-mh .smb-step__item__body {
    padding-bottom: 8vw;
  }
}
.page.wakewake .wakewake_flow_step .smb-step__body > * + * {
  margin-top: 31px;
}
.page.wakewake .wakewake_plan_item:last-child:nth-child(odd) {
  grid-column: 1/-1;
  justify-self: center;
  max-width: 577px;
}
@media (max-width: 1024px) {
  .page.wakewake .wakewake_plan_item:last-child:nth-child(odd) {
    max-width: 518px;
  }
}
.page.wakewake .wakewake_plan_item > .kt-inside-inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 0 !important;
     -moz-column-gap: 0 !important;
          column-gap: 0 !important;
  height: 100%;
}
.page.wakewake .wakewake_plan_body {
  height: 100%;
}
.page.wakewake .wakewake_plan_body .text {
  text-align: center;
}
.page.wakewake .wakewake_plan_body .wp-block-list {
  display: inline-block;
  text-align: left;
  list-style: disc;
  margin-left: 1.2em;
}
.page.wakewake .wakewake_plan_body > .kt-inside-inner-col {
  height: 100%;
  overflow: hidden;
}
.page.wakewake .wakewake_plan .plan_driver .kt-inside-inner-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.page.wakewake .wakewake_plan .plan_driver .kt-inside-inner-col::before {
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background-color: #fff;
  -webkit-transform: rotate(30deg) translateY(15px) translateX(5px);
          transform: rotate(30deg) translateY(15px) translateX(5px);
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_plan .plan_driver .kt-inside-inner-col::before {
    -webkit-transform: rotate(30deg) translateY(2.6666666667vw) translateX(1.3333333333vw);
            transform: rotate(30deg) translateY(2.6666666667vw) translateX(1.3333333333vw);
  }
}
.page.wakewake .wakewake_plan .notes li {
  position: relative;
  padding-left: 1.2em;
}
.page.wakewake .wakewake_plan .notes li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .page.wakewake .wakewake_plan .notes li {
    font-size: 0.857em;
  }
}

@media (max-width: 767px) {
  .page.yell .pageHeader-simple .wp-block-group__inner-container {
    aspect-ratio: 1/1;
    background: url(assets/images/visual-yell_sp.webp) no-repeat center;
    background-size: cover;
    border-radius: 20px;
  }
  .page.yell .pageHeader-simple .wp-block-group__inner-container img {
    display: none;
  }
}

/* お知らせアーカイブ
--------------------------- */
.page.news {
  background-color: #fff;
}
.page.news .header.is-scrolled {
  background-color: #fff;
}
.page.news .footer {
  background-color: var(--bgColor);
}
.page.news .entry {
  padding: 21px 0 60px;
  border-bottom: solid 1px #000;
  font-weight: 700;
}
.page.news .entry:first-of-type {
  border-top: solid 1px #000;
}
.page.news .entry .entry-meta {
  letter-spacing: 0.18em;
  margin-bottom: 18px;
}
.page.news .entry .entry-title {
  font-size: 1.2222222222em;
  line-height: 1.6;
}
.page.news .entry .entry-title a {
  border-bottom: solid 1px transparent;
}
@media (hover: hover) and (pointer: fine) {
  .page.news .entry .entry-title a:hover {
    color: var(--mainColor);
    border-bottom-color: var(--mainColor);
  }
}
@media (max-width: 767px) {
  .page.news .entry {
    padding: 6.4vw 0 10.6666666667vw;
  }
  .page.news .entry .entry-title {
    font-size: 4.2666666667vw;
  }
  .page.news .entry .entry-meta {
    margin-bottom: 3.2vw;
  }
}
.page.news .alm-btn-wrap {
  padding: 0;
  margin: 77px 0 0;
}
.page.news .ajax-load-more-wrap.white .alm-load-more-btn {
  width: 100%;
  border-radius: 999px;
  border-color: #000;
  height: 71px;
  font-size: 1.1111111111em;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .page.news .ajax-load-more-wrap.white .alm-load-more-btn:hover {
    background-color: var(--mainColor);
    color: #fff;
  }
}
@media (max-width: 767px) {
  .page.news .ajax-load-more-wrap.white .alm-load-more-btn {
    height: 15.4666666667vw;
    font-size: 3.7333333333vw;
  }
}

/* お知らせ記事
--------------------------- */
.single-news {
  background-color: #fff;
}
.single-news .header.is-scrolled {
  background-color: #fff;
}
.single-news .footer {
  background-color: var(--bgColor);
}
.single-news .entry {
  padding-top: 3rem;
  padding-bottom: 14rem;
}
@media (max-width: 1024px) {
  .single-news .entry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .single-news .entry {
    padding: 1rem 0.92rem 10rem;
  }
}
.single-news .entry-meta {
  letter-spacing: 0.18em;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .single-news .entry-meta {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.single-news .entry-title {
  padding-bottom: 0.4em;
  font-size: 1.5555555556em;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .single-news .entry-title {
    padding-bottom: 1.8666666667vw;
    font-size: 4.8vw;
  }
}
.single-news .entry-body {
  padding-top: 48px;
  padding-bottom: 100px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.single-news .entry-body .thumbnail {
  margin-bottom: 76px;
}
.single-news .entry-body .thumbnail img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .single-news .entry-body {
    padding-top: 6.9333333333vw;
    padding-bottom: 10.1333333333vw;
  }
  .single-news .entry-body .thumbnail {
    margin-bottom: 10.1333333333vw;
  }
  .single-news .entry-body .thumbnail img {
    border-radius: 20px;
  }
}
.single-news .entry-back {
  text-align: center;
  margin-top: 77px;
}
@media (max-width: 767px) {
  .single-news .entry-back {
    margin-top: 12.2666666667vw;
  }
}

/* Pages 
--------------------------- */
.pageEntry {
  padding-top: 3rem;
  padding-bottom: 14rem;
}
@media (max-width: 1024px) {
  .pageEntry {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .pageEntry {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10rem;
  }
}
.pageEntry-title {
  text-align: center;
  margin-bottom: 3.7rem;
  font-size: 2.6666666667em;
}
@media (max-width: 767px) {
  .pageEntry-title {
    margin-bottom: 3rem;
    font-size: 5.8666666667vw;
  }
}
@media (max-width: 767px) {
  .pageEntry-body .contents {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pageEntry-body .contents > *,
.pageEntry-body .contents .wp-block-group__inner-container > * {
  margin-bottom: 1rem;
}
.pageEntry-body .contents dl dt {
  font-size: 1.1em;
}
.pageEntry-body .contents ul, .pageEntry-body .contents ol {
  margin-left: 1.2em;
}
.pageEntry-body .contents ul {
  list-style: disc;
}
.pageEntry-body .contents ol {
  list-style: decimal;
}
.pageEntry-body .contents table {
  table-layout: fixed;
  background-color: #fff;
}
.pageEntry-body .contents table th, .pageEntry-body .contents table td {
  padding: 0.6em 0.8em;
  line-height: 1.65;
}
.pageEntry-body .contents table th {
  width: 25%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 767px) {
  .pageEntry-body .contents table th {
    width: 35%;
  }
}
.pageEntry-body .contents p a,
.pageEntry-body .contents td a,
.pageEntry-body .contents ul a,
.pageEntry-body .contents ol a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .pageEntry-body .contents p a:hover,
  .pageEntry-body .contents td a:hover,
  .pageEntry-body .contents ul a:hover,
  .pageEntry-body .contents ol a:hover {
    opacity: 0.7;
  }
}

/* お問い合わせ 
--------------------------- */
.page.contact .snow-monkey-form[data-screen=input] .text-confirm {
  display: none;
}
.page.contact .snow-monkey-form[data-screen=confirm] .text-input {
  display: none;
}
.page.contact .snow-monkey-form[data-screen=confirm] .smf-action {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page.contact .snow-monkey-form .smf-item {
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .page.contact .snow-monkey-form .smf-item {
    margin-bottom: 6.4vw;
  }
}
.page.contact .snow-monkey-form .smf-item__col--label {
  margin-bottom: 12px;
}
.page.contact .snow-monkey-form .smf-item__label code {
  display: inline-block;
  margin-left: 1rem;
  color: #FF6C4C;
  font-size: 0.88em;
  font-weight: 500;
}
.page.contact .snow-monkey-form .smf-text-control__control,
.page.contact .snow-monkey-form .smf-textarea-control__control {
  width: 100%;
  padding: 11px 25px;
  border-color: #000;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .page.contact .snow-monkey-form .smf-text-control__control,
  .page.contact .snow-monkey-form .smf-textarea-control__control {
    padding-left: 20px;
    padding-right: 20px;
    font-size: max(3.7333333333vw, 16px);
  }
}
.page.contact .snow-monkey-form .smf-radio-buttons-control__control .smf-label label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.page.contact .snow-monkey-form .smf-radio-buttons-control__control .smf-label label::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 50%;
}
.page.contact .snow-monkey-form .smf-radio-buttons-control__control .smf-label label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  background-color: var(--mainColor);
  border-radius: 50%;
  opacity: 0;
}
.page.contact .snow-monkey-form .smf-radio-buttons-control__control .smf-label label input {
  display: none;
}
.page.contact .snow-monkey-form .smf-radio-buttons-control__control .smf-label label.is-checked::after {
  opacity: 1;
}
.page.contact .snow-monkey-form .smf-textarea-control__control {
  height: 395px;
}
@media (max-width: 767px) {
  .page.contact .snow-monkey-form .smf-textarea-control__control {
    height: 83.7333333333vw;
  }
}
.page.contact .snow-monkey-form ::-webkit-input-placeholder {
  color: #D9D9D9;
}
.page.contact .snow-monkey-form ::-moz-placeholder {
  color: #D9D9D9;
}
.page.contact .snow-monkey-form :-ms-input-placeholder {
  color: #D9D9D9;
}
.page.contact .snow-monkey-form ::-ms-input-placeholder {
  color: #D9D9D9;
}
.page.contact .snow-monkey-form ::placeholder {
  color: #D9D9D9;
}
.page.contact .snow-monkey-form .smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding-top: 40px;
}
.page.contact .snow-monkey-form .smf-action .smf-button-control {
  width: 100%;
  max-width: 316px;
}
.page.contact .snow-monkey-form .smf-action .smf-button-control__control[data-action=back] {
  width: 160px;
}
@media (max-width: 767px) {
  .page.contact .snow-monkey-form .smf-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 6.4vw;
    padding-top: 2.6666666667vw;
  }
  .page.contact .snow-monkey-form .smf-action .smf-button-control {
    max-width: 84.2666666667vw;
  }
  .page.contact .snow-monkey-form .smf-action .smf-button-control__control[data-action=back] {
    width: 34.6666666667vw;
  }
}
.page.contact .completed h3 {
  padding-top: 5rem;
  margin-bottom: 73px;
  font-size: 1.4444444444em;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .page.contact .completed h3 {
    margin-bottom: 8.8vw;
    font-size: 5.3333333333vw;
  }
}
.page.contact .completed p {
  font-size: 1.1111111111em;
}
@media (max-width: 767px) {
  .page.contact .completed p {
    font-size: 3.7333333333vw;
  }
}
.page.contact .completed .backButtonWrap {
  text-align: center;
  padding-top: 125px;
}
@media (max-width: 767px) {
  .page.contact .completed .backButtonWrap {
    padding-top: 29.3333333333vw;
  }
}