@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese);
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* -----------------------------------------------------------------------------
   メディアクエリ
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   link
   -------------------------------------------------------------------------- */
a {
  cursor: pointer !important;
  text-decoration: none;
}

a:link {
  color: #5c3386;
} /* unvisited link */
a:visited {
  color: #5c3386;
} /* visited link */
a:hover {
  color: #5c3386;
} /* mouse over link */
a:active {
  color: #5c3386;
} /* selected link */
a:focus {
  outline: none;
}

/* -----------------------------------------------------------------------------
   Reset
   -------------------------------------------------------------------------- */
ul, ol {
  list-style: none;
}

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

/* -----------------------------------------------------------------------------
   br
   -------------------------------------------------------------------------- */
br.m-pc-none {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  br.m-pc-none {
    display: none;
  }
}
br.m-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  br.m-sp-none {
    display: block;
    line-height: 0;
  }
}
/* -----------------------------------------------------------------------------
   common 01
   -------------------------------------------------------------------------- */
.tel-link a {
  text-decoration: none;
}

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

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

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

.m-img-sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-img-sp-none {
    display: block;
  }
}
.m-img-pc-none {
  display: block;
}
@media screen and (min-width: 768px) {
  .m-img-pc-none {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
   common 02
   -------------------------------------------------------------------------- */
.m-cmn-ttl-wrap {
  max-width: 265px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.m-cmn-ttl {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl {
    font-size: 3.5rem;
  }
}
.m-cmn-ttl::after {
  content: "";
  width: 215px;
  height: 2px;
  display: inline-block;
  background-color: #323232;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl::after {
    width: 265px;
  }
}
.m-cmn-ttl-us {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .m-cmn-ttl-us {
    font-size: 1.5rem;
  }
}
.m-cmn-ttl-desc {
  font-size: 2rem;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  text-align: center;
}

.m-cmn-btn-wrap {
  display: block;
}

.m-cmn-btn-wrap p {
  position: relative;
  overflow: hidden;
  width: 220px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
}

.m-cmn-btn {
  display: block;
  width: 100%;
}

.m-cmn-btn span {
  position: relative;
  display: block;
  font-size: 1.1rem;
  line-height: 2.3;
  letter-spacing: 0.2em;
  padding: 10px 0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  color: #323232;
}

.m-cmn-btn:hover {
  opacity: 1;
}

.m-cmn-btn:hover span {
  color: #323232;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn:hover span {
    color: #fff;
  }
}
.m-cmn-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
  background: #C89655;
}

.m-cmn-btn:hover:before {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}
@media screen and (min-width: 768px) {
  .m-cmn-btn:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.m-cv-btn {
  padding: 60px 50px;
  background-color: #1996FA;
}
@media screen and (min-width: 768px) {
  .m-cv-btn {
    padding: 120px 20px;
  }
}
.m-cv-btn-inner {
  max-width: 280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .m-cv-btn-inner {
    max-width: 570px;
  }
}
.m-cv-btn-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .m-cv-btn-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 75px;
  }
}
.m-cv-btn-items li {
  position: relative;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .m-cv-btn-items li {
    width: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.m-cv-btn-items li:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.m-cv-btn-items li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.m-cv-btn-items li img {
  width: 115px;
  margin-bottom: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cv-btn-items li img {
    width: 130px;
    margin-bottom: 30px;
  }
}
.m-cv-btn-item-txt-box {
  width: calc(100% - 115px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .m-cv-btn-item-txt-box {
    width: 100%;
  }
}
.m-cv-btn-item-ttl {
  font-size: 1.9rem;
  letter-spacing: 0.2em;
  color: #fff;
}

.m-cv-btn-item-ttl-us {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  color: #fff;
}

.m-cmn-subttl-wrap {
  max-width: 265px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.m-cmn-subttl {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.4;
  text-align: center;
}
.m-cmn-subttl::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #323232;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m-cmn-subttl-desc {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 22px;
}
.m-cmn-yellow-txt {
  letter-spacing: 0.3em;
  text-align: center;
  color: #C89655;
  margin-bottom: 10px;
}

.m-cmn-subttl-more {
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  border-radius: 50px;
  border: 1px solid #B4B4B4;
  padding: 2px;
  width: 120px;
  margin: 0 auto;
  text-align: center;
}

/* -----------------------------------------------------------------------------
   common 03
   -------------------------------------------------------------------------- */
.m-cmn-lower-big-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.3em;
}
@media screen and (min-width: 768px) {
  .m-cmn-lower-big-txt {
    font-size: 2.5rem;
    line-height: 2.3;
  }
}
.m-cmn-lower-support-ttl-wrap {
  max-width: 315px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-lower-support-ttl-wrap {
    max-width: 610px;
  }
}
.m-cmn-lower-support-ttl {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-lower-support-ttl {
    font-size: 3.5rem;
  }
}
.m-cmn-lower-support-ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #323232;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .m-cmn-lower-support-ttl::after {
    width: 610px;
  }
}
.m-cmn-lower-support-ttl-us {
  font-size: 1.2rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .m-cmn-lower-support-ttl-us {
    font-size: 1.5rem;
  }
}
.m-lower-about-nav-wrap {
  padding: 0 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-wrap {
    margin-bottom: 120px;
  }
}
.m-lower-about-nav-inner {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.m-lower-about-nav-inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
}

.m-lower-about-nav-inner p a {
  color: #323232;
}

.m-lower-about-nav-item-prev {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-prev {
    width: 33%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 0;
  }
}
.m-lower-about-nav-item-prev::before {
  display: block;
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: #323232;
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-prev::before {
    display: none;
  }
}
.m-lower-about-nav-item-prev p {
  position: relative;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
  background-color: #F8F5EB;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-prev p {
    padding: 0 0 0 55px;
  }
}
.m-lower-about-nav-item-prev p::before {
  display: none;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #323232;
  margin-right: 5px;
  -webkit-transform-origin: right;
          transform-origin: right;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-prev p::before {
    display: block;
  }
}
.m-lower-about-nav-item-prev p:hover::before {
  width: 50px;
  -webkit-transform-origin: right;
          transform-origin: right;
}

.m-lower-about-nav-item-prev p::after {
  display: none;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #F8F5EB;
  position: absolute;
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-prev p::after {
    display: block;
  }
}
.m-lower-about-nav-item-prev p:hover::after {
  width: 0;
}

.m-lower-about-nav-item-ichiran {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-ichiran {
    width: 33%;
    margin-bottom: 0;
  }
}
.m-lower-about-nav-item-next {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-next {
    width: 33%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.m-lower-about-nav-item-next::after {
  display: block;
  content: "";
  display: inline-block;
  width: 50%;
  height: 1px;
  background-color: #323232;
  position: absolute;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-next::after {
    display: none;
  }
}
.m-lower-about-nav-item-next p {
  position: relative;
  width: auto;
  display: inline-block;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 20px;
  background-color: #F8F5EB;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-next p {
    width: 100px;
    padding: 0 0 0 0;
    margin-right: 55px;
  }
}
.m-lower-about-nav-item-next p::after {
  display: none;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #323232;
  margin-right: 5px;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 105px;
}
@media screen and (min-width: 768px) {
  .m-lower-about-nav-item-next p::after {
    display: inline-block;
  }
}
.m-lower-about-nav-item-next p:hover::after {
  width: 50px;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.page-support .m-lower-about-nav-item-next::after {
  display: none;
}

.page-establishment .m-lower-about-nav-item-prev::before {
  display: none;
}

/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   html
   -------------------------------------------------------------------------- */
html {
  font-family: "TsukuGoPro-B", "Noto Sans Japanese", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 1.86;
  height: 100%;
}

/* -----------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "TsukuGoPro-B", sans-serif;
  color: #323232;
  background-color: #F8F5EB;
  min-width: 375px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}

input, textarea, select {
  font-family: "Noto Sans Japanese", sans-serif;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body:not(.home) .l-header {
  -webkit-transition: none !important;
  transition: none !important;
}

body:not(.home) .l-footer-contact-btn-fixed {
  -webkit-transition: none !important;
  transition: none !important;
}

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  height: 92px;
  padding: 30px 0 30px 40px;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  top: -95px; /* ページトップから非表示 */
  left: 0;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 20px;
  }
}
.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

.l-header-logo {
  line-height: 1;
  width: 140px;
}

.l-header-logo img {
  width: 100%;
}

.l-header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 999px) {
  .l-header-nav-items {
    display: none;
  }
}
.l-header-nav-items li {
  margin-right: 28px;
  font-size: 1.3rem;
}

.l-header-nav-items li:last-of-type {
  margin-right: 145px;
}

.l-header-nav-items li a {
  color: #323232;
  letter-spacing: 0.1em;
}

/* -----------------------------------------------------------------------------
   nav
   -------------------------------------------------------------------------- */
.l-gnav-wrap {
  position: fixed;
  height: 100%;
  min-height: 550px;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 11;
  background-image: url(../img/common/menu_bg_pc.jpg);
  background-size: cover;
  background-position: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-gnav-wrap {
    padding: 80px 40px 100px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 479px) {
  .l-gnav-wrap {
    background-image: url(../img/common/menu_bg_sp.jpg);
    background-position-x: 63%;
  }
}
.is-open .l-gnav-wrap {
  opacity: 1;
  visibility: visible;
  overflow-y: hidden;
}
@media screen and (max-width: 767px) {
  .is-open .l-gnav-wrap {
    overflow-y: scroll;
  }
}
#l-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 125px;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  #l-gnav {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.is-open #l-gnav {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ------------------------------
   #l-gnav li
   ------------------------------ */
#l-gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-gnav-items-section {
  margin-bottom: 40px;
}

.l-gnav-items-section:last-of-type {
  margin-bottom: 0;
}

.l-gnav-items-section::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  margin-bottom: 25px;
}

.l-gnav-items-section.nav-home::before {
  background-image: url(../img/common/menu_home_txt.png);
  width: 93px;
  height: 25px;
}

.l-gnav-items-section.nav-about::before {
  background-image: url(../img/common/menu_about_txt.png);
  width: 143px;
  height: 24px;
}

.l-gnav-items-section.nav-works::before {
  background-image: url(../img/common/menu_works_txt.png);
  width: 98px;
  height: 24px;
}

.l-gnav-items-section.nav-service::before {
  background-image: url(../img/common/menu_service_txt.png);
  width: 112px;
  height: 25px;
}

.l-gnav-items-section.nav-company::before {
  background-image: url(../img/common/menu_company_txt.png);
  width: 151px;
  height: 33px;
}

.l-gnav-items-section.nav-recruit::before {
  background-image: url(../img/common/menu_recruit_txt.png);
  width: 110px;
  height: 25px;
}

.l-gnav-items-section.nav-event::before {
  background-image: url(../img/common/menu_event_txt.png);
  width: 86px;
  height: 25px;
}

.l-gnav-items-section.nav-news::before {
  background-image: url(../img/common/menu_news_txt.png);
  width: 84px;
  height: 25px;
}

.l-gnav-items-section.nav-blog::before {
  background-image: url(../img/common/menu_blog_txt.png);
  width: 70px;
  height: 34px;
}

.l-gnav-item {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.l-gnav-item:last-of-type {
  margin-bottom: 0;
}

.l-gnav-item a {
  color: #fff;
}

.l-gnav-sub-items {
  margin-top: 15px;
}

.l-gnav-sub-item {
  font-size: 1rem;
  font-weight: 400;
  font-family: "TsukuGoPr5-R";
  margin-bottom: 10px;
}

/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 12;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #323232;
  border-radius: 0 0 0 23px;
}

#l-nav-toggle div::before {
  content: "";
  display: block;
  background-image: url(../img/common/tgl_menu_txt.png);
  background-size: contain;
  width: 30px;
  height: 5px;
  position: absolute;
  top: 55px;
}

.is-open #l-nav-toggle div::before {
  content: "";
  display: block;
  background-image: url(../img/common/tgl_close_txt.png);
  background-size: contain;
  width: 30px;
  height: 6px;
  position: absolute;
  top: 53.5px;
  left: 32px;
}

#l-nav-toggle div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#l-nav-toggle span {
  display: block;
  position: absolute;
  width: 33px;
  border-bottom: solid 2.5px #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#l-nav-toggle span:nth-child(1) {
  top: 25px;
}

#l-nav-toggle span:nth-child(2) {
  top: 34px;
}

#l-nav-toggle span:nth-child(3) {
  top: 43px;
}

#l-nav-toggle {
  display: block;
}

.is-open #l-nav-toggle {
  background-color: #fff;
}

.is-open #l-nav-toggle span:nth-child(1) {
  top: 35px;
  -webkit-transform: rotate(33deg);
          transform: rotate(33deg);
  border-bottom: solid 2.5px #323232;
  width: 33px;
}

.is-open #l-nav-toggle span:nth-child(2),
.is-open #l-nav-toggle span:nth-child(3) {
  top: 35px;
  -webkit-transform: rotate(-33deg);
          transform: rotate(-33deg);
  border-bottom: solid 2.5px #323232;
  width: 33px;
}

/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-footer {
  position: relative;
}

.l-footer-nav-wrap {
  padding: 60px 45px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-wrap {
    padding: 100px 20px 130px;
  }
}
.l-footer-nav-inner {
  max-width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.l-footer-nav-address-box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-address-box {
    width: 50%;
  }
}
.l-footer-nav-address-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-address-box-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px;
  }
}
.l-footer-nav-address-logo-box {
  width: 115px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-address-logo-box {
    width: 100px;
  }
}
.l-footer-nav-address-txt-box {
  width: 250px;
}

.l-footer-nav-address-txt-box img {
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-address-txt-box img {
    margin-top: 20px;
  }
}
.l-footer-nav-address-txt-box p {
  font-size: 1.1rem;
  letter-spacing: 0.15em;
  margin-right: -0.15em;
}
.l-footer-nav-address-box-tel {
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
}
@media screen and (min-width: 480px) {
  .l-footer-nav-address-box-tel {
    width: 250px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer-nav-address-box-tel {
    width: 370px;
    padding-left: 15px;
  }
}
.l-footer-nav-sns-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-sns-box {
    width: 50%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-footer-nav-sns-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
  margin-top: 10px;
  margin-right: 0;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-sns-box ul {
    margin-right: 15px;
  }
}
.l-footer-nav-sns-box ul li {
  width: 115px;
  text-align: center;
}

.l-footer-nav-sns-box ul li:hover img {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.l-footer-nav-sns-box ul li a {
  color: #323232;
}

.l-footer-nav-sns-box ul li p {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  margin-right: -0.3em;
  margin-top: 15px;
}

.l-footer-nav-sns-box ul li img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.l-footer-copyright {
  padding: 30px 20px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright {
    padding: 25px;
  }
}
.l-footer-copyright p {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright p {
    line-height: 1.4;
  }
}
.l-footer-contact-btn-fixed {
  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;
  position: fixed;
  bottom: -70px;
  left: 0;
  right: auto;
  width: 213px;
  height: 70px;
  background-color: #C89655;
  border-radius: 0 23px 0 0;
  -webkit-transition: all 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: all 1s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  z-index: 12;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-btn-fixed {
    width: 300px;
    right: 25px;
    left: auto;
    border-radius: 23px 23px 0 0;
  }
}
.l-footer-contact-btn-fixed > a {
  display: block;
  padding: 20px 35px;
  border-radius: 0 23px 0 0;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-btn-fixed > a {
    padding: 20px 75px;
    border-radius: 23px 23px 0 0;
  }
}
.l-footer-contact-btn-fixed img {
  width: 145px;
}