@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
/*============================================================================*
 * Reset
 *============================================================================*/
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*============================================================================*
 * Common
 *============================================================================*/
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  overflow-x: hidden;
  margin-top: calc(130 * 100 / 750 * 1vw);
  color: #1a1a1a;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", sans-serif;
  font-size: calc(24 * 100 / 750 * 1vw);
  line-height: 1.8;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.1em;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}

main {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

main.is-open {
  -webkit-transform: translateX(74.6667%);
          transform: translateX(74.6667%);
}

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

::-moz-selection {
  background: #1a1a1a;
  color: #fff;
}

::selection {
  background: #1a1a1a;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  border-radius: 0;
}

input,
textarea,
select,
option,
button {
  font-size: 1.6rem;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
select,
input[type="radio"],
input[type="checkbox"],
input[type="reset"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

::-webkit-input-placeholder {
  color: #b1b1b1;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1;
}

::-moz-placeholder {
  color: #b1b1b1;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b1b1b1;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 1;
}

/*============================================================================*
 * Layout
 *============================================================================*/
.l-container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 calc(60 * 100 / 750 * 1vw);
}

/*============================================================================*
 * Header
 *============================================================================*/
.global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  line-height: 1.6;
  z-index: 200;
}

.global-header-inner {
  position: relative;
  max-width: 1320px;
  height: calc(130 * 100 / 750 * 1vw);
  padding: 0 calc(80 * 100 / 750 * 1vw);
}

.global-header-info {
  padding-top: calc(20 * 100 / 750 * 1vw);
}

.global-header-info-text {
  font-size: calc(20 * 100 / 750 * 1vw);
}

.global-header-info-text span {
  display: none;
}

.global-header-info-buttons {
  display: none;
}

.global-header-logo {
  width: calc(372 * 100 / 750 * 1vw);
  margin-top: calc(5 * 100 / 750 * 1vw);
  line-height: 1;
}

.global-header-logo a {
  display: block;
}

.global-header-navTrigger {
  position: absolute;
  top: calc(40 * 100 / 750 * 1vw);
  right: calc(80 * 100 / 750 * 1vw);
  width: calc(60 * 100 / 750 * 1vw);
  outline: none;
}

.global-header-navTrigger span {
  display: block;
  width: 100%;
  height: calc(6 * 100 / 750 * 1vw);
  background: #1a1a1a;
  -webkit-transition: .3s;
  transition: .3s;
}

.global-header-navTrigger span + span {
  margin-top: calc(12 * 100 / 750 * 1vw);
}

.global-header-navTrigger span:last-child {
  height: auto;
  margin-top: calc(10 * 100 / 750 * 1vw);
  background: none;
  font-size: calc(20 * 100 / 750 * 1vw);
  color: #2a2a2a;
  line-height: 1;
}

.global-header-navTrigger.is-open span {
  background: #004192;
}

.global-header-navTrigger.is-open span:last-child {
  background: none;
  color: #003e8f;
}

.global-header-navTrigger.is-open span:first-child {
  -webkit-transform: translateY(calc(20 * 100 / 750 * 1vw)) rotate(45deg);
          transform: translateY(calc(20 * 100 / 750 * 1vw)) rotate(45deg);
}

.global-header-navTrigger.is-open span:nth-child(3) {
  -webkit-transform: translateY(calc(-16 * 100 / 750 * 1vw)) rotate(-45deg);
          transform: translateY(calc(-16 * 100 / 750 * 1vw)) rotate(-45deg);
}

.global-header-navTrigger.is-open span:nth-child(2) {
  opacity: 0;
}

/*============================================================================*
 * Navigation
 *============================================================================*/
.global-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 74.6667%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: 100;
}

.global-nav.is-mobile {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.global-nav.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.global-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: calc(125 * 100 / 750 * 1vw);
  background: #003e8f;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.global-nav-items {
  padding: 0 calc(60 * 100 / 750 * 1vw);
}

.global-nav-item {
  cursor: pointer;
}

.global-nav-item + .global-nav-item {
  margin-top: calc(10 * 100 / 750 * 1vw);
}

.global-nav-item a {
  display: block;
  font-size: calc(26 * 100 / 750 * 1vw);
  color: #fff;
}

.global-nav-item-trigger {
  position: relative;
  padding-right: calc(60 * 100 / 750 * 1vw);
}

.global-nav-item-trigger::before, .global-nav-item-trigger::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(140 * 100 / 750 * 1vw);
  width: calc(24 * 100 / 750 * 1vw);
  height: calc(3 * 100 / 750 * 1vw);
  background: #fff;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.global-nav-item-trigger.-contact::before, .global-nav-item-trigger.-contact::after {
  left: calc(200 * 100 / 750 * 1vw);
}

.global-nav-item-trigger::before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.global-nav-item-trigger::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.global-nav-item-trigger.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.global-nav-item-trigger.is-open::after {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

.global-nav-item-contents {
  display: none;
  margin-bottom: calc(20 * 100 / 750 * 1vw);
  color: #fff;
}

.global-nav-item-content {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.global-nav-item-content 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;
  width: 100%;
  height: calc(160 * 100 / 750 * 1vw);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.global-nav-item-content a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(20 * 100 / 750 * 1vw);
  width: calc(30 * 100 / 750 * 1vw);
  height: calc(30 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/ico_arrow_blue_03.png) 0 0 no-repeat;
  background-size: contain;
}

.global-nav-item-content:nth-child(1) a {
  background-image: url(../images/common/bg_nav_01.jpg);
}

.global-nav-item-content:nth-child(2) a {
  background-image: url(../images/common/bg_nav_02.jpg);
}

.global-nav-item-content:nth-child(3) a {
  background-image: url(../images/common/bg_nav_03.jpg);
}

.global-nav-item-content.-contact a {
  height: calc(60 * 100 / 750 * 1vw);
  background: #fff;
  color: #000;
}

.global-nav-item-content.-contact a::before {
  left: calc(80 * 100 / 750 * 1vw);
}

.global-nav-buttons {
  width: calc(290 * 100 / 750 * 1vw);
  margin: calc(30 * 100 / 750 * 1vw) auto 0;
}

.global-nav-button {
  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: calc(70 * 100 / 750 * 1vw);
  background: #fff;
}

.global-nav-button a {
  color: #2a2a2a;
}

.global-nav-button:nth-child(1) {
  background: #f9ba3b;
}

.global-nav-button:nth-child(1) a {
  color: #fff;
}

.global-nav-button + .global-nav-button {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.global-nav-kshg {
  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: calc(61 * 100 / 750 * 1vw);
  height: calc(61 * 100 / 750 * 1vw);
  margin: calc(25 * 100 / 750 * 1vw) auto 0;
  background: #fff;
}

.global-nav-kshg img {
  width: calc(42 * 100 / 750 * 1vw);
}

.global-nav-tel {
  margin: auto 0 0;
  padding-top: calc(80 * 100 / 750 * 1vw);
}

.global-nav-tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.global-nav-tel-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;
  width: calc(140 * 100 / 750 * 1vw);
  height: calc(140 * 100 / 750 * 1vw);
  background: #f9ba3b;
}

.global-nav-tel-icon img {
  width: calc(64 * 100 / 750 * 1vw);
}

.global-nav-tel p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: calc(20 * 100 / 750 * 1vw) calc(35 * 100 / 750 * 1vw) calc(15 * 100 / 750 * 1vw);
  background: #fff;
  font-size: calc(48 * 100 / 750 * 1vw);
  font-weight: 700;
  font-family: Arial, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1.4;
}

.global-nav-tel p span {
  display: block;
  font-size: calc(24 * 100 / 750 * 1vw);
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", sans-serif;
}

.global-nav-tel p span span {
  display: none;
}

.global-nav-large {
  display: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 101;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.overlay.is-open {
  opacity: 1;
  visibility: visible;
}

/*============================================================================*
 * Footer
 *============================================================================*/
.global-footer {
  margin-top: calc(100 * 100 / 750 * 1vw);
}

.global-footer-contact {
  padding: calc(60 * 100 / 750 * 1vw) 0 calc(100 * 100 / 750 * 1vw);
  background: #f3f3f3;
}

.global-footer-contact-inner {
  width: calc(500 * 100 / 750 * 1vw);
  margin: 0 auto;
}

.global-footer-contact-lead {
  font-size: calc(25 * 100 / 750 * 1vw);
  text-align: center;
}

.global-footer-contact-attention {
  margin-top: calc(50 * 100 / 750 * 1vw);
  font-size: calc(30 * 100 / 750 * 1vw);
  text-align: center;
}

.global-footer-contact-attention span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #ffff00));
  background: linear-gradient(transparent 40%, #ffff00 0);
  font-weight: 700;
}

.global-footer-contact-items {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.global-footer-contact-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(270 * 100 / 750 * 1vw);
  background: #fff;
  text-align: center;
  color: #1a1a1a;
}

.global-footer-contact-item:not(:first-child) {
  margin-top: calc(12 * 100 / 750 * 1vw);
}

.global-footer-contact-item::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.global-footer-contact-item:nth-child(1) a {
  position: relative;
  height: 100%;
  padding-top: calc(90 * 100 / 750 * 1vw);
}

.global-footer-contact-item:nth-child(1) a::before {
  content: '';
  position: absolute;
  top: calc(25 * 100 / 750 * 1vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(56 * 100 / 750 * 1vw);
  height: calc(55 * 100 / 750 * 1vw);
  background: url(../images/common/ico_tel_black.png) 0 0 no-repeat;
  background-size: contain;
}

.global-footer-contact-item:nth-child(2) {
  padding-top: calc(110 * 100 / 750 * 1vw);
}

.global-footer-contact-item:nth-child(2)::before {
  top: calc(45 * 100 / 750 * 1vw);
  width: calc(50 * 100 / 750 * 1vw);
  height: calc(50 * 100 / 750 * 1vw);
  background-image: url(../images/common/ico_fax_black.png);
}

.global-footer-contact-item:nth-child(3) a {
  position: relative;
  height: calc(270 * 100 / 750 * 1vw);
  padding-top: calc(120 * 100 / 750 * 1vw);
  color: #1a1a1a;
}

.global-footer-contact-item:nth-child(3) a::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(50 * 100 / 750 * 1vw);
  width: calc(52 * 100 / 750 * 1vw);
  height: calc(42 * 100 / 750 * 1vw);
  background: url(../images/common/ico_mail_black.png) 0 0 no-repeat;
  background-size: contain;
}

.global-footer-contact-item-time {
  font-size: calc(22 * 100 / 750 * 1vw);
}

.global-footer-contact-item-number {
  font-size: calc(46 * 100 / 750 * 1vw);
  color: #1a1a1a;
  line-height: 1.5;
}

.global-footer-contact-item-note {
  font-size: calc(22 * 100 / 750 * 1vw);
}

.global-footer-contact-item-text {
  font-size: calc(24 * 100 / 750 * 1vw);
}

.global-footer-info {
  padding: calc(50 * 100 / 750 * 1vw) 0 calc(20 * 100 / 750 * 1vw);
  background: #47515f;
}

.global-footer-info-text {
  padding: 0 calc(80 * 100 / 750 * 1vw);
  font-weight: 400;
  color: #fff;
}

.global-footer-info-logo {
  width: calc(418 * 100 / 750 * 1vw);
}

.global-footer-info-logo a {
  display: block;
}

.global-footer-info-name {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.global-footer-info-address {
  margin-top: calc(10 * 100 / 750 * 1vw);
}

.global-footer-nav {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.global-footer-nav-item:nth-child(1), .global-footer-nav-item:nth-child(2) {
  display: none;
}

.global-footer-nav-item:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: calc(1 * 100 / 750 * 1vw) solid rgba(255, 255, 255, 0.5);
  border-bottom: calc(1 * 100 / 750 * 1vw) solid rgba(255, 255, 255, 0.5);
}

.global-footer-nav-item:nth-child(3) li {
  width: 50%;
}

.global-footer-nav-item:nth-child(3) li a {
  display: block;
  padding: calc(30 * 100 / 750 * 1vw) calc(35 * 100 / 750 * 1vw);
}

.global-footer-nav-item:nth-child(3) li:nth-child(n + 3) a {
  border-top: calc(1 * 100 / 750 * 1vw) solid rgba(255, 255, 255, 0.5);
}

.global-footer-nav-item:nth-child(3) li:nth-child(odd) a {
  padding-left: calc(80 * 100 / 750 * 1vw);
  border-right: calc(1 * 100 / 750 * 1vw) solid rgba(255, 255, 255, 0.5);
}

.global-footer-nav-item:nth-child(3) li a {
  color: #fff;
  font-weight: 400;
}

.global-footer-nav-item:nth-child(4) {
  width: calc(244 * 100 / 750 * 1vw);
  margin: calc(40 * 100 / 750 * 1vw) auto 0;
  color: #fff;
  font-weight: 400;
}

.global-footer-nav-item:nth-child(4) li:not(:first-child) {
  margin-top: calc(16 * 100 / 750 * 1vw);
}

.global-footer-nav-item:nth-child(4) li:not(:first-child) a {
  display: block;
}

.global-footer .copyright {
  display: block;
  margin-top: calc(60 * 100 / 750 * 1vw);
  padding: 0 calc(80 * 100 / 750 * 1vw);
  font-size: calc(24 * 100 / 750 * 1vw);
  color: #fff;
}

/*============================================================================*
 * Scripts
 *============================================================================*/
/*============================================================================*
 * Component
 *============================================================================*/
/**
 * ボタン
 *------------------------------------*/
.c-button {
  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: calc(90 * 100 / 750 * 1vw);
  padding: 0 calc(60 * 100 / 750 * 1vw);
  border: 1px solid #004192;
  background: #fff;
  line-height: 1.3;
  letter-spacing: .05em;
  font-size: calc(28 * 100 / 750 * 1vw);
  color: #004192;
  text-align: center;
}

.c-button.-arrow i {
  position: absolute;
  top: 50%;
  display: inline-block;
  right: calc(20 * 100 / 750 * 1vw);
  width: calc(46 * 100 / 750 * 1vw);
  height: calc(6 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button.-arrow i::before, .c-button.-arrow i::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(46 * 100 / 750 * 1vw);
  height: calc(6 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-button.-arrow i::before {
  background-image: url(../images/common/ico_arrow_blue_01.png);
}

.c-button.-arrow i::after {
  opacity: 0;
  background-image: url(../images/common/ico_arrow_white_01.png);
}

.c-button.-window i {
  position: absolute;
  top: 50%;
  display: inline-block;
  right: calc(20 * 100 / 750 * 1vw);
  width: calc(32 * 100 / 750 * 1vw);
  height: calc(28 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-button.-window i::before, .c-button.-window i::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(32 * 100 / 750 * 1vw);
  height: calc(28 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.c-button.-window i::before {
  background-image: url(../images/common/ico_window_blue_01.png);
}

.c-button.-window i::after {
  opacity: 0;
  background-image: url(../images/common/ico_window_white_01.png);
}

.c-button.-blue {
  height: calc(70 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #074795;
  background: #074795;
  color: #fff;
}

/**
 * フォーム入力項目
 *------------------------------------*/
.c-input.-text > input[type="text"],
.c-input.-text > input[type="email"] {
  width: 100%;
  padding: calc(10 * 100 / 750 * 1vw);
  border: calc(2 * 100 / 750 * 1vw) solid #d7d7d7;
  border-radius: calc(10 * 100 / 750 * 1vw);
  -webkit-appearance: none;
  outline: none;
  font-weight: 400;
}

.c-input.-text > input[type="text"]:focus,
.c-input.-text > input[type="email"]:focus {
  background: #f4f9fe;
  border-color: #004f99;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.mwform-checkbox-field input[type="checkbox"] {
  display: none;
}

.mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  background: #004f99;
}

.mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.mwform-checkbox-field {
  display: block;
}

.mw_wp_form .mwform-checkbox-field + .mwform-checkbox-field {
  margin-left: 0;
}

.mwform-checkbox-field-text {
  position: relative;
  padding-left: calc(50 * 100 / 750 * 1vw);
  margin-top: calc(10 * 100 / 750 * 1vw);
  outline: none;
}

.mwform-checkbox-field-text::before, .mwform-checkbox-field-text::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.mwform-checkbox-field-text::before {
  left: 0;
  width: calc(30 * 100 / 750 * 1vw);
  height: calc(30 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #004f99;
  border-radius: calc(5 * 100 / 750 * 1vw);
}

.mwform-checkbox-field-text::after {
  top: 50%;
  left: calc(6 * 100 / 750 * 1vw);
  width: calc(18 * 100 / 750 * 1vw);
  height: calc(10 * 100 / 750 * 1vw);
  margin-top: calc(-2 * 100 / 750 * 1vw);
  border-left: calc(3 * 100 / 750 * 1vw) solid #fff;
  border-bottom: calc(3 * 100 / 750 * 1vw) solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
}

.c-input.-textarea > textarea {
  width: 100%;
  height: 150px;
  padding: calc(10 * 100 / 750 * 1vw);
  border: calc(2 * 100 / 750 * 1vw) solid #d7d7d7;
  border-radius: calc(10 * 100 / 750 * 1vw);
  font-weight: 400;
  -webkit-appearance: none;
  outline: none;
}

.c-input.-textarea > textarea:focus {
  background: #f4f9fe;
  border-color: #004f99;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

/**
 * 固定ページリード見出し
 *------------------------------------*/
.c-leadTitle {
  font-size: calc(24 * 100 / 750 * 1vw);
  font-weight: 500;
  text-align: center;
}

.c-leadTitle span {
  border-bottom: calc(4 * 100 / 750 * 1vw) solid #000;
  font-size: calc(40 * 100 / 750 * 1vw);
  font-weight: 700;
}

/**
 * ページトップ
 *------------------------------------*/
.c-pagetop {
  position: fixed;
  right: calc(40 * 100 / 750 * 1vw);
  bottom: calc(38 * 100 / 750 * 1vw);
  width: calc(75 * 100 / 750 * 1vw);
  height: calc(75 * 100 / 750 * 1vw);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-pagetop > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #9b9a9a;
}

.c-pagetop > a::after {
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: calc(20 * 100 / 750 * 1vw);
  height: calc(20 * 100 / 750 * 1vw);
  border-top: calc(4 * 100 / 750 * 1vw) solid #fff;
  border-right: calc(4 * 100 / 750 * 1vw) solid #fff;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.c-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/**
 * 必須項目
 *------------------------------------*/
.c-require {
  display: inline-block;
  margin-left: calc(20 * 100 / 750 * 1vw);
  padding: calc(0 * 100 / 750 * 1vw) calc(10 * 100 / 750 * 1vw) calc(1 * 100 / 750 * 1vw);
  border-radius: calc(20 * 100 / 750 * 1vw);
  background: #e60012;
  font-size: calc(20 * 100 / 750 * 1vw);
  font-weight: 500;
  color: #fff;
}

/**
 * タブ
 *------------------------------------*/
.c-tabs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1000px;
  width: calc(100 - calc(60 * 100 / 750 * 1vw));
  margin: 0 calc(60 * 100 / 750 * 1vw);
}

.c-tab {
  position: relative;
  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;
  width: 33.3333%;
  background: #d7d7d7;
  padding: calc(30 * 100 / 750 * 1vw) calc(5 * 100 / 750 * 1vw) calc(25 * 100 / 750 * 1vw);
  border-top: calc(1 * 100 / 750 * 1vw) solid #c1c1c1;
  border-right: calc(1 * 100 / 750 * 1vw) solid #c1c1c1;
}

.c-tab:nth-child(1) {
  border-left: calc(1 * 100 / 750 * 1vw) solid #c1c1c1;
}

/*.c-tab.-home {
  border-bottom: calc(1 * 100 / 750 * 1vw) solid #c1c1c1;
}*/

.c-tab.is-select {
  background: #fff;
  border-top-color: #fff;
}

.c-tab.is-select::before {
  content: '';
  position: absolute;
  top: calc(-1 * 100 / 750 * 1vw);
  left: 0;
  width: 100%;
  height: calc(2 * 100 / 750 * 1vw);
  background: #134f9a;
}

.c-tab-number, .c-tab-text {
  position: relative;
  display: block;
  z-index: 1;
}

.c-tab-number {
  padding-bottom: calc(5 * 100 / 750 * 1vw);
  font-size: calc(26 * 100 / 750 * 1vw);
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #8c8c8c;
}

.c-tab-number::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(25 * 100 / 750 * 1vw);
  height: calc(2 * 100 / 750 * 1vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #8c8c8c;
}

.c-tab-number.-orange::before {
  background: #8c8c8c;
}

.c-tab-number.-recruit {
  width: calc(80 * 100 / 750 * 1vw);
  padding: 0 calc(10 * 100 / 750 * 1vw);
  text-align: center;
  line-height: 1.2;
}

.c-tab-number.-recruit span {
  display: block;
}

.c-tab-number.-recruit span:nth-child(2) {
  font-size: calc(30 * 100 / 750 * 1vw);
}

.c-tab-number.-recruit::before {
  content: none;
}

.c-tab-text {
  padding-left: calc(10 * 100 / 750 * 1vw);
  font-size: calc(20 * 100 / 750 * 1vw);
  color: #8c8c8c;
}

.c-tab-text.-recruit {
  padding-left: 0;
  letter-spacing: -0.1em;
}

.c-tab-text.-home {
  position: relative;
  padding-left: 0;
  text-align: center;
}

.c-tab-text.-home::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-tab:nth-child(1) .c-tab-text.-home {
  padding-top: calc(70 * 100 / 750 * 1vw);
}

.c-tab:nth-child(1) .c-tab-text.-home::before {
  width: calc(108 * 100 / 750 * 1vw);
  height: calc(70 * 100 / 750 * 1vw);
  background-image: url(../images/home/ico_tab_04.png);
}

.c-tab:nth-child(2) .c-tab-text.-home {
  padding-top: calc(75 * 100 / 750 * 1vw);
}

.c-tab:nth-child(2) .c-tab-text.-home::before {
  width: calc(43 * 100 / 750 * 1vw);
  height: calc(56 * 100 / 750 * 1vw);
  background-image: url(../images/home/ico_tab_05.png);
}

.c-tab:nth-child(3) .c-tab-text.-home {
  padding-top: calc(90 * 100 / 750 * 1vw);
}

.c-tab:nth-child(3) .c-tab-text.-home::before {
  width: calc(92 * 100 / 750 * 1vw);
  height: calc(52 * 100 / 750 * 1vw);
  background-image: url(../images/home/ico_tab_06.png);
}

.c-tab:nth-child(1).is-select .c-tab-text.-home::before {
  background-image: url(../images/home/ico_tab_01.png);
}

.c-tab:nth-child(2).is-select .c-tab-text.-home::before {
  background-image: url(../images/home/ico_tab_02.png);
}

.c-tab:nth-child(3).is-select .c-tab-text.-home::before {
  background-image: url(../images/home/ico_tab_03.png);
}

.c-tab.is-select .c-tab-number,
.c-tab.is-select .c-tab-text {
  color: #000;
}

.c-tab.is-select .c-tab-number::before {
  background: #004192;
}

.c-tab.is-select .c-tab-number.-recruit::before {
  background: none;
}

.c-tab.is-select .c-tab-number.-orange::before {
  background: #f9bc41;
}

.c-tab.is-select .c-tab-number.-orange.-recruit::before {
  background: none;
}

.c-tab-contents {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}

.c-tab-contents.-border {
  border: calc(1 * 100 / 750 * 1vw) solid #c1c1c1;
}

.c-tab-content {
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.c-tab-content:not(.is-show) {
  height: 0;
  padding: 0;
  border-width: 0;
  overflow: hidden;
  opacity: 0;
}

/**
 * 見出し
 *------------------------------------*/
.c-title {
  text-align: center;
  line-height: 1.5;
  color: #000;
}

.c-title-text {
  display: block;
}

.c-title-text.-main {
  position: relative;
  padding-bottom: calc(40 * 100 / 750 * 1vw);
  font-size: calc(34 * 100 / 750 * 1vw);
}

.c-title-text.-main::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100 * 100 / 750 * 1vw);
  height: calc(4 * 100 / 750 * 1vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #004192;
}

.c-title-text.-main.-number {
  padding-bottom: calc(20 * 100 / 750 * 1vw);
  font-size: calc(35 * 100 / 750 * 1vw);
  font-family: "Roboto Condensed", sans-serif;
}

.c-title-text.-main.-number::before {
  width: calc(35 * 100 / 750 * 1vw);
}

.c-title-text.-main.-number.-orange::before {
  background: #f9bc41;
}

.c-title-text.-main.-number.-reason {
  padding-bottom: calc(18 * 100 / 750 * 1vw);
  font-size: calc(30 * 100 / 750 * 1vw);
}

.c-title-text.-main.-number.-reason::before {
  width: calc(25 * 100 / 750 * 1vw);
}

.c-title-text.-main.-article {
  font-size: calc(28 * 100 / 750 * 1vw);
}

.c-title-text.-main.-article::before {
  width: calc(50 * 100 / 750 * 1vw);
}

.c-title-text.-main.-left {
  font-size: calc(28 * 100 / 750 * 1vw);
  text-align: left;
}

.c-title-text.-main.-left::before {
  left: 0;
  width: calc(60 * 100 / 750 * 1vw);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.c-title-text.-sub {
  margin-top: calc(30 * 100 / 750 * 1vw);
  font-size: calc(28 * 100 / 750 * 1vw);
  font-weight: 500;
}

.c-title-text.-sub.-number {
  font-size: calc(30 * 100 / 750 * 1vw);
}

.c-title-text.-sub span {
  font-size: calc(25 * 100 / 750 * 1vw);
  font-weight: 700;
}

.c-title-text.-sub span span {
  color: #074795;
}

/*============================================================================*
 * Project
 *============================================================================*/
/**
 * 記事詳細
 *------------------------------------*/
.p-article-header {
  padding: calc(110 * 100 / 750 * 1vw) 0 calc(60 * 100 / 750 * 1vw);
}

.p-article-image {
  margin-top: calc(55 * 100 / 750 * 1vw);
  text-align: center;
}

.p-article-text {
  margin-top: calc(65 * 100 / 750 * 1vw);
}

.p-article-flow {
  padding: calc(70 * 100 / 750 * 1vw) 0 calc(90 * 100 / 750 * 1vw);
  background: #f3f7fd;
}

.p-article-flow-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: calc(20 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #c7c7c7;
  background: #fff;
}

.p-article-flow-item + .p-article-flow-item {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.p-article-flow-item-image {
  width: calc(156 * 100 / 750 * 1vw);
}

.p-article-flow-item-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: calc(40 * 100 / 750 * 1vw);
}

.p-article-flow-item-text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.p-article-reason {
  padding-top: calc(80 * 100 / 750 * 1vw);
}

.p-article-reason-items {
  margin-top: calc(45 * 100 / 750 * 1vw);
}

.p-article-reason-item {
  padding: calc(30 * 100 / 750 * 1vw) calc(15 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #e3e4e4;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.p-article-reason-item + .p-article-reason-item {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.p-article-reason-item-text {
  margin-top: calc(35 * 100 / 750 * 1vw);
  font-size: calc(20 * 100 / 750 * 1vw);
  text-align: center;
}

.p-article-reason-item-text span {
  font-size: calc(22 * 100 / 750 * 1vw);
  font-weight: 700;
  color: #074795;
}

.p-article-reason-item-text-quotation {
  color: #868686;
}

.p-article-reason-item-image {
  margin-top: calc(40 * 100 / 750 * 1vw);
  text-align: center;
}

.p-article-reason-item:nth-child(2) .p-article-reason-item-image {
  margin-top: calc(80 * 100 / 750 * 1vw);
}

.p-article-reason-item:nth-child(3) .p-article-reason-item-image {
  margin-top: calc(35 * 100 / 750 * 1vw);
}

.p-article-reason-text {
  margin-top: calc(130 * 100 / 750 * 1vw);
  font-size: calc(26 * 100 / 750 * 1vw);
  font-weight: 700;
  text-align: center;
}

.p-article-reason-text p {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0, #ffff00));
  background: linear-gradient(transparent 50%, #ffff00 0);
}

.p-banner {
  padding-top: calc(180 * 100 / 750 * 1vw);
}

.p-banner.-company {
  padding-top: calc(110 * 100 / 750 * 1vw);
}

.p-banner-item a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.p-banner-item a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 65, 146, 0.3);
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.p-banner-item-image {
  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;
  width: 100%;
  height: calc(440 * 100 / 750 * 1vw);
}

.p-banner-item-image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-banner-item-image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(40 * 100 / 750 * 1vw);
  width: calc(30 * 100 / 750 * 1vw);
  height: calc(30 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/ico_arrow_blue_03.png) 0 0 no-repeat;
  background-size: contain;
}

.p-banner-item-image p {
  position: relative;
  font-weight: 700;
  color: #fff;
  text-align: center;
  z-index: 3;
}

.p-banner-item:nth-child(1) .p-banner-item-image::before {
  background-image: url(../images/common/img_banner_01.jpg);
}

.p-banner-item:nth-child(2) .p-banner-item-image::before {
  background-image: url(../images/common/img_banner_02.jpg);
}

.p-banner-item:nth-child(3) .p-banner-item-image::before {
  background-image: url(../images/common/img_banner_03.jpg);
}

/**
 * パンくずリスト
 *------------------------------------*/
.p-breadcrumbs {
  margin-top: calc(18 * 100 / 750 * 1vw);
  padding: calc(3 * 100 / 750 * 1vw) 0;
  word-break: break-all;
  text-align: left;
  font-size: 0;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.p-breadcrumbs.is-open {
  -webkit-transform: translateX(calc(560 * 100 / 750 * 1vw));
          transform: translateX(calc(560 * 100 / 750 * 1vw));
}

.p-breadcrumbs-list > span {
  display: inline-block;
  font-size: calc(20 * 100 / 750 * 1vw);
  color: #000;
}

.p-breadcrumbs-list > span > a {
  position: relative;
  display: inline-block;
  margin-right: calc(20 * 100 / 750 * 1vw);
  padding-right: calc(20 * 100 / 750 * 1vw);
}

.p-breadcrumbs-list > span > a img {
  width: calc(32 * 100 / 750 * 1vw);
  height: calc(28 * 100 / 750 * 1vw);
  vertical-align: text-bottom;
}

.p-breadcrumbs-list > span > a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: calc(12 * 100 / 750 * 1vw);
  height: calc(12 * 100 / 750 * 1vw);
  margin-top: calc(-1 * 100 / 750 * 1vw);
  border-top: 2px solid #134f9a;
  border-right: 2px solid #134f9a;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

/**
 * 記事一覧
 *------------------------------------*/
.p-caseItems {
  margin-top: calc(100 * 100 / 750 * 1vw);
}

.p-caseItem {
  border: calc(1 * 100 / 750 * 1vw) solid #c7c7c7;
}

.p-caseItem + .p-caseItem {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.p-caseItem a {
  display: block;
}

.p-caseItem-image {
  position: relative;
  height: calc(340 * 100 / 750 * 1vw);
  overflow: hidden;
}

.p-caseItem-image img {
  position: relative;
  width: 100%;
}

.p-caseItem-image.-landscape > img {
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-caseItem-image.-portrait > img {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-caseItem-content {
  padding: calc(25 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw);
}

.p-caseItem-title {
  position: relative;
  padding-bottom: calc(25 * 100 / 750 * 1vw);
}

.p-caseItem-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(30 * 100 / 750 * 1vw);
  height: calc(4 * 100 / 750 * 1vw);
  background: #134f9a;
}

.p-caseItem-text {
  margin-top: calc(25 * 100 / 750 * 1vw);
  color: #134f9a;
}

.p-faq {
  padding-top: calc(100 * 100 / 750 * 1vw);
}

.p-faq-items {
  margin-top: calc(80 * 100 / 750 * 1vw);
}

.p-faq-item:not(:first-child) {
  margin-top: calc(15 * 100 / 750 * 1vw);
}

.p-faq-item-question {
  position: relative;
  padding: calc(25 * 100 / 750 * 1vw) calc(75 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #eeeeee;
  cursor: pointer;
}

.p-faq-item-question::before, .p-faq-item-question::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(30 * 100 / 750 * 1vw);
  width: calc(34 * 100 / 750 * 1vw);
  height: calc(2 * 100 / 750 * 1vw);
  background: #004192;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.p-faq-item-question::before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}

.p-faq-item-question::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-faq-item-question.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-faq-item-question.is-open::after {
  -webkit-transform: translateY(-50%) rotate(360deg);
          transform: translateY(-50%) rotate(360deg);
}

.p-faq-item-question .icon {
  position: absolute;
  top: 50%;
  left: calc(30 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: calc(30 * 100 / 750 * 1vw);
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #074795;
  line-height: 1;
}

.p-faq-item-anser {
  position: relative;
  display: none;
  padding: calc(25 * 100 / 750 * 1vw) calc(25 * 100 / 750 * 1vw) calc(25 * 100 / 750 * 1vw) calc(75 * 100 / 750 * 1vw);
  background: #eeeeee;
  line-height: 1.6;
}

.p-faq-item-anser .icon {
  position: absolute;
  top: 50%;
  left: calc(30 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: calc(30 * 100 / 750 * 1vw);
  color: #074795;
  font-weight: bold;
  line-height: 1;
}

.p-faq-more {
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(90 * 100 / 750 * 1vw) auto 0;
}

.p-flow {
  padding: calc(85 * 100 / 750 * 1vw) 0 calc(90 * 100 / 750 * 1vw);
  background: #eeeeee;
}

.p-flow-items {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.p-flow-item {
  position: relative;
  counter-increment: number;
  background: #fff;
  list-style: none;
}

.p-flow-item + .p-flow-item {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.p-flow-item + .p-flow-item::before {
  content: '';
  position: absolute;
  top: calc(-34 * 100 / 750 * 1vw);
  left: 50%;
  width: calc(32 * 100 / 750 * 1vw);
  height: calc(14 * 100 / 750 * 1vw);
  background: url(../images/common/ico_arrow_blue_02.png) 0 0 no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-flow-item-inner {
  position: relative;
  padding: calc(30 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw) calc(110 * 100 / 750 * 1vw);
}

.p-flow-item-inner::before {
  content: "0" counter(number);
  position: absolute;
  display: block;
  top: 50%;
  left: calc(24 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: calc(30 * 100 / 750 * 1vw);
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  z-index: 1;
}

.p-flow-item-inner::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: calc(80 * 100 / 750 * 1vw);
  height: 100%;
  background: #074795;
}

.p-flow-item-title {
  font-weight: 700;
  color: #074795;
}

.p-flow-item-buttons {
  margin-top: calc(35 * 100 / 750 * 1vw);
}

.p-flow-item-button + .p-flow-item-button {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.p-flow-item-button-inner {
  display: block;
  padding: calc(20 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #004192;
  text-align: center;
}

.p-flow-item-button-tel {
  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: calc(30 * 100 / 750 * 1vw);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #074795;
}

.p-flow-item-button-tel span:nth-child(1) {
  display: inline-block;
  margin-right: calc(10 * 100 / 750 * 1vw);
  padding: 0 calc(10 * 100 / 750 * 1vw);
  background: #074795;
  font-size: calc(20 * 100 / 750 * 1vw);
  color: #fff;
}

.p-flow-item-button-time {
  font-size: calc(20 * 100 / 750 * 1vw);
  color: #2a2a2a;
}

.p-flow-more {
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(80 * 100 / 750 * 1vw) auto calc(100 * 100 / 750 * 1vw);
}

/**
 * コンタクトフォーム
 *------------------------------------*/
.p-form {
  margin-top: calc(55 * 100 / 750 * 1vw);
}

.p-form-row {
  padding: calc(14 * 100 / 750 * 1vw) calc(18 * 100 / 750 * 1vw);
  border-bottom: calc(1 * 100 / 750 * 1vw) solid #d7d7d7;
}

.p-form-row:first-child {
  border-top: calc(1 * 100 / 750 * 1vw) solid #d7d7d7;
}

.mw_wp_form_confirm .p-form-row.-emailConfirm {
  display: none;
}

.p-form-label {
  color: #000;
  font-weight: 700;
}

.p-form-value {
  margin-top: calc(15 * 100 / 750 * 1vw);
}

.p-form-value label {
  cursor: pointer;
}

.p-form-error {
  margin-top: calc(10 * 100 / 750 * 1vw);
  color: #e60012;
}

.p-items {
  border-top: calc(1 * 100 / 750 * 1vw) solid #d7d7d7;
}

.p-item {
  padding: calc(30 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw) calc(25 * 100 / 750 * 1vw);
  border-bottom: calc(1 * 100 / 750 * 1vw) solid #d7d7d7;
}

.p-item-category {
  font-size: calc(20 * 100 / 750 * 1vw);
}

.p-item-category a {
  display: inline-block;
  min-width: calc(250 * 100 / 750 * 1vw);
  padding: 0 calc(10 * 100 / 750 * 1vw) calc(2 * 100 / 750 * 1vw);
  border-width: calc(1 * 100 / 750 * 1vw);
  border-style: solid;
  border-radius: calc(10 * 100 / 750 * 1vw);
  text-align: center;
}

.p-item-category.-all {
  border-color: #468ed2;
}

.p-item-category.-all a {
  color: #468ed2;
}

.p-item-category.-staff {
  border-color: #fca046;
}

.p-item-category.-staff a {
  color: #fca046;
}

.p-item-category.-topic {
  border-color: #5bb849;
}

.p-item-category.-topic a {
  color: #5bb849;
}

.p-item-category.-recruit {
  border-color: #f2679f;
}

.p-item-category.-recruit a {
  color: #f2679f;
}

.p-item-time {
  margin-top: calc(15 * 100 / 750 * 1vw);
  font-size: calc(20 * 100 / 750 * 1vw);
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

.p-item-title {
  margin-top: calc(10 * 100 / 750 * 1vw);
}

.p-item-title a {
  font-size: calc(22 * 100 / 750 * 1vw);
  color: #134f9a;
}

/**
 * 記事詳細NEWS
 *------------------------------------*/
.p-notice {
  max-width: 800px;
  margin: 0 auto;
}

.p-notice-article {
  margin-top: calc(100 * 100 / 750 * 1vw);
}

.p-notice-article-header-meta {
  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;
  margin-top: calc(35 * 100 / 750 * 1vw);
}

.p-notice-article-header-time {
  margin: 0 0 0 calc(20 * 100 / 750 * 1vw);
}

.p-notice-article-contents {
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.p-notice-article-contents p + p {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.p-notice-article-more {
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(90 * 100 / 750 * 1vw) auto 0;
}

/**
 * ページヘッダー
 *------------------------------------*/
.p-pageHeader {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(485 * 100 / 750 * 1vw);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}

.p-pageHeader.is-open {
  -webkit-transform: translateX(calc(560 * 100 / 750 * 1vw));
          transform: translateX(calc(560 * 100 / 750 * 1vw));
}

.p-pageHeader.-recruit {
  height: calc(520 * 100 / 750 * 1vw);
}

.p-pageHeader.-logistics {
  background-image: url(../images/logistics/pagetitle.jpg);
}

.p-pageHeader.-support {
  background-image: url(../images/support/pagetitle.jpg);
}

.p-pageHeader.-temp-agency {
  background-image: url(../images/temp-agency/pagetitle.jpg);
}

.p-pageHeader.-recruit {
  background-image: url(../images/recruit/pagetitle.jpg);
}

.p-pageHeader-inner {
  position: relative;
  width: calc(570 * 100 / 750 * 1vw);
  max-width: 530px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
}

.p-pageHeader-inner::before, .p-pageHeader-inner::after {
  content: '';
  position: absolute;
  top: 0;
  width: calc(71 * 100 / 750 * 1vw);
  height: calc(58 * 100 / 750 * 1vw);
  background: url(../images/common/bg_brackets_01.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-pageHeader-inner::before {
  left: 0;
}

.p-pageHeader-inner::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-pageHeader-contents {
  position: relative;
  padding: calc(50 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(50 * 100 / 750 * 1vw);
}

.p-pageHeader-contents::before, .p-pageHeader-contents::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(71 * 100 / 750 * 1vw);
  height: calc(58 * 100 / 750 * 1vw);
  background: url(../images/common/bg_brackets_01.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.p-pageHeader-contents::before {
  left: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.p-pageHeader-contents::after {
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.p-pageHeader-subtitle {
  font-size: calc(22 * 100 / 750 * 1vw);
  font-weight: 700;
}

.p-pageHeader-title {
  line-height: 1;
}

.p-pageHeader-title-text {
  display: block;
}

.p-pageHeader-title-text.-en {
  margin-top: calc(15 * 100 / 750 * 1vw);
  font-size: calc(55 * 100 / 750 * 1vw);
  font-family: "Roboto Condensed", sans-serif;
  color: #004192;
}

.p-pageHeader-title-text.-ja {
  margin-top: calc(15 * 100 / 750 * 1vw);
  font-size: calc(28 * 100 / 750 * 1vw);
  font-weight: 500;
}

.p-pageHeader-lead {
  margin-top: calc(15 * 100 / 750 * 1vw);
  font-size: calc(20 * 100 / 750 * 1vw);
}

.p-pageHeader-button {
  width: calc(390 * 100 / 750 * 1vw);
  margin: calc(30 * 100 / 750 * 1vw) auto 0;
}

.p-pageHeader-button 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;
  height: calc(70 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #134f9a;
  background: #134f9a;
  line-height: 1.3;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
}

.p-pageHeader.-underlayer {
  height: calc(150 * 100 / 750 * 1vw);
  background: #f3f7fd;
}

.p-pageHeader.-underlayer .p-pageHeader-title {
  text-align: center;
}

.p-pageHeader.-underlayer .p-pageHeader-title-text.-ja {
  margin-top: 0;
  font-size: calc(28 * 100 / 750 * 1vw);
}

.p-pageHeader.-underlayer .p-pageHeader-title-text.-en {
  font-size: calc(20 * 100 / 750 * 1vw);
}

/**
 * ページネーション
 *------------------------------------*/
.p-pager {
  margin-top: calc(110 * 100 / 750 * 1vw);
}

.p-pager .wp-pagenavi {
  text-align: center;
}

.p-pager .wp-pagenavi .pages,
.p-pager .wp-pagenavi .extend,
.p-pager .wp-pagenavi .first,
.p-pager .wp-pagenavi .last {
  display: none;
}

.p-pager .wp-pagenavi .previouspostslink,
.p-pager .wp-pagenavi .nextpostslink {
  text-decoration: none;
  position: relative;
  display: inline-block;
  height: 63px;
  font-weight: 700;
  color: #000;
  line-height: 63px;
}

.p-pager .wp-pagenavi .previouspostslink::before, .p-pager .wp-pagenavi .previouspostslink::after,
.p-pager .wp-pagenavi .nextpostslink::before,
.p-pager .wp-pagenavi .nextpostslink::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  height: calc(4 * 100 / 750 * 1vw);
  background: #1a1a1a;
}

.p-pager .wp-pagenavi .previouspostslink {
  padding-left: calc(50 * 100 / 750 * 1vw);
}

.p-pager .wp-pagenavi .previouspostslink::before, .p-pager .wp-pagenavi .previouspostslink::after {
  left: 0;
  width: calc(20 * 100 / 750 * 1vw);
  margin-right: calc(20 * 100 / 750 * 1vw);
}

.p-pager .wp-pagenavi .previouspostslink::before {
  width: calc(40 * 100 / 750 * 1vw);
}

.p-pager .wp-pagenavi .previouspostslink::after {
  width: calc(28 * 100 / 750 * 1vw);
  -webkit-transform: rotate(-40deg) translateY(calc(-10 * 100 / 750 * 1vw));
          transform: rotate(-40deg) translateY(calc(-10 * 100 / 750 * 1vw));
}

.p-pager .wp-pagenavi .nextpostslink {
  padding-right: calc(50 * 100 / 750 * 1vw);
}

.p-pager .wp-pagenavi .nextpostslink::before, .p-pager .wp-pagenavi .nextpostslink::after {
  right: 0;
  width: calc(20 * 100 / 750 * 1vw);
  margin-left: calc(20 * 100 / 750 * 1vw);
}

.p-pager .wp-pagenavi .nextpostslink::before {
  width: calc(40 * 100 / 750 * 1vw);
}

.p-pager .wp-pagenavi .nextpostslink::after {
  width: calc(28 * 100 / 750 * 1vw);
  -webkit-transform: rotate(40deg) translateY(calc(-10 * 100 / 750 * 1vw));
          transform: rotate(40deg) translateY(calc(-10 * 100 / 750 * 1vw));
}

.p-pager .wp-pagenavi .page,
.p-pager .wp-pagenavi .current {
  position: relative;
  display: inline-block;
  line-height: 63px;
  width: 63px;
  height: 63px;
  font-weight: 700;
  color: #000;
}

.p-pager .wp-pagenavi .page::after,
.p-pager .wp-pagenavi .current::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #134f9a;
  border-radius: 100px;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%) scale(0.79);
          transform: translate(-50%, -50%) scale(0.79);
  opacity: 0;
}

.p-pager .wp-pagenavi .page {
  text-decoration: none;
  -webkit-transition: color .5s ease-in-out;
  transition: color .5s ease-in-out;
}

.p-pager .wp-pagenavi .page::after {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.p-pager .wp-pagenavi .page:hover {
  color: #fff;
}

.p-pager .wp-pagenavi .page:hover::after {
  width: 63px;
  height: 63px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.p-pager .wp-pagenavi .current {
  color: #fff;
}

.p-pager .wp-pagenavi .current::after {
  opacity: 1;
}

/*============================================================================*
 * トップページ
 *============================================================================*/
.home-title {
  text-align: center;
}

.home-title-text {
  display: block;
}

.home-title-text.-ja {
  font-size: calc(46 * 100 / 750 * 1vw);
}

.home-title-text.-en {
  font-size: calc(28 * 100 / 750 * 1vw);
  font-weight: 500;
  color: #004192;
}

.home-visual {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(484 * 100 / 750 * 1vw);
  background: url(../images/home/bg_visual_01.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.home-visual-inner {
  position: relative;
  width: calc(570 * 100 / 750 * 1vw);
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

/*.home-visual-inner::before, .home-visual-inner::after {
  content: '';
  position: absolute;
  top: 0;
  width: calc(71 * 100 / 750 * 1vw);
  height: calc(58 * 100 / 750 * 1vw);
  background: url(../images/common/bg_brackets_01.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}*/

.home-visual-inner::before {
  left: 0;
}

.home-visual-inner::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.home-visual-contents {
  position: relative;
  padding: calc(65 * 100 / 750 * 1vw) 0 calc(75 * 100 / 750 * 1vw);
}

/*.home-visual-contents::before, .home-visual-contents::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: calc(71 * 100 / 750 * 1vw);
  height: calc(58 * 100 / 750 * 1vw);
  background: url(../images/common/bg_brackets_01.png) 0 0 no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}*/

.home-visual-contents::before {
  left: 0;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.home-visual-contents::after {
  right: 0;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.home-visual-subtitle {
  font-size: calc(28 * 100 / 750 * 1vw);
  color: #fff;
  text-shadow: black 0 0 10px;
}

.home-visual-title {
  /*width: calc(388 * 100 / 750 * 1vw);*/
  /*max-width: 388px;*/
  margin: calc(20 * 100 / 750 * 1vw) auto 0;
  font-size: calc(36 * 100 / 750 * 1vw);
  color: #fff;
  text-shadow: black 0 0 10px;
}

.home-visual-scroll {
  position: absolute;
  bottom: calc(15 * 100 / 750 * 1vw);
  width: 100%;
  text-align: center;
  line-height: 1;
}

.home-visual-scroll-text {
  margin-bottom: 0;
  font-size: calc(20 * 100 / 750 * 1vw);
  color: #000;
  text-align: center;
}

.home-visual-scroll-icon {
  display: inline-block;
  width: calc(20 * 100 / 750 * 1vw);
  height: calc(34 * 100 / 750 * 1vw);
  margin-top: calc(10 * 100 / 750 * 1vw);
  border: calc(2 * 100 / 750 * 1vw) solid #000;
  border-radius: calc(10 * 100 / 750 * 1vw);
  text-align: center;
}

.home-visual-scroll-icon span {
  display: inline-block;
  width: calc(1 * 100 / 750 * 1vw);
  height: calc(10 * 100 / 750 * 1vw);
  background-color: #000;
  -webkit-animation: scroll-vs-sp 1.6s 1s ease-out infinite both;
          animation: scroll-vs-sp 1.6s 1s ease-out infinite both;
}

.home-nav {
  padding-top: calc(45 * 100 / 750 * 1vw);
}

.home-nav-inner {
  padding: 0 calc(70 * 100 / 750 * 1vw);
}

.home-nav-item {
  border: calc(2 * 100 / 750 * 1vw) solid #e3e4e4;
}

.home-nav-item + .home-nav-item {
  margin-top: calc(15 * 100 / 750 * 1vw);
}

.home-nav-item a {
  display: block;
}

.home-nav-item-inner {
  position: relative;
  height: calc(388 * 100 / 750 * 1vw);
  overflow: hidden;
}

.home-nav-item-inner p {
  position: absolute;
  bottom: calc(5 * 100 / 750 * 1vw);
  left: calc(16 * 100 / 750 * 1vw);
  font-size: calc(40 * 100 / 750 * 1vw);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.home-nav-item-image {
  position: relative;
  width: 100%;
  height: 100%;
}

.home-nav-item-image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-nav-item:nth-child(1) .home-nav-item-image::before {
  background-image: url(../images/home/img_nav_01.jpg);
}

.home-nav-item:nth-child(2) .home-nav-item-image::before {
  background-image: url(../images/home/img_nav_02.jpg);
}

.home-nav-item:nth-child(3) .home-nav-item-image::before {
  background-image: url(../images/home/img_nav_03.jpg);
}

.home-nav-item-text {
  padding: calc(35 * 100 / 750 * 1vw) calc(15 * 100 / 750 * 1vw);
  background: #fff;
}

.home-nav-item-text p {
  letter-spacing: -0.01em;
}

.home-nav-item-title {
  position: relative;
  padding-left: calc(60 * 100 / 750 * 1vw);
  font-size: calc(36 * 100 / 750 * 1vw);
}

.home-nav-item-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(20 * 100 / 750 * 1vw);
  width: calc(30 * 100 / 750 * 1vw);
  height: calc(30 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/ico_arrow_blue_03.png) 0 0 no-repeat;
  background-size: contain;
}

.home-notice {
  padding: calc(90 * 100 / 750 * 1vw) 0 calc(100 * 100 / 750 * 1vw);
}

.home-notice-items {
  margin-top: calc(60 * 100 / 750 * 1vw);
  padding: 0 calc(60 * 100 / 750 * 1vw);
}

.home-notice-item {
  padding: calc(20 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(25 * 100 / 750 * 1vw);
}

.home-notice-item a {
  display: block;
}

.home-notice-item:nth-child(odd) {
  background: #f6f6f6;
}

.home-notice-item:nth-child(even) {
  background: #eeeeee;
}

.home-notice-item-title {
  font-size: calc(24 * 100 / 750 * 1vw);
  font-weight: 700;
  color: #004192;
}

.home-notice-more {
  max-width: 390px;
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(70 * 100 / 750 * 1vw) auto 0;
}

.home-business {
  padding: calc(80 * 100 / 750 * 1vw) 0 calc(50 * 100 / 750 * 1vw);
}

.home-business-lead {
  margin-top: calc(55 * 100 / 750 * 1vw);
  padding: 0 calc(80 * 100 / 750 * 1vw);
  text-align: center;
}

.home-business-contents {
  margin-top: calc(65 * 100 / 750 * 1vw);
}

.home-business-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: calc(90 * 100 / 750 * 1vw) 0;
  border-bottom: calc(1 * 100 / 750 * 1vw) solid #e3e4e4;
}

.home-business-content-lead {
  padding: 0 calc(80 * 100 / 750 * 1vw);
}

.home-business-content-lead-text {
  font-size: calc(34 * 100 / 750 * 1vw);
  text-align: center;
}

.home-business-content-lead-text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(0, #ffff00));
  background: linear-gradient(transparent 40%, #ffff00 0);
}

.home-business-content-lead-items {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.home-business-content-lead-item {
  position: relative;
  margin-top: calc(10 * 100 / 750 * 1vw);
  padding-left: calc(70 * 100 / 750 * 1vw);
}

.home-business-content-lead-item::before {
  content: '';
  position: absolute;
  top: calc(10 * 100 / 750 * 1vw);
  left: 0;
  width: calc(26 * 100 / 750 * 1vw);
  height: calc(26 * 100 / 750 * 1vw);
  background: url(../images/common/ico_check_black_01.png) 0 0 no-repeat;
  background-size: contain;
}

.home-business-content-possible {
  margin-top: calc(40 * 100 / 750 * 1vw);
  padding: calc(30 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw);
  background: #004192;
}

.home-business-content-possible p {
  font-size: calc(30 * 100 / 750 * 1vw);
  color: #f6f6f6;
  text-align: center;
  line-height: 1.5;
}

.home-business-content-possible p span {
  font-size: calc(32 * 100 / 750 * 1vw);
}

.home-business-content-acting {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.home-business-content-customer {
  margin-top: calc(90 * 100 / 750 * 1vw);
}

.home-business-content-inner {
  padding: 0 calc(80 * 100 / 750 * 1vw);
}

.home-business-content-items {
  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: calc(30 * 100 / 750 * 1vw) calc(-15 * 100 / 750 * 1vw) 0;
}

.home-business-content-item {
  width: calc(33.3333% - calc(30 * 100 / 750 * 1vw));
  margin: 0 calc(15 * 100 / 750 * 1vw);
  text-align: center;
}

.home-business-content-item:nth-child(n + 4) {
  width: 35%;
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.home-business-content-item-text {
  margin-top: calc(30 * 100 / 750 * 1vw);
  font-size: calc(24 * 100 / 750 * 1vw);
  letter-spacing: -0.01em;
}

.home-business-content-case {
  margin-top: calc(80 * 100 / 750 * 1vw);
}

.home-business-content-case-items {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.home-business-content-case-item {
  border: calc(1 * 100 / 750 * 1vw) solid #e4e5e5;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.home-business-content-case-item + .home-business-content-case-item {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.home-business-content-case-item > a {
  display: block;
}

.home-business-content-case-item-image img {
  width: 100%;
}

.home-business-content-case-item-inner {
  position: relative;
  padding: calc(50 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(60 * 100 / 750 * 1vw);
}

.home-business-content-case-item-inner p + p {
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.home-business-content-case-item-title {
  position: absolute;
  width: 80%;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto calc(-31 * 100 / 750 * 1vw);
  color: #fff;
  text-align: center;
}

.home-business-content-case-item-title span {
  display: inline-block;
  padding: calc(10 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw);
  border-radius: calc(50 * 100 / 750 * 1vw);
  background: #004192;
  font-weight: 500;
}

.home-business-content-case-item-subtitle {
  font-size: calc(26 * 100 / 750 * 1vw);
}

.home-business-content-case-item-text {
  margin-top: calc(20 * 100 / 750 * 1vw);
  font-size: calc(22 * 100 / 750 * 1vw);
}

.home-business-content-temp-agency {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.home-business-content-temp-agency-inner {
  padding: 0 calc(80 * 100 / 750 * 1vw);
}

.home-business-content-temp-agency-item {
  position: relative;
  padding: calc(30 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(80 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #c3c3c3;
}

.home-business-content-temp-agency-item::before {
  content: '';
  position: absolute;
  bottom: calc(40 * 100 / 750 * 1vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(24 * 100 / 750 * 1vw);
  height: calc(24 * 100 / 750 * 1vw);
  margin-left: calc(-12 * 100 / 750 * 1vw);
  /*border-top: calc(2 * 100 / 750 * 1vw) solid #000;*/
  /*border-right: calc(2 * 100 / 750 * 1vw) solid #000;*/
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.home-business-content-temp-agency-item + .home-business-content-temp-agency-item {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.home-business-content-temp-agency-item-subtitle {
  margin-top: calc(20 * 100 / 750 * 1vw);
  text-align: center;
}

.home-business-content-temp-agency-item-image {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.home-business-content-temp-agency-item-text {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.home-business-content-logistics {
  margin-top: calc(120 * 100 / 750 * 1vw);
}

.home-business-content-logistics-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 calc(10 * 100 / 750 * 1vw);
}

.home-business-content-logistics-item {
  width: calc(33.3333% - calc(20 * 100 / 750 * 1vw));
  margin: 0 calc(10 * 100 / 750 * 1vw);
  text-align: center;
}

.home-business-content-logistics-item:nth-child(n + 4) {
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.home-business-content-more {
  max-width: 450px;
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(90 * 100 / 750 * 1vw) auto 0;
}

.home-about {
  padding-top: calc(100 * 100 / 750 * 1vw);
}

.home-about-title {
  position: relative;
  padding-bottom: calc(35 * 100 / 750 * 1vw);
  text-align: left;
}

.home-about-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(115 * 100 / 750 * 1vw);
  height: calc(3 * 100 / 750 * 1vw);
  background: #004192;
}

.home-about-title-text {
  display: block;
  font-weight: 500;
}

.home-about-title-text.-ja {
  font-size: calc(36 * 100 / 750 * 1vw);
}

.home-about-title-text.-en {
  font-size: calc(28 * 100 / 750 * 1vw);
  color: #004192;
}

.home-about-text {
  margin-top: calc(45 * 100 / 750 * 1vw);
}

.home-about-text-title {
  font-size: calc(26 * 100 / 750 * 1vw);
  font-weight: 700;
}

.home-about-text p + p {
  margin-top: calc(25 * 100 / 750 * 1vw);
}

.home-about-image {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.home-about-more {
  max-width: 390px;
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(60 * 100 / 750 * 1vw) auto 0;
}

@-webkit-keyframes scroll-vs-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(-6 * 100 / 750 * 1vw));
    transform: translateY(calc(-6 * 100 / 750 * 1vw));
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(calc(3 * 100 / 750 * 1vw));
    transform: translateY(calc(3 * 100 / 750 * 1vw));
  }
  70% {
    opacity: 0;
    -webkit-transform: translateY(calc(4 * 100 / 750 * 1vw));
    transform: translateY(calc(4 * 100 / 750 * 1vw));
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll-vs-sp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(calc(-6 * 100 / 750 * 1vw));
    transform: translateY(calc(-6 * 100 / 750 * 1vw));
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(calc(3 * 100 / 750 * 1vw));
    transform: translateY(calc(3 * 100 / 750 * 1vw));
  }
  70% {
    opacity: 0;
    -webkit-transform: translateY(calc(4 * 100 / 750 * 1vw));
    transform: translateY(calc(4 * 100 / 750 * 1vw));
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll-vs-pc {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll-vs-pc {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
  70% {
    opacity: 0;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  100% {
    opacity: 0;
  }
}

/*============================================================================*
 * temp-agency
 *============================================================================*/
.temp-agency-lead {
  position: relative;
  padding: calc(100 * 100 / 750 * 1vw) 0;
}

.temp-agency-lead::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(50 * 100 / 750 * 1vw) calc(110 * 100 / 750 * 1vw) 0 calc(110 * 100 / 750 * 1vw);
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}

.temp-agency-lead-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(70 * 100 / 750 * 1vw) calc(-25 * 100 / 750 * 1vw) 0;
}

.temp-agency-lead-item {
  width: calc(50% - 50 * 100 / 750 * 1vw);
  margin: 0 calc(25 * 100 / 750 * 1vw);
}

.temp-agency-lead-item:nth-child(n + 3) {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.temp-agency-lead-item-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(130 * 100 / 750 * 1vw);
  margin: 0 auto;
  padding: 0 calc(30 * 100 / 750 * 1vw);
  font-size: calc(24 * 100 / 750 * 1vw);
  font-weight: 700;
  color: #013277;
  text-align: center;
  line-height: 1;
}

.temp-agency-lead-item-number::before, .temp-agency-lead-item-number::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(15 * 100 / 750 * 1vw);
  height: calc(15 * 100 / 750 * 1vw);
  border-top: calc(4 * 100 / 750 * 1vw) solid #013277;
  border-right: calc(4 * 100 / 750 * 1vw) solid #013277;
}

.temp-agency-lead-item-number::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.temp-agency-lead-item-number::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.temp-agency-lead-item-number span {
  line-height: 1;
}

.temp-agency-lead-item-number span:nth-child(2) {
  padding-left: calc(10 * 100 / 750 * 1vw);
  font-size: calc(24 * 100 / 750 * 1vw);
}

.temp-agency-lead-item-image {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.temp-agency-lead-item-image img {
  width: 100%;
}

.temp-agency-lead-item-title {
  margin-top: calc(20 * 100 / 750 * 1vw);
  font-weight: 700;
  text-align: center;
}

.temp-agency-lead-item-text {
  margin-top: calc(20 * 100 / 750 * 1vw);
  text-align: center;
}

.temp-agency-solution {
  padding: calc(160 * 100 / 750 * 1vw) 0 calc(95 * 100 / 750 * 1vw);
}

.temp-agency-solution-title {
  font-size: calc(28 * 100 / 750 * 1vw);
  font-weight: 500;
  text-align: center;
  color: #000;
}

.temp-agency-solution-title span {
  font-size: calc(30 * 100 / 750 * 1vw);
  font-weight: 700;
}

.temp-agency-solution-title span span {
  color: #013277;
}

.temp-agency-solution-title span .temp-agency-solution-title-quotation {
  color: #6b6a6a;
}

.temp-agency-solution-items {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.temp-agency-solution-item {
  padding: calc(15 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #f9bc41;
  background: #fff;
  text-align: center;
}

.temp-agency-solution-item:not(:first-child) {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.temp-agency-solution-item span {
  position: relative;
  padding-left: calc(40 * 100 / 750 * 1vw);
}

.temp-agency-solution-item span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(22 * 100 / 750 * 1vw);
  height: calc(14 * 100 / 750 * 1vw);
  border-left: calc(3 * 100 / 750 * 1vw) solid #f9bc41;
  border-bottom: calc(3 * 100 / 750 * 1vw) solid #f9bc41;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.temp-agency-solution-lead {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.temp-agency-solution-contents {
  margin-top: calc(130 * 100 / 750 * 1vw);
}

.temp-agency-solution-contents .temp-agency-solution-contents-text {
  font-size: calc(26 * 100 / 750 * 1vw);
}

.temp-agency-solution-contents .temp-agency-solution-contents-text::before {
  width: calc(35 * 100 / 750 * 1vw);
  height: calc(2 * 100 / 750 * 1vw);
}

.temp-agency-solution-contents-inner {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.temp-agency-solution-contents-more {
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(90 * 100 / 750 * 1vw) auto 0;
}

.temp-agency-solution-content {
  padding: calc(30 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(60 * 100 / 750 * 1vw);
  background: #fff;
}

.temp-agency-solution-content + .temp-agency-solution-content {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.temp-agency-solution-content-image {
  margin-top: calc(35 * 100 / 750 * 1vw);
}

.temp-agency-solution-content-image img {
  width: 100%;
}

.temp-agency-solution-content-text {
  margin-top: calc(15 * 100 / 750 * 1vw);
}

.temp-agency-service {
  padding: calc(60 * 100 / 750 * 1vw) 0 calc(160 * 100 / 750 * 1vw);
}

.temp-agency-service-inner {
  border: calc(1 * 100 / 750 * 1vw) solid #c1c1c1;
}

.temp-agency-service-content-inner {
  padding: calc(95 * 100 / 750 * 1vw) calc(40 * 100 / 750 * 1vw) calc(105 * 100 / 750 * 1vw);
}

.temp-agency-service-content-title {
  text-align: center;
}

.temp-agency-service-content-title span {
  position: relative;
  display: inline-block;
  padding-bottom: calc(40 * 100 / 750 * 1vw);
  font-size: calc(30 * 100 / 750 * 1vw);
}

.temp-agency-service-content-title span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100 * 100 / 750 * 1vw);
  height: calc(4 * 100 / 750 * 1vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #004192;
}

.temp-agency-service-content-lead {
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.temp-agency-service-content-image {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.temp-agency-service-content-merit {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.temp-agency-service-content-merit-title {
  font-size: calc(25 * 100 / 750 * 1vw);
}

.temp-agency-service-content-merit-title span {
  position: relative;
  display: inline-block;
  padding-bottom: calc(30 * 100 / 750 * 1vw);
}

.temp-agency-service-content-merit-title span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(60 * 100 / 750 * 1vw);
  height: calc(3 * 100 / 750 * 1vw);
  background: #004192;
}

.temp-agency-service-content-merit-items {
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.temp-agency-service-content-merit-item {
  padding: calc(35 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw) calc(50 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #e3e4e4;
}

.temp-agency-service-content-merit-item + .temp-agency-service-content-merit-item {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.temp-agency-service-content-merit-item-subTitle {
  margin-top: calc(35 * 100 / 750 * 1vw);
  text-align: center;
}

.temp-agency-service-content-merit-item-subTitle span {
  font-size: calc(25 * 100 / 750 * 1vw);
  font-weight: 700;
}

.temp-agency-service-content-merit-item-subTitle span span {
  color: #013277;
}

.temp-agency-service-content-merit-item-subTitle span .temp-agency-service-content-merit-item-subTitle-quotation {
  color: #6b6a6a;
}

.temp-agency-service-content-merit-item-quotation {
  color: #868686;
}

.temp-agency-service-content-merit-item-image {
  margin-top: calc(30 * 100 / 750 * 1vw);
  text-align: center;
}

.temp-agency-service-content-merit-item-text {
  margin-top: calc(30 * 100 / 750 * 1vw);
  text-align: center;
}

.temp-agency-service-content-use {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.temp-agency-service-content-use-item + .temp-agency-service-content-use-item {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.temp-agency-service-content-use-title {
  font-size: calc(25 * 100 / 750 * 1vw);
}

.temp-agency-service-content-use-title span {
  position: relative;
  display: inline-block;
  padding-bottom: calc(30 * 100 / 750 * 1vw);
}

.temp-agency-service-content-use-title span::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(60 * 100 / 750 * 1vw);
  height: calc(3 * 100 / 750 * 1vw);
  background: #004192;
}

.temp-agency-service-content-use-text {
  margin-top: calc(35 * 100 / 750 * 1vw);
}

.temp-agency-service-content-use-text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.temp-agency-service-content-use-more {
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(90 * 100 / 750 * 1vw) auto 0;
}

.temp-agency-service-content-case {
  counter-increment: number;
  position: relative;
  margin-top: calc(90 * 100 / 750 * 1vw);
  padding: calc(80 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw) calc(100 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #c3c4c4;
  -webkit-box-shadow: calc(8 * 100 / 750 * 1vw) calc(8 * 100 / 750 * 1vw) #c3c4c4;
          box-shadow: calc(8 * 100 / 750 * 1vw) calc(8 * 100 / 750 * 1vw) #c3c4c4;
}

.temp-agency-service-content-case + .temp-agency-service-content-case {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.temp-agency-service-content-case-number {
  position: absolute;
  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;
  top: calc(-50 * 100 / 750 * 1vw);
  left: calc(30 * 100 / 750 * 1vw);
  width: calc(100 * 100 / 750 * 1vw);
  height: calc(100 * 100 / 750 * 1vw);
  padding-bottom: calc(40 * 100 / 750 * 1vw);
  background: #134f9a;
  font-size: calc(20 * 100 / 750 * 1vw);
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
}

.temp-agency-service-content-case-number::after {
  content: "0" counter(number);
  position: absolute;
  display: block;
  bottom: calc(10 * 100 / 750 * 1vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: calc(28 * 100 / 750 * 1vw);
}

.temp-agency-service-content-case-text:not(:first-child) {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.temp-agency-service-content-case-text dl:not(:first-child) {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.temp-agency-service-content-case-text dl dt {
  font-weight: 700;
}

.temp-agency-service-content-case-image {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

/*============================================================================*
 * logistics
 *============================================================================*/
.logistics-lead {
  position: relative;
  padding: calc(100 * 100 / 750 * 1vw) 0;
}

.logistics-lead::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(50 * 100 / 750 * 1vw) calc(110 * 100 / 750 * 1vw) 0 calc(110 * 100 / 750 * 1vw);
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}

.logistics-lead-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(70 * 100 / 750 * 1vw) calc(-25 * 100 / 750 * 1vw) 0;
}

.logistics-lead-item {
  width: calc(50% - 50 * 100 / 750 * 1vw);
  margin: 0 calc(25 * 100 / 750 * 1vw);
}

.logistics-lead-item:nth-child(n + 3) {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.logistics-lead-item-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(130 * 100 / 750 * 1vw);
  margin: 0 auto;
  padding: 0 calc(30 * 100 / 750 * 1vw);
  font-size: calc(24 * 100 / 750 * 1vw);
  font-weight: 700;
  color: #013277;
  text-align: center;
  line-height: 1;
}

.logistics-lead-item-number::before, .logistics-lead-item-number::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(15 * 100 / 750 * 1vw);
  height: calc(15 * 100 / 750 * 1vw);
  border-top: calc(4 * 100 / 750 * 1vw) solid #013277;
  border-right: calc(4 * 100 / 750 * 1vw) solid #013277;
}

.logistics-lead-item-number::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.logistics-lead-item-number::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.logistics-lead-item-number span {
  line-height: 1;
}

.logistics-lead-item-number span:nth-child(2) {
  padding-left: calc(10 * 100 / 750 * 1vw);
  font-size: calc(24 * 100 / 750 * 1vw);
}

.logistics-lead-item-image {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.logistics-lead-item-image img {
  width: 100%;
}

.logistics-lead-item-title {
  margin-top: calc(20 * 100 / 750 * 1vw);
  font-weight: 700;
  text-align: center;
}

.logistics-lead-item-text {
  margin-top: calc(20 * 100 / 750 * 1vw);
  text-align: center;
}

.logistics-solution-nav {
  position: relative;
  padding: calc(160 * 100 / 750 * 1vw) 0 calc(95 * 100 / 750 * 1vw);
}

.logistics-solution-nav-title {
  font-size: calc(28 * 100 / 750 * 1vw);
  text-align: center;
  color: #000;
}

.logistics-solution-nav-title span {
  font-size: calc(30 * 100 / 750 * 1vw);
  font-weight: 700;
}

.logistics-solution-nav-title span span {
  color: #013277;
}

.logistics-solution-nav-title span .logistics-solution-nav-quotation {
  color: #6b6a6a;
}

.logistics-solution-nav-lead {
  margin-top: calc(50 * 100 / 750 * 1vw);
  text-align: center;
}

.logistics-solution-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(80 * 100 / 750 * 1vw) calc(-15 * 100 / 750 * 1vw) 0;
}

.logistics-solution-nav-item {
  width: calc(50% - 30 * 100 / 750 * 1vw);
  margin: 0 calc(15 * 100 / 750 * 1vw);
  background: #fff;
}

.logistics-solution-nav-item:nth-child(n + 3) {
  margin-top: calc(15 * 100 / 750 * 1vw);
}

.logistics-solution-nav-item a {
  position: relative;
  display: block;
  min-height: calc(252 * 100 / 750 * 1vw);
  padding: calc(30 * 100 / 750 * 1vw) calc(25 * 100 / 750 * 1vw) calc(70 * 100 / 750 * 1vw);
  color: #000;
}

.logistics-solution-nav-item a::before {
  content: '';
  position: absolute;
  bottom: calc(40 * 100 / 750 * 1vw);
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: calc(15 * 100 / 750 * 1vw);
  height: calc(15 * 100 / 750 * 1vw);
  border-top: calc(2 * 100 / 750 * 1vw) solid #000;
  border-right: calc(2 * 100 / 750 * 1vw) solid #000;
}

.logistics-solution-nav-item-title {
  position: relative;
  display: block;
  padding-bottom: calc(15 * 100 / 750 * 1vw);
  font-size: calc(30 * 100 / 750 * 1vw);
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  line-height: 1;
}

.logistics-solution-nav-item-title::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(35 * 100 / 750 * 1vw);
  height: calc(4 * 100 / 750 * 1vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #004192;
}

.logistics-solution-nav-item-title.-orange::before {
  background: #f9bc41;
}

.logistics-solution-nav-item-text {
  display: block;
  margin-top: calc(35 * 100 / 750 * 1vw);
  text-align: center;
}

.logistics-solution-nav-item:nth-child(3) .logistics-solution-nav-item-text {
  margin-top: calc(20 * 100 / 750 * 1vw);
  line-height: 1.2;
}

.logistics-solution-content {
  padding: calc(100 * 100 / 750 * 1vw) 0;
}

.logistics-solution-content-lead {
  margin-top: calc(35 * 100 / 750 * 1vw);
  text-align: center;
}

.logistics-solution-content-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(70 * 100 / 750 * 1vw) calc(-35 * 100 / 750 * 1vw) 0;
}

.logistics-solution-content-item {
  width: calc(50% - 70 * 100 / 750 * 1vw);
  margin: 0 calc(35 * 100 / 750 * 1vw);
}

.logistics-solution-content-item:nth-child(n + 3) {
  margin-top: calc(35 * 100 / 750 * 1vw);
}

.logistics-solution-content-item-image img {
  width: 100%;
}

.logistics-solution-content-item-text {
  width: calc(200 * 100 / 750 * 1vw);
  margin: calc(30 * 100 / 750 * 1vw) auto 0;
}

.logistics-solution-content-item-title {
  display: inline-block;
  background: #f9ba3b;
  font-size: calc(27 * 100 / 750 * 1vw);
}

.logistics-solution-content-item ul {
  margin-top: calc(10 * 100 / 750 * 1vw);
}

.logistics-solution-content-type {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.logistics-solution-content-type table {
  width: 100%;
  border: calc(1 * 100 / 750 * 1vw) solid #e1e1e1;
}

.logistics-solution-content-type table thead {
  display: none;
}

.logistics-solution-content-type table tr:last-child td:last-child {
  border-bottom: none;
}

.logistics-solution-content-type table th,
.logistics-solution-content-type table td {
  display: block;
  padding: calc(20 * 100 / 750 * 1vw);
  width: 100%;
  font-weight: 500;
  text-align: center;
}

.logistics-solution-content-type table th {
  border-bottom: calc(1 * 100 / 750 * 1vw) solid #e1e1e1;
  background: #fff;
}

.logistics-solution-content-type table th + td {
  background: #f4fafd;
}

.logistics-solution-content-type table th + td::before {
  background: #074795;
}

.logistics-solution-content-type table td {
  position: relative;
  padding-left: 35%;
  border-bottom: calc(1 * 100 / 750 * 1vw) solid #e1e1e1;
  background: #f8f8f8;
  font-size: calc(20 * 100 / 750 * 1vw);
}

.logistics-solution-content-type table td::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 35%;
  height: 100%;
  background: #9a9da1;
  font-weight: 700;
  color: #fff;
}

.logistics-solution-content-column {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.logistics-solution-content-column-text {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.logistics-solution-content-column-text p + p {
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.logistics-ability {
  padding: calc(140 * 100 / 750 * 1vw) 0;
}

.logistics-ability-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(60 * 100 / 750 * 1vw) calc(-15 * 100 / 750 * 1vw) 0;
}

.logistics-ability-item {
  width: calc(50% - 30 * 100 / 750 * 1vw);
  margin: 0 calc(15 * 100 / 750 * 1vw);
  text-align: center;
}

.logistics-ability-item:nth-child(n + 3) {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.logistics-ability-item-text {
  margin-top: calc(10 * 100 / 750 * 1vw);
  font-weight: 400;
}

.logistics-case {
  padding-bottom: calc(150 * 100 / 750 * 1vw);
}

.logistics-case-items {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.logistics-case-item {
  border: calc(1 * 100 / 750 * 1vw) solid #e4e5e5;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.logistics-case-item + .logistics-case-item {
  margin-top: calc(35 * 100 / 750 * 1vw);
}

.logistics-case-item a {
  display: block;
}

.logistics-case-item-image {
  position: relative;
  height: calc(412 * 100 / 750 * 1vw);
  overflow: hidden;
}

.logistics-case-item-image img {
  position: relative;
  width: 100%;
}

.logistics-case-item-image.-landscape > img {
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.logistics-case-item-image.-portrait > img {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.logistics-case-item-inner {
  position: relative;
  padding: calc(50 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(60 * 100 / 750 * 1vw);
}

.logistics-case-item-inner p + p {
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.logistics-case-item-title {
  position: absolute;
  width: 80%;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto calc(-31 * 100 / 750 * 1vw);
  color: #fff;
  text-align: center;
}

.logistics-case-item-title span {
  display: inline-block;
  padding: calc(10 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw);
  border-radius: calc(50 * 100 / 750 * 1vw);
  background: #004192;
  font-weight: 500;
}

.logistics-case-more {
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(100 * 100 / 750 * 1vw) auto 0;
}

/*============================================================================*
 * support
 *============================================================================*/
.support-lead {
  position: relative;
  padding: calc(100 * 100 / 750 * 1vw) 0;
}

.support-lead::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(50 * 100 / 750 * 1vw) calc(110 * 100 / 750 * 1vw) 0 calc(110 * 100 / 750 * 1vw);
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}

.support-lead-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: calc(70 * 100 / 750 * 1vw) calc(-25 * 100 / 750 * 1vw) 0;
}

.support-lead-item {
  width: calc(50% - 50 * 100 / 750 * 1vw);
  margin: 0 calc(25 * 100 / 750 * 1vw);
}

.support-lead-item:nth-child(n + 3) {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.support-lead-item-number {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(130 * 100 / 750 * 1vw);
  margin: 0 auto;
  padding: 0 calc(30 * 100 / 750 * 1vw);
  font-size: calc(24 * 100 / 750 * 1vw);
  font-weight: 700;
  color: #013277;
  text-align: center;
  line-height: 1;
}

.support-lead-item-number::before, .support-lead-item-number::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: calc(15 * 100 / 750 * 1vw);
  height: calc(15 * 100 / 750 * 1vw);
  border-top: calc(4 * 100 / 750 * 1vw) solid #013277;
  border-right: calc(4 * 100 / 750 * 1vw) solid #013277;
}

.support-lead-item-number::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.support-lead-item-number::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.support-lead-item-number span {
  line-height: 1;
}

.support-lead-item-number span:nth-child(2) {
  padding-left: calc(10 * 100 / 750 * 1vw);
  font-size: calc(24 * 100 / 750 * 1vw);
}

.support-lead-item-image {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.support-lead-item-image img {
  width: 100%;
}

.support-lead-item-title {
  margin-top: calc(20 * 100 / 750 * 1vw);
  font-weight: 700;
  text-align: center;
}

.support-lead-item-text {
  margin-top: calc(20 * 100 / 750 * 1vw);
  text-align: center;
}

.support-solution {
  padding: calc(160 * 100 / 750 * 1vw) 0 calc(95 * 100 / 750 * 1vw);
}

.support-solution-title {
  font-size: calc(28 * 100 / 750 * 1vw);
  font-weight: 500;
  text-align: center;
  color: #000;
}

.support-solution-title span {
  font-size: calc(30 * 100 / 750 * 1vw);
  font-weight: 700;
}

.support-solution-title span span {
  color: #013277;
}

.support-solution-title span .support-solution-title-quotation {
  color: #6b6a6a;
}

.support-solution-items {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.support-solution-item {
  padding: calc(15 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #f9bc41;
  background: #fff;
  text-align: center;
}

.support-solution-item:not(:first-child) {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.support-solution-item span {
  position: relative;
  padding-left: calc(40 * 100 / 750 * 1vw);
}

.support-solution-item span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(22 * 100 / 750 * 1vw);
  height: calc(14 * 100 / 750 * 1vw);
  border-left: calc(3 * 100 / 750 * 1vw) solid #f9bc41;
  border-bottom: calc(3 * 100 / 750 * 1vw) solid #f9bc41;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.support-solution-lead {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.support-solution-content {
  margin-top: calc(120 * 100 / 750 * 1vw);
  padding: calc(60 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(70 * 100 / 750 * 1vw);
  background: #fff;
}

.support-solution-content-title {
  position: relative;
  padding-bottom: calc(45 * 100 / 750 * 1vw);
  font-size: calc(26 * 100 / 750 * 1vw);
  text-align: center;
}

.support-solution-content-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(35 * 100 / 750 * 1vw);
  height: calc(2 * 100 / 750 * 1vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #084795;
}

.support-solution-content-text {
  max-width: 700px;
  margin: calc(50 * 100 / 750 * 1vw) auto 0;
}

.support-solution-content-image {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.support-solution-content-orderAccepting .support-solution-content-text {
  text-align: center;
}

.support-solution-content-customerSupport {
  margin-top: calc(90 * 100 / 750 * 1vw);
}

.support-merit {
  padding: calc(110 * 100 / 750 * 1vw) 0;
}

.support-merit-items {
  margin-top: calc(90 * 100 / 750 * 1vw);
}

.support-merit-item + .support-merit-item {
  margin-top: calc(90 * 100 / 750 * 1vw);
}

.support-merit-item-title {
  font-size: calc(26 * 100 / 750 * 1vw);
}

.support-merit-item-inner {
  margin-top: calc(35 * 100 / 750 * 1vw);
}

.support-merit-item-image img {
  width: 100%;
}

.support-merit-item-text {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.support-merit-item-text-inner + .support-merit-item-text-inner {
  position: relative;
  padding-top: calc(110 * 100 / 750 * 1vw);
}

.support-merit-item-text-inner + .support-merit-item-text-inner::before, .support-merit-item-text-inner + .support-merit-item-text-inner::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.support-merit-item-text-inner + .support-merit-item-text-inner::before {
  top: calc(20 * 100 / 750 * 1vw);
  width: calc(50 * 100 / 750 * 1vw);
  height: calc(50 * 100 / 750 * 1vw);
  background: #004192;
  border-radius: 50%;
}

.support-merit-item-text-inner + .support-merit-item-text-inner::after {
  top: calc(20 * 100 / 750 * 1vw);
  width: calc(16 * 100 / 750 * 1vw);
  height: calc(16 * 100 / 750 * 1vw);
  margin: calc(13 * 100 / 750 * 1vw) 0 0 calc(-8 * 100 / 750 * 1vw);
  border-bottom: calc(3 * 100 / 750 * 1vw) solid #fff;
  border-right: calc(3 * 100 / 750 * 1vw) solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.support-merit-item-text-title {
  font-weight: 700;
}

.support-merit-item-text-detail {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.support-acting {
  padding: calc(110 * 100 / 750 * 1vw) 0 calc(100 * 100 / 750 * 1vw);
}

.support-acting-lead {
  max-width: 780px;
  margin: calc(50 * 100 / 750 * 1vw) auto 0;
}

.support-acting-image {
  max-width: 780px;
  margin: calc(35 * 100 / 750 * 1vw) auto 0;
  text-align: center;
}

.support-case {
  padding: calc(100 * 100 / 750 * 1vw) 0 calc(130 * 100 / 750 * 1vw);
}

.support-case-items {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.support-case-item + .support-case-item {
  margin-top: calc(80 * 100 / 750 * 1vw);
}

.support-case-item a {
  display: block;
}

.support-case-item-title {
  position: relative;
  padding-bottom: calc(35 * 100 / 750 * 1vw);
  font-size: calc(26 * 100 / 750 * 1vw);
  line-height: 1;
}

.support-case-item-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(60 * 100 / 750 * 1vw);
  height: calc(3 * 100 / 750 * 1vw);
  background: #134f9a;
}

.support-case-item-outline {
  margin-top: calc(30 * 100 / 750 * 1vw);
  color: #004192;
}

.support-case-item-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.support-case-item-tag {
  margin-right: calc(8 * 100 / 750 * 1vw);
  padding: calc(8 * 100 / 750 * 1vw) calc(26 * 100 / 750 * 1vw);
  border-radius: calc(30 * 100 / 750 * 1vw);
  background: #d6d7d8;
  font-size: calc(20 * 100 / 750 * 1vw);
}

.support-case-item-tag.-highlight {
  background: #e5effc;
}

.support-case-item-image {
  position: relative;
  margin-top: calc(50 * 100 / 750 * 1vw);
  height: calc(560 * 100 / 750 * 1vw);
  overflow: hidden;
}

.support-case-item-image img {
  position: relative;
}

.support-case-item-image.-landscape > img {
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.support-case-item-image.-portrait > img {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.support-case-more {
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(150 * 100 / 750 * 1vw) auto 0;
}

/*============================================================================*
 * recruit
 *============================================================================*/
.recruit-lead {
  padding: calc(130 * 100 / 750 * 1vw) 0;
}

.recruit-lead-title {
  font-size: calc(30 * 100 / 750 * 1vw);
  text-align: center;
}

.recruit-lead-text {
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.recruit-lead-text span {
  color: #134f9a;
}

.recruit-plot {
  padding: calc(80 * 100 / 750 * 1vw) 0;
}

.recruit-plot-content {
  margin-top: calc(70 * 100 / 750 * 1vw);
  padding: calc(100 * 100 / 750 * 1vw) calc(40 * 100 / 750 * 1vw) calc(60 * 100 / 750 * 1vw);
  background: #fff;
}

.recruit-plot-content-image {
  margin-top: calc(40 * 100 / 750 * 1vw);
  text-align: center;
}

.recruit-service {
  padding: calc(100 * 100 / 750 * 1vw) 0 calc(90 * 100 / 750 * 1vw);
}

.recruit-service-inner {
  border: calc(1 * 100 / 750 * 1vw) solid #c1c1c1;
}

.recruit-service-content-inner {
  padding: calc(70 * 100 / 750 * 1vw) calc(70 * 100 / 750 * 1vw) calc(60 * 100 / 750 * 1vw);
}

.recruit-service-content-lead {
  font-size: calc(25 * 100 / 750 * 1vw);
  color: #004192;
  text-align: center;
}

.recruit-service-content-title {
  margin-top: calc(40 * 100 / 750 * 1vw);
  text-align: center;
}

.recruit-service-content-title span {
  position: relative;
  display: inline-block;
  padding-bottom: calc(40 * 100 / 750 * 1vw);
  font-size: calc(30 * 100 / 750 * 1vw);
}

.recruit-service-content-title span::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100 * 100 / 750 * 1vw);
  height: calc(4 * 100 / 750 * 1vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #004192;
}

.recruit-service-content-text {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.recruit-service-content-stepItems {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.recruit-service-content-stepItem + .recruit-service-content-stepItem {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.recruit-service-content-stepItem-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(200 * 100 / 750 * 1vw);
  height: calc(200 * 100 / 750 * 1vw);
  margin: 0 auto;
  border: calc(5 * 100 / 750 * 1vw) solid #f2f2f2;
  border-radius: 50%;
  line-height: 1.4;
}

.recruit-service-content-stepItem-title-step, .recruit-service-content-stepItem-title-number {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.recruit-service-content-stepItem-title-number {
  font-size: calc(30 * 100 / 750 * 1vw);
}

.recruit-service-content-stepItem-title-image {
  width: calc(64 * 100 / 750 * 1vw);
  height: calc(65 * 100 / 750 * 1vw);
}

.recruit-service-content-stepItem-text {
  margin-top: calc(25 * 100 / 750 * 1vw);
  font-weight: 700;
}

.recruit-service-content-note {
  margin-top: calc(60 * 100 / 750 * 1vw);
  padding: calc(20 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw);
  border: calc(3 * 100 / 750 * 1vw) solid #004192;
}

.recruit-service-content-careerItems {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.recruit-service-content-careerItem {
  border: calc(1 * 100 / 750 * 1vw) solid #e3e4e4;
}

.recruit-service-content-careerItem + .recruit-service-content-careerItem {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.recruit-service-content-careerItem-image img {
  width: 100%;
}

.recruit-service-content-careerItem-inner {
  position: relative;
  padding: calc(40 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw);
}

.recruit-service-content-careerItem-category {
  position: absolute;
  width: 80%;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto calc(-31 * 100 / 750 * 1vw);
  color: #fff;
  text-align: center;
}

.recruit-service-content-careerItem-category span {
  display: inline-block;
  padding: calc(10 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw);
  border-radius: calc(50 * 100 / 750 * 1vw);
  background: #004192;
}

.recruit-service-content-careerItem-title {
  font-size: calc(25 * 100 / 750 * 1vw);
  font-weight: bold;
}

.recruit-service-content-careerItem-text {
  margin-top: calc(10 * 100 / 750 * 1vw);
}

.recruit-service-content-careerItem-text ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.recruit-service-content-trainingItems {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.recruit-service-content-trainingItem {
  padding-top: calc(35 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #e3e4e4;
}

.recruit-service-content-trainingItem + .recruit-service-content-trainingItem {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.recruit-service-content-trainingItem-subTitle {
  margin-top: calc(30 * 100 / 750 * 1vw);
  text-align: center;
}

.recruit-service-content-trainingItem-image {
  margin-top: calc(30 * 100 / 750 * 1vw);
  text-align: center;
}

.recruit-service-content-trainingItem-image img {
  width: 100%;
}

.recruit-service-content-trainingItem-text {
  padding: calc(20 * 100 / 750 * 1vw) calc(20 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw);
}

.recruit-service-content-trainingItem-text ul {
  margin-top: calc(15 * 100 / 750 * 1vw);
}

.recruit-service-content-benefit {
  margin-top: calc(80 * 100 / 750 * 1vw);
}

.recruit-service-content-benefit-text {
  margin-top: calc(35 * 100 / 750 * 1vw);
}

.recruit-service-content-benefit-more {
  max-width: calc(540 * 100 / 750 * 1vw);
  width: 100%;
  margin: calc(60 * 100 / 750 * 1vw) auto 0;
}

/*============================================================================*
 * staff
 *============================================================================*/
.staff-news {
  padding: calc(45 * 100 / 750 * 1vw) 0 calc(110 * 100 / 750 * 1vw);
}

.staff-news-items {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.staff-news-more {
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(70 * 100 / 750 * 1vw) auto 0;
}

.staff-contact-more {
  width: calc(540 * 100 / 750 * 1vw);
  margin: calc(60 * 100 / 750 * 1vw) auto 0;
}

/*============================================================================*
 * company
 *============================================================================*/
.company-about {
  padding: calc(110 * 100 / 750 * 1vw) 0 calc(130 * 100 / 750 * 1vw);
}

.company-about-lead {
  margin-top: calc(60 * 100 / 750 * 1vw);
  line-height: 2.0;
  text-align: center;
}

.company-about-lead-main {
  font-size: calc(25 * 100 / 750 * 1vw);
  color: #134f9a;
}

.company-about-lead-sub {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.company-about-image {
  margin-top: calc(80 * 100 / 750 * 1vw);
  text-align: center;
}

.company-reason {
  padding: calc(110 * 100 / 750 * 1vw) 0 calc(80 * 100 / 750 * 1vw);
}

.company-reason-items {
  margin-top: calc(120 * 100 / 750 * 1vw);
}

.company-reason-item {
  counter-increment: number;
  position: relative;
  padding: calc(60 * 100 / 750 * 1vw) calc(30 * 100 / 750 * 1vw) calc(100 * 100 / 750 * 1vw);
  border: calc(1 * 100 / 750 * 1vw) solid #c3c4c4;
  background: #fff;
}

.company-reason-item + .company-reason-item {
  margin-top: calc(80 * 100 / 750 * 1vw);
}

.company-reason-item-number {
  position: absolute;
  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;
  top: calc(-50 * 100 / 750 * 1vw);
  left: calc(30 * 100 / 750 * 1vw);
  width: calc(100 * 100 / 750 * 1vw);
  height: calc(100 * 100 / 750 * 1vw);
  padding-bottom: calc(40 * 100 / 750 * 1vw);
  background: #134f9a;
  font-size: calc(20 * 100 / 750 * 1vw);
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
}

.company-reason-item-number::after {
  content: "0" counter(number);
  position: absolute;
  display: block;
  bottom: calc(10 * 100 / 750 * 1vw);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: calc(28 * 100 / 750 * 1vw);
}

.company-reason-item-title {
  font-size: calc(25 * 100 / 750 * 1vw);
  color: #134f9a;
}

.company-reason-item-inner {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.company-reason-item-image {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.company-outline {
  padding-top: calc(130 * 100 / 750 * 1vw);
}

.company-outline-table {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.company-outline-table table {
  max-width: 910px;
  width: 100%;
  margin: 0 auto;
  border: calc(1 * 100 / 750 * 1vw) solid #d1d1d1;
}

.company-outline-table table tr:not(:first-child) {
  border-top: calc(1 * 100 / 750 * 1vw) solid #d1d1d1;
}

.company-outline-table table tr:nth-child(odd) {
  background: #f8f8f8;
}

.company-outline-table table tr th {
  padding: calc(20 * 100 / 750 * 1vw) calc(10 * 100 / 750 * 1vw);
  text-align: left;
}

.company-outline-table table tr td {
  position: relative;
  padding: calc(20 * 100 / 750 * 1vw) calc(25 * 100 / 750 * 1vw);
  border-left: calc(1 * 100 / 750 * 1vw) solid #e1e1e1;
}

.company-outline-table table tr td ul li a {
  position: relative;
  display: block;
  width: calc(300 * 100 / 750 * 1vw);
}

.company-outline-table table tr td ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(19 * 100 / 750 * 1vw);
  height: calc(23 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/ico_pdf_black_01.png) 0 0 no-repeat;
  background-size: contain;
}

.company-access {
  padding-top: calc(90 * 100 / 750 * 1vw);
}

.company-access-items {
  margin-top: calc(100 * 100 / 750 * 1vw);
}

.company-access-item {
  max-width: 880px;
  margin: 0 auto;
}

.company-access-item + .company-access-item {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.company-access-item-title {
  font-size: calc(25 * 100 / 750 * 1vw);
  color: #134f9a;
}

.company-access-item ul {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.company-access-item-map {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.company-access-item-map iframe {
  width: 100%;
  height: 250px;
}

.company-access-item-map-more a {
  position: relative;
  padding-right: calc(40 * 100 / 750 * 1vw);
  font-weight: 700;
  color: #134f9a;
}

.company-access-item-map-more a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: calc(25 * 100 / 750 * 1vw);
  height: calc(22 * 100 / 750 * 1vw);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/ico_window_gray_01.png) 0 0 no-repeat;
  background-size: contain;
}

/*============================================================================*
 * policy
 *============================================================================*/
.policy-lead {
  padding-top: calc(80 * 100 / 750 * 1vw);
  line-height: 2.7;
}

.policy-lead dl {
  margin-top: calc(40 * 100 / 750 * 1vw);
}

.policy-lead dl dt {
  font-weight: 700;
}

.policy-lead-sign, .policy-lead-contact {
  text-align: right;
}

.policy-lead-sign {
  margin-top: calc(60 * 100 / 750 * 1vw);
}

.policy-lead-contact {
  margin-top: calc(30 * 100 / 750 * 1vw);
}

.policy-privacy {
  padding-top: calc(150 * 100 / 750 * 1vw);
  line-height: 2.7;
}

.policy-privacy-lead {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.policy-privacy-lead dl dt {
  font-weight: 700;
}

.policy-privacy-content dl dt {
  font-weight: 700;
}

.policy-privacy-content dl dd p + p {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

.policy-privacy-content-table {
  max-width: 910px;
  margin: calc(20 * 100 / 750 * 1vw) auto 0;
}

.policy-privacy-content-table-caption {
  font-weight: 700;
}

.policy-privacy-content-table table {
  width: 100%;
  border: calc(1 * 100 / 750 * 1vw) solid #d1d1d1;
}

.policy-privacy-content-table table th:nth-child(2),
.policy-privacy-content-table table td:nth-child(2) {
  border-left: calc(1 * 100 / 750 * 1vw) solid #e1e1e1;
}

.policy-privacy-content-table table thead th {
  padding: calc(10 * 100 / 750 * 1vw);
  background: #f8f8f8;
  text-align: left;
}

.policy-privacy-content-table table thead th:nth-child(1) {
  width: 38%;
}

.policy-privacy-content-table table thead th:nth-child(2) {
  width: 62%;
}

.policy-privacy-content-table table tbody tr {
  border-top: calc(1 * 100 / 750 * 1vw) solid #d1d1d1;
}

.policy-privacy-content-table table tbody td {
  padding: calc(10 * 100 / 750 * 1vw);
  font-weight: 400;
}

.policy-privacy-content-table table tbody td span {
  display: inline-block;
  width: calc(160 * 100 / 750 * 1vw);
}

.policy-privacy-content-contact {
  margin-top: calc(20 * 100 / 750 * 1vw);
}

/*============================================================================*
 * notice
 *============================================================================*/
.notice {
  padding-top: calc(70 * 100 / 750 * 1vw);
}

.notice-category-item {
  text-align: center;
}

.notice-category-item + .notice-category-item {
  margin-top: calc(15 * 100 / 750 * 1vw);
}

.notice-category-item a {
  display: block;
  padding: calc(15 * 100 / 750 * 1vw);
  border: calc(2 * 100 / 750 * 1vw) solid #ccc;
}

.notice-category-item a.is-current {
  border-color: #134f9a;
  color: #134f9a;
}

.notice-category-item-select {
  position: relative;
  border: calc(2 * 100 / 750 * 1vw) solid #ccc;
}

.notice-category-item-select::before, .notice-category-item-select::after {
  content: '';
  position: absolute;
}

.notice-category-item-select::before {
  width: calc(80 * 100 / 750 * 1vw);
  right: 0;
  top: 0;
  height: 100%;
  border-left: calc(2 * 100 / 750 * 1vw) solid #ccc;
}

.notice-category-item-select:after {
  right: calc(28 * 100 / 750 * 1vw);
  top: 50%;
  width: calc(20 * 100 / 750 * 1vw);
  height: calc(20 * 100 / 750 * 1vw);
  margin-top: calc(-4 * 100 / 750 * 1vw);
  border-top: calc(4 * 100 / 750 * 1vw) solid #ccc;
  border-right: calc(4 * 100 / 750 * 1vw) solid #ccc;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}

.notice-category-item-select p {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: calc(15 * 100 / 750 * 1vw) calc(60 * 100 / 750 * 1vw) calc(15 * 100 / 750 * 1vw) calc(15 * 100 / 750 * 1vw);
  z-index: 1;
}

.notice-category-item-select select {
  position: relative;
  display: block;
  width: 100%;
  padding: calc(15 * 100 / 750 * 1vw);
  font-size: calc(24 * 100 / 750 * 1vw);
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

.notice-items {
  margin-top: calc(120 * 100 / 750 * 1vw);
}

/*============================================================================*
 * contact
 *============================================================================*/
.contact-flow {
  padding-top: calc(40 * 100 / 750 * 1vw);
}

.contact-flow ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: calc(1 * 100 / 750 * 1vw) solid #d7d7d7;
}

.contact-flow ol li {
  width: 33.3333%;
  padding: calc(12 * 100 / 750 * 1vw) 0;
  font-size: calc(20 * 100 / 750 * 1vw);
  text-align: center;
}

.contact-flow ol li:not(:first-child) {
  border-left: calc(1 * 100 / 750 * 1vw) solid #d7d7d7;
}

.mw_wp_form_input .contact-flow ol li:nth-child(1),
.mw_wp_form_confirm .contact-flow ol li:nth-child(2),
.mw_wp_form_complete .contact-flow ol li:nth-child(3) {
  position: relative;
  background: #004f99;
  color: #fff;
  border-left: none;
}

.mw_wp_form_input .contact-flow ol li:nth-child(1) span,
.mw_wp_form_confirm .contact-flow ol li:nth-child(2) span,
.mw_wp_form_complete .contact-flow ol li:nth-child(3) span {
  color: #fff;
}

.mw_wp_form_input .contact-flow ol li:nth-child(1) + li,
.mw_wp_form_confirm .contact-flow ol li:nth-child(2) + li,
.mw_wp_form_complete .contact-flow ol li:nth-child(3) + li {
  border-left: none;
}

.mw_wp_form_input .contact-flow ol li:nth-child(1)::before, .mw_wp_form_input .contact-flow ol li:nth-child(1)::after,
.mw_wp_form_confirm .contact-flow ol li:nth-child(2)::before,
.mw_wp_form_confirm .contact-flow ol li:nth-child(2)::after {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}

.mw_wp_form_input .contact-flow ol li:nth-child(1)::before,
.mw_wp_form_confirm .contact-flow ol li:nth-child(2)::before {
  top: 0;
  border-width: 0 calc(18 * 100 / 750 * 1vw) calc(50 * 100 / 750 * 1vw) 0;
  border-color: transparent #fff transparent transparent;
}

.mw_wp_form_input .contact-flow ol li:nth-child(1)::after,
.mw_wp_form_confirm .contact-flow ol li:nth-child(2)::after {
  bottom: 0;
  border-width: 0 0 calc(50 * 100 / 750 * 1vw) calc(18 * 100 / 750 * 1vw);
  border-color: transparent transparent #fff transparent;
}

.contact-flow ol li span {
  color: #004f99;
  display: block;
  font-size: calc(25 * 100 / 750 * 1vw);
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

.contact-note {
  margin-top: calc(50 * 100 / 750 * 1vw);
}

.mw_wp_form_input .contact-note.-confirm,
.mw_wp_form_confirm .contact-note.-input {
  /*display: none;*/
}

.contact-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: calc(40 * 100 / 750 * 1vw);
  padding: calc(20 * 100 / 750 * 1vw) calc(10 * 100 / 750 * 1vw);
  background: #d9e5f0;
}

.mw_wp_form_confirm .contact-agree {
  display: none;
}

.contact-agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.contact-agree input[type="checkbox"] {
  display: none;
}

.contact-agree input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
  border-width: 1px;
}

.contact-agree .mwform-checkbox-field {
  width: 100%;
}

.contact-agree .mwform-checkbox-field-text {
  margin: 0 0 0 calc(20 * 100 / 750 * 1vw);
  padding-left: calc(50 * 100 / 750 * 1vw);
}

.contact-agree .mwform-checkbox-field-text::before {
  border-color: #cfcfcf;
  background: #fff;
}

.contact-form-submit {
  margin-top: calc(70 * 100 / 750 * 1vw);
}

.contact-form-submit-button {
  width: calc(540 * 100 / 750 * 1vw);
  height: calc(80 * 100 / 750 * 1vw);
  margin: 0 auto;
}

.contact-form-submit-button:disabled {
  background: #eeeeee;
  border-color: #b5b7b9;
  color: #686869;
  pointer-events: none;
}

.contact-form-submit-button:disabled i::before {
  background-image: url(../images/common/ico_arrow_gray_01.png);
}

.contact-form-back {
  max-width: 260px;
  margin: calc(40 * 100 / 750 * 1vw) auto 0;
}

.contact-form-back-button {
  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;
  width: 100%;
  height: calc(90 * 100 / 750 * 1vw);
  padding: 0 calc(60 * 100 / 750 * 1vw);
  border: 1px solid #b5b7b9;
  background: #fff;
  line-height: 1.3;
  letter-spacing: .05em;
  font-size: calc(28 * 100 / 750 * 1vw);
  color: #000;
  text-align: center;
}

.mw_wp_form_confirm .contact-form-back-button.-reset {
  display: none;
}

.contact-thanks-text {
  margin-top: calc(80 * 100 / 750 * 1vw);
}

.contact-thanks-back {
  margin-top: calc(65 * 100 / 750 * 1vw);
}

/*============================================================================*
 * Utility
 *============================================================================*/
.u-alignLeft {
  text-align: left !important;
}

.u-alignCenter {
  text-align: center !important;
}

.u-alignRight {
  text-align: right !important;
}

.u-bgGray {
  background: #f3f3f3 !important;
}

.u-br.-hideSmall {
  display: none !important;
}

@media screen and (min-width: 768px), print {
  body {
    margin-top: 115px;
    font-size: 1.4rem;
  }
  main.is-open {
    -webkit-transform: translateX(560px);
            transform: translateX(560px);
  }
  .l-container {
    padding: 0 20px;
  }
  .global-header-inner {
    height: 115px;
    padding: 0 20px;
  }
  .global-header-info {
    padding-top: 10px;
  }
  .global-header-info-text {
    font-size: 1.3rem;
  }
  .global-header-info-text span {
    display: inline-block;
  }
  .global-header-logo {
    width: 300px;
    margin-top: 10px;
  }
  .global-header-logo a {
    display: inline-block;
  }
  .global-header-logo img {
    width: 100%;
  }
  .global-header-navTrigger {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 40px;
  }
  .global-header-navTrigger span {
    width: 100%;
    height: 3px;
  }
  .global-header-navTrigger span + span {
    margin-top: 6px;
  }
  .global-header-navTrigger span:last-child {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .global-header-navTrigger.is-open span:first-child {
    -webkit-transform: translateY(10px) rotate(45deg);
            transform: translateY(10px) rotate(45deg);
  }
  .global-header-navTrigger.is-open span:nth-child(3) {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  .global-header-navTrigger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .global-nav {
    width: 560px;
    height: 100%;
    -webkit-transform: translateX(-560px);
            transform: translateX(-560px);
  }
  .global-nav-inner {
    padding-top: 115px;
  }
  .global-nav-items {
    padding: 0 60px;
  }
  .global-nav-item + .global-nav-item {
    margin-top: 10px;
  }
  .global-nav-item a {
    font-size: 1.5rem;
  }
  .global-nav-item-trigger {
    position: relative;
    padding-right: 20px;
  }
  .global-nav-item-trigger::before, .global-nav-item-trigger::after {
    left: 80px;
    width: 14px;
    height: 3px;
  }
  .global-nav-item-trigger.-contact::before, .global-nav-item-trigger.-contact::after {
    left: 110px;
  }
  .global-nav-item-contents {
    margin-bottom: 20px;
  }
  .global-nav-item-content {
    margin-top: 20px;
  }
  .global-nav-item-content a {
    width: 100%;
    height: 160px;
  }
  .global-nav-item-content a::before {
    left: 20px;
    width: 15px;
    height: 15px;
  }
  .global-nav-item-content.-contact li a {
    height: 60px;
  }
  .global-nav-item-content.-contact li a::before {
    left: 140px;
  }
  .global-nav-buttons {
    width: 290px;
    margin-top: 20px;
  }
  .global-nav-button {
    height: 70px;
  }
  .global-nav-button + .global-nav-button {
    margin-top: 20px;
  }
  .global-nav-kshg {
    width: 61px;
    margin: 30px auto;
    padding: 9px 0 8px;
  }
  .global-nav-kshg img {
    width: 42px;
    height: 44px;
  }
  .global-nav-tel {
    margin: auto 0 0;
    padding-top: 40px;
  }
  .global-nav-tel-icon {
    width: 70px;
    height: 70px;
  }
  .global-nav-tel-icon img {
    width: 32px;
  }
  .global-nav-tel p {
    padding: 10px 20px;
    font-size: 2.4rem;
  }
  .global-nav-tel p span {
    font-size: 1.2rem;
  }
  .global-footer {
    margin-top: 100px;
  }
  .global-footer-contact {
    padding: 75px 0 70px;
  }
  .global-footer-contact-inner {
    max-width: 1320px;
    width: auto;
    padding: 0 20px;
  }
  .global-footer-contact-lead {
    font-size: 1.3rem;
    line-height: 2.7;
  }
  .global-footer-contact-attention {
    margin-top: 20px;
    font-size: 2.0rem;
  }
  .global-footer-contact-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .global-footer-contact-item {
    width: 33.3333%;
    height: 250px;
  }
  .global-footer-contact-item:not(:first-child) {
    margin-top: 0;
  }
  .global-footer-contact-item:nth-child(1) a {
    padding-top: 90px;
  }
  .global-footer-contact-item:nth-child(1) a::before {
    top: 38px;
    width: 40px;
    height: 38px;
  }
  .global-footer-contact-item:nth-child(2) {
    padding-top: 90px;
  }
  .global-footer-contact-item:nth-child(2)::before {
    top: 38px;
    width: 40px;
    height: 40px;
  }
  .global-footer-contact-item:nth-child(3) a {
    padding-top: 120px;
  }
  .global-footer-contact-item:nth-child(3) a::before {
    top: 44px;
    width: 38px;
    height: 30px;
  }
  .global-footer-contact-item-time {
    font-size: 1.3rem;
  }
  .global-footer-contact-item-number {
    font-size: 3.0rem;
  }
  .global-footer-contact-item-note {
    font-size: 1.3rem;
  }
  .global-footer-contact-item-text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .global-footer-info {
    padding: 45px 20px 10px;
  }
  .global-footer-info-inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .global-footer-info-text {
    padding: 0;
  }
  .global-footer-info-logo {
    width: 180px;
  }
  .global-footer-info-name {
    margin-top: 10px;
  }
  .global-footer-info-address {
    margin-top: 0;
  }
  .global-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    margin: 40px auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .global-footer-nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1080px;
    width: 100%;
    margin-top: 0;
    padding: 40px 0 100px;
  }
  .global-footer-nav-item {
    margin: 0 10px;
  }
  .global-footer-nav-item li {
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
  }
  .global-footer-nav-item li a {
    font-weight: 400;
    color: #fff;
  }
  .global-footer-nav-item li:not(:first-child) {
    margin-top: 25px;
  }
  .global-footer-nav-item:nth-child(1), .global-footer-nav-item:nth-child(2) {
    display: block;
    width: 32%;
  }
  .global-footer-nav-item:nth-child(1) {
    margin-left: 0;
  }
  .global-footer-nav-item:nth-child(3) {
    display: block;
    width: 20%;
    border: none;
  }
  .global-footer-nav-item:nth-child(3) li {
    width: auto;
    color: #fff;
  }
  .global-footer-nav-item:nth-child(3) li a {
    display: block;
    padding: 0;
  }
  .global-footer-nav-item:nth-child(3) li:nth-child(n + 3) a {
    border-top: none;
  }
  .global-footer-nav-item:nth-child(3) li:nth-child(odd) a {
    padding-left: 0;
    border-right: none;
  }
  .global-footer-nav-item:nth-child(3) li a {
    color: #fff;
    font-weight: 400;
  }
  .global-footer-nav-item:nth-child(4) {
    width: 16%;
    margin: 0;
  }
  .global-footer-nav-item:nth-child(4) li:not(:first-child) {
    margin-top: 20px;
  }
  .global-footer .copyright {
    display: block;
    margin-top: 15px;
    padding: 0;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
  }
  .c-button {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 65px;
    padding: 0 20px;
    border-width: 1px;
    font-size: 1.4rem;
  }
  .c-button.-arrow > i {
    right: 20px;
    width: 46px;
    height: 6px;
    margin-left: 20px;
    -webkit-transition: width .3s;
    transition: width .3s;
  }
  .c-button.-arrow > i::before, .c-button.-arrow > i::after {
    width: 46px;
    height: 6px;
  }
  .c-button.-window > i {
    right: 20px;
    width: 16px;
    height: 14px;
    margin-left: 20px;
    -webkit-transition: width .3s;
    transition: width .3s;
  }
  .c-button.-window > i::before, .c-button.-window > i::after {
    width: 16px;
    height: 14px;
  }
  .c-button.-blue {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
    border-width: 1px;
    font-size: 1.8rem;
  }
  .c-input.-text > input[type="text"],
  .c-input.-text > input[type="email"] {
    padding: 5px;
    border-width: 2px;
    border-radius: 5px;
  }
  .c-input.-text.-small {
    max-width: 330px;
  }
  .c-input.-text.-medium {
    max-width: 440px;
  }
  .c-input.-text.-large {
    max-width: 500px;
  }
  .mw_wp_form_confirm .c-input.-text.-small,
  .mw_wp_form_confirm .c-input.-text.-medium,
  .mw_wp_form_confirm .c-input.-text.-large {
    max-with: 100%;
  }
  .mwform-checkbox-field input[type="checkbox"]:checked + .mwform-checkbox-field-text::before {
    border-width: 2px;
  }
  .mwform-checkbox-field {
    margin-top: 5px;
  }
  .mwform-checkbox-field-text {
    padding: 0 0 0 25px;
  }
  .mwform-checkbox-field-text::before {
    left: 0;
    width: 18px;
    height: 18px;
    border-width: 1px;
    border-radius: 5px;
  }
  .mwform-checkbox-field-text::after {
    left: 3px;
    width: 12px;
    height: 6px;
    margin-top: -1px;
    border-width: 2px;
  }
  .c-input.-textarea > textarea {
    height: 210px;
    padding: 10px;
    border-width: 2px;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  .c-leadTitle {
    font-size: 2.0rem;
    line-height: 2.0;
  }
  .c-leadTitle span {
    padding-bottom: 15px;
    border-bottom-width: 4px;
    font-size: 4.0rem;
  }
  .c-pagetop {
    right: 30px;
    bottom: 50px;
    width: 45px;
    height: 45px;
  }
  .c-pagetop > a::after {
    width: 14px;
    height: 14px;
    border-width: 2px;
  }
  .c-require {
    margin: 4px 0 0;
    padding: 0 8px 1px;
    border-radius: 10px;
    font-size: 1.1rem;
  }
  .c-tabs {
    width: 100%;
    margin: 0 auto;
  }
  .c-tabs::after {
    height: 4px;
  }
  .c-tab {
    padding: 22px 5px 24px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  .c-tab:nth-child(1) {
    border-left-width: 1px;
  }
  /*.c-tab.-home {
    border-bottom-width: 1px;
  }*/
  .c-tab.is-select {
    border-bottom-width: 1px;
  }
  .c-tab.is-select::before {
    top: -1px;
    height: 2px;
  }
  .c-tab-number {
    padding-bottom: 0;
    font-size: 3.0rem;
  }
  .c-tab-number::before {
    width: 25px;
    height: 2px;
  }
  .c-tab-number.-recruit {
    width: 55px;
    padding: 0;
  }
  .c-tab-number.-recruit span:nth-child(1) {
    font-size: 1.5rem;
  }
  .c-tab-number.-recruit span:nth-child(2) {
    font-size: 3.0rem;
  }
  .c-tab-text {
    padding-left: 40px;
    font-size: 1.8rem;
  }
  .c-tab-text.-recruit {
    letter-spacing: 0;
  }
  .c-tab:nth-child(1) .c-tab-text.-home {
    padding: 0 0 0 90px;
  }
  .c-tab:nth-child(1) .c-tab-text.-home::before {
    top: 50%;
    left: 0;
    width: 82px;
    height: 53px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-tab:nth-child(2) .c-tab-text.-home {
    padding: 0 0 0 60px;
    text-align: left;
  }
  .c-tab:nth-child(2) .c-tab-text.-home::before {
    top: 50%;
    left: 0;
    width: 42px;
    height: 52px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-tab:nth-child(3) .c-tab-text.-home {
    padding: 0 0 0 90px;
  }
  .c-tab:nth-child(3) .c-tab-text.-home::before {
    top: 50%;
    left: 0;
    width: 69px;
    height: 39px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .c-tab-contents.-border {
    border-width: 1px;
  }
  .c-title-text.-main {
    padding-bottom: 40px;
    font-size: 3.3rem;
  }
  .c-title-text.-main::before {
    width: 100px;
    height: 4px;
  }
  .c-title-text.-main.-number {
    padding-bottom: 10px;
    font-size: 3.5rem;
  }
  .c-title-text.-main.-number::before {
    width: 35px;
    height: 2px;
  }
  .c-title-text.-main.-number.-reason {
    padding-bottom: 8px;
    font-size: 30px;
  }
  .c-title-text.-main.-number.-reason::before {
    width: 25px;
  }
  .c-title-text.-main.-fzSmall {
    font-size: 3.0rem;
  }
  .c-title-text.-main.-fzSmall::before {
    width: 25px;
  }
  .c-title-text.-main.-company, .c-title-text.-main.-policy {
    font-size: 3.0rem;
  }
  .c-title-text.-main.-article {
    font-size: 2.2rem;
  }
  .c-title-text.-main.-article::before {
    width: 50px;
  }
  .c-title-text.-main.-left {
    font-size: 2.0rem;
  }
  .c-title-text.-main.-left::before {
    width: 60px;
  }
  .c-title-text.-sub {
    margin-top: 45px;
    font-size: 1.5rem;
    line-height: 2.0;
  }
  .c-title-text.-sub.-number {
    padding-bottom: 20px;
    font-size: 3.0rem;
  }
  .c-title-text.-sub.-fzSmall {
    font-size: 2.0rem;
  }
  .c-title-text.-sub span {
    font-size: 2.0rem;
  }
  .p-article-header {
    padding: 110px 0 60px;
  }
  .p-article-image {
    margin-top: 55px;
  }
  .p-article-text {
    margin-top: 65px;
    font-size: 1.3rem;
  }
  .p-article-flow {
    padding: 70px 0 90px;
  }
  .p-article-flow-item {
    padding: 20px 30px 30px;
    border-width: 1px;
  }
  .p-article-flow-item + .p-article-flow-item {
    margin-top: 30px;
  }
  .p-article-flow-item-image {
    width: 156px;
  }
  .p-article-flow-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
  .p-article-reason {
    padding-top: 80px;
  }
  .p-article-reason-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 45px -20px 0;
  }
  .p-article-reason-item {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    padding: 30px 15px;
    border-width: 1px;
  }
  .p-article-reason-item + .p-article-reason-item {
    margin-top: 0;
  }
  .p-article-reason-item-text {
    margin-top: 35px;
    font-size: 1.6rem;
  }
  .p-article-reason-item-text span {
    font-size: 2.0rem;
  }
  .p-article-reason-item-image {
    margin-top: 40px;
    text-align: center;
  }
  .p-article-reason-item:nth-child(2) .p-article-reason-item-image {
    margin-top: 80px;
  }
  .p-article-reason-item:nth-child(3) .p-article-reason-item-image {
    margin-top: 35px;
  }
  .p-article-reason-text {
    margin-top: 130px;
    font-size: 3.0rem;
  }
  .p-banner {
    padding-top: 180px;
  }
  .p-banner.-company {
    padding-top: 100px;
  }
  .p-banner-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .p-banner-item {
    width: 33.3333%;
  }
  .p-banner-item-image {
    height: 220px;
  }
  .p-banner-item-image::after {
    left: 10px;
    width: 15px;
    height: 15px;
  }
  .p-banner-item-image p {
    font-size: 1.2rem;
  }
  .p-breadcrumbs {
    margin-top: 20px;
    padding: 3px 0;
  }
  .p-breadcrumbs-list > span {
    font-size: 1.2rem;
  }
  .p-breadcrumbs-list > span > a {
    margin-right: 10px;
    padding-right: 12px;
  }
  .p-breadcrumbs-list > span > a img {
    width: 20px;
    height: 18px;
  }
  .p-breadcrumbs-list > span > a::after {
    right: 0;
    width: 8px;
    height: 8px;
    margin-top: -1px;
  }
  .p-caseItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 100px -10px 0;
  }
  .p-caseItem {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    border-width: 1px;
  }
  .p-caseItem + .p-caseItem {
    margin-top: 0;
  }
  .p-caseItem:nth-child(n + 4) {
    margin-top: 50px;
  }
  .p-caseItem-image {
    width: 100%;
    height: 128px;
  }
  .p-caseItem-content {
    padding: 25px 20px 30px;
  }
  .p-caseItem-title {
    padding-bottom: 20px;
    font-size: 1.5rem;
  }
  .p-caseItem-title::before {
    width: 30px;
    height: 4px;
  }
  .p-caseItem-text {
    margin-top: 25px;
    font-size: 1.3rem;
  }
  .p-faq {
    padding-top: 100px;
  }
  .p-faq-items {
    margin-top: 80px;
  }
  .p-faq-item:not(:first-child) {
    margin-top: 15px;
  }
  .p-faq-item-question {
    padding: 24px 75px;
    border-width: 1px;
  }
  .p-faq-item-question::before, .p-faq-item-question::after {
    right: 30px;
    width: 34px;
    height: 2px;
  }
  .p-faq-item-question .icon {
    left: 30px;
    font-size: 3.0rem;
  }
  .p-faq-item-anser {
    padding: 25px 25px 25px 75px;
  }
  .p-faq-item-anser .icon {
    left: 30px;
    font-size: 3.0rem;
  }
  .p-faq-more {
    max-width: 390px;
    width: auto;
    margin: 90px auto 0;
  }
  .p-flow {
    padding: 85px 0 90px;
  }
  .p-flow-items {
    margin-top: 60px;
  }
  .p-flow-item + .p-flow-item {
    margin-top: 60px;
  }
  .p-flow-item + .p-flow-item::before {
    top: -34px;
    width: 32px;
    height: 14px;
  }
  .p-flow-item:nth-child(1) .p-flow-item-inner {
    padding: 20px 30px 30px 110px;
  }
  .p-flow-item-inner {
    position: relative;
    padding: 10px 30px 15px 110px;
  }
  .p-flow-item-inner::before {
    left: 25px;
    font-size: 3.0rem;
  }
  .p-flow-item-inner::after {
    width: 80px;
  }
  .p-flow-item-title {
    font-size: 2.0rem;
  }
  .p-flow-item-detail {
    font-size: 1.5rem;
  }
  .p-flow-item-buttons {
    margin-top: 20px;
  }
  .p-flow-item-button + .p-flow-item-button {
    margin-top: 20px;
  }
  .p-flow-item-button-inner {
    padding: 15px 5px;
    border-width: 1px;
  }
  .p-flow-item-button-tel {
    font-size: 3.0rem;
    line-height: 1.5;
  }
  .p-flow-item-button-tel span:nth-child(1) {
    margin-right: 10px;
    padding: 0 5px;
    font-size: 2.0rem;
  }
  .p-flow-item-button-time {
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
  .p-flow-more {
    max-width: 390px;
    width: auto;
    margin: 80px auto 100px;
  }
  .p-form {
    margin-top: 35px;
    border: none;
  }
  .p-form-row {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
  }
  .p-form-row:first-child {
    border-top: none;
  }
  .p-form-row:last-child .p-form-label,
  .p-form-row:last-child .p-form-value {
    border-bottom: 1px solid #b0b1b1;
  }
  .p-form-label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 260px;
    padding: 35px 20px 35px 35px;
    border-top: 1px solid #b0b1b1;
    font-size: 1.4rem;
  }
  .p-form-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 24px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #d7d7d7;
  }
  .p-form-value {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    padding: 35px 0 35px 20px;
    border-top: 1px solid #b0b1b1;
  }
  .mw_wp_form_input .p-form-value {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .p-form-error {
    margin-top: 10px;
    padding-left: 0;
  }
  .p-items {
    border-top-width: 1px;
  }
  .p-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px 30px 25px;
    border-bottom-width: 1px;
  }
  .p-item-category {
    margin-right: 40px;
    font-size: 1.2rem;
  }
  .p-item-category a {
    min-width: auto;
    width: 145px;
    padding: 2px 0;
    border-width: 1px;
    border-radius: 5px;
  }
  .p-item-time {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .p-item-title {
    width: 100%;
    margin-top: 10px;
  }
  .p-item-title a {
    font-size: 1.5rem;
  }
  .p-notice-article {
    margin-top: 100px;
  }
  .p-notice-article-header-meta {
    margin-top: 35px;
  }
  .p-notice-article-header-time {
    margin-left: 0;
  }
  .p-notice-article-contents {
    margin-top: 40px;
  }
  .p-notice-article-contents p + p {
    margin-top: 30px;
  }
  .p-notice-article-more {
    max-width: 390px;
    margin: 90px auto 0;
  }
  .p-pageHeader {
    height: 545px;
  }
  .p-pageHeader.-recruit {
    height: 640px;
  }
  .p-pageHeader-inner {
    height: 340px;
  }
  .p-pageHeader-inner.-recruit {
    height: 470px;
  }
  .p-pageHeader-inner::before, .p-pageHeader-inner::after {
    width: 71px;
    height: 58px;
  }
  .p-pageHeader-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 20px;
  }
  .p-pageHeader-contents::before, .p-pageHeader-contents::after {
    width: 71px;
    height: 58px;
  }
  .p-pageHeader-subtitle {
    font-size: 1.7rem;
  }
  .p-pageHeader-title-text.-en {
    margin-top: 15px;
    font-size: 5.5rem;
  }
  .p-pageHeader-title-text.-ja {
    margin-top: 15px;
    font-size: 2.8rem;
  }
  .p-pageHeader-lead {
    margin-top: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-pageHeader-button {
    width: 390px;
    margin-top: 30px;
  }
  .p-pageHeader-button a {
    height: 70px;
    border-width: 1px;
    font-size: 1.8rem;
  }
  .p-pageHeader.-underlayer {
    height: 170px;
  }
  .p-pageHeader.-underlayer .p-pageHeader-title-text.-ja {
    font-size: 2.8rem;
  }
  .p-pageHeader.-underlayer .p-pageHeader-title-text.-en {
    font-size: 1.4rem;
  }
  .p-pager {
    margin-top: 110px;
  }
  .p-pager .wp-pagenavi .previouspostslink,
  .p-pager .wp-pagenavi .nextpostslink {
    font-size: 1.5rem;
  }
  .p-pager .wp-pagenavi .previouspostslink::before, .p-pager .wp-pagenavi .previouspostslink::after,
  .p-pager .wp-pagenavi .nextpostslink::before,
  .p-pager .wp-pagenavi .nextpostslink::after {
    height: 2px;
  }
  .p-pager .wp-pagenavi .previouspostslink {
    padding-left: 40px;
  }
  .p-pager .wp-pagenavi .previouspostslink::before, .p-pager .wp-pagenavi .previouspostslink::after {
    left: 0;
    width: 10px;
    margin-right: 10px;
  }
  .p-pager .wp-pagenavi .previouspostslink::before {
    width: 20px;
  }
  .p-pager .wp-pagenavi .previouspostslink::after {
    width: 14px;
    -webkit-transform: rotate(-40deg) translateY(-5px);
            transform: rotate(-40deg) translateY(-5px);
  }
  .p-pager .wp-pagenavi .nextpostslink {
    padding-right: 40px;
  }
  .p-pager .wp-pagenavi .nextpostslink::before, .p-pager .wp-pagenavi .nextpostslink::after {
    right: 0;
    width: 10px;
    margin-left: 10px;
  }
  .p-pager .wp-pagenavi .nextpostslink::before {
    width: 20px;
  }
  .p-pager .wp-pagenavi .nextpostslink::after {
    width: 14px;
    -webkit-transform: rotate(40deg) translateY(-5px);
            transform: rotate(40deg) translateY(-5px);
  }
  .p-pager .wp-pagenavi .page,
  .p-pager .wp-pagenavi .current {
    font-size: 1.6rem;
  }
  .home-title-text.-ja {
    font-size: 3.0rem;
  }
  .home-title-text.-en {
    font-size: 1.4rem;
  }
  .home-visual {
    height: 574px;
  }
  .home-visual-inner::before, .home-visual-inner::after {
    width: 71px;
    height: 58px;
  }
  .home-visual-contents {
    padding: 65px 0 75px;
  }
  .home-visual-contents::before, .home-visual-contents::after {
    width: 71px;
    height: 58px;
  }
  .home-visual-subtitle {
    font-size: 2.0rem;
	color: #fff;
	text-shadow: black 0 0 10px;
  }
  .home-visual-title {
    /*max-width: 388px;*/
    margin-top: 30px;
	font-size: 45px;
  }
  .home-visual-scroll {
    bottom: 20px;
  }
  .home-visual-scroll-text {
    font-size: 1.1rem;
  }
  .home-visual-scroll-icon {
    width: 20px;
    height: 33px;
    margin-top: 10px;
    border-width: 2px;
    border-radius: 10px;
  }
  .home-visual-scroll-icon span {
    display: inline-block;
    width: 2px;
    height: 10px;
    -webkit-animation: scroll-vs-pc 1.6s 1s ease-out infinite both;
            animation: scroll-vs-pc 1.6s 1s ease-out infinite both;
  }
  .home-nav {
    padding-top: 90px;
  }
  .home-nav-inner {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .home-nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-nav-item {
    width: 33.3333%;
    border-width: 1px;
  }
  .home-nav-item + .home-nav-item {
    margin-top: 0;
  }
  .home-nav-item-inner {
    height: 355px;
  }
  .home-nav-item-inner p {
    bottom: 5px;
    left: 15px;
    font-size: 2.4rem;
    font-weight: 500;
  }
  .home-nav-item-text {
    position: relative;
    padding: 25px 20px;
  }
  .home-nav-item-title {
    padding-left: 30px;
    font-size: 1.8rem;
  }
  .home-nav-item-title::before {
    left: 5px;
    width: 15px;
    height: 15px;
  }
  .home-notice {
    padding: 90px 0;
  }
  .home-notice-items {
    margin-top: 75px;
    padding: 0;
  }
  .home-notice-item {
    padding: 20px 0;
  }
  .home-notice-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .home-notice-item-time {
    width: 160px;
  }
  .home-notice-item-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.5rem;
  }
  .home-notice-more {
    margin-top: 75px;
  }
  .home-business {
    padding: 90px 0 100px;
  }
  .home-business-lead {
    max-width: 840px;
    margin: 90px auto 0;
    padding: 0 20px;
  }
  .home-business-contents {
    margin-top: 70px;
  }
  .home-business-content {
    padding: 90px 20px 60px;
    border-width: 1px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
  }
  .home-business-content-lead {
    padding: 0 20px;
  }
  .home-business-content-lead-text {
    font-size: 2.6rem;
    font-weight: 700;
  }
  .home-business-content-lead-items {
    margin: 70px auto 0;
  }
  .home-business-content-lead-items.-temp-agency, .home-business-content-lead-items.-support {
    max-width: 580px;
  }
  .home-business-content-lead-items.-logistics {
    max-width: 500px;
  }
  .home-business-content-lead-item {
    position: relative;
    margin-top: 10px;
    padding-left: 60px;
  }
  .home-business-content-lead-item::before {
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
  }
  .home-business-content-possible {
    margin-top: 60px;
    padding: 30px 20px;
  }
  .home-business-content-possible p {
    font-size: 2.6rem;
  }
  .home-business-content-possible p span {
    font-size: 3.0rem;
  }
  .home-business-content-acting {
    margin-top: 80px;
  }
  .home-business-content-customer {
    margin-top: 40px;
  }
  .home-business-content-inner {
    padding: 0;
  }
  .home-business-content-items {
    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: 60px -20px 0;
  }
  .home-business-content-item {
    width: calc(20% - 40px);
    margin: 0 20px;
    text-align: center;
  }
  .home-business-content-item:nth-child(n + 4) {
    width: calc(20% - 40px);
    margin-top: 0;
  }
  .home-business-content-item-text {
    margin-top: 25px;
    font-size: 1.4rem;
  }
  .home-business-content-case {
    margin-top: 70px;
  }
  .home-business-content-case-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 0;
  }
  .home-business-content-case-item {
    width: calc(50% - 40px);
    margin: 0 20px;
    border-width: 1px;
  }
  .home-business-content-case-item + .home-business-content-case-item {
    margin-top: 0;
  }
  .home-business-content-case-item-inner {
    padding: 60px 30px 30px;
  }
  .home-business-content-case-item-inner p + p {
    margin-top: 30px;
  }
  .home-business-content-case-item-title {
    margin: 0 auto -20px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .home-business-content-case-item-title span {
    padding: 5px 10px;
    border-radius: 30px;
  }
  .home-business-content-case-item-subtitle {
    font-size: 1.8rem;
  }
  .home-business-content-case-item-text {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  .home-business-content-temp-agency {
    margin-top: 100px;
  }
  .home-business-content-temp-agency-inner {
    padding: 0;
  }
  .home-business-content-temp-agency-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
  .home-business-content-temp-agency-item {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    padding: 30px 15px 65px;
    border-width: 1px;
  }
  .home-business-content-temp-agency-item::before {
    bottom: 30px;
    width: 12px;
    height: 12px;
    margin-left: -6px;
    border-width: 2px;
  }
  .home-business-content-temp-agency-item + .home-business-content-temp-agency-item {
    margin-top: 0;
  }
  .home-business-content-temp-agency-item-subtitle {
    margin-top: 20px;
    font-size: 2.0rem;
  }
  .home-business-content-temp-agency-item-image {
    margin-top: 30px;
  }
  .home-business-content-temp-agency-item-text {
    margin-top: 15px;
  }
  .home-business-content-logistics {
    margin-top: 120px;
  }
  .home-business-content-logistics-items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 460px;
    margin: 0 auto;
  }
  .home-business-content-logistics-item {
    width: 33.3333%;
    margin: 0;
    text-align: center;
  }
  .home-business-content-logistics-item:nth-child(n + 4) {
    margin-top: 40px;
  }
  .home-business-content-more {
    margin: 90px auto 50px;
  }
  .home-about {
    padding-top: 120px;
  }
  .home-about-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .home-about-content-inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 45px;
  }
  .home-about-title {
    padding-bottom: 25px;
  }
  .home-about-title::before {
    width: 115px;
    height: 3px;
  }
  .home-about-title-text.-ja {
    font-size: 2.2rem;
  }
  .home-about-title-text.-en {
    font-size: 1.4rem;
  }
  .home-about-text {
    margin-top: 40px;
    line-height: 2.5;
  }
  .home-about-text-title {
    font-size: 2.0rem;
    line-height: 1.8;
  }
  .home-about-text p + p {
    margin-top: 30px;
  }
  .home-about-image {
    width: 45%;
    margin-top: 0;
  }
  .home-about-more {
    margin-top: 85px;
  }
  .temp-agency-lead {
    padding: 100px 0;
  }
  .temp-agency-lead::before {
    border-width: 50px 110px 0 110px;
  }
  .temp-agency-lead-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 75px 0 0;
  }
  .temp-agency-lead-item {
    width: calc(33.3333% - 60px);
    margin: 0 30px;
  }
  .temp-agency-lead-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .temp-agency-lead-item-number {
    width: 130px;
    padding: 0 28px;
    font-size: 1.8rem;
  }
  .temp-agency-lead-item-number::before, .temp-agency-lead-item-number::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .temp-agency-lead-item-number span:nth-child(1) {
    padding: 0 8px 0 5px;
  }
  .temp-agency-lead-item-number span:nth-child(2) {
    padding: 0;
    font-size: 2.4rem;
  }
  .temp-agency-lead-item-image {
    max-width: 182px;
    margin: 25px auto 0;
  }
  .temp-agency-lead-item-title {
    margin-top: 15px;
  }
  .temp-agency-lead-item-text {
    margin-top: 10px;
  }
  .temp-agency-solution {
    padding: 160px 0 100px;
  }
  .temp-agency-solution-title {
    font-size: 2.8rem;
  }
  .temp-agency-solution-title span {
    font-size: 3.0rem;
  }
  .temp-agency-solution-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 960px;
    margin: 50px auto 0;
  }
  .temp-agency-solution-item {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    padding: 15px 10px;
    border-width: 1px;
    background: #fff;
    text-align: center;
  }
  .temp-agency-solution-item:not(:first-child) {
    margin-top: 0;
  }
  .temp-agency-solution-item span {
    padding-left: 30px;
  }
  .temp-agency-solution-item span::before {
    top: 50%;
    width: 13px;
    height: 8px;
    border-width: 3px;
  }
  .temp-agency-solution-lead {
    margin-top: 50px;
    padding: 0 40px;
  }
  .temp-agency-solution-contents {
    margin-top: 130px;
  }
  .temp-agency-solution-contents .temp-agency-solution-contents-text {
    font-size: 2.4rem;
  }
  .temp-agency-solution-contents .temp-agency-solution-contents-text::before {
    width: 35px;
    height: 2px;
  }
  .temp-agency-solution-contents-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px -10px 0;
  }
  .temp-agency-solution-contents-more {
    max-width: 390px;
    width: auto;
    margin: 90px auto 0;
  }
  .temp-agency-solution-content {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    padding: 20px 20px 50px;
  }
  .temp-agency-solution-content + .temp-agency-solution-content {
    margin-top: 0;
  }
  .temp-agency-solution-content-image {
    margin-top: 15px;
  }
  .temp-agency-solution-content-text {
    margin-top: 15px;
    font-size: 1.2rem;
  }
  .temp-agency-service {
    padding: 60px 0 160px;
  }
  .temp-agency-service-inner {
    border-width: 1px;
  }
  .temp-agency-service-content:nth-child(3) .temp-agency-service-content-merit-item:nth-of-type(1) .temp-agency-service-content-merit-item-image {
    margin-top: 10px;
  }
  .temp-agency-service-content:nth-child(4) .temp-agency-service-content-merit-item:nth-of-type(3) .temp-agency-service-content-merit-item-image {
    margin-top: 70px;
  }
  .temp-agency-service-content-inner {
    padding: 95px 40px 105px;
  }
  .temp-agency-service-content-title span {
    padding-bottom: 40px;
    font-size: 3.0rem;
  }
  .temp-agency-service-content-title span::before {
    width: 100px;
    height: 4px;
  }
  .temp-agency-service-content-lead {
    margin-top: 40px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.4;
  }
  .temp-agency-service-content-image {
    margin-top: 50px;
    text-align: center;
  }
  .temp-agency-service-content-merit {
    margin-top: 50px;
  }
  .temp-agency-service-content-merit-title {
    font-size: 2.0rem;
  }
  .temp-agency-service-content-merit-title span {
    padding-bottom: 30px;
  }
  .temp-agency-service-content-merit-title span::before {
    width: 50px;
    height: 3px;
  }
  .temp-agency-service-content-merit-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -5px 0;
  }
  .temp-agency-service-content-merit-item {
    width: calc(33.3333% - 10px);
    margin: 0 5px;
    padding: 35px 5px 50px;
    border-width: 1px;
  }
  .temp-agency-service-content-merit-item + .temp-agency-service-content-merit-item {
    margin-top: 0;
  }
  .temp-agency-service-content-merit-item-subTitle {
    margin-top: 20px;
    font-size: 1.1rem;
  }
  .temp-agency-service-content-merit-item-subTitle span {
    font-size: 1.6rem;
  }
  .temp-agency-service-content-merit-item-image {
    margin-top: 30px;
  }
  .temp-agency-service-content-merit-item-text {
    margin-top: 30px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .temp-agency-service-content-use {
    margin-top: 60px;
  }
  .temp-agency-service-content-use-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -35px;
  }
  .temp-agency-service-content-use-item {
    width: calc(50% - 70px);
    margin: 0 35px;
  }
  .temp-agency-service-content-use-item + .temp-agency-service-content-use-item {
    margin-top: 0;
  }
  .temp-agency-service-content-use-title {
    font-size: 2.0rem;
  }
  .temp-agency-service-content-use-title span {
    padding-bottom: 30px;
  }
  .temp-agency-service-content-use-title span::before {
    width: 50px;
    height: 3px;
  }
  .temp-agency-service-content-use-text {
    margin-top: 35px;
  }
  .temp-agency-service-content-use-more {
    max-width: 390px;
    width: auto;
    margin: 90px auto 0;
  }
  .temp-agency-service-content-case {
    margin-top: 90px;
    padding: 80px 30px 100px;
    border-width: 1px;
    -webkit-box-shadow: 8px 8px #c3c4c4;
            box-shadow: 8px 8px #c3c4c4;
  }
  .temp-agency-service-content-case + .temp-agency-service-content-case {
    margin-top: 80px;
  }
  .temp-agency-service-content-case-number {
    top: -30px;
    left: 30px;
    width: 70px;
    height: 70px;
    padding-bottom: 35px;
    font-size: 1.4rem;
  }
  .temp-agency-service-content-case-number::after {
    bottom: 0;
    font-size: 3.0rem;
  }
  .temp-agency-service-content-case-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .temp-agency-service-content-case-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
    line-height: 2;
  }
  .temp-agency-service-content-case-text:not(:first-child) {
    margin-top: 60px;
  }
  .temp-agency-service-content-case-text dl:not(:first-child) {
    margin-top: 30px;
  }
  .temp-agency-service-content-case-text dl dt {
    font-size: 1.5rem;
  }
  .temp-agency-service-content-case-text dl dd {
    font-size: 1.3rem;
  }
  .temp-agency-service-content-case-image {
    width: 43%;
    margin-top: 0;
  }
  .logistics-lead {
    padding: 100px 0;
  }
  .logistics-lead::before {
    border-width: 50px 110px 0 110px;
  }
  .logistics-lead-items {
    margin: 75px 0 0;
  }
  .logistics-lead-item {
    width: calc(25% - 50px);
    margin: 0 25px;
  }
  .logistics-lead-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .logistics-lead-item-number {
    width: 130px;
    padding: 0 28px;
    font-size: 1.8rem;
  }
  .logistics-lead-item-number::before, .logistics-lead-item-number::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .logistics-lead-item-number span:nth-child(1) {
    padding: 0 8px 0 5px;
  }
  .logistics-lead-item-number span:nth-child(2) {
    padding: 0;
    font-size: 2.4rem;
  }
  .logistics-lead-item-image {
    max-width: 182px;
    margin: 25px auto 0;
  }
  .logistics-lead-item-title {
    margin-top: 15px;
  }
  .logistics-lead-item-text {
    margin-top: 10px;
  }
  .logistics-solution-nav {
    padding: 160px 0 100px;
  }
  .logistics-solution-nav-title {
    font-size: 2.8rem;
  }
  .logistics-solution-nav-title span {
    font-size: 3.0rem;
  }
  .logistics-solution-nav-lead {
    margin-top: 50px;
  }
  .logistics-solution-nav-items {
    margin: 70px -5px 0;
  }
  .logistics-solution-nav-item {
    width: calc(25% - 10px);
    margin: 0 5px;
  }
  .logistics-solution-nav-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .logistics-solution-nav-item a {
    min-height: auto;
    height: 100%;
    padding: 20px 10px 35px;
  }
  .logistics-solution-nav-item a::before {
    bottom: 20px;
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  .logistics-solution-nav-item-title {
    padding-bottom: 10px;
    font-size: 3.0rem;
  }
  .logistics-solution-nav-item-title::before {
    width: 25px;
    height: 2px;
  }
  .logistics-solution-nav-item-text {
    margin-top: 20px;
  }
  .logistics-solution-nav-item:nth-child(3) .logistics-solution-nav-item-text {
    margin-top: 15px;
  }
  .logistics-solution-content {
    padding: 100px 0;
  }
  .logistics-solution-content-lead {
    margin-top: 35px;
    font-size: 1.5rem;
    line-height: 2.4;
  }
  .logistics-solution-content-items {
    margin: 70px -15px 0;
  }
  .logistics-solution-content-item {
    width: calc(25% - 30px);
    margin: 0 15px;
  }
  .logistics-solution-content-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .logistics-solution-content-item-text {
    width: 140px;
    margin: 30px auto 0;
  }
  .logistics-solution-content-item-title {
    font-size: 1.8rem;
    line-height: 2.0;
  }
  .logistics-solution-content-item ul {
    margin-top: 5px;
    line-height: 1.8;
  }
  .logistics-solution-content-type {
    margin-top: 60px;
  }
  .logistics-solution-content-type table {
    max-width: 770px;
    margin: 0 auto;
  }
  .logistics-solution-content-type table tr {
    display: table-row;
    border-bottom: 1px solid #ccc;
  }
  .logistics-solution-content-type table th,
  .logistics-solution-content-type table td {
    display: table-cell;
    width: 33.3333%;
    padding: 12px 20px;
    border: none;
  }
  .logistics-solution-content-type table thead {
    display: table-header-group;
    width: 100%;
  }
  .logistics-solution-content-type table thead th {
    font-size: 1.8rem;
    color: #fff;
  }
  .logistics-solution-content-type table thead th:nth-child(1) {
    width: 20%;
  }
  .logistics-solution-content-type table thead th:nth-child(2) {
    width: 40%;
    background: #074795;
  }
  .logistics-solution-content-type table thead th:nth-child(3) {
    width: 40%;
    background: #9a9da1;
  }
  .logistics-solution-content-type table thead th + th {
    border-left: 1px solid #ccc;
  }
  .logistics-solution-content-type table tbody tr:last-child {
    border-bottom: none;
  }
  .logistics-solution-content-type table tbody th {
    width: 20%;
    font-size: 1.5rem;
  }
  .logistics-solution-content-type table tbody td {
    position: static;
    width: 40%;
    padding: 25px 30px 24px;
    border-left: 1px solid #ccc;
    font-size: 1.5rem;
    text-align: left;
    line-height: 1.7;
  }
  .logistics-solution-content-type table tbody td::before {
    content: none;
  }
  .logistics-solution-content-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
  }
  .logistics-solution-content-column-image {
    width: 47%;
  }
  .logistics-solution-content-column-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 30px;
    line-height: 2.4;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
  .logistics-solution-content-column-text p + p {
    margin-top: 30px;
  }
  .logistics-ability {
    padding: 140px 0;
  }
  .logistics-ability-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 880px;
    margin: 60px auto 0;
  }
  .logistics-ability-item {
    width: calc(20% - 30px);
    margin: 0 15px;
    text-align: center;
  }
  .logistics-ability-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .logistics-ability-item:nth-child(n + 6) {
    margin-top: 45px;
  }
  .logistics-ability-item-text {
    margin-top: 5px;
    font-size: 1.7rem;
  }
  .logistics-case {
    padding-bottom: 150px;
  }
  .logistics-case-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 70px -10px 0;
  }
  .logistics-case-item {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    border-width: 1px;
  }
  .logistics-case-item + .logistics-case-item {
    margin-top: 0;
  }
  .logistics-case-item-image {
    width: 100%;
    height: 150px;
  }
  .logistics-case-item-image img {
    width: 100%;
  }
  .logistics-case-item-inner {
    padding: 40px 20px 60px;
    line-height: 2.1;
  }
  .logistics-case-item-inner p + p {
    margin-top: 30px;
  }
  .logistics-case-item-title {
    margin: 0 auto -20px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .logistics-case-item-title span {
    padding: 5px 10px;
    border-radius: 30px;
  }
  .logistics-case-more {
    max-width: 390px;
    width: auto;
    margin: 100px auto 0;
  }
  .support-lead {
    padding: 100px 0;
  }
  .support-lead::before {
    border-width: 50px 110px 0 110px;
  }
  .support-lead-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 75px 0 0;
  }
  .support-lead-item {
    width: calc(33.3333% - 60px);
    margin: 0 30px;
  }
  .support-lead-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .support-lead-item:nth-child(n + 4) {
    margin-top: 45px;
  }
  .support-lead-item-number {
    width: 130px;
    padding: 0 28px;
    font-size: 1.8rem;
  }
  .support-lead-item-number::before, .support-lead-item-number::after {
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
  .support-lead-item-number span:nth-child(1) {
    padding: 0 8px 0 5px;
  }
  .support-lead-item-number span:nth-child(2) {
    padding: 0;
    font-size: 2.4rem;
  }
  .support-lead-item-image {
    max-width: 182px;
    margin: 25px auto 0;
  }
  .support-lead-item-title {
    margin-top: 15px;
  }
  .support-lead-item-text {
    margin-top: 10px;
  }
  .support-solution {
    padding: 130px 0 100px;
  }
  .support-solution-title {
    font-size: 2.8rem;
  }
  .support-solution-title span {
    font-size: 3.0rem;
  }
  .support-solution-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 914px;
    margin: 50px auto 0;
  }
  .support-solution-item {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    padding: 15px;
    border-width: 1px;
    background: #fff;
    text-align: center;
  }
  .support-solution-item:not(:first-child) {
    margin-top: 0;
  }
  .support-solution-item:nth-child(n + 4) {
    width: 40%;
    margin-top: 20px;
  }
  .support-solution-item span {
    padding-left: 30px;
  }
  .support-solution-item span::before {
    top: 50%;
    width: 13px;
    height: 8px;
    border-width: 3px;
  }
  .support-solution-lead {
    margin-top: 50px;
    padding: 0 60px;
  }
  .support-solution-content {
    margin-top: 60px;
	margin-bottom: 120px;
    padding: 60px 35px 10px;
  }
  .support-solution-content-title {
    padding-bottom: 45px;
    font-size: 2.4rem;
  }
  .support-solution-content-title::after {
    width: 35px;
    height: 2px;
  }
  .support-solution-content-text {
    margin-top: 50px;
  }
  .support-solution-content-image {
    margin-top: 60px;
    text-align: center;
  }
  .support-solution-content-customerSupport {
    margin-top: 90px;
  }
  .support-merit {
    padding: 110px 0;
  }
  .support-merit-items {
    margin-top: 90px;
  }
  .support-merit-item + .support-merit-item {
    margin-top: 90px;
  }
  .support-merit-item-title {
    font-size: 2.4rem;
  }
  .support-merit-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  .support-merit-item-image {
    width: 32%;
  }
  .support-merit-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 45px;
  }
  .support-merit-item-text-inner + .support-merit-item-text-inner {
    position: relative;
    padding-top: 100px;
  }
  .support-merit-item-text-inner + .support-merit-item-text-inner::before {
    top: 20px;
    width: 50px;
    height: 50px;
  }
  .support-merit-item-text-inner + .support-merit-item-text-inner::after {
    top: 20px;
    width: 16px;
    height: 16px;
    margin: 13px 0 0 -8px;
    border-width: 3px;
  }
  .support-merit-item-text-title {
    font-size: 1.8rem;
    line-height: 1;
  }
  .support-merit-item-text-detail {
    margin-top: 20px;
  }
  .support-acting {
    padding: 110px 0 100px;
  }
  .support-acting-lead {
    margin-top: 50px;
    line-height: 2.4;
  }
  .support-acting-image {
    margin-top: 35px;
  }
  .support-case {
    padding: 100px 0 130px;
  }
  .support-case-items {
    margin-top: 70px;
  }
  .support-case-item + .support-case-item {
    margin-top: 80px;
  }
  .support-case-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .support-case-item-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 25px;
  }
  .support-case-item-title {
    padding-bottom: 35px;
    font-size: 2.0rem;
  }
  .support-case-item-title::before {
    width: 30px;
    height: 3px;
  }
  .support-case-item-outline {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 2.4;
  }
  .support-case-item-tags {
    margin-top: 40px;
  }
  .support-case-item-tag {
    margin: 10px 8px 0 0;
    padding: 4px 20px;
    border-radius: 30px;
    font-size: 1.2rem;
  }
  .support-case-item-tag.-highlight {
    background: #e5effc;
  }
  .support-case-item-image {
    margin-top: 0;
    width: 390px;
    height: 280px;
  }
  .support-case-more {
    max-width: 390px;
    width: auto;
    margin: 150px auto 0;
  }
  .recruit-lead {
    padding: 130px 0;
  }
  .recruit-lead-title {
    font-size: 3.0rem;
  }
  .recruit-lead-text {
    margin-top: 40px;
    font-size: 1.6rem;
    text-align: center;
  }
  .recruit-lead-text span {
    font-size: 2.0rem;
    font-weight: 700;
  }
  .recruit-plot {
    padding: 80px 0;
  }
  .recruit-plot-content {
    margin-top: 70px;
    padding: 100px 50px 60px;
  }
  .recruit-plot-content-text {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2.4;
  }
  .recruit-plot-content-image {
    margin-top: 40px;
  }
  .recruit-service {
    padding: 100px 0 90px;
    border-width: 1px;
  }
  .recruit-service-content-inner {
    padding: 70px 40px 60px;
  }
  .recruit-service-content-lead {
    font-size: 2.0rem;
    letter-spacing: -0.01em;
  }
  .recruit-service-content-title {
    margin-top: 40px;
  }
  .recruit-service-content-title span {
    padding-bottom: 40px;
    font-size: 3.0rem;
  }
  .recruit-service-content-title span::before {
    width: 100px;
    height: 4px;
  }
  .recruit-service-content-text {
    margin-top: 70px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .recruit-service-content-stepItems {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px -20px 0;
  }
  .recruit-service-content-stepItems::before {
    content: '';
    position: absolute;
    top: 120px;
    left: 50%;
    width: calc(100% - 160px);
    height: 3px;
    background: #004192;
    -webkit-transform: translateX(-50%) skewY(-10deg);
            transform: translateX(-50%) skewY(-10deg);
  }
  .recruit-service-content-stepItem {
    position: relative;
    width: calc(33.3333% - 40px);
    margin: 0 20px;
  }
  .recruit-service-content-stepItem + .recruit-service-content-stepItem {
    margin-top: 0;
  }
  .recruit-service-content-stepItem:nth-child(1) {
    margin-top: 90px;
  }
  .recruit-service-content-stepItem:nth-child(2) {
    margin-top: 40px;
  }
  .recruit-service-content-stepItem-title {
    width: 160px;
    height: 160px;
    border-width: 5px;
    background: #fff;
  }
  .recruit-service-content-stepItem-title-step {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  .recruit-service-content-stepItem-title-number {
    font-size: 3.0rem;
    line-height: 1.0;
  }
  .recruit-service-content-stepItem-title-image {
    width: 64px;
    height: 65px;
  }
  .recruit-service-content-stepItem-text {
    margin-top: 25px;
    font-size: 1.3rem;
  }
  .recruit-service-content-note {
    margin-top: 60px;
    padding: 20px 30px;
    border-width: 3px;
  }
  .recruit-service-content-careerItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px -10px 0;
  }
  .recruit-service-content-careerItem {
    width: calc(50% - 20px);
    margin: 0 10px;
    border-width: 1px;
  }
  .recruit-service-content-careerItem + .recruit-service-content-careerItem {
    margin-top: 0;
  }
  .recruit-service-content-careerItem:nth-child(n + 3) {
    margin-top: 20px;
  }
  .recruit-service-content-careerItem-inner {
    padding: 40px 20px 30px;
  }
  .recruit-service-content-careerItem-category {
    margin: 0 auto -20px;
    font-size: 1.3rem;
  }
  .recruit-service-content-careerItem-category span {
    padding: 5px 10px;
    border-radius: 30px;
  }
  .recruit-service-content-careerItem-title {
    font-size: 1.5rem;
	font-weight: bold;
  }
  .recruit-service-content-careerItem-text {
    margin-top: 5px;
    font-size: 1.2rem;
  }

  .recruit-service-content-trainingItems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 50px -5px 0;
  }
  .recruit-service-content-trainingItem {
    width: calc(33.3333% - 10px);
    margin: 0 5px;
    padding-top: 35px;
    border-width: 1px;
  }
  .recruit-service-content-trainingItem + .recruit-service-content-trainingItem {
    margin-top: 0;
  }
  .recruit-service-content-trainingItem-subTitle {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .recruit-service-content-trainingItem-image {
    margin-top: 30px;
  }
  .recruit-service-content-trainingItem-text {
    padding: 20px 12px 30px;
    font-size: 1.3rem;
    line-height: 2;
  }
  .recruit-service-content-trainingItem-text ul {
    margin-top: 15px;
  }
  .recruit-service-content-benefit {
    margin-top: 80px;
  }
  .recruit-service-content-benefit-text {
    margin-top: 35px;
    line-height: 2;
  }
  .recruit-service-content-benefit-more {
    max-width: 390px;
    width: auto;
    margin: 60px auto 0;
  }
  .staff-news {
    padding: 45px 0 110px;
  }
  .staff-news-items {
    margin-top: 50px;
  }
  .staff-news-more {
    max-width: 390px;
    margin: 70px auto 0;
  }
  .staff-contact-more {
    max-width: 390px;
    margin: 60px auto 0;
  }
  .company-about {
    padding: 110px 0 130px;
  }
  .company-about-lead {
    margin-top: 60px;
	text-align: center;
  }
  .company-about-lead-main {
    font-size: 2.0rem;
  }
  .company-about-lead-sub {
    margin-top: 20px;
  }
  .company-about-image {
    margin-top: 80px;
  }
  .company-reason {
    padding: 110px 0 80px;
  }
  .company-reason-items {
    margin-top: 120px;
  }
  .company-reason-item {
    padding: 60px 35px 100px;
    border-width: 1px;
	background: #fff;
  }
  .company-reason-item + .company-reason-item {
    margin-top: 80px;
  }
  .company-reason-item-number {
    top: -35px;
    left: 35px;
    width: 70px;
    height: 70px;
    padding-bottom: 30px;
    font-size: 1.4rem;
  }
  .company-reason-item-number::after {
    bottom: 0;
    font-size: 3.0rem;
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
  .company-reason-item-title {
    font-size: 2.0rem;
  }
  .company-reason-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .company-reason-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 50px;
    line-height: 2.5;
  }
  .company-reason-item-image {
    width: 48%;
    margin-top: 0;
  }
  .company-outline {
    padding-top: 130px;
  }
  .company-outline-table {
    margin-top: 70px;
  }
  .company-outline-table table {
    border-width: 1px;
  }
  .company-outline-table table tr:not(:first-child) {
    border-width: 1px;
  }
  .company-outline-table table tr th {
    width: 190px;
    padding: 20px;
  }
  .company-outline-table table tr td {
    position: relative;
    padding: 20px 30px;
    border-width: 1px;
    line-height: 2.2;
  }
  .company-outline-table table tr td ul li a {
    position: relative;
    display: block;
    width: 200px;
  }
  .company-outline-table table tr td ul li a::before {
    width: 19px;
    height: 23px;
  }
  .company-outline-table-image {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 87px;
    height: 84px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .company-access {
    padding-top: 90px;
  }
  .company-access-items {
    margin-top: 100px;
  }
  .company-access-item + .company-access-item {
    margin-top: 70px;
  }
  .company-access-item-title {
    font-size: 2.2rem;
  }
  .company-access-item ul {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .company-access-item-map {
    margin-top: 20px;
  }
  .company-access-item-map-more {
    margin-top: 10px;
  }
  .company-access-item-map-more a {
    padding-right: 30px;
    font-size: 1.5rem;
  }
  .company-access-item-map-more a::before {
    width: 18px;
    height: 16px;
  }
  .policy-lead {
    padding-top: 80px;
    font-size: 1.3rem;
  }
  .policy-lead dl {
    margin-top: 40px;
  }
  .policy-lead dl dt {
    font-size: 1.4rem;
  }
  .policy-lead-sign {
    margin-top: 60px;
  }
  .policy-lead-contact {
    margin-top: 30px;
  }
  .policy-privacy {
    padding-top: 150px;
    font-size: 1.3rem;
  }
  .policy-privacy-lead {
    margin-top: 70px;
  }
  .policy-privacy-lead dl dt {
    font-size: 1.4rem;
  }
  .policy-privacy-content dl dt {
    font-size: 1.4rem;
  }
  .policy-privacy-content dl dd p + p {
    margin-top: 20px;
  }
  .policy-privacy-content-table {
    margin-top: 0;
  }
  .policy-privacy-content-table-caption {
    font-size: 1.4rem;
  }
  .policy-privacy-content-table table {
    border-width: 1px;
  }
  .policy-privacy-content-table table th:nth-child(2),
  .policy-privacy-content-table table td:nth-child(2) {
    border-width: 1px;
  }
  .policy-privacy-content-table table thead th {
    padding: 12px 20px;
  }
  .policy-privacy-content-table table tbody tr {
    border-width: 1px;
  }
  .policy-privacy-content-table table tbody td {
    padding: 12px 20px;
  }
  .policy-privacy-content-table table tbody td span {
    display: inline-block;
    width: 90px;
  }
  .policy-privacy-content-contact {
    margin: 10px 0;
  }
  .notice {
    padding-top: 70px;
  }
  .notice-category-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px;
  }
  .notice-category-item {
    width: calc(50% - 14px);
    margin: 0 7px;
  }
  .notice-category-item + .notice-category-item {
    margin-top: 15px;
  }
  .notice-category-item:nth-child(2) {
    margin-top: 0;
  }
  .notice-category-item a {
    display: block;
    padding: 10px;
    border-width: 2px;
    font-size: 1.3rem;
  }
  .notice-category-item-select {
    border-width: 2px;
  }
  .notice-category-item-select::before {
    width: 40px;
    border-left-width: 2px;
  }
  .notice-category-item-select:after {
    right: 13px;
    width: 12px;
    height: 12px;
    margin-top: -3px;
    border-width: 3px;
  }
  .notice-category-item-select p {
    padding: 10px 45px 10px 10px;
  }
  .notice-category-item-select select {
    padding: 10px;
    font-size: 1.3rem;
  }
  .notice-items {
    margin-top: 120px;
  }
  .contact-flow ol {
    border-width: 1px;
  }
  .contact-flow ol li {
    padding: 6px 0;
    font-size: 1.6rem;
  }
  .contact-flow ol li:not(:first-child) {
    border-width: 1px;
  }
  .mw_wp_form_input .contact-flow ol li:nth-child(1),
  .mw_wp_form_confirm .contact-flow ol li:nth-child(2),
  .mw_wp_form_complete .contact-flow ol li:nth-child(3) {
    position: relative;
    background: #004f99;
    color: #fff;
    border-left: none;
  }
  .mw_wp_form_input .contact-flow ol li:nth-child(1) + li,
  .mw_wp_form_confirm .contact-flow ol li:nth-child(2) + li,
  .mw_wp_form_complete .contact-flow ol li:nth-child(3) + li {
    border-left: none;
  }
  .mw_wp_form_input .contact-flow ol li:nth-child(1)::before,
  .mw_wp_form_confirm .contact-flow ol li:nth-child(2)::before {
    border-width: 0 18px 22px 0;
  }
  .mw_wp_form_input .contact-flow ol li:nth-child(1)::after,
  .mw_wp_form_confirm .contact-flow ol li:nth-child(2)::after {
    border-width: 0 0 22px 18px;
  }
  .contact-flow ol li span {
    display: inline-block;
    padding-right: 5px;
    font-size: 1.8rem;
  }
  .contact-note {
    margin-top: 50px;
    text-align: center;
  }
  .contact-agree {
    margin-top: 40px;
    padding: 20px 10px;
    text-align: center;
  }
  .contact-agree input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border-radius: 5px;
  }
  .contact-agree .mwform-checkbox-field-text {
    margin: 0;
    padding-left: 35px;
  }
  .contact-agree .mwform-checkbox-field-text::before {
    border-width: 1px;
  }
  .contact-agree .mwform-checkbox-field-text::after {
    left: 4px;
    width: 10px;
    height: 5px;
    border-width: 2px;
  }
  .contact-form-submit {
    margin-top: 70px;
  }
  .contact-form-submit-button {
    width: 390px;
    height: 65px;
  }
  .contact-form-back {
    margin-top: 40px;
  }
  .contact-form-back-button {
    height: 65px;
    padding: 0 20px;
    border-width: 1px;
    font-size: 1.4rem;
  }
  .contact-thanks-text {
    margin-top: 80px;
    text-align: center;
    line-height: 2.8;
  }
  .contact-thanks-back {
    max-width: 390px;
    margin: 80px auto 0;
  }
  .u-br.-hideSmall {
    display: inline !important;
  }
  .u-br.-hideMedium {
    display: none !important;
  }
}

@media screen and (min-width: 1024px), print {
  body {
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  body.is-fix {
    margin-top: 70px;
  }
  a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  a:hover {
    opacity: .7;
  }
  main.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .global-header {
    height: auto;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
  }
  .global-header.is-sticky {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .global-header-inner {
    height: 115px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .global-header-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
  }
  .global-header-info-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 492px;
    width: 100%;
    font-size: 1.2rem;
  }
  .global-header-info-button 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: 150px;
    height: 40px;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
  }
  .global-header-info-button:nth-child(1) a {
    border: none;
    background: #f9ba3b;
    color: #fff;
  }
  .global-header-info-button:nth-child(2) a {
    border-right: none;
  }
  .global-header-info-button:nth-child(2) a,
  .global-header-info-button:nth-child(3) a {
    position: relative;
    overflow: hidden;
  }
  .global-header-info-button:nth-child(2) a span,
  .global-header-info-button:nth-child(3) a span {
    position: relative;
  }
  .global-header-info-button:nth-child(2) a::before,
  .global-header-info-button:nth-child(3) a::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background: #134f9a;
    -webkit-transition: .2s;
    transition: .2s;
  }
  .global-header-info-button:nth-child(2) a:hover,
  .global-header-info-button:nth-child(3) a:hover {
    color: #fff;
    opacity: 1;
  }
  .global-header-info-button:nth-child(2) a:hover::before,
  .global-header-info-button:nth-child(3) a:hover::before {
    left: 0;
  }
  .global-header-info-logo {
    margin-left: 10px;
  }
  .global-header-info-logo 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: 32px;
    height: 100%;
  }
  .global-header-logo {
    margin-top: 5px;
    line-height: 1;
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .global-header-logo a {
    display: inline-block;
  }
  .global-header-navTrigger {
    display: none;
  }
  .global-nav {
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 20px;
    max-width: 920px;
    width: auto;
    height: auto;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .global-nav-inner {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
    padding-top: 0;
    background: none;
  }
  .global-nav-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .global-nav-item:nth-child(1) {
    display: none;
  }
  .global-nav-item + .global-nav-item {
    margin: 0;
  }
  .global-nav-item a {
    padding: 20px 10px;
    font-size: 1.4rem;
    color: #1a1a1a;
  }
  .global-nav-item a:hover {
    background: #f2f2f2;
    opacity: 1;
  }
  .global-nav-item a.-megaMenuTrigger:hover {
    background: none;
  }
  .global-nav-item a.-megaMenuTrigger.is-hover {
    background: #f2f2f2;
  }
  .global-nav-item-trigger {
    padding-right: 0;
  }
  .global-nav-item-trigger::before, .global-nav-item-trigger::after {
    content: none;
  }
  .global-nav-item-contents {
    display: none !important;
  }
  .global-nav-buttons {
    display: none;
  }
  .global-nav-kshg {
    display: none;
  }
  .global-nav-tel {
    margin: 0;
    padding-top: 0;
  }
  .global-nav-tel a {
    display: block;
    pointer-events: none;
  }
  .global-nav-tel-icon {
    display: none;
  }
  .global-nav-tel p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
    padding: 0;
    background: none;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: -0.01em;
  }
  .global-nav-tel p span {
    display: block;
    margin-left: 5px;
    font-size: 1.0rem;
  }
  .global-nav-tel p span span {
    display: block;
    font-size: 1.0rem;
  }
  .global-nav-large {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    display: block;
    padding: 15px;
    background: #f2f2f2;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  .global-nav-large.is-show {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global-nav-large-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1230px;
    margin: 0 auto;
  }
  .global-nav-large-item {
    width: 33.3333%;
    margin: 0 15px;
  }
  .global-nav-large-item a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .global-nav-large-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 65, 146, 0.3);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .global-nav-large-item a:hover {
    opacity: 1;
  }
  .global-nav-large-item a:hover::before {
    opacity: 1;
  }
  .global-nav-large-item a:hover .global-nav-large-item-image::before {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .global-nav-large-item-image {
    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: 220px;
  }
  .global-nav-large-item-image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .global-nav-large-item-image p {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    z-index: 3;
  }
  .global-nav-large-item-image p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -30px;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/common/ico_arrow_blue_03.png) 0 0 no-repeat;
    background-size: contain;
  }
  .global-nav-large-item:nth-child(1) .global-nav-large-item-image::before {
    background-image: url(../images/common/img_banner_01.jpg);
  }
  .global-nav-large-item:nth-child(2) .global-nav-large-item-image::before {
    background-image: url(../images/common/img_banner_02.jpg);
  }
  .global-nav-large-item:nth-child(3) .global-nav-large-item-image::before {
    background-image: url(../images/common/img_banner_03.jpg);
  }
  .global-nav-large.-contact .global-nav-large-items {
    max-width: 800px;
    margin: 0 auto;
  }
  .global-nav-large.-contact .global-nav-large-item {
    width: 50%;
    background: #fff;
    text-align: center;
  }
  .global-nav-large.-contact .global-nav-large-item a {
    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: 80px;
    font-size: 1.8rem;
  }
  .global-nav-large.-contact .global-nav-large-item a::before {
    content: none;
  }
  .global-nav-large.-contact .global-nav-large-item a:hover {
    opacity: 1;
    background: #134f9a;
    color: #fff;
  }
  .global-nav-large.-contact .global-nav-large-item a:hover span::after {
    background-image: url(../images/common/ico_arrow_white_02.png);
  }
  .global-nav-large.-contact .global-nav-large-item a span {
    position: relative;
  }
  .global-nav-large.-contact .global-nav-large-item a span::after {
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    width: 15px;
    height: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../images/common/ico_arrow_blue_03.png) 0 0 no-repeat;
    background-size: cover;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .overlay.is-open {
    opacity: 0;
    visibility: hidden;
  }
  .global-footer-contact-item:nth-child(1) {
    pointer-events: none;
  }
  .global-footer-contact-item:nth-child(3) a {
    padding-top: 110px;
  }
  .global-footer-contact-item:nth-child(3) a::before {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .global-footer-contact-item:nth-child(3) a:hover {
    background: #212a37;
    opacity: 1;
    color: #fff;
  }
  .global-footer-contact-item:nth-child(3) a:hover::before {
    background-image: url(../images/common/ico_mail_white.png);
  }
  .global-footer-info-text {
    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;
    max-width: 920px;
    line-height: 1;
  }
  .global-footer-info-name {
    margin-top: 0;
  }
  .global-footer-info-address {
    margin-top: 0;
  }
  .global-footer-nav-item {
    margin: 0;
  }
  .global-footer-nav-item:nth-child(1), .global-footer-nav-item:nth-child(2), .global-footer-nav-item:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .global-footer-nav-item:nth-child(4) {
    width: 180px;
  }
  .global-footer-nav-item:nth-child(1) li p, .global-footer-nav-item:nth-child(2) li p {
    font-size: 1.4rem;
  }
  .global-footer-nav-item:nth-child(3) li a {
    font-size: 1.4rem;
  }
  .c-button {
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
  }
  .c-button:hover {
    opacity: 1;
    background: #004192;
    color: #fff;
  }
  .c-button.-arrow::before, .c-button.-arrow::after {
    -webkit-transition: translate .5s ease-in-out;
    transition: translate .5s ease-in-out;
  }
  .c-button.-arrow:hover > i::before {
    opacity: 0;
  }
  .c-button.-arrow:hover > i::after {
    opacity: 1;
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  .c-button.-window::before, .c-button.-window::after {
    -webkit-transition: translate .5s ease-in-out;
    transition: translate .5s ease-in-out;
  }
  .c-button.-window:hover > i::before {
    opacity: 0;
  }
  .c-button.-window:hover > i::after {
    opacity: 1;
  }
  .c-button.-blue:hover {
    background: #fff;
    color: #074795;
  }
  .mwform-checkbox-field {
    min-width: 260px;
  }
  .c-tab:hover {
    background: #fff;
    opacity: 1;
  }
  .c-tab:hover::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #134f9a;
  }
  .c-tab:hover .c-tab-number,
  .c-tab:hover .c-tab-text {
    color: #000;
  }
  .c-tab:hover .c-tab-number::before {
    background: #004192;
  }
  .c-tab:hover .c-tab-number.-orange::before {
    background: #f9bc41;
  }
  .c-tab:hover .c-tab-number.-recruit::before {
    background: none;
  }
  .c-tab:nth-child(1):hover .c-tab-text.-home::before {
    background-image: url(../images/home/ico_tab_01.png);
  }
  .c-tab:nth-child(2):hover .c-tab-text.-home::before {
    background-image: url(../images/home/ico_tab_02.png);
  }
  .c-tab:nth-child(3):hover .c-tab-text.-home::before {
    background-image: url(../images/home/ico_tab_03.png);
  }
  .p-banner-item a {
    overflow: hidden;
  }
  .p-banner-item-image {
    height: 220px;
  }
  .p-banner-item-image::before {
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  .p-banner-item-image::after {
    left: 40px;
    width: 15px;
    height: 15px;
  }
  .p-banner-item-image p {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
  .p-banner-item a:hover {
    opacity: 1;
  }
  .p-banner-item a:hover::before {
    opacity: 1;
  }
  .p-banner-item a:hover .p-banner-item-image::before {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .p-banner-item:nth-child(2) .p-banner-item-image::after {
    left: 15px;
  }
  .p-breadcrumbs.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-caseItems {
    margin: 100px -25px 0;
  }
  .p-caseItem {
    width: calc(33.3333% - 50px);
    margin: 0 25px;
  }
  .p-caseItem-image {
    height: 170px;
  }
  .p-flow-item-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-flow-item-title {
    min-width: 210px;
    font-size: 2.0rem;
  }
  .p-flow-item-title.-recruit {
    min-width: 260px;
  }
  .p-flow-item-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-flow-item-button {
    width: 320px;
  }
  .p-flow-item-button:nth-child(1) {
    margin-right: 30px;
  }
  .p-flow-item-button:nth-child(1) a {
    pointer-events: none;
  }
  .p-flow-item-button a {
    height: 80px;
  }
  .p-flow-item-button + .p-flow-item-button {
    margin-top: 0;
  }
  .p-flow-item-button-tel {
    line-height: 1.0;
  }
  .p-form-label {
    width: 280px;
  }
  .p-form-value.-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-form-value.-checkbox .p-form-error {
    width: 100%;
  }
  .p-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-item-category {
    margin-top: 2px;
  }
  .p-item-time {
    margin-top: 2px;
  }
  .p-item-title {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 0 0 35px;
  }
  .p-pageHeader.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .p-pageHeader-button a:hover {
    opacity: 1;
    background: #fff;
    color: #134f9a;
  }
  .p-pager .wp-pagenavi .page:hover {
    color: #fff;
  }
  .p-pager .wp-pagenavi .page:hover::after {
    width: 63px;
    height: 63px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 1;
  }
  .home-nav-item-inner p {
    font-size: 3.2rem;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .home-nav-item-image {
    -webkit-transition: 1s;
    transition: 1s;
  }
  .home-nav-item-text {
    bottom: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .home-nav-item a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  .home-nav-item a:hover {
    opacity: 1;
    background: #003e8f;
  }
  .home-nav-item a:hover .home-nav-item-inner p {
    bottom: 45px;
    color: #003e8f;
  }
  .home-nav-item a:hover .home-nav-item-image {
    -webkit-transition: -webkit-transform 3s ease;
    transition: -webkit-transform 3s ease;
    transition: transform 3s ease;
    transition: transform 3s ease, -webkit-transform 3s ease;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .home-nav-item a:hover .home-nav-item-text {
    bottom: 40px;
    background: #003e8f;
    color: #fff;
  }
  .home-nav-item a:hover .home-nav-item-title::before {
    background-image: url(../images/common/ico_arrow_white_02.png);
  }
  .home-business-content-temp-agency-items {
    margin: 0 -15px;
  }
  .home-business-content-temp-agency-item {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
  }
  .home-about-title {
    padding-bottom: 35px;
  }
  .home-about-title-text.-ja {
    font-size: 3.0rem;
  }
  .home-about-title-text.-en {
    margin-top: 5px;
  }
  .home-about-text {
    margin-top: 40px;
  }
  .home-about-text p + p {
    margin-top: 30px;
  }
  .temp-agency-lead-item-title {
    font-size: 1.6rem;
  }
  .temp-agency-solution-item span {
    font-size: 1.5rem;
  }
  .temp-agency-service-content-merit-items {
    margin: 40px -10px 0;
  }
  .temp-agency-service-content-merit-item {
    width: calc(33.3333% - 20px);
    margin: 0 10px;
    padding: 35px 20px 50px;
  }
  .temp-agency-service-content-merit-item-subTitle {
    font-size: 1.5rem;
  }
  .temp-agency-service-content-merit-item-subTitle span {
    font-size: 2.0rem;
  }
  .temp-agency-service-content-case {
    padding: 80px 40px 100px;
  }
  .temp-agency-service-content-case-number {
    left: 40px;
  }
  .logistics-lead-item-title {
    font-size: 1.6rem;
  }
  .logistics-solution-nav-items {
    margin: 70px -15px 0;
  }
  .logistics-solution-nav-item {
    width: calc(25% - 30px);
    margin: 0 15px;
	border: solid 1px #ccc;
  }
  .logistics-solution-nav-item:nth-child(n + 3) {
    margin-top: 0;
  }
  .logistics-solution-nav-item a {
    padding: 30px 30px 65px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .logistics-solution-nav-item a::before {
    bottom: 40px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .logistics-solution-nav-item a:hover:before {
    bottom: 30px;
  }
  .logistics-solution-nav-item-title {
    font-size: 3.0rem;
  }
  .logistics-solution-nav-item-title::before {
    width: 25px;
    height: 2px;
  }
  .logistics-solution-nav-item-text {
    margin-top: 30px;
    font-size: 2.0rem;
  }
  .logistics-solution-nav-item:nth-child(3) .logistics-solution-nav-item-text {
    margin-top: 25px;
  }
  .logistics-solution-content-items {
    margin: 70px -35px 0;
  }
  .logistics-solution-content-item {
    width: calc(25% - 70px);
    margin: 0 35px;
  }
  .logistics-solution-content-item-text {
    width: 200px;
  }
  .logistics-solution-content-item-title {
    font-size: 2.7rem;
  }
  .logistics-case-items {
    margin: 70px -15px 0;
  }
  .logistics-case-item {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
  }
  .logistics-case-item-image {
    height: 206px;
  }
  .logistics-case-item-title {
    font-size: 1.7rem;
  }
  .support-lead-item {
    width: calc(33.3333% - 80px);
    margin: 0 40px;
  }
  .support-lead-item:nth-child(n + 4) {
    width: calc(33.3333% - 40px);
    margin: 45px 20px;
  }
  .support-lead-item-title {
    font-size: 1.6rem;
  }
  .support-solution-item:nth-child(n + 4) {
    width: 33.3333%;
  }
  .support-solution-item span {
    font-size: 1.5rem;
  }
  .support-case-item-content {
    margin-right: 50px;
  }
  .support-case-item-tag {
    margin-right: 8px;
    padding: 4px 22px;
    border-radius: 30px;
    font-size: 1.2rem;
  }
  .support-case-item-tag.-highlight {
    background: #e5effc;
  }
  .recruit-service-content-stepItems {
    margin: 60px -40px 0;
  }
  .recruit-service-content-stepItems::before {
    width: calc(100% - 200px);
  }
  .recruit-service-content-stepItem {
    width: calc(33.3333% - 80px);
    margin: 0 40px;
  }
  .recruit-service-content-careerItem {
    width: calc(33.3333% - 20px);
  }
  .recruit-service-content-careerItem:nth-child(n + 3) {
    margin-top: 0;
  }
  .recruit-service-content-careerItem:nth-child(n + 4) {
    margin-top: 20px;
  }
  .recruit-service-content-trainingItems {
    margin: 50px -15px 0;
  }
  .recruit-service-content-trainingItem {
    width: calc(33.3333% - 30px);
    margin: 0 15px;
  }
  .notice-category-item {
    width: calc(20% - 14px);
  }
  .notice-category-item + .notice-category-item {
    margin-top: 0;
  }
  .notice-category-item a:hover {
    border-color: #134f9a;
    color: #134f9a;
    opacity: 1;
  }
  .notice-category-item-select {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .notice-category-item-select::before, .notice-category-item-select::after {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .notice-category-item-select:hover {
    border-color: #134f9a;
    opacity: 1;
  }
  .notice-category-item-select:hover::before, .notice-category-item-select:hover::after {
    border-color: #134f9a;
  }
  .contact-form-back-button {
    -webkit-transition: .3s;
    transition: .3s;
  }
  .contact-form-back-button:hover {
    background: #fff;
    color: #000;
    opacity: .7;
  }
  .u-br.-hideLarge {
    display: none !important;
  }
}

@media screen and (min-width: 1280px), print {
  .global-nav-item a {
    padding: 20px 30px;
    font-size: 1.5rem;
  }
  .global-nav-tel {
    margin: 0;
    padding-top: 0;
  }
  .global-nav-tel a {
    display: block;
  }
  .global-nav-tel-icon {
    display: none;
  }
  .global-nav-tel p {
    margin-left: 40px;
    font-size: 2.8rem;
  }
  .global-nav-tel p span {
    font-size: 1.2rem;
  }
  .global-nav-tel p span span {
    font-size: 1.1rem;
  }
  .global-nav-large {
    padding: 35px 15px;
    background: #f2f2f2;
  }
  .global-nav-large-items {
    max-width: 1230px;
  }
  .global-nav-large-item {
    margin: 0 15px;
  }
  .global-nav-large-item-image p {
    font-size: 1.8rem;
  }
  .global-nav-large-item-image p::after {
    left: -40px;
  }
  .home-nav-item-inner p {
    font-size: 4.0rem;
  }
  .u-br.-hideXlarge {
    display: none !important;
  }
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media all and (-ms-high-contrast: none) {
  .global-header-navTrigger.is-open span:first-child,
  .global-header-navTrigger.is-open span:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
  .global-header-navTrigger.is-open span:nth-child(2) {
    opacity: 1;
  }
}
