@charset "UTF-8";
/*
Theme Name:
Theme URI:
Author: Ryoka Ikematsu
Description:
Version: 1.0
*/
/** Global + Mixin
 * -------------------------------------------------------------------
 */
/*
 * Fonts
 * -------------------------------------------------------------------
 */
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Marcellus&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@500&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css");
/* A Modern CSS Reset */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

main {
  display: block;
}

body, p, figure, blockquote, dl, dd, table, address, pre, iframe, form {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

small {
  font-size: 80%;
}

a {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input, button, optgroup, select, textarea {
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  color: inherit;
  border-radius: 0;
  background: transparent;
  font: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

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

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

hr {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}
/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.index {
  background-color: #f2f2f2;
}
body:not(.index, .home) {
  background-color: #faf6f3;
}

a {
  text-decoration: none;
  outline: none;
}

/*
 * wrapper
 * -------------------------------------------------------------------
 */
.wrapper {
  display: block;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0;
}
.wrapper > section {
  position: relative;
  z-index: 3;
}

.inner {
  position: relative;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .inner {
    padding: 0 25px;
  }
}
@media screen and (min-width: 992px) {
  .inner {
    padding: 0;
  }
}

@-webkit-keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes menu-container-appeared {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes menu-container-leaved {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menu-overlay-appeared {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu-overlay-leaved {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * MODAL PHOTO
 * -------------------------------------------------------------------
 */
@-webkit-keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-photo-open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-photo-close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * SCROLL DOWN
 * -------------------------------------------------------------------
 */
@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/*
 * Youtube
 * -------------------------------------------------------------------
 */
@-webkit-keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption {
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
  border: 1px solid #f2f2f2;
  background: #ffffff;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-txt {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

/* Text meant only for screen readers. */
.screen-reader-txt {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-txt:focus {
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #000000;
  background-color: #eeeeed;
  font-size: 1em;
  line-height: normal;
  -webkit-clip-path: none;
          clip-path: none;
  /* Above WP toolbar. */
}

/*
 * Module
 * -------------------------------------------------------------------
 */
.lexend {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.marcellus {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.pc-area {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-area {
    display: block;
  }
}

.sp-area {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-area {
    display: none;
  }
}

.new-line--sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .new-line--sp {
    display: none;
  }
}
.new-line--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .new-line--pc {
    display: block;
  }
}

.marker--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #edff17));
  background: linear-gradient(transparent 60%, #edff17 40%);
}

a[href^="tel:"] {
  pointer-events: initial;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0.7;
}

.zoom-in img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.zoom-in a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.scroll-box {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll-box::-webkit-scrollbar {
  height: 5px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #f2f2f2;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #eeeeed;
}

/*========= Animation =========*/
.animate__animated {
  /* フェードアップ */
  /* フェードダウン */
  /* 右から左にフェード */
  /* 左から右にフェード */
}
.animate__animated.js_fadeup {
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
@-webkit-keyframes fadeup {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  from {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.animate__animated.js_fadedown {
  -webkit-animation-name: fadedown;
          animation-name: fadedown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
@-webkit-keyframes fadedown {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadedown {
  from {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.animate__animated.js_fadeleft {
  -webkit-animation-name: fadeleft;
          animation-name: fadeleft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
@-webkit-keyframes fadeleft {
  from {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeleft {
  from {
    -webkit-transform: translateX(150px);
            transform: translateX(150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.animate__animated.js_faderight {
  -webkit-animation-name: faderight;
          animation-name: faderight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
}
@-webkit-keyframes faderight {
  from {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes faderight {
  from {
    -webkit-transform: translateX(-150px);
            transform: translateX(-150px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.nav-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
}
.nav-header__container {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  height: 6rem;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .nav-header__container {
    height: 10rem;
    padding: 0 15px;
  }
}
.nav-header.scrolled .nav-header__container {
  height: 6rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .nav-header.scrolled .nav-header__container {
    height: 10rem;
  }
}
.nav-header.scrolled .nav-header__logo-img {
  height: 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .nav-header.scrolled .nav-header__logo-img {
    height: 6rem;
  }
}
.nav-header.scrolled .nav-header__link {
  color: #666666;
}
.nav-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  color: #000000;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.nav-header__logo-thumb {
  display: block;
}
.nav-header__logo-img {
  display: block;
  height: 5rem;
}
@media screen and (min-width: 992px) {
  .nav-header__logo-img {
    height: 8rem;
  }
}
.nav-header__menu {
  display: none;
  margin: 0;
  padding: 5vh 0 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .nav-header__menu {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    top: 0;
    right: 15px;
  }
}
.nav-header__menu-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.nav-header__menu-item:not(:first-child) {
  margin-top: 1.6rem;
}
.nav-header__link {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  min-width: 100px;
  height: 100%;
  padding: 0 15px;
  text-align: right;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .nav-header__link {
    font-size: 1.8rem;
  }
}
.nav-header__link:hover {
  color: #333333;
  opacity: 1;
  margin-right: -5px;
}
.nav-header__contact {
  margin-left: 1.6rem;
  padding: 1.2rem 3.2rem;
  color: #ffffff;
  border-radius: 100px;
  background-color: #f09da7;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.nav-header__contact:hover {
  background-color: #ed8793;
}
.nav-header__toggle {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 6rem;
  height: 2.4rem;
  cursor: pointer;
  background: #333333;
  border-radius: 50vh;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .nav-header__toggle {
    display: none;
  }
}
.nav-header__toggle:hover {
  background: #262626;
}
.nav-header__toggle-txt {
  display: block;
  padding: 4px 8px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffffff;
  font-size: 1.2rem;
}

.nav-drawer {
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.nav-drawer__container {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80%;
  min-width: 200px;
  max-width: 350px;
  height: 100%;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.nav-drawer[data-open=true] .nav-drawer__container {
  -webkit-animation-name: menu-container-appeared;
          animation-name: menu-container-appeared;
}
.nav-drawer[data-open=false] .nav-drawer__container {
  -webkit-animation-name: menu-container-leaved;
          animation-name: menu-container-leaved;
}
.nav-drawer__menu {
  display: block;
  overflow-y: auto;
  margin: 0;
  padding: 3rem 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.nav-drawer__menu-item {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
.nav-drawer__menu-item:not(:first-child) {
  margin-top: 1.6rem;
}
.nav-drawer__link {
  position: relative;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  letter-spacing: 0.01em;
  color: inherit;
}
.nav-drawer__link:hover {
  color: #333333;
  opacity: 1;
}
.nav-drawer__link-main {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  min-width: 100px;
  height: 100%;
  padding: 0 15px;
  text-align: right;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 300;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .nav-drawer__link-main {
    font-size: 1.8rem;
  }
}
.nav-drawer__menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 18px 0 0 0;
}
.nav-drawer__button-close {
  position: relative;
  width: 6rem;
  height: 2.4rem;
  background: #333333;
  border-radius: 50vh;
  margin: 0 15px 0 auto;
  padding: 0;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.nav-drawer__button-close:hover, .nav-drawer__button-close:focus {
  outline: none;
  background: #404040;
}
.nav-drawer__button-close-txt {
  display: block;
  padding: 4px 8px;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}
.nav-drawer__overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: var(--nav-drawer-duration);
          animation-duration: var(--nav-drawer-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: rgba(0, 0, 0, 0.35);
}
.nav-drawer[data-open=true] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-appeared;
          animation-name: menu-overlay-appeared;
}
.nav-drawer[data-open=false] .nav-drawer__overlay {
  -webkit-animation-name: menu-overlay-leaved;
          animation-name: menu-overlay-leaved;
}

.nav-pagetop {
  position: fixed;
  z-index: -1000;
  right: 15px;
  bottom: 50px;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
  height: 60px;
  cursor: pointer;
  opacity: 0;
  color: #ffffff;
  border-radius: 50%;
  background: #333333;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-pagetop.active {
  z-index: 1000;
  opacity: 1;
}
.nav-pagetop:before {
  display: block;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5ce";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-pagetop:after {
  content: "PAGETOP";
  display: block;
  padding: 4px 0;
}
.nav-pagetop:hover {
  background: #c8a539;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.nav-pagetop:hover:before {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.nav-cat {
  margin: 2rem auto 4rem;
}
.nav-cat__guide {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1.5rem;
}
.nav-cat__block {
  position: relative;
}
.nav-cat__panel {
  position: absolute;
  top: 120%;
  left: 0;
  width: 100%;
  min-width: 20rem;
  background: #ffffff;
  border: #999999 1px solid;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  z-index: 20;
  display: none;
}
.nav-cat__panel.is-active {
  display: block;
}
.nav-cat__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-cat__list-item {
  margin-bottom: 0.5rem;
}
.nav-cat__link {
  display: block;
  color: #333333;
  text-decoration: none;
}
.nav-cat__link:hover {
  text-decoration: underline;
}
.nav-cat__btn {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #ffffff;
  color: #333333;
  border-radius: 50vh;
  border: #333333 1px solid;
  padding: 1rem 1.5rem;
  min-width: 14rem;
}
@media screen and (min-width: 768px) {
  .nav-cat__btn {
    min-width: 20rem;
  }
}
.nav-cat__btn .icn {
  margin-left: 0.5rem;
}

.mainvisual {
  position: relative;
  background-image: url("images/mv_sp.webp");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@supports (background-image: format("webp")) {
  .mainvisual {
    background-image: url("images/mv_sp.webp");
  }
}
@media screen and (min-width: 768px) {
  .mainvisual {
    background-image: url("images/mv_pc.webp");
    background-repeat: no-repeat;
  }
  @supports (background-image: format("webp")) {
    .mainvisual {
      background-image: url("images/mv_pc.webp");
    }
  }
}
.mainvisual__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: unset;
  -webkit-box-pack: unset;
          justify-content: unset;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 140rem;
  margin: 0 auto;
  padding: 10rem 15px 0;
  text-align: left;
  position: relative;
  z-index: 1;
  height: 100vh;
}
.mainvisual__txt-main {
  margin-top: 46%;
  padding-left: 1.5rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 3.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mainvisual__txt-main {
    font-size: 5.4rem;
    padding-left: 0;
  }
}
.mainvisual__txt-sub {
  padding-top: 1.5rem;
  padding-left: 1.5rem;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .mainvisual__txt-sub {
    padding-left: 0;
    font-size: 1.8rem;
  }
}

.scrolldown {
  position: absolute;
  z-index: 1;
  right: 10%;
  bottom: 30px;
}
@media screen and (min-width: 768px) {
  .scrolldown {
    bottom: 5%;
  }
}
.scrolldown span {
  position: absolute;
  bottom: -2px;
  left: 10px;
  width: 10px;
  height: auto;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ffffff;
  font-size: 10px;
  line-height: 1.25;
}
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  border-radius: 50%;
  background: #ffffff;
}
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 50px;
  background: #ffffff;
}

.pagevisual__owner, .pagevisual__recruit, .pagevisual__company, .pagevisual__faq, .pagevisual__blog, .pagevisual__works, .pagevisual__service, .pagevisual__feature {
  position: relative;
  z-index: 0;
  margin: 0;
  padding-top: calc(6rem + 6.4rem);
  padding-bottom: 6.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
@media screen and (min-width: 992px) {
  .pagevisual__owner, .pagevisual__recruit, .pagevisual__company, .pagevisual__faq, .pagevisual__blog, .pagevisual__works, .pagevisual__service, .pagevisual__feature {
    height: 40vh;
  }
}

.pagevisual__feature {
  background-image: url("images/mv_page_feature_sp.webp");
}
@media screen and (min-width: 992px) {
  .pagevisual__feature {
    background-image: url("images/mv_page_feature_pc.webp");
  }
}
.pagevisual__service {
  background-image: url("images/mv_page_service_sp.webp");
}
@media screen and (min-width: 992px) {
  .pagevisual__service {
    background-image: url("images/mv_page_service_pc.webp");
  }
}
.pagevisual__works {
  background-image: url("images/mv_page_works_sp.webp");
}
@media screen and (min-width: 992px) {
  .pagevisual__works {
    background-image: url("images/mv_page_works_pc.webp");
  }
}
.pagevisual__blog {
  background-image: url("images/mv_page_blog_sp.webp");
}
@media screen and (min-width: 992px) {
  .pagevisual__blog {
    background-image: url("images/mv_page_blog_pc.webp");
  }
}
.pagevisual__faq {
  background-image: url("images/mv_page_faq_sp.webp");
}
@media screen and (min-width: 992px) {
  .pagevisual__faq {
    background-image: url("images/mv_page_faq_pc.webp");
  }
}
.pagevisual__company {
  background-image: url("images/mv_page_company_sp.webp");
}
@media screen and (min-width: 992px) {
  .pagevisual__company {
    background-image: url("images/mv_page_company_pc.webp");
  }
}
.pagevisual__recruit {
  background-image: url("images/mv_page_recruit_sp.webp");
}
@media screen and (min-width: 992px) {
  .pagevisual__recruit {
    background-image: url("images/mv_page_recruit_pc.webp");
  }
}
.pagevisual__owner {
  background-image: url("images/mv_page_owner_sp.webp");
}
@media screen and (min-width: 992px) {
  .pagevisual__owner {
    background-image: url("images/mv_page_owner_pc.webp");
  }
}
.pagevisual__none {
  position: relative;
  z-index: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.pagevisual__none .pagevisual__container {
  position: initial;
  margin: 6.4rem auto 0;
  padding: 15px 15px 0;
  height: auto;
  border-top: #666666 1px solid;
  -webkit-transform: none;
          transform: none;
}
@media screen and (min-width: 992px) {
  .pagevisual__none .pagevisual__container {
    margin: 13.6rem auto 0;
  }
}
.pagevisual__none .pagevisual__txt-main {
  color: #666666;
  text-shadow: none;
}
.pagevisual__none .pagevisual__txt-sub {
  color: #666666;
  text-shadow: none;
}
.pagevisual__recruit-cat .pagevisual__container {
  padding: 1.5rem 1.5rem 4rem;
}
.pagevisual__recruit-cat .pagevisual__thumb {
  display: block;
}
.pagevisual__recruit-cat .pagevisual__img {
  height: auto;
}
.pagevisual__recruit-cat .pagevisual__txt-main {
  margin-top: 1.5rem;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: none;
}
.pagevisual__recruit-cat .pagevisual__txt-sub {
  margin-top: 2.4rem;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: none;
}
.pagevisual__recruit-cat .pagevisual__message {
  margin-top: 2.4rem;
  font-size: 1.4rem;
}
.pagevisual__contact .pagevisual__container {
  padding: 1.5rem;
  text-align: center;
}
.pagevisual__contact .pagevisual__txt-main {
  margin-top: 1.5rem;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-shadow: none;
}
.pagevisual__contact .pagevisual__txt-sub {
  margin-top: 2.4rem;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: none;
}
.pagevisual__contact .pagevisual__message {
  margin-top: 4rem;
  font-size: 1.4rem;
}
.pagevisual__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .pagevisual__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .pagevisual__container {
    padding: 30rem 15px 15px;
    height: 35vh;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.pagevisual__txt-main {
  font-size: 2.8rem;
  color: #ffffff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 992px) {
  .pagevisual__txt-main {
    font-size: 4rem;
  }
}
.pagevisual__txt-sub {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.2rem;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.breadcrumbs__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0.8rem 15px;
}
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__list-item {
  font-size: 1.6rem;
}
.breadcrumbs__list-item:not(:first-child)::before {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5cc";
}
.breadcrumbs__link {
  color: #000000;
}
.breadcrumbs__link:hover, .breadcrumbs__link:focus {
  text-decoration: underline;
}

.page-heading__content {
  margin: 0;
  padding: 0;
}
.page-heading__content--left {
  text-align: left;
}
.page-heading__content--center {
  text-align: center;
}
.page-heading__content--right {
  text-align: right;
}
.page-heading__txt-main {
  font-size: 2.8rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 992px) {
  .page-heading__txt-main {
    font-size: 4.2rem;
  }
}
.page-heading__content--left .page-heading__txt-main::after {
  margin-right: auto;
  margin-left: 0;
}
.page-heading__content--center .page-heading__txt-main::after {
  margin-right: auto;
  margin-left: auto;
}
.page-heading__content--right .page-heading__txt-main::after {
  margin-right: 0;
  margin-left: auto;
}
.page-heading__txt-sub {
  color: #666666;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .page-heading__txt-sub {
    font-size: 1.6rem;
  }
}
.page-heading__message {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 6.4rem;
  text-align: center;
  color: #666666;
  font-size: 1.6rem;
  font-weight: 400;
}

.page-heading-sub__content {
  margin: 0;
  padding: 0;
}
.page-heading-sub__content--left {
  text-align: left;
}
.page-heading-sub__content--center {
  text-align: center;
}
.page-heading-sub__content--right {
  text-align: right;
}
.page-heading-sub__txt {
  position: relative;
  font-size: 2.4rem;
}
.page-heading-sub__txt:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1.6em;
  margin-right: 0.8rem;
  vertical-align: middle;
  border-radius: 3px;
  background: #f09da7;
}
.page-heading-sub__message {
  margin: 0 auto;
  padding-top: 1.6rem;
  color: #eeeeed;
  font-size: 1.6rem;
  font-weight: 400;
}

.footer {
  position: relative;
  z-index: 3;
  background-color: #f2f2f2;
}
@media screen and (min-width: 992px) {
  .footer {
    background-image: url("images/bg_footer.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
  }
  @supports (background-image: format("webp")) {
    .footer {
      background-image: url("images/bg_footer.webp");
    }
  }
}
.footer__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 8rem 15px 1.5rem;
}
@media screen and (min-width: 992px) {
  .footer__container {
    padding: 8rem 15px 12.8rem;
  }
}
.footer__content {
  background-color: #f2f2f2;
}
@media screen and (min-width: 992px) {
  .footer__content {
    max-width: 50rem;
    margin-right: auto;
    padding: 4rem;
  }
}
.footer .footer-menu {
  margin: 0;
  list-style: none;
}
.footer .footer-menu__item {
  border-bottom: #666666 1px solid;
}
.footer .footer-menu__item:first-child {
  border-top: #666666 1px solid;
}
.footer .footer-menu__link {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1.5rem 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer-menu__link:hover .footer-menu__ttl, .footer .footer-menu__link:focus .footer-menu__ttl {
  color: #ceae4d;
}
.footer .footer-menu__ttl {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  font-size: 1.8rem;
}
.footer .footer-menu__sub-ttl {
  font-family: "Noto Sans JP", sans-serif;
  color: #666666;
  font-size: 1.2rem;
}
.footer__copy {
  display: block;
  margin-top: 4rem;
  padding: 1.5rem 0;
  text-align: center;
  color: #666666;
  font-size: 1.2rem;
}

.js-open_modal {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-evenly;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 160px;
  height: 40px;
  padding: 0.25rem 0.5rem;
  border-radius: 100vh;
  background-color: #eeeeed;
  font-size: 14px;
  font-size: 0.875rem;
}
.js-open_modal img {
  width: 22px;
}
.js-open_modal.is_active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.js-modal_area {
  position: fixed;
  z-index: 100;
  top: 70px;
  left: 0;
  display: none;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 25px;
  background-color: #ffffff;
}
.js-modal_area .bl_list_unit {
  margin-bottom: 2rem;
}
.js-modal_area .bl_list_unit .bl_list_head {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.js-modal_area .bl_list_unit .bl_list_head .el_list_date {
  letter-spacing: 0.1em;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.js-modal_area .bl_list_unit .bl_list_head .el_list_cat {
  display: inline-block;
  margin-left: 1rem;
  padding: 4px 10px;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 5px;
  background-color: #666666;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
}
.js-modal_area .bl_list_unit .bl_list_body {
  width: 100%;
  margin-bottom: 1.5rem;
}
.js-modal_area .js-close_modal {
  position: relative;
  width: 260px;
  margin: 3rem auto;
  padding: 10px;
  cursor: pointer;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  background-color: #eeeeed;
  font-size: 14px;
  font-size: 0.875rem;
}
.js-modal_area .js-close_modal i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.photo-modal {
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-animation-duration: var(--photo-modal-duration);
          animation-duration: var(--photo-modal-duration);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.photo-modal[data-open=true] {
  -webkit-animation-name: modal-photo-open;
          animation-name: modal-photo-open;
}
.photo-modal[data-open=false] {
  -webkit-animation-name: modal-photo-close;
          animation-name: modal-photo-close;
}
.photo-modal__container {
  overflow: auto;
  max-width: 800px;
  max-height: 80%;
  margin: auto;
}
.photo-modal__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.photo-modal .photo-modal__button--next, .photo-modal .photo-modal__button--prev, .photo-modal .photo-modal__button--close, .photo-modal .photo-modal__button {
  position: absolute;
  width: 4rem;
  height: 4rem;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  color: #ffffff;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.photo-modal .photo-modal__button--next:hover, .photo-modal .photo-modal__button--prev:hover, .photo-modal .photo-modal__button--close:hover, .photo-modal .photo-modal__button:hover, .photo-modal .photo-modal__button--next:focus, .photo-modal .photo-modal__button--prev:focus, .photo-modal .photo-modal__button--close:focus, .photo-modal .photo-modal__button:focus {
  color: #f2f2f2;
  outline: none;
}
.photo-modal .photo-modal__button--next::before, .photo-modal .photo-modal__button--prev::before, .photo-modal .photo-modal__button--close::before, .photo-modal .photo-modal__button::before {
  font-size: 2.5rem;
}
.photo-modal__button--close {
  top: 0;
  right: 0;
}
.photo-modal__button--close::before {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5cd";
}
.photo-modal__button--prev {
  top: 50%;
  left: 0;
}
.photo-modal__button--prev::before {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5cb";
}
.photo-modal__button--next {
  top: 50%;
  right: 0;
}
.photo-modal__button--next::before {
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5cc";
}
.photo-modal__overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}

.button-guide {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
  padding: 1.5rem 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #ba7c89;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .button-guide {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.button-guide::after {
  content: "";
  background-image: url("images/icn_arrow_right03.svg");
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 1rem;
  width: 42px;
  height: 10px;
}
@supports (background-image: format("webp")) {
  .button-guide::after {
    background-image: url("images/icn_arrow_right03.webp");
  }
}
.button-guide:hover, .button-guide:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-guide:hover::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 2rem;
}

.button-guide-arrow {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0;
  padding: 2.5rem 0;
  border: none;
  position: absolute;
  top: 5px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .button-guide-arrow {
    top: 30px;
    right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .button-guide-arrow {
    top: 40px;
    right: 15px;
  }
}
.button-guide-arrow__img {
  width: 60px;
  height: 27px;
}
.button-guide-arrow:hover, .button-guide-arrow:focus {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  right: -10px;
}
@media screen and (min-width: 768px) {
  .button-guide-arrow:hover, .button-guide-arrow:focus {
    right: 5px;
  }
}
@media screen and (min-width: 992px) {
  .button-guide-arrow:hover, .button-guide-arrow:focus {
    right: 5px;
  }
}

.button-guide-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 1.5rem 0 0;
  padding: 1.2rem 0;
  background-color: #666666;
  color: #ffffff;
  border: #666666 1px solid;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-guide-box:hover, .button-guide-box:focus {
  background-color: #ffffff;
  color: #666666;
  border: #666666 1px solid;
}

.button-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 60rem;
  margin: 0 auto;
}
.button-detail .button-detail__button--next, .button-detail .button-detail__button--prev, .button-detail .button-detail__button--back, .button-detail .button-detail__button {
  margin: 0 auto 2.5rem;
  padding: 1.5rem 2.5rem;
  color: #000000;
  border: #666666 1px solid;
  border-radius: 50vh;
  background: #ffffff;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 22rem;
  font-size: 1.4rem;
}
.button-detail .button-detail__button--next:hover, .button-detail .button-detail__button--prev:hover, .button-detail .button-detail__button--back:hover, .button-detail .button-detail__button:hover, .button-detail .button-detail__button--next:focus, .button-detail .button-detail__button--prev:focus, .button-detail .button-detail__button--back:focus, .button-detail .button-detail__button:focus {
  color: #ffffff;
  background: #333333;
}
.button-detail__button--btn {
  width: 100%;
  margin: 0 auto 2.5rem;
  padding: 1.5rem 2.5rem;
  border: #666666 1px solid;
  background-color: #666666;
  color: #ffffff;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 25rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.button-detail__button--btn:hover {
  border: #666666 1px solid;
  background-color: #ffffff;
  color: #666666;
}
.button-detail__button--back {
  width: 100%;
}
.button-detail__button--prev {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .button-detail__button--prev {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
.button-detail__button--prev:before {
  margin-right: 0.8rem;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5cb";
}
.button-detail__button--next {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .button-detail__button--next {
    width: calc(50% - 15px);
    margin-left: 15px;
  }
}
.button-detail__button--next:after {
  margin-left: 0.8rem;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  direction: ltr;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  content: "\e5cc";
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 5.4rem;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wp-pagenavi a {
  padding: 1.2rem 1.6rem;
  text-align: center;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  margin: 0.5rem 0.3rem;
  color: #000000;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.wp-pagenavi a:hover, .wp-pagenavi a:focus {
  color: #ffffff;
  background-color: #ceae4d;
}
.wp-pagenavi span {
  padding: 1.2rem 1.6rem;
  text-align: center;
  border-radius: 6px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  color: #000000;
  background-color: #ffffff;
  margin: 0.5rem 0.3rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.wp-pagenavi span.current {
  color: #ffffff;
  background-color: #ceae4d;
}

@media screen and (min-width: 992px) {
  .form__form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form__form-group:not(:first-child) {
  margin-top: 1em;
}
.form__form-group-ttl {
  padding: 1rem;
  background-color: #eeeeed;
  color: #000000;
  font-weight: 500;
  display: block;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .form__form-group-ttl {
    width: 260px;
    padding: 1.6rem;
  }
}
.form .bg-none {
  background-color: transparent;
}
.form .hidden {
  display: none !important;
}
.form__form-group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0;
}
@media screen and (min-width: 992px) {
  .form__form-group-content {
    width: calc(100% - 260px);
    padding: 0 1.5rem;
  }
}
.form .form__label--required, .form .form__label--item-name, .form .form__label {
  display: inline-block;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1;
}
.form__label--item-name {
  color: #000000;
}
.form__label--required {
  color: #d00000;
  font-size: 1.8rem;
}
.form__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form__list-item {
  margin-bottom: 0.6rem;
}
.form .form__input--check, .form .form__input--radio, .form .form__input--select, .form .form__input--txtarea-half, .form .form__input--txtarea, .form .form__input--txt-half, .form .form__input--txt, .form .form__input {
  position: relative;
  width: 100%;
  padding: 0.4rem;
}
.form .form__input--select select, .form__input--select .form select, .form .form__input--txtarea-half textarea, .form__input--txtarea-half .form textarea, .form .form__input--txtarea textarea, .form__input--txtarea .form textarea, .form .form__input--txt-half input, .form__input--txt-half .form input, .form .form__input--txt input, .form__input--txt .form input {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0;
  border: 2px solid #eeeeed;
  outline: none;
  background: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* 旧Edge対応 */
  /* IE対応 */
}
.form .form__input--select select::-ms-expand, .form__input--select .form select::-ms-expand, .form .form__input--txtarea-half textarea::-ms-expand, .form__input--txtarea-half .form textarea::-ms-expand, .form .form__input--txtarea textarea::-ms-expand, .form__input--txtarea .form textarea::-ms-expand, .form .form__input--txt-half input::-ms-expand, .form__input--txt-half .form input::-ms-expand, .form .form__input--txt input::-ms-expand, .form__input--txt .form input::-ms-expand {
  display: none;
}
.form .form__input--select select::-webkit-input-placeholder, .form__input--select .form select::-webkit-input-placeholder, .form .form__input--txtarea-half textarea::-webkit-input-placeholder, .form__input--txtarea-half .form textarea::-webkit-input-placeholder, .form .form__input--txtarea textarea::-webkit-input-placeholder, .form__input--txtarea .form textarea::-webkit-input-placeholder, .form .form__input--txt-half input::-webkit-input-placeholder, .form__input--txt-half .form input::-webkit-input-placeholder, .form .form__input--txt input::-webkit-input-placeholder, .form__input--txt .form input::-webkit-input-placeholder {
  color: #cccccc;
}
.form .form__input--select select::-moz-placeholder, .form__input--select .form select::-moz-placeholder, .form .form__input--txtarea-half textarea::-moz-placeholder, .form__input--txtarea-half .form textarea::-moz-placeholder, .form .form__input--txtarea textarea::-moz-placeholder, .form__input--txtarea .form textarea::-moz-placeholder, .form .form__input--txt-half input::-moz-placeholder, .form__input--txt-half .form input::-moz-placeholder, .form .form__input--txt input::-moz-placeholder, .form__input--txt .form input::-moz-placeholder {
  color: #cccccc;
}
.form .form__input--select select:-ms-input-placeholder, .form__input--select .form select:-ms-input-placeholder, .form .form__input--txtarea-half textarea:-ms-input-placeholder, .form__input--txtarea-half .form textarea:-ms-input-placeholder, .form .form__input--txtarea textarea:-ms-input-placeholder, .form__input--txtarea .form textarea:-ms-input-placeholder, .form .form__input--txt-half input:-ms-input-placeholder, .form__input--txt-half .form input:-ms-input-placeholder, .form .form__input--txt input:-ms-input-placeholder, .form__input--txt .form input:-ms-input-placeholder {
  color: #cccccc;
}
.form .form__input--select select::-ms-input-placeholder, .form__input--select .form select::-ms-input-placeholder, .form .form__input--txtarea-half textarea::-ms-input-placeholder, .form__input--txtarea-half .form textarea::-ms-input-placeholder, .form .form__input--txtarea textarea::-ms-input-placeholder, .form__input--txtarea .form textarea::-ms-input-placeholder, .form .form__input--txt-half input::-ms-input-placeholder, .form__input--txt-half .form input::-ms-input-placeholder, .form .form__input--txt input::-ms-input-placeholder, .form__input--txt .form input::-ms-input-placeholder {
  color: #cccccc;
}
.form .form__input--select select::placeholder, .form__input--select .form select::placeholder, .form .form__input--txtarea-half textarea::placeholder, .form__input--txtarea-half .form textarea::placeholder, .form .form__input--txtarea textarea::placeholder, .form__input--txtarea .form textarea::placeholder, .form .form__input--txt-half input::placeholder, .form__input--txt-half .form input::placeholder, .form .form__input--txt input::placeholder, .form__input--txt .form input::placeholder {
  color: #cccccc;
}
.form .form__input--select select::-ms-input-placeholder, .form__input--select .form select::-ms-input-placeholder, .form .form__input--txtarea-half textarea::-ms-input-placeholder, .form__input--txtarea-half .form textarea::-ms-input-placeholder, .form .form__input--txtarea textarea::-ms-input-placeholder, .form__input--txtarea .form textarea::-ms-input-placeholder, .form .form__input--txt-half input::-ms-input-placeholder, .form__input--txt-half .form input::-ms-input-placeholder, .form .form__input--txt input::-ms-input-placeholder, .form__input--txt .form input::-ms-input-placeholder {
  color: #cccccc;
}
.form .form__input--select select:-ms-input-placeholder, .form__input--select .form select:-ms-input-placeholder, .form .form__input--txtarea-half textarea:-ms-input-placeholder, .form__input--txtarea-half .form textarea:-ms-input-placeholder, .form .form__input--txtarea textarea:-ms-input-placeholder, .form__input--txtarea .form textarea:-ms-input-placeholder, .form .form__input--txt-half input:-ms-input-placeholder, .form__input--txt-half .form input:-ms-input-placeholder, .form .form__input--txt input:-ms-input-placeholder, .form__input--txt .form input:-ms-input-placeholder {
  color: #cccccc;
}
.form .form__input--txt-half input, .form__input--txt-half .form input, .form .form__input--txt input, .form__input--txt .form input {
  padding: 0.8rem 1.6rem;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.form .form__input--txt-half input:focus, .form__input--txt-half .form input:focus, .form .form__input--txt input:focus, .form__input--txt .form input:focus {
  border: 2px solid #ceae4d;
}
.form .form__input--txtarea-half textarea, .form__input--txtarea-half .form textarea, .form .form__input--txtarea textarea, .form__input--txtarea .form textarea {
  padding: 1.6rem;
  -webkit-transition: border-color 0.4s;
  transition: border-color 0.4s;
}
.form .form__input--txtarea-half textarea:focus, .form__input--txtarea-half .form textarea:focus, .form .form__input--txtarea textarea:focus, .form__input--txtarea .form textarea:focus {
  border: 2px solid #ceae4d;
}
.form__input--txt span {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
}
.form__input--txt-half {
  max-width: 50%;
}
.form__input--txtarea {
  width: 100%;
}
.form__input--txtarea span {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
}
.form__input--txtarea textarea {
  width: 100%;
}
.form__input--txtarea-half {
  max-width: 50%;
}
.form__input--select {
  width: 100%;
}
.form__input--select span {
  display: block;
  width: 100%;
  padding: 0.8rem 0;
}
.form__input--select select {
  padding: 0.8rem 2.4rem 0.8rem 1.6rem;
  cursor: pointer;
}
.form__input--select::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  right: 15px;
  bottom: 0;
  display: inline-block;
  width: 0;
  height: 0;
  margin: auto 0;
  pointer-events: none;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
}
.form__input--radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.form__input--radio .radio-input {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  visibility: visible !important;
  overflow: hidden !important;
  width: 4px !important;
  height: 4px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none !important;
}
.form__input--radio .radio-icon {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 0.8rem;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
.form__input--radio .radio-icon:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: auto;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  border-radius: 50%;
  background: #ceae4d;
}
.form__input--radio .radio-txt {
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  color: #cccccc;
}
.form__input--radio .radio-input:checked + .radio-icon {
  border-color: #ceae4d;
}
.form__input--radio .radio-input:checked + .radio-icon:before {
  opacity: 1;
}
.form__input--radio .radio-input:checked ~ .radio-txt {
  color: #ceae4d;
}
.form__input--check {
  display: block;
  cursor: pointer;
}
.form__input--check .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}
.form__input--check .mwform-checkbox-field {
  display: block;
  margin-bottom: 1.5rem;
}
.form__input--check .mwform-checkbox-field label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.form__input--check .mwform-checkbox-field label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.form__input--check .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  border-color: #ceae4d;
}
.form__input--check .mwform-checkbox-field label .mwform-checkbox-field-text {
  position: relative;
  padding-left: 3.3rem;
  color: #000000;
}
.form__input--check .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #eeeeed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form__input--check .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0.7rem;
  width: 1.2rem;
  height: 0.6rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.form__input--check .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text {
  color: #ceae4d;
}
.form__input--check .mwform-checkbox-field label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  border-left: 2px solid #ceae4d;
  border-bottom: 2px solid #ceae4d;
  opacity: 1;
}

.mw_wp_form_confirm .form__form-group .form__form-group-content .form__input--txt span,
.mw_wp_form_confirm .form__form-group .form__form-group-content .form__input--select span {
  display: none;
}
.mw_wp_form_confirm .form__form-group .form__form-group-content .form__input--select::after {
  display: none;
}

.table-overview {
  width: 100%;
  text-align: left;
  line-height: 1.8;
}
.table-overview tr th {
  width: 16rem;
  padding: 0.8rem;
  vertical-align: top;
}
.table-overview tr td {
  width: calc(100% - 16rem);
  padding: 0.8rem 1.6rem;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .feature-list__item {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.feature-list__item:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .feature-list__item:not(:first-child) {
    margin-top: 6.4rem;
  }
}
.feature-list__thumb {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .feature-list__thumb {
    width: 35rem;
  }
}
@media screen and (min-width: 992px) {
  .feature-list__thumb {
    width: 44rem;
  }
}
.feature-list__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.feature-list__content {
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .feature-list__content {
    width: calc(100% - 38rem);
  }
}
@media screen and (min-width: 992px) {
  .feature-list__content {
    width: calc(100% - 50rem);
  }
}
.feature-list__ttl {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .feature-list__ttl {
    margin-top: 0;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 992px) {
  .feature-list__ttl {
    font-size: 2.4rem;
  }
}
.feature-list__txt {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.service-item__thumb {
  overflow: hidden;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-item__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 44rem;
  height: auto;
}
.service-item__content {
  position: relative;
  padding: 1.5rem 0;
}
.service-item__content-ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .service-item__content-ttl {
    font-size: 2.6rem;
  }
}
.service-item__content-sub {
  color: #666666;
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .service-item__content-sub {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .service-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .service-content-item__thumb {
    width: 30rem;
  }
}
.service-content-item__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.service-content-item__content {
  padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  .service-content-item__content {
    width: calc(100% - 30rem);
    padding: 0 0 0 3.2rem;
  }
}
.service-content-item__content-ttl {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .service-content-item__content-ttl {
    font-size: 2.4rem;
  }
}
.service-content-item__content-txt {
  font-size: 1.4rem;
}

.voice-list {
  position: relative;
  padding: 0 1.5rem;
}
@media screen and (min-width: 992px) {
  .voice-list {
    padding: 0;
  }
}
.voice-list .slick-prev,
.voice-list .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  top: 20%;
}
@media screen and (min-width: 768px) {
  .voice-list .slick-prev,
  .voice-list .slick-next {
    top: 13%;
  }
}
@media screen and (min-width: 992px) {
  .voice-list .slick-prev,
  .voice-list .slick-next {
    top: 15%;
  }
}
.voice-list .slick-prev:before,
.voice-list .slick-next:before {
  color: #666666;
}
.voice-list .slick-prev::before,
.voice-list .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.voice-list .slick-prev {
  left: -10px;
}
@media screen and (min-width: 992px) {
  .voice-list .slick-prev {
    left: -25px;
  }
}
.voice-list .slick-prev::before {
  background-image: url("images/icn_slide_arrow_left02.svg");
  background-repeat: no-repeat;
}
@supports (background-image: format("webp")) {
  .voice-list .slick-prev::before {
    background-image: url("images/icn_slide_arrow_left02.webp");
  }
}
.voice-list .slick-next {
  right: -10px;
}
@media screen and (min-width: 992px) {
  .voice-list .slick-next {
    right: -25px;
  }
}
.voice-list .slick-next::before {
  background-image: url("images/icn_slide_arrow_right02.svg");
  background-repeat: no-repeat;
}
@supports (background-image: format("webp")) {
  .voice-list .slick-next::before {
    background-image: url("images/icn_slide_arrow_right02.webp");
  }
}
@media screen and (min-width: 992px) {
  .voice-list__item {
    margin: 0 1.5rem;
  }
}
.voice-list__img-group {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.voice-list__thumb {
  position: relative;
  width: 50%;
}
.voice-list__thumb:nth-child(1)::after {
  content: "Before";
  display: block;
  margin-top: 0.5rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .voice-list__thumb:nth-child(1)::after {
    font-size: 1.8rem;
  }
}
.voice-list__thumb:nth-child(2)::after {
  content: "After";
  display: block;
  margin-top: 0.5rem;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .voice-list__thumb:nth-child(2)::after {
    font-size: 1.8rem;
  }
}
.voice-list__img {
  width: 100%;
}
.voice-list__txt-group {
  margin-top: 1.5rem;
}
.voice-list__ttl {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .voice-list__ttl {
    font-size: 2rem;
  }
}
.voice-list__info {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .voice-list__info {
    font-size: 1.6rem;
  }
}
.voice-list__txt {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .voice-list__txt {
    font-size: 1.6rem;
  }
}

.flow-list {
  counter-reset: flow;
}
.flow-list__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5rem;
  counter-increment: flow;
}
.flow-list__item::before {
  content: counter(flow, decimal-leading-zero);
  display: block;
  margin: 0.5rem auto;
  width: 2ch;
  text-align: center;
  color: #666666;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .flow-list__item::before {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .flow-list__item::before {
    font-size: 2.2rem;
  }
}
.flow-list__item::after {
  content: "";
  display: block;
  width: 7rem;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .flow-list__item::after {
    top: 6rem;
  }
}
.flow-list__content {
  width: 100%;
  padding: 1.5rem;
}
.flow-list__ttl {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .flow-list__ttl {
    font-size: 2.4rem;
  }
}
.flow-list__txt {
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .price-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 4rem;
  }
}
.price-list__item {
  padding: 1.5rem 0;
}
.price-list__content {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  padding-bottom: 0.5rem;
  border-bottom: #666666 1px solid;
}
.price-list__ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .price-list__ttl {
    font-size: 2.4rem;
  }
}
.price-list__txt {
  margin-top: 1.5rem;
  font-size: 1.4rem;
}

.works-item {
  display: block;
  max-width: 38rem;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works-item__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.works-item__img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-item__content {
  position: relative;
  padding: 0.8rem;
}
@media screen and (min-width: 992px) {
  .works-item__content {
    padding: 1.6rem;
  }
}
.works-item__content-guide .button-guide-arrow {
  display: inline-block;
  padding: 12px 0;
  top: 40px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.works-item:hover .works-item__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.works-item:hover .works-item__button-more {
  color: #ffffff;
  background: #000000;
}
.works-item:hover .works-item__button-more:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.works-item:hover .button-guide-arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.works-content {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 2;
}
.works-content h1 {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
}
.works-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.works-content h3 {
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-size: 1.8rem;
}
.works-content h4 {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
.works-content h5 {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
}
.works-content h6 {
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}
.works-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 3rem;
}
.works-content p {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.works-content ul {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.works-content ol {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.works-content .box {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2.5rem;
  border: 4px solid #eeeeed;
}
.works-content .voice__container {
  padding: 2.4rem 15px;
}
.works-content .voice__content {
  margin-top: 1.5rem;
  padding: 0;
}
.works-content .voice-list {
  margin: 0 auto;
  padding: 0;
}
.works-content .voice-list__item {
  margin: 0;
}
.works-content .voice-list__img {
  margin-bottom: 0;
}

.blog-item {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .blog-item {
    max-width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .blog-item {
    max-width: initial;
  }
}
.blog-item__thumb {
  width: 100%;
}
.blog-item__img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.blog-item__content {
  position: relative;
  width: 100%;
  padding: 1.5rem 0;
}
.blog-item__date {
  display: block;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #666666;
  font-weight: 300;
  font-size: 1.4rem;
  padding-bottom: 0.5rem;
  border-bottom: #666666 1px solid;
}
@media screen and (min-width: 768px) {
  .blog-item__date {
    font-size: 1.6rem;
  }
}
.blog-item__ttl {
  margin-top: 0.8rem;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .blog-item__ttl {
    font-size: 2rem;
  }
}
.blog-item__read {
  margin-top: 0.8rem;
  color: #666666;
  font-size: 1.4rem;
}
.blog-item__button {
  text-align: right;
}
.blog-item__content-guide .button-guide-arrow {
  display: inline-block;
  padding: 0;
  top: auto;
  bottom: -20px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-item:hover .blog-item__button-more {
  color: #000000;
  background: #e5e5e5;
}
.blog-item:hover .button-guide-arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.blog-content {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 2;
}
.blog-content h1 {
  margin-top: 2.4rem;
  margin-bottom: 1.2rem;
  font-size: 2.4rem;
}
.blog-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}
.blog-content h3 {
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-size: 1.8rem;
}
.blog-content h4 {
  margin-top: 1.6rem;
  margin-bottom: 0.8rem;
  font-size: 1.6rem;
}
.blog-content h5 {
  margin-top: 1.4rem;
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
}
.blog-content h6 {
  margin-top: 1.2rem;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}
.blog-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto 3rem;
}
.blog-content p {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.blog-content ul {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.blog-content ol {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.blog-content .box {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 2.5rem;
  border: 4px solid #eeeeed;
}

.faq-list__q {
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 2rem 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .faq-list__q {
    font-size: 1.6rem;
  }
}
.faq-list__q::before {
  content: "Q";
  position: absolute;
  top: -15px;
  left: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
}
.faq-list__q::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 94%;
  height: 1px;
  background-color: #666666;
}
.faq-list__q:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (min-width: 992px) {
  .faq-list__q:not(:first-child) {
    margin-top: 4.8rem;
  }
}
.faq-list__q--inner {
  position: relative;
  padding-right: 2rem;
}
.faq-list__q--inner::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.2rem;
  font-weight: bold;
  color: #666666;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq-list__q.close .faq-list__q--inner::after {
  content: "−";
}
.faq-list__a {
  position: relative;
  display: none;
  margin-top: 1rem;
  padding: 2rem 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .faq-list__a {
    font-size: 1.6rem;
  }
}
.faq-list__a::before {
  content: "A";
  position: absolute;
  top: -15px;
  left: 0;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 2rem;
}
.faq-list__a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 94%;
  height: 1px;
  background-color: #666666;
}

.content-columns {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .content-columns {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.content-columns:not(:last-of-type) {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 992px) {
  .content-columns:not(:last-of-type) {
    margin-bottom: 4.8rem;
  }
}

.content-column {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 100% !important;
}
@media screen and (min-width: 992px) {
  .content-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    max-width: calc(50% - 1rem);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.content-column:not(:first-child) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 992px) {
  .content-column:not(:first-child) {
    margin-top: 0;
  }
}
.content-column:only-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 100%;
}
.content-column:not(:only-child) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  max-width: calc(50% - 1rem);
}
.content-column__thumb {
  overflow: hidden;
}
.content-column__img {
  display: block;
  max-width: 44rem;
  width: 100%;
  margin: 0 auto;
}
.content-column__ttl {
  margin: 4rem 0 1.5rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .content-column__ttl {
    text-align: center;
    font-size: 2rem;
  }
}
.content-column__txt {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (min-width: 992px) {
  .content-column__txt {
    margin-top: 0;
    font-size: 1.6rem;
  }
}
.content-column__guide {
  margin-top: 1.5rem;
}
.content-column__guide .button-guide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.recruit-item {
  display: block;
  max-width: 38rem;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit-item__thumb {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.recruit-item__img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.recruit-item__content {
  position: relative;
  padding: 0.8rem;
}
@media screen and (min-width: 992px) {
  .recruit-item__content {
    padding: 1.6rem;
  }
}
.recruit-item__content-guide .button-guide-arrow {
  display: inline-block;
  padding: 12px 0;
  top: auto;
  bottom: -40px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit-item:hover .recruit-item__img {
  cursor: initial;
}
.recruit-item:hover .recruit-item__button-more {
  color: #ffffff;
  background: #000000;
}
.recruit-item:hover .recruit-item__button-more:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.recruit-item:hover .button-guide-arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.recruit-type-item {
  display: block;
  margin: 0 auto;
  padding: 1.5rem;
  background-color: #ffffff;
  border: #666666 1px solid;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .recruit-type-item {
    max-width: 30.667rem;
  }
}
.recruit-type-item__content {
  position: relative;
}
.recruit-type-item__content-ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
.recruit-type-item__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.8rem;
}
.recruit-type-item__list:first-of-type {
  margin-top: 1.5rem;
}
.recruit-type-item__ttl {
  font-size: 1.4rem;
}
.recruit-type-item__txt {
  font-size: 1.4rem;
  margin-left: 1rem;
  overflow-wrap: anywhere;
}
.recruit-type-item__content-txt {
  margin-top: 0.8rem;
  font-size: 1.4rem;
}
.recruit-type-item__content-guide {
  margin-top: 2rem;
}
.recruit-type-item__content-guide .button-guide {
  position: initial;
  display: block;
  padding: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recruit-type-item:hover .recruit-type-item__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.recruit-type-item:hover .recruit-type-item__button-more {
  color: #ffffff;
  background: #000000;
}
.recruit-type-item:hover .recruit-type-item__button-more:after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}
.recruit-type-item:hover .button-guide-arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

/*
 * トップページ
 * -------------------------------------------------------------------
 */
.top-feature {
  background-color: #f2f2f2;
}
.top-feature__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-feature__container {
    padding: 12.8rem 15px;
  }
}
.top-feature__heading {
  margin-bottom: 6.4rem;
}
.top-feature__content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.top-feature__guide {
  padding-top: 3.2rem;
}

.top-service {
  background: #ffffff;
}
.top-service__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-service__container {
    padding: 12.8rem 15px;
  }
}
.top-service__heading {
  margin-bottom: 4.9rem;
}
@media screen and (min-width: 768px) {
  .top-service__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 992px) {
  .top-service__content {
    gap: 4rem;
  }
}
.top-service__img-group {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-service__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .top-service__img[data-index="1"] {
    display: block;
  }
  .top-service__img.is-active {
    opacity: 1;
  }
}
.top-service__list {
  counter-reset: service;
  max-width: 44rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-service__list {
    max-width: initial;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-service__list-item {
  position: relative;
  padding: 1.5rem;
  counter-increment: service;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .top-service__list-item {
    width: 100%;
  }
}
.top-service__list-item::before {
  content: counter(service, decimal-leading-zero);
  display: inline-block;
  margin: 0.5rem 0;
  width: 2ch;
  text-align: right;
  color: #666666;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .top-service__list-item::before {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .top-service__list-item::before {
    font-size: 2.2rem;
  }
}
.top-service__list-item::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 82.5%;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 30px;
  left: 5ch;
  right: auto;
}
@media screen and (min-width: 768px) {
  .top-service__list-item::after {
    width: 86%;
    top: 33px;
    left: 5ch;
  }
}
@media screen and (min-width: 992px) {
  .top-service__list-item::after {
    width: 85%;
    top: 36px;
    left: 6ch;
  }
}
.top-works {
  background-color: #f2f2f2;
}
.top-works__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 6.4rem 0;
}
@media screen and (min-width: 992px) {
  .top-works__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .top-works__container {
    padding: 12.8rem 15px;
  }
}
.top-works__heading {
  margin-bottom: 6.4rem;
  padding: 0 15px;
}
.top-works__list {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .top-works__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-works__list .slick-prev,
.top-works__list .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 1;
}
.top-works__list .slick-prev::before,
.top-works__list .slick-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.top-works__list .slick-prev {
  left: 30px;
}
.top-works__list .slick-prev::before {
  background-image: url("images/icn_slide_arrow_left01.svg");
  background-repeat: no-repeat;
}
@supports (background-image: format("webp")) {
  .top-works__list .slick-prev::before {
    background-image: url("images/icn_slide_arrow_left01.webp");
  }
}
.top-works__list .slick-next {
  right: 30px;
}
.top-works__list .slick-next::before {
  background-image: url("images/icn_slide_arrow_right01.svg");
  background-repeat: no-repeat;
}
@supports (background-image: format("webp")) {
  .top-works__list .slick-next::before {
    background-image: url("images/icn_slide_arrow_right01.webp");
  }
}
.top-works__list-item {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .top-works__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 15px;
  }
}
.top-works__guide {
  padding: 3.2rem 15px 0;
}

.top-blog {
  background: #ffffff;
}
.top-blog__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-blog__container {
    padding: 12.8rem 15px;
  }
}
.top-blog__heading {
  margin-bottom: 6.4rem;
}
.top-blog__list {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .top-blog__list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.top-blog__list-item:not(:last-child) {
  margin: 0 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .top-blog__list-item {
    width: calc(33.3333333333% - 2rem);
  }
}
.top-blog__guide {
  padding-top: 3.2rem;
}

.top-sns {
  background-color: #f2f2f2;
}
.top-sns__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-sns__container {
    padding: 12.8rem 15px;
  }
}
.top-sns__heading {
  margin-bottom: 6.4rem;
  padding: 0 15px;
}
.top-sns__guide {
  padding: 3.2rem 15px 0;
}

.top-faq {
  background: #ffffff;
}
.top-faq__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-faq__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .top-faq__container {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.top-faq__heading {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 992px) {
  .top-faq__heading {
    margin-bottom: 0;
    width: 30%;
  }
}
.top-faq__content {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .top-faq__content {
    width: 70%;
  }
}
.top-faq__guide {
  padding-top: 3.2rem;
}
.top-faq__guide .button-guide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top-company {
  background-color: #f2f2f2;
}
.top-company__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-company__container {
    padding: 12.8rem 15px;
  }
}
.top-company__heading {
  margin-bottom: 6.4rem;
  padding: 0 15px;
}
.top-company__guide {
  padding-top: 3.2rem;
}

.top-recruit {
  background-color: #f2f2f2;
}
.top-recruit__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-recruit__container {
    padding: 12.8rem 15px;
  }
}
.top-recruit__heading {
  margin-bottom: 6.4rem;
  padding: 0 15px;
}
.top-recruit__guide {
  padding-top: 3.2rem;
}

.top-news__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .top-news__container {
    padding: 12.8rem 15px;
  }
}
.top-news__heading {
  margin-bottom: 6.4rem;
}
.top-news__list {
  display: block;
  max-width: 100rem;
  margin: 0 auto;
  padding: 0;
}
.top-news__list-item {
  display: block;
  margin: 0;
  padding: 0;
}
.top-news__list-item:not(:first-child) {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px dashed #000000;
}
.top-news__guide {
  padding-top: 6.4rem;
}

/*
 * Features
 * -------------------------------------------------------------------
 */
.feature__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 3.2rem 15px;
}
@media screen and (min-width: 992px) {
  .feature__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .feature__container {
    padding: 6.4rem 15px;
  }
}
.feature__heading .page-heading__txt-main {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 992px) {
  .feature__heading .page-heading__txt-main {
    font-size: 2.4rem;
  }
}
.feature__heading .page-heading__txt-sub {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .feature__heading .page-heading__txt-sub {
    font-size: 1.4rem;
  }
}
.feature__content {
  padding: 3.2rem 0;
}
@media screen and (min-width: 992px) {
  .feature__content {
    padding: 4.8rem 0;
  }
}

/*
 * Voice
 * -------------------------------------------------------------------
 */
.voice {
  background: #ffffff;
}
.voice__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 3.2rem 15px;
}
@media screen and (min-width: 992px) {
  .voice__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .voice__container {
    padding: 6.4rem 15px;
  }
}
.voice__content {
  padding: 3.2rem 0;
}
@media screen and (min-width: 992px) {
  .voice__content {
    padding: 4.8rem 0;
  }
}

/*
 * Service
 * -------------------------------------------------------------------
 */
.service {
  background: #ffffff;
}
.service__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .service__container {
    padding: 12.8rem 15px;
  }
}
.service__heading {
  margin-bottom: 4.9rem;
}
@media screen and (min-width: 768px) {
  .service__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 992px) {
  .service__content {
    gap: 4rem;
  }
}
.service__img-group {
  position: relative;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .service__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .service__img[data-index="1"] {
    display: block;
  }
  .service__img.is-active {
    opacity: 1;
  }
}
.service__list {
  counter-reset: service;
  max-width: 44rem;
  margin: 0 auto;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .service__list {
    max-width: initial;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service__list-item {
  position: relative;
  padding: 1.5rem;
  counter-increment: service;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .service__list-item {
    width: 100%;
  }
}
.service__list-item::before {
  content: counter(service, decimal-leading-zero);
  display: inline-block;
  margin: 0.5rem 0;
  width: 2ch;
  text-align: right;
  color: #666666;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .service__list-item::before {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) {
  .service__list-item::before {
    font-size: 2.2rem;
  }
}
.service__list-item::after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 82.5%;
  height: 1px;
  background-color: #666666;
  position: absolute;
  top: 30px;
  left: 5ch;
  right: auto;
}
@media screen and (min-width: 768px) {
  .service__list-item::after {
    width: 86%;
    top: 33px;
    left: 5ch;
  }
}
@media screen and (min-width: 992px) {
  .service__list-item::after {
    width: 85%;
    top: 36px;
    left: 6ch;
  }
}
.service-content__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .service-content__container {
    padding: 12.8rem 15px;
  }
}
.service-content__heading {
  margin-bottom: 6.4rem;
}
.service-content__list {
  margin: 0 auto;
}
.service-content__list-item {
  margin-bottom: 4.8rem;
}
.service-content__guide {
  margin-top: 6.4rem;
}

.flow-content {
  background: #ffffff;
}
.flow-content__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .flow-content__container {
    padding: 12.8rem 15px;
  }
}
.flow-content__heading {
  margin-bottom: 6.4rem;
}
.flow-content .page-heading__txt-main {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.flow-content__list {
  margin: 0 auto;
}
.flow-content__list-item {
  margin-bottom: 4.8rem;
}
.flow-content__guide {
  margin-top: 6.4rem;
}

.price-content {
  background: #faf6f3;
}
.price-content__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .price-content__container {
    padding: 12.8rem 15px;
  }
}
.price-content__heading {
  margin-bottom: 6.4rem;
}
.price-content .page-heading__txt-main {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
}
.price-content__list {
  margin: 0 auto;
}
.price-content__list-item {
  margin-bottom: 4.8rem;
}
.price-content__guide {
  margin-top: 6.4rem;
}

/*
 * 施工事例
 * -------------------------------------------------------------------
 */
.works {
  background-color: #faf6f3;
}
.works__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .works__container {
    padding: 12.8rem 15px;
  }
}
.works__message {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .works__message {
    text-align: center;
  }
}
.works .works-nav {
  margin: 2rem auto 4rem;
}
.works .works-nav__guide {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1.5rem;
}
.works .works-nav__btn {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  background-color: #ffffff;
  color: #333333;
  border-radius: 50vh;
  border: #333333 1px solid;
  padding: 1rem 1.5rem;
  min-width: 14rem;
}
@media screen and (min-width: 768px) {
  .works .works-nav__btn {
    min-width: 20rem;
  }
}
.works__pagination {
  padding-top: 3.2rem;
}

.works-list {
  margin-top: 2.4rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .works-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .works-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.works-list__ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .works-list__ttl {
    font-size: 2.4rem;
  }
}
.works-list__ttl:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .works-list__ttl:not(:first-child) {
    margin-top: 5.6rem;
  }
}
.works-list .works-item__content {
  padding: 15px 0;
}
.works-list .works-item__content-info {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 0.5rem;
  border-bottom: #666666 1px solid;
}
.works-list .works-item__content-date {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  font-size: 1.4rem;
}
.works-list .works-item__content-cat {
  font-size: 1.2rem;
}
.works-list .works-item__content-ttl {
  margin-top: 1rem;
  font-size: 1.6rem;
}

.works-detail__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 1.5rem 15px 3.2rem;
}
@media screen and (min-width: 992px) {
  .works-detail__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .works-detail__container {
    padding: 4rem 15px 6.4rem;
  }
}
.works-detail__content {
  padding: 15px 0;
}
.works-detail__content-info {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-bottom: 0.5rem;
  border-bottom: #666666 1px solid;
}
.works-detail__content-date {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  font-size: 1.4rem;
}
.works-detail__content-cat {
  font-size: 1.2rem;
}
.works-detail__content-ttl {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .works-detail__content-ttl {
    font-size: 1.8rem;
  }
}
.works-detail__button {
  padding-top: 3.2rem;
}
@media screen and (min-width: 992px) {
  .works-detail__button {
    padding-top: 6.4rem;
  }
}

/*
 * ブログ
 * -------------------------------------------------------------------
 */
.blog__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .blog__container {
    padding: 12.8rem 15px;
  }
}
.blog__pagination {
  padding-top: 6.4rem;
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 4.8rem;
}
@media screen and (min-width: 768px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.8rem 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .blog-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-list .blog-item__content {
  padding: 15px 0;
}
.blog-list .blog-item__content-info {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-bottom: 0.5rem;
  border-bottom: #666666 1px solid;
}
.blog-list .blog-item__content-date {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  font-size: 1.4rem;
}
.blog-list .blog-item__content-cat {
  font-size: 1.2rem;
}
.blog-list .blog-item__content-ttl {
  margin-top: 1rem;
  font-size: 1.6rem;
}
.blog-list .blog-item__content-txt {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.blog-detail__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 1.5rem 15px 3.2rem;
}
@media screen and (min-width: 992px) {
  .blog-detail__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .blog-detail__container {
    padding: 4rem 15px 6.4rem;
  }
}
.blog-detail__content {
  padding: 15px 0;
}
.blog-detail__content-info {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-bottom: 0.5rem;
  border-bottom: #666666 1px solid;
}
.blog-detail__content-date {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  font-size: 1.4rem;
}
.blog-detail__content-cat {
  font-size: 1.2rem;
}
.blog-detail__content-ttl {
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .blog-detail__content-ttl {
    font-size: 1.8rem;
  }
}
.blog-detail__button {
  padding-top: 3.2rem;
}
@media screen and (min-width: 992px) {
  .blog-detail__button {
    padding-top: 6.4rem;
  }
}

/*
 * よくある質問
 * -------------------------------------------------------------------
 */
.faq {
  background: #ffffff;
}
.faq__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .faq__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .faq__container {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
  }
}
.faq__heading {
  margin-bottom: 6.4rem;
}
@media screen and (min-width: 992px) {
  .faq__heading {
    margin-bottom: 0;
    width: 30%;
  }
}
.faq__content {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .faq__content {
    width: 70%;
  }
}
.faq__guide {
  padding-top: 3.2rem;
}
.faq__guide .button-guide {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/*
 * 会社概要
 * -------------------------------------------------------------------
 */
.company__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 3.2rem 15px;
}
@media screen and (min-width: 992px) {
  .company__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .company__container {
    padding: 6.4rem 15px;
  }
}
.company__heading .page-heading__txt-main {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .company__heading .page-heading__txt-main {
    font-size: 2.4rem;
  }
}
.company__heading .page-heading__txt-sub {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .company__heading .page-heading__txt-sub {
    font-size: 1.4rem;
  }
}
.company__content {
  padding: 2.4rem 0;
}
.company__table {
  width: 100%;
  border-top: #999999 1px solid;
}
.company__row {
  background-color: #faf6f3;
  border-bottom: #999999 1px solid;
}
.company__ttl {
  padding: 15px 0;
  font-weight: 500;
  font-size: 1.4rem;
}
.company__data {
  padding: 15px 0;
  font-size: 1.4rem;
}

.access__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 3.2rem 15px;
}
@media screen and (min-width: 992px) {
  .access__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .access__container {
    padding: 6.4rem 15px;
  }
}
.access__heading .page-heading__txt-main {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .access__heading .page-heading__txt-main {
    font-size: 2.4rem;
  }
}
.access__heading .page-heading__txt-sub {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .access__heading .page-heading__txt-sub {
    font-size: 1.4rem;
  }
}
.access__content {
  padding: 2.4rem 0;
}
.access__content__map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}
.access__content__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
 * 採用一覧
 * -------------------------------------------------------------------
 */
.recruit__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 3.2rem 15px;
}
@media screen and (min-width: 992px) {
  .recruit__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .recruit__container {
    padding: 6.4rem 15px;
  }
}
.recruit__heading .page-heading__txt-main {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .recruit__heading .page-heading__txt-main {
    font-size: 2.4rem;
  }
}
.recruit__heading .page-heading__txt-sub {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .recruit__heading .page-heading__txt-sub {
    font-size: 1.4rem;
  }
}
.recruit__heading .page-heading__message {
  color: #000000;
  padding-top: 3.2rem;
  text-align: left;
  font-size: 1.4rem;
}
.recruit__content {
  padding: 3.2rem 0;
}
@media screen and (min-width: 992px) {
  .recruit__content {
    padding: 4.8rem 0;
  }
}

.recruit-category {
  background-color: #ffffff;
}
.recruit-category__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 4rem 15px 6.4rem;
}
@media screen and (min-width: 992px) {
  .recruit-category__container {
    padding: 12.8rem 15px;
  }
}
.recruit-category__heading .page-heading__txt-main {
  font-size: 2.8rem;
  color: #000000;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: none;
}
@media screen and (min-width: 992px) {
  .recruit-category__heading .page-heading__txt-main {
    font-size: 4rem;
  }
}
.recruit-category__heading .page-heading__txt-sub {
  color: #666666;
  font-weight: 500;
  font-size: 1.2rem;
  text-shadow: none;
}
.recruit-category__heading .page-heading__message {
  color: #000000;
  padding-top: 3.2rem;
  text-align: left;
  font-size: 1.4rem;
}
.recruit-category__content {
  padding: 3.2rem 0;
}
@media screen and (min-width: 992px) {
  .recruit-category__content {
    padding: 4.8rem 0;
  }
}

.recruit-list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .recruit-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4rem 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .recruit-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.recruit-list__ttl {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .recruit-list__ttl {
    font-size: 2.4rem;
  }
}
.recruit-list__ttl:not(:first-child) {
  margin-top: 4rem;
}
@media screen and (min-width: 992px) {
  .recruit-list__ttl:not(:first-child) {
    margin-top: 5.6rem;
  }
}
.recruit-list__item:not(:first-child) {
  margin-top: 3.2rem;
}
@media screen and (min-width: 768px) {
  .recruit-list__item:not(:first-child) {
    margin-top: 0;
  }
}
.recruit-list .recruit-item {
  position: relative;
}
.recruit-list .recruit-item__content {
  padding: 15px 0;
}
.recruit-list .recruit-item__content-info {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  padding-bottom: 0.5rem;
  border-bottom: #666666 1px solid;
}
.recruit-list .recruit-item__content-date {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: #666666;
  font-size: 1.4rem;
}
.recruit-list .recruit-item__content-cat {
  font-size: 1.2rem;
}
.recruit-list .recruit-item__content-ttl {
  font-size: 1.4rem;
  font-weight: 500;
}
.recruit-list .recruit-item__content-txt {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.recruit-type__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 4rem 15px 6.4rem;
}
@media screen and (min-width: 992px) {
  .recruit-type__container {
    padding: 12.8rem 15px;
  }
}
.recruit-type__heading .page-heading__txt-main {
  font-size: 2.8rem;
  color: #000000;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  text-shadow: none;
}
@media screen and (min-width: 992px) {
  .recruit-type__heading .page-heading__txt-main {
    font-size: 4rem;
  }
}
.recruit-type__heading .page-heading__txt-sub {
  color: #666666;
  font-weight: 500;
  font-size: 1.2rem;
  text-shadow: none;
}
.recruit-type__heading .page-heading__message {
  color: #000000;
  padding-top: 3.2rem;
  text-align: left;
  font-size: 1.4rem;
}
.recruit-type__content {
  padding: 3.2rem 0;
}
@media screen and (min-width: 992px) {
  .recruit-type__content {
    padding: 4.8rem 0;
  }
}

.recruit-type-list {
  margin-top: 3.2rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .recruit-type-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.4rem 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .recruit-type-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.recruit-type-list__item {
  width: 100%;
}
.recruit-detail__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 1.5rem 15px 3.2rem;
}
@media screen and (min-width: 992px) {
  .recruit-detail__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .recruit-detail__container {
    padding: 4rem 15px 6.4rem;
  }
}
.recruit-detail__content {
  padding: 15px 0;
}
.recruit-detail__list {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-detail__ttl {
  margin-top: 2rem;
  padding: 0.5rem 1.5rem;
  background-color: #666666;
  width: 100%;
  font-size: 1.6rem;
  color: #ffffff;
}
.recruit-detail__txt {
  margin-top: 1rem;
  font-size: 1.6rem;
  padding: 0.5rem 1.5rem;
  width: 100%;
  word-wrap: break-word;
}
.recruit-detail__button {
  padding-top: 3.2rem;
}
@media screen and (min-width: 992px) {
  .recruit-detail__button {
    padding-top: 6.4rem;
  }
}

/*
 * 管理会社様・オーナー様へ
 * -------------------------------------------------------------------
 */
.owner__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 3.2rem 15px;
}
@media screen and (min-width: 992px) {
  .owner__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .owner__container {
    padding: 6.4rem 15px;
  }
}
.owner__heading .page-heading__txt-main {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 992px) {
  .owner__heading .page-heading__txt-main {
    font-size: 2.4rem;
  }
}
.owner__heading .page-heading__txt-sub {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .owner__heading .page-heading__txt-sub {
    font-size: 1.4rem;
  }
}
.owner__content {
  padding: 3.2rem 0;
}
@media screen and (min-width: 992px) {
  .owner__content {
    padding: 4.8rem 0;
  }
}

.page-owner .service__heading .page-heading__txt-main {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 992px) {
  .page-owner .service__heading .page-heading__txt-main {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 992px) {
  .page-owner .content-columns.is-single {
    display: block;
  }
}
.page-owner .content-columns.is-single .content-column {
  max-width: 100% !important;
  margin-top: 0 !important;
}

/*
 * LP
 * -------------------------------------------------------------------
 */
.lp-mainvisual {
  position: relative;
  background-image: url("images/mv_lp_sp.webp");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@supports (background-image: format("webp")) {
  .lp-mainvisual {
    background-image: url("images/mv_lp_sp.webp");
  }
}
@media screen and (min-width: 768px) {
  .lp-mainvisual {
    background-image: url("images/mv_lp_pc.webp");
    background-repeat: no-repeat;
  }
  @supports (background-image: format("webp")) {
    .lp-mainvisual {
      background-image: url("images/mv_lp_pc.webp");
    }
  }
}
.lp-mainvisual__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  max-width: 140rem;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 80vh;
}
.lp-mainvisual__txt-sub {
  padding-top: 1.5rem;
  color: #000000;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .lp-mainvisual__txt-sub {
    padding-left: 0;
    font-size: 3.4rem;
  }
}
.lp-mainvisual__txt-main {
  margin-top: 1.5rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .lp-mainvisual__txt-main {
    font-size: 5.4rem;
    padding-left: 0;
  }
}

.lp-problem {
  position: relative;
  background-image: url("images/img_lp01.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  z-index: 4 !important;
}
@supports (background-image: format("webp")) {
  .lp-problem {
    background-image: url("images/img_lp01.webp");
  }
}
@media screen and (min-width: 992px) {
  .lp-problem {
    background-size: cover;
    max-height: 60rem;
  }
}
.lp-problem__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .lp-problem__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .lp-problem__container {
    padding: 4rem 15px;
  }
}
.lp-problem__heading {
  margin: 0 auto;
  padding: 3.6rem 15px;
}
@media screen and (min-width: 768px) {
  .lp-problem__heading {
    max-width: 38rem;
    padding: 11.4rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .lp-problem__heading {
    max-width: 58rem;
    padding: 4rem 0;
  }
}
.lp-problem .page-heading__txt-main {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .lp-problem .page-heading__txt-main {
    font-size: 4.5rem;
  }
}
.lp-problem__content {
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-image: url("images/bg_lp01.webp");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  padding: 4rem 4rem 6rem;
}
@supports (background-image: format("webp")) {
  .lp-problem__content {
    background-image: url("images/bg_lp01.webp");
  }
}
@media screen and (min-width: 768px) {
  .lp-problem__content {
    padding: 4rem 2rem 6rem;
  }
}
@media screen and (min-width: 992px) {
  .lp-problem__content {
    max-width: 58rem;
    padding: 5rem 6rem 8rem;
    -webkit-transform: translateX(-22%);
            transform: translateX(-22%);
  }
}
.lp-problem .problem-list {
  position: relative;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 2rem 1rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .lp-problem .problem-list {
    max-width: 38rem;
    margin: 0 auto;
    padding: 4rem 6.4rem;
  }
}
@media screen and (min-width: 992px) {
  .lp-problem .problem-list {
    max-width: initial;
    margin: 0 auto;
    padding: 4rem;
  }
}
.lp-problem .problem-list__item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  padding-left: 2em;
}
@media screen and (min-width: 992px) {
  .lp-problem .problem-list__item {
    font-size: 2.4rem;
  }
}
.lp-problem .problem-list__item:not(:first-child) {
  margin-top: 1em;
}
@media screen and (min-width: 992px) {
  .lp-problem .problem-list__item:not(:first-child) {
    margin-top: 1em;
  }
}
.lp-problem .problem-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  width: 20px;
  height: 16px;
  background-image: url("images/icn_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@supports (background-image: format("webp")) {
  .lp-problem .problem-list__item::before {
    background-image: url("images/icn_check.webp");
  }
}

.lp-solution {
  background-color: #5c3500;
  margin-top: -40px;
  margin-top: -10.6666666667vw;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .lp-solution {
    margin-top: -90px;
    margin-top: -11.71875vw;
    padding-top: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .lp-solution {
    margin-top: 0;
    padding-top: 4.8rem;
  }
}
.lp-solution__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .lp-solution__container {
    padding: 12.8rem 15px;
  }
}
.lp-solution__heading {
  margin-bottom: 3.2rem;
}
.lp-solution .page-heading__txt-sub {
  color: #fbff73;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .lp-solution .page-heading__txt-sub {
    font-size: 2.8rem;
    -webkit-transform: translateX(-12%);
            transform: translateX(-12%);
  }
}
.lp-solution .page-heading__txt-sub::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-right: 0.8rem;
  background-image: url("images/icn_slash_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}
@supports (background-image: format("webp")) {
  .lp-solution .page-heading__txt-sub::before {
    background-image: url("images/icn_slash_left.webp");
  }
}
.lp-solution .page-heading__txt-sub::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-left: 0.8rem;
  background-image: url("images/icn_slash_right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}
@supports (background-image: format("webp")) {
  .lp-solution .page-heading__txt-sub::after {
    background-image: url("images/icn_slash_right.webp");
  }
}
.lp-solution .page-heading__txt-main {
  margin-top: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-size: 2.8rem;
}
@media screen and (min-width: 992px) {
  .lp-solution .page-heading__txt-main {
    font-size: 4.5rem;
  }
}
.lp-solution__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .lp-solution__content {
    width: calc(50% - 1rem);
  }
}
.lp-solution__list {
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  .lp-solution__list {
    margin-top: 6.4rem;
  }
}
.lp-solution__list-item {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #ffffff;
  border-radius: 0.8rem;
  overflow: hidden;
}
.lp-solution__list-item:nth-child(odd) {
  padding: 2rem 2rem 2rem 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .lp-solution__list-item:nth-child(odd) {
    padding: 3rem 4rem 3rem 8rem;
  }
}
@media screen and (min-width: 992px) {
  .lp-solution__list-item:nth-child(odd) {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lp-solution__list-item:nth-child(odd) .solution-item {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .lp-solution__list-item:nth-child(odd) .solution-item__inner {
    margin: 0 0 0 auto;
  }
}
.lp-solution__list-item:nth-child(even) {
  padding: 2rem 4rem 2rem 2rem;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
@media screen and (min-width: 768px) {
  .lp-solution__list-item:nth-child(even) {
    padding: 3rem 8rem 3rem 4rem;
  }
}
@media screen and (min-width: 992px) {
  .lp-solution__list-item:nth-child(even) {
    padding: 4rem 2rem;
  }
}
@media screen and (min-width: 992px) {
  .lp-solution__list-item:nth-child(even) .solution-item {
    margin: 0 auto 0 0;
  }
}
@media screen and (min-width: 992px) {
  .lp-solution__list-item:nth-child(even) .solution-item__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin: 0 auto 0 0;
  }
}
.lp-solution__list-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .lp-solution__list-item:not(:first-child) {
    margin-top: 4rem;
  }
}
.lp-solution .solution-item__inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .lp-solution .solution-item__inner {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
  }
}
.lp-solution .solution-item__content {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .lp-solution .solution-item__content {
    width: calc(50% - 1rem);
  }
}
.lp-solution .solution-item__content-sub-ttl {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .lp-solution .solution-item__content-sub-ttl {
    font-size: 2.4rem;
  }
}
.lp-solution .solution-item__content-ttl {
  margin-top: 1rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.25;
}
@media screen and (min-width: 992px) {
  .lp-solution .solution-item__content-ttl {
    font-size: 4.2rem;
  }
}
.lp-solution .solution-item__content-message {
  margin-top: 1.5rem;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .lp-solution .solution-item__content-message {
    font-size: 1.8rem;
  }
}
.lp-solution .solution-item__thumb {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .lp-solution .solution-item__thumb {
    width: calc(50% - 1rem);
    margin-top: 0;
  }
}
.lp-solution .solution-item__img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-works {
  background-color: #ceae4d;
}
.lp-works__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .lp-works__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .lp-works__container {
    padding: 12.8rem 15px;
  }
}
.lp-works__heading {
  margin-bottom: 6.4rem;
  padding: 0 15px;
}
.lp-works .page-heading__txt-main {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.lp-works .page-heading__txt-sub {
  margin-top: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}
.lp-works__list {
  position: relative;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .lp-works__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lp-works__list-item {
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .lp-works__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 15px;
  }
}
.lp-works__guide {
  padding: 3.2rem 15px 0;
}

.lp-media__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .lp-media__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .lp-media__container {
    padding: 12.8rem 15px;
  }
}
.lp-media__heading {
  margin-bottom: 3.2rem;
  padding: 0 15px;
}
.lp-media .page-heading__txt-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.lp-media .page-heading__txt-sub {
  margin-top: 1.5rem;
  font-weight: 700;
}
.lp-media__list {
  position: relative;
  margin: 0;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .lp-media__list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.lp-media__list-item {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .lp-media__list-item {
    margin: 0 15px;
  }
}
.lp-media__list-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .lp-media__list-item:not(:first-child) {
    margin-top: 0;
  }
}
.lp-media .media-item__img {
  width: 100%;
}
.lp-media .media-item__content {
  margin-top: 1.5rem;
}
.lp-media .media-item__content-message {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .lp-media .media-item__content-message {
    font-size: 1.8rem;
  }
}

.lp-flow {
  background: #ceae4d;
}
.lp-flow__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .lp-flow__container {
    padding: 12.8rem 15px;
  }
}
.lp-flow__heading {
  margin-bottom: 6.4rem;
}
.lp-flow .page-heading__txt-main {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.lp-flow .page-heading__txt-sub {
  margin-top: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}
.lp-flow__list {
  margin: 0 auto;
}
.lp-flow__list-item {
  margin-bottom: 4.8rem;
}
.lp-flow .flow-list__item {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: flex-start;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2.5rem;
  background-color: #ffffff;
}
.lp-flow .flow-list__item:not(:first-child) {
  margin-top: 4rem;
}
.lp-flow .flow-list__item::before {
  display: none;
}
.lp-flow .flow-list__item::after {
  display: none;
}
.lp-flow .flow-list__content {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .lp-flow .flow-list__txt-group {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 4rem;
  }
}
.lp-flow .flow-list__ttl {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .lp-flow .flow-list__ttl {
    min-width: 7em;
    font-size: 2.4rem;
  }
}
.lp-flow .flow-list__txt {
  margin-top: 1rem;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .lp-flow .flow-list__txt {
    margin-top: 0;
    font-size: 1.6rem;
  }
}

.contact-nav__list {
  margin-top: 2rem !important;
}
@media screen and (min-width: 992px) {
  .contact-nav__list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 0 1.5rem !important;
    margin-top: 3rem !important;
  }
}
.contact-nav__list:not(:first-child) {
  margin-top: 4rem;
}
.contact-nav__list-item {
  text-align: center;
}
.contact-nav__list-item:not(:first-child) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 992px) {
  .contact-nav__list-item:not(:first-child) {
    margin-top: 0;
  }
}
.contact-nav__button--tel {
  position: relative;
  width: 100%;
  height: 8rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem 4.8rem;
  border-radius: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #84793f;
  background-color: #84793f;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .contact-nav__button--tel {
    width: 30rem;
  }
}
@media screen and (min-width: 992px) {
  .contact-nav__button--tel {
    margin-bottom: 0;
  }
}
.contact-nav__button--tel span {
  display: block;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact-nav__button--tel:before {
  content: "";
  display: inline-block;
  background-image: url("images/icn_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}
@supports (background-image: format("webp")) {
  .contact-nav__button--tel:before {
    background-image: url("images/icn_tel.webp");
  }
}
.contact-nav__button--tel:hover {
  background: #ffffff;
  color: #333333;
}
.contact-nav__button--mail {
  position: relative;
  width: 100%;
  height: 8rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem 4.8rem;
  border-radius: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #5ca5ff;
  background-color: #5ca5ff;
}
@media screen and (min-width: 768px) {
  .contact-nav__button--mail {
    width: 30rem;
  }
}
.contact-nav__button--mail span {
  display: block;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact-nav__button--mail:before {
  content: "";
  display: inline-block;
  background-image: url("images/icn_mail.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}
@supports (background-image: format("webp")) {
  .contact-nav__button--mail:before {
    background-image: url("images/icn_mail.webp");
  }
}
.contact-nav__button--mail:hover {
  background: #ffffff;
  color: #5ca5ff;
}
.contact-nav__button--line {
  position: relative;
  width: 100%;
  height: 8rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem 4.8rem;
  border-radius: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #40b900;
  background-color: #40b900;
}
@media screen and (min-width: 768px) {
  .contact-nav__button--line {
    width: 30rem;
  }
}
.contact-nav__button--line span {
  display: block;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact-nav__button--line:before {
  content: "";
  display: inline-block;
  background-image: url("images/icn_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}
@supports (background-image: format("webp")) {
  .contact-nav__button--line:before {
    background-image: url("images/icn_line.webp");
  }
}
.contact-nav__button--line:hover {
  background: #ffffff;
  color: #40b900;
}

.lp-price {
  background: #faf6f3;
}
.lp-price__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .lp-price__container {
    padding: 12.8rem 15px;
  }
}
.lp-price__heading {
  margin-bottom: 6.4rem;
}
.lp-price .page-heading__txt-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.lp-price .page-heading__txt-sub {
  margin-top: 1.5rem;
  font-weight: 700;
}
.lp-price__list {
  margin: 0 auto;
}
.lp-price__list-item {
  margin-bottom: 4.8rem;
}

.lp-faq {
  background: #ffffff;
}
.lp-faq__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .lp-faq__container {
    padding: 12.8rem 15px;
  }
}
.lp-faq__heading {
  margin-bottom: 6.4rem;
}
.lp-faq .page-heading__txt-main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.lp-faq .page-heading__txt-sub {
  margin-top: 1.5rem;
  font-weight: 700;
}
.lp-faq__content {
  margin: 0 auto;
}

.lp-comparison {
  background: #ceae4d;
}
.lp-comparison__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .lp-comparison__container {
    padding: 12.8rem 15px;
  }
}
.lp-comparison__heading {
  margin-bottom: 6.4rem;
}
.lp-comparison .page-heading__txt-main {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.lp-comparison .page-heading__txt-sub {
  margin-top: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}
.lp-comparison__content {
  margin: 0 auto;
  padding: 2rem 1rem;
  background-color: #ffffff;
  max-width: none;
  width: 100%;
}
.lp-comparison .comparison__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: fixed;
}
.lp-comparison .comparison__row {
  border-top: #cccccc 2px solid;
}
.lp-comparison .comparison__row:last-child {
  border-bottom: #cccccc 2px solid;
}
.lp-comparison .comparison__row:last-child .comparison__data:last-child {
  border-bottom: 6px solid #f19d6b;
}
.lp-comparison .comparison__ttl {
  padding: 2rem 1rem;
  text-align: left;
  vertical-align: middle;
}
.lp-comparison .comparison__sub-ttl {
  padding: 2rem 1rem;
  text-align: center;
  vertical-align: middle;
}
.lp-comparison .comparison__sub-ttl:last-child {
  background-color: #f19d6b;
  color: #ffffff;
  border: #f19d6b 6px solid;
}
.lp-comparison .comparison__data {
  padding: 2rem 1rem;
  text-align: center;
  vertical-align: middle;
}
.lp-comparison .comparison__data:last-child {
  position: relative;
  color: #d00000;
  font-weight: 700;
}
.lp-comparison .comparison__data:last-child:before {
  content: "";
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #f19d6b;
}
.lp-comparison .comparison__data:last-child:after {
  content: "";
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  width: 6px;
  background-color: #f19d6b;
}

.lp-cta {
  background: #ffffff;
}
.lp-cta__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .lp-cta__container {
    padding: 12.8rem 15px;
  }
}
.lp-cta__heading {
  margin-bottom: 6.4rem;
}
.lp-cta .page-heading__txt-sub {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 2rem;
  color: #000000;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .lp-cta .page-heading__txt-sub {
    font-size: 3.2rem;
  }
}
.lp-cta .page-heading__txt-sub .b {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .lp-cta .page-heading__txt-sub .b {
    font-size: 4.5rem;
  }
}
.lp-cta .page-heading__txt-main {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .lp-cta .page-heading__txt-main {
    font-size: 4.5rem;
  }
}
.lp-cta .page-heading__txt-main .b {
  font-size: 3.4rem;
}
@media screen and (min-width: 992px) {
  .lp-cta .page-heading__txt-main .b {
    font-size: 5rem;
  }
}
.lp-cta__content {
  margin: 0 auto;
}

.lp-follow {
  background: #ceae4d;
}
.lp-follow__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .lp-follow__container {
    padding: 12.8rem 15px;
  }
}
.lp-follow__heading {
  margin-bottom: 6.4rem;
}
.lp-follow .page-heading__txt-main {
  margin-top: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .lp-follow .page-heading__txt-main {
    font-size: 4.5rem;
  }
}
.lp-follow .page-heading__txt-sub {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .lp-follow .page-heading__txt-sub {
    font-size: 3.2rem;
  }
}
.lp-follow__content {
  margin: 0 auto;
}

.lp-footer {
  position: relative;
  z-index: 3;
  background-color: #ffffff;
}
.lp-footer__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1.5rem;
}
@media screen and (min-width: 992px) {
  .lp-footer__container {
    padding: 1.5rem;
  }
}
.lp-footer__content {
  margin: 0 auto;
  padding: 2rem 1.5rem 0;
}
@media screen and (min-width: 992px) {
  .lp-footer__content {
    max-width: 50rem;
    padding: 4rem 4rem 0;
  }
}
.lp-footer__head {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  align-items: flex-end;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  gap: 2rem;
  padding-bottom: 1rem;
  border-bottom: #999999 1px solid;
}
.lp-footer__logo-img {
  width: 100%;
  max-height: 6rem;
}
.lp-footer__site-name {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .lp-footer__site-name {
    font-size: 3.2rem;
  }
}
.lp-footer__bottom {
  margin-top: 1.5rem;
}
.lp-footer__txt {
  font-size: 1.5rem;
}
@media screen and (min-width: 992px) {
  .lp-footer__txt {
    font-size: 1.8rem;
  }
}
.lp-footer__link:hover {
  text-decoration: underline;
}
.lp-footer__copy {
  display: block;
  padding: 4rem 0 0;
  text-align: center;
  color: #666666;
  font-size: 1.2rem;
}

.page-lp-inquiry .contact-nav__button--tel {
  background-color: #5c68ff;
  border: #5c68ff 1px solid;
}
.page-lp-inquiry .contact-form__button-submit {
  background-color: #ceae4d;
  border: #ceae4d 1px solid;
}
.page-lp-inquiry .contact-form__button-submit:hover, .page-lp-inquiry .contact-form__button-submit:focus {
  background: #ffffff;
  border: #ceae4d 1px solid;
  color: #ceae4d;
}

/*
 * バナー
 * -------------------------------------------------------------------
 */
.bnr-guide {
  background: #ffffff;
  padding: 3.2rem 15px;
}
.bnr-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3.2rem 15px;
}
@media screen and (min-width: 992px) {
  .bnr-guide__list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 0 3rem;
  }
}
.bnr-guide__list:not(:first-child) {
  margin-top: 4rem;
}
.bnr-guide__list-item {
  text-align: center;
}
.bnr-guide__list-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .bnr-guide__list-item:not(:first-child) {
    margin-top: 0;
  }
}
.bnr-guide__list-item .bnr-guide__list-item:nth-child(2), .bnr-guide__list-item .bnr-guide__list-item:nth-child(1) {
  display: block;
  width: 100%;
  height: 100%;
}
.bnr-guide__list-item:nth-child(1) {
  background-image: url("images/bnr_feature.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (background-image: format("webp")) {
  .bnr-guide__list-item:nth-child(1) {
    background-image: url("images/bnr_feature.webp");
  }
}
.bnr-guide__list-item:nth-child(2) {
  background-image: url("images/bnr_voice.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@supports (background-image: format("webp")) {
  .bnr-guide__list-item:nth-child(2) {
    background-image: url("images/bnr_voice.webp");
  }
}
.bnr-guide .bnr-guide__link {
  width: 30rem;
  height: 14rem;
  margin: 0 auto;
  padding: 1.5rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bnr-guide__link {
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2rem;
  padding: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 992px) {
  .bnr-guide__link {
    margin-bottom: 0;
  }
}
.bnr-guide__link::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bnr-guide__link::after {
  content: "";
  background-image: url("images/icn_arrow_right01.svg");
  background-repeat: no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  bottom: 1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@supports (background-image: format("webp")) {
  .bnr-guide__link::after {
    background-image: url("images/icn_arrow_right01.webp");
  }
}
.bnr-guide__link:hover:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
}
.bnr-guide__link:hover::after {
  background-image: url("images/icn_arrow_right01_h.svg");
  background-repeat: no-repeat;
}
@supports (background-image: format("webp")) {
  .bnr-guide__link:hover::after {
    background-image: url("images/icn_arrow_right01_h.webp");
  }
}
.bnr-guide__ttl {
  margin-top: -2.5rem;
  color: #ffffff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.bnr-guide__sub-ttl {
  display: block;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 500;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

/*
 * CONTACT
 * -------------------------------------------------------------------
 */
.contact-nav {
  padding: 15px;
}
.contact-nav__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3.2rem 15px;
}
@media screen and (min-width: 992px) {
  .contact-nav__list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 0 3rem;
  }
}
.contact-nav__list:not(:first-child) {
  margin-top: 4rem;
}
.contact-nav__list-item {
  text-align: center;
}
.contact-nav__list-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .contact-nav__list-item:not(:first-child) {
    margin-top: 0;
  }
}
.contact-nav .contact-nav__button--line, .contact-nav .contact-nav__button--tel {
  position: relative;
  width: 30rem;
  height: 8rem;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 1.5rem 4.8rem;
  border-radius: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-nav__button--tel {
  border: 1px solid #84793f;
  background-color: #84793f;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .contact-nav__button--tel {
    margin-bottom: 0;
  }
}
.contact-nav__button--tel span {
  display: block;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact-nav__button--tel:before {
  content: "";
  display: inline-block;
  background-image: url("images/icn_tel.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}
@supports (background-image: format("webp")) {
  .contact-nav__button--tel:before {
    background-image: url("images/icn_tel.webp");
  }
}
.contact-nav__button--tel:hover {
  background: #ffffff;
  color: #333333;
}
.contact-nav__button--line {
  border: 1px solid #40b900;
  background-color: #40b900;
}
.contact-nav__button--line span {
  display: block;
  margin-top: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact-nav__button--line:before {
  content: "";
  display: inline-block;
  background-image: url("images/icn_line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 25px;
}
@supports (background-image: format("webp")) {
  .contact-nav__button--line:before {
    background-image: url("images/icn_line.webp");
  }
}
.contact-nav__button--line:hover {
  background: #ffffff;
  color: #40b900;
}

.contact-guide {
  background: #ffffff;
  padding: 3.2rem 15px;
}
.contact-guide__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 3.2rem 15px;
}
.contact-guide__heading {
  margin: 0 0 4.8rem 0;
  text-align: center;
}
.contact-guide__heading-main {
  font-size: 4.8rem;
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.contact-guide__heading-main:after {
  content: "";
  display: block;
  max-width: 300px;
  margin: 1.6rem auto 1.6rem auto;
  border-bottom: 3px solid #000000;
}
.contact-guide__heading-sub {
  font-size: 1.4rem;
  font-weight: 400;
}
.contact-guide__message {
  margin: 0 0 4.8rem 0;
  text-align: center;
  color: #666666;
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .contact-guide__list {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    gap: 0 3rem;
  }
}
.contact-guide__list:not(:first-child) {
  margin-top: 4rem;
}
.contact-guide__list-item {
  text-align: center;
}
.contact-guide__list-item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 992px) {
  .contact-guide__list-item:not(:first-child) {
    margin-top: 0;
  }
}
.contact-guide .contact-guide__button--other, .contact-guide .contact-guide__button--contact, .contact-guide .contact-guide__button--reserve {
  width: 30rem;
  margin: 0 auto;
  padding: 1.5rem;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-guide__button--reserve {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #ffffff;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.8rem;
  border: 1px solid #333333;
  background-color: #333333;
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .contact-guide__button--reserve {
    margin-bottom: 0;
  }
}
.contact-guide__button--reserve span {
  display: block;
  margin-top: 0.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}
.contact-guide__button--reserve:hover {
  background: #ffffff;
  color: #333333;
}
.contact-guide__button--contact {
  color: #ffffff;
  border: 1px solid #666666;
  background-color: #666666;
}
.contact-guide__button--contact:hover {
  background: #ffffff;
  color: #666666;
}
.contact-guide__button--other {
  color: #666666;
  border: 1px solid #666666;
  background-color: #ffffff;
}
.contact-guide__button--other:hover {
  background-color: #666666;
  color: #ffffff;
}

.contact-form {
  background-color: #ffffff;
}
.contact-form__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
  padding: 3.2rem 15px;
}
@media screen and (min-width: 992px) {
  .contact-form__container {
    padding: 12.8rem 15px;
  }
}
@media screen and (min-width: 992px) {
  .contact-form__container {
    padding: 6.4rem 15px;
  }
}
.contact-form__heading {
  margin-bottom: 3.2rem;
}
.contact-form__content {
  margin: 0 auto;
  padding: 3.2rem 0;
  background: #ffffff;
}
@media screen and (min-width: 992px) {
  .contact-form__content {
    padding: 6.4rem 4rem;
  }
}
.contact-form__form {
  max-width: 850px;
  margin: 0 auto 1.6rem auto;
}
@media screen and (min-width: 992px) {
  .contact-form__form {
    margin: 0 auto 6.4rem auto;
  }
}
.contact-form__button {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .contact-form__button {
    margin-top: 4rem;
  }
}
.contact-form__button-submit {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 22rem;
  padding: 1em 3em;
  color: #ffffff;
  font-weight: 500;
  border-radius: 50vh;
  background: #84793f;
  border: #84793f 1px solid;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-form__button-submit {
    max-width: 24rem;
    margin: 0 1.5rem;
    margin-top: 0;
  }
}
.contact-form__button-submit:hover, .contact-form__button-submit:focus {
  background: #ceae4d;
  border: #ceae4d 1px solid;
  color: #ffffff;
}
.contact-form__button-return {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s;
  transition: box-shadow 0.2s, text-shadow 0.2s, background-color 0.2s, border-color 0.2s, opacity 0.2s, -webkit-box-shadow 0.2s;
  text-align: center;
  text-decoration: none;
  outline: none;
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 22rem;
  padding: 1em 3em;
  color: #666666;
  font-weight: 500;
  border-radius: 50vh;
  border: #666666 1px solid;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .contact-form__button-return {
    max-width: 24rem;
    margin: 0 1.5rem;
  }
}
.contact-form__button-return:hover, .contact-form__button-return:focus {
  background: #666666;
  border: #666666 1px solid;
  color: #ffffff;
}

/*
 * 新着情報
 * -------------------------------------------------------------------
 */
.other__container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 6.4rem 15px;
}
@media screen and (min-width: 992px) {
  .other__container {
    padding: 12.8rem 15px;
  }
}
.other__heading {
  margin-bottom: 6.4rem;
}
.other__content {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.other__guide {
  padding-top: 3.2rem;
}/*# sourceMappingURL=style.css.map */