/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * 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;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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"], /* 1 */
[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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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"] {
  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 macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/common/NotoSansCJKjp/NotoSansCJKjp-Thin.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/common/NotoSansCJKjp/NotoSansCJKjp-Light.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/common/NotoSansCJKjp/NotoSansCJKjp-DemiLight.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/common/NotoSansCJKjp/NotoSansCJKjp-Regular.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/common/NotoSansCJKjp/NotoSansCJKjp-Medium.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/common/NotoSansCJKjp/NotoSansCJKjp-Bold.otf") format('opentype');
}
@font-face {
  font-family: 'Noto Sans CJK JP';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/common/NotoSansCJKjp/NotoSansCJKjp-Black.otf") format('opentype');
}
html {
  -webkit-font-smoothing: antialiased;
  font-family: "Noto Sans CJK JP", -apple-sysytem, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.1em;
}
img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}
a {
  color: #000;
  text-decoration: none;
}
.l-header {
  z-index: 100;
}
.l-headerTtl {
  font-weight: 500;
}
.l-headerTtl img {
  height: auto;
  vertical-align: middle;
}
.l-headerTtl span {
  vertical-align: middle;
}
.l-headerLists {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.l-headerLists > li {
  font-weight: 500;
}
.l-headerList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.l-headerLists02 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer {
  position: relative;
}
.l-footerTtl img {
  height: auto;
  vertical-align: middle;
}
.l-footerTtl span {
  font-weight: 500;
  vertical-align: middle;
}
.l-footer__txt {
  margin: 0;
}
.l-footer__nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.l-pagetop.is-show {
  opacity: 1;
}
.l-pagetop a {
  border: 1px solid #000;
  position: relative;
  display: block;
}
.l-pagetop img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: auto;
}
.l-inner {
  margin: 0 auto;
}
.headingLv01 {
  font-weight: bold;
  letter-spacing: 0.17em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}
.headingLv01 > span {
  font-weight: 500;
  letter-spacing: 0.2em;
}
.areaIntro {
  letter-spacing: 0.17em;
  line-height: 2.4;
}
.btn {
  text-align: center;
}
.btn > .detailLink {
  display: block;
}
.detailLink {
  letter-spacing: 0.17em;
  margin: 0;
}
.detailLink::after {
  display: inline-block;
  content: '';
  background: url("../images/common/icon_arrow_01.png") no-repeat;
  background-size: contain;
  background-position: center bottom 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.js-fadeIn {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.js-fadeIn.is-faded {
  opacity: 1;
}
.js-txtAnimation {
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
}
.js-txtAnimation.is-faded {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fadeInNum01 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.js-fadeInNum02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fadeInNum03 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-fadeInNum04 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.heroImg img {
  width: 100%;
}
.heroNav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.heroNav__inner > li {
  font-weight: 500;
}
.heroNav__inner > li a {
  display: inline-block;
  position: relative;
}
.heroNav__inner > li a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.heroNav.js-fixedNav {
  opacity: 0;
  position: fixed;
  top: 18.666666666666668vw;
  z-index: 10;
}
.heroNav.js-fixedNav.is-show {
  opacity: 1;
}
.header__inner {
  box-sizing: border-box;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.secRecruit__inner {
  position: relative;
  margin: 0 auto;
}
.recruitBlock {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
}
.recruitTtl {
  margin: 0;
}
.recruitTtl__en {
  letter-spacing: 0.17em;
}
.recruitTtl__ja {
  font-weight: 500;
}
.recruitTxt {
  margin: 0;
}
.recruitBtn {
  margin: 0;
  color: #000;
  border: 2px solid #000;
  text-align: center;
  display: block;
}
.recruitBtn::after {
  content: '';
  display: inline-block;
  background: url("../images/common/icon_arrow_02.png") no-repeat center;
  background-size: contain;
}
.interviewCardImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.interviewCardTtl {
  font-weight: 500;
  border-bottom: 1px solid #000;
}
.interviewCardTxt {
  line-height: 2;
}
.btn.interviewCardBtn {
  width: 100%;
}
.entryBlock {
  background: #f0f0f0;
}
.entryBlock__inner {
  margin: 0 auto;
}
.entryBlockTtl {
  margin: 0;
}
.entryBlockTtl__en {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.entryBlockTtl__ja {
  font-weight: 500;
  letter-spacing: 0.2em;
}
.entryBlockLink .entryBlockLinkList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.entryBlockLinkListItem > a {
  display: block;
}
.entryBlockLinkListItem .entryBlockLinkListItemImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.entryBlockLinkListItem .entryBlockLinkListItemTxt {
  text-align: center;
}
.interviewPost .interviewHero {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.interviewPost .interviewHeroTtl {
  font-weight: 500;
  margin: 0;
  line-height: 1.75;
}
.interviewPost .interviewHeroTtl > span {
  display: block;
}
.interviewPost .interviewHeroImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.interviewPost .interviewPair {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.interviewPost .interviewPairTtl {
  font-weight: 500;
  margin: 0;
  position: absolute;
  left: 0;
  top: -1rem;
  display: block;
  background: #fff;
}
.interviewPost .interviewPairList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.interviewPost .interviewPairImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
  overflow: hidden;
}
.interviewPost .interviewPairName {
  margin: 0;
  font-weight: 500;
}
.interviewPost .interviewPairName > span:first-of-type {
  margin-right: 1em;
}
.interviewPost .interviewPairDepartment {
  margin: 0;
  font-weight: 500;
}
.interviewPost .interviewPairTxt {
  margin: 0;
}
.interviewPost .interviewBodySec__imgRight {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.interviewPost .interviewBodySecImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.interviewPost .interviewBodySecTtl {
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.interviewPost .interviewBodySecTtl::before {
  content: '';
  background-image: url("../images/common/icon_q.png");
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.interviewPost .interviewBodySecUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
}
.interviewPost .interviewBodySecUnitImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.interviewPost .interviewBodySecUnitTxt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}
.interviewPost .interviewBodySecUnitTxt p {
  margin: 0;
}
.interviewPost .interviewBodySecUnitTxt p > span {
  margin-right: 1em;
}
.interviewPost .interviewBodySecUnitTxt p a {
  display: inline-block;
  text-decoration: underline;
  color: #808080;
}
.interviewPost .interviewBodySecUnitTxt p a[target="_blank"]::after {
  content: "";
  background: url("../images/common/icon_blank_01.png") no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
}
.interviewPost .interviewOtherPost {
  width: 100%;
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.interviewPost .interviewOtherPostTtl {
  font-weight: normal;
  margin: 0;
  position: absolute;
  left: 0;
  top: -1rem;
  display: block;
  background: #fff;
}
.interviewPost .interviewOtherPostList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.interviewPost .interviewOtherPostListItem > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.interviewPost .interviewOtherPostImg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.interviewPost .interviewBackBtn {
  margin: 0 auto;
}
.ancLink {
  border-top: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
  margin: 0 auto;
}
.ancLinkList {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ancLinkListItem > a {
  text-decoration: underline;
}
.txtPageSec {
  margin: 0 auto;
}
.txtPageIndentSec p {
  padding-left: 2em;
  text-indent: 1em;
}
.txtPageSecIndentBlock {
  padding-left: 2.5em;
  margin-bottom: 30px;
}
.txtPageSecIndentBlock p {
  text-indent: 0;
}
.txtPageSecTtl {
  margin: 0;
  font-weight: 500;
}
.txtPageSec__inner::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.txtPageSec__inner h3 {
  margin: 0;
  font-weight: 500;
}
.txtPageSec__inner h4 {
  margin: 0;
  font-weight: normal;
  padding-left: 4em;
  text-indent: -1.5em;
}
.txtPageSec__inner p {
  margin: 0;
}
.txtPageSec__inner p.indentNone {
  text-indent: 0;
}
.txtPageSec__inner .unorderedList {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
}
.txtPageSec__inner .unorderedList > li {
  padding-left: 2em;
  text-indent: -1em;
}
.txtPageSec__inner .unorderedList > li::before {
  content: "・";
}
.txtPageSec__inner .numList {
  list-style: none;
  padding: 0;
  margin: 0;
  text-indent: -1.5em;
  padding-left: 3.5em;
}
.txtPageSec__inner dl,
.txtPageSec__inner dt,
.txtPageSec__inner dd {
  margin: 0;
}
.txtPageSec__inner > dl > dt {
  font-weight: 500;
}
.txtPageSec__inner > dl > dd > dl:first-child > dt {
  margin-top: 0;
}
.txtPageSec__inner > dl > dd > dl > dt {
  margin-top: 36px;
}
.txtPageSec__inner .twoLineDd {
  position: relative;
}
.txtPageSec__inner .twoLineDd > dt {
  position: absolute;
  left: 0;
  top: 0;
}
.txtPageSec__inner .rightBox {
  margin: 0;
  text-indent: 0;
  text-align: right;
}
.pg-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
  margin: 0;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;
}
.pg-contact button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.pg-contact .heroPageLocation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg-contact .heroPageLocationList.is-here .heroPageLocationMark {
  background: #000;
  border: 1px solid #000;
}
.pg-contact .heroPageLocationList.is-here .heroPageLocationNum,
.pg-contact .heroPageLocationList.is-here .heroPageLocationTxt {
  color: #000;
}
.pg-contact .heroPageLocationListItem {
  text-align: center;
}
.pg-contact .heroPageLocationNum {
  display: block;
  font-weight: bold;
  color: #808080;
}
.pg-contact .heroPageLocationMark {
  display: block;
  background: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
}
.pg-contact .heroPageLocationTxt {
  display: block;
  color: #808080;
}
.pg-contact .heroPageLocationListDots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pg-contact .heroPageLocationListDots > span {
  display: block;
  background: #808080;
  border-radius: 50%;
}
.pg-contact .heroTtl02 {
  margin: 0 0 68px;
}
.pg-contact .heroTtl02__en {
  letter-spacing: 0.2em;
}
.pg-contact .heroTtl02__ja {
  font-weight: 500;
  letter-spacing: 0.2em;
  display: block;
}
.pg-contact .formSection {
  margin: 0 auto;
}
.pg-contact .formIntroTxt {
  margin: 0;
}
.pg-contact .formIntroTxt + .formIntroTxt {
  margin-top: 1em;
}
.pg-contact .formIntroLink > a {
  display: inline-block;
  text-decoration: underline;
  color: #808080;
}
.pg-contact .formBoxTtl {
  font-weight: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pg-contact .formBoxTtl .necessaryLabel {
  color: #fff;
  background: #8b8b8b;
}
.pg-contact .formStyle01 {
  border: 1px solid #808080;
}
.pg-contact .formStyle01.is-error {
  border-color: #e52e35;
  background: #fef5f5;
}
.pg-contact .formStyle01.is-error + .errorTxt {
  display: block;
}
.pg-contact .input__wrap {
  position: relative;
}
.pg-contact .uploadForm .uploadFileName {
  color: #808080;
}
.pg-contact .errorTxt {
  display: none;
  color: #f00;
  position: absolute;
  left: 0;
  margin: 0;
}
.pg-contact .selectForm01::-ms-expand {
  display: none;
}
.pg-contact .selectForm__wrap {
  position: relative;
  display: inline-block;
}
.pg-contact .selectForm__wrap::after {
  content: "";
  pointer-events: none;
  position: absolute;
  right: 20px;
  top: -4px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pg-contact .input__wrap {
  width: 100%;
}
.pg-contact .buttonForm01 {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pg-contact .buttonForm01:hover {
  color: #808080;
}
.pg-contact .buttonForm01:active {
  color: #fff;
}
.pg-contact .formAtt {
  margin-bottom: 0;
}
.pg-contact .formAttList {
  margin-top: 0;
  padding: 0;
  list-style: none;
}
.pg-contact .formAttList > li::before {
  content: "・";
}
.pg-contact .agreementBlock {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pg-contact .agreementBlock > p {
  margin: 0;
}
.pg-contact .formBtn__wrap {
  position: relative;
  text-align: center;
}
.pg-contact .formBtn__wrap .formBackLink::before {
  content: "";
  display: inline-block;
  background: url("../images/common/icon_arrow_01.png") no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pg-contact .formBtn__wrap .formBackLink:hover::before {
  opacity: 0.5;
}
.pg-contact .formBtn__wrap .btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0 auto;
}
.pg-contact .formBtn__wrap .nortonLogo {
  width: 135px;
}
.pg-contact .formBtn__wrap .nortonLogo img {
  width: 100%;
}
.pg-contact .formBox__wrap.confirmBlock .formBox {
  border-top: 1px solid #b2b2b2;
  margin: 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pg-contact .formBox__wrap.confirmBlock .formBox:first-of-type {
  border-top: none;
}
.pg-contact .formBox__wrap.confirmBlock .formBoxTtl {
  margin: 0;
  width: 324px;
}
.pg-contact .formBox__wrap.completeBlock {
  margin-bottom: 0;
}
[class$="Area"].notFoundArea {
  text-align: center;
  margin: 0 auto;
}
[class$="Area"].notFoundArea .notFoundTtl {
  margin: 0;
}
[class$="Area"].notFoundArea .notFoundTtlSub {
  margin: 0;
}
[class$="Area"].notFoundArea .notFoundTxt {
  font-weight: 500;
}
[class$="Area"].notFoundArea .notFoundTxt span {
  display: block;
  font-weight: normal;
}
[class$="Area"].notFoundArea .btn {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {

  html {
    font-size: 15px;
    line-height: 1.466666666666667;
    min-width: 1288px;
  }

  a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-property: color, opacity, -webkit-transform;
    transition-property: color, opacity, -webkit-transform;
    transition-property: color, opacity, transform;
    transition-property: color, opacity, transform, -webkit-transform;
  }

  a:hover {
    color: #808080;
  }

  a:active {
    color: #000;
  }

  a.is-disable {
    color: #b2b2b2;
  }

  .l-header {
    padding: 74px 106px 0;
  }

  .l-header__inner {
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-headerTtl img {
    width: 127px;
  }

  .l-headerTtl span {
    font-size: 16px;
    padding-left: 20px;
  }

  .l-headerLists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-headerLists > li:nth-child(n+2) {
    padding-left: 45px;
    margin-left: 45px;
    position: relative;
  }

  .l-headerLists > li:nth-child(n+2)::before {
    content: '/';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-headerLists > li > a {
    font-size: 15px;
  }

  .l-headerList {
    display: none;
  }

  .l-headerList {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity transform;
    transition-property: opacity transform;
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 155px;
    text-align: center;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  .l-headerList::before {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 15px;
    background: #b2b2b2;
  }

  .l-headerList li {
    margin-top: 18px;
    font-size: 14px;
  }

  .l-headerList li:first-child {
    margin-top: 40px;
  }

  .l-header_withLowerItem {
    position: relative;
  }

  .l-header_withLowerItem:hover .l-headerList {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .l-footer {
    padding: 0 106px 106px;
  }

  .l-footer__inner::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }

  .l-footerTtl img {
    width: 127px;
  }

  .l-footerTtl span {
    font-size: 16px;
    padding-left: 20px;
  }

  .l-footer__txt {
    width: 716px;
    font-size: 15px;
    line-height: 2.133333333333333;
    margin: 15px 0 28px;
    padding-bottom: 30px;
    border-bottom: 2px solid #707070;
  }

  .l-footer__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
  }

  .l-footer__nav > li > a {
    font-size: 13px;
  }

  .l-footer__nav > li:nth-child(n+2) {
    padding-left: 25px;
    margin-left: 15px;
    position: relative;
  }

  .l-footer__nav > li:nth-child(n+2)::before {
    content: '/';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-footer__copyright {
    font-size: 12px;
    float: right;
  }

  .l-pagetop {
    position: absolute;
    bottom: 188px;
    right: 106px;
  }

  .l-pagetop a {
    width: 70px;
    height: 71px;
  }

  .l-pagetop img {
    width: 8px;
  }

  .l-wrapper {
    padding: 150px 106px 300px;
  }

  .l-inner {
    width: 1076px;
  }

  .headingLv01 {
    font-size: 56px;
  }

  .headingLv01 > span {
    font-size: 21px;
    margin-left: 36px;
  }

  .areaIntro {
    font-size: 15px;
    margin: 80px 0 34px;
  }

  .btn {
    width: 390px;
    border: 2px solid #000;
  }

  .btn:hover {
    border: 2px solid #808080;
    background: rgba(128,128,128,0.05);
  }

  .btn:hover .detailLink::after {
    opacity: 0.5;
  }

  .btn:active {
    border: 2px solid #000;
    background: #000;
  }

  .btn:active > a {
    color: #fff;
  }

  .btn:active .detailLink::after {
    background: url("../images/common/icon_arrow_02.png") no-repeat;
    background-size: contain;
    background-position: center bottom 2px;
  }

  .btn.is-disable {
    pointer-events: none;
    border: 2px solid #b2b2b2;
  }

  .btn.is-disable > a {
    color: #b2b2b2;
  }

  .btn.is-disable .detailLink::after {
    opacity: 0.4;
  }

  .btn > .detailLink {
    padding: 24px;
  }

  .detailLink {
    font-size: 15px;
  }

  .detailLink::after {
    margin-left: 4px;
    width: 17px;
    height: 17px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }

  .heroNav__inner {
    margin: 15px 0;
  }

  .heroNav__inner > li {
    padding-left: 40px;
  }

  .heroNav__inner > li:first-child {
    padding-left: 0;
  }

  .heroNav__inner > li a::before {
    bottom: -10px;
    height: 2px;
  }

  .heroNav__inner > li a:hover {
    content: "";
    color: #000;
  }

  .heroNav__inner > li a:hover::before {
    width: 100%;
  }

  .heroNav.js-fixedNav {
    display: none;
  }

  .header__inner {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 45px;
  }

  .secRecruit__inner {
    width: 1076px;
  }

  .recruitBlock {
    right: 150px;
  }

  .recruitTtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .recruitTtl__en {
    font-size: 45px;
  }

  .recruitTtl__ja {
    font-size: 18px;
    padding-left: 15px;
  }

  .recruitTxt {
    margin-top: 45px;
  }

  .recruitBtn {
    width: 100%;
    padding: 20px 0;
    margin-top: 35px;
  }

  .recruitBtn::after {
    width: 18px;
    height: 8px;
    margin-left: 5px;
  }

  .pg-recruit .l-wrapper {
    padding: 150px 0 300px;
  }

  .pg-recruit .hero__wrap {
    padding: 0 107px;
  }

  .pg-recruitDetail .l-wrapper {
    padding: 150px 0 300px;
  }

  .pg-recruitDetail .hero__wrap {
    padding: 0 107px;
  }

  .pg-recruitDetail .header__inner {
    border-top: 1px solid #000;
  }

  .interview__inner {
    width: 1076px;
    margin: 212px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interviewCard {
    width: 460px;
    margin-bottom: 212px;
  }

  .interviewCard:nth-of-type(2n) {
    margin-left: 150px;
  }

  .interviewCardImg {
    width: 460px;
    height: 460px;
  }

  .interviewCardTtl {
    font-size: 28px;
    line-height: 1.75;
    padding-bottom: 46px;
    margin: 40px 0 0;
  }

  .interviewCardTxt {
    font-size: 15px;
    margin: 30px 0 0;
  }

  .btn.interviewCardBtn {
    margin-top: 40px;
  }

  .entryBlock__inner {
    width: 865px;
    padding: 100px 0;
  }

  .entryBlockHead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .entryBlockTtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .entryBlockTtl__en {
    font-size: 32px;
  }

  .entryBlockTtl__ja {
    font-size: 18px;
    padding-left: 25px;
  }

  .entryBlockLink {
    margin-top: 40px;
  }

  .entryBlockLink .entryBlockLinkList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .entryBlockLinkListItem > a:hover .detailLink::after {
    opacity: 0.5;
  }

  .entryBlockLinkListItem .entryBlockLinkListItemImg {
    width: 405px;
    height: 216px;
  }

  .entryBlockLinkListItem .entryBlockLinkListItemTxt {
    margin-top: 20px;
  }

  .interviewPost {
    width: 1076px;
    margin: 212px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interviewPost .interviewHero {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .interviewPost .interviewHeroTtl {
    font-size: 40px;
    width: 430px;
  }

  .interviewPost .interviewHeroTtl > span {
    margin-top: 20px;
    font-size: 18px;
    line-height: 2.3;
  }

  .interviewPost .interviewHeroImg {
    width: 530px;
    height: 530px;
  }

  .interviewPost .interviewPair {
    width: 100%;
    margin-top: 100px;
  }

  .interviewPost .interviewPairTtl {
    line-height: 1;
    font-size: 26px;
    padding-right: 50px;
  }

  .interviewPost .interviewPairList {
    padding: 70px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .interviewPost .interviewPairListItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .interviewPost .interviewPairListItem:last-child {
    position: relative;
  }

  .interviewPost .interviewPairListItem:not(.interviewNonPair):last-child::before,
  .interviewPost .interviewPairListItem:not(.interviewNonPair):last-child::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    background: #000;
    left: -140px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .interviewPost .interviewPairListItem:last-child::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .interviewPost .interviewPairListItem:last-child::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .interviewPost .interviewPairImg {
    width: 154px;
    height: 154px;
  }

  .interviewPost .interviewPairCont {
    width: 270px;
  }

  .interviewPost .interviewPairName {
    font-size: 20px;
  }

  .interviewPost .interviewPairDepartment {
    margin-top: 6px;
    font-size: 15px;
  }

  .interviewPost .interviewPairTxt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2;
  }

  .interviewPost .interviewBodySec {
    margin-top: 210px;
  }

  .interviewPost .interviewBodySec__imgLeft .interviewBodySecImg {
    margin-right: 80px;
  }

  .interviewPost .interviewBodySec__imgRight .interviewBodySecImg {
    margin-left: 80px;
  }

  .interviewPost .interviewBodySec__imgLeft,
  .interviewPost .interviewBodySec__imgRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .interviewPost .interviewBodySec__imgLeft .interviewBodySecCont,
  .interviewPost .interviewBodySec__imgRight .interviewBodySecCont {
    width: 640px;
  }

  .interviewPost .interviewBodySecImg {
    width: 390px;
    height: 574px;
  }

  .interviewPost .interviewBodySecTtl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
  }

  .interviewPost .interviewBodySecTtl::before {
    width: 64px;
    height: 64px;
    background-size: 49px 49px;
    margin-right: 30px;
  }

  .interviewPost .interviewBodySecUnit {
    margin-top: 42px;
  }

  .interviewPost .interviewBodySecUnitImg {
    width: 64px;
    height: 64px;
    margin-right: 30px;
    margin-top: 8px;
  }

  .interviewPost .interviewBodySecUnitTxt p {
    line-height: 2.53;
  }

  .interviewPost .interviewBodySecUnitTxt p strong {
    font-size: 18px;
  }

  .interviewPost .interviewBodySecUnitTxt p a {
    margin-right: 30px;
  }

  .interviewPost .interviewBodySecUnitTxt p a[target="_blank"]::after {
    width: 13px;
    height: 13px;
    margin-left: 6px;
  }

  .interviewPost .interviewOtherPost {
    margin-top: 100px;
  }

  .interviewPost .interviewOtherPostTtl {
    font-size: 20px;
    padding-right: 36px;
  }

  .interviewPost .interviewOtherPostList {
    padding: 50px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1110px;
  }

  .interviewPost .interviewOtherPostListItem {
    width: 308px;
    margin-right: 75px;
  }

  .interviewPost .interviewOtherPostListItem:nth-child(3n) {
    margin-right: 0;
  }

  .interviewPost .interviewOtherPostListItem:nth-child(n+4) {
    margin-top: 25px;
  }

  .interviewPost .interviewOtherPostImg {
    width: 90px;
    height: 90px;
    margin-right: 26px;
  }

  .interviewPost .interviewOtherPostTxt {
    font-size: 18px;
    line-height: 1.6;
  }

  .interviewPost .interviewBackBtn {
    margin-top: 74px;
  }

  .interviewPost .interviewBodySecCont {
    max-width: 1074px;
  }

  .txtPageHeader .header__inner {
    border-top: 1px solid;
  }

  .ancLink {
    width: 1076px;
    padding: 50px 0;
    margin-top: 210px;
    margin-bottom: 20px;
  }

  .ancLinkListItem {
    line-height: 2.2;
    font-size: 15px;
  }

  .txtPageSec {
    width: 1076px;
    padding-top: 90px;
  }

  .txtPageSecTtl {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .txtPageSec__inner {
    display: block !important;
  }

  .txtPageSec__inner h3 {
    margin-top: 30px;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 2.2;
  }

  .txtPageSec__inner h4 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 2.2;
  }

  .txtPageSec__inner p {
    font-size: 15px;
    line-height: 2.2;
  }

  .txtPageSec__inner .unorderedList > li {
    font-size: 15px;
    line-height: 2.2;
  }

  .txtPageSec__inner .numList {
    line-height: 2.2;
  }

  .txtPageSec__inner dl,
  .txtPageSec__inner dt,
  .txtPageSec__inner dd {
    line-height: 2.2;
  }

  .txtPageSec__inner > dl {
    margin-top: 36px;
  }

  .txtPageSec__inner > dl > dt {
    font-size: 18px;
    margin-bottom: 6px;
  }

  .txtPageSec__inner > dl > dd {
    text-indent: 3em;
  }

  .txtPageSec__inner > dl > dd > dl > dd {
    text-indent: 6em;
  }

  .txtPageSec__inner .twoLineDd {
    margin-top: 36px;
  }

  .txtPageSec__inner .twoLineDd > dd {
    padding-left: 7.6em;
  }

  .txtPageSec__inner .rightBox {
    margin-top: 36px;
  }

  .txtPageSec__inner .txtPageSecMargin {
    margin-bottom: 36px;
  }

  .pg-contact .header__inner {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 45px;
  }

  .pg-contact .heroPageLocation {
    width: 405px;
  }

  .pg-contact .heroPageLocationList {
    margin: 0 15px;
  }

  .pg-contact .heroPageLocationNum {
    font-size: 18px;
  }

  .pg-contact .heroPageLocationMark {
    margin: 10px auto;
    width: 16px;
    height: 16px;
  }

  .pg-contact .heroPageLocationListDots {
    width: 68px;
    margin: 0 15px;
  }

  .pg-contact .heroPageLocationListDots > span {
    width: 4px;
    height: 4px;
  }

  .pg-contact .heroTtl02 {
    width: 380px;
  }

  .pg-contact .heroTtl02__en {
    font-size: 32px;
  }

  .pg-contact .heroTtl02__ja {
    font-size: 18px;
    padding-top: 8px;
  }

  .pg-contact .formSection {
    width: 1076px;
    margin-top: 212px;
  }

  .pg-contact .formIntroTxt {
    line-height: 2.53;
  }

  .pg-contact .formIntroLink {
    margin-top: 20px;
  }

  .pg-contact .formIntroLink > a {
    margin-right: 20px;
  }

  .pg-contact .form {
    margin-top: 50px;
  }

  .pg-contact .formBox__wrap {
    margin-bottom: 106px;
  }

  .pg-contact .formBox {
    margin-bottom: 54px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .pg-contact .formBoxTtl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 15px;
    margin: 16px 30px 0 0;
    width: 268px;
  }

  .pg-contact .formBoxTtl .necessaryLabel {
    padding: 3px 14px;
  }

  .pg-contact .formStyle01 {
    border-radius: 6px;
    height: 64px;
    padding: 0 24px;
    font-size: 15px;
  }

  .pg-contact .uploadForm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .pg-contact .uploadForm .uploadBtn {
    width: 207px;
    padding: 20px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
  }

  .pg-contact .uploadForm .uploadBtn:active button {
    color: #fff;
  }

  .pg-contact .uploadForm .uploadFileName {
    margin-left: 30px;
    width: calc(100% - 247px);
  }

  .pg-contact .errorTxt {
    bottom: -2em;
  }

  .pg-contact .selectForm01 {
    width: 380px;
  }

  .pg-contact .txtForm01 {
    max-width: 480px;
    width: 70%;
  }

  .pg-contact .txtForm02 {
    width: 100%;
    max-width: 730px;
  }

  .pg-contact .numForm01 {
    max-width: 230px;
    width: 35%;
  }

  .pg-contact .numForm02 {
    max-width: 480px;
    width: 70%;
  }

  .pg-contact .textAreaForm01 {
    width: 100%;
    max-width: 730px;
    height: 260px;
    padding: 24px;
  }

  .pg-contact .formAtt {
    line-height: 2.53;
  }

  .pg-contact .formAttList {
    line-height: 2.53;
  }

  .pg-contact .agreementBlock {
    margin-top: 212px;
    margin-bottom: 76px;
  }

  .pg-contact .agreementBlock > p {
    margin-left: 10px;
  }

  .pg-contact .formBtn__wrap .formBackLink {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
  }

  .pg-contact .formBtn__wrap .formBackLink::before {
    width: 18px;
    height: 7px;
    margin-right: 10px;
  }

  .pg-contact .formBtn__wrap .nortonLogo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .pg-contact .formBox__wrap.confirmBlock {
    margin-bottom: 182px;
  }

  .pg-contact .formBox__wrap.confirmBlock .formBox {
    padding: 30px 0;
  }

  .pg-contact .formBox__wrap.confirmBlock .confirmTxt {
    width: calc(100% - 324px);
  }

  .pg-contact .formBox__wrap.completeBlock {
    margin-top: 212px;
  }

  [class$="Area"].notFoundArea {
    margin-top: 42px;
    margin-bottom: 0;
  }

  [class$="Area"].notFoundArea .notFoundTtl {
    font-size: 45px;
  }

  [class$="Area"].notFoundArea .notFoundTtlSub {
    font-size: 17px;
  }

  [class$="Area"].notFoundArea .notFoundTxt {
    font-size: 20px;
    margin-top: 50px;
  }

  [class$="Area"].notFoundArea .notFoundTxt span {
    font-size: 15px;
    margin-top: 18px;
  }

  [class$="Area"].notFoundArea .btn {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {

  html {
    font-size: 3.733333333333334vw;
    line-height: 1.307692307692308;
    -webkit-text-size-adjust: 100%;
  }

  .is-active-nav {
    overflow: hidden;
    height: 100vh;
  }

  .l-header {
    background: #fff;
    padding: 0 7.333333333333333vw;
    height: 18.666666666666668vw;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .l-header__inner {
    position: relative;
    width: 100%;
  }

  .l-headerTtl img {
    width: 15.333333333333332vw;
  }

  .l-headerTtl span {
    font-size: 3.466666666666666vw;
    padding-left: 2.666666666666667vw;
  }

  .l-headerNav-open,
  .l-headerNav-close {
    position: absolute;
    z-index: 10;
  }

  .l-headerNav-open > a,
  .l-headerNav-close > a {
    position: relative;
    display: block;
  }

  .l-headerNav-open > a::before,
  .l-headerNav-close > a::before,
  .l-headerNav-open > a::after,
  .l-headerNav-close > a::after,
  .l-headerNav-open > a span,
  .l-headerNav-close > a span {
    display: block;
    width: 100%;
    height: 0.266666666666667vw;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
  }

  .l-headerNav-open > a::before,
  .l-headerNav-close > a::before,
  .l-headerNav-open > a::after,
  .l-headerNav-close > a::after {
    content: '';
  }

  .l-headerNav-open {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-headerNav-open > a {
    width: 5.600000000000001vw;
    height: 2.4vw;
  }

  .l-headerNav-open > a span {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-headerNav-open > a::before {
    top: 0;
  }

  .l-headerNav-open > a::after {
    bottom: 0;
  }

  .l-headerNav-close {
    top: 8.666666666666668vw;
    right: 7.333333333333333vw;
  }

  .l-headerNav-close > a {
    width: 5.733333333333333vw;
    height: 2.933333333333333vw;
  }

  .l-headerNav-close > a::before {
    -webkit-transform: rotate(25deg) translateY(-50%);
    transform: rotate(25deg) translateY(-50%);
  }

  .l-headerNav-close > a::after {
    -webkit-transform: rotate(-25deg) translateY(-50%);
    transform: rotate(-25deg) translateY(-50%);
  }

  .l-headerNav-close > a::before,
  .l-headerNav-close > a::after {
    top: 50%;
  }

  .l-header__nav {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    overflow: scroll;
    height: 100vh;
    z-index: 10;
  }

  .l-header__nav.is-active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .l-headerNav-inner {
    padding: 13.333333333333334vw 4.333333333333334vw 10.666666666666668vw;
  }

  .l-headerLists > li:nth-child(n+2) {
    margin-top: 7.333333333333333vw;
  }

  .l-headerLists > li > a {
    font-size: 4.266666666666667vw;
    text-align: center;
    display: block;
  }

  .l-headerList {
    margin-top: 7.333333333333333vw;
    font-size: 3.2vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .l-headerList > li:nth-child(1) {
    margin-left: 7vw;
  }

  .l-headerList > li:nth-child(n+2) {
    padding-left: 6vw;
    margin-left: 6vw;
    position: relative;
  }

  .l-headerList > li:nth-child(n+2)::before {
    content: '/';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-headerLists02 {
    margin-top: 14.666666666666666vw;
    padding-top: 6vw;
    border-top: 2px solid #000;
    text-align: center;
  }

  .l-headerLists02::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }

  .l-headerLists02 > li {
    display: inline-block;
    font-size: 0;
  }

  .l-headerLists02 > li > a {
    font-size: 2.8vw;
  }

  .l-headerLists02 > li:first-child > a {
    position: relative;
    padding-right: 4.666666666666667vw;
    margin-right: 1.333333333333333vw;
  }

  .l-headerLists02 > li:first-child > a::after {
    content: '/';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-headerLists02 > li:last-child {
    clear: both;
    text-align: center;
    margin-top: 4vw;
  }

  .l-footer {
    padding: 0 10vw 10vw;
  }

  .l-footerTtl img {
    width: 21.46666666666667vw;
  }

  .l-footerTtl span {
    font-size: 4vw;
    padding-left: 3.333333333333333vw;
  }

  .l-footer__txt {
    font-size: 3.2vw;
    line-height: 1.75;
    margin-top: 5.333333333333334vw;
  }

  .l-footer__txt span {
    font-size: 3.333333333333333vw;
    line-height: 2.8;
    font-weight: 500;
  }

  .l-footer__nav {
    margin: 8vw 0 2.666666666666667vw;
    padding-top: 6vw;
    border-top: 1px solid #000;
    text-align: left;
  }

  .l-footer__nav::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }

  .l-footer__nav > li {
    display: inline-block;
    font-size: 0;
  }

  .l-footer__nav > li > a {
    font-size: 2.666666666666667vw;
  }

  .l-footer__nav > li:first-child > a {
    position: relative;
    padding-right: 4.666666666666667vw;
    margin-right: 1.333333333333333vw;
  }

  .l-footer__nav > li:first-child > a::after {
    content: '/';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .l-footer__nav > li:last-child {
    clear: both;
    text-align: center;
    margin-top: 2.666666666666667vw;
  }

  .l-footer__copyright {
    font-size: 2.266666666666667vw;
  }

  .l-pagetop {
    bottom: 8.4vw;
    right: 0;
    position: fixed;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }

  .l-pagetop a {
    width: 11.866666666666667vw;
    height: 12vw;
    border-right: transparent;
  }

  .l-pagetop img {
    width: 1.466666666666667vw;
  }

  .l-wrapper {
    margin-top: 22.933333333333334vw;
    padding: 0 0 28.666666666666668vw;
  }

  .l-inner {
    width: 80%;
  }

  .headingLv01 {
    font-size: 7.466666666666668vw;
  }

  .headingLv01 > span {
    font-size: 2.933333333333333vw;
    margin-left: 2.666666666666667vw;
  }

  .areaIntro {
    font-size: 2.666666666666667vw;
    margin: 4.533333333333333vw 0;
  }

  .btn {
    width: 100%;
    border: 1px solid #000;
  }

  .btn > .detailLink {
    padding: 3.2vw;
  }

  .detailLink {
    font-size: 3.2vw;
  }

  .detailLink::after {
    margin-left: 0.533333333333333vw;
    width: 2.666666666666667vw;
    height: 2.666666666666667vw;
  }

  .heroNav {
    background-color: #f0f0f0;
    width: 100%;
    overflow-x: scroll;
  }

  .heroNav__inner {
    padding: 0 7.199999999999999vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .heroNav__inner > li {
    white-space: nowrap;
    padding-right: 10.666666666666668vw;
  }

  .heroNav__inner > li.is-current a::before {
    width: 80%;
  }

  .heroNav__inner > li a {
    font-size: 3.466666666666666vw;
    padding: 4vw 0;
  }

  .secRecruit__inner {
    width: 80vw;
    margin-top: 28.26666666666667vw;
  }

  .recruitImg {
    width: 100%;
    height: auto;
  }

  .recruitBlock {
    right: 2.666666666666667vw;
  }

  .recruitTtl__en {
    display: none;
  }

  .recruitTtl__ja {
    font-size: 5.066666666666666vw;
  }

  .recruitTxt {
    margin-top: 2.666666666666667vw;
    font-size: 3.066666666666666vw;
    line-height: 1.739130434782609;
  }

  .recruitBtn {
    display: none;
  }

  .pg-recruit .l-wrapper {
    padding: 0 0 28.666666666666668vw;
  }

  .pg-recruit .heroTtl01 {
    padding: 7.199999999999999vw;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 13.066666666666665vw;
  }

  .pg-recruit .heroTtl01 .heroTtl01__ja {
    font-weight: 500;
    font-size: 3.466666666666666vw;
    padding-left: 1.333333333333333vw;
  }

  .pg-recruitDetail .l-wrapper {
    padding: 0 0 28.666666666666668vw;
  }

  .pg-recruitDetail .heroNav {
    display: none;
  }

  .pg-recruitDetail .heroTtl01 {
    padding: 7.199999999999999vw;
  }

  .pg-recruitDetail .heroTtl01 .heroTtl01__ja {
    font-weight: 500;
    font-size: 3.466666666666666vw;
  }

  .interview__inner {
    width: 80vw;
    margin: 28.26666666666667vw auto 0;
  }

  .interviewCard {
    width: 100%;
    margin-bottom: 28.26666666666667vw;
  }

  .interviewCardImg {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
  }

  .interviewCardTtl {
    font-size: 5.333333333333334vw;
    line-height: 1.6;
    padding-bottom: 4vw;
    margin: 8vw 0 0;
  }

  .interviewCardTxt {
    font-size: 3.2vw;
    margin: 4vw 0 0;
  }

  .btn.interviewCardBtn {
    margin-top: 8vw;
  }

  .entryBlock__inner {
    width: 80vw;
    padding: 26.666666666666668vw 0;
  }

  .entryBlockTtl__en {
    font-size: 6.4vw;
  }

  .entryBlockTtl__ja {
    display: block;
    font-size: 3.466666666666666vw;
    margin-top: 2.133333333333333vw;
  }

  .entryBlockTxt {
    margin: 0;
  }

  .entryBlockTxt p {
    font-size: 3.2vw;
    line-height: 2;
  }

  .entryBlockLink {
    margin-top: 9.333333333333334vw;
  }

  .entryBlockLinkListItem {
    margin-bottom: 9.333333333333334vw;
  }

  .entryBlockLinkListItem:last-child {
    margin-bottom: 0;
  }

  .entryBlockLinkListItem .entryBlockLinkListItemImg {
    width: 100%;
    height: 0;
    padding-bottom: 53.5%;
  }

  .entryBlockLinkListItem .entryBlockLinkListItemTxt {
    margin-top: 4vw;
  }

  .interviewPost .interviewHero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .interviewPost .interviewHeroTtl {
    font-size: 6.933333333333333vw;
    width: 80vw;
    margin: 25.333333333333336vw auto;
  }

  .interviewPost .interviewHeroTtl > span {
    margin-top: 2.133333333333333vw;
    font-size: 3.733333333333334vw;
    line-height: 2;
  }

  .interviewPost .interviewHeroImg {
    width: 100vw;
    height: 100vw;
  }

  .interviewPost .interviewPair {
    width: 80vw;
    margin: 0 auto;
  }

  .interviewPost .interviewPairTtl {
    line-height: 1.75;
    font-size: 3.733333333333334vw;
    padding-right: 4vw;
  }

  .interviewPost .interviewPairList {
    padding: 13.333333333333334vw 0;
  }

  .interviewPost .interviewPairListItem {
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 6.666666666666667vw;
  }

  .interviewPost .interviewPairListItem:last-child {
    margin-bottom: 0;
  }

  .interviewPost .interviewPairImg {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20.8vw;
    height: 20.8vw;
  }

  .interviewPost .interviewPairProfile {
    position: absolute;
    top: 4.666666666666667vw;
    left: 24vw;
  }

  .interviewPost .interviewPairName {
    font-size: 3.733333333333334vw;
  }

  .interviewPost .interviewPairDepartment {
    font-size: 3.2vw;
    margin: 0.8vw 0 0;
  }

  .interviewPost .interviewPairTxt {
    font-size: 2.933333333333333vw;
    margin-top: 2.666666666666667vw;
    line-height: 1.6;
  }

  .interviewPost .interviewBody {
    width: 80vw;
    margin: 26.666666666666668vw auto;
  }

  .interviewPost .interviewBodySec {
    margin-top: 17.333333333333336vw;
    position: relative;
  }

  .interviewPost .interviewBodySec:first-of-type {
    margin-top: 0;
  }

  .interviewPost .interviewBodySec__imgRight .interviewBodySecImg {
    float: right;
  }

  .interviewPost .interviewBodySec__imgLeft .interviewBodySecTtl,
  .interviewPost .interviewBodySec__imgRight .interviewBodySecTtl {
    width: 36.666666666666664vw;
    position: absolute;
    top: 8.666666666666668vw;
    left: 38.666666666666664vw;
    display: block;
    margin-right: 0;
  }

  .interviewPost .interviewBodySec__imgLeft .interviewBodySecTtl::before,
  .interviewPost .interviewBodySec__imgRight .interviewBodySecTtl::before {
    background-size: cover;
    display: block;
    margin-bottom: 3.2vw;
  }

  .interviewPost .interviewBodySec__imgRight .interviewBodySecTtl {
    top: 8.666666666666668vw;
    left: 0;
  }

  .interviewPost .interviewBodySecImg {
    width: 33.33333333333333vw;
    height: 50vw;
    margin-bottom: 5.333333333333334vw;
  }

  .interviewPost .interviewBodySecTtl {
    margin: 0;
    font-size: 3.733333333333334vw;
    line-height: 1.75;
  }

  .interviewPost .interviewBodySecTtl::before {
    background-size: cover;
    width: 7.733333333333333vw;
    height: 7.733333333333333vw;
    margin-right: 3.466666666666666vw;
  }

  .interviewPost .interviewBodySecUnit {
    margin-top: 5.600000000000001vw;
  }

  .interviewPost .interviewBodySecUnitImg {
    width: 8.533333333333333vw;
    height: 8.533333333333333vw;
    margin-right: 3.466666666666666vw;
    margin-top: 1.066666666666667vw;
  }

  .interviewPost .interviewBodySecUnitTxt p {
    line-height: 2;
    font-size: 3.2vw;
  }

  .interviewPost .interviewBodySecUnitTxt p strong {
    font-size: 3.466666666666666vw;
  }

  .interviewPost .interviewBodySecUnitTxt p a {
    margin-right: 2.666666666666667vw;
  }

  .interviewPost .interviewBodySecUnitTxt p a[target="_blank"]::after {
    width: 1em;
    height: 1em;
    margin-left: 1.066666666666667vw;
  }

  .interviewPost .interviewOtherPost {
    margin-top: 26.666666666666668vw;
  }

  .interviewPost .interviewOtherPostTtl {
    font-size: 3.733333333333334vw;
    padding-right: 4.8vw;
    line-height: 1.8;
  }

  .interviewPost .interviewOtherPostList {
    padding: 13.333333333333334vw 0;
  }

  .interviewPost .interviewOtherPostListItem > a {
    position: relative;
  }

  .interviewPost .interviewOtherPostListItem > a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/common/icon_arrow_01.png") no-repeat;
    background-size: contain;
    width: 3.333333333333333vw;
    height: 1.2vw;
  }

  .interviewPost .interviewOtherPostListItem {
    padding-bottom: 5.066666666666666vw;
    margin-bottom: 5.066666666666666vw;
    border-bottom: 1px solid #ccc;
  }

  .interviewPost .interviewOtherPostListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .interviewPost .interviewOtherPostImg {
    width: 20.266666666666666vw;
    height: 20.266666666666666vw;
    margin-right: 4vw;
  }

  .interviewPost .interviewOtherPostTxt {
    width: 40vw;
    font-size: 3.733333333333334vw;
    line-height: 1.7;
  }

  .interviewPost .interviewBackBtn {
    margin-top: 13.333333333333334vw;
  }

  .txtPageHeader {
    margin-bottom: 26.666666666666668vw;
  }

  .txtPageHeader .header__inner .heroTtl01 {
    display: block;
    border-bottom: 1px solid #f0f0f0;
  }

  .txtPageHeader .header__inner .heroTtl01__ja {
    font-weight: 500;
    display: block;
    padding-left: 0;
    margin-top: 2.666666666666667vw;
  }

  .ancLink {
    display: none;
  }

  .txtPageSec {
    width: 80vw;
    border-top: 1px solid #b2b2b2;
  }

  .txtPageSec:last-of-type {
    border-bottom: 1px solid #b2b2b2;
  }

  .txtPageSecTtl {
    font-size: 4.266666666666667vw;
    padding: 9.333333333333334vw 0;
    position: relative;
  }

  .is-active .txtPageSecTtl::after {
    display: none;
  }

  .txtPageSec__inner {
    display: none;
    margin-bottom: 10.666666666666668vw;
  }

  .txtPageSec__inner h3 {
    font-size: 3.466666666666666vw;
    line-height: 1.8;
    margin-top: 6.666666666666667vw;
    margin-bottom: 1.333333333333333vw;
  }

  .txtPageSec__inner h4 {
    font-size: 3.466666666666666vw;
    line-height: 1.8;
    margin-top: 6.666666666666667vw;
    margin-bottom: 1.333333333333333vw;
  }

  .txtPageSec__inner p {
    font-size: 3.2vw;
    line-height: 2;
  }

  .txtPageSec__inner .unorderedList > li {
    font-size: 3.2vw;
    line-height: 2;
  }

  .txtPageSec__inner .numList {
    font-size: 3.2vw;
    line-height: 2;
  }

  .txtPageSec__inner dl,
  .txtPageSec__inner dt,
  .txtPageSec__inner dd {
    font-size: 3.2vw;
    line-height: 2;
  }

  .txtPageSec__inner > dl {
    margin-top: 6.666666666666667vw;
  }

  .txtPageSec__inner > dl > dt {
    margin-bottom: 0.8vw;
  }

  .txtPageSec__inner > dl > dd {
    text-indent: 0em;
    padding-left: 2em;
  }

  .txtPageSec__inner .indentStyle01 {
    text-indent: -6.8em;
    padding-left: 7.8em;
  }

  .txtPageSec__inner .indentStyle02 {
    text-indent: -3em;
    padding-left: 4em;
  }

  .txtPageSec__inner .indentStyle03 {
    text-indent: -10.8em;
    padding-left: 12.8em;
  }

  .txtPageSec__inner .twoLineDd {
    margin-top: 6.666666666666667vw;
  }

  .txtPageSec__inner .twoLineDd > dd {
    padding-left: 10.8em;
  }

  .txtPageSec__inner .rightBox {
    margin-top: 6.666666666666667vw;
  }

  .txtPageSec__inner .txtPageSecMargin {
    margin-bottom: 6.666666666666667vw;
  }

  .pg-contact .heroTtl01 {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 13.066666666666665vw;
  }

  .pg-contact .heroPageLocation {
    width: 80vw;
    margin: 0 auto;
  }

  .pg-contact .heroPageLocationNum {
    font-size: 3.866666666666667vw;
  }

  .pg-contact .heroPageLocationMark {
    margin: 2.666666666666667vw auto;
    width: 3.733333333333334vw;
    height: 3.733333333333334vw;
  }

  .pg-contact .heroPageLocationTxt {
    font-size: 3.2vw;
  }

  .pg-contact .heroPageLocationListDots {
    width: 13.866666666666665vw;
  }

  .pg-contact .heroPageLocationListDots > span {
    width: 0.8vw;
    height: 0.8vw;
  }

  .pg-contact .heroTtl02 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 9.333333333333334vw;
  }

  .pg-contact .heroTtl02__en {
    font-size: 6.4vw;
  }

  .pg-contact .heroTtl02__ja {
    font-size: 3.466666666666666vw;
    padding-top: 1.333333333333333vw;
  }

  .pg-contact .formSection {
    width: 80vw;
    margin-top: 28.26666666666667vw;
  }

  .pg-contact .formIntroTxt {
    font-size: 3.2vw;
    line-height: 2;
  }

  .pg-contact .formIntroLink {
    margin-top: 5.333333333333334vw;
    font-size: 3.2vw;
  }

  .pg-contact .formIntroLink > a {
    margin-bottom: 4vw;
  }

  .pg-contact .form {
    margin-top: 13.333333333333334vw;
  }

  .pg-contact .formBox__wrap {
    margin-bottom: 13.333333333333334vw;
  }

  .pg-contact .formBox {
    margin-bottom: 6.666666666666667vw;
  }

  .pg-contact .formBoxTtl {
    font-size: 3.2vw;
    margin: 0 2.666666666666667vw 2.4vw 0;
  }

  .pg-contact .formBoxTtl .necessaryLabel {
    padding: 1.333333333333333vw 10px;
    margin-left: 2.666666666666667vw;
  }

  .pg-contact .formStyle01 {
    border-radius: 4px;
    height: 12.8vw;
    padding: 0 4vw;
    font-size: 3.2vw;
    box-sizing: border-box;
  }

  .pg-contact .uploadForm .uploadBtn {
    width: 100%;
    padding: 4vw 0;
  }

  .pg-contact .uploadForm .uploadFileName {
    display: block;
    margin-top: 2.666666666666667vw;
  }

  .pg-contact .errorTxt {
    bottom: -1.5em;
    font-size: 3.2vw;
  }

  .pg-contact .selectForm01 {
    width: 100%;
  }

  .pg-contact .selectForm__wrap {
    width: 100%;
  }

  .pg-contact .txtForm01 {
    width: 100%;
  }

  .pg-contact .txtForm02 {
    width: 100%;
  }

  .pg-contact .numForm01 {
    width: 100%;
  }

  .pg-contact .numForm02 {
    width: 100%;
  }

  .pg-contact .addressForm {
    height: 25.866666666666667vw;
  }

  .pg-contact .textAreaForm01 {
    width: 100%;
    padding: 4vw;
    height: 64vw;
  }

  .pg-contact .formAtt {
    line-height: 2;
    font-size: 3.2vw;
  }

  .pg-contact .formAttList {
    line-height: 2;
    font-size: 3.2vw;
  }

  .pg-contact .agreementBlock {
    margin-top: 25.333333333333336vw;
    margin-bottom: 8vw;
  }

  .pg-contact .agreementBlock > p {
    font-size: 3.2vw;
    margin-left: 1.333333333333333vw;
  }

  .pg-contact .formBtn__wrap .formBackLink {
    text-align: center;
    display: inline-block;
    margin-bottom: 9.333333333333334vw;
    font-size: 3.2vw;
  }

  .pg-contact .formBtn__wrap .formBackLink::before {
    width: 3.2vw;
    height: 1.733333333333333vw;
    margin-right: 2.133333333333333vw;
  }

  .pg-contact .formBtn__wrap .btn {
    -webkit-transition: none;
    transition: none;
    margin-bottom: 7.733333333333333vw;
  }

  .pg-contact .formBox__wrap.confirmBlock .formBox {
    padding: 6.666666666666667vw 0;
  }

  .pg-contact .formBox__wrap.confirmBlock .confirmTxt {
    margin-top: 5.066666666666666vw;
    font-size: 3.2vw;
  }

  .pg-contact .formBox__wrap.completeBlock {
    margin-top: 25.333333333333336vw;
  }

  [class$="Area"].notFoundArea {
    padding-top: 7.199999999999999vw;
    width: 80vw;
  }

  [class$="Area"].notFoundArea .notFoundTtl {
    font-size: 8.533333333333333vw;
  }

  [class$="Area"].notFoundArea .notFoundTtlSub {
    font-size: 3.466666666666666vw;
  }

  [class$="Area"].notFoundArea .notFoundTxt {
    font-size: 4.266666666666667vw;
    margin-top: 8vw;
    line-height: 1.5;
  }

  [class$="Area"].notFoundArea .notFoundTxt span {
    font-size: 3.2vw;
    margin-top: 2.666666666666667vw;
    line-height: 2;
  }

  [class$="Area"].notFoundArea .btn {
    margin-top: 10.666666666666668vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {

  .txtPageSecTtl::before,
  .txtPageSecTtl::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .txtPageSecTtl::before {
    right: 0;
    width: 4.8vw;
    height: 1px;
  }

  .txtPageSecTtl::after {
    right: 2.266666666666667vw;
    width: 1px;
    height: 4.8vw;
  }
}

@media (min-width:769px){
  .tel_sp_link{
    pointer-events: none;
    cursor: default;
  }
}