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

/* 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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 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;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

/**
 * 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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

.inview,
.inviewL,
.inviewR {
  opacity: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
            transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInBigUp {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 240px, 0);
            transform: translate3d(0, 240px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
            transform: translate3d(40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-40px, 0, 0);
            transform: translate3d(-40px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.delay_1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay_2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay_3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay_4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay_5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay_6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay_7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay_8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay_9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay_10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay_20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay_30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay_40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay_50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay_60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

/*-- settingフォルダの中の_index.scss --*/
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------
  settings
* --------------------------------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  box-sizing: border-box;
  color: #222;
  font-family: YakuHanJP, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", Helvetica, Arial, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  overflow-y: scroll;
  text-justify: inter-ideograph;
  width: 100%;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}

.mincho {
  font-family: YuMincho, "Yu Mincho", serif;
}

.en {
  font-family: "EB Garamond", serif;
}

.stopscroll {
  overflow: hidden;
}

.inter {
  font-family: "Inter", sans-serif;
}

.cormorant {
  font-family: "Cormorant Garamond", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  -webkit-backface-visibility: hidden;
  height: auto;
  width: 100%;
}

.icon svg {
  display: block;
  height: 100%;
  width: 100%;
}

.italic {
  font-style: italic;
}

main {
  display: block;
}

.bold {
  font-weight: 700;
}

.ie .slick-dots li button:before {
  font-size: 20px;
}

*:focus {
  outline: none;
}

@media screen and (min-width: 1031px) {
  .sp_view {
    display: none;
  }
  .pc_view {
    display: block;
  }
}
@media screen and (max-width: 1030px) {
  html {
    overflow-x: hidden;
  }
  .sp_view {
    display: block;
  }
  .pc_view {
    display: none;
  }
  input[type=text],
  input[type=search],
  input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0;
    appearance: none;
  }
}
main {
  margin-top: 70px;
}
@media screen and (max-width: 1030px) {
  main {
    margin-top: 70px;
  }
}

.ly_w1100 {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 40px);
}

.ly_w1240 {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 40px);
}

.slick-dots li {
  margin: 0 !important;
}
.slick-dots li button:before {
  color: #b3b3b3 !important;
  content: "●" !important;
  font-family: sans-serif !important;
}
.slick-dots li.slick-active button:before {
  color: #ff778c !important;
}

.slick-loading .slick-list {
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  background-image: url(../images/common/btn_slidearrow.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "" !important;
  display: block;
  height: 25px;
  opacity: 1 !important;
  width: 25px;
}
@media screen and (max-width: 1030px) {
  .slick-prev:before,
  .slick-next:before {
    height: 30px;
    width: 30px;
  }
}

.slick-prev:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.slick-prev,
.slick-next {
  height: 25px !important;
  width: 25px !important;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .slick-prev,
  .slick-next {
    height: 30px !important;
    width: 30px !important;
  }
}

.control-style1 .slick-prev {
  left: 0;
  top: calc(100% + 40px);
}
.control-style1 .slick-next {
  left: 34px;
  right: auto;
  top: calc(100% + 40px);
}
.control-style1 .slick-dots {
  bottom: -50px;
  left: 80px;
  text-align: left;
}

.must {
  color: #ff0000;
}

.mfp_err {
  color: #ff0000 !important;
  font-size: 14px !important;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mfp_err {
    font-size: 3.7333333333vw;
  }
}

input[type=text],
input[type=tel],
input[type=email] {
  background-color: rgba(196, 194, 194, 0.6);
  box-shadow: none;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  input[type=text],
  input[type=tel],
  input[type=email] {
    font-size: 4.2666666667vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}

textarea {
  background-color: rgba(196, 194, 194, 0.6);
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  line-height: 1.8;
  padding: 15px 30px;
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  textarea {
    padding: 15px;
  }
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  margin: 0;
  outline: none;
  padding: 0;
}

input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] {
    padding-left: 30px;
  }
}

input[type=checkbox]::before,
input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]::before {
  background-color: #fff;
  border: 1px solid #ff0000;
  border-radius: 0%;
  border-radius: 50%;
  height: 20px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}
@media screen and (max-width: 768px) {
  input[type=checkbox]::before {
    height: 20px;
    width: 20px;
  }
}

input[type=checkbox]::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 6px;
  left: 10px;
  opacity: 0;
  top: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 11px;
}
@media screen and (max-width: 768px) {
  input[type=checkbox]::after {
    height: 6px;
    left: -5px;
    top: -5px;
    width: 11px;
  }
}

input[type=checkbox]:checked::after {
  opacity: 1;
  /*チェック後表示*/
}

input[type=checkbox]:checked::before {
  background-color: #333;
  border: 1px solid #333;
}

body {
  width: 100%;
}
body .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  body .sp {
    display: block;
  }
}
body .txt {
  letter-spacing: 2.5px;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  body .txt {
    font-size: 3vw;
    line-height: 2;
  }
}
body .bl_block {
  background-color: #303030;
  color: #fff;
}
body .gr_block {
  background-color: #d6d4d4;
  position: relative;
  z-index: 1;
}

.navArea {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.navArea.fixed {
  background-color: #f1f2f2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  left: 0;
  position: fixed; /*fixedを設定して固定*/
  top: 0;
  z-index: 999;
}
.navArea .pc_nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 25px 0;
  width: 96%;
}
@media screen and (max-width: 1030px) {
  .navArea .pc_nav {
    display: none;
  }
}
.navArea .pc_nav .logo {
  max-width: 295px;
}
.navArea .pc_nav .gNav {
  align-items: center;
  display: flex;
}
.navArea .pc_nav .gNav ul {
  display: flex;
}
.navArea .pc_nav .gNav ul li {
  margin-right: 40px;
}
.navArea .pc_nav .gNav ul li a {
  color: #222222;
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: 1.5px;
  position: relative;
}
.navArea .pc_nav .gNav ul li a:hover {
  opacity: 0.6;
}
.navArea .pc_nav .gNav .linkBtn {
  width: 210px;
}
.navArea .pc_nav .gNav .linkBtn a {
  align-items: center;
  background-color: #4d4d4d;
  border-radius: 30px;
  color: #fff;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.navArea .pc_nav .gNav .linkBtn a .icon {
  margin: auto 20px;
  position: relative;
}
.navArea .pc_nav .gNav .linkBtn a .icon figure {
  width: 27px;
}
.navArea .pc_nav .gNav .linkBtn a .icon::after {
  background-color: #4d4d4d;
  content: "";
  height: 1px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
}
.navArea .pc_nav .gNav .linkBtn a:hover .icon::after {
  right: -15px;
}
.navArea .sp_nav {
  display: none;
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav {
    display: block;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
  }
  .navArea .sp_nav .nav_top .logo {
    line-height: 0;
    margin-left: 3%;
    position: relative;
    width: 45%;
    z-index: 9999;
  }
  .navArea .sp_nav .nav_top .logo a .hide {
    display: none;
  }
  .navArea .sp_nav .nav_top .linkBtn {
    margin-right: 80px;
    max-width: 210px;
    position: relative;
    width: 30%;
    z-index: 9999;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .nav_top .linkBtn {
    margin-right: 55px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a {
    align-items: center;
    background-color: #4d4d4d;
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 15px;
    padding: 7px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .nav_top .linkBtn a {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon {
    margin: auto 15px;
    position: relative;
  }
}
@media screen and (max-width: 1030px) and (max-width: 768px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon {
    margin: auto 10px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon figure {
    width: 27px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 768px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon figure {
    width: 18px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon figure {
    width: 15px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a .icon::after {
    background-color: #4d4d4d;
    content: "";
    height: 1px;
    position: absolute;
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: 0.3s;
    width: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .nav_top .linkBtn a:hover .icon::after {
    right: -15px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .menu-btn {
    background-color: #4d4d4d;
    cursor: pointer;
    font-size: 3vw;
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    z-index: 9999;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .menu-btn {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .menu-btn .menu-trigger {
    cursor: pointer;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: 25px;
    width: 40px;
  }
}
@media screen and (max-width: 1030px) and (max-width: 400px) {
  .navArea .sp_nav .menu-btn .menu-trigger {
    top: 20px;
    width: 30px;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .menu-btn .menu-trigger span {
    background: #fff;
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    transition: 0.5s ease-in-out;
    width: 100%;
  }
  .navArea .sp_nav .menu-btn .menu-trigger span:nth-child(1) {
    top: 0;
  }
  .navArea .sp_nav .menu-btn .menu-trigger span:nth-child(2) {
    top: 14px;
    width: 70%;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .menu-btn.open .menu-trigger span:nth-child(1) {
    -webkit-transform: rotate(155deg);
    -moz-transform: rotate(155deg);
    top: 7px;
    transform: rotate(155deg);
  }
  .navArea .sp_nav .menu-btn.open .menu-trigger span:nth-child(2) {
    -webkit-transform: rotate(-155deg);
    -moz-transform: rotate(-155deg);
    top: 7px;
    transform: rotate(-155deg);
    width: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .navArea .sp_nav .sp_nav_cnt {
    background-color: #303030;
    color: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1001;
  }
  .navArea .sp_nav .sp_nav_cnt .cnt_top {
    margin-left: 5%;
    padding: 15px 0;
    width: 45%;
  }
  .navArea .sp_nav .sp_nav_cnt .cnt_top .logo {
    width: 100%;
  }
  .navArea .sp_nav .sp_nav_cnt .gNav {
    margin: 150px auto 0;
    width: 80%;
  }
  .navArea .sp_nav .sp_nav_cnt .gNav ul {
    margin: 50px auto;
  }
  .navArea .sp_nav .sp_nav_cnt .gNav ul li a {
    display: block;
    font-size: 7vw;
    font-weight: 600;
    margin: 15px auto;
    width: 100%;
  }
  .navArea .sp_nav .sp_nav_cnt .gNav .s_nav li a {
    font-size: 4vw;
  }
}

.contentArea .sec .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .inner {
    width: 90%;
  }
}
.contentArea .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .flexbox {
    display: block;
  }
}
.contentArea .sec .linkBtn a {
  font-size: 15px;
}

.lower_cnt {
  background-color: #d6d4d4;
  padding: 250px 0 120px;
}

footer {
  background-color: #d6d4d4;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0;
  }
}
footer .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
footer .inner .flexbox {
  align-items: end;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox {
    display: block;
  }
}
footer .inner .flexbox .ft_l .ft_logo {
  margin-bottom: 50px;
  width: 436px;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_l .ft_logo {
    width: 60%;
  }
}
footer .inner .flexbox .ft_l .ft_nav ul {
  display: flex;
  margin-top: 25px;
}
footer .inner .flexbox .ft_l .ft_nav ul li {
  margin-right: 50px;
}
footer .inner .flexbox .ft_l .ft_nav ul li a {
  font-weight: 600;
  letter-spacing: 1.5px;
}
footer .inner .flexbox .ft_l .ft_nav ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_l .ft_nav {
    display: none;
  }
}
footer .inner .flexbox .ft_r {
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_r {
    text-align: left;
  }
}
footer .inner .flexbox .ft_r .g_logo figure {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
  width: 170px;
}
@media screen and (max-width: 768px) {
  footer .inner .flexbox .ft_r .g_logo figure {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    width: 25%;
  }
}

main {
  margin-top: 0;
  width: 100%;
}

.mv {
  background-color: #d6d4d4;
  height: 900px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .mv {
    height: auto;
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 120px 0 100px;
  }
}
.mv::before {
  background: url(/assets/images/common/line01.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 720px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -400px;
  top: -200px;
  width: 998px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv::before {
    height: 540px;
    width: 748px;
  }
}
.mv::after {
  background: url(/assets/images/common/line02.png) no-repeat;
  background-size: 100%;
  bottom: -200px;
  content: "";
  display: block;
  height: 720px;
  left: -400px;
  mix-blend-mode: multiply;
  position: absolute;
  width: 998px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .mv::after {
    height: 540px;
    width: 748px;
  }
}
.mv .inner {
  height: 100%;
  margin: 0 auto;
  max-width: 1150px;
  position: relative;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .mv .inner {
    padding: 0px 0;
    width: 86%;
  }
}
.mv .inner .mv_copy {
  position: absolute;
  /*top: 25%;*/
  top: 35%;
  z-index: 10;
}
@media screen and (max-width: 1030px) {
  .mv .inner .mv_copy {
    position: relative;
  }
}
.mv .inner .mv_copy h1 {
  font-size: 3.9em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1030px) {
  .mv .inner .mv_copy h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 768px) {
  .mv .inner .mv_copy h1 {
    font-size: 6vw;
    margin-bottom: 0px;
  }
}
.mv .inner .mv_copy p {
  font-size: 1.5em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .mv .inner .mv_copy p {
    font-size: 3.5vw;
  }
}
.mv .inner .main_obj {
  left: 750px;
  max-width: 434px;
  position: absolute;
  top: 25%;
  z-index: 10;
}
@media screen and (max-width: 1030px) {
  .mv .inner .main_obj {
    left: auto;
    max-width: 430px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30%;
  }
}
.mv .mv_hex {
  mix-blend-mode: screen;
  opacity: 0.8;
  position: absolute;
  right: -100px;
  top: -50px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv_hex {
    bottom: 0;
    top: auto;
  }
}
.mv .comingsoon {
  left: 0;
  margin: 0 auto;
  max-width: 650px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .mv .comingsoon {
    padding: 50px 0;
    position: relative;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.contentArea {
  position: relative;
  z-index: 1;
}
.contentArea .sec .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .inner {
    width: 90%;
  }
}
.contentArea .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .contentArea .sec .flexbox {
    display: block;
  }
}
.contentArea .sec .sec_ttl {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .sec_ttl {
    font-size: 8.5vw;
    margin-bottom: 20px;
  }
}
.contentArea .sec .l_ttl {
  position: relative;
}
.contentArea .sec .l_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 33px;
  margin-right: 20px;
  width: 3px;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .l_ttl::before {
    vertical-align: sub;
  }
}
.contentArea .sec .c_ttl {
  position: relative;
  text-align: center;
}
.contentArea .sec .c_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 33px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50px;
  width: 3px;
}
.contentArea .sec .lead_ttl {
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contentArea .sec .lead_ttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
}
.contentArea .sec .c_txtArea {
  text-align: center;
}
.contentArea .sec .linkBtn {
  margin-top: 35px;
  width: 210px;
}
.contentArea .sec .linkBtn a {
  align-items: center;
  background-color: #e0e0e0;
  border-radius: 30px;
  color: #222222;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.contentArea .sec .linkBtn a .icon {
  margin: auto 20px;
  position: relative;
}
.contentArea .sec .linkBtn a .icon figure {
  width: 27px;
}
.contentArea .sec .linkBtn a .icon::after {
  background-color: #4d4d4d;
  content: "";
  height: 1px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
}
.contentArea .sec .linkBtn a:hover .icon::after {
  right: -15px;
}
.contentArea .mission_sec {
  position: relative;
  z-index: 1;
}
.contentArea .mission_sec .sec_box {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .contentArea .mission_sec .sec_box {
    padding: 60px 0 0;
  }
}
.contentArea .mission_sec .imgArea {
  max-width: 670px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1030px) {
  .contentArea .mission_sec .imgArea {
    margin-bottom: -150px;
    max-width: 100%;
    position: relative;
    top: -150px;
    width: 100%;
  }
}
.contentArea .solution_sec {
  position: relative;
}
.contentArea .solution_sec::after {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  bottom: -150px;
  content: "";
  display: block;
  height: 358px;
  left: -80px;
  mix-blend-mode: soft-light;
  position: absolute;
  width: 411px;
}
@media screen and (max-width: 768px) {
  .contentArea .solution_sec::after {
    bottom: -150px;
    height: 286px;
    width: 328px;
  }
}
.contentArea .solution_sec .sec_box {
  padding: 60px 0 150px;
}
.contentArea .solution_sec .sec_box .txtArea {
  text-align: center;
}
.contentArea .solution_sec .sec_box .graphArea {
  text-align: center;
  width: 100%;
}
.contentArea .solution_sec .sec_box .graphArea h4 {
  font-size: 1.6em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contentArea .solution_sec .sec_box .graphArea h4 {
    font-size: 4vw;
  }
}
.contentArea .solution_sec .sec_box .graphArea .graph {
  margin-bottom: 60px;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .contentArea .solution_sec .sec_box .graphArea .graph {
    margin-bottom: 50px;
    overflow: scroll;
  }
  .contentArea .solution_sec .sec_box .graphArea .graph .overflow {
    padding-bottom: 15px;
    width: 832px;
  }
}
@media screen and (max-width: 768px) {
  .contentArea .solution_sec .sec_box .graphArea .txt {
    text-align: left;
  }
}
.contentArea .method_sec {
  height: auto;
  padding: 240px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .contentArea .method_sec {
    padding: 120px 0 70px;
  }
}
.contentArea .method_sec::before {
  background: url(/assets/images/common/hexagon1.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 1193px;
  left: -517px;
  position: absolute;
  top: 0px;
  width: 1033px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contentArea .method_sec::before {
    height: 120vw;
    left: -50vw;
    width: 100vw;
  }
}
.contentArea .method_sec::after {
  background: url(/assets/images/common/line02.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 720px;
  left: -400px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 300px;
  width: 998px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .contentArea .method_sec::after {
    bottom: -150px;
    height: 540px;
    left: -600px;
    top: auto;
    width: 748px;
  }
}
.contentArea .method_sec .flexbox {
  justify-content: space-between;
  padding: 0 35px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .contentArea .method_sec .flexbox {
    display: block;
    padding: 0;
    padding-bottom: 50px;
  }
}
.contentArea .method_sec .flexbox .txtArea {
  max-width: 600px;
  width: 50%;
}
@media screen and (max-width: 1030px) {
  .contentArea .method_sec .flexbox .txtArea {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
  }
}
.contentArea .method_sec .flexbox .imgArea {
  max-width: 543px;
  mix-blend-mode: multiply;
  width: 50%;
}
@media screen and (max-width: 1030px) {
  .contentArea .method_sec .flexbox .imgArea {
    margin: 0 auto;
    width: 100%;
  }
}
.contentArea .Issue_sec {
  height: auto;
  padding: 120px 0 400px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1030px) {
  .contentArea .Issue_sec {
    padding: 60px 0 90px;
  }
}
.contentArea .Issue_sec::before {
  background: url(/assets/images/common/hexagon1.png) no-repeat;
  background-size: 100%;
  bottom: 0px;
  content: "";
  display: block;
  height: 1193px;
  position: absolute;
  right: -517px;
  width: 1033px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contentArea .Issue_sec::before {
    bottom: 5%;
    height: 120vw;
    right: -50vw;
    width: 100vw;
  }
}
.contentArea .Issue_sec::after {
  background: url(/assets/images/common/line02.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 720px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -200px;
  top: 500px;
  width: 998px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .contentArea .Issue_sec::after {
    bottom: -300px;
    height: 540px;
    right: -550px;
    top: auto;
    width: 748px;
  }
}
.contentArea .Issue_sec .flexbox {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 0 35px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .contentArea .Issue_sec .flexbox {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
.contentArea .Issue_sec .flexbox .txtArea {
  max-width: 600px;
  width: 60%;
}
@media screen and (max-width: 1030px) {
  .contentArea .Issue_sec .flexbox .txtArea {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 100%;
  }
}
.contentArea .Issue_sec .flexbox .imgArea {
  max-width: 410px;
  width: 35%;
}
@media screen and (max-width: 1030px) {
  .contentArea .Issue_sec .flexbox .imgArea {
    margin: 0 auto;
    width: 100%;
  }
}
.contentArea .tactics_sec {
  position: relative;
}
.contentArea .tactics_sec::after {
  background: url(/assets/images/common/line02.png) no-repeat;
  background-size: 100%;
  bottom: -400px;
  content: "";
  display: block;
  height: 720px;
  left: -600px;
  mix-blend-mode: multiply;
  position: absolute;
  width: 998px;
}
@media screen and (max-width: 768px) {
  .contentArea .tactics_sec::after {
    height: 540px;
    left: -450px;
    width: 748px;
  }
}
.contentArea .tactics_sec .inner .sec_box {
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .contentArea .tactics_sec .inner .sec_box {
    padding-bottom: 70px;
  }
}
.contentArea .tactics_sec .inner .sec_box .txtArea {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contentArea .tactics_sec .inner .sec_box .txtArea {
    width: 100%;
  }
}
.contentArea .tactics_sec .inner .sec_box .graphArea .graph {
  margin: 60px auto;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .contentArea .tactics_sec .inner .sec_box .graphArea .graph {
    margin-bottom: 50px;
    overflow: scroll;
  }
  .contentArea .tactics_sec .inner .sec_box .graphArea .graph .overflow {
    padding-bottom: 15px;
    width: 880px;
  }
}
.contentArea .service_sec {
  position: relative;
  z-index: 1;
}
.contentArea .service_sec .txtArea {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contentArea .service_sec .txtArea {
    width: 100%;
  }
}
.contentArea .service_sec .linkBtn {
  margin: 0px auto 50px;
}
.contentArea .service_sec .serviceArea .service_list {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contentArea .service_sec .serviceArea .service_list {
    display: block;
  }
}
.contentArea .service_sec .serviceArea .service_list li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .contentArea .service_sec .serviceArea .service_list li {
    width: 100%;
  }
}
.contentArea .service_sec .serviceArea .service_list li a {
  display: block;
  position: relative;
  width: 100%;
}
.contentArea .service_sec .serviceArea .service_list li a .txt {
  align-items: center;
  bottom: 50px;
  display: flex;
  justify-content: space-between;
  left: 0;
  margin: 0 auto;
  min-width: 400px;
  padding: 0 5%;
  position: absolute;
  right: 0;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .contentArea .service_sec .serviceArea .service_list li a .txt {
    bottom: 5%;
    min-width: 100%;
    width: 100%;
  }
}
.contentArea .service_sec .serviceArea .service_list li a .txt p {
  font-size: 1.2em;
  line-height: 1.75;
}
.contentArea .service_sec .serviceArea .service_list li a .txt p span {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .contentArea .service_sec .serviceArea .service_list li a .txt p {
    font-size: 4.3vw;
  }
}
.contentArea .service_sec .serviceArea .service_list li a .txt .icon {
  position: relative;
}
.contentArea .service_sec .serviceArea .service_list li a .txt .icon figure {
  width: 27px;
}
.contentArea .service_sec .serviceArea .service_list li a .txt .icon::after {
  background-color: #4d4d4d;
  content: "";
  height: 1px;
  position: absolute;
  right: -10px;
  top: 55%;
  transition: 0.3s;
  width: 20px;
}
.contentArea .service_sec .serviceArea .service_list li a:hover .txt .icon::after {
  right: -15px;
}
.contentArea .company_sec {
  position: relative;
  z-index: 2;
}
.contentArea .company_sec .flexbox {
  justify-content: space-between;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .contentArea .company_sec .flexbox {
    display: block;
    padding: 70px 0;
  }
}
.contentArea .company_sec .flexbox .txtArea {
  margin-bottom: 50px;
  max-width: 410px;
  width: 35%;
}
@media screen and (max-width: 1030px) {
  .contentArea .company_sec .flexbox .txtArea {
    max-width: 100%;
    width: 100%;
  }
}
.contentArea .company_sec .flexbox .txtArea .obj {
  margin: 100px auto 0;
  max-width: 250px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .contentArea .company_sec .flexbox .txtArea .obj {
    margin: 50px auto;
    width: 50%;
  }
}
.contentArea .company_sec .flexbox .profileArea {
  margin-top: 120px;
  max-width: 860px;
  width: 65%;
}
@media screen and (max-width: 1030px) {
  .contentArea .company_sec .flexbox .profileArea {
    margin-top: 50px;
    width: 100%;
  }
}
.contentArea .company_sec .flexbox .profileArea dl .row {
  border-bottom: solid 1px #f0f0f0;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contentArea .company_sec .flexbox .profileArea dl .row {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.contentArea .company_sec .flexbox .profileArea dl .row dt {
  font-weight: bold;
  width: 240px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .contentArea .company_sec .flexbox .profileArea dl .row dt {
    font-size: 3vw;
    margin-bottom: 5px;
    width: 100%;
  }
}
.contentArea .company_sec .flexbox .profileArea dl .row dd {
  line-height: 2;
  max-width: 620px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contentArea .company_sec .flexbox .profileArea dl .row dd {
    font-size: 3vw;
    width: 100%;
  }
}
.contentArea .company_sec .flexbox .profileArea .linkBtn {
  margin: 35px auto;
}
.contentArea .wh_block {
  background-color: #ebeaea;
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}
.contentArea .wh_block::before {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 358px;
  position: absolute;
  right: -50px;
  top: -100px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contentArea .wh_block::before {
    height: 286px;
    right: -150px;
    width: 328px;
  }
}
.contentArea .wh_block::after {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  bottom: -100px;
  content: "";
  display: block;
  height: 358px;
  left: -50px;
  position: absolute;
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contentArea .wh_block::after {
    height: 286px;
    left: -150px;
    width: 328px;
  }
}
@media screen and (max-width: 768px) {
  .contentArea .wh_block {
    padding: 80px 0 80px;
  }
}
.contentArea .wh_block .linkBtn {
  margin: 50px auto 0;
}

.p-contact .lower_cnt {
  padding-top: 100px;
}
.p-contact .contents {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-contact .contents::before {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 720px;
  left: 50%;
  position: absolute;
  top: -321px;
  width: 999px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-contact .contents::before {
    height: 96vw;
    left: calc(50% - 5.3333333333vw);
    top: -20vw;
    width: 133.2vw;
  }
}
.p-contact .contents::after {
  background-image: url(../images/contact/webp/deco_contact-02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 680px;
  left: calc(50% - 82px);
  opacity: 0.7;
  position: absolute;
  top: -110px;
  width: 719px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-contact .contents::after {
    background-image: url(../images/contact/webp/deco_contact-02_sp.webp);
    height: 98.4vw;
    left: -8vw;
    top: 18.6666666667vw;
    width: 130.6666666667vw;
  }
}
.p-contact .contents .inner {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 50px);
}
.p-contact .contents .txtArea {
  position: relative;
  z-index: 1;
}
.p-contact .contents .txtArea::after {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 720px;
  left: -545px;
  position: absolute;
  top: -60px;
  width: 999px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .txtArea::after {
    content: none;
  }
}
.p-contact .contents .txtArea .sec_ttl {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .txtArea .sec_ttl {
    font-size: 12.9333333333vw;
    margin-bottom: 0;
  }
}
.p-contact .contents .txtArea .lead_ttl {
  font-size: 2.3rem;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .txtArea .lead_ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-contact .contents .txtArea .txt {
  line-height: 2em;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .txtArea .txt {
    font-size: 3.2vw;
    margin: 0 auto 16vw;
    width: 100%;
  }
}
.p-contact .contents .contactArea {
  margin: 100px auto;
  max-width: 876px;
  position: relative;
  width: calc(100% - 50px);
  z-index: 1;
}
.p-contact .contents .contactArea .form-box {
  background-color: rgba(208, 206, 206, 0.6);
  mix-blend-mode: multiply;
  padding: 60px 50px 20px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .contactArea .form-box {
    padding: 8vw 4vw 2.6666666667vw;
  }
}
.p-contact .contents .contactArea .form-box .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .contactArea .form-box .box {
    display: block;
  }
}
.p-contact .contents .contactArea .form-box .box .block {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .p-contact .contents .contactArea .form-box .box .block {
    width: 100%;
  }
}
.p-contact .contents .contactArea .form-box .box .block .half-size {
  width: 100%;
}
.p-contact .contents .contactArea .form-box .row {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .contactArea .form-box .row {
    margin-bottom: 5.3333333333vw;
  }
}
.p-contact .contents .contactArea .form-box .row dt {
  font-size: 2rem;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .contactArea .form-box .row dt {
    font-size: 4.2666666667vw;
    margin-bottom: 0.6666666667vw;
  }
}
.p-contact .contents .contactArea .form-box .row dd {
  padding: 0;
}
.p-contact .contents .contactArea .form-box .row .half-size {
  width: calc(50% - 10px);
}
@media screen and (max-width: 768px) {
  .p-contact .contents .contactArea .form-box .row .half-size {
    width: 100%;
  }
}
.p-contact .contents .contactArea .linkBtn {
  margin: 60px auto 0;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .contactArea .linkBtn {
    margin-top: 10.6666666667vw;
    width: 56vw;
  }
}
.p-contact .contents .contactArea .linkBtn button,
.p-contact .contents .contactArea .linkBtn a {
  align-items: center;
  background-color: #4D4D4D;
  border-radius: 30px;
  color: #fff;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.p-contact .contents .contactArea .linkBtn button .icon,
.p-contact .contents .contactArea .linkBtn a .icon {
  margin: auto 20px;
  position: relative;
}
.p-contact .contents .contactArea .linkBtn button .icon figure,
.p-contact .contents .contactArea .linkBtn a .icon figure {
  width: 27px;
}
.p-contact .contents .contactArea .linkBtn button .icon::after,
.p-contact .contents .contactArea .linkBtn a .icon::after {
  background-color: #4d4d4d;
  content: "";
  height: 1px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
}
.p-contact .contents .contactArea .linkBtn button:hover .icon::after,
.p-contact .contents .contactArea .linkBtn a:hover .icon::after {
  right: -15px;
}
.p-contact .contents .sec .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .sec .inner {
    width: 90%;
  }
}
.p-contact .contents .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .p-contact .contents .sec .flexbox {
    display: block;
  }
}
.p-contact .contents .sec .sec_ttl {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .sec .sec_ttl {
    font-size: 8.5vw;
    margin-bottom: 20px;
  }
}
.p-contact .contents .sec .l_ttl {
  position: relative;
}
.p-contact .contents .sec .l_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 33px;
  margin-right: 20px;
  width: 3px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .sec .l_ttl::before {
    vertical-align: sub;
  }
}
.p-contact .contents .sec .c_ttl {
  position: relative;
  text-align: center;
}
.p-contact .contents .sec .c_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 33px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50px;
  width: 3px;
}
.p-contact .contents .sec .lead_ttl {
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .sec .lead_ttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
}
.p-contact .contents .sec .c_txtArea {
  text-align: center;
}
.p-contact .contents .sec .tel {
  font-size: 4.8rem;
  letter-spacing: 10px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .sec .tel {
    font-size: 8vw;
    letter-spacing: 0.6666666667vw;
  }
}
.p-contact .contents .sec .tel .icon {
  display: inline-block;
  height: 49px;
  line-height: 1;
  margin-right: 20px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  vertical-align: baseline;
  width: 29px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .sec .tel .icon {
    height: 8vw;
    margin-right: 4vw;
    -webkit-transform: translateY(-0.2666666667vw);
            transform: translateY(-0.2666666667vw);
    width: 4.8vw;
  }
}
.p-contact .contents .sec .openhour {
  font-size: 1.8rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .sec .openhour {
    font-size: 3.2vw;
  }
}
.p-contact .contents .wh_block {
  background-color: #ebeaea;
  overflow: hidden;
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}
.p-contact .contents .wh_block::before {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 358px;
  position: absolute;
  right: -50px;
  top: -100px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .wh_block::before {
    height: 286px;
    right: -150px;
    width: 328px;
  }
}
.p-contact .contents .wh_block::after {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  bottom: -100px;
  content: "";
  display: block;
  height: 358px;
  left: -50px;
  position: absolute;
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-contact .contents .wh_block::after {
    height: 286px;
    left: -150px;
    width: 328px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contents .wh_block {
    padding: 80px 0 80px;
  }
}
.p-contact .contents .wh_block .linkBtn {
  margin: 50px auto 0;
}

.p-contact-thanks .contactArea {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks .contactArea {
    padding: 0;
  }
}
.p-contact-thanks .contactArea #mfp_thanks {
  display: none;
}

.p-privacy .lower_cnt {
  padding-top: 100px;
}
.p-privacy .contents {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-privacy .contents::before {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 720px;
  left: 50%;
  position: absolute;
  top: -321px;
  width: 999px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents::before {
    height: 96vw;
    left: calc(50% - 5.3333333333vw);
    top: -20vw;
    width: 133.2vw;
  }
}
.p-privacy .contents::after {
  background-image: url(../images/contact/webp/deco_contact-02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 680px;
  left: calc(50% - 82px);
  opacity: 0.7;
  position: absolute;
  top: -110px;
  width: 719px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents::after {
    background-image: url(../images/contact/webp/deco_contact-02_sp.webp);
    height: 98.4vw;
    left: -8vw;
    top: 18.6666666667vw;
    width: 130.6666666667vw;
  }
}
.p-privacy .contents .inner {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 50px);
}
.p-privacy .contents .txtArea {
  position: relative;
  z-index: 1;
}
.p-privacy .contents .txtArea::after {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 720px;
  left: -545px;
  position: absolute;
  top: -60px;
  width: 999px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .txtArea::after {
    content: none;
  }
}
.p-privacy .contents .txtArea .sec_ttl {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .txtArea .sec_ttl {
    font-size: 12.9333333333vw;
    margin-bottom: 0;
  }
}
.p-privacy .contents .txtArea .lead_ttl {
  font-size: 2.3rem;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .txtArea .lead_ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-privacy .contents .txtArea .txt {
  line-height: 2em;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .txtArea .txt {
    font-size: 3.2vw;
    margin: 0 auto 16vw;
    width: 100%;
  }
}
.p-privacy .contents .privacyArea .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .privacyArea .inner {
    width: 90%;
  }
}
.p-privacy .contents .privacyArea .privacy_box {
  background-color: rgba(240, 240, 240, 0.8);
  box-sizing: border-box;
  margin: 0 auto 100px;
  max-width: 1080px;
  mix-blend-mode: multiply;
  padding: 80px 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .privacyArea .privacy_box {
    padding: 6%;
  }
}
.p-privacy .contents .privacyArea .privacy_box ul li {
  margin-bottom: 60px;
}
.p-privacy .contents .privacyArea .privacy_box ul li p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .privacyArea .privacy_box ul li p {
    font-size: 3.3vw;
  }
}
.p-privacy .contents .privacyArea .sec_ttl {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .privacyArea .sec_ttl {
    font-size: 8.5vw;
    margin-bottom: 20px;
  }
}
.p-privacy .contents .privacyArea .l_ttl {
  font-size: 2.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .privacyArea .l_ttl {
    font-size: 4vw;
  }
}
.p-privacy .contents .privacyArea .l_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 20px;
  width: 3px;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .privacyArea .l_ttl::before {
    margin-right: 10px;
    vertical-align: sub;
  }
}
.p-privacy .contents .privacyArea .lead_ttl {
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .privacyArea .lead_ttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
}
.p-privacy .contents .wh_block {
  background-color: #ebeaea;
  overflow: hidden;
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}
.p-privacy .contents .wh_block::before {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 358px;
  position: absolute;
  right: -50px;
  top: -100px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .wh_block::before {
    height: 286px;
    right: -150px;
    width: 328px;
  }
}
.p-privacy .contents .wh_block::after {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  bottom: -100px;
  content: "";
  display: block;
  height: 358px;
  left: -50px;
  position: absolute;
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .wh_block::after {
    height: 286px;
    left: -150px;
    width: 328px;
  }
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .wh_block {
    padding: 80px 0 80px;
  }
}
.p-privacy .contents .wh_block .c_ttl {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.p-privacy .contents .wh_block .c_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 33px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50px;
  width: 3px;
}
.p-privacy .contents .wh_block .c_txtArea {
  text-align: center;
}
.p-privacy .contents .wh_block .linkBtn {
  margin: 60px auto 0;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .p-privacy .contents .wh_block .linkBtn {
    margin-top: 10.6666666667vw;
    width: 56vw;
  }
}
.p-privacy .contents .wh_block .linkBtn a {
  align-items: center;
  background-color: #4D4D4D;
  border-radius: 30px;
  color: #fff;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.p-privacy .contents .wh_block .linkBtn a .icon {
  margin: auto 20px;
  position: relative;
}
.p-privacy .contents .wh_block .linkBtn a .icon figure {
  width: 27px;
}
.p-privacy .contents .wh_block .linkBtn a .icon::after {
  background-color: #4d4d4d;
  content: "";
  height: 1px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
}
.p-privacy .contents .wh_block .linkBtn a:hover .icon::after {
  right: -15px;
}

.p-member .lower_cnt {
  padding-top: 100px;
}
.p-member .lower_top {
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
.p-member .lower_top::after {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -300px;
  content: "";
  display: block;
  height: 720px;
  left: -450px;
  position: absolute;
  width: 999px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-member .lower_top::after {
    height: 96vw;
    left: calc(50% - 5.3333333333vw);
    top: -20vw;
    width: 133.2vw;
  }
}
.p-member .contents {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-member .contents::before {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 720px;
  left: 50%;
  position: absolute;
  top: -321px;
  width: 999px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-member .contents::before {
    height: 96vw;
    left: calc(50% - 5.3333333333vw);
    top: -20vw;
    width: 133.2vw;
  }
}
.p-member .contents::after {
  background-image: url(../images/contact/webp/deco_contact-02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 680px;
  left: calc(50% - 82px);
  opacity: 0.7;
  position: absolute;
  top: -110px;
  width: 719px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-member .contents::after {
    background-image: url(../images/contact/webp/deco_contact-02_sp.webp);
    height: 98.4vw;
    left: -8vw;
    top: 18.6666666667vw;
    width: 130.6666666667vw;
    z-index: 0;
  }
}
.p-member .contents .inner {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 50px);
}
.p-member .contents .txtArea {
  position: relative;
  z-index: 1;
}
.p-member .contents .txtArea::after {
  background: url(/assets/images/common/hexagon3.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  content: "";
  display: block;
  height: 415px;
  left: -350px;
  position: absolute;
  top: -100px;
  width: 318px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-member .contents .txtArea::after {
    content: none;
  }
}
.p-member .contents .txtArea .sec_ttl {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-member .contents .txtArea .sec_ttl {
    font-size: 12.9333333333vw;
    margin-bottom: 0;
  }
}
.p-member .contents .txtArea .lead_ttl {
  font-size: 2.3rem;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-member .contents .txtArea .lead_ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-member .contents .txtArea .txt {
  line-height: 2em;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .p-member .contents .txtArea .txt {
    font-size: 3.2vw;
    margin: 60px auto 16vw;
    width: 100%;
  }
}
.p-member .contents .sec .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-member .contents .sec .inner {
    width: 90%;
  }
}
.p-member .contents .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .p-member .contents .sec .flexbox {
    display: block;
  }
}
.p-member .contents .sec .sec_ttl {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-member .contents .sec .sec_ttl {
    font-size: 8.5vw;
    margin-bottom: 20px;
  }
}
.p-member .contents .sec .l_ttl {
  position: relative;
}
.p-member .contents .sec .l_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 33px;
  margin-right: 20px;
  width: 3px;
}
@media screen and (max-width: 768px) {
  .p-member .contents .sec .l_ttl::before {
    vertical-align: sub;
  }
}
.p-member .contents .sec .c_ttl {
  position: relative;
  text-align: center;
}
.p-member .contents .sec .c_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 33px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50px;
  width: 3px;
}
.p-member .contents .sec .lead_ttl {
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-member .contents .sec .lead_ttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
}
.p-member .contents .sec .c_txtArea {
  text-align: center;
}
.p-member .contents .bl_block {
  overflow: hidden;
  padding: 150px 0 100px;
  position: relative;
  z-index: 0;
}
.p-member .contents .bl_block::before {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 358px;
  position: absolute;
  right: -50px;
  top: -100px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-member .contents .bl_block::before {
    content: none;
  }
}
.p-member .contents .bl_block::after {
  background: url(/assets/images/common/hexagon3.png) no-repeat;
  background-size: 100%;
  bottom: -100px;
  content: "";
  display: block;
  height: 415px;
  left: -50px;
  position: absolute;
  width: 318px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-member .contents .bl_block::after {
    bottom: -50px;
    height: 286px;
    left: -160px;
    width: 328px;
  }
}
@media screen and (max-width: 768px) {
  .p-member .contents .bl_block {
    padding: 80px 0 80px;
  }
}
.p-member .contents .bl_block .memberArea {
  position: relative;
}
.p-member .contents .bl_block .memberArea .profile {
  display: flex;
  margin-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-member .contents .bl_block .memberArea .profile {
    display: block;
  }
}
.p-member .contents .bl_block .memberArea .profile dt {
  max-width: 347px;
  width: 35%;
}
.p-member .contents .bl_block .memberArea .profile dt figure {
  height: 100%;
  width: 100%;
}
.p-member .contents .bl_block .memberArea .profile dt figure img {
  min-height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-member .contents .bl_block .memberArea .profile dt {
    margin: 0 auto 30px;
    max-width: 100%;
    width: 80%;
  }
}
.p-member .contents .bl_block .memberArea .profile dd {
  background-color: #585858;
  box-sizing: border-box;
  max-width: calc(100% - 347px);
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-member .contents .bl_block .memberArea .profile dd {
    max-width: 100%;
    width: 100%;
  }
}
.p-member .contents .bl_block .memberArea .profile dd .name {
  background-color: #454545;
  box-sizing: border-box;
  font-size: 1.6em;
  padding: 15px 40px;
}
@media screen and (max-width: 768px) {
  .p-member .contents .bl_block .memberArea .profile dd .name {
    font-size: 4vw;
    padding: 20px 5%;
  }
}
.p-member .contents .bl_block .memberArea .profile dd .name .post {
  display: inline-block;
  font-size: 0.6em;
  margin-right: 25px;
  vertical-align: middle;
}
.p-member .contents .bl_block .memberArea .profile dd .txt {
  box-sizing: border-box;
  line-height: 2;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .p-member .contents .bl_block .memberArea .profile dd .txt {
    padding: 30px 5%;
  }
}
.p-member footer {
  position: relative;
}
.p-member footer::after {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 720px;
  position: absolute;
  right: -560px;
  top: -361px;
  width: 999px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-member footer::after {
    height: 96vw;
    left: calc(50% - 5.3333333333vw);
    top: -50vw;
    width: 133.2vw;
  }
}

.p-service main {
  position: relative;
  z-index: 1;
}
.p-service main::before {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 720px;
  left: 50%;
  position: absolute;
  top: -321px;
  width: 999px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-service main::before {
    height: 96vw;
    left: calc(50% - 5.3333333333vw);
    top: -20vw;
    width: 133.2vw;
  }
}
.p-service .lower_cnt {
  padding-top: 100px;
}
.p-service .lower_top {
  padding-bottom: 180px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-service .lower_top {
    padding-bottom: 60px;
  }
}
.p-service .lower_top::after {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -300px;
  content: "";
  display: block;
  height: 720px;
  left: -450px;
  position: absolute;
  width: 999px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-service .lower_top::after {
    height: 96vw;
    left: calc(50% - 5.3333333333vw);
    top: -20vw;
    width: 133.2vw;
  }
}
.p-service .contents {
  position: relative;
  z-index: 1;
}
.p-service .contents::after {
  background-image: url(../images/contact/webp/deco_contact-02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 680px;
  left: calc(50% - 82px);
  opacity: 0.7;
  position: absolute;
  top: -110px;
  width: 719px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-service .contents::after {
    background-image: url(../images/contact/webp/deco_contact-02_sp.webp);
    height: 98.4vw;
    left: -8vw;
    top: 18.6666666667vw;
    width: 130.6666666667vw;
    z-index: 0;
  }
}
.p-service .contents .inner {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 50px);
}
.p-service .contents .txtArea {
  position: relative;
  z-index: 1;
}
.p-service .contents .txtArea::after {
  background: url(/assets/images/common/hexagon3.png) no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  content: "";
  display: block;
  height: 415px;
  left: -350px;
  position: absolute;
  top: -100px;
  width: 318px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service .contents .txtArea::after {
    content: none;
  }
}
.p-service .contents .txtArea .sec_ttl {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-service .contents .txtArea .sec_ttl {
    font-size: 12.9333333333vw;
    margin-bottom: 0;
  }
}
.p-service .contents .txtArea .lead_ttl {
  font-size: 2.3rem;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-service .contents .txtArea .lead_ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-service .contents .txtArea .txt {
  line-height: 2em;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .p-service .contents .txtArea .txt {
    font-size: 3.2vw;
    margin: 30px auto 16vw;
    width: 100%;
  }
}
.p-service .contents .sec .inner {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-service .contents .sec .inner {
    width: 90%;
  }
}
.p-service .contents .sec .flexbox {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .sec .flexbox {
    display: block;
  }
}
.p-service .contents .sec .sec_ttl {
  font-size: 3em;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-service .contents .sec .sec_ttl {
    font-size: 8.5vw;
    margin-bottom: 20px;
  }
}
.p-service .contents .sec .l_ttl {
  position: relative;
}
.p-service .contents .sec .l_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 33px;
  margin-right: 20px;
  width: 3px;
}
@media screen and (max-width: 768px) {
  .p-service .contents .sec .l_ttl::before {
    vertical-align: sub;
  }
}
.p-service .contents .sec .c_ttl {
  position: relative;
  text-align: center;
}
.p-service .contents .sec .c_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 33px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50px;
  width: 3px;
}
.p-service .contents .sec .lead_ttl {
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-service .contents .sec .lead_ttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
}
.p-service .contents .sec .c_txtArea {
  text-align: center;
}
.p-service .contents .sec .linkBtn {
  margin-top: 35px;
  width: 210px;
}
.p-service .contents .sec .linkBtn a {
  align-items: center;
  background-color: #e0e0e0;
  border-radius: 30px;
  color: #222222;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.p-service .contents .sec .linkBtn a .icon {
  margin: auto 20px;
  position: relative;
}
.p-service .contents .sec .linkBtn a .icon figure {
  width: 27px;
}
.p-service .contents .sec .linkBtn a .icon::after {
  background-color: #4d4d4d;
  content: "";
  height: 1px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
}
.p-service .contents .sec .linkBtn a:hover .icon::after {
  right: -15px;
}
.p-service .contents .num_sec {
  position: relative;
  z-index: 1;
}
.p-service .contents .num_sec .flexbox {
  justify-content: space-between;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-service .contents .num_sec .flexbox {
    padding: 60px 0 60px;
  }
}
.p-service .contents .num_sec .imgArea {
  max-width: 563px;
  width: 45%;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .num_sec .imgArea {
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
.p-service .contents .num_sec .txtArea {
  max-width: 640px;
  width: 50%;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .num_sec .txtArea {
    max-width: 100%;
    width: 100%;
  }
}
.p-service .contents .num_sec .txtArea .sec_ttl {
  font-size: 2em;
}
@media screen and (max-width: 768px) {
  .p-service .contents .num_sec .txtArea .sec_ttl {
    font-size: 6vw;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.p-service .contents .freecash_sec {
  position: relative;
}
.p-service .contents .freecash_sec::before {
  background: url(/assets/images/common/hexagon1.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 1193px;
  left: -517px;
  position: absolute;
  top: 0px;
  width: 1033px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service .contents .freecash_sec::before {
    height: 120vw;
    left: -50vw;
    width: 100vw;
  }
}
.p-service .contents .freecash_sec::after {
  background: url(/assets/images/common/line02.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 720px;
  left: -400px;
  mix-blend-mode: multiply;
  position: absolute;
  top: 300px;
  width: 998px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-service .contents .freecash_sec::after {
    bottom: -150px;
    height: 540px;
    left: -600px;
    top: auto;
    width: 748px;
  }
}
.p-service .contents .freecash_sec .r_flex {
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-service .contents .freecash_sec .r_flex {
    padding: 60px 0 0;
  }
}
.p-service .contents .freecash_sec .imgArea {
  max-width: 645px;
  width: 60%;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .freecash_sec .imgArea {
    max-width: 100%;
    position: relative;
    width: 100%;
  }
}
.p-service .contents .freecash_sec .txtArea {
  max-width: 530px;
  width: 50%;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .freecash_sec .txtArea {
    max-width: 100%;
    width: 100%;
  }
}
.p-service .contents .freecash_sec .txtArea .sec_ttl span {
  display: block;
  font-size: 16px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-service .contents .freecash_sec .txtArea .sec_ttl {
    font-size: 7vw;
  }
}
.p-service .contents .consul_sec {
  height: auto;
  padding: 240px 0 0px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .consul_sec {
    padding: 120px 0 70px;
  }
}
.p-service .contents .consul_sec::before {
  background: url(/assets/images/common/hexagon1.png) no-repeat;
  background-size: 100%;
  bottom: 0px;
  content: "";
  display: block;
  height: 1193px;
  position: absolute;
  right: -517px;
  width: 1033px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service .contents .consul_sec::before {
    bottom: 5%;
    height: 120vw;
    right: -50vw;
    width: 100vw;
  }
}
.p-service .contents .consul_sec::after {
  background: url(/assets/images/common/line02.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 720px;
  mix-blend-mode: multiply;
  position: absolute;
  right: -200px;
  top: 500px;
  width: 998px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-service .contents .consul_sec::after {
    bottom: -300px;
    height: 540px;
    right: -550px;
    top: auto;
    width: 748px;
  }
}
.p-service .contents .consul_sec .flexbox {
  justify-content: space-between;
  padding: 0 35px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .consul_sec .flexbox {
    display: block;
    padding: 0;
    padding-bottom: 50px;
  }
}
.p-service .contents .consul_sec .flexbox .txtArea {
  max-width: 535px;
  width: 37%;
}
.p-service .contents .consul_sec .flexbox .txtArea .sec_ttl {
  font-size: 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-service .contents .consul_sec .flexbox .txtArea .sec_ttl {
    font-size: 6vw;
  }
}
@media screen and (max-width: 1030px) {
  .p-service .contents .consul_sec .flexbox .txtArea {
    margin: 0 auto;
    width: 100%;
  }
}
.p-service .contents .consul_sec .flexbox .imgArea {
  max-width: 741px;
  mix-blend-mode: multiply;
  width: 60%;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .consul_sec .flexbox .imgArea {
    margin: 0 auto;
    width: 100%;
  }
}
.p-service .contents .service_sec {
  position: relative;
  z-index: 1;
}
.p-service .contents .service_sec .txtArea {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-service .contents .service_sec .txtArea {
    width: 100%;
  }
}
.p-service .contents .service_sec .linkBtn {
  margin: 0px auto 50px;
}
.p-service .contents .service_sec .serviceArea .service_list {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-service .contents .service_sec .serviceArea .service_list {
    display: block;
  }
}
.p-service .contents .service_sec .serviceArea .service_list li {
  width: 33.3333%;
}
@media screen and (max-width: 768px) {
  .p-service .contents .service_sec .serviceArea .service_list li {
    width: 100%;
  }
}
.p-service .contents .service_sec .serviceArea .service_list li a {
  display: block;
  position: relative;
  width: 100%;
}
.p-service .contents .service_sec .serviceArea .service_list li a .txt {
  align-items: center;
  bottom: 50px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 5%;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service .contents .service_sec .serviceArea .service_list li a .txt {
    bottom: 5%;
  }
}
.p-service .contents .service_sec .serviceArea .service_list li a .txt p {
  font-size: 1.2em;
  line-height: 1.75;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .service_sec .serviceArea .service_list li a .txt p {
    font-size: 4.3vw;
  }
}
.p-service .contents .service_sec .serviceArea .service_list li a .txt .icon {
  position: relative;
}
.p-service .contents .service_sec .serviceArea .service_list li a .txt .icon figure {
  width: 27px;
}
.p-service .contents .service_sec .serviceArea .service_list li a .txt .icon::after {
  background-color: #4d4d4d;
  content: "";
  height: 1px;
  position: absolute;
  right: -10px;
  top: 55%;
  transition: 0.3s;
  width: 20px;
}
.p-service .contents .service_sec .serviceArea .service_list li a:hover .txt .icon::after {
  right: -15px;
}
.p-service .contents .company_sec {
  position: relative;
  z-index: 2;
}
.p-service .contents .company_sec .flexbox {
  justify-content: space-between;
  padding: 140px 0;
}
@media screen and (max-width: 768px) {
  .p-service .contents .company_sec .flexbox {
    padding: 70px 0;
  }
}
.p-service .contents .company_sec .flexbox .txtArea {
  margin-bottom: 50px;
  max-width: 410px;
  width: 35%;
}
@media screen and (max-width: 1030px) {
  .p-service .contents .company_sec .flexbox .txtArea {
    max-width: 100%;
    width: 100%;
  }
}
.p-service .contents .company_sec .flexbox .txtArea .obj {
  margin: 100px auto 0;
  max-width: 250px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .p-service .contents .company_sec .flexbox .txtArea .obj {
    margin: 50px auto;
    width: 50%;
  }
}
.p-service .contents .company_sec .flexbox .profileArea {
  margin-top: 120px;
  max-width: 860px;
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-service .contents .company_sec .flexbox .profileArea {
    margin-top: 50px;
    width: 100%;
  }
}
.p-service .contents .company_sec .flexbox .profileArea dl .row {
  border-bottom: solid 1px #f0f0f0;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-service .contents .company_sec .flexbox .profileArea dl .row {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.p-service .contents .company_sec .flexbox .profileArea dl .row dt {
  font-weight: bold;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p-service .contents .company_sec .flexbox .profileArea dl .row dt {
    font-size: 3vw;
    margin-bottom: 5px;
    width: 100%;
  }
}
.p-service .contents .company_sec .flexbox .profileArea dl .row dd {
  line-height: 2;
  max-width: 620px;
}
@media screen and (max-width: 768px) {
  .p-service .contents .company_sec .flexbox .profileArea dl .row dd {
    font-size: 3vw;
    width: 100%;
  }
}
.p-service .contents .company_sec .flexbox .profileArea .linkBtn {
  margin: 35px auto;
}
.p-service .contents .wh_block {
  background-color: #ebeaea;
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}
.p-service .contents .wh_block::before {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 358px;
  position: absolute;
  right: -50px;
  top: -100px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service .contents .wh_block::before {
    height: 286px;
    right: -150px;
    width: 328px;
  }
}
.p-service .contents .wh_block::after {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  bottom: -100px;
  content: "";
  display: block;
  height: 358px;
  left: -50px;
  position: absolute;
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-service .contents .wh_block::after {
    height: 286px;
    left: -150px;
    width: 328px;
  }
}
@media screen and (max-width: 768px) {
  .p-service .contents .wh_block {
    padding: 80px 0 80px;
  }
}
.p-service .contents .wh_block .linkBtn {
  margin: 50px auto 0;
}

.p-sitemap .lower_cnt {
  padding-top: 100px;
}
.p-sitemap .contents {
  position: relative;
  width: 100%;
  z-index: 1;
}
.p-sitemap .contents::before {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 720px;
  left: 50%;
  position: absolute;
  top: -321px;
  width: 999px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents::before {
    height: 96vw;
    left: calc(50% - 5.3333333333vw);
    top: -20vw;
    width: 133.2vw;
  }
}
.p-sitemap .contents::after {
  background-image: url(../images/contact/webp/deco_contact-02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 680px;
  left: calc(50% - 82px);
  opacity: 0.7;
  position: absolute;
  top: -110px;
  width: 719px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents::after {
    background-image: url(../images/contact/webp/deco_contact-02_sp.webp);
    height: 98.4vw;
    left: -8vw;
    top: 18.6666666667vw;
    width: 130.6666666667vw;
  }
}
.p-sitemap .contents .inner {
  margin: 0 auto;
  max-width: 1100px;
  width: calc(100% - 50px);
}
.p-sitemap .contents .txtArea {
  position: relative;
  z-index: 1;
}
.p-sitemap .contents .txtArea::after {
  background-image: url(../images/contact/deco_contact-01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 720px;
  left: -545px;
  position: absolute;
  top: -60px;
  width: 999px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .txtArea::after {
    content: none;
  }
}
.p-sitemap .contents .txtArea .sec_ttl {
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .txtArea .sec_ttl {
    font-size: 12.9333333333vw;
    margin-bottom: 0;
  }
}
.p-sitemap .contents .txtArea .lead_ttl {
  font-size: 2.3rem;
  letter-spacing: 4px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .txtArea .lead_ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-sitemap .contents .txtArea .txt {
  line-height: 2em;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .txtArea .txt {
    font-size: 3.2vw;
    margin: 0 auto 16vw;
    width: 100%;
  }
}
.p-sitemap .contents .sitemapArea {
  margin: 120px auto 0;
}
.p-sitemap .contents .sitemapArea .inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .inner {
    width: 90%;
  }
}
.p-sitemap .contents .sitemapArea .flexbox {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .flexbox {
    display: block;
  }
}
.p-sitemap .contents .sitemapArea .flexbox li {
  margin-bottom: 60px;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .flexbox li {
    width: 100%;
  }
}
.p-sitemap .contents .sitemapArea .flexbox li .child_list li {
  margin-bottom: 0;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
.p-sitemap .contents .sitemapArea .flexbox li .child_list li a {
  align-items: baseline;
  display: flex;
}
.p-sitemap .contents .sitemapArea .flexbox li .child_list li a .maru {
  background-color: #adadad;
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}
.p-sitemap .contents .sitemapArea .flexbox li .child_list li a .maru::after {
  background-color: #adadad;
  content: "";
  height: 100%;
  left: 4px;
  position: absolute;
  top: 10px;
  width: 1px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .flexbox li .child_list li a .maru::after {
    top: 16px;
  }
}
.p-sitemap .contents .sitemapArea .flexbox li .child_list li a p {
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .flexbox li .child_list li a p {
    font-size: 4vw;
  }
}
.p-sitemap .contents .sitemapArea .flexbox li .child_list li:last-child a .maru::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .sec_ttl {
    font-size: 8.5vw;
    margin-bottom: 20px;
  }
}
.p-sitemap .contents .sitemapArea .l_ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .l_ttl {
    font-size: 5.5vw;
  }
}
.p-sitemap .contents .sitemapArea .l_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 26px;
  margin-right: 10px;
  width: 3px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .l_ttl::before {
    vertical-align: sub;
  }
}
.p-sitemap .contents .sitemapArea .c_ttl {
  position: relative;
  text-align: center;
}
.p-sitemap .contents .sitemapArea .c_ttl::before {
  background: url(/assets/images/common/hd_line.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 33px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50px;
  width: 3px;
}
.p-sitemap .contents .sitemapArea .lead_ttl {
  font-size: 3.2rem;
  letter-spacing: 2px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .lead_ttl {
    font-size: 4.3vw;
    margin-bottom: 15px;
  }
}
.p-sitemap .contents .sitemapArea .c_txtArea {
  text-align: center;
}
.p-sitemap .contents .sitemapArea .tel {
  font-size: 4.8rem;
  letter-spacing: 10px;
  margin-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .tel {
    font-size: 8vw;
    letter-spacing: 0.6666666667vw;
  }
}
.p-sitemap .contents .sitemapArea .tel .icon {
  display: inline-block;
  height: 49px;
  line-height: 1;
  margin-right: 20px;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  vertical-align: baseline;
  width: 29px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .tel .icon {
    height: 8vw;
    margin-right: 4vw;
    -webkit-transform: translateY(-0.2666666667vw);
            transform: translateY(-0.2666666667vw);
    width: 4.8vw;
  }
}
.p-sitemap .contents .sitemapArea .openhour {
  font-size: 1.8rem;
  letter-spacing: 3px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .sitemapArea .openhour {
    font-size: 3.2vw;
  }
}
.p-sitemap .contents .wh_block {
  background-color: #ebeaea;
  overflow: hidden;
  padding: 150px 0 100px;
  position: relative;
  z-index: 1;
}
.p-sitemap .contents .wh_block::before {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  content: "";
  display: block;
  height: 358px;
  position: absolute;
  right: -50px;
  top: -100px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .wh_block::before {
    height: 286px;
    right: -150px;
    width: 328px;
  }
}
.p-sitemap .contents .wh_block::after {
  background: url(/assets/images/common/hexagon2.png) no-repeat;
  background-size: 100%;
  bottom: -100px;
  content: "";
  display: block;
  height: 358px;
  left: -50px;
  position: absolute;
  width: 411px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .wh_block::after {
    height: 286px;
    left: -150px;
    width: 328px;
  }
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .wh_block {
    padding: 80px 0 80px;
  }
}
.p-sitemap .contents .wh_block .linkBtn {
  margin: 60px auto 0;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .p-sitemap .contents .wh_block .linkBtn {
    margin-top: 10.6666666667vw;
    width: 56vw;
  }
}
.p-sitemap .contents .wh_block .linkBtn a {
  align-items: center;
  background-color: #4D4D4D;
  border-radius: 30px;
  color: #fff;
  display: flex;
  padding: 10px 0;
  width: 100%;
}
.p-sitemap .contents .wh_block .linkBtn a .icon {
  margin: auto 20px;
  position: relative;
}
.p-sitemap .contents .wh_block .linkBtn a .icon figure {
  width: 27px;
}
.p-sitemap .contents .wh_block .linkBtn a .icon::after {
  background-color: #4d4d4d;
  content: "";
  height: 1px;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: 0.3s;
  width: 20px;
}
.p-sitemap .contents .wh_block .linkBtn a:hover .icon::after {
  right: -15px;
}

/*# sourceMappingURL=app.css.map*/