@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&family=Poppins:wght@400;600&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* vw
================================================*/
/* vh
================================================*/
/* vw font
=================================================================== */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Zen Kaku Gothic Antique", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  font-size: 0.9375vw;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2;
}

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

a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
@media (min-width: 767.98px) {
  a:hover {
    text-decoration: none;
  }
}

* {
  box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1367px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  body.is-fixed {
    overflow: hidden;
  }
}
/* vw
================================================*/
/* vh
================================================*/
/* vw font
=================================================================== */
#page {
  position: relative;
  min-height: 100vh;
  padding-bottom: 20.8333333333vw;
  box-sizing: border-box;
}

#contents {
  position: relative;
  background-image: url("../images/common/bg_border.svg"), url("../images/common/bg_border.svg");
  background-repeat: repeat-y, repeat-y;
  background-position: left 8.5416666667vw top, right 8.5416666667vw top;
  background-size: 1px 1px, 1px 1px;
  overflow: hidden;
}
#contents .contentHead {
  position: relative;
  height: 26.0416666667vw;
  margin-bottom: 5.2083333333vw;
}
#contents .contentHead .inner {
  position: relative;
  width: 83.3333333333vw;
  height: 26.0416666667vw;
  max-width: 1600px;
  margin: 0 auto;
}
#contents .contentHead .inner .hdgTtl01 {
  position: absolute;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  top: 7.8125vw;
  left: 13.5416666667vw;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  font-size: 56px;
  font-size: 2.9166666667vw;
}
#contents .contentHead .inner .hdgTtl01 span {
  display: block;
}
#contents .contentHead .inner .subTtl {
  position: absolute;
  top: 0;
  left: 1em;
  font-size: 135px;
  font-size: 7.03125vw;
  font-family: "Poppins", sans-serif;
  color: #F0F0F0;
  line-height: 1;
  transform: rotate(90deg);
  transform-origin: 0 0;
  z-index: -1;
}
#contents .contentHead:after {
  position: absolute;
  content: "";
  width: 59.8958333333vw;
  height: 26.0416666667vw;
  top: 0;
  right: 0;
  background: url("../images/privacy/ph_head.jpg") left top;
  background-size: contain;
  background-repeat: no-repeat;
}
#contents .hdgTtl02 {
  position: relative;
  padding-left: 50px;
  margin-bottom: 3em;
}
#contents .hdgTtl02:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 1px;
  left: 0;
  top: 50%;
  background: #000;
}
#contents .hdgTtl02 span {
  font-size: 28px;
  font-size: 1.4583333333vw;
  font-weight: 600;
  text-indent: 2em;
}
#contents main {
  width: 65.1041666667%;
  margin: 0 auto 2.6041666667vw;
  padding-left: 6.25vw;
}
#contents .chVisual {
  width: 100%;
  height: 19.4791666667vw;
  background: url("../images/privacy/ph_catch.jpg") left top;
  background-size: contain;
  background-repeat: no-repeat;
}

.defbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.2291666667vw;
  height: 3.90625vw;
  background: #000;
  border: solid 1px #000;
  font-family: "Noto Serif JP", serif;
  color: #FFF;
  transition: all 0.3s ease 0s;
}
.defbtn span {
  display: inline-block;
  letter-spacing: 0.2em;
}
.defbtn.sml {
  width: 8.3333333333vw;
  height: 2.0833333333vw;
}
.defbtn.sml span {
  font-size: 14px;
  font-size: 0.7291666667vw;
}
.defbtn.map {
  width: 12.5vw;
  height: 2.0833333333vw;
}
.defbtn.map span {
  position: relative;
  padding-left: 30px;
}
.defbtn.map span:before, .defbtn.map span:after {
  position: absolute;
  content: "";
  width: 0.78125vw;
  height: 0.78125vw;
}
.defbtn.map span:before {
  top: 0.625vw;
  left: 0.4166666667vw;
  border-right: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
}
.defbtn.map span:after {
  top: 0.46875vw;
  left: 0.2604166667vw;
  background: #000;
  border: solid 1px #FFF;
}
.defbtn.w {
  width: 13.3333333333vw;
  height: 3.2291666667vw;
  background: #FFF;
  border: solid 1px #FFF;
  color: #000;
}
.defbtn.contact span {
  position: relative;
  padding-left: 25px;
}
.defbtn.contact span:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 15px;
  left: 0;
  top: calc(50% - 9px);
  margin-left: -1.1458333333vw;
  background: url("../images/common/ico_contact.svg") no-repeat left top;
  background-size: contain;
}
@media (min-width: 768px) {
  .defbtn:hover {
    color: #000;
    background: #FFF;
    border: solid 1px #000;
  }
  .defbtn:hover.map span:before {
    border-right: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  .defbtn:hover.map span:after {
    background: #FFF;
    border: solid 1px #000;
  }
  .defbtn:hover.w {
    background: #000;
    border: solid 1px #000;
    color: #FFF;
  }
}

#contactArea {
  position: relative;
  width: 100%;
  max-width: 61.4583333333vw;
  margin: 0 auto 7.8125vw;
  padding-top: 5.2083333333vw;
  overflow: hidden;
}
#contactArea .inner {
  position: relative;
  padding: 1.5625vw 5.2083333333vw 2.6041666667vw;
}
#contactArea .inner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2.6041666667vw;
  height: calc(100% - 1em);
  border: solid 1px #A3A3A3;
  border-right: none;
}
#contactArea .inner:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 2.6041666667vw;
  height: calc(100% - 1em);
  border: solid 1px #A3A3A3;
  border-left: none;
}
#contactArea .inner .cont {
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin: 0 auto;
}
#contactArea .inner .cont .hdgTtl {
  margin: 0 auto 3.90625vw;
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-size: 1.8229166667vw;
  letter-spacing: 0.1em;
  line-height: 1;
}
#contactArea .inner .cont .txt {
  margin: 0 auto 3.90625vw;
  font-size: 20px;
  font-size: 1.0416666667vw;
  text-align: center;
}
#contactArea .inner .cont .defbtn {
  margin: 0 auto 1.5625vw;
}
#contactArea:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 2.6041666667vw;
  border-left: solid 1px #A3A3A3;
}

@media (min-width: 768px) and (max-width: 1367px) {
  #page {
    padding-bottom: 26.0416666667vw;
  }

  #contents main {
    width: 62.2254758419%;
    padding-left: 0;
  }
  #contents .hdgTtl02 span {
    font-size: 1.8rem;
  }

  .defbtn {
    width: 250px;
    height: 53px;
  }
  .defbtn span {
    font-size: 1.3rem;
  }
  .defbtn.sml {
    width: 114px;
    height: 28px;
  }
  .defbtn.sml span {
    font-size: 1rem;
  }
  .defbtn.map {
    width: 170px;
    height: 28px;
  }
  .defbtn.map span {
    padding-left: 30px;
  }
  .defbtn.map span:before {
    top: 1.1458333333vw;
  }
  .defbtn.map span:after {
    top: 0.9895833333vw;
  }
  .defbtn.w {
    width: 182px;
    height: 44px;
    font-size: 1.3rem;
  }

  #contactArea {
    max-width: 620px;
  }
}
@media (max-width: 767.98px) {
  #page {
    padding-bottom: 0;
  }

  #contents {
    background: none;
  }
  #contents .contentHead {
    height: 76vw;
  }
  #contents .contentHead .inner {
    width: 100%;
    height: 76vw;
  }
  #contents .contentHead .inner .hdgTtl01 {
    position: absolute;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    top: 26.6666666667vw;
    left: 10.6666666667vw;
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    font-family: "Noto Serif JP", serif;
    line-height: 1.4;
    font-size: 28px;
    font-size: 7.4666666667vw;
  }
  #contents .contentHead .inner .hdgTtl01 span {
    display: block;
  }
  #contents .contentHead .inner .hdgTtl01 span:not(:first-of-type) {
    text-indent: 2em;
  }
  #contents .contentHead .inner .subTtl {
    position: absolute;
    top: 0;
    left: 1em;
    font-size: 76px;
    font-size: 20.2666666667vw;
    font-family: "Poppins", sans-serif;
    color: #F0F0F0;
    line-height: 1;
    transform: rotate(90deg);
    transform-origin: 0 0;
    z-index: -1;
  }
  #contents .contentHead:after {
    position: absolute;
    content: "";
    width: 69.3333333333vw;
    height: 76vw;
    top: 0;
    right: 0;
    background: url("../images/privacy/ph_head.jpg") left top;
    background-size: cover;
  }
  #contents .hdgTtl02 {
    padding-left: 35px;
  }
  #contents .hdgTtl02:before {
    width: 20px;
    top: 1em;
  }
  #contents .hdgTtl02 span {
    font-size: 18px;
    font-size: 4.8vw;
  }
  #contents main {
    width: 77.3333333333%;
    padding-left: 0;
  }

  .defbtn {
    width: 260px;
    height: 56px;
  }
  .defbtn span {
    font-size: 1.4rem;
  }
  .defbtn.sml {
    width: 160px;
    height: 40px;
  }
  .defbtn.sml span {
    font-size: 1.4rem;
  }
  .defbtn.map {
    width: 170px;
    height: 28px;
  }
  .defbtn.map span {
    padding-left: 30px;
  }
  .defbtn.map span:before, .defbtn.map span:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
  }
  .defbtn.map span:before {
    top: 8px;
    left: 5px;
  }
  .defbtn.map span:after {
    top: 5px;
    left: 2px;
  }
  .defbtn.w {
    width: 220px;
    height: 56px;
    font-size: 1.4rem;
  }

  #contactArea {
    width: auto;
    max-width: initial;
    margin: 0 20px 75px;
    padding-top: 25px;
  }
  #contactArea .inner {
    padding: 25px 20px;
  }
  #contactArea .inner .cont .hdgTtl {
    margin: 0 auto 25px;
    font-size: 24px;
    font-size: 6.4vw;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  #contactArea .inner .cont .txt {
    margin: 0 auto 25px;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  #contactArea .inner .cont .txt span {
    display: block;
  }
  #contactArea .inner .cont .defbtn {
    margin: 0 auto 25px;
  }
  #contactArea:before {
    top: -40px;
    height: 40px;
  }
  #contactArea .defbtn {
    width: 276px;
    height: 72px;
  }
  #contactArea .defbtn span {
    font-size: 1.9rem;
  }
  #contactArea .defbtn span:before {
    top: 11px;
  }

  .chVisual {
    width: 100%;
    height: 180px;
    background: url("../images/privacy/ph_catch.jpg") left top;
    background-size: contain;
  }
}
#gblHeader {
  display: flex;
  height: 8.59375vw;
  background: #FFF;
  border-bottom: solid 1px #707070;
}

#siteLogo {
  display: flex;
  align-items: center;
  flex-basis: 19.9479166667vw;
  padding: 0 0 0 3.3854166667vw;
}
#siteLogo img {
  width: 100%;
}
#siteLogo a:hover {
  opacity: 0.7;
}

#gblNav {
  display: flex;
  align-items: center;
  justify-content: end;
  flex: 1;
  padding: 0 2.8645833333vw;
}
#gblNav ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 2.8645833333vw;
}
#gblNav ul li {
  text-align: center;
}
#gblNav ul li a span {
  display: block;
  text-align: center;
}
#gblNav ul li a span:first-of-type {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 0.9375vw;
}
#gblNav ul li a span:last-of-type {
  position: relative;
  display: inline;
  font-size: 14px;
  font-size: 0.7291666667vw;
  color: #707070;
  letter-spacing: 0.3em;
  transition: all 0.3s ease 0s;
}
#gblNav ul li a span:last-of-type:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  border-bottom: solid 1px #000;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: left bottom;
}
@media (min-width: 767.98px) {
  #gblNav ul li a:hover {
    color: #28a37d;
  }
  #gblNav ul li a:hover span:last-of-type:after {
    transform: scale(1, 1);
  }
}
#gblNav ul li.sp {
  display: none;
}

#contactH {
  flex-basis: 8.5416666667vw;
}
#contactH a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  background: #000;
}
#contactH a span {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 1.0416666667vw;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 0.8333333333vw;
  color: #FFF;
  text-align: center;
  letter-spacing: 0.1em;
  transition: all 0.3s ease 0s;
}
#contactH a span:before {
  position: absolute;
  content: "";
  width: 2.34375vw;
  height: 1.7708333333vw;
  left: 50%;
  top: -3.125vw;
  margin-left: -1.1458333333vw;
  background: url("../images/common/ico_contact.svg") no-repeat left top;
  background-size: contain;
}
@media (min-width: 767.98px) {
  #contactH a:hover {
    border: solid 1px #000;
    background: #FFF;
  }
  #contactH a:hover span {
    color: #000;
  }
}

/*----------------------------
  * グローバルメニュー
  *----------------------------*/
#spBtn {
  display: none !important;
}

#gblHeader .snsNavi {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 1367px) {
  #siteLogo {
    flex-basis: 26.0416666667vw;
  }

  #gblNav ul li a span:first-of-type {
    font-size: 18px;
    font-size: 1.317715959vw;
  }
  #gblNav ul li a span:last-of-type {
    font-size: 14px;
    font-size: 1.0248901903vw;
  }
}
@media (min-width: 768px) and (max-width: 1367px) and (min-width: 767.98px) {
  #gblNav ul li a:hover {
    color: #28a37d;
  }
}
@media (min-width: 768px) and (max-width: 1367px) {
  #contactH a span {
    font-size: 12px;
    font-size: 0.878477306vw;
    letter-spacing: 0;
  }
}
@media (max-width: 767.98px) {
  #gblHeader {
    height: 70px;
    border-bottom: none;
  }

  #siteLogo {
    display: flex;
    align-items: center;
    flex-basis: 100%;
    padding: 0 0 0 15px;
    z-index: 103;
    background: #FFF;
    border-bottom: solid 1px #707070;
  }
  #siteLogo a {
    width: 240px;
  }

  #contactH {
    display: none;
  }

  /*----------------------------
  * メニュー開閉ボタン
  *----------------------------*/
  #gblNav {
    position: fixed;
    width: 80%;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 102;
    background: rgba(245, 245, 245, 0.2);
    transition: all 0.5s;
  }
  #gblNav.is-active {
    left: 20%;
    background: #F5F5F5;
  }
  #gblNav .menu {
    align-content: center;
    flex-wrap: wrap;
    padding: 125px 25% 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gblNav .menu ul {
    display: block;
  }
  #gblNav .menu ul li {
    position: relative;
    width: 100%;
    padding-left: 30px;
  }
  #gblNav .menu ul li:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #gblNav .menu ul li:before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    top: 17px;
    left: 0;
    background: #000;
  }
  #gblNav .menu ul li a {
    color: #000;
  }
  #gblNav .menu ul li a span {
    display: block;
    text-align: left;
  }
  #gblNav .menu ul li a span:first-of-type {
    font-size: 1.8rem;
  }
  #gblNav .menu ul li a span:last-of-type {
    font-size: 1.2rem;
  }
  #gblNav .menu ul li.sp {
    display: block;
    padding-left: 0;
    margin: 0 0 15px;
  }
  #gblNav .menu ul li.sp:before {
    display: none;
  }
  #gblNav .menu ul li.sp a span:first-of-type {
    font-family: initial;
  }
  #gblNav .menu ul li.sp .contact {
    width: 190px;
    height: 48px;
    margin-top: 50px;
  }
  #gblNav .menu ul li.sp .contact span {
    position: relative;
    padding-left: 25px;
  }
  #gblNav .menu ul li.sp .contact span:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    left: 0;
    top: 5px;
    margin-left: -1.1458333333vw;
    background: url("../images/common/ico_contact.svg") no-repeat left top;
    background-size: contain;
  }

  #spBtn {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 104;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    background: #000;
  }
  #spBtn > span {
    position: absolute;
    display: inline-block;
    width: 27px;
    height: 21px;
    top: 23px;
    left: 23px;
  }
  #spBtn > span > span {
    position: relative;
    transition: all 300ms 0s ease;
  }
  #spBtn > span > span:nth-child(1) {
    display: block;
    width: 27px;
    height: 2px;
    top: 0;
    left: 0;
    background: #DE49C8;
  }
  #spBtn > span > span:nth-child(2) {
    display: block;
    width: 27px;
    height: 2px;
    top: 8px;
    left: 0;
    background: #9E46DE;
  }
  #spBtn > span > span:nth-child(3) {
    display: block;
    width: 27px;
    height: 2px;
    top: 16px;
    left: 0;
    background: #28A37D;
  }

  #menu-bg {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 101;
    opacity: 0;
    transition: opacity 0.5s;
  }

  body.is-fixed #spBtn span span:nth-child(1) {
    width: 18px;
    top: 0px;
    left: -4px;
    transform: translateY(0) rotate(45deg);
  }
  body.is-fixed #spBtn span span:nth-child(2) {
    width: 40px;
    top: 8px;
    left: -7px;
    transform: translateY(0) rotate(-45deg);
  }
  body.is-fixed #spBtn span span:nth-child(3) {
    width: 18px;
    top: 14px;
    left: 13px;
    transform: translateY(0) rotate(45deg);
  }
  body.is-fixed #menu-bg {
    width: 100%;
    height: 100%;
    opacity: 100;
  }
}
#gblFooter {
  position: absolute;
  width: 100%;
  height: 20.8333333333vw;
  padding: 2.6041666667vw 2.6041666667vw;
  bottom: 0;
  background-color: #000;
  color: #fff;
}

.inner {
  display: flex;
  margin-bottom: 3.90625vw;
}

#bannerArea {
  width: 545px;
}
#bannerArea ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
#bannerArea ul li {
  width: 260px;
}
#bannerArea ul li a {
  transition: 0.3s;
}
#bannerArea ul li a:hover {
  opacity: 0.7;
}

.menuArea {
  flex: 1;
  display: flex;
  justify-content: end;
}
.menuArea .menu > ul {
  display: grid;
  grid-template-columns: 1.5fr 0.5fr 1.5fr 0.5fr 1fr 1fr;
  padding-left: 1.0416666667vw;
}
.menuArea .menu > ul > li a span {
  display: block;
  color: #FFF;
  text-align: center;
}
.menuArea .menu > ul > li a span:first-of-type {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 0.9375vw;
}
.menuArea .menu > ul > li a span:last-of-type {
  font-size: 14px;
  font-size: 0.7291666667vw;
  color: #707070;
  letter-spacing: 0.3em;
}
@media (min-width: 767.98px) {
  .menuArea .menu > ul > li a:hover {
    color: #28a37d;
  }
}
.menuArea .menu > ul > li a:hover {
  opacity: 0.7;
}
.menuArea .menu > ul > li .company li {
  display: block;
  margin-bottom: 0.5em;
}
.menuArea .menu > ul > li .company li a span {
  font-size: 15px;
  font-size: 0.78125vw;
  color: #FFF;
  text-align: left;
}

.copyright {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 0.8333333333vw;
}

@media (min-width: 768px) and (max-width: 1367px) {
  #gblFooter {
    height: 26.0416666667vw;
    padding: 2.6041666667vw 3.90625vw;
  }

  #bannerArea {
    width: 40%;
    max-width: 545px;
  }
  #bannerArea ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  #bannerArea ul li {
    width: 100%;
  }

  .menuArea .menu > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5208333333vw;
  }
  .menuArea .menu > ul > li {
    width: 25%;
  }
  .menuArea .menu > ul > li:last-of-type {
    width: 100%;
    margin-top: 30px;
  }
  .menuArea .menu > ul > li:last-of-type .company {
    display: flex;
    justify-content: end;
    gap: 30px;
  }
  .menuArea .menu > ul > li:last-of-type .company li a span {
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  #gblFooter {
    position: relative;
    height: auto;
    padding: 60px 50px;
  }

  .inner {
    display: block;
    margin-bottom: 50px;
  }

  #bannerArea {
    width: 100%;
  }
  #bannerArea ul {
    display: block;
  }
  #bannerArea ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .menuArea {
    display: none;
  }

  .copyright {
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-size: 3.2vw;
  }
}
.swiper-slide img {
  height: auto;
  width: 100%;
}