@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  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 */
  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;
  }
}
br.m-tab-none {
  display: block;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  br.m-tab-none {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  br.m-tab-none {
    display: block;
  }
}
/* -----------------------------------------------------------------------------
   common 01
   -------------------------------------------------------------------------- */
.tel-link a {
  text-decoration: none;
}

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

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

.m-cmn-desc {
  font-size: 1.6rem;
  line-height: 2.5;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.m-cmn-btn {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 2.3;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.m-cmn-btn a {
  padding-right: 20px;
  display: inline-block;
  position: relative;
  color: #e8340c;
}

.m-cmn-btn a::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 38px;
  background-image: url(../img/cmn_btn_hexagon_red.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: -30px;
  transition: all 0.3s ease;
}

.m-cmn-btn a:hover::before {
  background-image: url(../img/cmn_btn_hexagon_red.png);
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a:hover::before {
    background-image: url(../img/cmn_btn_hexagon_white.png);
  }
}
.m-cmn-btn a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9px;
  background-image: url(../img/cmn_ico_arrow_white.png);
  background-size: cover;
  position: absolute;
  top: 52%;
  transform: translate(0, -50%);
  right: -20px;
  transition: all 0.3s ease-in-out;
}

.m-cmn-btn a:hover::after {
  background-image: url(../img/cmn_ico_arrow_white.png);
  right: -20px;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a:hover::after {
    background-image: url(../img/cmn_ico_arrow_red.png);
    right: -26px;
  }
}
/* -----------------------------------------------------------------------------
   下層ヒーロー 共通部分
   -------------------------------------------------------------------------- */
.m-lower-hero-wrap {
  position: relative;
  height: 250px;
  padding: 0 40px;
}
@media screen and (min-width: 768px) {
  .m-lower-hero-wrap {
    height: 300px;
  }
}
.m-lower-hero-inner {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.m-lower-hero-ttl {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding-top: 140px;
}
@media screen and (min-width: 768px) {
  .m-lower-hero-ttl {
    font-size: 4rem;
    padding-top: 160px;
  }
}
@media screen and (min-width: 1000px) {
  .m-lower-hero-ttl {
    font-size: 5rem;
  }
}
.m-lower-breadcrumbs {
  padding: 0 40px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .m-lower-breadcrumbs {
    margin-top: 10px;
  }
}
.m-lower-breadcrumbs-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 5px;
}

.m-lower-breadcrumbs-top {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000 !important;
}
@media screen and (min-width: 768px) {
  .m-lower-breadcrumbs-top {
    font-size: 1.4rem;
  }
}
.m-lower-breadcrumbs-this {
  font-size: 1.2rem;
  font-weight: 700;
  color: #e8340c;
}
@media screen and (min-width: 768px) {
  .m-lower-breadcrumbs-this {
    font-size: 1.4rem;
  }
}
/* -----------------------------------------------------------------------------
   common 02
   -------------------------------------------------------------------------- */
.m-cmn-line-move img {
  clip-path: inset(0 0 100% 0); /* 初期状態で画像が隠れている */
  transition: clip-path 2s ease-in-out;
}

.m-cmn-line-move img.show {
  clip-path: inset(0 0 0 0); /* 画像が完全に表示される */
}

.m-cmn-line-move-up img {
  clip-path: inset(100% 0 0 0); /* 初期状態で下から隠れている */
  transition: clip-path 2s ease-in-out;
}

.m-cmn-line-move-up img.show {
  clip-path: inset(0 0 0 0); /* 画像が完全に表示される */
}

.m-cmn-line-move-slow img {
  clip-path: inset(0 0 100% 0); /* 初期状態で画像が隠れている */
  transition: clip-path 3s ease-in-out;
}

.m-cmn-line-move-slow img.show {
  clip-path: inset(0 0 0 0); /* 画像が完全に表示される */
}

/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   html
   -------------------------------------------------------------------------- */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 1.8;
  overflow-y: scroll;
  height: 100%;
}

/* -----------------------------------------------------------------------------
   body
   -------------------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: #232323;
  background-image: url(../img/cmn_bg_base.jpg);
  background-size: auto;
  background-repeat: repeat;
  min-width: 375px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.l-contents-wrapper {
  flex: 1;
}

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header {
  position: fixed;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 12;
}

.l-header-inner {
  width: 100%;
  height: auto;
}

.l-header-pc-contents {
  display: none;
  width: 100%;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  height: 100px;
  padding: 20px 50px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .l-header-pc-contents {
    display: flex;
  }
}

.l-header-pc-contents.noScroll {
  height: 150px;
}

.l-header-pc-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgb(0, 0, 0), rgba(0, 0, 0, 0) 101%, rgba(0, 0, 0, 0.3) 80%);
  background-size: cover;
  z-index: -2;
}

.l-header-pc-contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/cmn_bg_white.png);
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.l-header-pc-contents.noScroll::after {
  opacity: 0;
}

.l-header-pc-logo {
  width: 250px;
  font-size: 0; /* テキストの余白をなくす */
  margin: 6px 0 0 0; /* マージンを統一 */
  padding: 0; /* パディングを統一 */
  display: inline-block; /* 要素のインライン表示を統一 */
}
@media screen and (min-width: 1200px) {
  .l-header-pc-logo {
    margin: 10px 0 0 0; /* マージンを統一 */
  }
}
@media screen and (min-width: 1400px) {
  .l-header-pc-logo {
    width: 340px;
    margin: 3px 0 0 0;
  }
}

.l-header-pc-logo-txt {
  position: absolute;
  font-size: 1.4rem;
  top: 57px;
  left: 100px;
  z-index: 11;
}
@media screen and (min-width: 1400px) {
  .l-header-pc-logo-txt {
    top: 60px;
    left: 120px;
  }
}

.l-header-pc-logo-txt a {
  color: #000;
}

.l-header-pc-contents.noScroll .l-header-pc-logo-txt a {
  color: #fff;
}

.l-header-pc-contents.noScroll .l-header-pc-logo-txt {
  top: 55px;
}
@media screen and (min-width: 1400px) {
  .l-header-pc-contents.noScroll .l-header-pc-logo-txt {
    top: 68px;
  }
}

.l-header-pc-sub-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  margin-bottom: 15px;
}

.l-header-pc-sub-nav li {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}

.l-header-pc-sub-nav li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background-color: #e8340c;
  margin-right: 5px;
  vertical-align: 5px;
}

.l-header-pc-contents.noScroll .l-header-pc-sub-nav li::before {
  background-color: #fff;
}

.l-header-pc-sub-nav li a {
  display: inline-block;
  color: #232323;
  transition: color 0.3s ease;
}

.l-header-pc-contents.noScroll .l-header-pc-sub-nav li a {
  color: #fff;
}

.l-header-pc-sub-tel {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.2rem !important;
  margin-left: 15px;
  color: #000;
}

.l-header-pc-contents.noScroll .l-header-pc-sub-tel {
  color: #fff;
}

.l-header-pc-sub-tel::before {
  display: none !important;
}

.l-header-pc-sub-tel span {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.l-header-pc-main-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.l-header-pc-main-nav li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.l-header-pc-main-nav li a {
  position: relative;
  display: inline-block;
  color: #232323;
  transition: color 0.3s ease;
  padding-bottom: 4px;
}

.l-header-pc-main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #e8340c; /* 線の色 */
  transition: width 0.3s ease;
  z-index: 2;
}

.l-header-pc-contents.noScroll .l-header-pc-main-nav a::after {
  background-color: #fff; /* 線の色 */
}

.l-header-pc-dropdown-nav {
  width: 144px;
  position: absolute;
  top: 30px;
  left: -15px;
  display: none;
  visibility: hidden;
  background-image: url(../../common/img/cmn_bg_white.jpg);
  background-size: auto;
  padding: 10px 20px 20px;
}

.l-header-pc-contents.noScroll .l-header-pc-dropdown-nav {
  background-image: none;
}

.l-header-pc-dropdown-nav li {
  font-size: 1.4rem;
  font-weight: 400;
  border-bottom: 1px solid #a2a2a2;
}

.l-header-pc-dropdown-nav li a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e8340c;
  margin-right: 10px;
}

.l-header-pc-dropdown-nav li a {
  display: block;
  padding: 10px 0;
}

.l-header-pc-dropdown-nav li a:hover::after {
  display: none;
}

.l-header-pc-main-nav li:hover .l-header-pc-dropdown-nav {
  display: block;
  visibility: visible;
}

/* ホバー時に線を左から右へ伸ばす */
.l-header-pc-main-nav a:hover::after {
  width: 100%;
}

.l-header-pc-contents.noScroll .l-header-pc-main-nav li a {
  color: #fff;
}

.l-header-pc-main-recruit {
  position: relative;
}

.l-header-pc-main-recruit::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/cmn_ico_external_link_black.png);
  background-size: cover;
  margin-left: 10px;
  vertical-align: -1px;
}

.l-header-pc-contents.noScroll .l-header-pc-main-recruit::after {
  background-image: url(../img/cmn_ico_external_link.png);
}

/* -----------------------------------------------------------------------------
   nav
   -------------------------------------------------------------------------- */
.l-header-sp-contents {
  height: 65px;
  display: block;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header-sp-contents {
    height: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .l-header-sp-contents {
    display: none;
  }
}
.l-header-sp-contents::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/cmn_bg_white.jpg);
  background-size: auto;
  background-repeat: repeat;
  opacity: 1;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.l-header-sp-contents.noScroll::after {
  opacity: 0;
}

.l-header-sp-logo {
  width: 150px;
  position: relative;
  top: 12px;
  left: 20px;
  font-size: 0; /* テキストの余白をなくす */
  margin: 8px 0 0 0; /* マージンを統一 */
  padding: 0; /* パディングを統一 */
  display: inline-block; /* 要素のインライン表示を統一 */
}
@media screen and (min-width: 768px) {
  .l-header-sp-logo {
    width: 250px;
    top: 17px;
    left: 50px;
  }
}
.l-header-sp-tel {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  top: 24px;
  right: 60px;
}
@media screen and (min-width: 768px) {
  .l-header-sp-tel {
    font-size: 2.2rem;
    right: 100px;
    top: 35px;
  }
}
.l-header-sp-tel a {
  color: #232323;
}

.l-header-sp-contents.noScroll .l-header-sp-tel a {
  color: #fff;
}

.l-header-sp-contents.noScroll .l-nav-box.is-open .l-header-sp-tel a {
  color: #232323;
}

.l-header-sp-tel span {
  font-size: 1.1rem;
}

@media screen and (max-width: 1199px) {
  .l-gnav-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 11;
    margin-right: -100%;
    transition: all 0.3s ease;
    background-image: url(../img/cmn_bg_nav.png), url(../img/cmn_bg_white.jpg);
    background-size: contain, cover;
    background-repeat: no-repeat, repeat;
    background-position: bottom, center;
  }
}
@media screen and (max-width: 1199px) {
  .is-open .l-gnav-wrap {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .is-open #l-gnav {
    margin-right: 0;
    padding: 0 20px;
  }
}
.l-header-sp-logo-txt {
  position: absolute;
  font-size: 0.9rem;
  top: 35px;
  left: 50px;
  color: #000;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header-sp-logo-txt {
    font-size: 1.4rem;
    top: 50px;
    left: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header-sp-logo-txt {
    left: 120px;
  }
}

.l-header-sp-logo-txt a {
  color: #000;
}

.l-header-sp-contents.noScroll .l-header-sp-logo-txt a {
  color: #fff;
}

.l-header-sp-contents.noScroll .l-header-sp-logo-txt {
  top: 35px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header-sp-contents.noScroll .l-header-sp-logo-txt {
    top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header-sp-contents.noScroll .l-header-sp-logo-txt {
    top: 68px;
  }
}

.l-header-pc-contents.noScroll .l-header-pc-logo-txt {
  top: 55px;
  color: #fff;
}
@media screen and (min-width: 1400px) {
  .l-header-pc-contents.noScroll .l-header-pc-logo-txt {
    top: 68px;
  }
}

.l-header-sp-logo-txt-burger-nav-only {
  position: absolute;
  font-size: 0.9rem;
  top: 35px;
  left: 50px;
  z-index: 11;
}
@media screen and (min-width: 768px) {
  .l-header-sp-logo-txt-burger-nav-only {
    font-size: 1.4rem;
    top: 50px;
    left: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .l-header-sp-logo-txt-burger-nav-only {
    left: 120px;
  }
}

.l-header-sp-logo-txt-burger-nav-only a {
  color: #000;
}

/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-nav-toggle {
  display: none;
}
@media screen and (max-width: 1199px) {
  #l-nav-toggle {
    position: fixed;
    right: 20px;
    top: 35px;
    width: 25px;
    height: 22px;
    cursor: pointer;
    z-index: 12;
    transition: all 0.3s ease;
  }
}
@media screen and (max-width: 767px) {
  #l-nav-toggle {
    top: 20px;
  }
}
#l-nav-toggle div {
  position: relative;
}

#l-nav-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: solid 2px #232323;
  transition: all 0.3s ease;
}

.l-header-sp-contents.noScroll #l-nav-toggle span {
  border-bottom: solid 2px #fff;
}

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

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

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

@media screen and (max-width: 1199px) {
  #l-nav-toggle {
    display: block;
  }
}
.is-open #l-nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(-45deg);
  border-bottom: solid 2px #5c3386;
}
@media screen and (max-width: 1199px) {
  .is-open #l-nav-toggle span:nth-child(1) {
    border-bottom: solid 2px #232323;
  }
}
.is-open #l-nav-toggle span:nth-child(2),
.is-open #l-nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(45deg);
  border-bottom: solid 2px #5c3386;
}
@media screen and (max-width: 1199px) {
  .is-open #l-nav-toggle span:nth-child(2),
  .is-open #l-nav-toggle span:nth-child(3) {
    border-bottom: solid 2px #232323;
  }
}
.l-header-sp-nav-lists-wrap {
  display: flex;
  flex-direction: column;
  max-width: 590px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-lists-wrap {
    flex-direction: row;
  }
}
.l-header-sp-nav-lists {
  width: 100%;
  margin: 60px 0 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 25px 4%;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-lists {
    width: 45%;
    gap: 50px 4%;
    margin: 120px auto 60px;
  }
}
.l-header-sp-nav-lists:last-of-type {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-lists:last-of-type {
    margin-top: 120px;
  }
}
.l-header-sp-nav-lists li {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  border-bottom: 1px solid #a2a2a2;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-lists li {
    font-size: 2.6rem;
  }
}
.l-header-sp-nav-lists li span img {
  width: 15px;
  margin-left: 5px;
  margin-top: -5px;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-lists li span img {
    width: 22px;
    margin-top: -8px;
    margin-left: 10px;
  }
}
.l-header-sp-nav-list-esp {
  position: relative;
  font-size: 1.4rem !important;
  border-bottom: none !important;
  padding-left: 25px;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-list-esp {
    font-size: 2.4rem !important;
    padding-left: 50px;
  }
}
.l-header-sp-nav-list-esp::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #d23121;
  position: absolute;
  top: 15px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-list-esp::before {
    width: 30px;
    top: 20px;
  }
}
.l-header-sp-nav-lists li a {
  display: block;
  padding-bottom: 10px;
  color: #232323;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-lists li a {
    padding-bottom: 20px;
  }
}
.l-header-sp-nav-list-esp-circle {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-bottom: none !important;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-list-esp-circle {
    font-size: 2.4rem;
  }
}
.l-header-sp-nav-list-esp-circle:last-of-type {
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-list-esp-circle:last-of-type {
    margin-top: -30px;
  }
}
.l-header-sp-nav-list-esp-circle > a {
  color: #000;
  padding-bottom: 0 !important;
}

.l-header-sp-nav-list-esp-circle::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e8340c;
  vertical-align: 0px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .l-header-sp-nav-list-esp-circle::before {
    vertical-align: 5px;
  }
}
/* -----------------------------------------------------------------------------
   l-main
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-footer-contents {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .l-footer-contents {
    flex-direction: row;
  }
}

.l-footer-nav-wrap {
  width: 100%;
  background-color: #edece6;
}
@media screen and (min-width: 1200px) {
  .l-footer-nav-wrap {
    width: calc(100% - 400px);
  }
}

.l-footer-nav-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 50px 35px 40px 35px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-wrap-inner {
    flex-direction: row;
    align-items: flex-start;
    padding: 50px 0 90px 3%;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-nav-wrap-inner {
    padding: 50px 0 90px 6%;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer-nav-wrap-inner {
    gap: 80px;
    padding: 50px 0 90px 18%;
  }
}

.l-footer-nav-logo-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-logo-box {
    align-items: flex-start;
  }
}
.l-footer-nav-logo {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-logo {
    width: 110px;
  }
}
.l-footer-nav-logo-name {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-logo-name {
    font-size: 1.4rem;
  }
}
.l-footer-nav-logo-desc {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-logo-desc {
    font-size: 1.4rem;
  }
}
.l-footer-nav-lists-box {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-lists-box {
    gap: 40px;
  }
}
.l-footer-nav-lists {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-lists {
    gap: 35px;
  }
}
.l-footer-nav-lists li {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-lists li {
    font-size: 1.5rem;
    line-height: 1;
  }
}
.l-footer-nav-lists li a {
  display: inline-block;
  color: #232323;
  transition: all 0.3s ease;
}

.l-footer-nav-lists li a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-lists li a:hover {
    opacity: 0.8;
  }
}
.l-footer-nav-lists li a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #232323;
  vertical-align: 5px;
  margin-right: 5px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-lists li a::before {
    width: 15px;
    height: 2px;
  }
}
.l-footer-nav-lists li a:hover::before {
  background-color: #232323;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-lists li a:hover::before {
    background-color: #e8340c;
  }
}
.l-footer-nav-list-gaibu a::after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(../img/cmn_ico_external_link_black.png);
  background-size: cover;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .l-footer-nav-list-gaibu a::after {
    width: 14px;
    height: 14px;
  }
}
.l-footer-copyright {
  color: #a6a6a6;
  font-size: 1.2rem;
  text-align: center;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright {
    margin: 0 20px 20px 0;
    text-align: left;
  }
}
.l-footer-copyright {
  padding: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright {
    padding: 0 0 0 3%;
  }
}
@media screen and (min-width: 1000px) {
  .l-footer-copyright {
    padding: 0 0 0 6%;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer-copyright {
    padding: 0 0 0 18%;
  }
}

.l-footer-contact-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px 0 40px 0;
  background-image: url(../img/footer_deco.png), url(../img/cmn_contact_bg_red.jpg);
  background-size: contain, contain;
  background-position: top 20px right, top 0 left;
  background-repeat: no-repeat, repeat;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-wrap {
    padding: 40px 0 70px 0;
    background-position: top 40px right, top 0 left;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact-wrap {
    width: 400px;
  }
}

.l-footer-contact-wrap-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .l-footer-contact-wrap-inner {
    align-items: flex-start;
  }
}

.l-footer-contact-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 2.2rem;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-ttl {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}
.l-footer-contact-desc {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-desc {
    font-size: 1.8rem;
  }
}
.l-footer-contact-tel-btn-sp {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.4rem;
  line-height: 1.2;
  transition: all 0.3s ease;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-tel-btn-sp {
    font-size: 4.2rem;
    display: none;
  }
}
.l-footer-contact-tel-btn-sp a {
  color: #fff !important;
}

.l-footer-contact-tel-btn-pc {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.2;
  transition: all 0.3s ease;
  color: #fff;
  display: none;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-tel-btn-pc {
    font-size: 4.2rem;
    display: block;
  }
}
.l-footer-contact-btn {
  display: flex;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-btn {
    font-size: 2rem;
    margin-top: 40px;
  }
}
.l-footer-contact-btn a {
  transition: all 0.3s ease;
  color: #fff;
}

.l-footer-contact-btn span {
  display: inline-block;
  width: 29px;
  margin-left: 20px;
  vertical-align: 4px;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-btn span {
    width: 36px;
  }
}
.l-footer-contact-btn a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-contact-btn a:hover {
    opacity: 0.5;
  }
}
.m-lower-breadcrumbs-arrow {
  line-height: 1;
  translate: 1px 4px;
}
@media screen and (max-width: 767px) {
  .m-lower-breadcrumbs-arrow {
    translate: 1px 3px;
  }
}

.coming-soon {
  pointer-events: none;
  opacity: 0.5;
}