/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

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

/**
 * 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 {
  -webkit-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 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #181818;
}

body.is-open {
  overflow: hidden;
  height: 100%;
}

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

a, .a {
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

a:hover, .a:hover {
  cursor: pointer;
}

svg {
  vertical-align: top;
}

a, span, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, div, main, article, section, header, footer, aside, input, button, select, textarea, body, table, tr, th, td, figure {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#wrap {
  position: relative;
  overflow: hidden;
}

#header {
  position: relative;
  z-index: 2;
  /* by #wrap */
}

#page-contents {
  position: relative;
  z-index: 1;
  /* by #wrap */
}

#foot-contents {
  position: relative;
  z-index: 1;
  /* by #wrap */
}

#footer {
  position: relative;
  z-index: 1;
  /* by #wrap */
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l-header {
  background-color: #100066;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.l-hdr_logos__link img {
  vertical-align: top;
}

.l-hdr_logos__link:hover {
  opacity: 0.7;
}

.l-hdr_nav_global__item {
  list-style: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

.l-hdr_nav_global__link {
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.l-hdr_nav_global__child {
  display: none;
}

.l-hdr_nav_child__item {
  list-style: none;
  font-weight: 500;
  font-size: 13px;
}

.l-hdr_nav_child__link {
  text-decoration: none;
}

.l-footer {
  background-color: #F4F4F4;
}

.l-footer__item {
  font-weight: medium;
  padding-top: 15px;
  padding-bottom: 15px;
}

.l-footer__item--child {
  padding-top: 0;
  padding-bottom: 15px;
}

.l-footer__link {
  text-decoration: none;
  color: #181818;
}

.l-footer__link:hover {
  text-decoration: underline;
}

.l-footer__link--child {
  color: #ACACAC;
}

.l-footer__link--nolink:hover {
  text-decoration: none;
}

.l-footer__copyright {
  background-color: #0B0066;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 20px 10px;
  font-weight: bold;
}

.c-anchor {
  position: relative;
  height: 0;
}

.c-anchor__position {
  position: absolute;
  height: 0;
}

.c-modal_bg {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1000;
  display: none;
}

.c-modal_contents {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-height: 90vh;
  z-index: 1001;
  display: none;
}

.c-modal_contents__closearea {
  position: relative;
  height: 0px;
  position: relative;
  z-index: 3;
}

.c-modal_contents__close {
  position: absolute;
  top: 0;
  right: 0;
}

.c-modal_contents__closebtn {
  position: relative;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.c-modal_contents__closebtn::before, .c-modal_contents__closebtn::after {
  content: "";
  display: block;
  background-color: #696969;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 2px;
}

.c-modal_contents__closebtn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-modal_contents__closebtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}

.c-modal_contents__board {
  position: relative;
  max-height: 90vh;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  overflow: scroll;
  z-index: 2;
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 54px;
  margin: 0 auto;
  text-decoration: none;
  background-color: #b8a374;
  color: #fff;
  border-radius: 4px;
  letter-spacing: 0.02em;
  border: 2px solid #b8a374;
}

.c-btn:hover {
  background-color: #100066;
  color: #fff;
  border: 2px solid #100066;
}

#blog-contents h2,
.c-blog-contents h2 {
  text-align: center;
  font-weight: bold;
  line-height: 140%;
}

#blog-contents h2::after,
.c-blog-contents h2::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  background-image: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/common/section-ttl-figure@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#blog-contents table,
.c-blog-contents table {
  width: 100% !important;
}

.c-section {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}

.c-section--lp_feature {
  background-color: rgba(183, 164, 116, 0.15);
}

.c-section--tabs {
  background-color: #696969;
}

.c-section--bggray {
  background-color: #eee;
}

.c-section--bgdarkgray {
  background-color: #696969;
}

.c-section--bgyellow {
  background-color: rgba(183, 164, 116, 0.15);
}

.c-section--sample {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  background-color: #0b0066;
  color: #fff;
  border-radius: 10px 10px 0 0;
}

.c-section__ttl {
  text-align: center;
  font-weight: bold;
  line-height: 140%;
}

.c-section__ttl_bar {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px 10px;
}

.c-section__ttl::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  background-image: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/common/section-ttl-figure@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.c-section__ttl--white {
  color: #fff;
}

.c-section__ttl--white::after {
  background-image: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/common/section-ttl-figure-white@2x.png);
}

.c-section__ttl--nodeco::after {
  display: none;
}

.c-section__copy {
  text-align: center;
  font-weight: bold;
  line-height: 140%;
}

.c-section__copy:first-child {
  margin-top: 0;
}

.c-section__lead {
  font-size: 14px;
  line-height: 228.571%;
  text-align: justify;
  margin-top: 30px;
}

.c-section__lead:first-child {
  margin-top: 0;
}

.c-section__lead--white {
  color: #fff;
}

.c-section__body {
  font-size: 14px;
  line-height: 228.571%;
  text-align: justify;
}

.c-section__body:first-child {
  margin-top: 0;
}

.c-section__txt {
  font-size: 14px;
  line-height: 228.571%;
  margin-top: 10px;
}

.c-section__txt:first-child {
  margin-top: 0;
}

.c-page_head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-page_head--blue {
  background-color: #100066;
  position: relative;
}

.c-page_head--blue::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.c-page_head--gray {
  background-color: #696969;
  position: relative;
  color: #fff;
}

.c-page_head__ttl {
  font-weight: bold;
}

.c-page_head__ttl--white {
  color: #fff;
}

.c-page_head__ttl--black {
  color: #181818;
}

.p-top_hero__main {
  z-index: 4;
  /* by .p-top_hero */
}

.p-top_hero__nav {
  z-index: 3;
  /* by .p-top_hero */
}

.p-top_hero__bar {
  z-index: 2;
  /* by .p-top_hero */
}

.p-top_hero__bg {
  z-index: 1;
  /* by .p-top_hero */
}

.p-top_hero {
  position: relative;
}

.p-top_hero__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top_hero__nav {
  position: relative;
}

.p-top_hero__bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-top_hero__bg img {
  display: none;
}

.p-top_hero_main {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
}

.p-top_hero_main__board {
  background-color: #fff;
  color: #100066;
}

.p-top_hero_main__copy {
  font-weight: bold;
}

.p-top_hero_main__sub {
  font-weight: bold;
  margin-top: 10px;
}

.p-top_hero_nav__section.is-active {
  z-index: 3;
  /* by .p-top_hero_nav */
}

.p-top_hero_nav__section {
  z-index: 2;
  /* by .p-top_hero_nav */
}

.p-top_hero_nav__height {
  z-index: 1;
  /* by .p-top_hero_nav */
}

.p-top_hero_nav {
  position: relative;
}

.p-top_hero_nav__section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-top_hero_nav__height {
  position: relative;
}

.p-top_hero_nav__contents {
  position: relative;
}

.p-top_hero_nav__head {
  position: absolute;
  width: 50%;
  bottom: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #C4C4C4;
  color: #fff;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
}

.is-active .p-top_hero_nav__head {
  background-color: #f0f0f0;
  color: #181818;
}

.p-top_hero_nav__section--left .p-top_hero_nav__head {
  left: 0;
}

.p-top_hero_nav__section--right .p-top_hero_nav__head {
  right: 0;
}

.p-top_hero_nav__ttl {
  font-weight: bold;
  font-size: 18px;
}

.p-top_hero_nav__body {
  background-color: #f0f0f0;
  border-radius: 0 0 10px 10px;
}

.p-top_hero_nav__item {
  list-style: none;
  margin-top: 22px;
}

.p-top_hero_nav__btn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  height: 53px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.p-top_hero_nav__btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/common/btn-bg@2x.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  opacity: 0.7;
  z-index: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-top_hero_nav__btn .txt {
  position: relative;
  z-index: 2;
}

.p-top_hero_nav__btn:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.p-top_hero_nav__btn:hover::before {
  opacity: 1;
}

.p-tab_nav__section.is-active {
  z-index: 3;
  /* by .p-tab_nav */
}

.p-tab_nav__section {
  z-index: 2;
  /* by .p-tab_nav */
}

.p-tab_nav__height {
  z-index: 1;
  /* by .p-tab_nav */
}

.p-tab_nav {
  position: relative;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.p-tab_nav__section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-tab_nav__height {
  position: relative;
}

.p-tab_nav__contents {
  position: relative;
}

.p-tab_nav__head {
  position: absolute;
  width: 50%;
  bottom: 100%;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #C4C4C4;
  color: #fff;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-tab_nav__head:hover {
  background-color: rgba(16, 0, 102, 0.8);
}

.is-active .p-tab_nav__head {
  background-color: #fff;
  color: #181818;
}

.p-tab_nav__section--left .p-tab_nav__head {
  left: 0;
}

.p-tab_nav__section--right .p-tab_nav__head {
  right: 0;
}

.p-tab_nav__ttl {
  font-weight: bold;
  font-size: 18px;
}

.p-tab_nav__body {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.p-tab_nav__item {
  list-style: none;
  margin-top: 22px;
}

.p-tab_nav__btn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 10px;
  background-color: #100066;
  position: relative;
  height: 53px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.p-tab_nav__btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  background-color: rgba(16, 0, 102, 0.8);
}

.p-tab_nav__btn:hover::before {
  opacity: 1;
}

.p-top_news {
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-top_news--bgnon {
  background: none;
}

.p-top_news__ttl::after {
  content: "";
  display: block;
  margin: 10px auto 0;
  background: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/common/section-ttl-figure@2x.png) no-repeat center center;
  background-size: contain;
}

.p-top_news__full {
  font-size: 14px;
  line-height: 160%;
}

.p-top_news__body {
  font-size: 14px;
  line-height: 160%;
}

.p-top_news__item {
  list-style: none;
  margin-top: 25px;
}

.p-top_news__item:first-child {
  margin-top: 0;
}

.p-top_news__date {
  margin-right: 15px;
}

.p-top_news__link {
  color: #181818;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top_news__link:hover {
  text-decoration: underline;
}

.p-top_news__icon {
  display: block;
  width: 9px;
  height: 19px;
  background: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/common/icon-arw-right-red.png) no-repeat center center;
  background-size: contain;
  min-width: 9px;
}

.p-top_news__foot {
  font-weight: bold;
  font-size: 16px;
}

.p-top_news__more_link {
  color: #181818;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-top_news__more_link:hover {
  text-decoration: underline;
}

.p-top_news__more_icon {
  display: block;
  width: 9px;
  height: 19px;
  background: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/common/icon-arw-right-red.png) no-repeat center center;
  background-size: contain;
  margin-right: 15px;
  min-width: 9px;
}

.p-top_about,
.p-panel_section {
  background: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/index/about-bg@2x.jpg) no-repeat center center;
  background-size: cover;
}

.p-top_about__item,
.p-panel_section__item {
  background-color: rgba(255, 255, 255, 0.73);
  border-radius: 4px;
}

.p-top_about__txt,
.p-panel_section__txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 175%;
}

.p-top_about__more,
.p-panel_section__more {
  margin: 35px auto 0;
}

.p-top_about__btn,
.p-panel_section__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  background-color: #B5B5B5;
  color: #fff;
  border-radius: 4px;
  height: 60px;
  font-weight: bold;
  font-size: 18px;
}

.p-top_about__btn:hover,
.p-panel_section__btn:hover {
  background-color: #100066;
}

.p-top_topics__archive,
.p-topics__archive {
  margin-top: 35px;
}

.p-top_topics__archive:first-child,
.p-topics__archive:first-child {
  margin-top: 0;
}

.p-top_topics__tags,
.p-topics__tags {
  margin-top: 40px;
}

.p-top_topics__tags:first-child,
.p-topics__tags:first-child {
  margin-top: 0;
}

.p-top_topics__more,
.p-topics__more {
  margin: 35px auto 0;
}

.p-top_topics__btn,
.p-topics__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  background-color: #B5B5B5;
  color: #fff;
  border-radius: 4px;
  height: 60px;
  font-weight: bold;
  font-size: 18px;
}

.p-top_topics__btn:hover,
.p-topics__btn:hover {
  background-color: #100066;
}

.p-topics_archive__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}

.p-topics_archive__col {
  padding-right: 20px;
}

.p-topics_article__link {
  text-decoration: none;
  color: #181818;
}

.p-topics_article__head {
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  background-color: #000;
}

.p-topics_article__figure {
  padding-bottom: 56.333%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-topics_article__figure img {
  display: none;
}

.p-topics_article__link:hover .p-topics_article__figure {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.6;
}

.p-topics_article__txt {
  font-size: 14px;
  line-height: 171.428%;
  text-align: justify;
  font-weight: normal;
}

.p-topics_tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-topics_tags__tag {
  list-style: none;
  font-size: 12px;
}

.p-topics_tags__btn {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  border-radius: 12px;
  border: 1px solid #707070;
  background-color: #fff;
  color: #181818;
  padding: 0 30px;
}

.p-topics_tags__btn:hover, .p-topics_tags__btn.is-active {
  background-color: #707070;
  color: #fff;
}

.p-panel_btns__btn {
  text-decoration: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333;
  color: #fff;
  border: 8px solid #C9CACC;
}

.p-panel_btns__btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.p-panel_btns__btn--color {
  background-color: #5F8FB1;
}

.p-panel_btns__btn--01 {
  background-color: #100066;
}

.p-panel_btns__btn--01:hover {
  border: 8px solid #100066;
}

.p-panel_btns__btn--02 {
  background-color: #4931B3;
}

.p-panel_btns__btn--02:hover {
  border: 8px solid #4931B3;
}

.p-panel_btns__btn--03 {
  background-color: #4860A3;
}

.p-panel_btns__btn--03:hover {
  border: 8px solid #4860A3;
}

.p-panel_btns__txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}

.p-interview_article__link {
  text-decoration: none;
  color: #181818;
  background-color: #fff;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: block;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.p-interview_article__link:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.p-interview_article__link--nolink:hover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.p-interview_article__head {
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
  background-color: #000;
}

.p-interview_article__figure {
  padding-bottom: 47.826%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-interview_article__figure img {
  display: none;
}

.p-interview_article__link:hover .p-interview_article__figure {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.6;
}

.p-interview_article__link--nolink:hover .p-interview_article__figure {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.p-interview_article__ttl {
  font-weight: bold;
  font-size: 16px;
  line-height: 175%;
}

.p-top_contact,
.p-foot_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top_contact__btn,
.p-foot_contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #fff;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.p-top_contact__btn:hover,
.p-foot_contact__btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.p-top_contact__btn--01,
.p-foot_contact__btn--01 {
  background-color: #B7A474;
}

.p-top_contact__btn--01:hover,
.p-foot_contact__btn--01:hover {
  background-color: rgba(16, 0, 102, 0.8);
}

.p-top_contact__btn--02,
.p-foot_contact__btn--02 {
  background-color: #100066;
}

.p-top_contact__btn--02:hover,
.p-foot_contact__btn--02:hover {
  background-color: rgba(16, 0, 102, 0.8);
}

.p-items_tags {
  background-color: #BABABA;
  background-image: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/items/bg-dot@2x.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-items_tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-items_tags__item {
  list-style: none;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: bold;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-items_tags__item--color {
  background-color: #100066;
  color: #fff;
  border: 1px solid #100066;
}

.p-items_logo {
  margin-top: 25px;
  text-align: center;
}

.p-items_tags02 {
  margin-top: 45px;
}

.p-items_tags02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-items_tags02__item {
  list-style: none;
  height: 50px;
  border: 1px solid #707070;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-items_tags02__item--color {
  background-color: #B6A574;
  color: #fff;
  border: 1px solid #B6A574;
}

.p-items_main {
  text-align: center;
  margin-top: 45px;
}

.p-items_main__figure {
  position: relative;
}

.p-items_main__figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-items_main__figure img {
  vertical-align: top;
}

.p-items_feature__section {
  margin-top: 20px;
  background-color: #F5F5F5;
}

.p-items_feature__section:first-child {
  margin-top: 0;
}

.p-items_feature__tag {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00313E;
  color: #fff;
  font-weight: bold;
}

.p-items_feature__ttl {
  font-weight: bold;
}

.p-items_feature__body {
  margin-top: 15px;
}

.p-items_feature__txt {
  font-size: 14px;
  line-height: 228.571%;
}

.p-lp_hero__contents {
  z-index: 2;
  /* by .p-lp_hero */
}

.p-lp_hero__bg {
  z-index: 1;
  /* by .p-lp_hero */
}

.p-lp_hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-lp_hero__contents {
  position: relative;
  width: 100%;
}

.p-lp_hero__contents_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-lp_hero__copy {
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  line-height: 146.428%;
}

.p-lp_hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.p-lp_hero__bg img {
  display: none;
}

.p-checkboard {
  background-color: #F4F4F4;
  border-radius: 10px;
}

.p-checkboard__item {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 160%;
  overflow: hidden;
  _zoom: 1;
}

.p-checkboard__item .icon {
  display: block;
  float: left;
}

.p-checkboard__item .txt {
  display: block;
  overflow: hidden;
  _zoom: 1;
}

.p-lp_feature__col {
  margin-top: 45px;
}

.p-lp_feature__col:first-child {
  margin-top: 0;
}

.p-lp_feature__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-lp_feature__ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 160%;
}

.p-lp_feature__txt {
  font-size: 14px;
  line-height: 228.571%;
}

.p-int_hero__figure {
  z-index: 1;
  /* by .p-int_hero */
}

.p-int_hero__contents {
  z-index: 2;
  /* by .p-int_hero */
}

.p-int_hero {
  position: relative;
}

.p-int_hero__board {
  background-color: rgba(255, 255, 255, 0.3);
}

.p-int_hero__head {
  position: relative;
}

.p-int_hero__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #72959F;
  position: absolute;
  bottom: 15px;
  left: 0;
  background-image: url(https://6324138.fs1.hubspotusercontent-na1.net/hubfs/6324138/assets-solution/images/interview/hero-line@2x.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.p-int_hero__ttl {
  font-weight: 500;
  font-size: 24px;
  line-height: 133.333%;
}

.p-int_hero__prof {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}

.p-int_prof__txt {
  font-size: 14px;
  line-height: 171.428%;
  margin-top: 10px;
}

.p-int_prof__txt:first-child {
  margin-top: 0;
}

.p-mission_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-banners__bg {
  position: relative;
  z-index: 1;
  /* by .p-banners */
}

.p-banners__border {
  position: relative;
  z-index: 2;
  /* by .p-banners */
}

.p-banners__contents {
  position: relative;
  z-index: 3;
  /* by .p-banners */
}

.p-banners {
  position: relative;
}

.p-banners__btn {
  text-decoration: none;
  color: #181818;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #100066;
}

.p-banners__btn:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}

.p-banners__bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-banners__btn:hover .p-banners__bg {
  opacity: 0.8;
}

.p-banners__border {
  border: 8px solid #C9CACC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.p-banners__btn:hover .p-banners__border {
  border: 8px solid transparent;
}

.p-banners__contents {
  background-color: #fff;
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  max-width: 90%;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
}

.p-banners__txt {
  font-size: 16px;
  font-weight: bold;
}

.p-products {
  margin-top: 35px;
}

.p-products:first-child {
  margin-top: 0;
}

.p-products__body {
  margin-top: 60px;
}

.p-products__body:first-child {
  margin-top: 0;
}

.p-products__section {
  margin-top: 35px;
}

.p-products__section:first-child {
  margin-top: 0;
}

.p-products__subttl {
  font-size: 24px;
  text-align: center;
}

.p-products__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 35px;
}

.p-products__table:first-child {
  margin-top: 0;
}

.p-products__table_head, .p-products__table_th, .p-products__table_td {
  border: 5px solid #fff;
  text-align: left;
  vertical-align: middle;
  width: 50%;
}

.p-products__table_head {
  background-color: #B7A474;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
}

.p-products__table_th, .p-products__table_td {
  font-size: 14px;
  font-weight: normal;
}

tr:nth-child(odd) .p-products__table_th, tr:nth-child(odd) .p-products__table_td {
  background-color: #F0F0F0;
}

tr:nth-child(even) .p-products__table_th, tr:nth-child(even) .p-products__table_td {
  background-color: #DEDEDE;
}

.p-products__table_th {
  padding: 0 10px;
}

.p-products__table_link {
  display: block;
  color: #181818;
  text-decoration: none;
  padding: 5px 25px 5px 10px;
  position: relative;
}

.p-products__table_link:hover {
  color: #fff;
  background-color: #100066;
}

.p-products__table_link i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.u-dib {
  display: inline-block;
}

.u-db {
  display: block;
}

.u-dn {
  display: none;
}

.u-bold {
  font-weight: bold;
}

.u-center {
  text-align: center;
}

.u-left {
  text-align: left;
}

.u-right {
  text-align: right;
}

.u-justify {
  text-align: justify;
}

@media screen and (min-width: 769px) {
  #wrap {
    min-width: 980px;
    margin: 0 auto;
  }
  #header {
    min-width: 980px;
    margin: 0 auto;
  }
  .l-header {
    height: 85px;
    min-width: 980px;
    margin: 0 auto;
  }
  .l-header__logos {
    padding-left: 7px;
    width: 320px;
  }
  .l-header__menu {
    display: none;
  }
  .l-header__nav {
    padding-right: 20px;
    display: block !important;
  }
  .l-hdr_nav__sub {
    display: none;
  }
  .l-hdr_nav_global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-hdr_nav_global__item--home {
    display: none;
  }
  .l-hdr_nav_global__item--sp {
    display: none;
  }
  .l-hdr_nav_global__item--btn {
    margin-left: 20px;
  }
  .l-hdr_nav_global__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding: 0 20px;
    height: 37px;
    color: #fff;
  }
  .l-hdr_nav_global__item:hover .l-hdr_nav_global__link {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .l-hdr_nav_global__link--btn {
    background-color: #B8A374;
    border-radius: 4px;
  }
  .l-hdr_nav_global__item:hover .l-hdr_nav_global__link--btn {
    background-color: #fff;
    color: #100066;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .l-hdr_nav_global__child {
    position: absolute;
    top: 100%;
    left: 20px;
    padding-top: 24px;
    width: 300px;
  }
  .l-hdr_nav_child {
    background-color: #f7f7f7;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
    padding: 25px 25px 30px;
  }
  .l-hdr_nav_child__item {
    margin-top: 15px;
  }
  .l-hdr_nav_child__item:first-child {
    margin-top: 0;
  }
  .l-hdr_nav_child__link {
    color: #181818;
  }
  .l-hdr_nav_child__link:hover {
    opacity: 0.7;
  }
  #page-contents {
    padding-top: 85px;
  }
  .l-footer__head {
    padding: 80px 0;
  }
  .l-footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__item:first-child {
    padding-top: 0;
  }
  .l-footer__item:last-child {
    padding-bottom: 0;
  }
  .l-inner-default-pc {
    width: 940px;
    padding: 0;
    margin: 0 auto;
  }
  .l-inner-wide-pc {
    min-width: 980px;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .l-inner-narrow-pc {
    width: 720px;
    padding: 0;
    margin: 0 auto;
  }
  .l-inner-full-pc {
    width: 100%;
    max-width: none;
    padding: 0;
  }
  .l-minwidth {
    min-width: 980px;
    margin: 0 auto;
  }
  .c-anchor__position {
    top: -85px;
  }
  .c-modal_contents {
    max-width: 940px;
  }
  .c-modal_contents__closebtn {
    width: 70px;
    height: 70px;
  }
  .c-modal_contents__closebtn::before, .c-modal_contents__closebtn::after {
    width: 48px;
    height: 4px;
  }
  .c-modal_contents__inner {
    padding: 0 60px;
  }
  .c-btns__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -40px;
    margin-top: -40px;
  }
  .c-btns__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    min-width: 50%;
    padding-right: 40px;
    margin-top: 40px;
  }
  #blog-contents h2,
  .c-blog-contents h2 {
    font-size: 28px;
  }
  #blog-contents h2::after,
  .c-blog-contents h2::after {
    width: 63px;
    height: 16px;
  }
  #blog-contents p, #blog-contents div, #blog-contents h1, #blog-contents h2, #blog-contents h3, #blog-contents h4, #blog-contents h5, #blog-contents h6, #blog-contents ul, #blog-contents ol, #blog-contents table,
  .c-blog-contents p,
  .c-blog-contents div,
  .c-blog-contents h1,
  .c-blog-contents h2,
  .c-blog-contents h3,
  .c-blog-contents h4,
  .c-blog-contents h5,
  .c-blog-contents h6,
  .c-blog-contents ul,
  .c-blog-contents ol,
  .c-blog-contents table {
    margin-top: 20px;
  }
  #blog-contents p:first-child, #blog-contents div:first-child, #blog-contents h1:first-child, #blog-contents h2:first-child, #blog-contents h3:first-child, #blog-contents h4:first-child, #blog-contents h5:first-child, #blog-contents h6:first-child, #blog-contents ul:first-child, #blog-contents ol:first-child, #blog-contents table:first-child,
  .c-blog-contents p:first-child,
  .c-blog-contents div:first-child,
  .c-blog-contents h1:first-child,
  .c-blog-contents h2:first-child,
  .c-blog-contents h3:first-child,
  .c-blog-contents h4:first-child,
  .c-blog-contents h5:first-child,
  .c-blog-contents h6:first-child,
  .c-blog-contents ul:first-child,
  .c-blog-contents ol:first-child,
  .c-blog-contents table:first-child {
    margin-top: 0;
  }
  #blog-contents li,
  .c-blog-contents li {
    margin-top: 10px;
  }
  #blog-contents li:first-child,
  .c-blog-contents li:first-child {
    margin-top: 0;
  }
  .c-section {
    padding: 85px 0;
  }
  .c-section--tabs {
    padding: 75px 0 30px;
  }
  .c-section--low {
    padding: 40px 0;
  }
  .c-section--pb00 {
    padding-bottom: 0;
  }
  .c-section--ptb00 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-section--sample {
    margin-top: 160px;
  }
  .c-section__ttl {
    font-size: 28px;
  }
  .c-section__ttl::after {
    width: 63px;
    height: 16px;
  }
  .c-section__copy {
    font-size: 28px;
  }
  .c-section__lead {
    padding: 0 20px;
  }
  .c-section__body {
    margin-top: 35px;
  }
  .c-page_head {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-page_head--blue {
    background-image: none;
  }
  .c-page_head--gray {
    background-image: none;
  }
  .c-page_head__ttl {
    font-size: 28px;
  }
  .p-top_hero__main {
    height: 345px;
  }
  .p-top_hero__nav {
    -webkit-transform: translateY(38px);
            transform: translateY(38px);
  }
  .p-top_hero__bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .p-top_hero__bg {
    height: 100%;
  }
  .p-top_hero_main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-top_hero_main__board {
    height: 120px;
    width: 670px;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 10px solid #E2DFF0;
  }
  .p-top_hero_main__copy {
    font-size: 34px;
  }
  .p-top_hero_main__sub {
    font-size: 16px;
  }
  .p-top_hero_nav__body {
    padding: 28px 60px 38px;
  }
  .p-top_hero_nav__list {
    margin-right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .p-top_hero_nav__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 20px;
  }
  .p-top_hero_nav__item:first-child {
    margin-top: 0;
  }
  .p-top_hero_nav__item:nth-child(2) {
    margin-top: 0;
  }
  .p-tab_nav__body {
    padding: 28px 60px 38px;
  }
  .p-tab_nav__list {
    margin-right: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .p-tab_nav__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 20px;
  }
  .p-tab_nav__item:first-child {
    margin-top: 0;
  }
  .p-tab_nav__item:nth-child(2) {
    margin-top: 0;
  }
  .p-top_news {
    padding: 75px 0 45px;
  }
  .p-top_news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-top_news__head {
    -ms-flex-preferred-size: 140px;
        flex-basis: 140px;
    border-right: 1px solid #707070;
    padding-top: 5px;
  }
  .p-top_news__ttl {
    font-size: 28px;
    font-weight: 500;
  }
  .p-top_news__ttl::after {
    width: 63px;
    height: 16px;
    display: none;
  }
  .p-top_news__full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-top_news__body {
    -ms-flex-preferred-size: calc(100% - 140px - 240px);
        flex-basis: calc(100% - 140px - 240px);
    padding: 15px 0 15px 40px;
  }
  .p-top_news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top_news__icon {
    margin-right: 15px;
  }
  .p-top_news__foot {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    padding-left: 40px;
    padding-top: 15px;
  }
  .p-top_about,
  .p-panel_section {
    padding: 80px 0;
  }
  .p-top_about__row,
  .p-panel_section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
  }
  .p-top_about__col,
  .p-panel_section__col {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top_about__item,
  .p-panel_section__item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 10px 15px 30px;
  }
  .p-top_about__head,
  .p-panel_section__head {
    height: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .p-top_about__txt,
  .p-panel_section__txt {
    text-align: center;
  }
  .p-top_about__more,
  .p-panel_section__more {
    width: 180px;
  }
  .p-top_topics__more,
  .p-topics__more {
    width: 180px;
  }
  .p-topics_archive__row {
    margin-top: -40px;
  }
  .p-topics_archive__col {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
    margin-top: 40px;
  }
  .p-topics_article__body {
    padding: 15px 20px 0;
  }
  .p-topics_tags__tag {
    padding: 5px 13px;
  }
  .p-panel_btns__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-panel_btns__col {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
    padding-right: 14px;
  }
  .p-panel_btns__btn {
    height: 140px;
  }
  .p-top_interview__row,
  .p-foot_interview__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
  }
  .p-top_interview__col,
  .p-foot_interview__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-interview_article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-interview_article__body {
    padding: 20px 20px 25px;
  }
  .p-top_contact__item,
  .p-foot_contact__item {
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    margin: 0 20px;
  }
  .p-items_tags__list {
    padding: 37px 0px;
    margin-top: -10px;
  }
  .p-items_tags__item {
    min-width: 160px;
    margin: 10px 15px 0px;
    padding: 0 20px;
  }
  .p-items_tags02__list {
    margin-top: -20px;
  }
  .p-items_tags02__item {
    min-width: 140px;
    margin: 20px 20px 0;
    padding: 0 20px;
  }
  .p-items_main__figure::before {
    border: 15px solid rgba(112, 112, 112, 0.24);
  }
  .p-items_feature__inner {
    max-width: 865px;
    margin: 0 auto;
  }
  .p-items_feature__section {
    padding: 20px;
  }
  .p-items_feature__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-items_feature__tag {
    margin-right: 25px;
  }
  .p-lp_hero {
    height: 550px;
  }
  .p-lp_hero__copy {
    padding: 15px 25px;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-checkboard {
    padding: 40px 0;
  }
  .p-checkboard__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-checkboard__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-left: 60px;
    padding-right: 15px;
  }
  .p-checkboard__item {
    margin-top: 35px;
  }
  .p-checkboard__item:first-child {
    margin-top: 0;
  }
  .p-lp_feature__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-lp_feature__col {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    min-width: 47%;
    max-width: 47%;
  }
  .p-lp_feature__col:nth-child(2) {
    margin-top: 0;
  }
  .p-lp_feature__head {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
    min-width: 22%;
    max-width: 22%;
  }
  .p-lp_feature__txt {
    margin-top: 20px;
  }
  .p-int_hero {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-int_hero__figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 860px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .p-int_hero__contents {
    width: 510px;
  }
  .p-int_hero__board {
    border: 15px solid rgba(112, 112, 112, 0.1);
    min-height: 285px;
    padding: 15px 15px;
  }
  .p-int_hero__head {
    padding-bottom: 35px;
  }
  .p-int_section_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-int_section_row__figure {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px;
    min-width: 320px;
    max-width: 320px;
    margin-right: 25px;
  }
  .p-int_prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-int_prof__figure {
    -ms-flex-preferred-size: 280px;
        flex-basis: 280px;
    min-width: 280px;
    max-width: 280px;
    margin-right: 25px;
  }
  .p-mission_row {
    margin-right: -20px;
  }
  .p-mission_row__col {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding-right: 20px;
  }
  .p-banners__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -20px;
  }
  .p-banners__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    padding-right: 20px;
  }
  .u-dib-pc {
    display: inline-block;
  }
  .u-db-pc {
    display: block;
  }
  .u-dn-pc {
    display: none;
  }
  .u-bold-pc {
    font-weight: bold;
  }
  .u-center-pc {
    text-align: center;
  }
  .u-left-pc {
    text-align: left;
  }
  .u-right-pc {
    text-align: right;
  }
  .u-justify-pc {
    text-align: justify;
  }
}

@media screen and (max-width: 768px) {
  .l-header {
    height: 65px;
  }
  .l-header__logos {
    padding-left: 5px;
    width: 60%;
  }
  .l-header__menu {
    padding-right: 15px;
  }
  .l-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    padding-right: 20%;
    display: none;
    opacity: 0;
  }
  .l-header__nav.is-open {
    opacity: 1;
  }
  .l-hdr_menu {
    position: relative;
    height: 13px;
    width: 20px;
    cursor: pointer;
  }
  .l-hdr_menu__top, .l-hdr_menu__mdl, .l-hdr_menu__btm {
    background-color: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
            transform: translate(0, 0) scale(1) rotate(0deg);
  }
  .l-hdr_menu__top {
    top: 0;
  }
  #header-menu.is-open .l-hdr_menu__top {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(45deg);
            transform: translate(-50%, -50%) scale(1) rotate(45deg);
  }
  .l-hdr_menu__mdl {
    top: 6px;
  }
  #header-menu.is-open .l-hdr_menu__mdl {
    -webkit-transform: translate(0, 0) scale(2, 0) rotate(0deg);
            transform: translate(0, 0) scale(2, 0) rotate(0deg);
    opacity: 0;
  }
  .l-hdr_menu__btm {
    top: 12px;
  }
  #header-menu.is-open .l-hdr_menu__btm {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1) rotate(315deg);
            transform: translate(-50%, -50%) scale(1) rotate(315deg);
  }
  .l-hdr_nav {
    height: calc(100vh - 65px);
    overflow: scroll;
    background-color: #fff;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transform: translateX(-80vw);
            transform: translateX(-80vw);
  }
  #header-nav.is-open .l-hdr_nav {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .l-hdr_nav__contents {
    padding: 30px 20px;
  }
  .l-hdr_nav__sub {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #DBDBDB;
  }
  .l-hdr_nav_global__item {
    margin-top: 30px;
  }
  .l-hdr_nav_global__item:first-child {
    margin-top: 0;
  }
  .l-hdr_nav_global__item--pc {
    display: none;
  }
  .l-hdr_nav_global__link {
    color: #181818;
    display: block;
  }
  .l-hdr_nav_global__link--haschild {
    position: relative;
  }
  .l-hdr_nav_global__link--haschild::before, .l-hdr_nav_global__link--haschild::after {
    content: "";
    display: block;
    background-color: #181818;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .l-hdr_nav_global__link--haschild::before {
    width: 7px;
    height: 1px;
    right: 0px;
  }
  .js-header-nav-haschild.is-open .l-hdr_nav_global__link--haschild::before {
    -webkit-transform: translateY(-50%) rotate(-360deg);
            transform: translateY(-50%) rotate(-360deg);
    opacity: 0;
  }
  .l-hdr_nav_global__link--haschild::after {
    width: 1px;
    height: 7px;
    right: 3px;
  }
  .js-header-nav-haschild.is-open .l-hdr_nav_global__link--haschild::after {
    -webkit-transform: translateY(-50%) rotate(-270deg);
            transform: translateY(-50%) rotate(-270deg);
  }
  .l-hdr_nav_global__child {
    padding-top: 25px;
  }
  .l-hdr_nav_child {
    padding-left: 15px;
  }
  .l-hdr_nav_child__item {
    margin-top: 20px;
  }
  .l-hdr_nav_child__item:first-child {
    margin-top: 0;
  }
  .l-hdr_nav_child__link {
    color: #ACACAC;
  }
  #page-contents {
    padding-top: 65px;
  }
  .l-footer__head {
    padding: 40px 0;
  }
  .l-footer__copyright {
    font-size: 14px;
    line-height: 140%;
  }
  .l-inner-default-sp {
    padding: 0 15px;
    margin: 0 auto;
  }
  .l-inner-full-sp {
    padding: 0;
  }
  .c-anchor__position {
    top: -65px;
  }
  .c-modal_contents__closebtn {
    width: 70px;
    height: 70px;
  }
  .c-modal_contents__closebtn::before, .c-modal_contents__closebtn::after {
    width: 48px;
    height: 4px;
  }
  .c-modal_contents__inner {
    padding: 0 20px;
  }
  .c-btns__col {
    margin-top: 30px;
  }
  .c-btns__col:first-child {
    margin-top: 0;
  }
  #blog-contents h2,
  .c-blog-contents h2 {
    font-size: 24px;
  }
  #blog-contents h2::after,
  .c-blog-contents h2::after {
    width: 50px;
    height: 16px;
  }
  #blog-contents p, #blog-contents div, #blog-contents h1, #blog-contents h2, #blog-contents h3, #blog-contents h4, #blog-contents h5, #blog-contents h6, #blog-contents ul, #blog-contents ol, #blog-contents table,
  .c-blog-contents p,
  .c-blog-contents div,
  .c-blog-contents h1,
  .c-blog-contents h2,
  .c-blog-contents h3,
  .c-blog-contents h4,
  .c-blog-contents h5,
  .c-blog-contents h6,
  .c-blog-contents ul,
  .c-blog-contents ol,
  .c-blog-contents table {
    margin-top: 15px;
  }
  #blog-contents p:first-child, #blog-contents div:first-child, #blog-contents h1:first-child, #blog-contents h2:first-child, #blog-contents h3:first-child, #blog-contents h4:first-child, #blog-contents h5:first-child, #blog-contents h6:first-child, #blog-contents ul:first-child, #blog-contents ol:first-child, #blog-contents table:first-child,
  .c-blog-contents p:first-child,
  .c-blog-contents div:first-child,
  .c-blog-contents h1:first-child,
  .c-blog-contents h2:first-child,
  .c-blog-contents h3:first-child,
  .c-blog-contents h4:first-child,
  .c-blog-contents h5:first-child,
  .c-blog-contents h6:first-child,
  .c-blog-contents ul:first-child,
  .c-blog-contents ol:first-child,
  .c-blog-contents table:first-child {
    margin-top: 0;
  }
  #blog-contents table,
  .c-blog-contents table {
    display: block;
  }
  #blog-contents table thead,
  #blog-contents table tbody,
  #blog-contents table tr,
  #blog-contents table th,
  #blog-contents table td,
  .c-blog-contents table thead,
  .c-blog-contents table tbody,
  .c-blog-contents table tr,
  .c-blog-contents table th,
  .c-blog-contents table td {
    display: block;
    width: 100% !important;
    margin-top: 15px;
  }
  #blog-contents table thead:first-child,
  #blog-contents table tbody:first-child,
  #blog-contents table tr:first-child,
  #blog-contents table th:first-child,
  #blog-contents table td:first-child,
  .c-blog-contents table thead:first-child,
  .c-blog-contents table tbody:first-child,
  .c-blog-contents table tr:first-child,
  .c-blog-contents table th:first-child,
  .c-blog-contents table td:first-child {
    margin-top: 0;
  }
  #blog-contents table img,
  .c-blog-contents table img {
    margin: 0 auto;
    display: block;
  }
  #blog-contents li,
  .c-blog-contents li {
    margin-top: 7px;
  }
  #blog-contents li:first-child,
  .c-blog-contents li:first-child {
    margin-top: 0;
  }
  .c-section {
    padding: 60px 0;
  }
  .c-section--tabs {
    padding: 75px 0 30px;
  }
  .c-section--low {
    padding: 30px 0;
  }
  .c-section--pb00 {
    padding-bottom: 0;
  }
  .c-section--ptb00 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .c-section--sample {
    margin-top: 80px;
  }
  .c-section__ttl {
    font-size: 24px;
  }
  .c-section__ttl::after {
    width: 50px;
    height: 16px;
  }
  .c-section__copy {
    font-size: 28px;
  }
  .c-section__body {
    margin-top: 25px;
  }
  .c-page_head {
    text-align: center;
    padding: 35px 10px;
  }
  .c-page_head--blue {
    background-image: none;
  }
  .c-page_head--gray {
    background-image: none;
  }
  .c-page_head__ttl {
    font-size: 24px;
  }
  .p-top_hero {
    padding-bottom: 15px;
    position: relative;
  }
  .p-top_hero__main {
    padding: 80px 0 60px;
  }
  .p-top_hero__nav {
    margin-top: 45px;
  }
  .p-top_hero__bg {
    height: 360px;
  }
  .p-top_hero_main__board {
    padding: 20px 10px;
    border: 5px solid #E2DFF0;
  }
  .p-top_hero_main__copy {
    font-size: 28px;
    line-height: 140%;
  }
  .p-top_hero_main__sub {
    font-size: 13px;
  }
  .p-top_hero_nav__height {
    background-color: rgba(69, 69, 69, 0.18);
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-top_hero_nav__body {
    padding: 30px 15px 25px;
  }
  .p-top_hero_nav__item:first-child {
    margin-top: 0;
  }
  .p-tab_nav__body {
    padding: 30px 15px 25px;
  }
  .p-tab_nav__item:first-child {
    margin-top: 0;
  }
  .p-top_news {
    padding: 40px 0;
  }
  .p-top_news__ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
  }
  .p-top_news__ttl::after {
    width: 50px;
    height: 16px;
  }
  .p-top_news__body {
    margin-top: 20px;
  }
  .p-top_news__link {
    padding-top: 5px;
  }
  .p-top_news__icon {
    margin-right: 5px;
  }
  .p-top_news__foot {
    margin-top: 20px;
  }
  .p-top_about,
  .p-panel_section {
    padding: 40px 0;
  }
  .p-top_about__col,
  .p-panel_section__col {
    margin-top: 20px;
  }
  .p-top_about__col:first-child,
  .p-panel_section__col:first-child {
    margin-top: 0;
  }
  .p-top_about__item,
  .p-panel_section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top_about__head,
  .p-panel_section__head {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    max-width: 100px;
    height: 120px;
    padding: 0 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top_about__body,
  .p-panel_section__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-top_about__txt,
  .p-panel_section__txt {
    font-size: 14px;
  }
  .p-topics_archive__row {
    margin-top: -20px;
  }
  .p-topics_archive__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-top: 20px;
  }
  .p-topics_article__body {
    padding: 10px 0 0;
  }
  .p-topics_article__txt {
    font-size: 12px;
  }
  .p-topics_tags__tag {
    padding: 10px 10px;
  }
  .p-panel_btns__col {
    margin-top: 20px;
  }
  .p-panel_btns__col:first-child {
    margin-top: 0;
  }
  .p-panel_btns__btn {
    height: 120px;
  }
  .p-top_interview__col,
  .p-foot_interview__col {
    margin-top: 20px;
  }
  .p-top_interview__col:first-child,
  .p-foot_interview__col:first-child {
    margin-top: 0;
  }
  .p-interview_article__body {
    padding: 15px;
  }
  .p-top_contact__item,
  .p-foot_contact__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .p-top_contact__item:first-child,
  .p-foot_contact__item:first-child {
    padding-right: 10px;
  }
  .p-top_contact__item:last-child,
  .p-foot_contact__item:last-child {
    padding-left: 10px;
  }
  .p-items_tags__list {
    padding: 35px 10px;
    margin-top: -10px;
  }
  .p-items_tags__item {
    min-width: 140px;
    margin: 10px 5px 0px;
    padding: 0 20px;
  }
  .p-items_tags02__list {
    margin-top: -20px;
  }
  .p-items_tags02__item {
    min-width: 120px;
    margin: 20px 10px 0;
    padding: 0 20px;
  }
  .p-items_main__figure::before {
    border: 5px solid rgba(112, 112, 112, 0.24);
  }
  .p-items_feature__section {
    padding: 15px;
  }
  .p-items_feature__ttl {
    margin-top: 10px;
  }
  .p-lp_hero {
    height: 400px;
  }
  .p-lp_hero__copy {
    padding: 15px 20px;
    font-size: 26px;
    font-weight: 500;
  }
  .p-checkboard {
    padding: 30px 15px;
  }
  .p-checkboard__col {
    margin-top: 25px;
  }
  .p-checkboard__col:first-child {
    margin-top: 0;
  }
  .p-checkboard__item {
    margin-top: 25px;
  }
  .p-checkboard__item:first-child {
    margin-top: 0;
  }
  .p-lp_feature__col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .p-lp_feature__head {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    padding-right: 10px;
  }
  .p-lp_feature__txt {
    margin-top: 10px;
  }
  .p-int_hero__board {
    border: 5px solid rgba(112, 112, 112, 0.1);
    padding: 15px;
  }
  .p-int_hero__head {
    padding-bottom: 35px;
  }
  .p-int_section_row__contents {
    margin-top: 15px;
  }
  .p-int_prof__figure {
    text-align: center;
  }
  .p-int_prof__contents {
    margin-top: 15px;
  }
  .p-int_prof__logo {
    text-align: center;
  }
  .p-mission_row {
    margin-right: -20px;
  }
  .p-mission_row__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 20px;
  }
  .p-banners__col {
    margin-top: 15px;
  }
  .p-banners__col:first-child {
    margin-top: 0;
  }
  .u-dib-sp {
    display: inline-block;
  }
  .u-db-sp {
    display: block;
  }
  .u-dn-sp {
    display: none;
  }
  .u-bold-sp {
    font-weight: bold;
  }
  .u-center-sp {
    text-align: center;
  }
  .u-left-sp {
    text-align: left;
  }
  .u-right-sp {
    text-align: right;
  }
  .u-justify-sp {
    text-align: justify;
  }
}

@media screen and (min-width: 1000px) {
  .l-header__logos {
    width: auto;
  }
}
/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  padding: 12.5px 8px;
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  box-sizing: border-box;
  max-width:500px;
  display:block;
}
.ha-input.error,
.ha-input.invalid,
textarea.error,
textarea.invalid {
  border: 1px solid #e8341a;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: 0;
  outline: thin dotted \9;
}


/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */




.document_order-row1 ::-webkit-input-placeholder {
  color: #cfcfcf;
}
.document_order-row1 :-moz-placeholder {
  color: #cfcfcf;
}
.document_order-row1 ::-moz-placeholder {
  color: #cfcfcf;
}
.document_order-row1 :-ms-input-placeholder {
  color: #cfcfcf;
}
/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}



#wrap .hs-form fieldset {}






#wrap .hs-form {max-width: 600px; margin: 0 auto;}
/*#wrap .hs-form fieldset {border-top: 1px solid #dfdfdf;}*/
#wrap .hs-form fieldset {display: block;}
#wrap .hs-form fieldset > div {}
#wrap .hs-form fieldset > div > label {font-size: 16px; font-weight: 500; padding: 15px 20px; background-color: #F4F4F4; display: block;}
#wrap .hs-form fieldset > div > .input {}
#wrap .hs-form fieldset label .hs-form-required {color: red;}
#wrap .hs-form fieldset .hs-form-checkbox {margin-top: 10px;}
#wrap .hs-form fieldset .hs-form-checkbox:first-child {margin-top: 0px;}
#wrap .hs-form fieldset input[type="tel"],
#wrap .hs-form fieldset input[type="email"],
#wrap .hs-form fieldset input[type="text"] {width: 100%; max-width: 100%;}
#wrap .hs-form fieldset textarea {width: 100%; max-width: 100%; height: 200px; resize: vertical;}
#wrap .hs-form .hs-error-msg {color: red;}
@media screen and (min-width: 769px) {
  /*#wrap .hs-form fieldset > div {display: -webkit-box;  display: -ms-flexbox;}
  #wrap .hs-form fieldset > div > label {-ms-flex-preferred-size: 300px; flex-basis: 300px; min-width: 300px;}
  #wrap .hs-form fieldset > div > .input {-ms-flex-preferred-size: 640%; flex-basis: 640%; min-width: 640px; padding-left: 20px;}*/
  #wrap .hs-form {padding: 80px 0;}
  #wrap .hs-form fieldset {margin-top: 40px;}
  #wrap .hs-form fieldset:first-child {margin-top: 0px;}
  #wrap .hs-form fieldset > div > label span {font-size: 18px;}
  #wrap .hs-form fieldset > div > .input {padding: 20px 20px 0;}
}
@media screen and (max-width: 768px) {
  #wrap .hs-form {padding: 40px 20px;}
  #wrap .hs-form fieldset {margin-top: 40px;}
  #wrap .hs-form fieldset:first-child {margin-top: 0px;}
  #wrap .hs-form fieldset > div > label span {font-size: 16px;}
  #wrap .hs-form fieldset > div > .input {padding: 15px 10px 0;}
  #wrap .hs-form fieldset div {margin-top: 10px;}
  #wrap .hs-form fieldset div:first-child {margin-top: 0px;}
}
#wrap .hs-form input[type="submit"] {
  background-color: #b7a474;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #fff;
    height: 64px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    max-width: 300px;
    margin: 60px auto 0;
}
.row-fluid [class*="span"] {
	min-height: auto!important;
}
body .hs-tools-menu {
	top: 95px!important;
}
.u-mt20 {
	margin-top: 20px;
}

.p-panel_btns__row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width: 768px) {
	#blog-contents,
	#blog-contents thead,
	#blog-contents tbody,
	#blog-contents tr,
	#blog-contents th,
	#blog-contents td,
	.c-blog-contents,
	.c-blog-contents thead,
	.c-blog-contents tbody,
	.c-blog-contents tr,
	.c-blog-contents th,
	.c-blog-contents td {
		width: auto!important;
		height: auto!important;
		border: none!important;
	}
}
#header {z-index: 5;}
#page-contents {z-index: 3;}
#foot-contents {z-index: 2;}
#footer {z-index: 1;}


@media screen and (min-width: 769px) {
	.p-top_news__list {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.p-top_news__head {
		padding-top: 0;
	}
	.p-top_news__body {
		-ms-flex-preferred-size: calc(100% - 140px - 140px);
		flex-basis: calc(100% - 140px - 140px);
		padding-top: 0;
	}
	.p-top_news__foot {
		-ms-flex-preferred-size: 140px;
		flex-basis: 140px;
		padding-left: 0;
		padding-top: 0;
	}
}

.p-top_news__link {
	text-align: justify;
}
#wrap .hs_recaptcha {margin-top: 60px;}

@media screen and (min-width: 769px) {
	.c-blog-contents .p-topics_archive__col:first-child {
		margin-top: 20px;
	}
}

/* add 2025.06.05 table_module sp overflow */

.c-scroll_table table td {
    padding: 10px!important;
}

@media screen and (max-width: 768px) {
.c-scroll_table {
    overflow: scroll;
}
.c-scroll_table .c-richtext table, .c-scroll_table table {
        min-width: 940px;
    }
}