<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 v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }

/*--Layout--*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0; }

body {
  position: relative;
  font-family: sans-serif;
  font-family: sans-serif;
  line-height: 1.6; }
  body * {
    box-sizing: border-box; }
  body img {
    max-width: 100%;
    height: auto; }

a {
  color: #0068b7;
  text-decoration: none;
  transition: color 0.4s, opacity 0.4s; }
  a:hover {
    color: #c00; }
    a:hover img {
      opacity: 0.8; }

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

header {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: white;
  height: 70px; }

.header-contents {
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  height: 70px; }
  @media (max-width: 1200px) {
    .header-contents {
      width: auto;
      margin-right: 10px;
      margin-left: 10px; } }
  .header-contents .header-logo {
    width: 120px;
    margin-right: auto; }
  .header-contents .header-menu {
    display: flex;
    align-items: center; }
    .header-contents .header-menu li {
      margin-left: 3em; }
      .header-contents .header-menu li a {
        display: block;
        transition: 0.5s; }
    .header-contents .header-menu li:last-child a {
      background: #0068b7;
      color: #fff;
      padding: 5px 1em; }
    .header-contents .header-menu li:last-child a:hover {
      background: #c00; }
  .header-contents .header-btn {
    align-items: flex-end;
    justify-content: center;
    width: 80px;
    height: 60px;
    color: #000;
    display: none;
    position: relative; }
    .header-contents .header-btn:before, .header-contents .header-btn:after {
      content: '';
      display: block;
      width: 40px;
      height: 2px;
      margin: auto;
      background: #000;
      position: absolute;
      transition: 0.4s; }
    .header-contents .header-btn:before {
      top: 15px; }
    .header-contents .header-btn:after {
      top: 25px; }
  @media (max-width: 768px) {
    .header-contents .header-menu {
      position: fixed;
      flex-direction: column;
      align-items: flex-start;
      height: 100%;
      padding-top: 100px;
      top: 0;
      right: -100%;
      background: #0068b7;
      transition: 0.5s; }
      .header-contents .header-menu.show {
        right: 0; }
      .header-contents .header-menu li:nth-child(n) {
        width: 100%;
        margin: 0;
        padding: 0 2em; }
        .header-contents .header-menu li:nth-child(n) a {
          padding: 15px;
          color: #fff;
          border-bottom: dotted 1px #fff; }
        .header-contents .header-menu li:nth-child(n) a:hover {
          color: #c00;
          background: transparent; }
    .header-contents .header-btn {
      display: flex; }
      .header-contents .header-btn.show {
        color: #fff; }
        .header-contents .header-btn.show:before {
          top: 20px;
          background-color: #fff;
          transform: rotate(45deg); }
        .header-contents .header-btn.show:after {
          top: 20px;
          background-color: #fff;
          transform: rotate(135deg); } }

#catch {
  position: relative;
  height: 44.4vw;
  max-height: 700px;
  overflow: hidden;
  margin-top: 70px; }
  #catch .catch-img {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #catch .catch-img img, #catch .catch-img picture, #catch .catch-img source {
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 100%;
      height: auto; }
  #catch .catch-contents {
    position: absolute;
    top: 180px;
    right: calc( ( 100vw - 1200px) / 2 );
    font-family: "Noto Serif JP", serif; }
  #catch h3, #catch p {
    text-shadow: 0 0 2px white; }
  #catch h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px; }
    #catch h3 br {
      display: none; }
  #catch p {
    font-size: 1.125rem;
    font-weight: bold; }
  @media (max-width: 1200px) {
    #catch {
      height: 533.33px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      background-size: auto; }
      #catch .catch-img img {
        height: 100%;
        max-width: initial;
        width: auto; }
      #catch .catch-contents {
        position: relative;
        top: 0;
        bottom: 0;
        right: 20px;
        background: rgba(255, 255, 255, 0.7);
        padding: 20px; } }
  @media (max-width: 960px) {
    #catch {
      align-items: center;
      height: auto;
      background-position: left top;
      background: #eee; }
      #catch .catch-img {
        position: relative;
        width: 100%;
        height: 30vw; }
        #catch .catch-img img {
          width: 100%;
          height: auto; }
      #catch .catch-contents {
        inset: 0;
        background: transparent; } }
  @media (max-width: 768px) {
    #catch {
      justify-content: flex-end; }
      #catch .catch-img {
        position: relative;
        height: 50vw; }
        #catch .catch-img img {
          width: auto;
          height: 150%;
          left: 75%; }
      #catch h3 {
        font-size: 2rem;
        margin-bottom: 20px;
        line-height: 1.4; }
        #catch h3 br {
          display: inline; }
      #catch p {
        font-size: 1rem;
        font-family: sans-serif;
        font-weight: normal; }
        #catch p br {
          display: none; } }

#subcatch {
  position: relative;
  height: 270px;
  background: url("../_img/098_TWP1150_TWP1238.jpg") center top/contain fixed no-repeat;
  overflow: hidden;
  margin-top: 70px; }
  @media (max-width: 1200px) {
    #subcatch {
      background-size: auto; } }
  @media (max-width: 768px) {
    #subcatch {
      height: 30vw;
      background: url("../_img/098_TWP1150_TWP1238.jpg") center top/cover no-repeat; } }

main {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden; }
  main article &gt; h2 {
    color: #0068b7;
    text-align: center; }
    main article &gt; h2 .heading-en {
      font-size: 2.2rem;
      line-height: 1; }
    main article &gt; h2 .heading-ja {
      display: block;
      font-size: 1rem; }
  main p + p {
    margin-top: 1em; }

article {
  width: 1200px;
  margin: auto; }
  @media (max-width: 1200px) {
    article {
      width: auto;
      margin-right: 10px;
      margin-left: 10px; } }

#goTop {
  position: fixed;
  bottom: 10px;
  right: 10px; }

footer {
  border-top: solid 1px #0068b7; }
  footer .footer-guid,
  footer .footer-menu {
    height: 80px;
    display: flex;
    align-items: center; }
  @media (max-width: 768px) {
    footer .footer-menu {
      height: auto;
      padding: 30px 0 0; } }
  footer .footer-guid {
    width: 1200px;
    margin: auto;
    display: flex;
    color: #0068b7;
    text-align: center; }
    @media (max-width: 1200px) {
      footer .footer-guid {
        width: auto;
        margin-right: 10px;
        margin-left: 10px; } }
    footer .footer-guid .footer-guid-prev {
      margin-right: auto;
      padding-left: 3rem;
      position: relative; }
      footer .footer-guid .footer-guid-prev:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
        margin-right: 0.5em;
        content: "";
        position: absolute;
        display: flex;
        align-items: center;
        inset: 0 auto 0 0;
        margin: auto;
        font-size: 2rem; }
    footer .footer-guid .footer-guid-next {
      margin-left: auto;
      padding-right: 3rem;
      position: relative; }
      footer .footer-guid .footer-guid-next:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 400;
        margin-right: 0.5em;
        content: "";
        position: absolute;
        display: flex;
        align-items: center;
        inset: 0 0 0 auto;
        margin: auto;
        font-size: 2rem; }
    footer .footer-guid .footer-guid-en {
      font-size: 1.75rem;
      line-height: 1; }
    footer .footer-guid .footer-guid-ja {
      display: block; }
  footer .footer-menu {
    background: #e6f0f8; }
    footer .footer-menu ul {
      width: 1200px;
      margin: auto;
      display: flex; }
      @media (max-width: 1200px) {
        footer .footer-menu ul {
          width: auto;
          margin-right: 10px;
          margin-left: 10px; } }
    footer .footer-menu li {
      margin-right: 4em; }
    @media (max-width: 768px) {
      footer .footer-menu {
        padding-bottom: 20px; }
        footer .footer-menu ul {
          display: block; }
        footer .footer-menu li {
          display: inline-block;
          margin: 10px 20px; } }
  footer .copyright {
    background: #0068b7;
    color: #fff;
    font-size: 0.875rem;
    text-align: center; }

/*--CPU--*/
.top-lead {
  width: 768px;
  margin: auto;
  margin-bottom: 80px;
  margin-top: 40px; }
  @media (max-width: 768px) {
    .top-lead {
      width: auto;
      margin-right: 10px;
      margin-left: 10px; } }
  .top-lead &gt; ul {
    margin-bottom: 20px;
    display: flex; }
  @media (max-width: 768px) {
    .top-lead {
      margin-bottom: 40px; } }

.top-services h4 {
  margin-bottom: 40px; }
  .top-services h4 .heading-en {
    color: #80b4db;
    font-size: 3.5rem;
    font-weight: bold;
    font-style: oblique;
    line-height: 1.2; }
  .top-services h4 .heading-ja {
    color: #0068b7;
    font-size: 1.25rem;
    font-weight: bold;
    display: block; }
.top-services p {
  font-size: 1.125rem; }
@media (max-width: 1200px) {
  .top-services li:nth-child(n) {
    width: 90%;
    margin: auto auto 80px; }
    .top-services li:nth-child(n) .top-service-img {
      width: calc( 55% - 30px ); } }
@media (max-width: 768px) {
  .top-services h4 {
    margin-bottom: 20px; }
    .top-services h4 .heading-en {
      font-size: 2.7rem; } }

.department h3 {
  margin-bottom: 20px; }
.department .heading-name {
  color: #0068b7;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1; }
.department .heading-business {
  font-size: 1.25rem;
  font-weight: bold;
  display: block; }

.interview h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0068b7; }
.interview li a {
  color: #444; }
  .interview li a img {
    display: block; }
.interview li a:hover {
  color: #c00; }
  .interview li a:hover img {
    animation: imgmv 0.4s;
    transform: translate(-50%, -50%) scale(1.1); }
@media (max-width: 960px) {
  .interview li a:hover img {
    animation: none;
    transform: none; } }

@keyframes imgmv {
  0% {
    transform: translate(-50%, -50%) scale(1); }
  100% {
    transform: translate(-50%, -50%) scale(1.1); } }
.interview-co {
  padding-bottom: 140px;
  padding-top: 70px;
  position: relative; }
  .interview-co:before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background: #0068b7;
    z-index: -1; }
  .interview-co:before {
    height: 250px;
    inset: auto auto 0 auto;
    transform: skewY(3deg) translateY(70px);
    z-index: -2;
    background: url("../_img/interview-bg.jpg") center/cover no-repeat;
    opacity: 0.8; }
  .interview-co:after {
    content: '';
    position: absolute;
    display: block;
    width: 100vw;
    height: 400px;
    top: 0;
    margin: 0 calc(50% - 50vw);
    background: #fff;
    z-index: -1; }

.interview-co:nth-child(1):after {
  height: 1px;
  background: #ccc; }

.interview-co:nth-child(2):before {
  transform: skewY(-3deg) translateY(70px);
  background-image: url("../_img/interview-bg2.jpg"); }

.interview-co:last-child {
  padding-bottom: 0; }
  .interview-co:last-child:before {
    content: none; }

.interview-img {
  position: relative;
  overflow: hidden;
  width: 330px;
  height: 440px;
  margin-bottom: 10px; }
  .interview-img img, .interview-img picture, .interview-img source {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    height: auto; }
  .interview-img h4 {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    font-size: 1.125rem;
    width: 100%; }
  @media (max-width: 960px) {
    .interview-img {
      width: 100%;
      height: auto; }
      .interview-img img {
        position: relative;
        transform: none;
        inset: 0; }
      .interview-img h4 {
        position: relative;
        top: auto;
        background: #000;
        height: calc( 3em * 1.6 + 20px ); }
        .interview-img h4 br {
          display: none; } }
  @media (max-width: 768px) {
    .interview-img h4 {
      margin-top: 5px;
      background: none;
      color: #0068b7;
      font-weight: bold;
      font-size: 0.9375rem;
      height: auto;
      padding: 0;
      line-height: 1.4; } }

.interview-name h4 {
  font-weight: bold;
  font-size: 1.125rem; }

.interview-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px; }
  .interview-list &gt; li {
    width: 27.5%;
    margin: 0 9px 40px; }
  @media (max-width: 1200px) {
    .interview-list &gt; li {
      width: 330px; } }
  @media (max-width: 960px) {
    .interview-list &gt; li {
      width: calc( 33.33% - 18px ); } }
  @media (max-width: 768px) {
    .interview-list {
      flex-wrap: wrap; }
      .interview-list &gt; li {
        margin: 0 4px 40px;
        width: calc( 50% - 10px ); } }

.form {
  display: flex;
  justify-content: center; }

.voice {
  margin-bottom: 80px; }
  @media (max-width: 768px) {
    .voice {
      margin-bottom: 40px; } }

.other-voice {
  padding: 30px 0 0;
  position: relative; }
  .other-voice:before {
    content: '';
    position: absolute;
    inset: 0;
    display: block;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background: #e6f0f8;
    z-index: -1; }
  .other-voice:before {
    height: 160px; }
  .other-voice h3 {
    color: #0068b7;
    font-size: 1.75rem;
    margin-bottom: 10px; }
  .other-voice li {
    margin-left: 7px;
    margin-right: 7px; }
  .other-voice .other-name {
    font-size: 0.9375rem;
    color: #fff;
    background: #000;
    padding: 5px 10px;
    line-height: 1.4; }
  .other-voice .slick-arrow {
    position: absolute;
    margin: auto;
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 30px; }
  .other-voice .prev {
    inset: 0 auto 0 -10px; }
    .other-voice .prev:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-right: 0;
      content: "";
      cursor: pointer; }
  .other-voice .next {
    inset: 0 -10px 0 auto; }
    .other-voice .next:before {
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      margin-right: 0;
      content: "";
      cursor: pointer; }

.voice-head {
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .voice-head {
      margin-top: -20px;
      margin-left: -10px;
      margin-right: -10px;
      margin-bottom: 20px; } }

.voice-head-img img {
  display: block; }

.voice-copy {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  border-bottom: solid 1px #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .voice-copy {
      font-size: 1.4rem;
      padding: 0 0 1rem; }
      .voice-copy br {
        display: none; } }

.voice-head-info {
  position: absolute;
  background: #0068b7;
  color: #fff;
  inset: 0 0 0 auto;
  margin: auto;
  width: 540px;
  height: 330px;
  padding: 10px 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: skewX(-10deg); }
  @media (max-width: 960px) {
    .voice-head-info {
      position: relative;
      transform: none;
      width: 100%;
      height: auto;
      padding: 1rem;
      margin-bottom: 10px; } }

.voice-head-name {
  transform: skewX(10deg); }
  .voice-head-name h3 {
    font-size: 1.5rem;
    line-height: 2; }
  .voice-head-name p {
    margin-top: 0; }
  @media (max-width: 960px) {
    .voice-head-name {
      transform: none; } }

.voice-head.rev .voice-head-img img {
  margin-left: auto; }
.voice-head.rev .voice-head-info {
  inset: 0 auto 0 0; }

.voice-body h4 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: #0068b7; }
.voice-body section {
  margin-bottom: 40px; }
.voice-body .voice-on {
  opacity: 0.8; }
.voice-body .voice-off {
  margin-top: 40px;
  display: flex;
  align-items: center; }
  .voice-body .voice-off .voice-off-img {
    width: 150px;
    margin-right: 30px;
    flex-shrink: 0; }
  .voice-body .voice-off .voice-off-body {
    background: #e6f0f8;
    padding: 1em;
    border-radius: 10px;
    position: relative; }
    .voice-body .voice-off .voice-off-body:after {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      border-top-width: 10px;
      border-bottom-width: 10px;
      border-left-width: 14px;
      border-right-width: 14px;
      margin-top: -10px;
      border-right-color: #e6f0f8;
      right: 100%;
      top: 50%; }
  @media (max-width: 768px) {
    .voice-body .voice-off {
      margin-top: 0;
      flex-direction: column-reverse; }
      .voice-body .voice-off .voice-off-img {
        margin-right: 0; }
      .voice-body .voice-off .voice-off-body {
        margin-bottom: 20px; }
        .voice-body .voice-off .voice-off-body:after {
          border: solid transparent;
          border-top-color: #e6f0f8;
          border-top-width: 14px;
          border-bottom-width: 14px;
          border-left-width: 10px;
          border-right-width: 10px;
          inset: auto 0 -25px 0;
          margin: auto; } }
.voice-body .voice-flex {
  display: flex; }
  .voice-body .voice-flex .voice-flex-img {
    flex-shrink: 0; }
  @media (max-width: 960px) {
    .voice-body .voice-flex {
      flex-direction: column; }
      .voice-body .voice-flex .voice-flex-img {
        margin-left: 0 !important;
        margin-right: 0 !important; } }
.voice-body .p1 .voice-flex-img {
  width: 350px;
  margin-left: 30px; }
.voice-body .p2:nth-of-type(1) {
  margin-bottom: 30px; }
  .voice-body .p2:nth-of-type(1) .voice-flex-img {
    margin-left: 30px; }
  @media (max-width: 960px) {
    .voice-body .p2:nth-of-type(1) {
      flex-direction: column-reverse; } }
.voice-body .p2:nth-of-type(2) .voice-flex-img {
  margin-right: 30px; }
.voice-body .p3 {
  flex-direction: row-reverse; }
  .voice-body .p3 .voice-flex-img {
    width: 400px;
    margin-left: 30px; }
  @media (max-width: 960px) {
    .voice-body .p3 {
      flex-direction: column-reverse; } }
  @media (max-width: 768px) {
    .voice-body .p3 .voice-flex-img {
      width: auto; } }
.voice-body .p4:nth-of-type(1) .voice-flex-img {
  margin-right: 30px; }
.voice-body .p4:nth-of-type(2) {
  flex-direction: row-reverse; }
  .voice-body .p4:nth-of-type(2) .voice-flex-img {
    width: 250px;
    margin-left: 30px; }
  @media (max-width: 960px) {
    .voice-body .p4:nth-of-type(2) {
      flex-direction: column; } }
.voice-body .p5:nth-of-type(1) {
  flex-direction: row-reverse; }
  .voice-body .p5:nth-of-type(1) .voice-flex-img {
    margin-left: 30px; }
  @media (max-width: 960px) {
    .voice-body .p5:nth-of-type(1) {
      flex-direction: column; } }
.voice-body .p5:nth-of-type(2) .voice-flex-img {
  margin-right: 30px; }
@media (max-width: 960px) {
  .voice-body .p5:nth-of-type(2) {
    flex-direction: column; } }
.voice-body .p6:nth-of-type(1) {
  flex-direction: row-reverse; }
  .voice-body .p6:nth-of-type(1) .voice-flex-img {
    width: 250px;
    margin-left: 30px; }
  @media (max-width: 960px) {
    .voice-body .p6:nth-of-type(1) {
      flex-direction: column-reverse; } }
.voice-body .p6:nth-of-type(2) .voice-flex-img {
  margin-right: 30px; }
@media (max-width: 960px) {
  .voice-body .p6:nth-of-type(2) {
    flex-direction: column; } }
.voice-body .p7 {
  flex-direction: row-reverse; }
  .voice-body .p7 .voice-flex-img {
    margin-left: 30px; }
  @media (max-width: 768px) {
    .voice-body .p7 {
      flex-direction: column; } }
.voice-body .p8 {
  flex-direction: row-reverse; }
  .voice-body .p8 .voice-flex-img {
    margin-left: 30px; }
  @media (max-width: 960px) {
    .voice-body .p8 {
      flex-direction: column; } }
.voice-body .p9 {
  flex-direction: row-reverse; }
  .voice-body .p9 .voice-flex-img {
    width: 350px;
    margin-left: 30px; }
  @media (max-width: 960px) {
    .voice-body .p9 {
      flex-direction: column; } }

.recruit-info {
  margin: 40px 0; }
  .recruit-info h4 {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 10px; }

.recruit-info-heading {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .recruit-info-heading .recruit-info-img {
    background: #ccc;
    width: 140px;
    height: 140px;
    transform: skewX(-10deg);
    position: relative;
    overflow: hidden; }
    .recruit-info-heading .recruit-info-img img, .recruit-info-heading .recruit-info-img picture, .recruit-info-heading .recruit-info-img source {
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 100%;
      height: auto; }
    .recruit-info-heading .recruit-info-img img {
      transform: translate(-50%, -50%) skewX(10deg) scale(1.2); }
  .recruit-info-heading h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #0068b7;
    margin-left: 30px; }
  @media (max-width: 768px) {
    .recruit-info-heading .recruit-info-img {
      width: 70px;
      height: 70px; }
    .recruit-info-heading h3 {
      font-size: 1.4rem; } }

.recruit-info-table2 {
  display: flex;
  width: 100%; }
  .recruit-info-table2 &gt; div {
    width: calc( 50% - 40px ); }
    .recruit-info-table2 &gt; div:nth-child(1) {
      margin-right: 40px; }
  .recruit-info-table2 .recruit-info-table {
    width: 100%; }
  @media (max-width: 960px) {
    .recruit-info-table2 {
      flex-direction: column; }
      .recruit-info-table2 &gt; div {
        width: 100%;
        margin-bottom: 20px; } }

.recruit-info-table {
  border-collapse: collapse;
  width: 50%;
  margin: auto; }
  .recruit-info-table th, .recruit-info-table td {
    border: solid 1px #80b4db;
    padding: 5px 10px;
    text-align: left; }
  .recruit-info-table th {
    background: #e6f0f8;
    font-weight: normal;
    color: #0068b7;
    width: 8em; }
  @media (max-width: 960px) {
    .recruit-info-table {
      width: 100%; } }

.mynavi-code {
  text-align: center;
  margin: 40px 0 60px; }
  .mynavi-code p {
    margin-bottom: 20px; }

#mailformpro {
  margin-top: 30px; }

.contact-heading {
  background: #eee;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 5px 1em; }

.contact-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0; }
  .contact-table tr:not(:last-child) {
    border-bottom: dotted 1px #888; }
  .contact-table th, .contact-table td {
    padding: 1em 0; }
  .contact-table th {
    width: 18em; }
  .contact-table .txt-auto {
    width: 100% !important;
    max-width: 100% !important; }
  .contact-table small {
    color: #c20f17;
    margin-left: 3px; }
    .contact-table small:before {
      content: '*'; }
  @media (max-width: 768px) {
    .contact-table tbody, .contact-table tr, .contact-table th, .contact-table td {
      display: block;
      width: 100%; }
    .contact-table th {
      text-align: left;
      padding-bottom: 0; }
    .contact-table td {
      padding-top: 10px; } }

.form-f2 {
  display: flex;
  flex-wrap: wrap; }
  .form-f2 &gt; * {
    width: calc( ( 100% - 10px * ( 2 - 1) ) / 2 ); }
    .form-f2 &gt; *:nth-child(n) {
      margin-right: 10px; }
    .form-f2 &gt; *:nth-child(2n) {
      margin-right: 0; }
  .form-f2 &gt; div {
    display: flex;
    flex-direction: column; }
  .form-f2 span {
    font-size: 0.75rem; }

.form-c2 {
  display: flex;
  margin-bottom: 10px; }
  .form-c2 span {
    display: inline-block;
    width: 6em;
    margin-right: 10px;
    flex-shrink: 0; }
  @media (max-width: 768px) {
    .form-c2 {
      flex-direction: column; } }

.form-caption {
  font-size: 0.75rem;
  color: #888; }

.form-sqare {
  margin-bottom: 20px; }

.form-submit {
  margin-top: 40px;
  text-align: center; }
  .form-submit input {
    background: #0068b7;
    text-shadow: none;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    padding: 5px 1em; }
    .form-submit input:hover {
      background: #c00;
      box-shadow: none; }

.c-3column li:nth-child(n) {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 150px; }
  .c-3column li:nth-child(n) .c-3column-img {
    position: relative;
    width: calc( 55% - 60px );
    height: 300px;
    flex-shrink: 0;
    flex-grow: 0;
    transform: skewX(-10deg);
    overflow: hidden; }
    .c-3column li:nth-child(n) .c-3column-img img, .c-3column li:nth-child(n) .c-3column-img picture, .c-3column li:nth-child(n) .c-3column-img source {
      position: absolute;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      width: 100%;
      height: auto; }
    .c-3column li:nth-child(n) .c-3column-img img {
      max-width: initial;
      width: 120%;
      transform: translate(-50%, -50%) skewX(10deg); }
  .c-3column li:nth-child(n) .c-3column-text {
    width: 45%; }
.c-3column li:nth-child(2n) {
  flex-direction: row;
  margin-left: auto; }
@media (max-width: 1200px) {
  .c-3column li:nth-child(n) {
    width: calc(100% - 30px); } }
@media (max-width: 768px) {
  .c-3column li:nth-child(n) {
    flex-direction: column;
    width: 100%;
    margin-bottom: 75px; }
    .c-3column li:nth-child(n) .c-3column-img, .c-3column li:nth-child(n) .c-3column-text {
      width: 100%; }
    .c-3column li:nth-child(n) .c-3column-img {
      transform: none;
      margin-bottom: 20px; }
      .c-3column li:nth-child(n) .c-3column-img img {
        transform: translate(-50%, -50%); } }

.c-entry {
  text-align: center;
  margin: 80px auto 0; }
  .c-entry a {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    background: #c00;
    padding: 10px 30px;
    line-height: 1;
    border-radius: calc(1rem + 5px); }
  .c-entry a:hover {
    opacity: 0.8; }

.u-mg0 {
  margin: 0px !important; }

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

.u-mr0 {
  margin-right: 0px !important; }

.u-mb0 {
  margin-bottom: 0px !important; }

.u-ml0 {
  margin-left: 0px !important; }

.u-pd0 {
  padding: 0px !important; }

.u-pt0 {
  padding-top: 0px !important; }

.u-pr0 {
  padding-right: 0px !important; }

.u-pb0 {
  padding-bottom: 0px !important; }

.u-pl0 {
  padding-left: 0px !important; }

.u-mg10 {
  margin: 10px !important; }

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

.u-mr10 {
  margin-right: 10px !important; }

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

.u-ml10 {
  margin-left: 10px !important; }

.u-pd10 {
  padding: 10px !important; }

.u-pt10 {
  padding-top: 10px !important; }

.u-pr10 {
  padding-right: 10px !important; }

.u-pb10 {
  padding-bottom: 10px !important; }

.u-pl10 {
  padding-left: 10px !important; }

.u-mg20 {
  margin: 20px !important; }

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

.u-mr20 {
  margin-right: 20px !important; }

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

.u-ml20 {
  margin-left: 20px !important; }

.u-pd20 {
  padding: 20px !important; }

.u-pt20 {
  padding-top: 20px !important; }

.u-pr20 {
  padding-right: 20px !important; }

.u-pb20 {
  padding-bottom: 20px !important; }

.u-pl20 {
  padding-left: 20px !important; }

.u-mg30 {
  margin: 30px !important; }

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

.u-mr30 {
  margin-right: 30px !important; }

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

.u-ml30 {
  margin-left: 30px !important; }

.u-pd30 {
  padding: 30px !important; }

.u-pt30 {
  padding-top: 30px !important; }

.u-pr30 {
  padding-right: 30px !important; }

.u-pb30 {
  padding-bottom: 30px !important; }

.u-pl30 {
  padding-left: 30px !important; }

.u-mg40 {
  margin: 40px !important; }

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

.u-mr40 {
  margin-right: 40px !important; }

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

.u-ml40 {
  margin-left: 40px !important; }

.u-pd40 {
  padding: 40px !important; }

.u-pt40 {
  padding-top: 40px !important; }

.u-pr40 {
  padding-right: 40px !important; }

.u-pb40 {
  padding-bottom: 40px !important; }

.u-pl40 {
  padding-left: 40px !important; }

.u-mg50 {
  margin: 50px !important; }

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

.u-mr50 {
  margin-right: 50px !important; }

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

.u-ml50 {
  margin-left: 50px !important; }

.u-pd50 {
  padding: 50px !important; }

.u-pt50 {
  padding-top: 50px !important; }

.u-pr50 {
  padding-right: 50px !important; }

.u-pb50 {
  padding-bottom: 50px !important; }

.u-pl50 {
  padding-left: 50px !important; }

.u-fs-xxsmall {
  font-size: 0.75rem; }

.u-fs-xsmall {
  font-size: 0.875rem; }

.u-fs-small {
  font-size: 0.9375rem; }

.u-fs-normal {
  font-size: 1rem; }

.u-fs-large {
  font-size: 1.125rem; }

.u-fs-xlarge {
  font-size: 1.25rem; }

.u-fs-xxlarge {
  font-size: 1.5rem; }

.u-fs-xxxlarge {
  font-size: 1.75rem; }

.u-fc-text {
  color: #444; }

.u-fc-strong {
  color: #33cc00; }

.u-fc-coution {
  color: #ff9900; }

.u-fc-hover {
  color: #c00; }

.u-ls-disc {
  list-style-type: disc !important;
  padding-left: 1.5em !important; }

.u-ls-circle {
  list-style-type: circle !important;
  padding-left: 1.5em !important; }

.u-ls-square {
  list-style-type: square !important;
  padding-left: 1.5em !important; }

.u-ls-decimal {
  list-style-type: decimal !important;
  padding-left: 1.5em !important; }

.u-ls-ur {
  list-style-type: upper-roman !important;
  padding-left: 1.5em !important; }

.u-ls-none {
  list-style-type: none !important;
  padding-left: 1.5em !important; }

.u-ls-play li:before {
  font-family: 'FontAwesome';
  margin-right: 0.5em;
  content: ""; }

.u-ls-cog li:before {
  font-family: 'FontAwesome';
  margin-right: 0.5em;
  content: ""; }

.u-require {
  padding: 2px 5px;
  background: #c20f17;
  color: #fff;
  margin: 0 4px;
  font-size: 0.75rem;
  font-weight: normal; }
  .u-require:before {
    content: '必須'; }

a.u-btn {
  background-color: #fff;
  color: #2a71b9;
  border: solid 1px #2a71b9;
  border-radius: 4px;
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none; }
  a.u-btn:hover {
    background: #2a71b9;
    color: #fff; }

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

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

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

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

.u-w100 {
  width: 100% !important; }

.u-arrow {
  margin: 0 1em;
  border-bottom: solid 1px #0068b7; }
  .u-arrow:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 0.5em;
    content: ""; }

/*# sourceMappingURL=d8_style.css.map */
</pre></body></html>