<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v2.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.ly-pageHeader__inner, .page-title__inner, .localnav__wrapper, .hero__inner, .top-info, .footer__inner, .header__inner, .header-util-lang, .snav__inner, .contents {
  margin: 0 auto;
  width: 1000px;
}

.list_reset {
  list-style: none outside none;
}

/*--------------------------------------------------
    Clearfix
--------------------------------------------------*/
.clear {
  clear: both;
}

*:after {
  display: block;
  clear: both;
}

.clearfix, .conts-arch-list, .conts-list, .top-info-list, .fnav, .header__inner, .grid2, .grid3, .grid4, .grid5, .grid6 {
  zoom: 1;
  /* clearfix IE6, 7 */
}
.clearfix:after, .conts-arch-list:after, .conts-list:after, .top-info-list:after, .fnav:after, .header__inner:after, .grid2:after, .grid3:after, .grid4:after, .grid5:after, .grid6:after {
  content: "";
  /* clearfix */
}

@media (max-width: 970px) {
  .information .localnav {
    zoom: 1;
    /* clearfix IE6, 7 */
  }
  .information .localnav:after {
    content: "";
    /* clearfix */
  }
}

/*--------------------------------------------------
    変数
--------------------------------------------------*/
/*	font
--------------------------------------------------*/
/*--------------------------------------------------
	Base
--------------------------------------------------*/
html,
body {
  width: 100%;
  height: 100%;
  min-width: 1080px;
  background: #505050;
}

html,
body {
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  line-height: 2;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #505050;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

a:focus,
*:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

ul {
  padding-left: 0;
}

li {
  list-style: none outside none;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
}

h1 {
  line-height: 1.4;
}

h2 {
  margin: 1em 0;
  line-height: 1.4;
}

h3 {
  margin: 1em 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

p {
  margin: 1.5em 0;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

/*--------------------------------------------------
	Module
--------------------------------------------------*/
/*	Common module
--------------------------------------------------*/
.grid__wrapper {
  width: 100%;
}

.grid2 {
  width: 104%;
  margin: 40px -3.5% 40px 0;
}
.grid2 &gt; .col {
  float: left;
  width: 46.3%;
  margin: 0 3.5% 30px 0;
  box-sizing: border-box;
}

.grid3 {
  width: 104%;
  margin: 40px -4% 40px 0;
}
.grid3 &gt; .col {
  float: left;
  width: 29.3%;
  margin: 0 4% 30px 0;
  box-sizing: border-box;
}
.grid3 &gt; .col &gt; p:first-child {
  margin-top: 0;
}
.grid3 &gt; .col_multi2 {
  float: left;
  width: 62.6%;
  margin: 0 4% 30px 0;
  box-sizing: border-box;
}
.grid3 &gt; .col_multi2 &gt; p:first-child {
  margin-top: 0;
}

.grid4 {
  width: 103%;
  margin: 40px -3% 40px 0;
}
.grid4 &gt; .col {
  float: left;
  width: 22%;
  margin: 0 3% 30px 0;
  box-sizing: border-box;
}
.grid4 &gt; .col &gt; p:first-child {
  margin-top: 0;
}
.grid4 .col_multi3 {
  float: left;
  width: 72%;
  margin: 0 3% 30px 0;
  box-sizing: border-box;
}
.grid4 .col_multi3 &gt; p:first-child {
  margin-top: 0;
}
.grid4 .col_multi2 {
  float: left;
  width: 47%;
  margin: 0 3% 30px 0;
  box-sizing: border-box;
}
.grid4 .col_multi2 &gt; p:first-child {
  margin-top: 0;
}

.grid5 {
  width: 102%;
  margin: 40px -2% 40px 0;
}
.grid5 &gt; .col {
  float: left;
  width: 18%;
  margin: 0 2% 30px 0;
  box-sizing: border-box;
}
.grid5 &gt; .col &gt; p:first-child {
  margin-top: 0;
}
.grid5 &gt; .col_multi3 {
  float: left;
  width: 58%;
  margin: 0 2% 30px 0;
  box-sizing: border-box;
}
.grid5 &gt; .col_multi3 &gt; p:first-child {
  margin-top: 0;
}
.grid5 &gt; .col_multi2 {
  float: left;
  width: 38%;
  margin: 0 2% 30px 0;
  box-sizing: border-box;
}
.grid5 &gt; .col_multi2 &gt; p:first-child {
  margin-top: 0;
}

.grid6 &gt; .col {
  float: left;
  width: 16.6666%;
  box-sizing: border-box;
}

.col img,
.col_multi2 img,
.col_multi3 img {
  width: 100%;
  height: auto;
}
.col__cap img,
.col_multi2__cap img,
.col_multi3__cap img {
  width: auto;
}

.col__img {
  margin: 0.5em 0;
}

.col__cap {
  margin: 0.5em 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.fig-fullsz img {
  width: 100%;
  height: auto;
}

.fig-resetsz img {
  width: auto;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

/*	container
--------------------------------------------------*/
.container {
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  overflow: hidden;
}
.home .container {
  overflow: visible;
  background: #f2f2f2;
}

.contents {
  padding: 50px 0;
}
.home .contents {
  padding-top: 0;
}
.en .contents, .cn .contents {
  padding-bottom: 0;
}

/*--------------------------------------------------
	Margin
--------------------------------------------------*/
.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

/*--------------------------------------------------
	Header
--------------------------------------------------*/
/*	header
--------------------------------------------------*/
.header {
  position: relative;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  background: #FFF;
  z-index: 100;
}
.home .header, .en .header, .cn .header {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  box-shadow: none;
}

.header__inner {
  z-index: 11;
}

.header-util-lang {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -500px;
}

.btn-lang {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 8px 15px;
  background: #505050;
  line-height: 1.2;
}
.btn-lang &gt; li {
  display: inline-block;
  line-height: 1.2;
  color: #FFF;
}
.btn-lang &gt; li:before {
  content: "/";
  padding-right: 3px;
  color: #FFF;
}
.btn-lang &gt; li:first-child:before {
  display: none;
}
.btn-lang &gt; li &gt; a {
  color: #FFF;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.btn-lang &gt; li &gt; a:hover {
  background: rgba(80, 80, 80, 0.5);
}

.logo {
  float: left;
  display: inline-block;
  margin: 0;
  padding-top: 24px;
  line-height: 1.2;
}
.logo &gt; a {
  display: inline-block;
  width: 291px;
  height: 53px;
  margin: 0 auto;
  background: url("../images/logo_lv2.png") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.home .logo, .en .logo, .cn .logo {
  padding: 0;
}
.home .logo &gt; a, .en .logo &gt; a, .cn .logo &gt; a {
  width: 201px;
  height: 181px;
  background: url("../images/logo.png") no-repeat;
}

/*	gnav
--------------------------------------------------*/
.gnav__wrapper {
  float: right;
}

.gnav {
  margin: 55px 0 0;
  letter-spacing: -0.4em;
  line-height: 0;
}
.gnav &gt; li {
  display: inline-block;
  margin: 0 0 0 30px;
  letter-spacing: normal;
  line-height: 1.2;
  vertical-align: top;
}
.gnav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 0 0 8px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #333;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  vertical-align: top;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.gnav &gt; li &gt; a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 0;
  height: 3px;
  background: #505050;
  z-index: 12;
  transition: width 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.gnav &gt; li &gt; a &gt; span {
  position: relative;
  z-index: 13;
}
.gnav &gt; li:hover &gt; a, .gnav &gt; li.current &gt; a {
  color: #505050;
}
.gnav &gt; li:hover &gt; a:after, .gnav &gt; li.current &gt; a:after {
  width: 100%;
}
.home .gnav &gt; li &gt; a {
  color: #FFF;
}
.home .gnav &gt; li &gt; a:after {
  background: #FFF;
}
.home .gnav &gt; li &gt; a:hover {
  color: #FFF;
}
.gnav .gnav-utility &gt; a {
  display: block;
  color: #333;
  padding-right: 0;
  padding-left: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
.gnav .gnav-utility &gt; a:after {
  display: none;
}
.gnav .gnav-utility &gt; a &gt; span {
  font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gnav .gnav-utility-lang &gt; a {
  background: #f7f7f7;
  color: #666;
}
.gnav .gnav-utility-lang &gt; a:hover {
  color: #666;
  opacity: 0.5;
}

.gnav &gt; .gnav-item-serv {
  height: 45px;
}
.gnav &gt; .gnav-item-serv.is-open &gt; .snav__wrapper {
  height: 245px;
}
.gnav &gt; .gnav-item-about {
  height: 45px;
}
.gnav &gt; .gnav-item-about.is-open &gt; .snav__wrapper {
  height: 245px;
}

/*	snav
--------------------------------------------------*/
.snav {
  margin: 0;
}
.snav &gt; dt {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 2px solid #505050;
}
.snav &gt; dt &gt; a {
  color: #333;
}
.snav &gt; dd {
  margin: 0 0 6px;
}
.snav &gt; dd &gt; a {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  font-weight: 500;
}
.snav &gt; dd &gt; a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "pdiicon", sans-serif;
}
.snav.item-firm &gt; dt {
  border-color: #B82B31;
}
.snav.item-firm &gt; dd &gt; a {
  color: #B82B31;
}
.snav.item-inc &gt; dt {
  border-color: #007A9D;
}
.snav.item-inc &gt; dd &gt; a {
  color: #007A9D;
}
.snav__wrapper {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 0;
  background: #EEE;
  z-index: 15;
  box-sizing: border-box;
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.snav__inner {
  padding: 30px 0;
}

/*--------------------------------------------------
	Footer
--------------------------------------------------*/
/*	footer
--------------------------------------------------*/
.footer {
  background: #505050;
  color: #FFF;
  overflow: hidden;
}

.footer__inner {
  padding-top: 35px;
  padding-bottom: 40px;
}

.footer__logo {
  margin-bottom: 50px;
}
.footer__logo &gt; a {
  display: block;
  margin: 0;
  color: #fff;
  width: 161px;
  height: 125px;
  background: url("../images/logo_w.png") no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.fnav-util {
  float: left;
  width: 28%;
}
.fnav-util-add {
  float: left;
  width: 72%;
}

.fnav-util-list &gt; li {
  margin-top: 15px;
  line-height: 1.2;
}
.fnav-util-list &gt; li &gt; a {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #fff;
  box-sizing: border-box;
}
.fnav-util-list &gt; li &gt; a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "pdiicon", sans-serif;
}

.fnav-add {
  display: table;
  width: 100%;
  margin-top: 0;
}
.fnav-add &gt; .col {
  display: table-cell;
  width: 50%;
  margin: 0;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.fnav-add-title {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

.fnav-add-item {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.fnav-add-item &gt; dt {
  margin: 1.5em 0 0;
  font-weight: bold;
}
.fnav-add-item &gt; dd {
  margin: 0;
}

.copyright {
  padding: 20px 0;
  line-height: 1.2;
}

.pagetop {
  display: none;
}
.pagetop &gt; a {
  position: fixed;
  bottom: 30px;
  right: 40px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ccc;
  z-index: 100;
}
.pagetop &gt; a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 26px;
  height: 14px;
  margin-left: -13px;
  margin-top: -10px;
  background-image: url(../images/icon_arrow_pagetop.png);
  background-size: cover;
  content: "";
  transition: all 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.pagetop &gt; a:hover:before {
  margin-top: -18px;
}

/*--------------------------------------------------
	TOP
--------------------------------------------------*/
/*	top contents slider
--------------------------------------------------*/
.hero {
  position: relative;
  width: 100%;
  height: 740px;
  padding-top: 253px;
  background: url(../images/hero_bg01.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  z-index: 0;
}
.hero__inner {
  text-align: center;
}

.catchcopy {
  margin: 0;
  color: #FFF;
  font-weight: 700;
  line-height: 1.4;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.06em;
}

.catchcopy-jp {
  margin: 0 0 0.4em;
  color: #FFF;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.catchcopy-jp:before {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #FFF;
  content: "";
  vertical-align: middle;
}
.catchcopy-jp:after {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 30px;
  height: 1px;
  margin-left: 10px;
  background: #FFF;
  content: "";
  vertical-align: middle;
}

.catchcopy-sub {
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
}

/*	top contents
--------------------------------------------------*/
.footer-pts {
  display: table;
}
.footer-pts &gt; .col {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}
.footer-pts &gt; .col &gt; img {
  width: 100%;
}

/*	top contents
--------------------------------------------------*/
.lead__wrapper {
  position: relative;
  margin-top: -125px;
  padding: 30px 0;
  background: #FFF;
  text-align: center;
  z-index: 10;
}
.lead__wrapper &gt; p {
  margin-top: 50px;
  padding: 0 100px;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

.contents .lead-title {
  position: relative;
  margin-bottom: 1.25em;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.contents .lead-title:before, .contents .lead-title:after {
  color: #DDD;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1;
}
.contents .lead-title:before {
  position: absolute;
  top: -25px;
  left: 125px;
  content: "“";
}
.contents .lead-title:after {
  position: absolute;
  top: 5px;
  right: 125px;
  content: "”";
}

.lead-srv__wrapper {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.lead-srv__wrapper &gt; .col {
  display: table-cell;
  width: 50%;
  padding: 10px 50px 5px;
  box-sizing: border-box;
  vertical-align: top;
}
.lead-srv__wrapper .bd-center {
  border-left: 1px solid #DDD;
}

.lead-srv-title-sub {
  margin: 0 0 1.75em;
  color: #505050;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.item-firm .lead-srv-title-sub {
  color: #B82B31;
}
.item-inc .lead-srv-title-sub {
  color: #007A9D;
}

.lead-srv-title {
  margin: 0 0 2em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.2;
  color: #333;
}

.lead-srv {
  display: table;
  width: 100%;
}
.lead-srv__fig {
  display: table-cell;
  width: 130px;
  vertical-align: top;
}
.lead-srv__txt {
  display: table-cell;
  padding-left: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.8;
  color: #666;
  vertical-align: top;
}
.lead-srv__txt &gt; p {
  margin: 0;
}

.lead-srv-list {
  margin: 0.75em 0 0;
  letter-spacing: -0.4em;
}
.lead-srv-list &gt; li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 5px 15px;
  background: #505050;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
  line-height: 1.2;
  letter-spacing: normal;
}
.item-firm .lead-srv-list &gt; li {
  background: #B82B31;
}
.item-inc .lead-srv-list &gt; li {
  background: #007A9D;
}

.contents .lead-srv-btn {
  position: relative;
  display: block;
  margin-top: 30px;
  padding: 3px 20px;
  border: 1px solid #505050;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: all ease 0.2s;
}
.contents .lead-srv-btn:after {
  position: absolute;
  top: 0;
  right: 5px;
  content: "";
  font-family: "pdiicon", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
}
.contents .lead-srv-btn:hover {
  color: #fff;
  background-color: #505050;
}
.contents .item-firm .lead-srv-btn {
  border-color: #B82B31;
  color: #B82B31;
}
.contents .item-firm .lead-srv-btn:hover {
  background-color: #B82B31;
  color: #fff;
}
.contents .item-inc .lead-srv-btn {
  border-color: #007A9D;
  color: #007A9D;
}
.contents .item-inc .lead-srv-btn:hover {
  background-color: #007A9D;
  color: #fff;
}

.contents .top-srv__title {
  margin-top: 3em;
  margin-bottom: 2em;
  padding-bottom: 0;
  color: #505050;
  text-align: center;
  font-weight: 500;
  border: none;
}

.top-srv {
  margin-bottom: 30px;
}
.top-srv &gt; .col {
  margin-bottom: 0;
}

.top-srv-fig {
  width: 220px;
  height: 220px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}

.top-srv-title {
  margin: 1.5em 0 1em;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

.top-srv-txt {
  width: 220px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}

.top-srv-btn {
  width: 220px;
  margin: 1em auto 0;
  text-align: center;
}
.contents .top-srv-btn &gt; a {
  display: block;
  padding: 3px 20px;
  border: 2px solid #505050;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  text-align: center;
  transition: all ease 0.2s;
}
.contents .top-srv-btn &gt; a:hover {
  color: #fff;
  background-color: #505050;
}

.top-info__wrapper {
  background: #FFF;
}

.top-info {
  padding: 70px 0;
}

.top-info__inner {
  width: 100%;
  display: table;
  border-left: 2px solid #DDD;
  border-right: 1px solid #DDD;
  box-sizing: border-box;
}
.top-info__inner &gt; .col {
  display: table-cell;
  width: 50%;
  padding: 10px 40px;
  border-right: 1px solid #DDD;
  box-sizing: border-box;
}

.rss-feed {
  padding: 0 40px;
  border-right-width: 2px;
}

.top-info__title {
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #505050;
  text-align: center;
  font-weight: 500;
}

.top-info-list__title {
  margin-top: 0;
  margin-bottom: 0.65em;
  font-size: 15px;
  font-size: 1.5rem;
}

.top-info-list {
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.top-info-list dt {
  position: relative;
  float: left;
  width: 90px;
  margin: 0;
  padding: 7px 0;
  color: #999;
  clear: both;
  box-sizing: border-box;
}
.top-info-list dd {
  width: 100%;
  margin: 0;
  padding: 7px 0 7px 90px;
  box-sizing: border-box;
}
.top-info-list dd &gt; a {
  color: #666;
}

.no-post {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}

.label-news-participant:before {
  background: #2f499f;
}

.label-news-information:before {
  background: #FD6C74;
}

.label-news-about:before {
  background: #FF9933;
}

.label-news-seminar:before {
  background: #3CB371;
}

.top-info__btn {
  margin: 0.75em 0 0;
  line-height: 0;
}
.top-info__btn &gt; a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #666;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.top-info__btn &gt; a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  color: #999;
  content: "";
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "pdiicon", sans-serif;
  transition: width 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
/*--------------------------------------------------
	Common
--------------------------------------------------*/
/*	lev2 achive
--------------------------------------------------*/
ul.page-numbers {
  text-align: right;
}
ul.page-numbers:before {
  content: "&gt;";
}
ul.page-numbers &gt; li {
  display: inline-block;
}
ul.page-numbers .current {
  font-weight: bold;
  color: #505050;
}
.firm ul.page-numbers .current {
  color: #B82B31;
}
.inc ul.page-numbers .current {
  color: #007A9D;
}

/*	lev2 page
--------------------------------------------------*/
.page-title {
  position: relative;
  height: 220px;
  padding: 88px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #999;
  box-sizing: border-box;
  text-align: center;
}
.service .page-title {
  background-image: url(../images/bg_pagetitle_service.png);
}
.company .page-title {
  background-image: url(../images/bg_pagetitle_company.png);
}
.recruit .page-title {
  background-image: url(../images/bg_pagetitle_recruit.png);
}
.information .page-title {
  background-image: url(../images/bg_pagetitle_information.png);
}
.contact .page-title {
  background-image: url(../images/bg_pagetitle_contact.png);
}
.utility .page-title {
  background-image: url(../images/hero_bg01.png);
  background-size: 1500px auto;
}
.page-title__inner {
  color: #FFF;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/*	lev2 page
--------------------------------------------------*/
.localnav {
  letter-spacing: -0.4em;
  line-height: 0;
}
.localnav__wrapper {
  padding: 30px 0 0;
  text-align: center;
  overflow: hidden;
}
.information .localnav {
  width: 101%;
  margin-right: -1%;
}
.localnav &gt; li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  letter-spacing: normal;
  vertical-align: top;
  line-height: 1.2;
  box-sizing: border-box;
}
.company .localnav &gt; li, .service .localnav &gt; li {
  width: 300px;
}
.recruit .localnav &gt; li {
  width: auto;
}
.information .localnav &gt; li {
  width: 19%;
  float: left;
  margin-left: 0;
  margin-right: 1%;
}
.contact .localnav &gt; li {
  width: 250px;
}
.localnav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 0;
  border: 2px solid #CCC;
  font-size: 16px;
  font-size: 1.6rem;
  color: #AAA;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.localnav &gt; li &gt; a:hover {
  border-color: #505050;
  background-color: #505050;
  color: #FFF;
  text-decoration: none;
}
.recruit .localnav &gt; li &gt; a {
  padding-left: 15px;
  padding-right: 15px;
}
.localnav &gt; li.current &gt; a {
  border-color: #505050;
  background-color: #505050;
  color: #FFF;
  text-decoration: none;
}
.localnav &gt; li.item-firm &gt; a:hover {
  border-color: #B82B31;
  background-color: #B82B31;
}
.localnav &gt; li.item-firm.current &gt; a {
  border-color: #B82B31;
  background-color: #B82B31;
}
.localnav &gt; li.item-inc &gt; a:hover {
  border-color: #007A9D;
  background-color: #007A9D;
}
.localnav &gt; li.item-inc.current &gt; a {
  border-color: #007A9D;
  background-color: #007A9D;
}

/*	lev2 cmn
--------------------------------------------------*/
.contents &gt; h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 20px;
  border-bottom: 3px solid #505050;
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
}
.firm .contents &gt; h1 {
  border-color: #B82B31;
}
.inc .contents &gt; h1 {
  border-color: #007A9D;
}
.contents &gt; h2 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-bottom: 15px;
  border-bottom: 2px solid #DDD;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
}
.contents &gt; h3 {
  margin-top: 2em;
  padding: 0 0 10px;
  border-bottom: 1px solid #DDD;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
}
.contents a {
  text-decoration: underline;
}
.contents a:hover {
  text-decoration: none;
}
.contents a:after {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}

.caption {
  margin: 0.75em 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/*	lev2 list
--------------------------------------------------*/
.list-default {
  margin: 0;
}
.list-default &gt; li {
  position: relative;
  margin-bottom: 2px;
  padding: 0 0 0 12px;
}
.list-default &gt; li:before {
  position: absolute;
  top: 0.85em;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
  content: "";
  line-height: 1.2;
}

.dl-default &gt; dt {
  clear: both;
  float: left;
  width: 180px;
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  box-sizing: border-box;
}
.dl-default &gt; dd {
  width: 100%;
  margin: 0;
  padding: 20px 10px 20px 180px;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
.dl-default &gt; dd &gt; p:first-child {
  margin-top: 0;
}

/*	lev2  table
--------------------------------------------------*/
table {
  width: 100%;
  margin: 2em 0;
  border: 3px solid #e8e8e8;
}
table th {
  min-width: 150px;
  padding: 20px;
  border: 1px solid #e8e8e8;
  text-align: left;
  font-weight: normal;
  box-sizing: border-box;
}
table th &gt; p {
  margin: 0.5em 0;
}
.en table th {
  line-height: 1.4;
}
table td {
  padding: 20px 30px;
  border: 1px solid #e8e8e8;
}
table td &gt; p {
  margin: 0.5em 0;
}
table td &gt; p:first-child {
  margin-top: 0;
}

.fig-block {
  padding: 30px;
  border: 8px solid #eee;
  text-align: center;
}
.fig-block img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.fig-block &gt; p {
  margin: 2.5em 0 0;
}
.fig-block &gt; p:first-child {
  margin-top: 0;
}

.photo-block {
  margin-bottom: 0;
  padding: 8px;
  background: #eee;
}
.photo-block img {
  vertical-align: middle;
}

/*	Information List
--------------------------------------------------*/
.conts-list__wrapper {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.conts-list__wrapper &gt; li {
  border-top: 1px solid #e6e6e6;
}
.conts-list__wrapper &gt; li &gt; a {
  display: block;
  color: #333;
  text-decoration: none;
  transition: background 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.conts-list__wrapper &gt; li &gt; a:hover {
  background: #f7f7f7;
}

.conts-arch-list {
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.conts-arch-list &gt; dt {
  float: left;
  width: 120px;
  margin: 0;
  padding: 20px 0 20px 20px;
  color: #666;
  font-weight: bold;
  clear: both;
  box-sizing: border-box;
}
.conts-arch-list &gt; dd {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 0 20px 280px;
  box-sizing: border-box;
}
.conts-arch-list &gt; dd .label {
  position: absolute;
  top: 18px;
  left: 120px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 130px;
  padding: 3px 0;
  color: #fff;
  background: #505050;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 10;
}
.conts-arch-list &gt; dd .label-firm {
  background: #B82B31;
}
.conts-arch-list &gt; dd .label-inc {
  background: #007A9D;
}
.conts-arch-list &gt; dd.show-fig {
  padding-left: 120px;
}
.conts-arch-list &gt; dd.show-fig .label {
  top: 20px;
}
.conts-arch-list__wrapper {
  position: relative;
}

.conts-arch-fig {
  display: table;
  width: 100%;
  margin: 0;
}
.conts-arch-fig &gt; dt {
  display: table-cell;
  width: 130px;
  vertical-align: top;
}
.conts-arch-fig &gt; dt &gt; .thumb {
  position: relative;
  margin: 0;
  padding-top: 100px;
  overflow: hidden;
}
.conts-arch-fig &gt; dt &gt; .thumb &gt; img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  height: 100%;
}
.conts-arch-fig &gt; dd {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}

.conts-list {
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.conts-list dt {
  position: relative;
  float: left;
  margin: 0;
  padding: 20px 0 20px 15px;
  color: #666;
  font-weight: bold;
  clear: both;
}
.conts-list dt:before {
  display: none;
}
.conts-list dd {
  width: 100%;
  margin: 0;
  padding: 20px 0 20px 200px;
  box-sizing: border-box;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 5px 50px;
  border: 3px solid #505050;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #505050;
  transition: all ease 0.2s;
  box-sizing: border-box;
}
.firm .btn {
  border-color: #B82B31;
  color: #B82B31;
}
.inc .btn {
  border-color: #007A9D;
  color: #007A9D;
}
.btn:before {
  position: absolute;
  top: 6px;
  right: 8px;
  content: "";
  font-family: "pdiicon", sans-serif;
  font-weight: normal;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.contents .btn {
  text-decoration: none;
}
.btn:hover {
  color: #fff;
  background-color: #505050;
}
.firm .btn:hover {
  background-color: #B82B31;
}
.inc .btn:hover {
  background-color: #007A9D;
}
.btn__wrapper {
  margin: 30px 0;
  text-align: center;
}

/*--------------------------------------------------
	Service
--------------------------------------------------*/
.service-detail {
  display: table;
  width: 100%;
}
.service-detail &gt; dt {
  display: table-cell;
  width: 320px;
  padding: 20px 30px 20px 50px;
  background: #505050;
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  vertical-align: top;
  box-sizing: border-box;
}
.firm .service-detail &gt; dt {
  background: #B82B31;
}
.inc .service-detail &gt; dt {
  background: #007A9D;
}
.service-detail &gt; dd {
  display: table-cell;
  padding: 20px 30px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  vertical-align: top;
  background: #f3f3f3;
}

.service-num {
  counter-reset: srv_num;
}

.service-num-title {
  position: relative;
  margin-top: 0;
}
.service-num-title:before {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 23px;
  height: 23px;
  background: #FFF;
  color: #505050;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 50%;
  counter-increment: srv_num;
  content: counter(srv_num);
}
.firm .service-num-title:before {
  color: #B82B31;
}
.inc .service-num-title:before {
  color: #007A9D;
}

.service-detail-topic {
  display: flex;
  align-items: center;
  padding: 20px 40px;
  background: #f3f3f3;
  box-sizing: border-box;
}
.service-detail-topic-body {
  flex: 1 1 auto;
}
.service-detail-topic-body &gt; h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-size: 1.6rem;
}
.service-detail-topic-body &gt; p {
  margin: 0 0 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
}
.service-detail-topic-body &gt; p:last-child {
  margin-bottom: 0;
}
.service-detail-topic-fig {
  flex: 0 0 165px;
  padding-left: 30px;
}

/*--------------------------------------------------
	Company
--------------------------------------------------*/
.outline-title {
  margin-top: 0;
}

.outline {
  margin: 0;
  line-height: 1.4;
  border-bottom: 1px solid #EEE;
}
.outline &gt; dt {
  float: left;
  width: 100px;
  padding: 8px 0;
  clear: both;
  box-sizing: border-box;
}
.outline &gt; dd {
  width: 100%;
  margin: 0;
  padding: 8px 0 8px 100px;
  border-top: 1px solid #EEE;
  box-sizing: border-box;
}
.outline.ol-inc &gt; dt {
  width: 180px;
  padding: 20px 0;
}
.outline.ol-inc &gt; dd {
  padding: 20px 0 20px 180px;
}

.outline-acs {
  margin: 0;
}
.outline-acs &gt; dt {
  margin-top: 1em;
  margin-bottom: 2px;
}
.outline-acs &gt; dt:first-child {
  margin-top: 0;
}
.outline-acs &gt; dd {
  margin: 0;
}

.outline-auth {
  display: flex;
  align-items: flex-start;
}
.outline-auth-body {
  flex: 1 1 auto;
}
.outline-auth-fig {
  flex: 0 0 95px;
  padding-left: 30px;
}

#map-head,
#map-morioka,
#map-honsya,
#map-kojimachi,
#map-nagoya {
  width: 100%;
  height: 300px;
}

.profile-fig {
  margin: 0;
}

.profile-cap {
  margin-top: 0.5em;
}

.profile-name {
  font-size: 21px;
  font-size: 2.1rem;
}

.profile {
  margin: 0 0 1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.profile &gt; dt {
  padding: 0;
  clear: both;
  color: #505050;
  font-weight: bold;
  box-sizing: border-box;
}
.firm .profile &gt; dt {
  color: #B82B31;
}
.inc .profile &gt; dt {
  color: #007A9D;
}
.profile &gt; dd {
  margin: 0;
  padding: 0 0 0.75em;
}

.profile-bio {
  margin: 0;
  line-height: 1.4;
  border-bottom: 1px solid #EEE;
  font-size: 13px;
  font-size: 1.3rem;
}
.profile-bio &gt; dt {
  float: left;
  width: 90px;
  padding: 7px 0 7px 0;
  clear: both;
  box-sizing: border-box;
}
.profile-bio &gt; dd {
  width: 100%;
  margin: 0;
  padding: 7px 0 7px 90px;
  border-top: 1px solid #EEE;
  box-sizing: border-box;
}

.access-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #EEE;
}

.access-address {
  display: table;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
}
.access-address &gt; .col-photo {
  display: table-cell;
  width: 180px;
  vertical-align: top;
}
.access-address &gt; .col-photo img {
  width: 100%;
  height: auto;
}
.access-address &gt; .col-txt {
  display: table-cell;
  padding-left: 30px;
  vertical-align: top;
}
.access-address &gt; .col-txt &gt; p:first-child {
  margin-top: 0;
}

.history {
  margin: 0 0 1em;
  line-height: 1.4;
  border: 1px solid #EEE;
  border-width: 4px 5px 5px 5px;
  box-sizing: border-box;
}
.history &gt; dt {
  float: left;
  width: 150px;
  padding: 20px 0 20px 20px;
  clear: both;
  box-sizing: border-box;
}
.history &gt; dd {
  width: 100%;
  margin: 0;
  padding: 20px 0 20px 150px;
  border-top: 1px solid #EEE;
  box-sizing: border-box;
}

/*--------------------------------------------------
	Information
--------------------------------------------------*/
.entry-date {
  margin-bottom: 2em;
  text-align: right;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}

.entry-body h1 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.entry-body h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #505050;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
}
.entry-body h3 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 500;
}
.entry-body h4 {
  margin: 1em 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
.entry-body h5,
.entry-body h6 {
  margin: 1em 0;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.entry-body hr {
  border-top: 1px solid #EEE;
}
.entry-body ul li {
  position: relative;
  padding-left: 13px;
}
.entry-body ul li:before {
  position: absolute;
  top: 12px;
  left: 2px;
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  content: "";
}
.entry-body ul li ul {
  margin-left: 13px;
}
.entry-body ul li ul li:before {
  width: 3px;
  height: 3px;
  background: none;
  border: 1px solid #333;
}
.entry-body ol {
  padding-left: 0;
  counter-reset: entry_num;
}
.entry-body ol &gt; li {
  position: relative;
  padding-left: 25px;
}
.entry-body ol &gt; li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: entry_num;
  content: counter(entry_num) ".";
}
.entry-body ol &gt; li ul {
  margin-left: 13px;
}
.entry-body ol &gt; li ol {
  margin-left: 13px;
}

.attachment &gt; img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.information .entry-body img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------
	Recruit
--------------------------------------------------*/
/*--------------------------------------------------
	Utility
--------------------------------------------------*/
.conts-nav a {
  position: relative;
  display: block;
  padding: 15px 20px;
  background: #505050;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.conts-nav a:before {
  position: absolute;
  top: 15px;
  right: 15px;
  content: "";
  font-family: "pdiicon", sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
.conts-nav a:hover {
  background: #ccc;
}
.conts-nav &gt; .item-firm a {
  background-color: #B82B31;
}
.conts-nav &gt; .item-firm a:hover {
  background: #ccc;
}
.conts-nav &gt; .item-inc a {
  background-color: #007A9D;
}
.conts-nav &gt; .item-inc a:hover {
  background: #ccc;
}
.conts-nav &gt; .col.fullw {
  width: 96.3%;
}

/*	Contact
--------------------------------------------------*/
.form__wrapper {
  margin-top: 60px;
}
.form__wrapper &gt; dl {
  display: table;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #EEE;
}
.form__wrapper &gt; dl &gt; dt {
  width: 280px;
  display: table-cell;
  padding: 20px 0;
  vertical-align: middle;
}
.form__wrapper &gt; dl &gt; dt.required-item:before {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 8px;
  border: 1px solid #f00;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.1;
  content: "必須";
  color: #f00;
  vertical-align: middle;
}
.form__wrapper &gt; dl &gt; dt.seminar-note-select:after {
  display: block;
  margin: 5px 0 0;
  content: "※ 該当するセミナーを選択してください。";
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #666;
}
.form__wrapper &gt; dl &gt; dt.seminar-note-inquiry:after {
  display: block;
  margin: 5px 0 0;
  content: "※ 参加人数等をご記入ください。";
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #666;
}
.form__wrapper &gt; dl &gt; dd {
  display: table-cell;
  margin: 0;
  padding: 20px 0;
  vertical-align: middle;
}
.form__wrapper .select__wrapper {
  position: relative;
  display: inline-block;
  min-height: 34px;
  max-height: 80px;
}
.form__wrapper .select__wrapper:before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 7px;
  right: 10px;
  color: #999;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "pdiicon", sans-serif;
  pointer-events: none;
}
.form__wrapper select {
  padding: 5px 18px 5px 10px;
  width: 300px;
  min-height: 34px;
  border: 1px solid #DDD;
  box-sizing: border-box;
  cursor: pointer;
}
.form__wrapper select.form-todoufuken {
  width: 150px;
}
.form__wrapper select.seminar-select {
  width: 600px;
}
.form__wrapper select::-ms-expand {
  display: none;
}
.form__wrapper textarea {
  width: 60%;
  height: 10em;
  border: 1px solid #DDD;
  box-sizing: border-box;
}
.form__wrapper input {
  width: 60%;
  padding: 5px 10px;
  border: 1px solid #DDD;
  box-sizing: border-box;
}
.form__wrapper input.form-zip {
  width: 180px;
}
.form__wrapper input.form-address {
  width: 80%;
}

.seminar-note {
  margin: 0;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
}

button[type=submit],
input[type=submit] {
  display: block;
  width: 400px;
  height: 60px;
  margin: 50px auto;
  font-weight: 700;
  color: #505050;
  border: 3px solid #505050;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all ease 0.2s;
}
.firm button[type=submit],
.firm input[type=submit] {
  border-color: #B82B31;
  color: #B82B31;
}
.inc button[type=submit],
.inc input[type=submit] {
  border-color: #007A9D;
  color: #007A9D;
}
button[type=submit]:hover,
input[type=submit]:hover {
  color: #fff;
  background-color: #505050;
}
.firm button[type=submit]:hover,
.firm input[type=submit]:hover {
  background-color: #B82B31;
}
.inc button[type=submit]:hover,
.inc input[type=submit]:hover {
  background-color: #007A9D;
}
button[type=submit].is-not-submit,
input[type=submit].is-not-submit {
  border-color: #CCC;
  color: #CCC;
}
button[type=submit].is-not-submit:hover,
input[type=submit].is-not-submit:hover {
  color: #CCC;
  background-color: transparent;
}

input[type=submit]#btn-submit {
  margin-top: 20px;
}

input[type=button].btn-secondary {
  display: block;
  width: 400px;
  height: 40px;
  margin: 40px auto 20px;
  font-weight: 500;
  color: #CCC;
  border: 3px solid #CCC;
  font-size: 16px;
  font-size: 1.6rem;
  transition: all ease 0.2s;
}
input[type=button].btn-secondary:hover {
  color: #fff;
  background-color: #CCC;
}

.privacy__wrapper {
  margin-top: 5em;
  padding: 10px 40px;
  background: #F3F3F3;
  font-size: 13px;
  font-size: 1.3rem;
}
.privacy__wrapper &gt; h2 {
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: 2px solid #DDD;
  padding-bottom: 20px;
}
.privacy__wrapper &gt; ul {
  border-top: 2px solid #DDD;
  padding-top: 20px;
}
.privacy__wrapper &gt; ul &gt; li {
  position: relative;
  padding-left: 18px;
}
.privacy__wrapper &gt; ul &gt; li:before {
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  width: 4px;
  height: 4px;
  background: #999;
  border-radius: 100%;
  content: "";
}

.privacy-chk__wrapper {
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
}
.privacy-chk__wrapper input[type=checkbox] {
  display: none;
}
.privacy-chk__wrapper .chk-control {
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
  transition: all ease 0.2s;
}
.privacy-chk__wrapper .chk-control:after {
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: "";
  transition: all ease 0.2s;
}
.privacy-chk__wrapper .chk-control:before {
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  border-right: 3px solid #505050;
  border-bottom: 3px solid #505050;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
  transition: all ease 0.2s;
}
.firm .privacy-chk__wrapper .chk-control:before {
  border-color: #B82B31;
}
.inc .privacy-chk__wrapper .chk-control:before {
  border-color: #007A9D;
}
.privacy-chk__wrapper .chk-control:hover:after {
  border-color: #505050;
}
.firm .privacy-chk__wrapper .chk-control:hover:after {
  border-color: #B82B31;
}
.inc .privacy-chk__wrapper .chk-control:hover:after {
  border-color: #007A9D;
}
.privacy-chk__wrapper input[type=checkbox]:checked + .chk-control:before,
.privacy-chk__wrapper input[type=checkbox]:checked + span + .chk-control:before,
.privacy-chk__wrapper .is-checked:before {
  opacity: 1;
}

div.wpcf7-validation-errors {
  border-color: #f00 !important;
  color: #f00;
  font-weight: 500;
}

div.wpcf7-mail-sent-ok {
  border-color: #505050 !important;
  color: #505050;
  font-weight: 500;
}

div.wpcf7-response-output {
  margin: 0 0 3em !important;
  padding: 0.2em 1em !important;
}

.wpcf7-not-valid-tip {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.wpcf7c-conf {
  padding: 0 !important;
  background: #FFF !important;
  border: none !important;
  box-shadow: 0 0 0px 1000px #fff inset;
  resize: none;
}

/*	reCAPTCHA
--------------------------------------------------*/
.grecaptcha-badge {
  visibility: hidden;
}

.el-recaptcha {
  margin-bottom: 40px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

/*--------------------------------------------------
	EN
--------------------------------------------------*/
.links-list-en {
  border-bottom: 1px solid #ddd;
}
.links-list-en &gt; a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: all 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.links-list-en &gt; a:hover {
  background: #f7f7f7;
}

.en-pf-list__wrapper {
  width: 70%;
  margin: 45px auto 0;
}

.en-pf-list {
  display: table;
  width: 100%;
  padding: 0 10px;
  background: #f7f7f7;
  box-sizing: border-box;
}
.en-pf-list &gt; .col-btn {
  display: table-cell;
  width: 45%;
  padding: 20px 20px;
  box-sizing: border-box;
  vertical-align: middle;
}
.en-pf-list &gt; .col-btn &gt; a {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #505050;
  box-sizing: border-box;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.en-pf-list &gt; .col-btn &gt; a &gt; span {
  font-size: 1.3rem;
}
.en-pf-list &gt; .col-btn &gt; a:after {
  position: absolute;
  top: 15px;
  right: 20px;
  display: inline-block;
  color: #8a9edd;
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: normal;
  line-height: 1;
  font-family: "icjicon", sans-serif;
  transition: all 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.en-pf-list &gt; .col-btn &gt; a.dl_csv:after {
  content: "";
}
.en-pf-list &gt; .col-btn &gt; a:hover {
  color: #505050;
  background: #fff;
}
.en-pf-list &gt; .col-btn &gt; a:hover:after {
  color: #505050;
}
.en-pf-list &gt; .col {
  display: table-cell;
  padding: 20px 0 20px 20px;
  vertical-align: middle;
}
.en-pf-list &gt; .col &gt; p {
  margin: 0;
  line-height: 1.4;
}

.en-contact-btn {
  text-align: center;
}
.en-contact-btn &gt; a {
  display: inline-block;
  width: 500px;
  padding: 20px;
  background: #505050;
  color: #fff;
  border-radius: 3px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  transition: all 0.2s cubic-bezier(0.43, 0.03, 0.26, 0.97);
}
.en-contact-btn &gt; a:hover {
  background: #c3c3c3;
  color: #505050;
}

/*--------------------------------------------------
	Maintenance
--------------------------------------------------*/
.util {
  background: #fff;
  border-top: 10px solid #505050;
  border-bottom: 10px solid #505050;
  box-sizing: border-box;
}
.util h1 {
  display: inline-block;
  margin: 0;
}

.util-box {
  margin: 0 auto;
  width: 800px;
  padding-top: 150px;
  text-align: center;
}

/*--------------------------------------------------
	Multilingual
--------------------------------------------------*/
/*	base
--------------------------------------------------*/
body.cn {
  font-family: "Roboto", "Noto Sans SC", "Segoe UI", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*	pageheader
--------------------------------------------------*/
.ly-pageHeader {
  background: url(../images/hero_bg01.png) no-repeat center center/cover;
}
.ly-pageHeader__inner {
  height: 240px;
}

.bl-pageHeader-catchcopy {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

.el-pageHeader-catchcopy {
  margin: 0;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

/*	Anchor
--------------------------------------------------*/
.bl-anchor {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.bl-anchor &gt; li &gt; a {
  position: relative;
  display: block;
  width: 400px;
  margin: 0 10px;
  padding: 5px 10px;
  border: 2px solid #DDD;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  color: #CCC;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.05em;
  transition: border 0.3s ease, color 0.3s ease;
}
.bl-anchor &gt; li &gt; a:after {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  box-sizing: border-box;
  transform: translateY(-65%) rotate(135deg);
  content: "";
  transition: border 0.3s ease;
}
.bl-anchor &gt; li &gt; a:hover {
  text-decoration: none;
}
.bl-anchor &gt; li.item-firm &gt; a:hover {
  border-color: #B82B31;
  color: #B82B31;
}
.bl-anchor &gt; li.item-firm &gt; a:hover:after {
  border-color: #B82B31;
}
.bl-anchor &gt; li.item-inc &gt; a:hover {
  border-color: #007A9D;
  color: #007A9D;
}
.bl-anchor &gt; li.item-inc &gt; a:hover:after {
  border-color: #007A9D;
}

/*	Heading
--------------------------------------------------*/
.contents .el-heading-multi-lv1 {
  margin-top: 2em;
  margin-bottom: 1.25em;
  padding-bottom: 15px;
  font-size: 40px;
  font-size: 4rem;
  border-bottom: 3px solid #DDD;
  font-weight: 500;
  text-align: center;
}
.contents .el-heading-multi-lv1 &gt; span {
  font-size: 32px;
  font-size: 3.2rem;
}
.contents .el-heading-multi-lv1--cRed {
  border-color: #B82B31;
}
.contents .el-heading-multi-lv1--cBlue {
  border-color: #007A9D;
}
.contents .el-heading-multi-lv2 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-bottom: 15px;
  font-size: 32px;
  font-size: 3.2rem;
  border-bottom: 2px solid #DDD;
  font-weight: 500;
  text-align: center;
}
.contents .el-heading-multi-lv3 {
  margin-top: 1em;
  margin-bottom: 0.75em;
  padding-bottom: 0;
  font-size: 24px;
  font-size: 2.4rem;
  border-bottom: none;
  font-weight: 500;
}

.bl-googlemap {
  position: relative;
  height: 300px;
  width: 100%;
}
.bl-googlemap &gt; iframe {
  width: 100%;
  height: 100%;
}

/*	Block
--------------------------------------------------*/
.bl-sect {
  position: relative;
  padding: 20px 0 80px;
}
.bl-sect:before {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f9f9f9;
  content: "";
  z-index: 0;
}
.bl-sect__inner {
  position: relative;
  z-index: 1;
}
.bl-sect--bgGry:before {
  display: block;
}

/*	Service
--------------------------------------------------*/
.en .service-detail &gt; dt {
  letter-spacing: 0.03em;
}
.en .service-detail &gt; dd, .cn .service-detail &gt; dd {
  line-height: 1.6;
}

/*	Footer
--------------------------------------------------*/
.cn .fnav-util {
  width: 25%;
}

.cn .footer__logo &gt; a {
  width: 140px;
  height: 108.7px;
  background-size: cover;
}

.en .fnav-add-title {
  letter-spacing: 0.03em;
}
.cn .fnav-add-title {
  margin-bottom: 10px;
}
.cn .fnav-add-txt {
  margin: 0;
}

.en .fnav-add-item &gt; dt {
  letter-spacing: 0.03em;
}

.cn .copyright {
  padding-bottom: 0;
}

@font-face {
  font-family: "pdiicon";
  src: url("../fonts/pdiicon.eot?k9xic1");
  src: url("../fonts/pdiicon.eot?k9xic1#iefix") format("embedded-opentype"), url("../fonts/pdiicon.ttf?k9xic1") format("truetype"), url("../fonts/pdiicon.woff?k9xic1") format("woff"), url("../fonts/pdiicon.svg?k9xic1#pdiicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "pdiicon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-pdi-arrow:before {
  content: "";
}

.icon-arrow-line-right:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-bottom:before {
  content: "";
}

.icon-arrow-top:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-facebook-f:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-chevron-circle-left:before {
  content: "";
}

.icon-chevron-circle-right:before {
  content: "";
}

/*	Layout
--------------------------------------------------*/
/*	TOP
--------------------------------------------------*/
/*	lev2 style
--------------------------------------------------*/
/*	Multilingual
--------------------------------------------------*/
/*	icon
--------------------------------------------------*/
/*	slider
--------------------------------------------------*/
</pre></body></html>