@charset "UTF-8";
/* =============================================================================
   パーシャルファイル
   ========================================================================== */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
}

.m-cmn-desc {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .m-cmn-desc {
    font-size: 1.8rem;
  }
}
/* -----------------------------------------------------------------------------
   common 02
   -------------------------------------------------------------------------- */
.m-cmn-btn-wrap {
  text-align: center;
}

.m-cmn-btn {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 0 !important;
}

.m-cmn-btn a,.m-cmn-btn input {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #444444;
  border-radius: 4px;
  color: #222222;
  background-color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a,.m-cmn-btn input {
    padding: 15px 40px;
  }
}
.m-cmn-btn a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .m-cmn-btn a:hover {
    opacity: 0.7;
  }
}
.m-cmn-btn a::after,
.m-cmn-btn input::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_right_black.png);
  background-size: cover;
  margin-left: 10px;
}

.m-cv-wrap-top-txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-cv-wrap-top-txt {
    font-size: 2rem;
  }
}
.m-cv-wrap-top-txt span {
  font-family: "Consolas", "Courier New", monospace;
}

.m-cv-wrap {
  padding: 0 20px;
}

.m-cv-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.m-cv-box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 30px 50px;
  background-image: url(../img/common/cmn_bg_contact_sp.jpg);
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cv-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
    padding: 50px 30px;
    background-image: url(../img/common/cmn_bg_contact_pc.jpg);
  }
}
@media screen and (min-width: 1000px) {
  .m-cv-box {
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .m-cv-box {
    padding: 70px 90px 70px 80px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.m-cv-ttl-box {
  width: 150px;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .m-cv-ttl-box {
    margin-right: 7%;
  }
}
@media screen and (min-width: 1000px) {
  .m-cv-ttl-box {
    width: 220px;
  }
}
@media screen and (min-width: 1200px) {
  .m-cv-ttl-box {
    margin-right: 12%;
  }
}
@media screen and (min-width: 1400px) {
  .m-cv-ttl-box {
    margin-right: 14%;
  }
}

.m-cv-ttl-box img {
  margin-bottom: 10px;
}

.m-cv-ttl-us {
  font-family: "DM Serif Text", serif;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m-cv-ttl-us {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 1000px) {
  .m-cv-ttl-us {
    font-size: 6.4rem;
  }
}
.m-cv-ttl {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .m-cv-ttl {
    font-size: 1.2rem;
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 1000px) {
  .m-cv-ttl {
    font-size: 1.6rem;
  }
}
.m-cv-btn {
  width: 290px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 0;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .m-cv-btn {
    font-size: 1.3rem;
    margin-right: 8%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .m-cv-btn {
    font-size: 1.5rem;
  }
}
.m-cv-btn a {
  display: block;
  background-color: #000000;
  border-radius: 50px;
  color: #fff;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cv-btn a {
    padding: 20px 0;
  }
}
.m-cv-btn a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .m-cv-btn a:hover {
    opacity: 0.7;
  }
}
.m-cv-btn a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url(../img/common/cmn_ico_mail_white.png);
  background-size: cover;
  margin-left: 8px;
  vertical-align: -2px;
}

.m-cv-detail-ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 1000px) {
  .m-cv-detail-ttl {
    font-size: 1.6rem;
  }
}
.m-cv-detail-tel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .m-cv-detail-tel {
    font-size: 2.7rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .m-cv-detail-tel {
    font-size: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .m-cv-detail-tel {
    font-size: 4rem;
  }
}

.m-cv-detail-tel:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .m-cv-detail-tel:hover {
    opacity: 0.7;
  }
}
.m-cv-detail-tel a {
  color: #222;
}

.m-cv-detail-info {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #666666;
}
@media screen and (min-width: 1000px) {
  .m-cv-detail-info {
    font-size: 1.6rem;
  }
}
.m-cv-forcompany {
  text-align: right;
}

.m-cv-forcompany a {
  color: #666666;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.m-cv-forcompany a:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .m-cv-forcompany a:hover {
    opacity: 0.7;
  }
}
.m-cv-forcompany a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url(../img/common/cmn_ico_arrow_right_gray.png);
  background-size: cover;
}

/* -----------------------------------------------------------------------------
   common03
   -------------------------------------------------------------------------- */
.m-cmn-pop-interview-wrap {
  margin-top: 80px;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-interview-wrap {
    padding: 0 20px;
  }
}
.m-cmn-pop-interview-inner {
  position: relative;
  max-width: 920px !important;
  margin: 0 auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 8%;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-interview-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 40px;
  }
}
.m-cmn-pop-interview-txt-box {
  width: 100%;
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-interview-txt-box {
    width: 67%;
    padding: 30px 0 50px;
  }
}
.m-cmn-pop-interview-ttl {
  margin-bottom: 20px;
}

.m-cmn-section-sub-ttl.m-cmn-pop-interview-ttl {
  border-bottom: none;
}
.m-cmn-pop-interview-name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem !important;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 25px !important;
  color: #666666;
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-interview-name {
    font-size: 1.6rem !important;
    margin-bottom: 40px !important;
  }
}
.m-cmn-pop-interview-img-box {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-interview-img-box {
    width: 25%;
  }
}
.m-cmn-pop-interview-img-box img {
  margin-top: 0 !important;
  width: 58% !important;
  border-radius: 4px;
}
@media screen and (min-width: 480px) {
  .m-cmn-pop-interview-img-box img {
    width: 220px !important;
  }
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-interview-img-box img {
    width: 100% !important;
  }
}
.m-cmn-pop-interview-deco {
  margin-top: 0 !important;
  width: 160px !important;
  position: absolute !important;
  top: -50px !important;
  left: 0 !important;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-interview-deco {
    width: 275px !important;
    top: -85px !important;
  }
}
.m-cmn-pop-interview-btn-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-interview-btn-wrap {
    text-align: left;
  }
}
.m-cmn-pop-works-wrap {
  padding: 0 20px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-works-wrap {
    margin-bottom: 80px;
  }
}
.m-cmn-pop-works-inner {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2%;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-works-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 50px 40px;
  }
}
.m-cmn-pop-works-txt-box {
  width: 100%;
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-works-txt-box {
    width: 55%;
    padding: 30px 0 50px;
  }
}
.m-cmn-pop-works-storename {
  margin-bottom: 20px;
}

.m-cmn-pop-works-address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 25px;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-works-address {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
.m-cmn-pop-works-img-box {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-works-img-box {
    width: 45%;
  }
}
.m-cmn-pop-works-img-box img {
  width: 90%;
  border-radius: 4px;
}
@media screen and (min-width: 480px) {
  .m-cmn-pop-works-img-box img {
    width: 220px;
  }
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-works-img-box img {
    width: 100%;
  }
}
.m-cmn-pop-works-deco {
  width: 130px;
  position: absolute;
  top: -50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-works-deco {
    width: 210px;
    top: -80px;
  }
}
.m-cmn-pop-works-btn-wrap {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-cmn-pop-works-btn-wrap {
    text-align: left;
  }
}
/* -----------------------------------------------------------------------------
   web-font
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   html
   -------------------------------------------------------------------------- */
html {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", 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.8rem;
  font-weight: 500;
  color: #222;
  background-color: #fff;
  min-width: 375px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-contents-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* -----------------------------------------------------------------------------
   header
   -------------------------------------------------------------------------- */
.l-header {
  height: 130px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  padding: 30px 60px;
}
@media screen and (max-width: 1399px) {
  .l-header {
    padding: 30px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .l-header {
    height: 80px;
    padding: 15px 60px;
  }
}
@media screen and (max-width: 999px) {
  .l-header {
    height: 50px;
    padding: 10px 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 10px 20px;
  }
}
.l-header-inner {
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h1.l-header-logo, p.l-header-logo {
  position: relative;
  width: 160px;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  h1.l-header-logo, p.l-header-logo {
    width: 110px;
  }
}
@media screen and (max-width: 999px) {
  h1.l-header-logo, p.l-header-logo {
    width: 70px;
  }
}
.l-header-logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header-logo:hover {
    opacity: 1;
  }
}
/* -----------------------------------------------------------------------------
   nav
   -------------------------------------------------------------------------- */
.l-gnav-header-logo {
  display: none;
  position: absolute;
  top: 15px;
  left: 60px;
  width: 160px;
  font-size: 0; /* テキストの余白をなくす */
  margin: 0; /* マージンを統一 */
  padding: 0; /* パディングを統一 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  .l-gnav-header-logo {
    display: inline-block;
    width: 110px;
  }
}
@media screen and (max-width: 999px) {
  .l-gnav-header-logo {
    top: 10px;
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-gnav-header-logo {
    left: 20px;
  }
}
.l-header-logo:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header-logo:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  .l-gnav-wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 11;
    background-color: #D5D0CC;
    margin-right: -100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .is-open .l-gnav-wrap {
    margin-right: 0;
  }
}
#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;
  gap: 140px;
  padding-top: 0;
}
@media screen and (max-width: 1599px) {
  #l-gnav {
    gap: 70px;
  }
}
@media screen and (max-width: 1199px) {
  #l-gnav {
    padding-top: 110px;
    width: 180px;
    margin-right: -280px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .is-open #l-gnav {
    margin-right: 0;
  }
}
/* ------------------------------
   #l-gnav li
   ------------------------------ */
#l-gnav > 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: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  #l-gnav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#l-gnav > ul > li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  #l-gnav > ul > li {
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
  }
}
.is-open #l-gnav > ul > li {
  margin-left: 0;
}

#l-gnav > ul > li > a {
  display: inline-block;
  color: #222222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1199px) {
  #l-gnav > ul > li > a {
    padding: 0;
  }
}
#l-gnav > ul > li > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #l-gnav > ul > li > a:hover {
    opacity: 1;
  }
}
.l-header-contact-btn {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
}

.l-header-contact-btn a {
  display: block;
  padding: 12px 40px;
  background-color: #222;
  border-radius: 50px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-header-contact-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .l-header-contact-btn a:hover {
    opacity: 1;
  }
}
/* ------------------------------
   l-nav-toggle
   ------------------------------ */
#l-nav-toggle {
  display: none;
}
@media screen and (max-width: 1199px) {
  #l-nav-toggle {
    position: fixed;
    right: 20px;
    top: 14px;
    width: 32px;
    height: 18px;
    cursor: pointer;
    z-index: 12;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
#l-nav-toggle div {
  position: relative;
}

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

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

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

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

@media screen and (max-width: 1199px) {
  #l-nav-toggle {
    display: block;
  }
}
.is-open #l-nav-toggle span:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: solid 2px #222222;
}
.is-open #l-nav-toggle span:nth-child(2),
.is-open #l-nav-toggle span:nth-child(3) {
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: solid 2px #222222;
}
/* -----------------------------------------------------------------------------
   l-main
   -------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------
   l-footer
   -------------------------------------------------------------------------- */
.l-footer {
  position: relative;
  padding: 60px 60px 30px;
  background-color: #222222;
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 80px 60px 65px;
    margin-top: 120px;
  }
}
.l-footer-inner {
  max-width: 1600px;
  margin: 0 auto;
}

.l-footer-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 60px;
}
@media screen and (min-width: 1200px) {
  .l-footer-contents-wrap {
    -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: 0;
  }
}

.l-footer-contents-info-box {
  width: 100%;
  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) {
  .l-footer-contents-info-box {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer-logo {
  width: 100px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-logo {
    width: 160px;
  }
}
.l-footer-logo:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-logo:hover {
    opacity: 0.7;
  }
}
.l-footer-company-name {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .l-footer-company-name {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.l-footer-company-address {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-style: normal;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-company-address {
    font-size: 1.6rem;
    text-align: left;
  }
}
.l-footer-sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 25px;
  margin-bottom: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer-sns-links {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.l-footer-sns-links li {
  width: 30%;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-sns-links li {
    width: auto;
  }
}
.l-footer-sns-links li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-sns-links li:hover {
    opacity: 0.7;
  }
}
.l-footer-sns-links li img {
  width: 20px;
  margin-right: 5px;
}

.l-footer-sns-links li a {
  color: #fff;
}

.l-footer-others-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-others-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 50px;
    margin-bottom: 0;
  }
}
.l-footer-others-links li {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-others-links li {
    font-size: 1.4rem;
  }
}
.l-footer-others-links li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-others-links li:hover {
    opacity: 0.7;
  }
}
.l-footer-others-links li a {
  color: #D5D0CC;
}

.l-footer-contents-nav-box {
  width: 100%;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .l-footer-contents-nav-box {
    width: 780px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer-contents-nav-box {
    padding-left: 0;
  }
}

.l-footer-contents-nav-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 4%;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 4%;
  }
}
.l-footer-contents-nav-section > li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-section > li {
    width: 31%;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contents-nav-section > li {
    width: 30%;
  }
}
@media screen and (min-width: 1400px) {
  .l-footer-contents-nav-section > li {
    width: 31%;
  }
}

.l-footer-contents-nav-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: 15px;
}

.l-footer-contents-nav-items > li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-items > li {
    font-size: 1.6rem;
  }
}
.l-footer-contents-nav-items > li:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-contents-nav-items > li:hover {
    opacity: 0.7;
  }
}
.l-footer-contents-nav-items > li > a {
  color: #fff;
}

.l-footer-line-box {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer-line-box {
    position: absolute;
    bottom: 60px;
    right: 40px;
  }
}
.l-footer-line-box-inner {
  max-width: 266px;
  margin: 0 auto;
}

.l-footer-line-btn {
  display: block;
  max-width: 266px;
  margin: 0 auto 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer-line-btn:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .l-footer-line-btn:hover {
    opacity: 0.7;
  }
}
.l-footer-copyright {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
  color: #D5D0CC;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer-copyright {
    font-size: 1.2rem;
  }
}