@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Hind:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1366px) {
  html {
    font-size: 0.7320644vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  color: #5A3503;
  background: url(../img/common/bg.png) left top repeat;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

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

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

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

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

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

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

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

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

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

p + p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

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

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

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

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 103rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 3rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center !important;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.js-view.is-act {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

.js-inview {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.js-inview.is-act {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.page-main {
  margin-top: 12rem;
}

@media screen and (max-width: 768px) {
  .page-main {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .page-row {
    margin-top: -40rem;
  }
}

.page-row_sidebar {
  width: 22rem;
}

@media screen and (min-width: 769px) {
  .page-row_sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 15rem;
    left: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .page-row_sidebar {
    display: none;
  }
}

.anchorlist {
  background-color: #DE6600;
  border-radius: 0 3rem 3rem 0;
  padding: 2rem;
}

.anchorlist li {
  border-bottom: 1px dotted #fff;
}

.anchorlist li:last-child {
  border-bottom: none;
}

.anchorlist li a {
  display: block;
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  padding: 1.4rem 0 1.4rem 0;
  position: relative;
}

.anchorlist li:hover a, .anchorlist li.current a {
  opacity: 0.6;
}

.section-intro {
  padding: 11rem 3rem 10rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-intro {
    padding: 3rem 2.5rem 4rem;
  }
}

.section-intro .txt {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
}

.section-intro .txt .place {
  display: inline-block;
  font-size: 4rem;
  letter-spacing: 0.1em;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .section-intro .txt .place {
    font-size: 2.5rem;
    margin-left: 0;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  .section-intro .txt {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .section-intro .txt .place {
    display: block;
    margin-left: 0;
    margin-top: 1rem;
  }
}

.section-intro .ttl {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #DE6600;
}

@media screen and (max-width: 768px) {
  .section-intro .ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.section-intro .cpy {
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .section-intro .cpy {
    text-align: left;
    margin-top: 1rem;
    letter-spacing: 0.05em;
  }
}

.section-service {
  background-color: #FFF7E7;
  padding: 10rem 0 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-service {
    padding: 4rem 0;
  }
}

.section-service .service-img {
  margin: 8rem 0 0;
}

@media screen and (max-width: 768px) {
  .section-service .service-img {
    margin-top: 4rem;
  }
}

.section-service .container {
  max-width: 89.6rem;
}

.section-service .service-cpy {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.service-detail {
  padding: 8rem 0;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .service-detail .container {
    padding: 0 2.5rem;
  }
}

.service-detail .heading-lv3 {
  margin-bottom: 2.5rem;
}

.service-detail .service-detail-lead {
  text-align: center;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

.service-detail .service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 3rem 4.6rem;
  margin: 8rem auto 0;
  max-width: 86.6rem;
}

@media screen and (max-width: 768px) {
  .service-detail .service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 4rem 0;
  }
}

.service-detail .service-item {
  width: calc(100%/2 - 2.3rem);
}

.service-detail .service-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.service-detail .service-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service-detail .service-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.service-detail .service-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service-detail .service-item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

@media screen and (max-width: 768px) {
  .service-detail .service-item {
    width: 100%;
  }
}

.service-detail .service-item .img {
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  margin-bottom: 1rem;
}

.service-detail .service-item .ttl {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .service-detail .service-item .ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 0.5rem;
  }
}

.service-detail .service-item .txt {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 768px) {
  .service-detail .service-item .txt {
    font-size: 1.2rem;
    line-height: 2;
  }
}

.section-access {
  padding: 8rem 0;
  background-color: #FFF7E7;
}

@media screen and (max-width: 768px) {
  .section-access {
    padding: 4rem 0 5rem;
  }
}

.section-access .container {
  max-width: 89.6rem;
}

.section-access .heading-lv3 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .section-access .heading-lv3 {
    margin-bottom: 3rem;
  }
}

.section-access .access-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5rem;
}

@media screen and (max-width: 768px) {
  .section-access .access-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 4rem 0;
    text-align: center;
  }
}

.section-access .access-col {
  width: calc(50% - 2.5rem);
  color: #000;
}

.section-access .access-col:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.section-access .access-col:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@media screen and (max-width: 768px) {
  .section-access .access-col {
    width: 100%;
  }
}

.section-access .access-col .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .section-access .access-col .ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
  }
}

.section-access .access-col .txt {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .section-access .access-col .txt {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}

.p-contents {
  padding: 8.5rem 0 10rem;
  background-color: #FFF7E7;
}

@media screen and (max-width: 768px) {
  .p-contents {
    padding: 2rem 0 5rem;
  }
}

.p-404 {
  text-align: center;
}

.btn-fixed {
  display: block;
  width: 14.5rem;
  z-index: 8;
  position: fixed;
  right: 3rem;
  bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .btn-fixed {
    display: none;
  }
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 3rem 5rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 769px) {
  .page-header.header-fixed {
    padding: 1.5rem 5rem;
    background: rgba(255, 255, 255, 0.85);
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 2rem;
  }
  .page-header.header-fixed {
    background: rgba(255, 255, 255, 0.85);
  }
  .page-header.open {
    background: url(../img/common/bg.png) left top repeat;
  }
}

.logo {
  width: 14rem;
}

.logo a {
  display: block;
  line-height: 0;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 20rem;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-item {
  padding: 0 1rem;
  border-left: 1px solid #000;
  position: relative;
}

.menu-item.over {
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 769px) {
  .menu-item.over:hover .menu-sub {
    opacity: 1 !important;
    visibility: visible !important;
    top: 110%;
  }
}

@media screen and (max-width: 768px) {
  .menu-item.over {
    padding: 0;
  }
  .menu-item.over .menu-item_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    padding: 1.6rem 0;
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .menu-item.over .menu-item_link::after {
    background: none;
    width: 0;
    height: 0;
  }
  .menu-item.over .menu-item_link .ico {
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.1rem solid #DE6600;
    position: relative;
  }
  .menu-item.over .menu-item_link .ico::before, .menu-item.over .menu-item_link .ico::after {
    position: absolute;
    content: '';
    background-color: #DE6600;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .menu-item.over .menu-item_link .ico::before {
    width: 0.2rem;
    height: 0.8rem;
  }
  .menu-item.over .menu-item_link .ico::after {
    width: 0.8rem;
    height: 0.2rem;
  }
  .menu-item.over .menu-item_link.active .ico::before {
    opacity: 0;
    visibility: hidden;
  }
  .menu-item.over .menu-item_link:hover {
    opacity: 1;
  }
}

.menu-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.menu-item_link .sm {
  display: inline-block;
  font-size: 1.1rem;
}

.menu-item_link .lg {
  display: inline-block;
  font-size: 2.3rem;
}

.menu-item_link:hover {
  opacity: 0.5;
}

@media screen and (min-width: 769px) {
  .menu-item:nth-child(1) .menu-item_link .lg {
    color: #DE6600;
  }
  .menu-item:nth-child(2) .menu-item_link .lg {
    color: #E66F99;
  }
  .menu-item:nth-child(3) .menu-item_link .lg {
    color: #5DA44F;
  }
  .menu-item:nth-child(4) .menu-item_link .lg {
    color: #5A8DC6;
  }
  .menu-item.show_pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #000;
    margin-right: 1rem;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }
  .menu-item.menu-arr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
  .menu-item.menu-arr .menu-item_link span {
    display: inline-block;
    position: relative;
    padding-right: 2.5rem;
  }
  .menu-item.menu-arr .menu-item_link span:before, .menu-item.menu-arr .menu-item_link span::after {
    position: absolute;
    content: '';
  }
  .menu-item.menu-arr .menu-item_link span::before {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background-color: #5A3503;
    border-radius: 50%;
  }
  .menu-item.menu-arr .menu-item_link span::after {
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.4rem solid #fff;
  }
  .menu-item.menu-cta {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
  }
  .menu-item.menu-cta .menu-item_link {
    border-radius: 3rem;
    background-color: #5A3503;
    border: 0.1rem solid #5A3503;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    width: 15.2rem;
    height: 4.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    gap: 0 0.5rem;
  }
  .menu-item.menu-cta .menu-item_link .ico {
    display: inline-block;
    width: 1.5rem;
  }
  .menu-item.menu-cta .menu-item_link .ico svg, .menu-item.menu-cta .menu-item_link .ico img {
    display: block;
    width: 100%;
    height: auto;
  }
  .menu-item.menu-cta .menu-item_link .ico svg path, .menu-item.menu-cta .menu-item_link .ico img path {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .menu-item.menu-cta .menu-item_link .txt {
    display: inline-block;
  }
  .menu-item.menu-cta .menu-item_link:hover {
    opacity: 1;
    background-color: #fff;
    color: #5A3503;
  }
  .menu-item.menu-cta .menu-item_link:hover .ico svg path {
    stroke: #5A3503;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: block;
  }
  .menu-item {
    padding: 0;
    border-left: none;
    padding: 1.6rem 0;
    text-align: center;
    border-bottom: 0.1rem solid #FFF2DC;
  }
  .menu-item_link {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    color: #DE6600;
    position: relative;
    padding-right: 2rem;
  }
  .menu-item_link::after {
    position: absolute;
    content: '';
    width: 0.7rem;
    height: 0.9rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/icon_nav_sp.svg) left top no-repeat;
    background-size: cover;
  }
  .menu-item_link .sm {
    font-size: 1.6rem;
  }
  .menu-item_link .lg {
    font-size: 1.6rem;
    display: inline-block;
  }
}

.menu .menu-sub .menu-sub_item a {
  display: block;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}

.menu .menu-sub .menu-sub_item a::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 769px) {
  .menu .menu-sub {
    background-color: #DE6600;
    border-radius: 1rem;
    position: absolute;
    left: 0;
    top: 130%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block !important;
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .menu .menu-sub .menu-sub_item a {
    font-size: 1.1rem;
    color: #fff;
    padding: 0.8rem 2.6rem 0.85rem 1.3rem;
  }
  .menu .menu-sub .menu-sub_item a::after {
    right: 1.2rem;
    border-top: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    border-left: 0.4rem solid #fff;
  }
  .menu .menu-sub .menu-sub_item + .menu-sub_item {
    border-top: 0.1rem solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .menu .menu-sub {
    display: none;
    background-color: #F4D494;
  }
  .menu .menu-sub .menu-sub_item a {
    font-size: 1.6rem;
    color: #DE6600;
    padding: 1.5rem 4rem;
  }
  .menu .menu-sub .menu-sub_item a::after {
    right: 2.8rem;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.6rem solid #DE6600;
  }
  .menu .menu-sub .menu-sub_item + .menu-sub_item {
    border-top: 0.1rem solid #fff;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    position: fixed;
    width: 100%;
    height: calc(100dvh - 8rem);
    left: 0;
    top: 8rem;
    padding: 0 0 5rem;
    background-color: #fff;
    overflow-y: auto;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

/** footer
======================================= **/
.btnFix {
  width: 100%;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  background-color: #DE6600;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-top: 0.1rem solid #FFF2DC;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 12;
}

.btnFix .ico {
  display: inline-block;
  width: 1.7rem;
  line-height: 1;
}

.btnFix .ico img {
  display: block;
}

@media screen and (min-width: 769px) {
  .btnFix {
    display: none;
  }
}

.section-cta {
  padding: 8rem 0 12rem;
}

@media screen and (max-width: 768px) {
  .section-cta {
    padding: 5rem 3rem;
  }
  .section-cta .container {
    padding: 0;
  }
}

.section-cta .heading-lv2 {
  margin-bottom: 3rem;
}

.section-cta .heading-lv2 .en {
  color: #5A3503;
}

.section-cta .heading-lv2 .ja {
  color: #DE6600;
}

@media screen and (max-width: 768px) {
  .section-cta .heading-lv2 {
    margin-bottom: 2rem;
  }
}

.section-cta .cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 3rem;
}

@media screen and (max-width: 768px) {
  .section-cta .cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2rem 0;
  }
}

.section-cta .cta-item {
  width: calc(100%/2 - 1.5rem);
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

.section-cta .cta-item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.section-cta .cta-item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.section-cta .cta-item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.section-cta .cta-item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media screen and (max-width: 768px) {
  .section-cta .cta-item {
    width: 100%;
    padding: 1.5rem 2rem;
  }
}

.section-cta .cta-item .ttl {
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
  .section-cta .cta-item .ttl {
    font-size: 2.5rem;
  }
}

.section-cta .cta-item .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  column-gap: 0.8rem;
}

.section-cta .cta-item .tel span {
  display: inline-block;
  width: 4rem;
}

.section-cta .cta-item .tel span img, .section-cta .cta-item .tel span svg {
  display: block;
  width: 100%;
  height: auto;
}

.section-cta .cta-item .tel a {
  display: inline-block;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .section-cta .cta-item .tel {
    -webkit-column-gap: 0.5rem;
    -moz-column-gap: 0.5rem;
    column-gap: 0.5rem;
  }
  .section-cta .cta-item .tel span {
    width: 3rem;
  }
  .section-cta .cta-item .tel a {
    font-size: 3.8rem;
  }
}

.section-cta .cta-item .sch {
  margin-top: 0;
}

.section-cta .cta-item:nth-child(1) .ttl {
  color: #DE6600;
}

.section-cta .cta-item:nth-child(1) .tel {
  color: #DE6600;
}

.section-cta .cta-item:nth-child(2) .ttl {
  color: #E66F99;
}

.section-cta .cta-item:nth-child(2) .tel {
  color: #E66F99;
}

.section-cta .cta-item:nth-child(3) .ttl {
  color: #5DA44F;
}

.section-cta .cta-item:nth-child(3) .tel {
  color: #5DA44F;
}

.section-cta .cta-item:nth-child(4) .ttl {
  color: #5A8DC6;
}

.section-cta .cta-item:nth-child(4) .tel {
  color: #5A8DC6;
}

.section-cta .c-btn {
  max-width: 45rem;
}

@media screen and (max-width: 768px) {
  .section-cta .c-btn {
    background-color: #E78748;
    border-color: #E78748;
    max-width: 31.5rem;
  }
  .section-cta .c-btn .arrow {
    right: 1.5rem;
  }
}

.page-footer {
  padding: 8rem calc(116/1366 * 100%) 5rem calc(116/1366 * 100%);
  background: #DE6600;
  color: #fff;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 5rem 3rem 6rem;
  }
}

.footer-nav {
  max-width: 98rem;
  margin: 0 auto 10rem;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    margin-bottom: 5rem;
  }
}

.footer-nav_title {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.footer-nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

@media screen and (max-width: 768px) {
  .footer-nav_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 2rem 0;
  }
}

.footer-nav_menu_item {
  border-left: 1px solid #fff;
  padding-left: 1.4rem;
}

.footer-nav_menu_head {
  margin-bottom: 0.5rem;
}

.footer-nav_menu_head a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
  .footer-nav_menu_head a span {
    display: block;
  }
}

.footer-nav_menu_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.footer-nav_menu_sub_itm:nth-child(odd) {
  width: calc(60% - 1rem);
}

@media screen and (max-width: 768px) {
  .footer-nav_menu_sub_itm:nth-child(odd) {
    width: calc(40% - 1rem);
  }
}

.footer-nav_menu_sub_itm a {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 1.2rem;
}

.footer-nav_menu_sub_itm a::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 0;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
  border-left: 0.6rem solid #fff;
}

.footer-nav_links {
  display: block;
  margin: 3rem 0 -1rem -4rem;
}

.footer-nav_links_item {
  display: inline-block;
  margin: 0 0 1rem 4rem;
}

.footer-nav_links_item a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.footer-nav_links .break {
  display: block;
  width: 0;
  height: 0;
}

@media screen and (max-width: 768px) {
  .footer-nav_links {
    margin: 2rem 0 -0.8rem -2rem;
  }
  .footer-nav_links_item {
    margin: 0 0 0.8rem 2rem;
  }
}

.footer-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 3.3rem;
  -moz-column-gap: 3.3rem;
  column-gap: 3.3rem;
}

.footer-brand li a {
  display: inline-block;
}

.footer-brand li a img {
  width: auto;
  max-width: unset;
  height: 6rem;
}

@media screen and (max-width: 768px) {
  .footer-brand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 1.5rem 2rem;
  }
  .footer-brand li {
    display: inline-block;
  }
  .footer-brand li a img {
    height: 4rem;
  }
}

.copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 0.9rem;
    margin-top: 2.5rem;
  }
}

/*@media (min-width: 769px) and (max-width: 1250px) {
	.page-footer {
		padding: 10rem calc(120/1366 * 100%) 2rem 1.5rem;
	}
	.footer-nav {
		column-gap: 5rem;
	}
}*/
/** header area
====================================== **/
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 29.5rem;
  height: 5.5rem;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background-color: #DE6600;
  border: 0.1rem solid #DE6600;
  letter-spacing: 0.15em;
  margin: 4rem auto 0;
  border-radius: 2.8rem;
  position: relative;
}

.c-btn .txt {
  display: inline-block;
}

.c-btn .arrow {
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-btn .arrow svg, .c-btn .arrow img {
  display: block;
  width: 0.7rem;
  height: auto;
}

.c-btn:hover {
  background-color: #fff;
  color: #DE6600;
}

.c-btn:hover .arrow svg path {
  stroke: #DE6600;
}

@media screen and (max-width: 768px) {
  .c-btn {
    margin-top: 3rem;
  }
  .c-btn .arrow {
    right: 2rem;
  }
}

.heading-lv2 {
  text-align: center;
}

.heading-lv2 .en {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.1em;
  color: #E78748;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .en {
    font-size: 1.3rem;
  }
}

.heading-lv2 .ja {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ja {
    font-size: 2rem;
  }
}

.heading-lv3 {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 2rem;
  color: #DE6600;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading-lv3 {
    font-size: 2rem;
    line-height: 1.5;
  }
}

.p-title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.mt100 {
  margin-top: 10rem !important;
}

@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 4rem !important;
  }
}

.key-visual {
  width: 100%;
  height: auto;
  position: relative;
}

.key-visual .kv-img {
  width: 100%;
  display: block;
  overflow: hidden;
}

.key-visual .kv-img img {
  width: 100%;
  height: auto;
  opacity: 0;
}

.key-visual.is-act .kv-img img {
  -webkit-animation: header_animate 2s ease-in-out;
  animation: header_animate 2s ease-in-out;
  opacity: 1;
}

.pagination {
  margin: 5rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 4rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.page-numbers .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 4rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.15em;
  border-bottom: 0.2rem solid transparent;
}

@media screen and (max-width: 768px) {
  .page-numbers .page-numbers {
    font-size: 1.6rem;
  }
}

.page-numbers .page-numbers svg {
  display: block;
}

.page-numbers .page-numbers svg path {
  stroke: #5A3503;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  border-color: #DE6600;
}

.page-numbers .page-numbers.prev svg {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.page-numbers .page-numbers.next:hover, .page-numbers .page-numbers.prev:hover {
  border-color: transparent;
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img img, .anim-img svg {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.anim-img.is-act img, .anim-img.is-act svg {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/** header area
====================================== **/
#hambuger {
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  text-align: center;
  border: 0.1rem solid #5A3503;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
}

#hambuger span {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: bold;
  color: #5A3503;
  margin-top: 0.3rem;
}

#hambuger span.open {
  display: inline-block;
}

#hambuger span.close {
  display: none;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 2.4rem;
  height: 1.6rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #5A3503;
  width: 100%;
  height: 0.3rem;
  border-radius: 2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 45%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 90%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
  transform: translate(-50%, -50%) rotate(30deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}

@keyframes zoomout {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
  }
}

@-webkit-keyframes crossfeed {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes crossfeed {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.main-visual {
  width: 100%;
  height: calc(100vh - 12rem);
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-visual {
    padding: 0;
    height: 26.6rem;
  }
}

.main-visual .mv-ttl {
  width: 83rem;
  padding: 6.5rem 0 2.4rem;
  text-align: center;
  background: url(../img/top/mv_ttl_bg.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4.5rem;
}

.main-visual .mv-ttl img {
  max-width: 60rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ttl {
    width: 31.8rem;
    padding: 1.8rem 0 1.7rem;
    bottom: -1.8rem;
  }
  .main-visual .mv-ttl img {
    max-width: 22.4rem;
  }
}

.main-visual .mv-slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-visual .mv-slider .slick-list,
.main-visual .mv-slider .slick-track {
  height: 100% !important;
}

.main-visual .mv-slider .mv-slider_item {
  width: 100%;
  overflow: hidden;
}

.main-visual .mv-slider .mv-slider_item .mv-slider_image {
  width: 100%;
  height: 100%;
  -webkit-animation-name: crossfeed;
  animation-name: crossfeed;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  position: relative;
}

.main-visual .mv-slider .mv-slider_item .mv-slider_image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.main-visual .mv-slider .mv-slider_item.slick-active .mv-slider_image {
  -webkit-animation-name: zoomout;
  animation-name: zoomout;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.p-top-env {
  padding: 7.3rem 0 6rem;
  background-color: #E68E40;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top-env {
    padding: 2rem 0 4rem;
  }
}

.p-top-env .env-row {
  max-width: 107.8rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .p-top-env .env-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 5.3rem;
    -moz-column-gap: 5.3rem;
    column-gap: 5.3rem;
  }
}

.p-top-env .env-row .env-row_img {
  width: 42.2rem;
}

.p-top-env .env-row .env-row_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-top-env .env-row {
    padding: 0 2.5rem;
  }
  .p-top-env .env-row .env-row_img {
    width: 23.9rem;
    margin: 0 auto 1.5rem;
  }
}

.p-top-env .env-ttl {
  font-size: 3.3rem;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 0.2em;
  margin-bottom: 0.7rem;
}

@media screen and (max-width: 768px) {
  .p-top-env .env-ttl {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    text-align: center;
  }
}

.p-top-env .env-txt {
  line-height: 200%;
  letter-spacing: 0.1em;
}

.p-top-concept {
  padding: 10rem 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-concept {
    padding: 3rem 0 4rem;
  }
  .p-top-concept .container {
    padding: 0 2.5rem;
  }
}

.p-top-concept .concept-ttl {
  line-height: 0;
  margin-bottom: 1.8rem;
}

.p-top-concept .concept-ttl img {
  max-width: 63rem;
}

@media screen and (max-width: 768px) {
  .p-top-concept .concept-ttl {
    margin-bottom: 1.2rem;
  }
  .p-top-concept .concept-ttl img {
    max-width: 25rem;
  }
}

.p-top-concept .concept-lead {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-top-concept .concept-lead {
    font-size: 1.1rem;
    margin-bottom: 2.2rem;
  }
}

.p-top-concept .concept-sub {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #DE6600;
  margin-bottom: 1.5rem;
}

.p-top-concept .concept-sub span {
  display: inline-block;
  font-size: 5rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-top-concept .concept-sub {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .p-top-concept .concept-sub span {
    font-size: 2.5rem;
  }
}

.p-top-concept .concept-txt {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-top-concept .concept-txt {
    font-size: 1.2rem;
  }
}

.p-top-intro {
  padding: 8rem 0 13rem;
  background-color: #FFF7E7;
  text-align: center;
}

.p-top-intro .txt-lead {
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-top-intro {
    padding: 4rem 0 3rem;
  }
  .p-top-intro .txt-lead {
    text-align: left;
  }
}

.p-top-service {
  padding: 5rem 0 10rem;
  background-color: #FFF7E7;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-service {
    padding: 2.5rem 0 5rem;
  }
}

.p-top-service::before, .p-top-service::after {
  position: absolute;
  content: '';
  background: url(../img/common/bg.png) left top no-repeat;
  background-size: cover;
}

.p-top-service::before {
  width: calc(50% - 15.8rem);
  height: 125.7rem;
  left: 0;
  top: 0;
  border-radius: 0 5rem 5rem 0;
}

@media screen and (max-width: 768px) {
  .p-top-service::before {
    width: 17.5rem;
    height: 96.9rem;
    border-radius: 0 3rem 3rem 0;
  }
}

.p-top-service::after {
  width: calc(50% - 12.1rem);
  height: 101.5rem;
  right: 0;
  bottom: 0;
  border-radius: 5rem 0 0 0;
}

@media screen and (max-width: 768px) {
  .p-top-service::after {
    bottom: 58.8rem;
    width: 17.5rem;
    height: 57.5rem;
    border-radius: 5rem 0 0 5rem;
  }
}

.p-top-service .art-btn {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  color: #DE6600;
}

.p-top-service .art-btn .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-top-service .art-btn .txt small {
  display: inline-block;
  font-size: 2rem;
  margin-left: 0.8rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-top-service .art-btn .txt small {
    display: none;
  }
}

.p-top-service .art-btn .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #DE6600;
}

.p-top-service .art-btn .arrow img, .p-top-service .art-btn .arrow svg {
  display: block;
  width: 0.8rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-top-service .art-btn {
    gap: 0 1.5rem;
  }
  .p-top-service .art-btn .arrow {
    width: 2rem;
    height: 2rem;
  }
  .p-top-service .art-btn .arrow img, .p-top-service .art-btn .arrow svg {
    width: 0.5rem;
  }
}

.p-top-service .container {
  max-width: 107.6rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top-service .container {
    padding: 0 1.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top-service .service-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top-service .service-article .service-article_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}

.p-top-service .service-article .service-article_ttl {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-article .service-article_ttl {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.p-top-service .service-article .service-article_txt {
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-article .service-article_txt {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.p-top-service .service-article .service-article_icon {
  max-width: 32.7rem;
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-article .service-article_icon {
    max-width: 24.5rem;
    margin: 1.4rem auto 0;
    gap: 0 1.7rem;
  }
}

.p-top-service .service-article .service-article_icon .service-article_icon_itm {
  width: 10rem;
  height: 10rem;
}

.p-top-service .service-article .service-article_icon .service-article_icon_itm:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-top-service .service-article .service-article_icon .service-article_icon_itm:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-top-service .service-article .service-article_icon .service-article_icon_itm:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-article .service-article_icon .service-article_icon_itm {
    width: 7rem;
    height: 7rem;
  }
}

.p-top-service .service-article .service-article_icon .service-article_icon_itm .service-article_icon_itm--link {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 0;
  position: relative;
}

.p-top-service .service-article .service-article_icon .service-article_icon_itm .service-article_icon_itm--link img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.p-top-service .service-article .service-article_icon .service-article_icon_itm .service-article_icon_itm--link img.on {
  opacity: 0;
  visibility: hidden;
}

.p-top-service .service-article .service-article_icon .service-article_icon_itm .service-article_icon_itm--link:hover img.off {
  opacity: 0;
  visibility: hidden;
}

.p-top-service .service-article .service-article_icon .service-article_icon_itm .service-article_icon_itm--link:hover img.on {
  opacity: 1;
  visibility: visible;
}

.p-top-service .service-article .service-article_img {
  width: 55rem;
}

.p-top-service .service-article .service-article_img figure {
  display: block;
  overflow: hidden;
  border-radius: 5rem;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-article .service-article_img {
    width: 32rem;
    margin: 0 auto;
  }
  .p-top-service .service-article .service-article_img figure {
    border-radius: 2rem;
  }
}

.p-top-service .service-article .service-article_ctn {
  width: 40rem;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-article .service-article_ctn {
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .p-top-service .service-article.art2, .p-top-service .service-article.art4 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.p-top-service .service-article._pink .art-btn {
  color: #E66F99;
}

.p-top-service .service-article._pink .art-btn .arrow {
  background-color: #E66F99;
}

.p-top-service .service-article._green .art-btn {
  color: #5DA44F;
}

.p-top-service .service-article._green .art-btn .arrow {
  background-color: #5DA44F;
}

.p-top-service .service-article._blue .art-btn {
  color: #5A8DC6;
}

.p-top-service .service-article._blue .art-btn .arrow {
  background-color: #5A8DC6;
}

.p-top-service .service-article + .service-article {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-article + .service-article {
    margin-top: 5rem;
  }
}

.p-top-service .service-feat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 4.3rem;
  -moz-column-gap: 4.3rem;
  column-gap: 4.3rem;
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-feat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 5rem 0;
    margin: 5rem auto 0;
    max-width: 32rem;
  }
}

.p-top-service .service-feat .service-feat_item {
  width: 32rem;
  text-align: center;
}

.p-top-service .service-feat .service-feat_item:nth-child(1) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-top-service .service-feat .service-feat_item:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-top-service .service-feat .service-feat_item:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.p-top-service .service-feat .service-feat_item .service-feat_item_link {
  display: block;
}

.p-top-service .service-feat .service-feat_item .service-feat_item_img {
  display: block;
  overflow: hidden;
  border-radius: 5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-feat .service-feat_item .service-feat_item_img {
    border-radius: 2rem;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top-service .service-feat .service-feat_item .service-feat_item_ctn {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .p-top-service .service-feat .service-feat_item .service-feat_item_ctn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.p-top-service .service-feat .service-feat_item .service-feat_item_txt {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-feat .service-feat_item .service-feat_item_txt {
    font-size: 1.5rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

.p-top-service .service-feat .service-feat_item .service-feat_item_ttl {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-top-service .service-feat .service-feat_item .service-feat_item_ttl {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}

.p-top-information {
  background-color: #fff;
  padding: 8rem 0 10rem;
}

@media screen and (max-width: 768px) {
  .p-top-information {
    padding: 5rem 0 8rem;
  }
}

.p-top-information .container {
  max-width: 89.6rem;
}

.p-top-information .heading-lv2 {
  margin-bottom: 2rem;
}

.p-top-information .information-item {
  border-top: 0.1rem dotted rgba(90, 53, 3, 0.3);
}

.p-top-information .information-item:last-child {
  border-bottom: 0.1rem dotted rgba(90, 53, 3, 0.3);
}

.p-top-information .information-item .information-item_date {
  display: inline-block;
  width: 14rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-top-information .information-item .information-item_date {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.p-top-information .information-item .information-item_title {
  display: inline-block;
}

.p-top-information .information-item .information-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .p-top-information .information-item .information-item_link {
    padding: 1rem 0;
    font-size: 1.6rem;
    display: block;
  }
}

.p-top-recruit {
  padding: 8rem 0 10rem;
  background: url(../img/top/recruit_img.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-top-recruit {
    padding: 6rem 0 6rem;
    background: url(../img/top/recruit_img_sp.jpg) center center no-repeat;
    background-size: cover;
  }
  .p-top-recruit .c-btn {
    margin-top: 2.4rem;
  }
}

.p-top-recruit::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
}

.p-top-recruit .container {
  position: relative;
  z-index: 1;
}

/** home
======================================= **/
@media screen and (max-width: 768px) {
  .p-sincerity .section-intro .cpy {
    text-align: center;
  }
  .p-sincerity .section-intro .txt .place {
    margin-top: 0;
  }
  .p-sincerity .section-service {
    padding-bottom: 0;
  }
  .p-sincerity .section-service .container {
    padding: 0 2rem;
  }
  .p-sincerity .service-detail {
    padding: 4rem 0;
  }
  .p-sincerity .service-detail .heading-lv3 {
    margin-bottom: 1rem;
  }
  .p-sincerity .service-detail .service-list {
    margin-top: 4rem;
  }
}

/** home
======================================= **/
@media screen and (max-width: 768px) {
  .p-sasuke .section-intro .cpy {
    text-align: center;
  }
  .p-sasuke .section-intro .txt .place {
    margin-top: 0;
  }
  .p-sasuke .section-service {
    padding-bottom: 0;
  }
  .p-sasuke .section-service .container {
    padding: 0 2rem;
  }
  .p-sasuke .service-detail {
    padding: 4rem 0;
  }
  .p-sasuke .service-detail .heading-lv3 {
    margin-bottom: 1rem;
  }
  .p-sasuke .service-detail .service-list {
    margin-top: 4rem;
  }
}

/** home
======================================= **/
.p-company_contents {
  background-color: #fff;
  padding: 10rem 0 8rem;
}

.p-company_contents .container {
  max-width: 69.6rem;
}

.p-company_contents .heading-lv3 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-company_contents {
    padding: 4rem 0 5rem;
  }
}

.p-company .cpn-history {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-company .cpn-history {
    margin-top: 6rem;
  }
}

.p-company .section-intro .cpy {
  text-align: center;
}

.cpn-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0;
  border-top: 0.2rem dotted #5A3503;
}

.cpn-art:last-child {
  border-bottom: 0.2rem dotted #5A3503;
}

.cpn-art .cpn-art_tl {
  width: 18.7rem;
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .cpn-art .cpn-art_tl {
    width: 13.5rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.cpn-art .cpn-art_tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .cpn-art .cpn-art_tx {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

/** home
======================================= **/
.p-recruit .section-intro .cpy {
  text-align: center;
}

.p-recruit .p-contents {
  padding: 10rem 0;
}

.p-recruit .p-contents .c-btn {
  max-width: 35.8rem;
}

@media screen and (max-width: 768px) {
  .p-recruit .p-contents {
    padding: 4rem 0 5rem;
  }
  .p-recruit .p-contents .container {
    padding: 0 2.5rem;
  }
  .p-recruit .p-contents .c-btn {
    margin-top: 4rem;
  }
}

.p-recruit .heading-lv3 {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-recruit .heading-lv3 {
    margin-bottom: 2rem;
  }
}

.p-recruit .recruit-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-recruit .recruit-navi {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

.p-recruit .recruit-navi .recruit-navi_itm {
  width: calc(50% - 1.5rem);
}

.p-recruit .recruit-navi .recruit-navi_itm:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-recruit .recruit-navi .recruit-navi_itm:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@media screen and (max-width: 768px) {
  .p-recruit .recruit-navi .recruit-navi_itm {
    width: calc(50% - 0.5rem);
  }
}

.p-recruit .recruit-navi .recruit-navi_itm .recruit-navi_itm_txt {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-recruit .recruit-navi .recruit-navi_itm .recruit-navi_itm_txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.p-recruit .recruit-navi .recruit-navi_itm .recruit-navi_itm_link {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.p-recruit .recruit-navi .recruit-navi_itm .recruit-navi_itm_link::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(231, 135, 72, 0.4);
}

.p-recruit .recruit-navi.navi2 {
  margin-top: 10rem;
}

.p-recruit .recruit-navi.navi2 .recruit-navi_itm .recruit-navi_itm_link::after {
  background-color: rgba(132, 183, 122, 0.4);
}

@media screen and (max-width: 768px) {
  .p-recruit .recruit-navi.navi2 {
    margin-top: 5rem;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2.2rem;
  padding: 0 2rem;
}

.tabs .tabs-itm {
  padding: 1.5rem 2rem;
  background-color: #FFE7C0;
  color: #DE6600;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  border-radius: 1rem 1rem 0 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.tabs .tabs-itm:hover, .tabs .tabs-itm.active {
  background-color: #DE6600;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tabs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 1rem;
    padding: 0;
    margin-bottom: 2rem;
  }
  .tabs .tabs-itm {
    width: calc(50% - 0.5rem);
    padding: 1rem 0.5rem;
    letter-spacing: 0.02em;
    border-radius: 0.5rem;
  }
}

.tab-body {
  padding: 4rem 7.5rem 8rem;
  border: 0.3rem solid #E78748;
  background-color: #fff;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .tab-body {
    padding: 2rem 1.5rem;
  }
}

.tab-content {
  display: none;
}

.rc-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
}

.rc-art + .rc-art {
  border-top: 0.1rem dashed #000;
}

.rc-art .rc-art_tl {
  width: 16.5rem;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .rc-art .rc-art_tl {
    width: 8.4rem;
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
}

.rc-art .rc-art_tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 768px) {
  .rc-art .rc-art_tx {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
  }
}

/** home
======================================= **/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #ACACAC;
}

select option {
  color: #1B1D1E;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1B1D1E;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1B1D1E;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 0.6rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #5A3503;
  vertical-align: middle;
}

input[type=checkbox]:checked {
  opacity: 1;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background-color: #5A3503;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 0.6rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #5A3503;
  vertical-align: middle;
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 0.6rem;
  width: 0.6rem;
  border-radius: 50%;
  background-color: #5A3503;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

.ipt {
  outline: none;
  background: none;
  width: 100%;
  border: none;
  border-bottom: 0.1rem solid #000;
  padding: 0.3rem 1rem;
}

.ipt.are {
  height: 14.6rem;
  resize: none;
  border: 0.1rem solid #BFBFBF;
}

.req {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.8rem;
  height: 1.8rem;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 0.3rem;
  background: #DE6600;
  color: #fff;
  font-weight: bold;
  margin-left: auto;
  vertical-align: middle;
}

.req.not-req {
  background: #A1A1A1;
}

@media screen and (max-width: 768px) {
  .req {
    font-size: 1rem;
    padding: 0.3rem 0.6rem;
  }
}

.c-btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 6rem auto 0;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.c-btn_group .c-form_btn {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .c-btn_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    row-gap: 2rem;
    margin: 4rem auto 0;
  }
}

.c-form_border {
  border: 0.1rem solid #5A3503;
  padding: 3rem 4rem;
  border-radius: 1rem;
  background-color: #fff;
}

.c-form_border + .c-form_border {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .c-form_border {
    padding: 2rem 2rem 4rem;
  }
}

.c-form_btn {
  padding: 0;
  max-width: 25.5rem;
  height: 5.5rem;
  margin: 0;
}

.c-form_btn input[type="submit"],
.c-form_btn input[type="button"],
.c-form_btn button {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .c-form_btn input[type="submit"],
  .c-form_btn input[type="button"],
  .c-form_btn button {
    padding: 0 8rem;
  }
}

.c-form_btn input[type="submit"]:hover,
.c-form_btn input[type="button"]:hover,
.c-form_btn button:hover {
  color: #DE6600;
}

.c-form_btn._back {
  background-color: #BFBFBF;
  overflow: hidden;
  border-color: #BFBFBF;
}

.c-form_btn._back input[type="submit"],
.c-form_btn._back input[type="button"],
.c-form_btn._back button {
  color: #fff;
  background-color: #BFBFBF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.c-form_btn._back input[type="submit"]:hover,
.c-form_btn._back input[type="button"]:hover,
.c-form_btn._back button:hover {
  color: #DE6600;
}

.c-form_btn._back .arrow {
  right: auto;
  left: 2.5rem;
  -webkit-transform: translateY(-50%) rotateZ(180deg);
  transform: translateY(-50%) rotateZ(180deg);
}

.c-form_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 2.8rem;
  -moz-column-gap: 2.8rem;
  column-gap: 2.8rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl {
    display: block;
  }
}

.c-form_ctrl .c-form_ctrl_lbl {
  width: 14.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_lbl {
    margin-bottom: 0.5rem;
  }
}

.c-form_ctrl .c-form_ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.c-form_ctrl + .c-form_ctrl {
  margin-top: 2rem;
}

.c-form_ctrl.no-flex {
  display: block;
}

.c-form_ctrl.no-flex .c-form_ctrl_lbl {
  margin-bottom: 0.5rem;
}

.c-form_privacy {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c-form_privacy .your-agreeformError {
  width: 100%;
  position: absolute !important;
  left: 0;
  top: auto !important;
  bottom: -1.5rem;
}

@media screen and (max-width: 768px) {
  .c-form_privacy .your-agreeformError {
    bottom: -2.5rem;
  }
}

.c-form_privacy .c-form_link {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  font-size: 2rem;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 768px) {
  .c-form_privacy {
    margin-top: 1rem;
  }
  .c-form_privacy .c-form_link {
    font-size: 1.2rem;
  }
}

.c-confirm .c-form_ctrl {
  display: block;
}

.c-confirm .c-form_ctrl .c-form_ctrl_lbl {
  display: block;
}

.c-finish {
  text-align: center;
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .c-finish {
    padding: 0 2.5rem;
  }
}

.c-finish .lead-txt {
  font-size: 1.8rem;
  line-height: 2.5;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  .c-finish .lead-txt {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
}

.wpcf7-radio {
  display: block;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
}

.wpcf7-radio .wpcf7-list-item > label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wpcf7-response-output {
  display: none;
}

.formErrorContent {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

@media screen and (max-width: 768px) {
  .formErrorContent {
    font-size: 1.1rem;
  }
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border-color: #DA4432;
  background-color: #FFEAEA;
}

.is-error input::-webkit-input-placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #DA4432 !important;
}

.is-error .ipt::-webkit-input-placeholder, .is-error .ipt::-moz-placeholder, .is-error .ipt::-ms-placeholder, .is-error .ipt::placeholder {
  color: #DA4432 !important;
}

.your-consent {
  display: block;
}

.p-contact .container {
  max-width: 78rem;
}

.p-contact .cta-lead {
  text-align: center;
  font-size: 1.8rem;
}

.p-contact .c-form {
  margin-top: 6.5rem;
}

/** home
======================================= **/
@media screen and (min-width: 769px) {
  .sc {
    padding: 8rem 0 10rem 6rem;
  }
  .sc .container {
    max-width: 92rem;
  }
}

@media screen and (max-width: 768px) {
  .sc {
    padding: 4rem 0;
  }
  .sc .container {
    padding: 0 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .sc .heading-lv3 {
    text-align: center;
  }
}

.sc-tenancy {
  background-color: #FFF7E7;
}

.sc-tenancy .tenancy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2rem;
}

@media screen and (max-width: 768px) {
  .sc-tenancy .tenancy-list {
    gap: 1rem;
  }
}

.sc-tenancy .tenancy-item {
  width: calc(100%/3 - 1.4rem);
  height: 9rem;
  background-color: #FFE7C0;
  color: #DE6600;
  border-radius: 1rem;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sc-tenancy .tenancy-item:nth-child(1) {
  -webkit-transition-delay: 0.005s;
  transition-delay: 0.005s;
}

.sc-tenancy .tenancy-item:nth-child(2) {
  -webkit-transition-delay: 0.01s;
  transition-delay: 0.01s;
}

.sc-tenancy .tenancy-item:nth-child(3) {
  -webkit-transition-delay: 0.015s;
  transition-delay: 0.015s;
}

.sc-tenancy .tenancy-item:nth-child(4) {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}

.sc-tenancy .tenancy-item:nth-child(5) {
  -webkit-transition-delay: 0.025s;
  transition-delay: 0.025s;
}

.sc-tenancy .tenancy-item:nth-child(6) {
  -webkit-transition-delay: 0.03s;
  transition-delay: 0.03s;
}

.sc-tenancy .tenancy-item:nth-child(7) {
  -webkit-transition-delay: 0.035s;
  transition-delay: 0.035s;
}

.sc-tenancy .tenancy-item:nth-child(8) {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.sc-tenancy .tenancy-item:nth-child(9) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}

.sc-tenancy .tenancy-item:nth-child(10) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.sc-tenancy .tenancy-item:nth-child(11) {
  -webkit-transition-delay: 0.055s;
  transition-delay: 0.055s;
}

.sc-tenancy .tenancy-item:nth-child(12) {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.sc-tenancy .tenancy-item:nth-child(13) {
  -webkit-transition-delay: 0.065s;
  transition-delay: 0.065s;
}

.sc-tenancy .tenancy-item:nth-child(14) {
  -webkit-transition-delay: 0.07s;
  transition-delay: 0.07s;
}

.sc-tenancy .tenancy-item:nth-child(15) {
  -webkit-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.sc-tenancy .tenancy-item:nth-child(16) {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.sc-tenancy .tenancy-item:nth-child(17) {
  -webkit-transition-delay: 0.085s;
  transition-delay: 0.085s;
}

.sc-tenancy .tenancy-item:nth-child(18) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}

.sc-tenancy .tenancy-item:nth-child(19) {
  -webkit-transition-delay: 0.095s;
  transition-delay: 0.095s;
}

.sc-tenancy .tenancy-item:nth-child(20) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.sc-tenancy .tenancy-item:nth-child(21) {
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}

.sc-tenancy .tenancy-item:nth-child(22) {
  -webkit-transition-delay: 0.11s;
  transition-delay: 0.11s;
}

.sc-tenancy .tenancy-item:nth-child(23) {
  -webkit-transition-delay: 0.115s;
  transition-delay: 0.115s;
}

.sc-tenancy .tenancy-item:nth-child(24) {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.sc-tenancy .tenancy-item:nth-child(25) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}

@media screen and (max-width: 768px) {
  .sc-tenancy .tenancy-item {
    width: calc(100%/2 - 0.5rem);
    height: 5.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.sc-tenancy .tenancy-note {
  font-size: 1.2rem;
  margin-top: 2rem;
}

.sc-introduction {
  background-color: #fff;
}

.sc-introduction .floor-img {
  max-width: 49rem;
  margin-top: 5rem;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 768px) {
  .sc-introduction .floor-img {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}

.sc-introduction .introduction-txt {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
  margin: 2rem 0 0;
}

@media screen and (max-width: 768px) {
  .sc-introduction .introduction-txt {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

.sc-introduction .slider-item {
  border-radius: 1rem;
  overflow: hidden;
}

.sc-introduction .slick-arrow {
  border: none;
  outline: none;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #DE6600;
  text-indent: -99999px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.sc-introduction .slick-arrow::after {
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 1.1rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/common/icon_right.svg) center no-repeat;
  background-size: cover;
}

.sc-introduction .slick-arrow.slick-prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
}

@media screen and (max-width: 768px) {
  .sc-introduction .slick-arrow {
    width: 2rem;
    height: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .sc-introduction .slick-arrow::after {
    width: 0.5rem;
    height: 0.8rem;
  }
}

.sc-introduction .slider-main .slider-item img {
  width: 100%;
}

.sc-introduction .slider-main .slick-arrow {
  bottom: 2rem;
}

.sc-introduction .slider-main .slick-arrow.slick-prev {
  left: 3rem;
}

@media screen and (max-width: 768px) {
  .sc-introduction .slider-main .slick-arrow.slick-prev {
    left: -1rem;
  }
}

.sc-introduction .slider-main .slick-arrow.slick-next {
  left: 7rem;
}

@media screen and (max-width: 768px) {
  .sc-introduction .slider-main .slick-arrow.slick-next {
    left: auto;
    right: -1rem;
  }
}

.sc-introduction .slider-nav {
  margin: 4rem 0 0;
}

.sc-introduction .slider-nav .slider-item {
  width: 16.5rem;
  margin: 0 0.8rem;
}

.sc-introduction .slider-nav .slick-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sc-introduction .slider-nav .slick-arrow.slick-prev {
  left: -1.5rem;
}

.sc-introduction .slider-nav .slick-arrow.slick-next {
  right: -1.5rem;
}

@media screen and (max-width: 768px) {
  .sc-introduction .slider-nav {
    display: none;
  }
}

.sc-rates {
  background-color: #FFF7E7;
}

.sc-rates .rates-price {
  margin-bottom: 5rem;
}

.sc-rates .rates-txt {
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .sc-rates .rates-txt {
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-bottom: 3rem;
  }
}

.sc-rates .rates-zero {
  max-width: 73.2rem;
}

.sc-service {
  background-color: #fff;
}

.sc-service .service-cont {
  background-color: #FFF2DC;
  padding: 5rem;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-cont {
    padding: 3rem 2.1rem 2.1rem;
  }
}

.sc-service .service-cont_ttl {
  font-size: 3rem;
  letter-spacing: 0.3em;
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sc-service .service-cont_ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}

.sc-service .service-cont_sub {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin-bottom: 2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sc-service .service-cont_sub {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    margin-bottom: 1rem;
  }
}

.sc-service .service-cont_txt {
  line-height: 2;
  text-align: center;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-cont_txt {
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-service .service-cont_feat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 2.9rem;
    -moz-column-gap: 2.9rem;
    column-gap: 2.9rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-service .service-cont_feat .itm-img li + li {
    margin-top: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .sc-service .service-cont_feat_itm:nth-child(1) {
    width: calc(67.4% - 1.5rem);
  }
  .sc-service .service-cont_feat_itm:nth-child(1) .itm-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-column-gap: 2.9rem;
    -moz-column-gap: 2.9rem;
    column-gap: 2.9rem;
  }
  .sc-service .service-cont_feat_itm:nth-child(1) .itm-img li {
    width: calc(50% - 1.5rem);
  }
  .sc-service .service-cont_feat_itm:nth-child(2) {
    width: calc(32.6% - 1.5rem);
  }
}

@media screen and (max-width: 768px) {
  .sc-service .service-cont_feat_itm + .service-cont_feat_itm {
    margin-top: 2rem;
  }
}

.sc-service .service-cont_feat p {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-cont_feat p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.sc-service .service-box {
  border: 0.2rem solid #DE6600;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-box {
    margin-top: 2rem;
  }
}

.sc-service .service-box_tl {
  text-align: center;
  background-color: #DE6600;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.15em;
  padding: 0.6rem 2rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-box_tl {
    font-size: 1.6rem;
  }
}

.sc-service .service-box_tx {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  padding: 2.4rem 3rem 3rem;
}

@media screen and (max-width: 768px) {
  .sc-service .service-box_tx {
    font-size: 1.3rem;
    line-height: 1.6;
    padding: 1.5rem 1.3rem 1.3rem;
  }
}

.sc-access {
  background-color: #FFF7E7;
}

.sc-access .access-map {
  width: 100%;
  height: 40rem;
  position: relative;
}

.sc-access .access-map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .sc-access .access-map {
    height: 32.5rem;
  }
}

.sc-access .access-add {
  margin-top: 2rem;
  font-weight: 400;
  color: #000;
}

@media screen and (max-width: 768px) {
  .sc-access .access-add {
    margin-top: 1rem;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

.p-rakuto .heading-lv3 {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-rakuto .heading-lv3 {
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .p-rakuto .section-intro {
    padding-bottom: 16rem;
  }
}

.theme-pink .section-intro .ttl {
  color: #E66F99;
}

.theme-pink .heading-lv3 {
  color: #E66F99;
}

.theme-pink .sc-tenancy .tenancy-item {
  background-color: #FFE5E5;
  color: #E66F99;
}

.theme-pink .sc-introduction .slick-arrow {
  background-color: #E66F99;
}

.theme-pink .sc-service .service-cont {
  background-color: #FDEFED;
}

.theme-pink .sc-service .service-box {
  border-color: #E66F99;
}

.theme-pink .sc-service .service-box .service-box_tl {
  background-color: #E66F99;
}

.theme-green .section-intro .ttl {
  color: #5DA44F;
}

.theme-green .heading-lv3 {
  color: #5DA44F;
}

.theme-green .sc-tenancy .tenancy-item {
  background-color: #E2EED9;
  color: #5DA44F;
}

.theme-green .sc-introduction .slick-arrow {
  background-color: #5DA44F;
}

.theme-green .sc-service .service-cont {
  background-color: #EDF7E6;
}

.theme-green .sc-service .service-box {
  border-color: #5DA44F;
}

.theme-green .sc-service .service-box .service-box_tl {
  background-color: #5DA44F;
}

.theme-blue .section-intro .ttl {
  color: #5A8DC6;
}

.theme-blue .heading-lv3 {
  color: #5A8DC6;
}

.theme-blue .sc-tenancy .tenancy-item {
  background-color: #E6EFF9;
  color: #5A8DC6;
}

.theme-blue .sc-introduction .slick-arrow {
  background-color: #5A8DC6;
}

.theme-blue .sc-service .service-cont {
  background-color: #E6EFF9;
}

.theme-blue .sc-service .service-box {
  border-color: #5A8DC6;
}

.theme-blue .sc-service .service-box .service-box_tl {
  background-color: #5A8DC6;
}

.p-rental .section-intro .cpy {
  text-align: center;
}

.p-rental .section-service {
  padding: 10rem 0;
}

@media screen and (max-width: 768px) {
  .p-rental .section-service {
    padding: 4rem 0;
  }
}

.p-rental .section-service .heading-lv3:not(:first-child) {
  margin-top: 16rem;
}

@media screen and (max-width: 768px) {
  .p-rental .section-service .heading-lv3:not(:first-child) {
    margin-top: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-rental .section-service .container {
    padding: 0 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-rental .section-service .service-img {
    margin-top: 2rem;
  }
}

.p-environment .service-detail {
  background-color: #FFF7E7;
}

@media screen and (max-width: 768px) {
  .p-environment .service-detail {
    padding: 2rem 0 5rem;
  }
}

.p-environment .service-detail .container {
  max-width: 90rem;
}

.p-environment .service-detail .heading-lv3:not(:first-child) {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-environment .service-detail .heading-lv3:not(:first-child) {
    margin-top: 6rem;
  }
}

.p-environment .service-detail .service-list {
  margin-top: 0;
}

@media screen and (min-width: 769px) {
  .p-environment .service-detail .service-list {
    gap: 3rem 5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-environment .service-detail .service-item {
    width: calc(50% - 2.5rem);
  }
}

.p-environment .service-detail .service-item .ttl {
  color: #DE6600;
}

.p-environment .service-detail .service-item .txt {
  color: #000;
}

.p-environment .service-detail .c-btn {
  max-width: 35.8rem;
  margin: 8rem auto 0;
}

@media screen and (max-width: 768px) {
  .p-environment .service-detail .c-btn {
    max-width: 31.5rem;
    margin-top: 4rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents {
    padding: 2rem 0 5rem;
  }
}

.p-experience .p-contents .container {
  max-width: 116.5rem;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents .container {
    padding: 0 2.5rem;
  }
}

.p-experience .p-contents .p-title {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents .p-title {
    margin-bottom: 1rem;
  }
}

.p-experience .p-contents .heading-lv3 {
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents .heading-lv3 {
    margin-bottom: 1rem;
  }
}

.p-experience .p-contents .ttl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.15em;
  margin: 4rem 0;
  color: #DE6600;
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents .ttl {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin: 2rem 0;
  }
}

.p-experience .p-contents .txt {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents .txt {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}

.p-experience .p-contents .flow {
  margin-top: 6rem;
}

.p-experience .p-contents .flow img {
  max-width: 72.5rem;
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents .flow {
    margin-top: 4rem;
  }
  .p-experience .p-contents .flow img {
    max-width: 32.5rem;
  }
}

.p-experience .p-contents .c-btn {
  max-width: 45rem;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents .c-btn {
    margin-top: 4rem;
  }
}

.p-experience .p-contents .img-pos {
  display: inline-block;
  position: absolute;
}

.p-experience .p-contents .img-pos.pos1 {
  width: 30.9rem;
  left: 1.5rem;
  top: 34.6rem;
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents .img-pos.pos1 {
    width: 9rem;
    top: 14rem;
    left: 1rem;
  }
}

.p-experience .p-contents .img-pos.pos2 {
  width: 25.2rem;
  right: 1.5rem;
  bottom: 35.4rem;
}

@media screen and (max-width: 768px) {
  .p-experience .p-contents .img-pos.pos2 {
    width: 7.3rem;
    top: 27rem;
  }
}

.p-news .p-title {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-news .p-title {
    margin-bottom: 2rem;
  }
}

.p-news .p-contents .container {
  max-width: 78rem;
}

.p-posts .p-posts_item .p-posts_item_date {
  display: inline-block;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.p-posts .p-posts_item .p-posts_item_title {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 2;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #5A3503;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-posts .p-posts_item .p-posts_item_title {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem;
  }
}

.p-posts .p-posts_item p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 0.15em;
}

.p-posts .p-posts_item p + p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-posts .p-posts_item p {
    font-size: 1.2rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .p-posts .p-posts_item p + p {
    margin-top: 2rem;
  }
}

.p-posts .p-posts_item + .p-posts_item {
  margin-top: 10rem;
}

@media screen and (max-width: 768px) {
  .p-posts .p-posts_item + .p-posts_item {
    margin-top: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-voice .p-contents {
    padding: 2rem 0 5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-voice .container {
    padding: 0 2.5rem;
  }
}

.p-voice .p-title {
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 768px) {
  .p-voice .p-title {
    margin-bottom: 2rem;
  }
}

.voice-wrap {
  text-align: center;
}

.voice-wrap + .voice-wrap {
  margin-top: 10rem;
}

.voice-info {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .voice-info {
    margin-bottom: 5rem;
  }
}

.voice-info .voice-info_thumb {
  width: 40rem;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 768px) {
  .voice-info .voice-info_thumb {
    width: 19.4rem;
  }
}

.voice-info .voice-info_txt {
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .voice-art {
    text-align: left;
  }
}

.voice-art .voice-art_tl {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.2em;
  color: #DE6600;
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .voice-art .voice-art_tl {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
  }
}

.voice-art .voice-art_tx {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .voice-art .voice-art_tx {
    letter-spacing: 0.05em;
  }
}

.voice-art + .voice-art {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .voice-art + .voice-art {
    margin-top: 5rem;
  }
}

.voice-sch {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .voice-sch {
    margin-top: 5rem;
  }
}
