@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

@font-face {
  font-family: "Avenir-Black";
  src: url("../fonts/AvenirLTStd-Black.otf");
}

@font-face {
  font-family: "FOT-TsukuGoPro-B";
  src: url("../fonts/FOT-TsukuGoPro-B.otf");
}

@font-face {
  font-family: "FOT-TsukuGoPro-D";
  src: url("../fonts/FOT-TsukuGoPro-D.otf");
}

@font-face {
  font-family: "FOT-TsukuGoPro-L";
  src: url("../fonts/FOT-TsukuGoPro-L.otf");
}

@font-face {
  font-family: "KozGoPro-Regular";
  src: url("../fonts/KozGoPro-Regular.otf");
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
  background: #1a1a1a;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: 0.8;
}

a {
  color: #fff;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px), print {
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .row {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body .container {
    overflow: hidden;
  }
  .header__main {
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 33px 6.15385%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .header__main--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__main--left h1 {
    line-height: 0;
    width: 156px;
  }
  .header__main--left h1 a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--left h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--left p {
    color: #fff;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.1em;
    margin-left: 20px;
    font-weight: 700;
  }
  .header__main--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__main--nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .header__main--nav ul li + li {
    margin-left: 32px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1147px) {
  .header__main--nav {
    width: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(31, 30, 29, 0.95);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }
  .header__main--nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header__main--nav ul {
    display: block;
    padding: 100px 0 0;
  }
  .header__main--nav ul li {
    text-align: center;
  }
  .header__main--nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .header__main--nav ul li + li {
    margin-top: 32px;
    margin-left: 0;
  }
}

@media screen and (min-width: 769px), print {
  .header__main--menu {
    display: none;
  }
}

@media screen and (min-width: 769px) and (max-width: 1147px) {
  .header__main--menu {
    width: 30.5px;
    height: 30.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    border: 1px solid #fff;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span {
    background-color: #fff;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(-50deg);
    -moz-transform: translateY(-50%) rotate(-50deg);
    -ms-transform: translateY(-50%) rotate(-50deg);
    transform: translateY(-50%) rotate(-50deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(50deg);
    -moz-transform: translateY(-50%) rotate(50deg);
    -ms-transform: translateY(-50%) rotate(50deg);
    transform: translateY(-50%) rotate(50deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main--menu .menu_icon_in {
    width: 20px;
    height: 17px;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
  }
  .header__main--menu .menu_icon_in .menu-trigger,
  .header__main--menu .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__main--menu .menu_icon_in .menu-trigger {
    position: relative;
    width: 20px;
    height: 17px;
  }
  .header__main--menu .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
}

@media screen and (min-width: 769px) and (max-width: 1317px) {
  .header__main {
    padding: 33px 30px;
  }
}

@media screen and (min-width: 769px), print {
  .header__side {
    position: fixed;
    right: 0;
    top: 125px;
    z-index: 99;
  }
  .header__side--doc {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 63px;
    height: 200px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-family: "FOT-TsukuGoPro-B";
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.14em;
    background: rgba(0, 0, 0, 0.5);
  }
  .header__side--doc::after {
    content: "";
    width: 35px;
    height: 39px;
    background: url("../img/icDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-top: 23px;
  }
  .header__side--tel {
    display: none;
  }
  .footer {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    border-top: 2px solid #fff;
  }
  .footer__top {
    padding: 85px 0 45px;
    border-bottom: 2px solid #fff;
    text-align: center;
    line-height: 0;
  }
  .footer__top--logo {
    width: 190px;
    line-height: 0;
    display: inline-block;
  }
  .footer__top--logo img {
    width: 100%;
    height: auto;
  }
  .footer__top--slogan {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.04em;
    margin-top: 30px;
    font-family: "FOT-TsukuGoPro-D";
  }
  .footer__top--address {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.16em;
    font-style: normal;
    margin-top: 15px;
  }
  .footer__top--tel {
    margin-top: 20px;
  }
  .footer__top--tel a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "FOT-TsukuGoPro-L";
    font-size: 25px;
    line-height: 1;
    letter-spacing: 0.133em;
  }
  .footer__top--tel a::before {
    content: "";
    width: 15px;
    height: 22px;
    background: url("../img/icPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
  }
  .footer__top--map {
    margin-top: 20px;
  }
  .footer__top--map a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.16em;
  }
  .footer__top--map a::before {
    content: "";
    width: 13px;
    height: 22px;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
  }
  .footer__top--line {
    margin-top: 15px;
    line-height: 0;
  }
  .footer__top--line a {
    display: inline-block;
    line-height: 0;
    width: 24px;
  }
  .footer__top--line a img {
    width: 100%;
    height: auto;
  }
  .footer__copy {
    text-align: center;
    color: #fff;
    font-family: "FOT-TsukuGoPro-L";
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.04em;
    padding: 10px 0;
  }
  .footer__pageTop {
    position: absolute;
    top: -46px;
    right: 44px;
    line-height: 0;
  }
  .footer__pageTop a {
    width: 47px;
    display: inline-block;
    line-height: 0;
  }
  .footer__pageTop a img {
    width: 100%;
    height: auto;
  }
  .pTop .mv {
    background: url("../img/mv.jpg") top center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 318px 0 400px;
  }
  .pTop .mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .pTop .mv__main {
    padding: 0 6.15385%;
    position: relative;
    z-index: 2;
  }
  .pTop .mv__main h2 {
    font-size: 162px;
    line-height: 250px;
    font-family: "Avenir-Black";
    color: #fff;
    letter-spacing: 0.02em;
  }
  .pTop .mv__main h3 {
    font-size: 40px;
    line-height: 51.7px;
    letter-spacing: 0.16em;
    font-weight: 700;
    margin-top: 20px;
  }
  .pTop .mv__main .txt {
    font-size: 24px;
    line-height: 64px;
    font-weight: 500;
    letter-spacing: 0.07em;
    margin-top: 40px;
  }
  .pTop .company {
    padding: 6.92308% 0 9.07692%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pTop .company::before {
    position: absolute;
    content: "BEST";
    font-size: 240px;
    line-height: 0.8;
    font-family: "Avenir-Black";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    left: 0;
    bottom: 0;
    margin-bottom: 4.46154%;
    z-index: 2;
  }
  .pTop .company::after {
    position: absolute;
    content: "UP";
    font-size: 240px;
    line-height: 0.8;
    font-family: "Avenir-Black";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4);
    right: 0;
    top: 0;
    margin-top: 5.92308%;
    z-index: 1;
  }
  .pTop .company picture {
    width: 51.69231%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pTop .company picture img {
    width: 100%;
    height: auto;
  }
  .pTop .company picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 20, 0.6);
  }
  .pTop .company__main {
    width: 55.23077%;
    min-width: 718px;
    margin-left: -6.92308%;
    margin-top: 6.46154%;
    position: relative;
    z-index: 4;
    background: rgba(35, 35, 35, 0.5);
    padding: 4.07692% 6.30769% 4.84615% 11.76923%;
  }
  .pTop .company__main--title span {
    font-size: 11px;
    line-height: 26px;
    letter-spacing: 0.16em;
    font-weight: 700;
  }
  .pTop .company__main--title h2 {
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 0.16em;
    font-weight: 700;
    margin-top: 15px;
  }
  .pTop .company__main--txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 37px;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .pTop .company__main--btn {
    margin-top: 44px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pTop .company__main--btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 226px;
    height: 46px;
    font-size: 13px;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
  .pTop .company__main--btn a + a {
    margin-left: 12px;
  }
  .pTop .plan {
    padding: 66px 0;
    background: url("../img/topImg02.jpg") top center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pTop .plan::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(18, 28, 42, 0.8);
    z-index: -1;
  }
  .pTop .plan__main {
    max-width: 778px;
    width: 100%;
    margin: auto;
  }
  .pTop .plan__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .pTop .plan__main--title h2 {
    font-size: 30px;
    line-height: 31px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-right: 20px;
  }
  .pTop .plan__main--title span {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.16em;
  }
  .pTop .plan__main--title::after {
    position: absolute;
    content: "";
    width: 15000%;
    height: 2px;
    background: #fff;
    right: -92px;
    bottom: 0;
  }
  .pTop .plan__main--intro {
    margin-top: 20px;
    font-size: 12px;
    line-height: 32px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .pTop .plan__main--list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -14px;
  }
  .pTop .plan__main--list article {
    width: 240px;
    margin: 14px;
    border: 1px solid #fff;
    background: #231815;
    padding: 15px 8px 0px;
  }
  .pTop .plan__main--list article h3 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 14px;
  }
  .pTop .plan__main--list article dl {
    border-top: 1px solid #fff;
    padding: 0 0 15px 6px;
  }
  .pTop .plan__main--list article dl dt {
    font-size: 10px;
    line-height: 26px;
    font-weight: 500;
  }
  .pTop .plan__main--list article dl dd {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.05em;
    padding: 0 0 0 12px;
    font-weight: 700;
  }
  .pTop .plan__main--list article dl dd.big {
    font-size: 21px;
    text-align: right;
  }
  .pTop .plan__main--list article dl._2row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pTop .plan__main--list article dl._2row dt {
    width: 52px;
  }
  .pTop .plan__main--list article dl._2row dd {
    width: -webkit-calc(100% - 52px);
    width: -moz-calc(100% - 52px);
    width: calc(100% - 52px);
  }
  .pTop .plan__main--btn {
    text-align: center;
    margin-top: 42px;
  }
  .pTop .plan__main--btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 256px;
    height: 46px;
    border: 1px solid #fff;
    -moz-border-radius: 22px;
    border-radius: 22px;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .pTop .extra {
    padding: 130px 0 210px;
  }
  .pTop .extra__main {
    max-width: 1140px;
    width: 100%;
    margin: auto;
  }
  .pTop .extra__main article {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: -20px 0;
  }
  .pTop .extra__main article picture {
    width: 505px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin: 20px;
  }
  .pTop .extra__main article picture img {
    width: 100%;
    height: auto;
  }
  .pTop .extra__main article picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(66, 33, 11, 0.7);
  }
  .pTop .extra__main article .arCon {
    width: 531px;
    margin: 20px;
  }
  .pTop .extra__main article .arCon h3 {
    font-size: 33px;
    line-height: 41px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .pTop .extra__main article .arCon .txt {
    font-size: 14px;
    line-height: 37px;
    font-weight: 500;
    letter-spacing: 0.16em;
    margin-top: 20px;
  }
  .pTop .extra__main article .arCon .btn {
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pTop .extra__main article .arCon .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 226px;
    height: 46px;
    font-size: 13px;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
  .pTop .extra__main article .arCon .btn a + a {
    margin-left: 20px;
  }
  .pTop .extra__main article:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .pTop .extra__main article:nth-of-type(even) .arCon {
    padding-left: 50px;
  }
  .pTop .extra__main article + article {
    margin-top: 80px;
  }
  .pChild__main--company--mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pChild__main--company--mv picture {
    width: 100%;
    height: auto;
  }
  .pChild__main--company--mv .title {
    position: absolute;
    width: 100%;
    max-width: 780px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    z-index: 2;
    padding: 0 0 14px;
  }
  .pChild__main--company--mv .title::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--company--mv .title h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .pChild__main--company--mv .title span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.16em;
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--company--wrap {
    padding: 95px 0 130px;
  }
  .pChild__main--company--wrap .innerCom {
    max-width: 780px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .pChild__main--company--wrap .innerCom .title {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    padding: 0 0 14px;
  }
  .pChild__main--company--wrap .innerCom .title::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--company--wrap .innerCom .title h3 {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .pChild__main--company--wrap .innerCom .title span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.16em;
    font-family: "KozGoPro-Regular";
    margin-left: 20px;
  }
  .pChild__main--company--wrap .innerCom .arCon {
    color: #fff;
    margin-top: 30px;
  }
  .pChild__main--company--wrap .innerCom .arCon .txt {
    font-size: 14px;
    line-height: 37px;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .pChild__main--company--wrap .innerCom .arCon .message .sign {
    margin-top: 43px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .pChild__main--company--wrap .innerCom .arCon .mission {
    padding: 30px 0 0;
  }
  .pChild__main--company--wrap .innerCom .arCon .mission h4 {
    font-size: 30px;
    line-height: x(37);
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 50px;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile {
    font-size: 16px;
    line-height: 26px;
    font-family: "KozGoPro-Regular";
    letter-spacing: 0.15em;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile dl dt {
    width: 185px;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile dl + dl {
    margin-top: 20px;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile .note {
    margin-top: 20px;
  }
  .pChild__main--company--wrap .innerCom .arCon .profileEx {
    margin-top: 133px;
  }
  .pChild__main--company--wrap .innerCom .arCon .profileEx p {
    font-size: 16px;
    line-height: 26px;
    font-family: "KozGoPro-Regular";
    letter-spacing: 0.15em;
  }
  .pChild__main--company--wrap .innerCom .arCon .profileEx .btn {
    margin-top: 27px;
  }
  .pChild__main--company--wrap .innerCom .arCon .profileEx .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 256px;
    height: 46px;
    font-size: 13px;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
  .pChild__main--company--wrap article + article {
    margin-top: 180px;
  }
  .pChild__main--company--wrap .inquiry {
    margin-top: 190px;
  }
  .pChild__main--company--wrap .inquiry h4 span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    line-height: 49px;
    letter-spacing: 0.15em;
    padding: 0 30px;
    border: 1px solid #fff;
  }
  .pChild__main--company--wrap .inquiry .intro {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15em;
    margin-top: 33px;
  }
  .pChild__main--company--wrap .inquiry .form {
    margin-top: 60px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15em;
  }
  .pChild__main--company--wrap .inquiry .form dl {
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--company--wrap .inquiry .form dl dd input[type="text"],
  .pChild__main--company--wrap .inquiry .form dl dd input[type="email"],
  .pChild__main--company--wrap .inquiry .form dl dd input[type="number"],
  .pChild__main--company--wrap .inquiry .form dl dd textarea {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    height: 37px;
    outline: none;
    background: transparent;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--company--wrap .inquiry .form dl dd textarea {
    height: 189px;
  }
  .pChild__main--company--wrap .inquiry .form dl + dl {
    margin-top: 25px;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dt {
    width: 310px;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
    background: -moz- oldradial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
    background: radial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 18px;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 0;
    top: 8px;
  }
  .pChild__main--company--wrap .inquiry .form .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 47px;
  }
  .pChild__main--company--wrap .inquiry .form .btn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 256px;
    height: 46px;
    font-size: 13px;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: none;
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .pChild__main--company--wrap .inquiry .form .btn button + button {
    margin-left: 20px;
  }
  .pChild__main--contact--mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pChild__main--contact--mv picture {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--contact--mv picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .pChild__main--contact--mv .title {
    position: absolute;
    width: 100%;
    max-width: 780px;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    z-index: 2;
    padding: 0 0 14px;
  }
  .pChild__main--contact--mv .title::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--contact--mv .title h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .pChild__main--contact--mv .title span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.16em;
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--contact--wrap {
    background: #1a1a1a;
    padding: 95px 0 130px;
  }
  .pChild__main--contact--wrap .innerCon {
    max-width: 893px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .pChild__main--contact--intro {
    font-size: 14px;
    line-height: 37px;
    font-weight: 500;
  }
  .pChild__main--contact--tel {
    margin-top: 70px;
  }
  .pChild__main--contact--tel h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 0 0 5px;
    border-bottom: 2px solid #fff;
  }
  .pChild__main--contact--tel p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.06em;
    margin-top: 17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pChild__main--contact--tel p a.tel {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.16em;
    margin-right: 20px;
  }
  .pChild__main--contact--tel p a.tel::before {
    content: "";
    width: 15px;
    height: 22px;
    background: url("../img/icPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 10px;
  }
  .pChild__main--contact--tel p span {
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--contact--inquiry {
    margin-top: 80px;
  }
  .pChild__main--contact--inquiry h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    padding: 0 0 5px;
    border-bottom: 2px solid #fff;
  }
  .pChild__main--contact--inquiry p {
    font-size: 14px;
    line-height: 37px;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin-top: 25px;
  }
  .pChild__main--contact--inquiry .form {
    margin-top: 60px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.15em;
  }
  .pChild__main--contact--inquiry .form dl {
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--contact--inquiry .form dl dd input[type="text"],
  .pChild__main--contact--inquiry .form dl dd input[type="email"],
  .pChild__main--contact--inquiry .form dl dd input[type="number"],
  .pChild__main--contact--inquiry .form dl dd textarea {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    height: 37px;
    outline: none;
    background: #fff;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 15px;
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--contact--inquiry .form dl dd textarea {
    height: 189px;
  }
  .pChild__main--contact--inquiry .form dl + dl {
    margin-top: 25px;
  }
  .pChild__main--contact--inquiry .form dl.col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .pChild__main--contact--inquiry .form dl.col2 dt {
    width: 310px;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
    background: -moz- oldradial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
    background: radial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 18px;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 0;
    top: 8px;
  }
  .pChild__main--contact--inquiry .form .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 47px;
  }
  .pChild__main--contact--inquiry .form .btn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 256px;
    height: 46px;
    font-size: 13px;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: none;
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .pChild__main--contact--inquiry .form .btn button + button {
    margin-left: 20px;
  }
  .pChild__main--service {
    background: #1a1a1a;
  }
  .pChild__main--service--mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pChild__main--service--mv picture {
    width: 73.30769%;
    height: auto;
    margin-left: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--service--mv picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .pChild__main--service--mv .pos {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    margin-top: 20.53846%;
    z-index: 2;
  }
  .pChild__main--service--mv .pos .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
  }
  .pChild__main--service--mv .pos .title h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 139px 14px 0;
  }
  .pChild__main--service--mv .pos .title h2::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--service--mv .pos .title span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.16em;
    font-family: "KozGoPro-Regular";
    margin-top: 15px;
  }
  .pChild__main--service--mv .pos .intro {
    color: #fff;
    font-size: 16px;
    line-height: 42px;
    font-weight: 500;
    letter-spacing: 0.2em;
    margin-top: 67px;
  }
  .pChild__main--service--nav {
    margin-top: 62px;
  }
  .pChild__main--service--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pChild__main--service--nav ul li {
    width: 260px;
    margin: 0 20px;
  }
  .pChild__main--service--nav ul li a {
    display: block;
    width: 100%;
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 0.12em;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .pChild__main--service--nav ul li a::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 11px;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -17px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pChild__main--service--con {
    margin-top: 220px;
    margin-bottom: 360px;
  }
  .pChild__main--service--con article {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--service--con article::after {
    position: absolute;
    content: attr(data-en);
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 22px;
    line-height: 53px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-top: 1px solid #fff;
    padding-top: 40px;
    color: rgba(255, 255, 255, 0.2);
  }
  .pChild__main--service--con article .work__inner::after {
    content: "";
    clear: both;
    display: table;
  }
  .pChild__main--service--con article .work__inner > figure {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--service--con article .work__inner > figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(128, 128, 128, 0.4);
  }
  .pChild__main--service--con article .work__inner > figure img {
    width: 100%;
    height: auto;
  }
  .pChild__main--service--con article .work__inner > figure figcaption {
    position: absolute;
    left: 0;
    width: 100%;
    top: -webkit-calc(100% + 7px);
    top: -moz-calc(100% + 7px);
    top: calc(100% + 7px);
    font-size: 16px;
    line-height: 37px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .pChild__main--service--con article .work__inner--con .title span {
    font-size: 11px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.16em;
  }
  .pChild__main--service--con article .work__inner--con .title h3 {
    font-size: 22px;
    line-height: 42px;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #fff;
    margin-top: 12px;
  }
  .pChild__main--service--con article .work__inner--con .txt {
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .pChild__main--service--con article .work__inner--con .txt p + p {
    margin-top: 30px;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -14px -10px;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li {
    margin: 14px 10px;
    width: 161px;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li figure {
    width: 161px;
    height: 161px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-top: 5px;
  }
  .pChild__main--service--con article .work__inner--btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 256px;
    height: 46px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    border: 1px solid #fff;
    -moz-border-radius: 22px;
    border-radius: 22px;
  }
  .pChild__main--service--con article.exterior .work__inner {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .pChild__main--service--con article.exterior .work__inner > figure {
    width: 416px;
    float: left;
  }
  .pChild__main--service--con article.exterior .work__inner--con {
    float: right;
    width: 523px;
    padding: 57px 0 64px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 3;
    margin-top: 65px;
  }
  .pChild__main--service--con article.exterior .work__inner--con::after {
    position: absolute;
    content: "";
    width: 1000%;
    height: 100%;
    top: 0;
    left: -135px;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .pChild__main--service--con article.exterior .work__inner--con .txt {
    margin-top: 13px;
  }
  .pChild__main--service--con article.exterior .work__inner--con .gallery {
    margin-top: 58px;
  }
  .pChild__main--service--con article.exterior .work__inner--btn {
    float: left;
    margin-top: 185px;
  }
  .pChild__main--service--con article.interior {
    margin-top: 120px;
  }
  .pChild__main--service--con article.interior .work__inner > figure {
    float: right;
    width: 52.46154%;
    margin-top: 195px;
  }
  .pChild__main--service--con article.interior .work__inner--con {
    float: right;
    width: 449px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 55px 67px 40px 0;
  }
  .pChild__main--service--con article.interior .work__inner--con::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: -80px;
    z-index: -1;
  }
  .pChild__main--service--con article.interior .work__inner--con .txt {
    margin-top: 23px;
  }
  .pChild__main--service--con article.interior .work__inner--con .gallery {
    margin-top: 32px;
  }
  .pChild__main--service--con article.interior .work__inner--btn {
    float: right;
    margin-top: 66px;
    width: 449px;
  }
  .pChild__main--business {
    background: #1a1a1a;
  }
  .pChild__main--business--mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pChild__main--business--mv picture {
    width: 73.30769%;
    height: auto;
    margin-left: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--business--mv picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .pChild__main--business--mv .pos {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    margin-top: 16.84615%;
    z-index: 2;
  }
  .pChild__main--business--mv .pos .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
  }
  .pChild__main--business--mv .pos .title h2 {
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 0px 14px 0;
  }
  .pChild__main--business--mv .pos .title h2::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--business--mv .pos .title span {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0.16em;
    font-family: "KozGoPro-Regular";
    margin-top: 15px;
  }
  .pChild__main--business--wrap {
    margin-top: 90px;
  }
  .pChild__main--business--wrap .looking {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--business--wrap .looking article {
    max-width: 1000px;
    width: 100%;
    margin: auto;
  }
  .pChild__main--business--wrap .looking article .arInner {
    width: 550px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 58px 0 89px;
  }
  .pChild__main--business--wrap .looking article .arInner::after {
    position: absolute;
    content: "";
    width: 5000%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: rgba(35, 35, 35, 0.5);
    background-blend-mode: multiply;
    pointer-events: none;
  }
  .pChild__main--business--wrap .looking article .arInner.st2::after {
    display: none;
  }
  .pChild__main--business--wrap .looking article .arInner h3 {
    font-size: 33px;
    line-height: 41px;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .pChild__main--business--wrap .looking article .arInner .txt {
    font-size: 14px;
    line-height: 41px;
    font-weight: 500;
    color: #fff;
    margin-top: 43px;
  }
  .pChild__main--business--wrap .looking article .arInner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 25px;
  }
  .pChild__main--business--wrap .looking article .arInner ul li {
    width: 165px;
    margin-right: 25px;
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
  }
  .pChild__main--business--wrap .looking article[data-en] {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--business--wrap .looking article[data-en]::before {
    position: absolute;
    content: attr(data-en);
    top: 58px;
    left: -webkit-calc(50% - 50vw);
    left: -moz-calc(50% - 50vw);
    left: calc(50% - 50vw);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 22px;
    line-height: 53px;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-top: 1px solid #fff;
    padding-top: 40px;
    color: rgba(255, 255, 255, 0.2);
  }
  .pChild__main--business--wrap .looking .figs {
    position: absolute;
    right: 0;
    width: 60.38462%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 185px;
    z-index: -1;
  }
  .pChild__main--business--wrap .looking .figs figure {
    width: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: #808080;
    line-height: 0;
  }
  .pChild__main--business--wrap .looking .figs figure img {
    mix-blend-mode: multiply;
  }
  .pChild__main--business--wrap .promise {
    margin-top: 104px;
  }
  .pChild__main--business--wrap .promise__inner {
    max-width: 1005px;
    width: 100%;
    margin: auto;
  }
  .pChild__main--business--wrap .promise__inner h3 {
    text-align: center;
    font-size: 33px;
    line-height: 49px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 43px;
  }
  .pChild__main--business--wrap .promise__inner .list {
    margin: -25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .pChild__main--business--wrap .promise__inner .list article {
    width: 300px;
    margin: 25px;
  }
  .pChild__main--business--wrap .promise__inner .list article figure {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--business--wrap .promise__inner .list article figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 20, 0.2);
  }
  .pChild__main--business--wrap .promise__inner .list article figure img {
    width: 100%;
    height: 230px;
    object-fit: cover;
  }
  .pChild__main--business--wrap .promise__inner .list article h4 {
    text-align: center;
    font-size: 22px;
    line-height: 41px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 16px;
  }
  .pChild__main--business--wrap .promise__inner .list article .txt {
    font-size: 14px;
    line-height: 29px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-top: 6px;
  }
  .pChild__main--business--wrap .accept {
    margin-top: 170px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pChild__main--business--wrap .accept figure {
    width: 50.53846%;
  }
  .pChild__main--business--wrap .accept figure img {
    width: 100%;
    height: 379px;
    object-fit: cover;
  }
  .pChild__main--business--wrap .accept article {
    width: 500px;
    padding: 46px 0 49px 48px;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
  }
  .pChild__main--business--wrap .accept article::before {
    position: absolute;
    content: "";
    width: 5000%;
    height: 100%;
    top: 0;
    left: -58px;
    background: rgba(35, 35, 35, 0.5);
    pointer-events: none;
    z-index: -1;
  }
  .pChild__main--business--wrap .accept article h3 {
    font-size: 33px;
    line-height: 41px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .pChild__main--business--wrap .accept article .txt {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.16em;
    margin-top: 27px;
  }
  .pChild__main--business--wrap .inquiries {
    margin-top: 100px;
    padding: 68px 0 92px;
    border-top: 2px solid #fff;
  }
  .pChild__main--business--wrap .inquiries h3 {
    text-align: center;
    color: #fff;
    font-size: 33px;
    line-height: 49px;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .pChild__main--business--wrap .inquiries .txt {
    text-align: center;
    font-size: 14px;
    line-height: 37px;
    color: #fff;
    margin-top: 33px;
  }
  .pChild__main--business--wrap .inquiries .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 46px;
  }
  .pChild__main--business--wrap .inquiries .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 364px;
    height: 110px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pChild__main--business--wrap .inquiries .btn a.tel span {
    font-size: 28px;
    line-height: 49px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.16em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pChild__main--business--wrap .inquiries .btn a.tel span::before {
    content: "";
    width: 11px;
    height: 26px;
    background: url("../img/businessTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(-31.048deg);
    -moz-transform: rotate(-31.048deg);
    -ms-transform: rotate(-31.048deg);
    transform: rotate(-31.048deg);
    margin-right: 19px;
  }
  .pChild__main--business--wrap .inquiries .btn a.tel time {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    letter-spacing: 0.06em;
    margin-top: 2px;
  }
  .pChild__main--business--wrap .inquiries .btn a.mail {
    margin-left: 22px;
  }
  .pChild__main--business--wrap .inquiries .btn a.mail::before {
    content: "";
    width: 48px;
    height: 37.5px;
    background: url("../img/businessMail.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .pChild__main--business--wrap .inquiries .btn a.mail span {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-top: 18px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .header__main {
    background: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2.66667vw 4vw 4vw;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
  }
  .header__main--left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__main--left h1 {
    line-height: 0;
    width: 28.8vw;
  }
  .header__main--left h1 a {
    display: block;
    line-height: 0;
    width: 100%;
  }
  .header__main--left h1 a img {
    width: 100%;
    height: auto;
  }
  .header__main--left p {
    color: #fff;
    font-size: 3.2vw;
    line-height: 5.06667vw;
    letter-spacing: 0.1em;
    margin-left: 3.46667vw;
    font-weight: 700;
    white-space: nowrap;
  }
  .header__main--nav {
    width: 100%;
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(31, 30, 29, 0.95);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    height: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
  }
  .header__main--nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .header__main--nav ul {
    padding: 26.66667vw 0 0;
  }
  .header__main--nav ul li {
    text-align: center;
  }
  .header__main--nav ul li a {
    color: #fff;
    font-size: 4.26667vw;
    line-height: 7.46667vw;
    letter-spacing: 0.08em;
    font-weight: 700;
  }
  .header__main--nav ul li + li {
    margin-top: 8.53333vw;
  }
  .header__main--menu {
    width: 8.13333vw;
    height: 8.13333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 0;
    border: 1px solid #fff;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span {
    background-color: #fff;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(-50deg);
    -moz-transform: translateY(-50%) rotate(-50deg);
    -ms-transform: translateY(-50%) rotate(-50deg);
    transform: translateY(-50%) rotate(-50deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header__main--menu.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: 50%;
    background: #fff;
    -webkit-transform: translateY(-50%) rotate(50deg);
    -moz-transform: translateY(-50%) rotate(50deg);
    -ms-transform: translateY(-50%) rotate(50deg);
    transform: translateY(-50%) rotate(50deg);
    -webkit-transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s ease 0.3s;
    -moz-transition: top 0.3s, transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s;
    transition: top 0.3s, transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s, -moz-transform 0.3s ease 0.3s;
  }
  .header__main--menu .menu_icon_in {
    width: 5.33333vw;
    height: 4.53333vw;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: block;
  }
  .header__main--menu .menu_icon_in .menu-trigger,
  .header__main--menu .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .header__main--menu .menu_icon_in .menu-trigger {
    position: relative;
    width: 5.33333vw;
    height: 4.53333vw;
  }
  .header__main--menu .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 50%;
  }
  .header__main--menu .menu_icon_in .menu-trigger span:nth-of-type(3) {
    top: -webkit-calc(100% - 1px);
    top: -moz-calc(100% - 1px);
    top: calc(100% - 1px);
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header__side {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    border: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__side--doc {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 11.46667vw;
    color: #fff;
    font-family: "FOT-TsukuGoPro-B";
    font-weight: 700;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    background: rgba(0, 0, 0, 0.5);
    border-left: 1px solid #fff;
  }
  .header__side--doc::before {
    content: "";
    width: 5.6vw;
    height: 6.13333vw;
    background: url("../img/icDoc.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 2.4vw;
  }
  .header__side--tel {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 11.46667vw;
    color: #fff;
    font-family: "FOT-TsukuGoPro-D";
    font-size: 5.33333vw;
    background: rgba(0, 0, 0, 0.5);
  }
  .header__side--tel::before {
    content: "";
    width: 4vw;
    height: 5.6vw;
    background: url("../img/icPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 1.06667vw;
  }
  .footer {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    border-top: 2px solid #fff;
    padding-bottom: 11.46667vw;
  }
  .footer__top {
    padding: 16vw 0 9.33333vw;
    border-bottom: 2px solid #fff;
    text-align: center;
    line-height: 0;
  }
  .footer__top--logo {
    width: 50.66667vw;
    line-height: 0;
    display: inline-block;
  }
  .footer__top--logo img {
    width: 100%;
    height: auto;
  }
  .footer__top--slogan {
    font-size: 5.86667vw;
    line-height: 8vw;
    letter-spacing: 0.04em;
    margin-top: 8vw;
    font-family: "FOT-TsukuGoPro-D";
  }
  .footer__top--address {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    font-weight: 500;
    letter-spacing: 0.16em;
    font-style: normal;
    margin-top: 4vw;
  }
  .footer__top--tel {
    margin-top: 5.33333vw;
  }
  .footer__top--tel a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "FOT-TsukuGoPro-L";
    font-size: 6.66667vw;
    line-height: 1;
    letter-spacing: 0.133em;
  }
  .footer__top--tel a::before {
    content: "";
    width: 4vw;
    height: 5.86667vw;
    background: url("../img/icPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 2.66667vw;
  }
  .footer__top--map {
    margin-top: 5.33333vw;
  }
  .footer__top--map a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.73333vw;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.16em;
  }
  .footer__top--map a::before {
    content: "";
    width: 3.46667vw;
    height: 5.86667vw;
    background: url("../img/icPin.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 2.66667vw;
  }
  .footer__top--line {
    margin-top: 4vw;
    line-height: 0;
  }
  .footer__top--line a {
    display: inline-block;
    line-height: 0;
    width: 6.4vw;
  }
  .footer__top--line a img {
    width: 100%;
    height: auto;
  }
  .footer__copy {
    text-align: center;
    color: #fff;
    font-family: "FOT-TsukuGoPro-L";
    font-size: 3.2vw;
    line-height: 5.33333vw;
    letter-spacing: 0.04em;
    padding: 2.66667vw 0;
  }
  .footer__pageTop {
    position: absolute;
    top: -12.26667vw;
    right: 6.4vw;
    line-height: 0;
  }
  .footer__pageTop a {
    width: 12.53333vw;
    display: inline-block;
    line-height: 0;
  }
  .footer__pageTop a img {
    width: 100%;
    height: auto;
  }
  .pTop .mv {
    background: #1a1a1a url("../img/mv_sp.jpg") top center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 19.2vw 0 37.33333vw;
  }
  .pTop .mv::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .pTop .mv__main {
    padding: 0 2.66667vw;
    position: relative;
    z-index: 2;
  }
  .pTop .mv__main h2 {
    font-size: 33.33333vw;
    line-height: 34.66667vw;
    font-family: "Avenir-Black";
    color: #fff;
    letter-spacing: 0.02em;
  }
  .pTop .mv__main h3 {
    font-size: 8vw;
    line-height: 10.66667vw;
    letter-spacing: 0.16em;
    font-weight: 700;
    margin-top: 16vw;
  }
  .pTop .mv__main .txt {
    font-size: 4.26667vw;
    line-height: 9.33333vw;
    font-weight: 500;
    margin-top: 8vw;
    padding: 0;
  }
  .pTop .company {
    padding: 0 0 36.8vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pTop .company::before {
    position: absolute;
    content: "BEST";
    font-size: 45.33333vw;
    line-height: 0.8;
    font-family: "Avenir-Black";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    left: -8.8vw;
    bottom: 16vw;
    z-index: 2;
  }
  .pTop .company::after {
    position: absolute;
    content: "UP";
    font-size: 45.33333vw;
    line-height: 0.8;
    font-family: "Avenir-Black";
    font-weight: 900;
    color: rgba(255, 255, 255, 0.4);
    opacity: 0.4;
    right: 0;
    top: 11.73333vw;
    z-index: 1;
  }
  .pTop .company picture {
    width: 99.73333vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    margin-left: -25.86667vw;
  }
  .pTop .company picture img {
    width: 100%;
    height: auto;
  }
  .pTop .company picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 20, 0.6);
  }
  .pTop .company__main {
    width: 93.86667vw;
    margin-left: 6.13333vw;
    margin-top: -57.6vw;
    position: relative;
    z-index: 4;
    background: rgba(35, 35, 35, 0.5);
    padding: 10.13333vw 2.66667vw 5.33333vw 2.66667vw;
  }
  .pTop .company__main--title span {
    font-size: 2.93333vw;
    line-height: 6.93333vw;
    letter-spacing: 0.16em;
    font-weight: 700;
  }
  .pTop .company__main--title h2 {
    font-size: 5.06667vw;
    line-height: 9.86667vw;
    letter-spacing: 0.16em;
    font-weight: 700;
    margin-top: 4vw;
  }
  .pTop .company__main--txt {
    margin-top: 4vw;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    font-weight: 500;
  }
  .pTop .company__main--btn {
    margin-top: 8vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pTop .company__main--btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60.26667vw;
    height: 12.26667vw;
    font-size: 3.46667vw;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 5.86667vw;
    border-radius: 5.86667vw;
  }
  .pTop .company__main--btn a + a {
    margin-top: 4.53333vw;
  }
  .pTop .plan {
    padding: 16vw 0 10.4vw;
    background: url("../img/topImg02_sp.jpg") top center no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pTop .plan::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 104.53333vw;
    top: 0;
    left: 0;
    background: rgba(18, 28, 42, 0.8);
    z-index: -1;
  }
  .pTop .plan__main {
    width: 100%;
    margin: auto;
  }
  .pTop .plan__main--title {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 3.73333vw 10.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .pTop .plan__main--title h2 {
    font-size: 8vw;
    line-height: 8.26667vw;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-right: 5.33333vw;
  }
  .pTop .plan__main--title span {
    font-size: 3.73333vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.16em;
  }
  .pTop .plan__main--title::after {
    position: absolute;
    content: "";
    width: 15000%;
    height: 2px;
    background: #fff;
    right: 8vw;
    bottom: 0;
  }
  .pTop .plan__main--intro {
    margin-top: 5.33333vw;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 6.66667vw;
    padding: 0 10.66667vw;
  }
  .pTop .plan__main--list {
    padding: 0 3.73333vw;
  }
  .pTop .plan__main--list article {
    width: 92.53333vw;
    border: 1px solid #fff;
    background: #231815;
    padding: 4vw 2.13333vw 0vw;
  }
  .pTop .plan__main--list article h3 {
    font-size: 4.26667vw;
    line-height: 5.6vw;
    font-weight: 700;
    margin-bottom: 3.73333vw;
  }
  .pTop .plan__main--list article dl {
    border-top: 1px solid #fff;
    padding: 0 0 4vw 1.6vw;
  }
  .pTop .plan__main--list article dl dt {
    font-size: 2.66667vw;
    line-height: 6.93333vw;
    font-weight: 500;
  }
  .pTop .plan__main--list article dl dd {
    font-size: 2.93333vw;
    line-height: 4vw;
    letter-spacing: 0.05em;
    padding: 0 0 0 3.2vw;
    font-weight: 700;
  }
  .pTop .plan__main--list article dl dd.big {
    font-size: 5.6vw;
  }
  .pTop .plan__main--list article dl._2row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pTop .plan__main--list article dl._2row dt {
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .pTop .plan__main--list article dl._2row dt:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .pTop .plan__main--list article dl._2row dd {
    width: 50%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .pTop .plan__main--list article dl._2row dd:nth-of-type(2) {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .pTop .plan__main--list article + article {
    margin-top: 6.13333vw;
  }
  .pTop .plan__main--btn {
    text-align: center;
    margin-top: 6.93333vw;
  }
  .pTop .plan__main--btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68.26667vw;
    height: 12.26667vw;
    border: 1px solid #fff;
    -moz-border-radius: 5.86667vw;
    border-radius: 5.86667vw;
    font-size: 3.46667vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .pTop .extra {
    padding: 0vw 0 23.46667vw;
  }
  .pTop .extra__main {
    width: 100%;
    margin: auto;
  }
  .pTop .extra__main article picture {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pTop .extra__main article picture img {
    width: 100%;
    height: auto;
  }
  .pTop .extra__main article picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(66, 33, 11, 0.7);
  }
  .pTop .extra__main article .arCon {
    width: 100%;
    margin-top: -24vw;
    position: relative;
    z-index: 2;
    padding: 0 4vw;
  }
  .pTop .extra__main article .arCon h3 {
    font-size: 7.46667vw;
    line-height: 10.66667vw;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .pTop .extra__main article .arCon .txt {
    font-size: 3.46667vw;
    line-height: 7.2vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 8vw;
  }
  .pTop .extra__main article .arCon .btn {
    margin-top: 5.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pTop .extra__main article .arCon .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60.26667vw;
    height: 12.26667vw;
    font-size: 3.46667vw;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 5.86667vw;
    border-radius: 5.86667vw;
  }
  .pTop .extra__main article .arCon .btn a + a {
    margin-top: 4vw;
  }
  .pTop .extra__main article + article {
    margin-top: 10.66667vw;
  }
  .pChild__main--company--mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pChild__main--company--mv picture {
    width: 100%;
    height: auto;
  }
  .pChild__main--company--mv .title {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    padding: 0 7.46667vw;
  }
  .pChild__main--company--mv .title h2 {
    font-size: 9.33333vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 2.66667vw;
    margin-bottom: 1.86667vw;
  }
  .pChild__main--company--mv .title h2::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0vw;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--company--mv .title span {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    font-weight: 400;
    letter-spacing: 0.16em;
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--company--wrap {
    padding: 6.66667vw 6.93333vw 26.13333vw;
  }
  .pChild__main--company--wrap .innerCom {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .pChild__main--company--wrap .innerCom .title {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #fff;
    padding: 0 0 2.66667vw 4.26667vw;
  }
  .pChild__main--company--wrap .innerCom .title::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--company--wrap .innerCom .title h3 {
    font-size: 6.66667vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .pChild__main--company--wrap .innerCom .title span {
    font-size: 2.66667vw;
    line-height: 4.53333vw;
    font-weight: 400;
    letter-spacing: 0.16em;
    font-family: "KozGoPro-Regular";
    margin-left: 2.66667vw;
  }
  .pChild__main--company--wrap .innerCom .arCon {
    color: #fff;
    margin-top: 8vw;
  }
  .pChild__main--company--wrap .innerCom .arCon .txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .pChild__main--company--wrap .innerCom .arCon .message .sign {
    margin-top: 8.26667vw;
    font-size: 4.26667vw;
    line-height: 6.66667vw;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .pChild__main--company--wrap .innerCom .arCon .mission h4 {
    font-size: 6.4vw;
    line-height: x(37);
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-bottom: 8vw;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile {
    font-size: 3.46667vw;
    line-height: 9.33333vw;
    font-family: "KozGoPro-Regular";
    letter-spacing: 0.15em;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile dl dt {
    width: 25.33333vw;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile dl dd {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .pChild__main--company--wrap .innerCom .arCon .profile .note {
    margin-top: 2.93333vw;
  }
  .pChild__main--company--wrap .innerCom .arCon .profileEx {
    margin-top: 17.73333vw;
  }
  .pChild__main--company--wrap .innerCom .arCon .profileEx p {
    font-size: 3.46667vw;
    line-height: 9.33333vw;
    font-family: "KozGoPro-Regular";
    letter-spacing: 0.15em;
  }
  .pChild__main--company--wrap .innerCom .arCon .profileEx .btn {
    margin-top: 27px;
  }
  .pChild__main--company--wrap .innerCom .arCon .profileEx .btn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68.26667vw;
    height: 12.26667vw;
    font-size: 3.46667vw;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 5.86667vw;
    border-radius: 5.86667vw;
  }
  .pChild__main--company--wrap article + article {
    margin-top: 18.66667vw;
  }
  .pChild__main--company--wrap .inquiry {
    margin-top: 26.66667vw;
  }
  .pChild__main--company--wrap .inquiry h4 span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 4.53333vw;
    line-height: 10.93333vw;
    letter-spacing: 0.1em;
    padding: 0 4vw;
    border: 1px solid #fff;
  }
  .pChild__main--company--wrap .inquiry .intro {
    font-size: 3.2vw;
    line-height: 5.33333vw;
    margin-top: 2.66667vw;
  }
  .pChild__main--company--wrap .inquiry .form {
    margin-top: 6.66667vw;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    letter-spacing: 0.15em;
  }
  .pChild__main--company--wrap .inquiry .form dl {
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--company--wrap .inquiry .form dl dd input[type="text"],
  .pChild__main--company--wrap .inquiry .form dl dd input[type="email"],
  .pChild__main--company--wrap .inquiry .form dl dd input[type="number"],
  .pChild__main--company--wrap .inquiry .form dl dd textarea {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    height: 8.26667vw;
    outline: none;
    background: transparent;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 2.66667vw;
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--company--wrap .inquiry .form dl dd textarea {
    height: 42.66667vw;
  }
  .pChild__main--company--wrap .inquiry .form dl + dl {
    margin-top: 6.66667vw;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 5.33333vw;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
    background: -moz- oldradial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
    background: radial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 4.8vw;
  }
  .pChild__main--company--wrap .inquiry .form dl.col2 dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 0;
    top: 1.33333vw;
  }
  .pChild__main--company--wrap .inquiry .form .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pChild__main--company--wrap .inquiry .form .btn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 57.86667vw;
    height: 10.4vw;
    font-size: 3.46667vw;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 5.86667vw;
    border-radius: 5.86667vw;
    background: none;
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .pChild__main--company--wrap .inquiry .form .btn button + button {
    margin-top: 5.33333vw;
  }
  .pChild__main--contact--mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--contact--mv picture {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--contact--mv picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  .pChild__main--contact--mv .title {
    position: absolute;
    width: 100%;
    margin: auto;
    bottom: -8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    z-index: 2;
    padding: 0 7.46667vw;
  }
  .pChild__main--contact--mv .title h2 {
    font-size: 9.33333vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 2.66667vw;
    margin-bottom: 1.86667vw;
  }
  .pChild__main--contact--mv .title h2::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0vw;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--contact--mv .title span {
    font-size: 3.46667vw;
    line-height: 5.86667vw;
    font-weight: 400;
    letter-spacing: 0.05;
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--contact--wrap {
    background: #1a1a1a;
    padding: 21.33333vw 7.2vw 59.2vw;
  }
  .pChild__main--contact--intro {
    font-size: 3.46667vw;
    line-height: 5.6vw;
    font-weight: 500;
  }
  .pChild__main--contact--tel {
    margin-top: 9.33333vw;
  }
  .pChild__main--contact--tel h3 {
    font-size: 4.26667vw;
    line-height: 5.33333vw;
    font-weight: 700;
    padding: 0 0 1.33333vw;
    border-bottom: 2px solid #fff;
  }
  .pChild__main--contact--tel p {
    font-size: 3.73333vw;
    line-height: 6.4vw;
    letter-spacing: 0.06em;
    margin-top: 4.53333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pChild__main--contact--tel p a.tel {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 7.46667vw;
    line-height: 1;
    letter-spacing: 0.16em;
  }
  .pChild__main--contact--tel p a.tel::before {
    content: "";
    width: 4vw;
    height: 5.86667vw;
    background: url("../img/icPhone.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    display: inline-block;
    margin-right: 2.66667vw;
  }
  .pChild__main--contact--tel p span {
    font-family: "KozGoPro-Regular";
    margin-top: 2.66667vw;
  }
  .pChild__main--contact--inquiry {
    margin-top: 16vw;
  }
  .pChild__main--contact--inquiry h3 {
    font-size: 4.26667vw;
    line-height: 5.33333vw;
    font-weight: 700;
    padding: 0 0 1.33333vw;
    border-bottom: 2px solid #fff;
  }
  .pChild__main--contact--inquiry p {
    font-size: 3.2vw;
    line-height: 4.8vw;
    font-weight: 500;
    margin-top: 2.66667vw;
  }
  .pChild__main--contact--inquiry .form {
    margin-top: 12vw;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    letter-spacing: 0.15em;
  }
  .pChild__main--contact--inquiry .form dl {
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--contact--inquiry .form dl dd input[type="text"],
  .pChild__main--contact--inquiry .form dl dd input[type="email"],
  .pChild__main--contact--inquiry .form dl dd input[type="number"],
  .pChild__main--contact--inquiry .form dl dd textarea {
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    height: 8.26667vw;
    outline: none;
    background: #fff;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 2.66667vw;
    font-family: "KozGoPro-Regular";
  }
  .pChild__main--contact--inquiry .form dl dd textarea {
    height: 42.66667vw;
  }
  .pChild__main--contact--inquiry .form dl + dl {
    margin-top: 6.66667vw;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 5.33333vw;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label input:checked + span::before {
    background: -webkit-radial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
    background: -moz- oldradial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
    background: radial-gradient(circle, white 0%, white 50%, rgba(238, 205, 38, 0) 50%, rgba(238, 205, 38, 0) 100%);
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label span {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 4.8vw;
  }
  .pChild__main--contact--inquiry .form dl.col2 dd .wrapRadio label span::before {
    position: absolute;
    content: "";
    width: 4vw;
    height: 4vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    left: 0;
    top: 1.33333vw;
  }
  .pChild__main--contact--inquiry .form .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10.66667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pChild__main--contact--inquiry .form .btn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 57.86667vw;
    height: 10.4vw;
    font-size: 3.46667vw;
    letter-spacing: 0.28em;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    -moz-border-radius: 5.86667vw;
    border-radius: 5.86667vw;
    background: none;
    outline: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .pChild__main--contact--inquiry .form .btn button + button {
    margin-top: 5.33333vw;
  }
  .pChild__main--service {
    background: #1a1a1a;
  }
  .pChild__main--service--mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pChild__main--service--mv picture {
    width: 100%;
    height: auto;
    margin-left: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--service--mv picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .pChild__main--service--mv .pos .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 71.2vw;
    z-index: 2;
    padding: 0 7.2vw;
  }
  .pChild__main--service--mv .pos .title h2 {
    font-size: 9.33333vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 0vw 2.66667vw 0;
    width: 100%;
  }
  .pChild__main--service--mv .pos .title h2::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--service--mv .pos .title span {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "KozGoPro-Regular";
    margin-top: 1.33333vw;
  }
  .pChild__main--service--mv .pos .intro {
    color: #fff;
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    font-weight: 500;
    margin-top: 3.73333vw;
    padding: 0 7.2vw;
  }
  .pChild__main--service--nav {
    margin-top: 12.53333vw;
  }
  .pChild__main--service--nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pChild__main--service--nav ul li {
    width: 40vw;
    margin: 0 3.73333vw;
  }
  .pChild__main--service--nav ul li a {
    display: block;
    width: 100%;
    font-size: 4.8vw;
    line-height: 8.8vw;
    letter-spacing: 0.12em;
    color: #fff;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .pChild__main--service--nav ul li a::after {
    position: absolute;
    content: "";
    width: 2.66667vw;
    height: 2.4vw;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -3.73333vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .pChild__main--service--con {
    margin-top: 13.86667vw;
    margin-bottom: 36vw;
  }
  .pChild__main--service--con article {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--service--con article::after {
    position: absolute;
    content: attr(data-en);
    left: 0;
    top: 69.33333vw;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 5.86667vw;
    line-height: 12.8vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-top: 1px solid #fff;
    padding-top: 6.66667vw;
    color: rgba(255, 255, 255, 0.2);
  }
  .pChild__main--service--con article .work__inner {
    padding: 0 0 0 14.93333vw;
  }
  .pChild__main--service--con article .work__inner > figure {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
  }
  .pChild__main--service--con article .work__inner > figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(128, 128, 128, 0.4);
  }
  .pChild__main--service--con article .work__inner > figure img {
    width: 100%;
    height: auto;
  }
  .pChild__main--service--con article .work__inner > figure figcaption {
    position: absolute;
    left: 0;
    width: 100%;
    top: -webkit-calc(100% + -0.8vw);
    top: -moz-calc(100% + -0.8vw);
    top: calc(100% + -0.8vw);
    font-size: 4vw;
    line-height: 9.86667vw;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.12em;
  }
  .pChild__main--service--con article .work__inner--con .title span {
    font-size: 2.93333vw;
    line-height: 6.93333vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.16em;
  }
  .pChild__main--service--con article .work__inner--con .title h3 {
    font-size: 5.86667vw;
    line-height: 11.2vw;
    letter-spacing: 0.16em;
    font-weight: 700;
    color: #fff;
    margin-top: 3.2vw;
  }
  .pChild__main--service--con article .work__inner--con .txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #fff;
  }
  .pChild__main--service--con article .work__inner--con .txt p + p {
    margin-top: 6.66667vw;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: -3.2vw -1.86667vw;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li {
    margin: 3.2vw 1.86667vw;
    width: 34.93333vw;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li figure {
    width: 34.93333vw;
    height: 34.93333vw;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  .pChild__main--service--con article .work__inner--con .gallery ul li p {
    color: #fff;
    text-align: center;
    font-size: 3.46667vw;
    line-height: 7.46667vw;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin-top: 0.8vw;
  }
  .pChild__main--service--con article .work__inner--btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 68.26667vw;
    height: 12.26667vw;
    color: #fff;
    font-size: 3.46667vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    border: 1px solid #fff;
    -moz-border-radius: 5.86667vw;
    border-radius: 5.86667vw;
  }
  .pChild__main--service--con article.exterior .work__inner--con {
    padding: 6.66667vw 5.33333vw 4.53333vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 3;
    margin-top: 10.13333vw;
  }
  .pChild__main--service--con article.exterior .work__inner--con::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  .pChild__main--service--con article.exterior .work__inner--con .gallery {
    margin-top: 8.53333vw;
  }
  .pChild__main--service--con article.exterior .work__inner--btn {
    margin-top: 3.2vw;
  }
  .pChild__main--service--con article.interior {
    margin-top: 32vw;
  }
  .pChild__main--service--con article.interior::before {
    top: 34.66667vw;
  }
  .pChild__main--service--con article.interior .work__inner--con {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 6.4vw 5.33333vw 6.4vw;
  }
  .pChild__main--service--con article.interior .work__inner--con::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0vw;
    z-index: -1;
  }
  .pChild__main--service--con article.interior .work__inner--con .txt {
    margin-top: 5.86667vw;
  }
  .pChild__main--service--con article.interior .work__inner--con .gallery {
    margin-top: 6.93333vw;
  }
  .pChild__main--service--con article.interior .work__inner--btn {
    margin-top: 9.06667vw;
  }
  .pChild__main--business {
    background: #1a1a1a;
  }
  .pChild__main--business--mv {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
  }
  .pChild__main--business--mv picture {
    width: 100%;
    height: auto;
    margin-left: auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--business--mv picture::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  .pChild__main--business--mv .pos .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 62.93333vw;
    z-index: 2;
    padding: 0 7.2vw;
  }
  .pChild__main--business--mv .pos .title h2 {
    font-size: 9.33333vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.12em;
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    padding: 0 0vw 2.66667vw 0;
    width: 100%;
  }
  .pChild__main--business--mv .pos .title h2::after {
    position: absolute;
    content: "";
    width: 10000%;
    height: 2px;
    right: 0;
    bottom: 0;
    background: #fff;
  }
  .pChild__main--business--mv .pos .title span {
    font-size: 3.46667vw;
    line-height: 5.33333vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-family: "KozGoPro-Regular";
    margin-top: 1.33333vw;
  }
  .pChild__main--business--wrap {
    margin-top: 14.4vw;
  }
  .pChild__main--business--wrap .looking {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--business--wrap .looking article {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
  }
  .pChild__main--business--wrap .looking article .arInner {
    width: 100%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding: 7.2vw 0 10.66667vw;
  }
  .pChild__main--business--wrap .looking article .arInner::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(35, 35, 35, 0.5);
    background-blend-mode: multiply;
    pointer-events: none;
  }
  .pChild__main--business--wrap .looking article .arInner.st2::after {
    display: none;
  }
  .pChild__main--business--wrap .looking article .arInner.st3 {
    width: 91.2vw;
    padding-left: 6.66667vw;
    padding-right: 1.33333vw;
  }
  .pChild__main--business--wrap .looking article .arInner.st4 {
    padding-left: 16.8vw;
    padding-right: 1.33333vw;
  }
  .pChild__main--business--wrap .looking article .arInner.st4::after {
    width: 81.06667vw;
  }
  .pChild__main--business--wrap .looking article .arInner h3 {
    font-size: 6.13333vw;
    line-height: 8.8vw;
    font-weight: 700;
    letter-spacing: 0.1em;
  }
  .pChild__main--business--wrap .looking article .arInner .txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    font-weight: 500;
    color: #fff;
    margin-top: 5.6vw;
  }
  .pChild__main--business--wrap .looking article .arInner ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 4.26667vw;
  }
  .pChild__main--business--wrap .looking article .arInner ul li {
    width: 36vw;
    margin-right: 2.66667vw;
    font-size: 4vw;
    line-height: 6.66667vw;
    font-weight: 700;
    color: #fff;
  }
  .pChild__main--business--wrap .looking article[data-en] {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    padding-left: 16.8vw;
  }
  .pChild__main--business--wrap .looking article[data-en]::before {
    position: absolute;
    content: attr(data-en);
    top: 7.46667vw;
    left: 0;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    font-size: 5.86667vw;
    line-height: 14.13333vw;
    font-weight: 700;
    letter-spacing: 0.08em;
    border-top: 1px solid #fff;
    padding-top: 10.66667vw;
    color: rgba(255, 255, 255, 0.2);
  }
  .pChild__main--business--wrap .looking .figs {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    position: relative;
    margin-top: -21.86667vw;
  }
  .pChild__main--business--wrap .looking .figs figure {
    width: 50%;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    background: #808080;
    line-height: 0;
  }
  .pChild__main--business--wrap .looking .figs figure img {
    mix-blend-mode: multiply;
  }
  .pChild__main--business--wrap .promise {
    margin-top: 20.53333vw;
  }
  .pChild__main--business--wrap .promise__inner {
    width: 100%;
    margin: auto;
    padding: 0 9.86667vw;
  }
  .pChild__main--business--wrap .promise__inner h3 {
    text-align: center;
    font-size: 8vw;
    line-height: 13.06667vw;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 11.46667vw;
  }
  .pChild__main--business--wrap .promise__inner .list article {
    width: 100%;
  }
  .pChild__main--business--wrap .promise__inner .list article + article {
    margin-top: 10vw;
  }
  .pChild__main--business--wrap .promise__inner .list article figure {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pChild__main--business--wrap .promise__inner .list article figure::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 20, 0.2);
  }
  .pChild__main--business--wrap .promise__inner .list article figure img {
    width: 100%;
    height: 61.33333vw;
    object-fit: cover;
  }
  .pChild__main--business--wrap .promise__inner .list article h4 {
    text-align: center;
    font-size: 5.86667vw;
    line-height: 10.93333vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-top: 4.26667vw;
  }
  .pChild__main--business--wrap .promise__inner .list article .txt {
    font-size: 3.73333vw;
    line-height: 7.73333vw;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.06em;
    margin-top: 1.6vw;
  }
  .pChild__main--business--wrap .accept {
    margin-top: 33.2vw;
  }
  .pChild__main--business--wrap .accept figure {
    width: 81.33333vw;
  }
  .pChild__main--business--wrap .accept figure img {
    width: 100%;
    height: auto;
  }
  .pChild__main--business--wrap .accept article {
    width: 90.4vw;
    padding: 5.33333vw 6.66667vw 4.53333vw 6.66667vw;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2;
    margin-left: auto;
    margin-top: -13.33333vw;
  }
  .pChild__main--business--wrap .accept article::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0vw;
    background: rgba(35, 35, 35, 0.5);
    pointer-events: none;
    z-index: -1;
  }
  .pChild__main--business--wrap .accept article h3 {
    font-size: 6.13333vw;
    line-height: 8.8vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
    margin-right: -6.66667vw;
  }
  .pChild__main--business--wrap .accept article .txt {
    font-size: 3.46667vw;
    line-height: 6.66667vw;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 7.2vw;
  }
  .pChild__main--business--wrap .inquiries {
    margin-top: 12.26667vw;
    padding: 9.86667vw 0 24.53333vw;
    border-top: 0.53333vw solid #fff;
  }
  .pChild__main--business--wrap .inquiries h3 {
    text-align: center;
    color: #fff;
    font-size: 8vw;
    line-height: 13.06667vw;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .pChild__main--business--wrap .inquiries .txt {
    text-align: center;
    font-size: 3.73333vw;
    line-height: 6.66667vw;
    color: #fff;
    margin-top: 4.8vw;
  }
  .pChild__main--business--wrap .inquiries .btn {
    width: 88vw;
    margin: 9.33333vw auto 0;
  }
  .pChild__main--business--wrap .inquiries .btn a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 26.66667vw;
    border: 1px solid #fff;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pChild__main--business--wrap .inquiries .btn a.tel span {
    font-size: 6.66667vw;
    line-height: 11.73333vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.16em;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .pChild__main--business--wrap .inquiries .btn a.tel span::before {
    content: "";
    width: 2.4vw;
    height: 6.13333vw;
    background: url("../img/businessTel.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(-31.048deg);
    -moz-transform: rotate(-31.048deg);
    -ms-transform: rotate(-31.048deg);
    transform: rotate(-31.048deg);
    margin-right: 4.26667vw;
  }
  .pChild__main--business--wrap .inquiries .btn a.tel time {
    font-size: 3.38933vw;
    line-height: 5.93067vw;
    color: #fff;
    letter-spacing: 0.06em;
    margin-top: 1.6vw;
  }
  .pChild__main--business--wrap .inquiries .btn a.mail {
    margin-top: 3.46667vw;
  }
  .pChild__main--business--wrap .inquiries .btn a.mail::before {
    content: "";
    width: 11.46667vw;
    height: 8.8vw;
    background: url("../img/businessMail.png") 0 0 no-repeat;
    -moz-background-size: contain;
    background-size: contain;
  }
  .pChild__main--business--wrap .inquiries .btn a.mail span {
    font-size: 3.73333vw;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-top: 4.53333vw;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.js-text .js-item,
.js-text .js-item__inner {
  display: block;
}

.js-text .js-item {
  overflow: hidden;
}

.js-text .js-item__inner {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-animation-delay: inherit;
  -moz-animation-delay: inherit;
  animation-delay: inherit;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.js-text.active .js-item__inner {
  -webkit-animation-name: textShow;
  -moz-animation-name: textShow;
  animation-name: textShow;
}

.effect,
.isFull,
.isPar {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.delay03 {
  -webkit-transition: all 0.5s ease 0.3s;
  -moz-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 0.5s ease 0.6s;
  -moz-transition: all 0.5s ease 0.6s;
  transition: all 0.5s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 0.5s ease 0.9s;
  -moz-transition: all 0.5s ease 0.9s;
  transition: all 0.5s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 0.5s ease 1.2s;
  -moz-transition: all 0.5s ease 1.2s;
  transition: all 0.5s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 0.5s ease 1.5s;
  -moz-transition: all 0.5s ease 1.5s;
  transition: all 0.5s ease 1.5s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.fadeInDown {
  -webkit-transform: translate3d(0, -50px, 0);
  -moz-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.fadeInDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInUp {
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.zoomIn {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
}

.zoomIn.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slideUp {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.slideUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.slideDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideToRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.slideToRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slideToLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.slideToLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes textShow {
  0% {
    -webkit-transform: translateY(130%);
    transform: translateY(130%);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes updown {
  to {
    top: -28px;
  }
}

@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes scrolldown {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-moz-keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@keyframes shine {
  0% {
    background-position-y: 400%;
  }
  50% {
    background-position-x: 0%;
  }
  100% {
    background-position-y: -400%;
  }
}

@-webkit-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@-moz-keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

@keyframes maskOrange {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 5%, 0 5%);
  }
  100% {
    clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0 100%);
  }
}

.pChild__content .column__main--left--detail .content ul.toc_list li::before {
  display: none;
}

.pChild__content .column__main--left--detail .content ul.toc_list li a::before {
  display: none;
}

.pChild .wpcf7 #send,
.pChild .wpcf7 #back,
.pChild .wpcf7 .wpcf7-not-valid-tip {
  display: none;
}

.pChild .wpcf7.form-confirm #confirm {
  display: none;
}

.pChild .wpcf7.form-confirm #send,
.pChild .wpcf7.form-confirm #back {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pChild .wpcf7.form-confirm .wrapCheck {
  display: none;
}

.pChild .wpcf7.form-confirm .form dl dd input[type="text"],
.pChild .wpcf7.form-confirm .form dl dd input[type="email"],
.pChild .wpcf7.form-confirm .form dl dd input[type="number"],
.pChild .wpcf7.form-confirm .form dl dd textarea {
  background: none;
  pointer-events: none;
  height: auto;
  border: none;
  color: #fff;
}

.pChild .wpcf7 span.error {
  color: #ff0000;
  font-weight: 700;
}

.pChild .wpcf7 .wrapCheck span.error {
  display: block;
  width: 100%;
}

.pChild__main--contact--inquiry .form dl dd input[type="text"],
.pChild__main--contact--inquiry .form dl dd input[type="email"],
.pChild__main--contact--inquiry .form dl dd input[type="number"],
.pChild__main--contact--inquiry .form dl dd textarea {
  color: black;
}

/* === CF7 送信完了画面（初期は非表示） === */
.cf7-thanks {
  display: none;
  background: rgb(26, 26, 26);
  color: #fff;
  text-align: left;
  padding: clamp(48px, 6vw, 120px) 20px;
}

/* 表示時 */
.cf7-thanks.is-shown {
  display: block;
}

/* テキスト/ボタンデザイン */
.cf7-thanks__badge {
  display: inline-block;
  text-align: center;
  min-width: 320px;
  border: 2px solid #fff;
  padding: 14px 40px;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: clamp(28px, 3vw, 40px);
}

.cf7-thanks__title {
  font-weight: 700;
  line-height: 1.4;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  margin: 0 0 clamp(12px, 2vw, 20px);
}

.cf7-thanks__text {
  font-size: clamp(14px, 2.2vw, 22px);
  line-height: 2;
}

.cf7-thanks__btnwrap {
  margin-top: clamp(36px, 6vw, 72px);
}

.cf7-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  padding: 14px 40px;
  border: 2px solid #fff;
  border-radius: 9999px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.cf7-thanks__btn:hover {
  transform: translateY(-1px);
  opacity: 0.9;
}

/* サンクス画面時：フォーム説明文を非表示 */
body.cf7-is-thanks .pChild__main--contact--inquiry p,
body.cf7-is-thanks .pChild__main--contact--intro,
body.cf7-is-thanks .pChild__main--contact--tel,
body.cf7-is-thanks .pChild__main--contact--inquiry p {
  display: none !important;
}
/* サンクス時に company の導入テキスト等を消す */
body.cf7-is-thanks .pChild__main--company .innerCom.inquiry .intro {
  display: none !important;
}

body.cf7-is-thanks .pChild__main--contact--inquiry .cf7-thanks__text {
  display: block !important;
}

/* 印刷対応 */
@media print {
  .cf7-thanks {
    color: #fff;
    -webkit-print-color-adjust: exact;
  }
}
