@charset "UTF-8";
:root {
  --jp: "Zen Kaku Gothic New", sans-serif;
  --en: "Plus Jakarta Sans", sans-serif;
  --en2: "Poppins", sans-serif;
  --c01: #1E55B2;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: 'alpha(opacity=80)';
  opacity: 0.7;
}

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

div,
p {
  /*word-break: break-all;*/
}

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

body,
td,
th,
input,
textarea {
  color: #333;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", 'Hiragino Sans', "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
  font-optical-sizing: auto;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

figure,
picture {
  line-height: 0;
}

picture {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@-webkit-keyframes scroll-dot {
  0% {
    top: -10px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 120px;
    opacity: 0;
  }
}

@-moz-keyframes scroll-dot {
  0% {
    top: -10px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 120px;
    opacity: 0;
  }
}

@keyframes scroll-dot {
  0% {
    top: -10px;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    top: 120px;
    opacity: 0;
  }
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
    padding-right: 100px;
  }
  .row {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .row.row_sm {
    max-width: 900px;
  }
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  body {
    padding-top: 80px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  a.link {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
  a.link::after {
    content: "";
    margin-left: 5px;
    width: 50px;
    height: 28px;
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
    background-repeat: no-repeat;
    -moz-background-size: 8px 10px;
         background-size: 8px 10px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
  }
  a.link_blank {
    display: inline-block;
  }
  a.link_blank::after {
    content: "";
    margin-left: 5px;
    width: 12px;
    height: 12px;
    background-color: #1D55B2;
    background-image: url(../img/ic_blank.svg);
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
  }
  a.btn, button.btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 26px 20px;
    min-height: 80px;
    min-width: 320px;
    background: #1D55B2;
    -moz-border-radius: 6px;
         border-radius: 6px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  a.btn::after, button.btn::after {
    content: "";
    margin-left: 5px;
    width: 50px;
    height: 28px;
    background-color: #fff;
    background-image: url(../img/ar2.svg);
    background-repeat: no-repeat;
    display: block;
    -moz-background-size: 8px 10px;
         background-size: 8px 10px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background-position: center;
  }
  a.btn.st2, button.btn.st2 {
    background-color: #007BAE;
  }
  a.btn.st2::after, button.btn.st2::after {
    background-image: url(../img/ar3.svg);
  }
  a.btn.st3, button.btn.st3 {
    background-color: #fff;
    color: #1D55B2;
  }
  a.btn.st3::after, button.btn.st3::after {
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
  }
  a.btn.st4, button.btn.st4 {
    background-color: #fff;
    color: #333;
    min-height: 120px;
    padding-left: 30px;
    border: 1px solid #1D55B2;
    font-size: 24px;
    font-weight: 500;
    padding-right: 30px;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  a.btn.st4::after, button.btn.st4::after {
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
  }
  .c-boxLink {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-boxLink dl {
    padding: 20px 15px;
    background: #FFFFFF;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .c-boxLink__tt {
    text-align: center;
    margin-bottom: 10px;
  }
  .c-boxLink__tt span {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #1D55B2;
    margin-bottom: 5px;
  }
  .c-boxLink__tt small {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
  .c-boxLink__link {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .c-boxLink__link li .btn {
    min-width: 100%;
    height: 100%;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100vh;
    background: #fff;
    display: block;
  }
  .header .hdt {
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 40px;
    position: relative;
    z-index: 9999;
    background: #fff;
  }
  .header .header_menuSub {
    position: fixed;
    height: 100vh;
    opacity: 0;
    top: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    padding: 100px 100px 50px 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .header_menuSub.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header .header_menuSub .hnav_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1014px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .header .header_menuSub .hnav_top dl + dl {
    margin-top: 30px;
  }
  .header .header_menuSub .hnav_bot {
    background-color: var(--c01);
    padding: 30px 0;
  }
  .header .header_menuSub .hnav_top_tt {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 28px;
    line-height: 120%;
    color: var(--c01);
    border-bottom: 1px solid;
  }
  .header .header_menuSub .hnav_top_tt a {
    color: var(--c01);
    pointer-events: none;
  }
  .header .header_menuSub .hnav_top_l {
    width: 33%;
  }
  .header .header_menuSub .hnav_top_r {
    width: 60.1%;
  }
  .header .header_menuSub .hnav_top_r .hnav_top_tt {
    margin-bottom: 20px;
  }
  .header .header_menuSub .hnav_list li + li {
    margin-top: 10px;
  }
  .header .header_menuSub .hnav_list li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.07em;
    display: block;
    position: relative;
    padding-right: 60px;
  }
  .header .header_menuSub .hnav_list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 28px;
    background: var(--c01) url(../img/ar.svg) center no-repeat;
    display: block;
    -moz-background-size: 8px 10px;
         background-size: 8px 10px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .header .header_menuSub .hnav_list02 {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    counter-reset: div;
  }
  .header .header_menuSub .hnav_list02 li a {
    display: block;
  }
  .header .header_menuSub .hnav_list02 li a:hover figure::before {
    opacity: 1;
  }
  .header .header_menuSub .hnav_list02 li a figure {
    position: relative;
    margin-bottom: 10px;
  }
  .header .header_menuSub .hnav_list02 li a figure::before {
    counter-increment: div;
    content: "0" counter(div);
    position: absolute;
    left: 10px;
    top: -10px;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
    color: var(--c01);
    z-index: 2;
  }
  .header .header_menuSub .hnav_list02 li a figure::after {
    content: '';
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 28px;
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
    background-repeat: no-repeat;
    display: block;
    -moz-background-size: 8px 10px;
         background-size: 8px 10px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background-position: center;
  }
  .header .header_menuSub .hnav_list02 li a figure img {
    height: 126px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .header .header_menuSub .hnav_list02 li a p small {
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
  .header .header_menuSub .hnav_list02 li a p span {
    font-weight: 400;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
  .header .header_menuSub .hnav_list03 {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .header .header_menuSub .hnav_list03 li a {
    display: block;
    position: relative;
  }
  .header .header_menuSub .hnav_list03 li a .n_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header_menuSub .hnav_list03 li a .n_txt p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4375;
    color: #1D55B2;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .header .header_menuSub .hnav_list03 li a .n_txt p {
    font-size: 12px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_menuSub .hnav_list03 li a .n_txt p span {
    background-color: #fff;
    padding: 0 5px;
  }
  .header .header_menuSub .hnav_list03 li a .n_txt .n_txt_en {
    font-family: var(--en);
  }
  .header .header_menuSub .hnav_list03 li a .n_txt .n_txt_en span {
    font-weight: 700;
    font-size: 9px;
    line-height: 1;
    display: block;
    color: #FFFFFF;
  }
  .header .header_menuSub .hnav_list03 li a .n_txt .n_txt_en i {
    font-style: normal;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    color: #FFFFFF;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .header .header_menuSub .hnav_list03 li a .n_txt .n_txt_en i {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_menuSub .hnav_list03 li a figure {
    position: relative;
  }
  .header .header_menuSub .hnav_list03 li a figure img {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    min-height: 126px;
  }
  .header .header_requirements {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 80px;
    background: #1E55B2;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    margin-left: auto;
  }
  .header .header_requirements::before {
    content: "";
    width: 14px;
    height: 22px;
    background: url(../img/ic_header_requirements.png) center/100% 100% no-repeat;
    display: block;
    margin-bottom: 5px;
  }
  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 50%;
    right: -32px;
    -webkit-transform: translateY(-50%) rotate(90deg);
       -moz-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    z-index: 9999;
    width: 150px;
    height: 100px;
  }
  .header .menu_icon::after {
    content: "MENU";
    font-family: var(--en);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #1D55B2;
    margin-left: 10px;
  }
  .header .menu_icon.active::after {
    content: "CLOSE";
    margin-left: 0;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-25deg);
       -moz-transform: translateY(7px) rotate(-25deg);
        -ms-transform: translateY(7px) rotate(-25deg);
            transform: translateY(7px) rotate(-25deg);
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(25deg);
       -moz-transform: translateY(-10px) rotate(25deg);
        -ms-transform: translateY(-10px) rotate(25deg);
            transform: translateY(-10px) rotate(25deg);
  }
  .header .menu_icon_in {
    width: 50px;
    height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 18px;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    min-height: 2px;
    background-color: #1D55B2;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    margin-left: 10px;
    top: 7px;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--en);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
  }
  .header h1 img {
    vertical-align: bottom;
  }
  .header h1 .logo {
    width: 210px;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 20px;
  }
  .header h1 a {
    color: #003353;
  }
  .footer {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background-color: #1D55B2;
  }
  .footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(345.25deg, #F8B500 0%, #1D55B2 100.44%);
    background: -moz- oldlinear-gradient(345.25deg, #F8B500 0%, #1D55B2 100.44%);
    background: linear-gradient(104.75deg, #F8B500 0%, #1D55B2 100.44%);
    mix-blend-mode: multiply;
    opacity: 0.2;
    display: block;
  }
  .footer .footer_top {
    position: relative;
    z-index: 2;
    padding: 100px 0 108px;
    position: relative;
  }
  .footer .footer_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 564px;
    height: 582px;
    background: url(../img/footer_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .footer .footer_top h2 {
    font-weight: 900;
    font-size: 80px;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 50px;
  }
  .footer .footer_top .ftm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer .footer_top .ftm > p {
    width: 30.7%;
    font-weight: 500;
    font-size: 24px;
    line-height: 200%;
    color: #FFFFFF;
  }
  .footer .footer_top .ftm .c-boxLink {
    width: 65.4%;
  }
  .footer .footer_top .ftm .c-boxLink dl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .footer .footer_top .ftm .c-boxLink .c-boxLink__tt span {
    font-size: 36px;
  }
  .footer .footer_top .ftm .c-boxLink .c-boxLink__tt {
    margin-bottom: 40px;
  }
  .footer .footer_top .ftm .c-boxLink .c-boxLink__link {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer .footer_bot {
    position: relative;
    z-index: 2;
  }
  .footer .footer_bot .row {
    max-width: 1200px;
  }
  .footer .footer_bot .fbm {
    padding: 30px 0 38px;
    border-top: 1px solid #fff;
    text-align: right;
  }
  .footer .footer_bot .fbm .fb_box {
    display: inline-block;
    text-align: left;
  }
  .footer .footer_bot .fbm .fb_box > a {
    display: block;
    width: 200px;
    margin-bottom: 12px;
  }
  .footer .footer_bot .fbm .fb_box ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 170%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  }
  .footer .footer_bot .fbm .copyright {
    font-family: var(--en);
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-top: 16px;
  }
  .ttl {
    position: relative;
  }
  .ttl figure img, .ttl picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttl .txt h2 small {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 800;
    font-size: 115px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .ttl .txt h2 > span {
    display: block;
    line-height: 4.5;
  }
  .ttl .txt h2 > span span {
    font-weight: 900;
    font-size: 59px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: var(--c01);
    padding: 3px 20px;
    background-color: #fff;
  }
  .tl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
    color: #1D55B2;
  }
  .tl span {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 110px;
    line-height: 120%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .tl span {
    font-size: 75px;
  }
}

@media screen and (min-width: 769px), print {
  .tl small {
    font-weight: 700;
    font-size: 28px;
    line-height: 150%;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .tl small {
    font-size: 22px;
  }
}

@media screen and (min-width: 769px), print {
  .tl small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: #1D55B2;
    display: block;
  }
  .tl2 {
    margin-bottom: 40px;
    color: #FFFFFF;
  }
  .tl2.st2 {
    color: var(--c01);
  }
  .tl2.st2 small {
    font-family: var(--en2);
    font-weight: 400;
    font-size: 15px;
    font-weight: bold;
  }
  .tl2 small {
    display: block;
    font-family: var(--en);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
  }
  .tl2 span {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
  .c-member {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 150px;
  }
  .c-member.st2 {
    padding: 120px 0;
    margin-bottom: 140px;
  }
  .c-member.st2::after {
    height: 100%;
  }
  .c-member.st2 .tl2.st2 {
    color: #fff;
  }
  .c-member .tl {
    color: #fff;
  }
  .c-member .tl small::before {
    background-color: #fff;
  }
  .c-member::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    height: -webkit-calc(100% - 200px);
    height: -moz-calc(100% - 200px);
    height: calc(100% - 200px);
    background: -webkit-gradient(linear, left top, left bottom, from(#1D55B2), to(#007BAE));
    background: -webkit-linear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: -moz- oldlinear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: linear-gradient(180deg, #1D55B2 0%, #007BAE 100%);
    mix-blend-mode: normal;
    -moz-border-radius: 0px 40px 40px 0px;
         border-radius: 0px 40px 40px 0px;
    display: block;
    z-index: -1;
  }
  .c-member .interview-swiper {
    overflow: initial;
    padding: 40px 0 80px;
  }
  .c-member .interview-swiper .swiper-slide {
    width: 240px;
  }
  .c-member .interview-swiper .swiper-slide a {
    pointer-events: none;
  }
  .c-member .interview-swiper .swiper-slide-active {
    margin-top: -50px;
    padding-left: 40px;
    padding-right: 20px;
    width: 720px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .c-member .interview-swiper .swiper-slide-active {
    width: 570px;
  }
}

@media screen and (min-width: 769px), print {
  .c-member .interview-swiper .swiper-slide-active a {
    pointer-events: initial;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .c-member .interview-swiper .swiper-slide-active .card__cap {
    left: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .c-member .interview-swiper .swiper-slide-active .card__text, .c-member .interview-swiper .swiper-slide-active .card__cap {
    display: block;
  }
  .c-member .interview-swiper .swiper-slide-active .card__fig {
    height: 440px;
    position: relative;
  }
  .c-member .interview-swiper .swiper-slide-active .card__fig::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 28px;
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
    background-repeat: no-repeat;
    display: block;
    -moz-background-size: 8px 10px;
         background-size: 8px 10px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background-position: center;
    display: block;
  }
  .c-member .interview-swiper .swiper-slide-active .card__num {
    left: 60px;
    font-size: 90px;
    top: -10px;
  }
  .c-member .swiper_wr {
    margin-left: -400px;
    position: relative;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .c-member .swiper_wr {
    margin-left: -140px;
  }
}

@media screen and (min-width: 769px), print {
  .c-member .slide_ctrl {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .c-member .slide_ctrl {
    right: 30px;
  }
}

@media screen and (min-width: 769px), print {
  .c-member .slide_ctrl .swiper-info {
    font-family: var(--en);
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-right: 20px;
  }
  .c-member .slide_ctrl .swiper-prev {
    margin-right: 10px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-member .slide_ctrl .swiper-next, .c-member .slide_ctrl .swiper-prev {
    width: 50px;
    height: 28px;
    background-color: #fff;
    background-image: url(../img/ar2.svg);
    background-repeat: no-repeat;
    display: block;
    -moz-background-size: 8px 10px;
         background-size: 8px 10px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background-position: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-member .slide_ctrl .swiper-next:hover, .c-member .slide_ctrl .swiper-prev:hover {
    opacity: 0.7;
  }
  .c-member .slide_ctrl .swiper-next.swiper-button-disabled, .c-member .slide_ctrl .swiper-prev.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .c-member .card {
    padding: 20px 0;
  }
  .c-member .card .card__fig {
    position: relative;
    width: 100%;
    height: 360px;
  }
  .c-member .card .card__fig img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .c-member .card__num {
    position: absolute;
    left: 10px;
    top: 0;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #FFFFFF;
    z-index: 10;
  }
  .c-member .card__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    text-align: right;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: none;
    margin-top: 20px;
  }
  .c-member .card__cap {
    font-weight: 700;
    font-size: 32px;
    color: #1D55B2;
    line-height: 1.7;
    position: absolute;
    bottom: 134px;
    left: 0;
    display: none;
  }
  .c-member .card__cap span {
    background-color: #fff;
    padding: 0 8px;
  }
  .c-member .talk .talk_it {
    position: relative;
  }
  .c-member .talk .talk_it + .talk_it {
    margin-top: 80px;
  }
  .c-member .talk .talk_it .n_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px 40px 60px;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-member .talk .talk_it .n_txt .n_txtL1 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
  }
  .c-member .talk .talk_it .n_txt .n_txtL1 span {
    display: inline-block;
    padding: 3px 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background-color: #1D55B2;
    margin: 0 5px;
  }
  .c-member .talk .talk_it .n_txt .n_txtL1 span:nth-of-type(1) {
    margin-left: 0;
  }
  .c-member .talk .talk_it .n_txt .n_txtL2 p {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4375;
    color: #1D55B2;
    line-height: 1.8;
  }
  .c-member .talk .talk_it .n_txt .n_txtL2 p span {
    background-color: #fff;
    padding: 0 8px;
  }
  .c-member .talk .talk_it .n_txt .n_txt_en {
    font-family: var(--en);
  }
  .c-member .talk .talk_it .n_txt .n_txt_en span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    display: block;
    color: #FFFFFF;
  }
  .c-member .talk .talk_it .n_txt .n_txt_en i {
    font-style: normal;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 120px;
    line-height: 1;
    color: #FFFFFF;
  }
  .c-member .talk .talk_it figure {
    position: relative;
  }
  .c-member .talk .talk_it figure img {
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_top .split-swiper {
    width: 100%;
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
  }
  .p_top .split-swiper .kv_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 80px;
    padding-right: 10.76923%;
  }
  .p_top .split-swiper .kv_txt h2 {
    font-weight: 900;
    font-size: 120px;
    line-height: 110%;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px rgba(29, 85, 178, 0.4);
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .p_top .split-swiper .kv_txt h2 {
    font-size: 90px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .split-swiper .scroll-indicator {
    position: relative;
    width: 40px;
    height: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 9;
  }
  .p_top .split-swiper .scroll-indicator .scroll-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-family: var(--en);
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 12px;
  }
  .p_top .split-swiper .scroll-indicator .scroll-line {
    position: relative;
    width: 1px;
    height: 120px;
    background: #fff;
  }
  .p_top .split-swiper .scroll-indicator .scroll-line .scroll-dot {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    -webkit-animation: scroll-dot 1.8s infinite ease-in-out;
       -moz-animation: scroll-dot 1.8s infinite ease-in-out;
            animation: scroll-dot 1.8s infinite ease-in-out;
  }
  .p_top .split-swiper .split_ctrl {
    position: absolute;
    z-index: 10;
    right: 50px;
    bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .split-swiper .split_ctrl .split-info {
    font-family: var(--en);
    font-weight: 500;
    font-size: 13px;
    line-height: 120%;
    text-align: right;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-left: 23px;
  }
  .p_top .split-swiper .split-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .p_top .split-swiper .split-slide {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
  }
  .p_top .split-swiper .split-slide.is-active {
    pointer-events: auto;
    z-index: 2;
  }
  .p_top .split-swiper .split-slide.is-active .slide-left,
  .p_top .split-swiper .split-slide.is-active .slide-right {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
       -moz-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
  }
  .p_top .split-swiper .slide-half {
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
  .p_top .split-swiper .slide-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .split-swiper .split-slide.is-reset .slide-left {
    -webkit-transform: translateY(6%) scale(1.05);
       -moz-transform: translateY(6%) scale(1.05);
        -ms-transform: translateY(6%) scale(1.05);
            transform: translateY(6%) scale(1.05);
  }
  .p_top .split-swiper .split-slide.is-reset .slide-right {
    -webkit-transform: translateY(-6%) scale(1.05);
       -moz-transform: translateY(-6%) scale(1.05);
        -ms-transform: translateY(-6%) scale(1.05);
            transform: translateY(-6%) scale(1.05);
  }
  .p_top .split-swiper .slide-left {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
       -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
            transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
  }
  .p_top .split-swiper .slide-right {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
       -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
            transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
  }
  .p_top .split-swiper .split-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .p_top .split-swiper .split-dots .dot {
    width: 40px;
    height: 3px;
    background: #333;
    border: none;
    cursor: pointer;
  }
  .p_top .split-swiper .split-dots .dot.is-active {
    background: #fff;
  }
  .p_top .about {
    background: -webkit-linear-gradient(239.11deg, #1D55B2 17.62%, #007BAE 80.19%);
    background: -moz- oldlinear-gradient(239.11deg, #1D55B2 17.62%, #007BAE 80.19%);
    background: linear-gradient(210.89deg, #1D55B2 17.62%, #007BAE 80.19%);
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 220%;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #FFFFFF;
    overflow: hidden;
  }
  .p_top .about_main {
    padding-top: 80px;
    padding-bottom: 194px;
    position: relative;
  }
  .p_top .about_main .about_year {
    width: 50.23077%;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .about::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1000px;
    height: 1000px;
    background: -webkit-radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    background: -moz- oldradial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    opacity: 0.5;
    display: block;
    z-index: -1;
  }
  .p_top .about h2 {
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 160px;
    line-height: 1;
    color: #FFFFFF;
    mix-blend-mode: soft-light;
    opacity: 0.6;
    margin-left: -40px;
    margin-bottom: -50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .p_top .about h2 {
    font-size: 100px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .about h3 {
    font-weight: 900;
    font-size: 42px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .p_top .about h3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .about h3 i {
    font-style: normal;
    font-family: var(--en);
    font-weight: 900;
    letter-spacing: 0;
  }
  .p_top .about p {
    width: 57.27273%;
    max-width: 100%;
  }
  .p_top .about .btn {
    margin-top: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .p_top .about .btn {
    min-width: 280px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .jobs {
    padding: 150px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .jobs .tl small {
    white-space: nowrap;
  }
  .p_top .jobs p {
    font-size: 16px;
    line-height: 200%;
  }
  .p_top .jobs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% + 305px);
    height: -moz-calc(100% + 305px);
    height: calc(100% + 305px);
    background: #F3F7FB;
    mix-blend-mode: normal;
    -moz-border-radius: 0px 0px 40px 0px;
         border-radius: 0px 0px 40px 0px;
    z-index: -1;
    display: block;
  }
  .p_top .jobs_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .jobs_main .jobs_l {
    width: 45.6%;
    padding-right: 15px;
  }
  .p_top .jobs_main .jobs_l p {
    width: 400px;
    max-width: 100%;
  }
  .p_top .jobs_main .jobs_l .btn {
    margin-top: 40px;
  }
  .p_top .jobs_main .jobs_r {
    width: 55.4%;
  }
  .p_top .hr {
    padding: 150px 0;
  }
  .p_top .hr_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_top .hr_main > div {
    width: 47.2%;
  }
  .p_top .hr_main .hr_r {
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_top .hr_main .hr_r img {
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_top .hr_main .hr_l {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.05em;
  }
  .p_top .hr_main .hr_l ul {
    margin-top: 40px;
  }
  .p_top .hr_main .hr_l ul li + li {
    margin-top: 20px;
  }
  .p_top .hr_main .hr_l ul li .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
  }
  .p_top .numbers {
    padding-bottom: 150px;
  }
  .p_top .numbers_links {
    margin-bottom: 40px;
  }
  .p_top .numbers_links a:not(:last-child) {
    margin-right: 30px;
  }
  .tlArea {
    padding: 90px 0 70px;
  }
  .tlArea .tl {
    margin-bottom: 0;
  }
  .p_vision .container {
    overflow: clip;
  }
  .p_vision .vision .about {
    background: -webkit-linear-gradient(239.11deg, #1D55B2 17.62%, #007BAE 80.19%);
    background: -moz- oldlinear-gradient(239.11deg, #1D55B2 17.62%, #007BAE 80.19%);
    background: linear-gradient(210.89deg, #1D55B2 17.62%, #007BAE 80.19%);
    position: relative;
    font-weight: 500;
    font-size: 18px;
    line-height: 220%;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
  }
  .p_vision .vision .about .about_anchor ul li a {
    display: block;
    padding: 28px 20px 20px;
    background: #FFFFFF;
    -moz-border-radius: 6px;
         border-radius: 6px;
    position: absolute;
    text-align: center;
    display: inline-block;
    padding: 28px 20px 54px;
    z-index: 9;
  }
  .p_vision .vision .about .about_anchor ul li a:hover {
    opacity: 1;
  }
  .p_vision .vision .about .about_anchor ul li a:hover .a_tt {
    color: #F8B500;
  }
  .p_vision .vision .about .about_anchor ul li a:hover::after {
    background-color: #F8B500;
  }
  .p_vision .vision .about .about_anchor ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50px;
    height: 20px;
    background-color: #1D55B2;
    background-image: url(../img/arb.svg);
    background-repeat: no-repeat;
    -moz-background-size: 10px 8px;
         background-size: 10px 8px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_vision .vision .about .about_anchor ul li a.pos01 {
    bottom: 14.42741%;
    left: 7.27273%;
  }
  .p_vision .vision .about .about_anchor ul li a.pos02 {
    left: 55.18182%;
    bottom: 17.67358%;
  }
  .p_vision .vision .about .about_anchor ul li a.pos03 {
    left: 17.90909%;
    bottom: 34.44545%;
  }
  .p_vision .vision .about .about_anchor ul li a.pos04 {
    right: 0;
    top: 20.7394%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .p_vision .vision .about .about_anchor ul li a.pos04 {
    right: 10px;
  }
}

@media screen and (min-width: 769px), print {
  .p_vision .vision .about .about_anchor ul li a p {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
  }
  .p_vision .vision .about .about_anchor ul li a .a_tt {
    line-height: 1;
    margin-bottom: 10px;
    color: #1D55B2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_vision .vision .about .about_anchor ul li a .a_tt small {
    display: inline-block;
    border-bottom: 2px solid;
    font-family: var(--en);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_vision .vision .about .about_anchor ul li a .a_tt i {
    font-style: normal;
    display: block;
    font-family: var(--en);
    font-weight: 800;
    font-size: 72px;
    line-height: 100%;
  }
  .p_vision .vision .about .about_dots {
    position: absolute;
    top: -143px;
    right: 449px;
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .p_vision .vision .about .about_dots .a-dots li {
    width: 8px;
    height: 8px;
    background-color: #fff;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    margin: 40px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_vision .vision .about .about_dots .a-dots li.big {
    width: 20px;
    height: 20px;
  }
  .p_vision .vision .about .about_dots .a-dots li.active {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    background-color: #F8B500;
  }
  .p_vision .vision .about_main {
    padding-top: 150px;
    padding-bottom: 644px;
    position: relative;
  }
  .p_vision .vision .about_main .about_year {
    width: 653px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_vision .vision .about::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1000px;
    height: 1000px;
    background: -webkit-radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    background: -moz- oldradial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    opacity: 0.5;
    display: block;
    z-index: -1;
  }
  .p_vision .vision .about h2 {
    font-family: var(--en);
    font-weight: 800;
    font-size: 180px;
    line-height: 100%;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .p_vision .vision .about h3 {
    font-weight: 900;
    font-size: 42px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1099px) and (min-width: 769px) {
  .p_vision .vision .about h3 {
    font-size: 32px;
  }
}

@media screen and (min-width: 769px), print {
  .p_vision .vision .about h3 i {
    font-style: normal;
    font-family: var(--en);
    font-weight: 900;
    letter-spacing: 0;
  }
  .p_vision .vision .about .about_text {
    width: 49.23077%;
    max-width: 100%;
  }
  .p_vision .vision .what {
    padding: 140px 0;
  }
  .p_vision .vision .what_head {
    margin-bottom: 158px;
  }
  .p_vision .vision .what_head .row {
    max-width: 900px;
  }
  .p_vision .vision .what_head h2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #1D55B2;
    margin-bottom: 30px;
  }
  .p_vision .vision .what_head h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    text-align: center;
    margin-bottom: 20px;
  }
  .p_vision .vision .what_head p {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .what_head p + p {
    margin-top: 10px;
  }
  .p_vision .vision .what_ctn .his_head {
    margin-bottom: 80px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_vision .vision .what_ctn .his_head::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -140px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 360px;
    height: 390px;
    background: url(../img/vision/his_head_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_vision .vision .what_ctn .his_head h2 {
    font-family: var(--en);
    font-weight: 800;
    font-size: 50px;
    line-height: 90%;
    text-align: center;
    color: #1D55B2;
    mix-blend-mode: normal;
    margin-bottom: 20px;
  }
  .p_vision .vision .what_ctn .his_head .his_desc {
    font-weight: 500;
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .p_vision .vision .what_ctn .his_ctn {
    position: relative;
  }
  .p_vision .vision .what_ctn .his_ctn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 8px;
    width: 1px;
    height: 100%;
    background: #1D55B2;
    display: block;
  }
  .p_vision .vision .what_ctn .his_ctn .it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_vision .vision .what_ctn .his_ctn .it:not(:last-child) {
    padding-bottom: 74px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    left: 0;
    z-index: 9;
    width: 38.2%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    width: 16px;
    height: 16px;
    background: #1D55B2;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    display: block;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt small {
    font-family: var(--en);
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #1D55B2;
    margin-bottom: 15px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt span {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #1D55B2;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt i {
    font-style: normal;
    font-family: var(--en);
    font-weight: 800;
    font-size: 72px;
    line-height: 100%;
    color: #1D55B2;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt em {
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #1D55B2;
    display: inline-block;
    border-bottom: 2px solid;
    margin-left: 6px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn {
    width: 61.8%;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn p {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn p + p {
    margin-top: 10px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    margin-bottom: 30px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn h4 {
    margin-bottom: 20px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn h4 ~ h4 {
    margin-top: 60px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn h4 span {
    display: inline-block;
    padding: 11px 14px;
    background: #E8EEF7;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #1D55B2;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn figure:not(:last-child) {
    margin-bottom: 40px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .fig {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    margin-top: 40px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .fig img {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-note {
    font-size: 12px;
    line-height: 170%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum {
    counter-reset: div;
    margin-top: 40px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum li {
    position: relative;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #1D55B2;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum li + li {
    margin-top: 20px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum li::before {
    counter-increment: div;
    content: "0" counter(div);
    font-family: var(--en);
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 100%;
    color: #1D55B2;
    width: 100px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum li h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.03em;
    margin-bottom: 5px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list {
    margin-top: 40px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list__tt {
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list__tt img {
    width: 150px;
    margin-right: 20px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list__tt img.st2 {
    width: 97px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list__tt2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list li {
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #1D55B2;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list li + li {
    margin-top: 20px;
  }
  .p_vision .vision .attitude {
    padding: 140px 0;
    background-color: #F3F7FB;
  }
  .p_vision .vision .attitude p {
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .attitude_head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 65px;
  }
  .p_vision .vision .attitude_head h2 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
  }
  .p_vision .vision .attitude_head h2 small {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #1D55B2;
  }
  .p_vision .vision .attitude_head h2 span {
    display: block;
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
  .p_vision .vision .attitude-list {
    display: -ms-grid;
    display: grid;
    gap: 55px 40px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_vision .vision .attitude-list li {
    position: relative;
    padding: 50px 40px 40px;
    background: #FFFFFF;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_vision .vision .attitude-list li .pos {
    position: absolute;
    top: -27px;
    right: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_vision .vision .attitude-list li .pos small {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    font-family: var(--en);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: #1D55B2;
    margin-right: 13px;
  }
  .p_vision .vision .attitude-list li .pos i {
    font-style: normal;
    font-family: var(--en);
    font-weight: 800;
    font-size: 80px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #1D55B2;
  }
  .p_vision .vision .attitude-list li h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
  }
  .p_vision .vision .attitude-list li h3 img {
    width: 80px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .p_vision .vision .attitude-list li h4 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0.03em;
    color: #1D55B2;
  }
  .p_member .member .career {
    background-color: #F3F6FB;
    padding-bottom: 101px;
  }
  .p_member .member .career .box {
    position: relative;
    top: -69px;
    padding: 50px;
    background: #F3F6FB;
    border: 1px solid #1E55B2;
    -moz-border-radius: 20px;
         border-radius: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_member .member .career .box .career_l {
    width: 36.4%;
  }
  .p_member .member .career .box .career_l h2 {
    color: var(--c01);
    margin-bottom: 20px;
  }
  .p_member .member .career .box .career_l h2 > small {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 10px;
  }
  .p_member .member .career .box .career_l h2 > span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.45833;
    letter-spacing: 0.05em;
  }
  .p_member .member .career .box .career_l h2 > span small {
    font-size: 16px;
  }
  .p_member .member .career .box .career_r {
    width: 59.7%;
  }
  .p_member .member .career .box .career_r h2 {
    font-family: var(--en);
    font-weight: 800;
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: var(--c01);
    margin-bottom: 10px;
  }
  .p_member .member .career .box .career_r .timeline {
    height: 544px;
  }
  .p_member .member .career .box .career_r .timeline_inner {
    padding: 30px;
    background: #FFFFFF;
    -moz-border-radius: 15px;
         border-radius: 15px;
    position: relative;
  }
  .p_member .member .career .box .career_r .timeline_inner::after {
    content: "";
    position: absolute;
    top: 53px;
    left: 36px;
    width: 1px;
    height: -webkit-calc(100% - 90px);
    height: -moz-calc(100% - 90px);
    height: calc(100% - 90px);
    background-color: var(--c01);
    display: block;
  }
  .p_member .member .career .box .career_r .timeline .tl-it {
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.03em;
    padding-left: 33px;
  }
  .p_member .member .career .box .career_r .timeline .tl-it__ctn {
    padding: 20px 0;
  }
  .p_member .member .career .box .career_r .timeline .tl-it:first-child {
    padding-top: 0;
  }
  .p_member .member .career .box .career_r .timeline .tl-it:not(:last-child) .tl-it__ctn {
    border-bottom: 1px solid #DADADA;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 {
    margin-bottom: 10px;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 small {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.07em;
    color: var(--c01);
    margin-bottom: 10px;
    position: relative;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 small em {
    font-style: normal;
    background-color: #F3F6FB;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -33px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 13px;
    height: 13px;
    background-color: var(--c01);
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 span {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0.07em;
  }
  .p_member .member .point {
    padding: 140px 0 90px;
  }
  .p_member .member .point_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_member .member .point_l {
    width: -webkit-calc(44% + 208px);
    width: -moz-calc(44% + 208px);
    width: calc(44% + 208px);
    margin: 0 -56px 0 -152px;
  }
  .p_member .member .point_l figure {
    overflow: hidden;
    -moz-border-radius: 0px 15px 15px 0px;
         border-radius: 0px 15px 15px 0px;
  }
  .p_member .member .point_l figure img {
    overflow: hidden;
    -moz-border-radius: 0px 15px 15px 0px;
         border-radius: 0px 15px 15px 0px;
  }
  .p_member .member .point_r {
    width: 56%;
    padding: 50px;
    background: #F3F6FB;
    -moz-border-radius: 15px;
         border-radius: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.03em;
    margin-top: 125px;
  }
  .p_member .member .point_r p + p {
    margin-top: 10px;
  }
  .p_member .member .point_r h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    color: var(--c01);
    margin-bottom: 20px;
  }
  .p_member .member .qa {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 140px;
    padding-bottom: 130px;
  }
  .p_member .member .qa .tl2.st2 {
    color: #fff;
  }
  .p_member .member .qa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: -webkit-calc(100% - 23px);
    width: -moz-calc(100% - 23px);
    width: calc(100% - 23px);
    height: 640px;
    height: 340px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1D55B2), to(#007BAE));
    background: -webkit-linear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: -moz- oldlinear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: linear-gradient(180deg, #1D55B2 0%, #007BAE 100%);
    -moz-border-radius: 0px 40px 40px 0px;
         border-radius: 0px 40px 40px 0px;
    display: block;
    z-index: -1;
  }
  .p_member .member .qa_video .video-list {
    display: -ms-grid;
    display: grid;
    gap: 55px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_member .member .qa_video .videoWr {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .p_member .member .qa_video .videoWr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_member .member .qa .qa_ex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 80px;
  }
  .p_member .member .qa .qa_ex > figure {
    width: 43.6%;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_member .member .qa .qa_ex > figure img {
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_member .member .qa .qa_ex .ctn {
    padding-top: 55px;
    padding-left: 60px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.03em;
    width: 56.4%;
  }
  .p_member .member .qa .qa_ex .ctn p + p {
    margin-top: 10px;
  }
  .p_member .member .qa .qa_ex .ctn h3 {
    margin-bottom: 30px;
  }
  .p_member .member .qa .qa_ex .ctn h3 ~ h3 {
    margin-top: 60px;
  }
  .p_member .member .qa .qa_ex .ctn h3 small {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 190%;
    letter-spacing: 0.07em;
    padding-left: 50px;
    margin-bottom: 30px;
  }
  .p_member .member .qa .qa_ex .ctn h3 small::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 40px;
    height: 1px;
    background: #333;
    display: block;
  }
  .p_member .member .qa .qa_ex .ctn h3 span {
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: var(--c01);
  }
  .p_member .member .what {
    padding: 140px 0 187px;
    background-color: #F3F6FB;
  }
  .p_member .member .what h2 {
    text-align: center;
    position: relative;
    top: -158px;
    margin-bottom: -58px;
  }
  .p_member .member .what h2 span {
    padding: 10px 40px;
    font-weight: 700;
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background-color: var(--c01);
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
  }
  .p_member .member .what h2 span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 18px solid var(--c01);
  }
  .p_member .member .what .what_list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #1E55B2;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 800px;
    max-width: 100%;
  }
  .p_member .member .what .what_list li + li {
    margin-top: 30px;
  }
  .p_member .member .what .what_list li:nth-child(even) {
    margin-left: auto;
  }
  .p_member .member .what .what_list li h3 {
    width: 260px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_member .member .what .what_list li h3 i {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: var(--c01);
    margin-bottom: 10px;
  }
  .p_member .member .what .what_list li h3 span {
    font-weight: 700;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: var(--c01);
  }
  .p_member .member .what .what_list li p {
    width: 100%;
    padding-left: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.07em;
  }
  .p_member .member .what .what_list li p span {
    font-weight: bold;
    background: -webkit-linear-gradient(bottom, rgba(30, 85, 178, 0.1) 14px, transparent 14px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, rgba(30, 85, 178, 0.1) 14px, transparent 14px, transparent 100%);
    background: linear-gradient(to top, rgba(30, 85, 178, 0.1) 14px, transparent 14px, transparent 100%);
  }
  .p_member .member .schedule {
    padding: 85px 0;
  }
  .p_member .member .schedule .tl2 span {
    color: #333;
  }
  .p_member .member .schedule_main {
    width: 1063px;
    max-width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 46px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
  }
  .p_member .member .schedule_main .pic {
    width: 480px;
    -moz-border-radius: 20px 0px 0px 20px;
         border-radius: 20px 0px 0px 20px;
    overflow: hidden;
    position: absolute;
    right: -142px;
    top: -274px;
  }
  .p_member .member .schedule_main .pic img {
    -moz-border-radius: 20px 0px 0px 20px;
         border-radius: 20px 0px 0px 20px;
    overflow: hidden;
  }
  .p_member .member .schedule_main dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_member .member .schedule_main dl.las dd {
    position: relative;
  }
  .p_member .member .schedule_main dl.las dd::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -42px;
    width: 33px;
    height: 17px;
    background: url(../img/member/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_member .member .schedule_main dl + dl {
    margin-top: 27px;
  }
  .p_member .member .schedule_main dl dt {
    font-family: var(--en);
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    color: #005BAC;
    margin-top: 10px;
    width: 65px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -20px;
    position: relative;
    z-index: 2;
    white-space: nowrap;
  }
  .p_member .member .schedule_main dl dd {
    padding: 20px 30px;
    background: #F3F6FB;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.03em;
    width: 100%;
    position: relative;
  }
  .p_member .member .schedule_main dl dd::after {
    content: "";
    position: absolute;
    left: -26px;
    top: 50px;
    width: 1px;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    background: #1E55B2;
    display: block;
  }
  .p_member .member .schedule_main dl dd h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.44444;
    color: var(--c01);
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
  }
  .p_member .member .carousel {
    width: 100%;
    overflow: hidden;
    margin-bottom: 120px;
  }
  .p_member .member .carousel .main_carousel {
    height: 216px;
    overflow: hidden;
    position: relative;
  }
  .p_member .member .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p_member .member .carousel .main_carousel ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .p_member .member .carousel .main_carousel ul li {
    float: left;
    width: 400px;
    padding-right: 40px;
  }
  .p_member .member .carousel .main_carousel ul li img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_member .member .messages {
    padding: 140px 0;
    background: #1D4F94;
  }
  .p_member .member .messages .tl2.st2 {
    color: #fff;
  }
  .p_member .member .messages .messages_ls {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_member .member .messages .messages_ls li {
    padding: 50px 40px 40px;
    background: #FFFFFF;
    -moz-border-radius: 15px;
         border-radius: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.03em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_member .member .messages .messages_ls li .txt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_member .member .messages .messages_ls li .txt::before {
    content: "";
    position: absolute;
    top: -35px;
    left: -23px;
    width: 39px;
    height: 31px;
    background: url(../img/member/ic_quote.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_member .member .messages .messages_ls li .txt::after {
    content: "";
    position: absolute;
    right: -20px;
    bottom: -31px;
    width: 39px;
    height: 31px;
    background: url(../img/member/ic_quote.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_member .member .messages .messages_ls li p + p {
    margin-top: 10px;
  }
  .p_member .member .messages .messages_ls li .info {
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
  }
  .p_member .member .free-time {
    padding: 140px 0;
  }
  .p_member .member .free-time .tl2 span {
    color: #333;
  }
  .p_member .member .free-time .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_member .member .free-time .df > figure {
    width: 330px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_member .member .free-time .df > figure img {
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_member .member .free-time .df .txt {
    width: 100%;
    padding-left: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0.03em;
  }
  .p_member .member .free-time .df .txt p + p {
    margin-top: 10px;
  }
  .p_member .member .free-time .df .txt h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    color: var(--c01);
    margin-bottom: 20px;
  }
  .p_member .member .message2 {
    padding: 140px 0 82px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_member .member .message2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 446px;
    background: #F3F6FB;
    -moz-border-radius: 0px 40px 40px 0px;
         border-radius: 0px 40px 40px 0px;
    display: block;
    z-index: -1;
  }
  .p_member .member .message2 .fig {
    position: relative;
  }
  .p_member .member .message2 .fig::after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -226px;
    width: 328px;
    height: 330px;
    background: url(../img/member/message2_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_member .member .message2 .fig img {
    overflow: hidden;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_member .member .message2 h3 {
    margin: 30px 0 17px;
    font-weight: 700;
    font-size: 42px;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: var(--c01);
    position: relative;
    z-index: 2;
  }
  .p_member .member .message2 p {
    position: relative;
    z-index: 2;
  }
  .p_member .member .message2 p + p {
    margin-top: 10px;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0 !important;
    background-color: var(--c01);
    width: 1px;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 12px;
    background-color: var(--c01);
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    opacity: 1 !important;
  }
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: var(--c01);
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .mCSB_scrollTools::after {
    position: absolute;
    content: "";
    left: 7px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: var(--c01);
    display: block;
  }
  .p_job .job__banner {
    margin-top: 55px;
  }
  .p_job .job .jobTitle span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--en);
    color: #1D55B2;
  }
  .p_job .job .jobTitle h3 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.05em;
    margin-top: 5px;
    white-space: nowrap;
  }
  .p_job .job__social {
    margin-top: 140px;
  }
  .p_job .job__social--main--top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_job .job__social--main--top .jobTitle {
    margin-right: 99px;
  }
  .p_job .job__social--main--top .info {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  .p_job .job__social--main--list {
    margin-top: 80px;
  }
  .p_job .job__social--main--list section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_job .job__social--main--list section + section {
    margin-top: 80px;
  }
  .p_job .job__social--main--list section figure {
    width: 220px;
    margin-right: 60px;
    text-align: center;
  }
  .p_job .job__social--main--list section figure img {
    width: 120px;
    height: auto;
  }
  .p_job .job__social--main--list section figure figcaption {
    font-size: 48px;
    line-height: 34px;
    font-weight: 700;
    color: #1D55B2;
    margin-top: 30px;
  }
  .p_job .job__social--main--list section .secMain {
    border-left: 1px solid #CCCCCC;
    padding-left: 60px;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_job .job__social--main--list section .secMain .subTitle {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 0 14px;
    font-size: 18px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1D55B2;
    background: #E8EEF7;
  }
  .p_job .job__social--main--list section .secMain h4 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
    margin-top: 15px;
  }
  .p_job .job__social--main--list section .secMain .txt {
    margin-top: 15px;
  }
  .p_job .job__social--main--list section .secMain .txt p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .p_job .job__social--main--list section .secMain .txt p + p {
    margin-top: 12px;
  }
  .p_job .job__market {
    background: #F3F7FB;
    padding: 140px 0 150px;
    margin-top: 140px;
  }
  .p_job .job__market--main .intro {
    margin-top: 50px;
  }
  .p_job .job__market--main .intro p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #333;
  }
  .p_job .job__market--main .intro p + p {
    margin-top: 12px;
  }
  .p_job .job__market--main .list {
    margin: 52.5px -27.5px -27.5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_job .job__market--main .list section {
    width: 330px;
    margin: 27.5px;
  }
  .p_job .job__market--main .list section figure {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 30px 20px 16px;
    min-height: 270px;
  }
  .p_job .job__market--main .list section figure img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .p_job .job__market--main .list section figure figcaption {
    font-size: 11px;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .p_job .job__market--main .list section figure.st1 img {
    width: 290px;
  }
  .p_job .job__market--main .list section figure.st1 figcaption {
    margin-top: 30px;
  }
  .p_job .job__market--main .list section figure.st2 {
    padding-top: 35px;
  }
  .p_job .job__market--main .list section figure.st2 img {
    margin-left: -10px;
    margin-right: -10px;
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    max-width: -webkit-calc(100% + 20px);
    max-width: -moz-calc(100% + 20px);
    max-width: calc(100% + 20px);
    display: block;
  }
  .p_job .job__market--main .list section figure.st2 figcaption {
    margin-top: 35px;
  }
  .p_job .job__market--main .list section figure.st3 {
    padding-top: 20px;
  }
  .p_job .job__market--main .list section figure.st3 img {
    width: 263px;
  }
  .p_job .job__market--main .list section figure.st3 figcaption {
    margin-top: 20px;
  }
  .p_job .job__market--main .list section h4 {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
    margin-top: 20px;
  }
  .p_job .job__market--main .list section p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 10px;
  }
  .p_job .job__market--main .note {
    width: 100%;
    max-width: 940px;
    margin: 90px auto 0;
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 37px 15px 41px;
    text-align: center;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_job .job__market--main .note::before, .p_job .job__market--main .note::after {
    position: absolute;
    content: "“";
    font-size: 100px;
    line-height: 75px;
    font-family: var(--en);
    color: #1D55B2;
    font-weight: 800;
  }
  .p_job .job__market--main .note::before {
    left: 20px;
    top: -10px;
  }
  .p_job .job__market--main .note::after {
    right: 20px;
    bottom: -10px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_job .job__service {
    padding: 140px 0 140px;
  }
  .p_job .job__service--main .top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 20px -30px -30px;
  }
  .p_job .job__service--main .top .arLeft {
    width: 650px;
    margin: 30px;
  }
  .p_job .job__service--main .top .arLeft h4 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__service--main .top .arLeft .txt {
    margin-top: 20px;
  }
  .p_job .job__service--main .top .arLeft .txt p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #333;
  }
  .p_job .job__service--main .top .arLeft .txt p + p {
    margin-top: 12px;
  }
  .p_job .job__service--main .top .arRight {
    width: 390px;
    margin: 30px;
  }
  .p_job .job__service--main .top .arRight ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_job .job__service--main .top .arRight ul li {
    width: 190px;
    background: #fff;
    border: 1px solid #1D55B2;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 0 15px 30px;
  }
  .p_job .job__service--main .top .arRight ul li figure {
    text-align: center;
  }
  .p_job .job__service--main .top .arRight ul li figure figcaption {
    font-size: 12px;
    line-height: 8px;
    font-weight: 700;
    margin-top: 20px;
  }
  .p_job .job__service--main .top .arRight ul li figure figcaption span {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--en);
    color: #1D55B2;
    letter-spacing: -0.05m;
  }
  .p_job .job__service--main .top .arRight ul li p {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-top: 10px;
  }
  .p_job .job__service--main .top .arRight ul li.st1 {
    padding-top: 30px;
  }
  .p_job .job__service--main .top .arRight ul li.st1 figure img {
    width: 50px;
  }
  .p_job .job__service--main .top .arRight ul li.st2 {
    padding-top: 40px;
  }
  .p_job .job__service--main .top .arRight ul li.st2 figure img {
    width: 62px;
  }
  .p_job .job__service--main .top .diagram {
    margin: 20px 30px 0;
  }
  .p_job .job__service--main .top .diagram picture {
    width: 100%;
  }
  .p_job .job__service--main .mid {
    margin-top: 80px;
  }
  .p_job .job__service--main .mid h4 {
    font-size: 28px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__service--main .mid .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 20px -30px -20px;
  }
  .p_job .job__service--main .mid .list section {
    width: 520px;
    margin: 20px 30px;
  }
  .p_job .job__service--main .mid .list section figure {
    width: 100%;
  }
  .p_job .job__service--main .mid .list section figure img {
    -moz-border-radius: 20px;
         border-radius: 20px;
    width: 100%;
    height: auto;
  }
  .p_job .job__service--main .mid .list section h5 {
    font-size: 24px;
    line-height: 2;
    font-weight: 700;
    margin-top: 20px;
  }
  .p_job .job__service--main .mid .list section .sub {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #1D55B2;
    padding: 0 10px;
    background: #E8EEF7;
    margin-top: 5px;
  }
  .p_job .job__service--main .mid .list section p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 0.03em;
  }
  .p_job .job__service--main .bot {
    margin-top: 60px;
  }
  .p_job .job__service--main .bot h4 {
    font-size: 28px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__service--main .bot .list {
    counter-reset: dl;
    margin-top: 40px;
  }
  .p_job .job__service--main .bot .list dl {
    counter-increment: dl;
    border: 1px solid #1D55B2;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 40px 40px 40px 160px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fff;
  }
  .p_job .job__service--main .bot .list dl + dl {
    margin-top: 20px;
  }
  .p_job .job__service--main .bot .list dl::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    font-size: 60px;
    line-height: 1;
    font-family: var(--en);
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #1D55B2;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 40px;
  }
  .p_job .job__service--main .bot .list dl dt {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__service--main .bot .list dl dd {
    margin-top: 5px;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    margin-top: 5px;
  }
  .p_job .job__service--main .bot .list dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_job .job__service--main .bot .list dl dd ul li {
    margin-right: 40px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 400;
    padding: 0 0 0 20px;
    position: relative;
  }
  .p_job .job__service--main .bot .list dl dd ul li::before {
    position: absolute;
    content: "● ";
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #1D55B2;
    left: 0;
    top: 0;
  }
  .p_job .job__consul {
    background: #F3F7FB;
  }
  .p_job .job__consul .job__service--main .top .arLeft {
    width: 450px;
  }
  .p_job .job__consul .job__service--main .top .arFig {
    width: 590px;
    margin: 30px;
  }
  .p_job .job__recycling {
    padding: 140px 0 140px;
  }
  .p_job .job__recycling--main .recycle {
    margin-top: 50px;
  }
  .p_job .job__recycling--main .recycle h4 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__recycling--main .recycle .intro {
    margin-top: 20px;
  }
  .p_job .job__recycling--main .recycle .intro p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  .p_job .job__recycling--main .recycle .intro p + p {
    margin-top: 12px;
  }
  .p_job .job__recycling--main .recycle .box {
    margin-top: 50px;
    background: #F3F7FB;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 60px;
  }
  .p_job .job__recycling--main .recycle .box article {
    width: 280px;
    background: #FFFFFF;
    -moz-box-shadow: 0px 0px 20px rgba(29, 85, 178, 0.2);
         box-shadow: 0px 0px 20px rgba(29, 85, 178, 0.2);
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 30px 20px;
  }
  .p_job .job__recycling--main .recycle .box article figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_job .job__recycling--main .recycle .box article figure img {
    width: 80px;
  }
  .p_job .job__recycling--main .recycle .box article figure figcaption {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #1D55B2;
    margin-left: 15px;
  }
  .p_job .job__recycling--main .recycle .box article h5 {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    margin-top: 10px;
  }
  .p_job .job__recycling--main .recycle .box article p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .p_job .job__recycling--main .recycle .box article.st1 {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p_job .job__recycling--main .recycle .box article.st2 {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0 350px -11px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_job .job__recycling--main .recycle .box article.st2::before, .p_job .job__recycling--main .recycle .box article.st2::after {
    position: absolute;
    content: "";
    width: 106.5px;
    height: 106.5px;
    background: url("../img/job/arrowShort01.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 25px;
  }
  .p_job .job__recycling--main .recycle .box article.st2::before {
    left: -120.5px;
  }
  .p_job .job__recycling--main .recycle .box article.st2::after {
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    right: -120.5px;
    -webkit-transform: rotate(180deg) scaleX(-1);
       -moz-transform: rotate(180deg) scaleX(-1);
        -ms-transform: rotate(180deg) scaleX(-1);
            transform: rotate(180deg) scaleX(-1);
  }
  .p_job .job__recycling--main .recycle .box article.st3 {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_job .job__recycling--main .recycle .box article.st3::after {
    position: absolute;
    content: "";
    width: 381px;
    height: 22px;
    background: url("../img/job/arrowLong.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -400px;
  }
  .p_job .job__recycling--main .sample {
    margin-top: 80px;
  }
  .p_job .job__recycling--main .sample h4 {
    font-size: 28px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__recycling--main .sample .product {
    margin-top: 40px;
  }
  .p_job .job__recycling--main .sample .product .name span {
    display: inline-block;
    background: #E8EEF7;
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    color: #1D55B2;
  }
  .p_job .job__recycling--main .sample .product .name figure {
    width: 407px;
    margin-top: 10px;
  }
  .p_job .job__recycling--main .sample .product__ar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -30px -20px;
  }
  .p_job .job__recycling--main .sample .product__ar .left {
    width: 620px;
    margin: 20px 30px;
  }
  .p_job .job__recycling--main .sample .product__ar .left h5 {
    font-size: 18px;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #333;
  }
  .p_job .job__recycling--main .sample .product__ar .left p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 12px;
  }
  .p_job .job__recycling--main .sample .product__ar figure {
    width: 420px;
    margin: 20px 30px;
  }
  .p_job .job__recycling--main .sample .product__ar figure img {
    width: 100%;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_job .job__bottom {
    padding-bottom: 100px;
  }
  .p_job .job__bottom--sec {
    margin-top: 80px;
  }
  .p_job .job__bottom--sec h4 {
    text-align: center;
    font-size: 42px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1D55B2;
  }
  .p_job .job__bottom--sec .flex {
    margin-top: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_job .job__bottom--sec .flex figure {
    width: 240px;
    margin-right: 80px;
  }
  .p_job .job__bottom--sec .flex .txt {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_job .job__bottom--sec .flex .txt p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    color: #333;
  }
  .p_job .job__bottom--sec .flex .txt p + p {
    margin-top: 12px;
  }
  .p_training .tlArea .tl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p_training .tlArea .tl {
    padding-left: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
  .p_training .tlArea .tl span {
    font-size: 100px;
  }
}

@media screen and (min-width: 769px), print {
  .p_training .tlArea .tl small {
    white-space: nowrap;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .p_training .tlArea .tl small::before {
    height: 100%;
  }
  .p_training .training .trainingTitle span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--en);
    color: #1D55B2;
  }
  .p_training .training .trainingTitle h3 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.05em;
    margin-top: 5px;
    white-space: nowrap;
  }
  .p_training .training__banner {
    margin-top: 55px;
  }
  .p_training .training__nav {
    margin-top: 60px;
  }
  .p_training .training__nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_training .training__nav ul li {
    margin: 0 25px;
  }
  .p_training .training__nav ul li a {
    padding: 0 34px 10px 0;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #1E55B2;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #1E55B2;
    display: inline-block;
    position: relative;
  }
  .p_training .training__nav ul li a::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/evaluation/evaArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    top: 3px;
  }
  .p_training .training__talent {
    padding: 140px 0 140px;
  }
  .p_training .training__talent--main::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_training .training__talent--main .trainingTitle {
    width: 655px;
    float: left;
  }
  .p_training .training__talent--main .fig {
    width: 394px;
    float: right;
    -moz-border-radius: 20px;
         border-radius: 20px;
    overflow: hidden;
  }
  .p_training .training__talent--main .fig picture img {
    width: 100%;
    height: 431px;
    object-fit: cover;
  }
  .p_training .training__talent--main .content {
    width: 655px;
    float: left;
    margin-top: 50px;
  }
  .p_training .training__talent--main .content h4 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
  }
  .p_training .training__talent--main .content .txt {
    margin-top: 20px;
  }
  .p_training .training__talent--main .content .txt p {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  .p_training .training__talent--main .content .txt p + p {
    margin-top: 12px;
  }
  .p_training .training__talent--main .content .list {
    margin-top: 30px;
    counter-reset: dl;
  }
  .p_training .training__talent--main .content .list dl {
    counter-increment: dl;
    border: 1px solid #1E55B2;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 40px 40px 40px 137px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_training .training__talent--main .content .list dl::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #1E55B2;
    font-weight: 800;
    font-family: var(--en);
    left: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_training .training__talent--main .content .list dl dt {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
  }
  .p_training .training__talent--main .content .list dl dd {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 5px;
  }
  .p_training .training__talent--main .content .list dl + dl {
    margin-top: 20px;
  }
  .p_training .training__system {
    padding: 140px 0 0px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_training .training__system::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 807px;
    background: #1D4F94;
    top: 0;
    left: 0;
    z-index: -1;
    -moz-border-radius: 0 40px 40px 0;
         border-radius: 0 40px 40px 0;
  }
  .p_training .training__system--main .trainingTitle span, .p_training .training__system--main .trainingTitle h3 {
    color: #fff;
  }
  .p_training .training__system--main article h4 {
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #333;
  }
  .p_training .training__system--main .diagram {
    margin-top: 50px;
  }
  .p_training .training__system--main .diagram h4 {
    color: #fff;
  }
  .p_training .training__system--main .diagram__pic {
    margin-top: 21px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .p_training .training__system--main .diagram__pic--inner {
    width: 100%;
  }
  .p_training .training__system--main .fornew {
    margin-top: 98px;
  }
  .p_training .training__system--main .fornew__slide {
    margin-top: 40px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -15px;
    width: inherit;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide {
    width: 535px;
    margin: 15px;
    -moz-border-radius: 15px;
         border-radius: 15px;
    border: 1px solid #1E55B2;
    padding: 30px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide h5 {
    text-align: center;
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #1E55B2;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list {
    margin-top: 30px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dt {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #1D55B2;
    background: #E8EEF7;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 0 14px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd {
    margin-top: 20px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    color: #333;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd p + p {
    margin-top: 12px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl {
    margin-top: 30px;
    background: #F3F6FB;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl > dt {
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1E55B2;
    margin-right: 20px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl > dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl > dd ul li {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.06;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 25px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl > dd ul li::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/compensation/ico_dot.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 2.5px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl > dd ul li + li {
    margin-top: 2px;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl + dl {
    margin-top: 30px;
  }
  .p_training .training__system--main .skill {
    position: relative;
    margin-top: 70px;
    padding: 80px 0 80px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_training .training__system--main .skill::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 297px;
    background: #F3F6FB;
    top: 0;
    right: 0;
    -moz-border-radius: 0 40px 40px 0;
         border-radius: 0 40px 40px 0;
    z-index: -1;
  }
  .p_training .training__system--main .skill__main .list {
    margin: 20px -20px -20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_training .training__system--main .skill__main .list article {
    width: 340px;
    margin: 20px;
  }
  .p_training .training__system--main .skill__main .list article figure img, .p_training .training__system--main .skill__main .list article picture img {
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_training .training__system--main .skill__main .list article h5 {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    margin-top: 20px;
  }
  .p_training .training__system--main .skill__main .list article p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    margin-top: 20px;
  }
  .p_training .training__system--main .skill__carousel {
    margin-top: 60px;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper .swiper-slide ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper .swiper-slide ul li {
    width: 360px;
    line-height: 0;
    margin-right: 40px;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 216px;
    object-fit: cover;
    -moz-border-radius: 15px;
         border-radius: 15px;
  }
  .p_training .training__regard {
    background: #1D4F94;
    padding: 140px 0 140px;
  }
  .p_training .training__regard .trainingTitle span, .p_training .training__regard .trainingTitle h3 {
    color: #fff;
  }
  .p_training .training__regard--main .intro {
    margin-top: 50px;
  }
  .p_training .training__regard--main .intro h4 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    color: #fff;
  }
  .p_training .training__regard--main .intro .txt {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #fff;
    margin-top: 20px;
  }
  .p_training .training__regard--main .intro .txt p + p {
    margin-top: 12px;
  }
  .p_training .training__regard--main .wrapSec {
    margin-top: 62px;
  }
  .p_training .training__regard--main .wrapSec section {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_training .training__regard--main .wrapSec section .left {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 107px 48px 118px 50px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_training .training__regard--main .wrapSec section .left:after {
    position: absolute;
    content: "";
    width: 5000%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    -moz-border-radius: 40px 0 0 40px;
         border-radius: 40px 0 0 40px;
    z-index: -1;
  }
  .p_training .training__regard--main .wrapSec section .left h4 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
  }
  .p_training .training__regard--main .wrapSec section .left p {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 18px;
  }
  .p_training .training__regard--main .wrapSec section .left p + p {
    margin-top: 12px;
  }
  .p_training .training__regard--main .wrapSec section .left p span {
    color: #1E55B2;
  }
  .p_training .training__regard--main .wrapSec section .left p small {
    font-size: 12px;
    line-height: 1.9;
    font-weight: 700;
    letter-spacing: 0.07em;
  }
  .p_training .training__regard--main .wrapSec section .right {
    width: 560px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    background: #F3F6FB;
    padding: 40px 48px;
    position: relative;
    z-index: 2;
  }
  .p_training .training__regard--main .wrapSec section .right h4 {
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    font-weight: 700;
    padding-bottom: 20px;
    border-bottom: 1px solid #1E55B2;
  }
  .p_training .training__regard--main .wrapSec section .right .list {
    counter-reset: dl;
    margin-top: 23px;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl {
    counter-increment: dl;
    padding: 0 0 0 119px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_training .training__regard--main .wrapSec section .right .list dl::before {
    position: absolute;
    content: "";
    top: 0;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: -webkit-calc(100% + 40px);
    height: -moz-calc(100% + 40px);
    height: calc(100% + 40px);
    background: #1E55B2;
    top: 4px;
    left: 93.5px;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl.st1::before {
    width: 50px;
    height: 54.51px;
    background: url("../img/evaluation/evaImg12.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 14px;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl.st2::before {
    width: 60px;
    height: 40.25px;
    background: url("../img/evaluation/evaImg13.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 9px;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl.st3::before {
    width: 60px;
    height: 40.25px;
    background: url("../img/evaluation/evaImg14.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 14px;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl.st4::before {
    width: 60px;
    height: 65.15px;
    background: url("../img/evaluation/evaImg15.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 10px;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl dt {
    position: relative;
    padding: 0 0 0 33px;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.07em;
    font-weight: 700;
    color: #1E55B2;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl dt::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #1E55B2;
    left: -30px;
    top: 4px;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl dt::after {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    font-family: var(--en2);
    color: #1E55B2;
    left: 0;
    top: 0;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl dd {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.07em;
    margin-top: 10px;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl + dl {
    margin-top: 40px;
  }
  .p_training .training__regard--main .wrapSec section .right.st2 {
    padding: 64px 40px;
  }
  .p_training .training__regard--main .wrapSec section:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_training .training__regard--main .wrapSec section:nth-of-type(even) .left {
    padding: 49px 50px 55px 48px;
  }
  .p_training .training__regard--main .wrapSec section:nth-of-type(even) .left::after {
    right: 0;
    left: inherit;
    -moz-border-radius: 0 40px 40px 0;
         border-radius: 0 40px 40px 0;
  }
  .p_training .training__regard--main .wrapSec section + section {
    margin-top: 50px;
  }
  .p_training .training__career {
    padding: 140px 0 140px;
  }
  .p_training .training__career--main .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 29.93px -20px -20px;
    counter-reset: ar;
  }
  .p_training .training__career--main .list article {
    width: 530px;
    margin: 20px;
    counter-increment: ar;
    background: #F3F6FB;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 30px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_training .training__career--main .list article::after {
    position: absolute;
    content: "Case " counter(ar, decimal-leading-zero);
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
    font-family: var(--en);
    color: #1E55B2;
    right: 30px;
    top: -19px;
  }
  .p_training .training__career--main .list article figure, .p_training .training__career--main .list article picture {
    width: 150px;
    margin-right: 20px;
  }
  .p_training .training__career--main .list article figure img, .p_training .training__career--main .list article picture img {
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_training .training__career--main .list article .arInfo {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_training .training__career--main .list article .arInfo h4 {
    background: #1E55B2;
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
  }
  .p_training .training__career--main .list article .arInfo span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .p_training .training__career--main .list article .arInfo em {
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #1E55B2;
    margin-top: 20px;
    display: block;
  }
  .p_training .training__career--main .list article .txt {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  .p_compensation .tlArea .tl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_compensation .tlArea .tl small {
    white-space: nowrap;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .p_compensation .tlArea .tl small::before {
    height: 100%;
  }
  .p_compensation .compensation__banner {
    margin-top: 55px;
  }
  .p_compensation .compensation .comTitle span {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--en);
    color: #1D55B2;
  }
  .p_compensation .compensation .comTitle h3 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.05em;
    margin-top: 5px;
    white-space: nowrap;
  }
  .p_compensation .compensation__app {
    padding: 140px 0 140px;
  }
  .p_compensation .compensation__app--main .list {
    margin-top: 40px;
  }
  .p_compensation .compensation__app--main .list dl {
    border-top: 1px solid #CCCCCC;
    padding: 20px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_compensation .compensation__app--main .list dl dt {
    width: 240px;
    padding: 0 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
  }
  .p_compensation .compensation__app--main .list dl dt::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("../img/compensation/ico_dot.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5px;
  }
  .p_compensation .compensation__app--main .list dl dd {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .p_compensation .compensation__app--main .list dl dd p {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .p_compensation .compensation__app--main .list dl dd p + p {
    margin-top: 12px;
  }
  .p_compensation .compensation__employ {
    background: #1D4F94;
    padding: 140px 0 140px;
  }
  .p_compensation .compensation__employ--main .comTitle span, .p_compensation .compensation__employ--main .comTitle h3 {
    color: #fff;
  }
  .p_compensation .compensation__employ--main .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 25px -20px -25px;
  }
  .p_compensation .compensation__employ--main .list article {
    width: 340px;
    margin: 25px 20px;
  }
  .p_compensation .compensation__employ--main .list article figure img {
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .p_compensation .compensation__employ--main .list article h4 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
  }
  .p_compensation .compensation__employ--main .list article p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 20px;
    color: #fff;
  }
  .p_compensation .compensation__employ--main .list article:nth-of-type(1), .p_compensation .compensation__employ--main .list article:nth-of-type(2) {
    width: 530px;
  }
  .p_compensation .compensation__case {
    padding: 140px 0 140px;
    overflow: hidden;
  }
  .p_compensation .compensation__case--main .list {
    margin-top: 130px;
  }
  .p_compensation .compensation__case--main .list article {
    position: relative;
  }
  .p_compensation .compensation__case--main .list article::before {
    position: absolute;
    content: "";
    width: 5000%;
    height: 242px;
    background: #F3F6FB;
    top: -80px;
    z-index: -1;
  }
  .p_compensation .compensation__case--main .list article::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_compensation .compensation__case--main .list article .title {
    width: 580px;
  }
  .p_compensation .compensation__case--main .list article .title .num {
    font-size: 30px;
    line-height: 1;
    font-weight: 800;
    font-family: var(--en);
    letter-spacing: 0.05em;
    color: #1E55B2;
  }
  .p_compensation .compensation__case--main .list article .title h4 {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 5px;
  }
  .p_compensation .compensation__case--main .list article .title span {
    display: inline-block;
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 20px;
  }
  .p_compensation .compensation__case--main .list article > figure {
    width: 480px;
  }
  .p_compensation .compensation__case--main .list article > figure img {
    -moz-border-radius: 20px;
         border-radius: 20px;
    width: 100%;
  }
  .p_compensation .compensation__case--main .list article .qa {
    margin-top: 80px;
    counter-reset: dl;
    width: 590px;
  }
  .p_compensation .compensation__case--main .list article .qa dl {
    counter-increment: dl;
  }
  .p_compensation .compensation__case--main .list article .qa dl dt {
    padding: 0 0 0 52px;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    color: #1E55B2;
  }
  .p_compensation .compensation__case--main .list article .qa dl dt::before {
    position: absolute;
    content: "Q" counter(dl) ".";
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    font-family: var(--en);
    letter-spacing: 0.1em;
    left: 0;
    top: 5px;
    color: #1E55B2;
  }
  .p_compensation .compensation__case--main .list article .qa dl dd {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-top: 10px;
  }
  .p_compensation .compensation__case--main .list article .qa dl + dl {
    margin-top: 50px;
  }
  .p_compensation .compensation__case--main .list article .mess {
    margin-top: 40px;
  }
  .p_compensation .compensation__case--main .list article .mess h5 {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_compensation .compensation__case--main .list article .mess .box {
    margin-top: 30px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #1D4F94;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 40px;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_compensation .compensation__case--main .list article .mess .box::after {
    position: absolute;
    content: "Message";
    font-size: 80px;
    line-height: 1;
    font-weight: 800;
    font-family: var(--en);
    letter-spacing: 0.05em;
    color: #1D4F94;
    opacity: 0.1;
    top: -50px;
    right: 28px;
    z-index: -1;
    mix-blend-mode: difference;
  }
  .p_compensation .compensation__case--main .list article .mess .box figure {
    width: 150px;
    margin-right: 30px;
  }
  .p_compensation .compensation__case--main .list article .mess .box .cont {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_compensation .compensation__case--main .list article .mess .box .cont h6 {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
  }
  .p_compensation .compensation__case--main .list article .mess .box .cont p {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 12px;
  }
  .p_compensation .compensation__case--main .list article + article {
    margin-top: 160px;
  }
  .p_compensation .compensation__case--main .list article:nth-of-type(odd)::before {
    right: -70px;
    -moz-border-radius: 0 40px 40px 0;
         border-radius: 0 40px 40px 0;
  }
  .p_compensation .compensation__case--main .list article:nth-of-type(odd) > figure {
    float: right;
  }
  .p_compensation .compensation__case--main .list article:nth-of-type(odd) .title, .p_compensation .compensation__case--main .list article:nth-of-type(odd) .qa {
    float: left;
  }
  .p_compensation .compensation__case--main .list article:nth-of-type(odd) .mess {
    float: left;
    width: 100%;
  }
  .p_compensation .compensation__case--main .list article:nth-of-type(even)::before {
    left: -70px;
    -moz-border-radius: 40px 0 0 40px;
         border-radius: 40px 0 0 40px;
  }
  .p_compensation .compensation__case--main .list article:nth-of-type(even) > figure {
    float: left;
  }
  .p_compensation .compensation__case--main .list article:nth-of-type(even) .title, .p_compensation .compensation__case--main .list article:nth-of-type(even) .qa {
    float: right;
  }
  .p_compensation .compensation__case--main .list article:nth-of-type(even) .mess {
    float: left;
    width: 100%;
  }
  .p_compensation .compensation__case--main .list article:nth-of-type(3)::before {
    height: 287px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .inner {
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  body {
    padding-top: 19.73333vw;
  }
  a.link {
    display: inline-block;
    font-weight: 700;
    font-size: 3.73333vw;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
  a.link::after {
    content: "";
    margin-left: 1.33333vw;
    width: 13.33333vw;
    height: 7.46667vw;
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
    background-repeat: no-repeat;
    -moz-background-size: 2.13333vw 2.66667vw;
         background-size: 2.13333vw 2.66667vw;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
  }
  a.link_blank {
    display: inline-block;
  }
  a.link_blank::after {
    content: "";
    margin-left: 1.33333vw;
    width: 3.2vw;
    height: 3.2vw;
    background-color: #1D55B2;
    background-image: url(../img/ic_blank.svg);
    background-repeat: no-repeat;
    -moz-background-size: 100%;
         background-size: 100%;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
  }
  a.btn, button.btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2.66667vw 5.33333vw;
    min-height: 18.13333vw;
    min-width: 85.33333vw;
    background: #1D55B2;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    position: relative;
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  a.btn::after, button.btn::after {
    content: "";
    margin-left: 1.33333vw;
    width: 13.33333vw;
    height: 7.46667vw;
    background-color: #fff;
    background-image: url(../img/ar2.svg);
    background-repeat: no-repeat;
    display: block;
    -moz-background-size: 2.13333vw 2.66667vw;
         background-size: 2.13333vw 2.66667vw;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    background-position: center;
  }
  a.btn.st2, button.btn.st2 {
    background-color: #007BAE;
  }
  a.btn.st2::after, button.btn.st2::after {
    background-image: url(../img/ar3.svg);
  }
  a.btn.st3, button.btn.st3 {
    background-color: #fff;
    color: #1D55B2;
    min-height: 17.06667vw;
  }
  a.btn.st3::after, button.btn.st3::after {
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
  }
  a.btn.st4, button.btn.st4 {
    background-color: #fff;
    color: #333;
    min-height: 20.8vw;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    border: 1px solid #1D55B2;
    font-size: 5.33333vw;
    font-weight: 500;
  }
  a.btn.st4::after, button.btn.st4::after {
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
  }
  .c-boxLink {
    display: -ms-grid;
    display: grid;
    gap: 5.33333vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c-boxLink dl {
    padding: 5.33333vw 4vw;
    background: #FFFFFF;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
  }
  .c-boxLink__tt {
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  .c-boxLink__tt span {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 8vw;
    line-height: 120%;
    color: #1D55B2;
    margin-bottom: 1.33333vw;
  }
  .c-boxLink__tt small {
    display: block;
    font-weight: 500;
    font-size: 4.26667vw;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
  .c-boxLink__link {
    display: -ms-grid;
    display: grid;
    gap: 2.66667vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .c-boxLink__link li .btn {
    min-width: 100%;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header .hdt {
    height: 19.73333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5.33333vw;
    position: relative;
    z-index: 9999;
    background: #fff;
  }
  .header .header_menuSub {
    position: fixed;
    height: 100vh;
    opacity: 0;
    top: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
    padding: 21.33333vw 5.33333vw 0;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .header_menuSub.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header .header_menuSub .hnav_top {
    padding: 0;
  }
  .header .header_menuSub .hnav_top dl + dl {
    margin-top: 8vw;
  }
  .header .header_menuSub .hnav_top_r {
    margin-top: 8vw;
  }
  .header .header_menuSub .hnav_bot {
    background-color: var(--c01);
    padding: 8vw 0;
    margin: 8vw -5.33333vw 0;
  }
  .header .header_menuSub .hnav_bot .c-boxLink dl {
    margin-top: 0;
  }
  .header .header_menuSub .hnav_top_tt {
    padding-bottom: 2.66667vw;
    margin-bottom: 2.66667vw;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 100%;
    color: var(--c01);
    border-bottom: 1px solid;
  }
  .header .header_menuSub .hnav_top_tt a {
    color: var(--c01);
    pointer-events: none;
  }
  .header .header_menuSub .hnav_top_r .hnav_top_tt {
    margin-bottom: 5.33333vw;
  }
  .header .header_menuSub .hnav_list li + li {
    margin-top: 2.66667vw;
  }
  .header .header_menuSub .hnav_list li a {
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 1.8;
    letter-spacing: 0.07em;
    display: block;
    position: relative;
  }
  .header .header_menuSub .hnav_list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11.46667vw;
    height: 6.4vw;
    background: var(--c01) url(../img/ar.svg) center no-repeat;
    display: block;
    -moz-background-size: 1.86667vw 2.4vw;
         background-size: 1.86667vw 2.4vw;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
  }
  .header .header_menuSub .hnav_list02 {
    display: -ms-grid;
    display: grid;
    gap: 5.33333vw;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    counter-reset: div;
  }
  .header .header_menuSub .hnav_list02 li a {
    display: block;
  }
  .header .header_menuSub .hnav_list02 li a:hover figure::before {
    opacity: 1;
  }
  .header .header_menuSub .hnav_list02 li a figure {
    position: relative;
    margin-bottom: 1.6vw;
  }
  .header .header_menuSub .hnav_list02 li a figure::before {
    counter-increment: div;
    content: "0" counter(div);
    position: absolute;
    left: 2.66667vw;
    top: -2.66667vw;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 5.86667vw;
    line-height: 1;
    color: var(--c01);
    z-index: 2;
  }
  .header .header_menuSub .hnav_list02 li a figure::after {
    content: '';
    position: absolute;
    right: 2.66667vw;
    bottom: 2.66667vw;
    width: 11.2vw;
    height: 6.4vw;
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
    background-repeat: no-repeat;
    display: block;
    -moz-background-size: 1.86667vw 2.4vw;
         background-size: 1.86667vw 2.4vw;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    background-position: center;
  }
  .header .header_menuSub .hnav_list02 li a figure img {
    height: 28.26667vw;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    overflow: hidden;
  }
  .header .header_menuSub .hnav_list02 li a p small {
    display: block;
    font-weight: 400;
    font-size: 2.66667vw;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
  .header .header_menuSub .hnav_list02 li a p span {
    font-weight: 400;
    font-size: 3.2vw;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
  .header .header_menuSub .hnav_list03 {
    display: -ms-grid;
    display: grid;
    gap: 4vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .header .header_menuSub .hnav_list03 li a {
    display: block;
    position: relative;
  }
  .header .header_menuSub .hnav_list03 li a .n_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.33333vw;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header_menuSub .hnav_list03 li a .n_txt p {
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 1.4375;
    color: #1D55B2;
    line-height: 1.8;
  }
  .header .header_menuSub .hnav_list03 li a .n_txt p span {
    background-color: #fff;
    padding: 0 1.33333vw;
  }
  .header .header_menuSub .hnav_list03 li a .n_txt .n_txt_en {
    font-family: var(--en);
  }
  .header .header_menuSub .hnav_list03 li a .n_txt .n_txt_en span {
    font-weight: 700;
    font-size: 2.4vw;
    line-height: 1;
    display: block;
    color: #FFFFFF;
  }
  .header .header_menuSub .hnav_list03 li a .n_txt .n_txt_en i {
    font-style: normal;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 12vw;
    line-height: 1;
    color: #FFFFFF;
  }
  .header .header_menuSub .hnav_list03 li a figure {
    position: relative;
  }
  .header .header_menuSub .hnav_list03 li a figure img {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    overflow: hidden;
  }
  .header .header_requirements {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 26.66667vw;
    height: 21.33333vw;
    background: #1E55B2;
    font-weight: 500;
    font-size: 4.26667vw;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
    margin-left: auto;
  }
  .header .header_requirements::before {
    content: "";
    width: 3.73333vw;
    height: 5.86667vw;
    background: url(../img/ic_header_requirements.png) center/100% 100% no-repeat;
    display: block;
    margin-bottom: 1.33333vw;
  }
  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 19.73333vw;
    height: 19.73333vw;
  }
  .header .menu_icon::after {
    content: "MENU";
    font-family: var(--en);
    font-style: normal;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #1D55B2;
    margin-bottom: 0.8vw;
  }
  .header .menu_icon.active::after {
    content: "CLOSE";
    margin-bottom: 1.33333vw;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translate(1.33333vw, 1.86667vw) rotate(-25deg);
       -moz-transform: translate(1.33333vw, 1.86667vw) rotate(-25deg);
        -ms-transform: translate(1.33333vw, 1.86667vw) rotate(-25deg);
            transform: translate(1.33333vw, 1.86667vw) rotate(-25deg);
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translate(1.33333vw, -2.66667vw) rotate(25deg);
       -moz-transform: translate(1.33333vw, -2.66667vw) rotate(25deg);
        -ms-transform: translate(1.33333vw, -2.66667vw) rotate(25deg);
            transform: translate(1.33333vw, -2.66667vw) rotate(25deg);
  }
  .header .menu_icon_in {
    width: 13.33333vw;
    height: 4.8vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 4.8vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 10.66667vw;
    height: 0.53333vw;
    min-height: 2px;
    background-color: #1D55B2;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    margin-left: 2.66667vw;
    top: 1.86667vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    -webkit-transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    transition: top 0.3s ease 0.3s, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, top 0.3s ease 0.3s, -moz-transform 0.3s ease;
    transition: transform 0.3s ease, top 0.3s ease 0.3s;
    transition: transform 0.3s ease, top 0.3s ease 0.3s, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: var(--en);
    font-style: normal;
    font-weight: 500;
    font-size: 2.93333vw;
    letter-spacing: 0.05em;
  }
  .header h1 img {
    vertical-align: bottom;
  }
  .header h1 .logo {
    width: 36vw;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 3.2vw;
  }
  .header h1 a {
    color: #003353;
  }
  .footer {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background-color: #1D55B2;
  }
  .footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(345.25deg, #F8B500 0%, #1D55B2 100.44%);
    background: -moz- oldlinear-gradient(345.25deg, #F8B500 0%, #1D55B2 100.44%);
    background: linear-gradient(104.75deg, #F8B500 0%, #1D55B2 100.44%);
    mix-blend-mode: multiply;
    opacity: 0.2;
    display: block;
  }
  .footer .footer_top {
    position: relative;
    z-index: 2;
    padding: 13.33333vw 0 8vw;
    position: relative;
  }
  .footer .footer_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 88.47059vw;
    height: 91.29412vw;
    background: url(../img/footer_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .footer .footer_top h2 {
    font-weight: 900;
    font-size: 13.86667vw;
    line-height: 110%;
    color: #FFFFFF;
    margin-bottom: 8vw;
  }
  .footer .footer_top .ftm > p {
    font-weight: 500;
    font-size: 5.33333vw;
    line-height: 200%;
    color: #FFFFFF;
    margin-bottom: 10.66667vw;
  }
  .footer .footer_top .ftm .c-boxLink .c-boxLink__tt span {
    font-size: 9.6vw;
  }
  .footer .footer_top .ftm .c-boxLink .c-boxLink__link {
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .footer .footer_bot {
    position: relative;
    z-index: 2;
  }
  .footer .footer_bot .row {
    max-width: 320vw;
  }
  .footer .footer_bot .fbm {
    padding: 6.4vw 0 8vw;
    border-top: 1px solid #fff;
    text-align: right;
  }
  .footer .footer_bot .fbm .fb_box {
    display: inline-block;
    text-align: left;
  }
  .footer .footer_bot .fbm .fb_box > a {
    display: block;
    width: 53.33333vw;
    margin-bottom: 3.2vw;
  }
  .footer .footer_bot .fbm .fb_box ul li a {
    font-weight: 500;
    font-size: 3.73333vw;
    line-height: 170%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    font-family: "Plus Jakarta Sans", "Zen Kaku Gothic New", sans-serif;
  }
  .footer .footer_bot .fbm .copyright {
    font-family: var(--en);
    font-weight: 400;
    font-size: 3.46667vw;
    line-height: 120%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-top: 6.66667vw;
  }
  .ttl {
    position: relative;
  }
  .ttl figure img, .ttl picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 12.26667vw;
    text-align: left;
  }
  .ttl .txt h2.st2 > span {
    line-height: 2;
  }
  .ttl .txt h2.st2 > span span {
    font-size: 5.86667vw;
  }
  .ttl .txt h2 small {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 800;
    font-size: 6.4vw;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 4vw;
  }
  .ttl .txt h2 > span {
    display: block;
    line-height: 2.5;
  }
  .ttl .txt h2 > span span {
    font-weight: 900;
    font-size: 7.46667vw;
    line-height: 140%;
    letter-spacing: 0;
    color: var(--c01);
    padding: 0.8vw 2.66667vw;
    background-color: #fff;
  }
  .tl {
    margin-bottom: 8vw;
    color: #1D55B2;
  }
  .tl span {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 19.46667vw;
    line-height: 1;
    margin-bottom: 2.66667vw;
  }
  .tl small {
    font-weight: 700;
    font-size: 5.33333vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    position: relative;
  }
  .tl2 {
    margin-bottom: 10.66667vw;
    color: #FFFFFF;
  }
  .tl2.st2 {
    color: var(--c01);
  }
  .tl2.st2 small {
    font-family: var(--en2);
    font-weight: 400;
    font-size: 3.46667vw;
    margin-bottom: 1.33333vw;
    font-weight: bold;
  }
  .tl2.st2 span {
    font-size: 6.4vw;
  }
  .tl2 small {
    display: block;
    font-family: var(--en);
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 120%;
  }
  .tl2 span {
    display: block;
    font-weight: 700;
    font-size: 6.93333vw;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
  .c-member {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 16vw;
  }
  .c-member.st2 {
    padding: 16vw 0 1.33333vw;
    margin-bottom: 18.66667vw;
  }
  .c-member.st2::after {
    height: 100%;
  }
  .c-member.st2 .tl2.st2 {
    color: #fff;
  }
  .c-member .tl {
    color: #fff;
  }
  .c-member .tl small::before {
    background-color: #fff;
  }
  .c-member::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: -webkit-calc(100% - 5.33333vw);
    width: -moz-calc(100% - 5.33333vw);
    width: calc(100% - 5.33333vw);
    height: -webkit-calc(100% - 26.66667vw);
    height: -moz-calc(100% - 26.66667vw);
    height: calc(100% - 26.66667vw);
    background: -webkit-gradient(linear, left top, left bottom, from(#1D55B2), to(#007BAE));
    background: -webkit-linear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: -moz- oldlinear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: linear-gradient(180deg, #1D55B2 0%, #007BAE 100%);
    mix-blend-mode: normal;
    -moz-border-radius: 0vw 8vw 8vw 0vw;
         border-radius: 0vw 8vw 8vw 0vw;
    display: block;
    z-index: -1;
  }
  .c-member .interview-swiper {
    overflow: initial;
    padding: 26.66667vw 0 14.66667vw;
  }
  .c-member .interview-swiper .swiper-slide {
    width: 42.66667vw;
  }
  .c-member .interview-swiper .swiper-slide a {
    pointer-events: none;
  }
  .c-member .interview-swiper .swiper-slide-active {
    margin-top: -13.33333vw;
    padding-left: 4.8vw;
    width: 66.13333vw;
  }
  .c-member .interview-swiper .swiper-slide-active a {
    pointer-events: initial;
    display: block;
  }
  .c-member .interview-swiper .swiper-slide-active .card__text, .c-member .interview-swiper .swiper-slide-active .card__cap {
    display: block;
  }
  .c-member .interview-swiper .swiper-slide-active .card__fig {
    height: 92vw;
    position: relative;
    position: relative;
  }
  .c-member .interview-swiper .swiper-slide-active .card__fig::after {
    content: "";
    position: absolute;
    bottom: 2.66667vw;
    right: 2.66667vw;
    width: 13.33333vw;
    height: 7.46667vw;
    background-color: #1D55B2;
    background-image: url(../img/ar.svg);
    background-repeat: no-repeat;
    display: block;
    -moz-background-size: 2.13333vw 2.66667vw;
         background-size: 2.13333vw 2.66667vw;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    background-position: center;
    display: block;
  }
  .c-member .interview-swiper .swiper-slide-active .card__num {
    left: 6.93333vw;
    font-size: 10.66667vw;
    top: -2.66667vw;
  }
  .c-member .swiper_wr {
    position: relative;
    margin-left: -22.93333vw;
  }
  .c-member .slide_ctrl {
    position: absolute;
    top: 0;
    right: 5.33333vw;
    z-index: 10;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-member .slide_ctrl .swiper-info {
    font-family: var(--en);
    font-weight: 500;
    font-size: 3.46667vw;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-right: 5.33333vw;
  }
  .c-member .slide_ctrl .swiper-prev {
    margin-right: 2.66667vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .c-member .slide_ctrl .swiper-next, .c-member .slide_ctrl .swiper-prev {
    width: 21.33333vw;
    height: 8.53333vw;
    background-color: #fff;
    background-image: url(../img/ar2.svg);
    background-repeat: no-repeat;
    display: block;
    -moz-background-size: 2.13333vw 2.66667vw;
         background-size: 2.13333vw 2.66667vw;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    background-position: center;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .c-member .slide_ctrl .swiper-next:hover, .c-member .slide_ctrl .swiper-prev:hover {
    opacity: 0.7;
  }
  .c-member .slide_ctrl .swiper-next.swiper-button-disabled, .c-member .slide_ctrl .swiper-prev.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .c-member .card {
    padding: 5.33333vw 0;
  }
  .c-member .card .card__fig {
    position: relative;
    width: 100%;
    height: 64vw;
  }
  .c-member .card .card__fig img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 4.26667vw;
         border-radius: 4.26667vw;
    overflow: hidden;
  }
  .c-member .card__num {
    position: absolute;
    left: 2.66667vw;
    top: 0;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 13.33333vw;
    line-height: 1;
    color: #FFFFFF;
    z-index: 10;
  }
  .c-member .card__text {
    font-weight: 400;
    font-size: 2.66667vw;
    line-height: 170%;
    text-align: right;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    display: none;
    margin-top: 2.66667vw;
  }
  .c-member .card__text span {
    font-size: 3.2vw;
  }
  .c-member .card__cap {
    font-weight: 700;
    font-size: 4.26667vw;
    color: #1D55B2;
    line-height: 1.7;
    position: absolute;
    bottom: 35.73333vw;
    left: 0;
    display: none;
  }
  .c-member .card__cap span {
    background-color: #fff;
    padding: 0 1.33333vw;
  }
  .c-member .talk {
    padding-right: 5.33333vw;
  }
  .c-member .talk .talk_it {
    position: relative;
  }
  .c-member .talk .talk_it + .talk_it {
    margin-top: 8vw;
  }
  .c-member .talk .talk_it .n_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5.33333vw;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-member .talk .talk_it .n_txt .n_txtL1 {
    font-size: 2.13333vw;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2.13333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-member .talk .talk_it .n_txt .n_txtL1 span {
    display: inline-block;
    padding: 0.8vw 1.86667vw;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 160%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background-color: #1D55B2;
    margin: 0 1.33333vw;
  }
  .c-member .talk .talk_it .n_txt .n_txtL1 span:nth-of-type(1) {
    margin-left: 0;
  }
  .c-member .talk .talk_it .n_txt .n_txtL2 p {
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 1.4375;
    color: #1D55B2;
    line-height: 1.8;
  }
  .c-member .talk .talk_it .n_txt .n_txtL2 p span {
    background-color: #fff;
    padding: 0 1.06667vw;
  }
  .c-member .talk .talk_it .n_txt .n_txt_en {
    font-family: var(--en);
  }
  .c-member .talk .talk_it .n_txt .n_txt_en span {
    font-weight: 700;
    font-size: 2.66667vw;
    line-height: 1;
    display: block;
    color: #FFFFFF;
  }
  .c-member .talk .talk_it .n_txt .n_txt_en i {
    font-style: normal;
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 13.6vw;
    line-height: 1;
    color: #FFFFFF;
  }
  .c-member .talk .talk_it figure {
    position: relative;
  }
  .c-member .talk .talk_it figure img {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 53.33333vw;
    object-fit: cover;
  }
  .p_top .split-swiper {
    height: -webkit-calc(100vh - 19.73333vw);
    height: -moz-calc(100vh - 19.73333vw);
    height: calc(100vh - 19.73333vw);
    height: -webkit-calc(100svh - 19.73333vw);
    height: -moz-calc(100svh - 19.73333vw);
    height: calc(100svh - 19.73333vw);
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .p_top .split-swiper .kv_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 5.33333vw;
    padding-right: 5.33333vw;
  }
  .p_top .split-swiper .kv_txt h2 {
    font-weight: 900;
    font-size: 17.06667vw;
    line-height: 110%;
    color: #FFFFFF;
    text-shadow: 0vw 0vw 5.33333vw rgba(29, 85, 178, 0.4);
  }
  .p_top .split-swiper .scroll-indicator {
    position: relative;
    width: 5.33333vw;
    height: 42.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    position: absolute;
    left: 5.33333vw;
    bottom: 0;
    z-index: 9;
  }
  .p_top .split-swiper .scroll-indicator .scroll-text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-family: var(--en);
    font-style: normal;
    font-weight: 500;
    font-size: 3.46667vw;
    line-height: 120%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-bottom: 3.2vw;
  }
  .p_top .split-swiper .scroll-indicator .scroll-line {
    position: relative;
    width: 0.26667vw;
    height: 32vw;
    background: #fff;
  }
  .p_top .split-swiper .scroll-indicator .scroll-line .scroll-dot {
    position: absolute;
    top: -2.66667vw;
    left: 50%;
    width: 2.66667vw;
    height: 2.66667vw;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    -webkit-animation: scroll-dot 1.8s infinite ease-in-out;
       -moz-animation: scroll-dot 1.8s infinite ease-in-out;
            animation: scroll-dot 1.8s infinite ease-in-out;
  }
  .p_top .split-swiper .split_ctrl {
    position: absolute;
    z-index: 10;
    right: 13.33333vw;
    bottom: 8vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .split-swiper .split_ctrl .split-info {
    font-family: var(--en);
    font-weight: 500;
    font-size: 3.46667vw;
    line-height: 120%;
    text-align: right;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-left: 6.13333vw;
  }
  .p_top .split-swiper .split-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .p_top .split-swiper .split-slide {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    pointer-events: none;
  }
  .p_top .split-swiper .split-slide.is-active {
    pointer-events: auto;
    z-index: 2;
  }
  .p_top .split-swiper .split-slide.is-active .slide-left,
  .p_top .split-swiper .split-slide.is-active .slide-right {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
       -moz-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  .p_top .split-swiper .slide-half {
    width: 100%;
    height: 50%;
    overflow: hidden;
  }
  .p_top .split-swiper .slide-half img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .split-swiper .split-slide.is-reset .slide-left {
    -webkit-transform: translateX(6%) scale(1.05);
       -moz-transform: translateX(6%) scale(1.05);
        -ms-transform: translateX(6%) scale(1.05);
            transform: translateX(6%) scale(1.05);
  }
  .p_top .split-swiper .split-slide.is-reset .slide-right {
    -webkit-transform: translateX(-6%) scale(1.05);
       -moz-transform: translateX(-6%) scale(1.05);
        -ms-transform: translateX(-6%) scale(1.05);
            transform: translateX(-6%) scale(1.05);
  }
  .p_top .split-swiper .slide-left {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
       -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
            transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
  }
  .p_top .split-swiper .slide-right {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -moz-transition-property: transform, opacity, -moz-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform, -moz-transform;
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
       -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
            transition-timing-function: cubic-bezier(0.8, 0, 0.24, 1);
  }
  .p_top .split-swiper .split-dots {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.66667vw;
  }
  .p_top .split-swiper .split-dots .dot {
    width: 10.66667vw;
    height: 0.8vw;
    background: #333;
    border: none;
    cursor: pointer;
  }
  .p_top .split-swiper .split-dots .dot.is-active {
    background: #fff;
  }
  .p_top .about {
    position: relative;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 220%;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #FFFFFF;
    overflow: hidden;
    background: -webkit-linear-gradient(239.11deg, #1D55B2 17.62%, #007BAE 80.19%);
    background: -moz- oldlinear-gradient(239.11deg, #1D55B2 17.62%, #007BAE 80.19%);
    background: linear-gradient(210.89deg, #1D55B2 17.62%, #007BAE 80.19%);
  }
  .p_top .about_main {
    padding: 13.33333vw 5.33333vw 0vw;
    position: relative;
  }
  .p_top .about_main .about_year {
    margin: 0 -5.33333vw;
    position: relative;
  }
  .p_top .about_main .about_year::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 191.46667vw;
    height: 191.46667vw;
    display: block;
    z-index: -1;
    background: -webkit-radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    background: -moz- oldradial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    opacity: 0.5;
  }
  .p_top .about h2 {
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 19.46667vw;
    line-height: 1;
    color: #FFFFFF;
    mix-blend-mode: soft-light;
    opacity: 0.6;
    margin-bottom: -5.33333vw;
  }
  .p_top .about h3 {
    font-weight: 900;
    font-size: 8vw;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 5.33333vw;
  }
  .p_top .about h3 i {
    font-style: normal;
    font-family: var(--en);
    font-weight: 900;
    letter-spacing: 0;
  }
  .p_top .about p {
    width: 168vw;
    max-width: 100%;
  }
  .p_top .about .btn {
    margin-top: 10.66667vw;
  }
  .p_top .jobs {
    padding: 16vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .jobs p {
    font-size: 4.26667vw;
    line-height: 200%;
  }
  .p_top .jobs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% + 16vw);
    height: -moz-calc(100% + 16vw);
    height: calc(100% + 16vw);
    background: #F3F7FB;
    mix-blend-mode: normal;
    -moz-border-radius: 0vw 0vw 8vw 0vw;
         border-radius: 0vw 0vw 8vw 0vw;
    z-index: -1;
    display: block;
  }
  .p_top .jobs_main .jobs_l p {
    width: 106.66667vw;
    max-width: 100%;
  }
  .p_top .jobs_main .jobs_l .btn {
    margin-top: 10.66667vw;
  }
  .p_top .jobs_main .jobs_r {
    margin: 8vw -2.66667vw 0;
  }
  .p_top .hr {
    padding: 16vw 0;
  }
  .p_top .hr_main .hr_r {
    margin-top: 10.66667vw;
    -moz-border-radius: 3.46667vw;
         border-radius: 3.46667vw;
    overflow: hidden;
  }
  .p_top .hr_main .hr_r img {
    -moz-border-radius: 3.46667vw;
         border-radius: 3.46667vw;
    overflow: hidden;
  }
  .p_top .hr_main .hr_l {
    font-size: 4.26667vw;
    line-height: 200%;
    letter-spacing: 0.05em;
  }
  .p_top .hr_main .hr_l ul {
    margin-top: 5.33333vw;
  }
  .p_top .hr_main .hr_l ul li + li {
    margin-top: 5.33333vw;
  }
  .p_top .hr_main .hr_l ul li .btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .numbers {
    padding-bottom: 16vw;
  }
  .p_top .numbers_links {
    margin-bottom: 10.66667vw;
  }
  .p_top .numbers_links a:not(:last-child) {
    margin-bottom: 2.66667vw;
  }
  .tlArea {
    padding: 9.33333vw 0 6.66667vw;
  }
  .tlArea .tl {
    margin-bottom: 0;
  }
  .p_vision .container {
    overflow: clip;
  }
  .p_vision .vision .about {
    background: -webkit-linear-gradient(239.11deg, #1D55B2 17.62%, #007BAE 80.19%);
    background: -moz- oldlinear-gradient(239.11deg, #1D55B2 17.62%, #007BAE 80.19%);
    background: linear-gradient(210.89deg, #1D55B2 17.62%, #007BAE 80.19%);
    position: relative;
    font-weight: 500;
    font-size: 4.8vw;
    line-height: 220%;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #FFFFFF;
    overflow: hidden;
    position: relative;
  }
  .p_vision .vision .about .about_anchor ul li a {
    display: block;
    background: #FFFFFF;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    position: absolute;
    text-align: center;
    display: inline-block;
    padding: 2.93333vw 2.93333vw 10.13333vw;
    z-index: 9;
  }
  .p_vision .vision .about .about_anchor ul li a:hover {
    opacity: 1 !important;
  }
  .p_vision .vision .about .about_anchor ul li a:hover .a_tt {
    color: #F8B500 !important;
  }
  .p_vision .vision .about .about_anchor ul li a:hover::after {
    background-color: #F8B500;
  }
  .p_vision .vision .about .about_anchor ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2.93333vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.33333vw;
    height: 5.33333vw;
    background-color: #1D55B2;
    background-image: url(../img/arb.svg);
    background-repeat: no-repeat;
    -moz-background-size: 2.66667vw 2.13333vw;
         background-size: 2.66667vw 2.13333vw;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_vision .vision .about .about_anchor ul li a.pos01 {
    bottom: 6.13333vw;
    left: 5.33333vw;
  }
  .p_vision .vision .about .about_anchor ul li a.pos02 {
    right: 5.33333vw;
    bottom: 24vw;
  }
  .p_vision .vision .about .about_anchor ul li a.pos03 {
    left: 5.33333vw;
    bottom: 55.46667vw;
  }
  .p_vision .vision .about .about_anchor ul li a.pos04 {
    right: 5.33333vw;
    bottom: 77.86667vw;
  }
  .p_vision .vision .about .about_anchor ul li a p {
    font-size: 2.66667vw;
    line-height: 150%;
    text-align: center;
  }
  .p_vision .vision .about .about_anchor ul li a .a_tt {
    line-height: 1;
    margin-bottom: 2.66667vw;
    color: #1D55B2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_vision .vision .about .about_anchor ul li a .a_tt small {
    display: inline-block;
    border-bottom: 2px solid;
    font-family: var(--en);
    font-weight: 700;
    font-size: 3.2vw;
    line-height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_vision .vision .about .about_anchor ul li a .a_tt i {
    font-style: normal;
    display: block;
    font-family: var(--en);
    font-weight: 800;
    font-size: 10.66667vw;
    line-height: 70%;
  }
  .p_vision .vision .about .about_dots {
    position: absolute;
    bottom: -1.6vw;
    right: 32.53333vw;
    -webkit-transform: rotate(30deg);
       -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .p_vision .vision .about .about_dots .a-dots li {
    width: 1.06667vw;
    height: 1.06667vw;
    background-color: #fff;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    margin: 5.33333vw auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_vision .vision .about .about_dots .a-dots li.big {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .p_vision .vision .about .about_dots .a-dots li.active {
    -webkit-transform: scale(1.5);
       -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    background-color: #F8B500;
  }
  .p_vision .vision .about_main {
    padding: 16vw 5.33333vw 145.86667vw;
    position: relative;
  }
  .p_vision .vision .about_main .about_year {
    width: 348.26667vw;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_vision .vision .about::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 266.66667vw;
    height: 266.66667vw;
    background: -webkit-radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    background: -moz- oldradial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, rgba(29, 85, 178, 0) 100%);
    opacity: 0.5;
    display: block;
    z-index: -1;
  }
  .p_vision .vision .about h2 {
    font-family: var(--en);
    font-weight: 800;
    font-size: 25.33333vw;
    line-height: 100%;
    color: #FFFFFF;
    mix-blend-mode: normal;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    bottom: -2.93333vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .p_vision .vision .about h3 {
    font-weight: 900;
    font-size: 8vw;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 5.33333vw;
  }
  .p_vision .vision .about h3 i {
    font-style: normal;
    font-family: var(--en);
    font-weight: 900;
    letter-spacing: 0;
  }
  .p_vision .vision .about .about_text {
    width: 168vw;
    max-width: 100%;
  }
  .p_vision .vision .what {
    padding: 16vw 0;
  }
  .p_vision .vision .what_head {
    margin-bottom: 42.13333vw;
  }
  .p_vision .vision .what_head .row {
    max-width: 240vw;
  }
  .p_vision .vision .what_head h2 {
    font-weight: 700;
    font-size: 11.2vw;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #1D55B2;
    margin-bottom: 8vw;
  }
  .p_vision .vision .what_head h3 {
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 170%;
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  .p_vision .vision .what_head p {
    font-size: 4.26667vw;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .what_head p + p {
    margin-top: 2.66667vw;
  }
  .p_vision .vision .what_ctn .his_head {
    margin-bottom: 21.33333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_vision .vision .what_ctn .his_head::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -37.33333vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 192vw;
    height: 208vw;
    background: url(../img/vision/his_head_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_vision .vision .what_ctn .his_head h2 {
    font-family: var(--en);
    font-weight: 800;
    font-size: 13.33333vw;
    line-height: 90%;
    text-align: center;
    color: #1D55B2;
    mix-blend-mode: normal;
    margin-bottom: 5.33333vw;
  }
  .p_vision .vision .what_ctn .his_head .his_desc {
    font-weight: 500;
    font-size: 5.33333vw;
    line-height: 170%;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .p_vision .vision .what_ctn .his_ctn {
    position: relative;
  }
  .p_vision .vision .what_ctn .his_ctn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 2.13333vw;
    width: 0.26667vw;
    height: 100%;
    background: #1D55B2;
    display: block;
  }
  .p_vision .vision .what_ctn .his_ctn .it:not(:last-child) {
    padding-bottom: 12vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt {
    position: -webkit-sticky;
    position: sticky;
    top: 19.73333vw;
    left: 0;
    z-index: 9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 9.6vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 5.33333vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt::after {
    content: "";
    position: absolute;
    left: 9.6vw;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
    z-index: -1;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4.26667vw;
    height: 4.26667vw;
    width: 4.26667vw;
    height: 4.26667vw;
    background: #1D55B2;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    display: block;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt small {
    font-family: var(--en);
    font-weight: 600;
    font-size: 4.8vw;
    line-height: 100%;
    color: #1D55B2;
    margin-bottom: 4vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt span {
    display: block;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 140%;
    letter-spacing: 0.05em;
    color: #1D55B2;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt i {
    font-style: normal;
    font-family: var(--en);
    font-weight: 800;
    font-size: 19.2vw;
    line-height: 100%;
    color: #1D55B2;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_tt em {
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 3.73333vw;
    line-height: 100%;
    color: #1D55B2;
    display: inline-block;
    border-bottom: 2px solid;
    margin-left: 1.6vw;
    padding-top: 1.33333vw;
    padding-bottom: 1.33333vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn {
    padding-left: 9.6vw;
    margin-top: 5.33333vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn p {
    font-size: 4vw;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn p + p {
    margin-top: 2.66667vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn h3 {
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 170%;
    margin-bottom: 8vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn h4 {
    margin-bottom: 5.33333vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn h4 ~ h4 {
    margin-top: 16vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn h4 span {
    display: inline-block;
    padding: 1.6vw 3.73333vw;
    background: #E8EEF7;
    font-weight: 700;
    line-height: 2;
    font-size: 4.8vw;
    letter-spacing: 0.03em;
    color: #1D55B2;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn figure:not(:last-child) {
    margin-bottom: 10.66667vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .fig {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    overflow: hidden;
    margin-top: 10.66667vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .fig img {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    overflow: hidden;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-note {
    font-size: 3.2vw;
    line-height: 170%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum {
    counter-reset: div;
    margin-top: 10.66667vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum li {
    position: relative;
    padding: 8vw;
    background: #FFFFFF;
    border: 1px solid #1D55B2;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum li + li {
    margin-top: 5.33333vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum li::before {
    counter-increment: div;
    content: "0" counter(div);
    font-family: var(--en);
    font-style: normal;
    font-weight: 800;
    font-size: 13.33333vw;
    line-height: 100%;
    color: #1D55B2;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 2.66667vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-listNum li h5 {
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 170%;
    letter-spacing: 0.03em;
    margin-bottom: 1.33333vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list {
    margin-top: 10.66667vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list__tt {
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 4.26667vw;
    line-height: 170%;
    letter-spacing: 0.03em;
    margin-bottom: 5.33333vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list__tt img {
    width: 40vw;
    margin-bottom: 5.33333vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list__tt img.st2 {
    width: 25.86667vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list__tt2 {
    margin-bottom: 2.66667vw;
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 170%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list li {
    padding: 8vw 5.33333vw;
    background: #FFFFFF;
    border: 1px solid #1D55B2;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
  }
  .p_vision .vision .what_ctn .his_ctn .it .it_ctn .v-list li + li {
    margin-top: 5.33333vw;
  }
  .p_vision .vision .attitude {
    padding: 16vw 0;
    background-color: #F3F7FB;
  }
  .p_vision .vision .attitude p {
    font-size: 4vw;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_vision .vision .attitude_head {
    margin-bottom: 10.66667vw;
  }
  .p_vision .vision .attitude_head h2 {
    margin-bottom: 5.33333vw;
  }
  .p_vision .vision .attitude_head h2 small {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 120%;
    color: #1D55B2;
  }
  .p_vision .vision .attitude_head h2 span {
    display: block;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 150%;
    letter-spacing: 0.1em;
  }
  .p_vision .vision .attitude-list {
    display: -ms-grid;
    display: grid;
    gap: 10.66667vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_vision .vision .attitude-list li {
    position: relative;
    padding: 8vw 5.33333vw;
    background: #FFFFFF;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
  }
  .p_vision .vision .attitude-list li .pos {
    position: absolute;
    top: -5.6vw;
    right: 5.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_vision .vision .attitude-list li .pos small {
    display: inline-block;
    padding-top: 1.33333vw;
    padding-bottom: 1.33333vw;
    border-bottom: 2px solid;
    font-family: var(--en);
    font-weight: 700;
    font-size: 2.93333vw;
    line-height: 100%;
    color: #1D55B2;
    margin-right: 3.46667vw;
  }
  .p_vision .vision .attitude-list li .pos i {
    font-style: normal;
    font-family: var(--en);
    font-weight: 800;
    font-size: 16vw;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #1D55B2;
  }
  .p_vision .vision .attitude-list li h3 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 3.2vw;
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 160%;
  }
  .p_vision .vision .attitude-list li h3 img {
    width: 13.33333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 3.2vw;
  }
  .p_vision .vision .attitude-list li h4 {
    margin-bottom: 1.6vw;
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 170%;
    letter-spacing: 0.03em;
    color: #1D55B2;
  }
  .p_member .member .career .row {
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
  .p_member .member .career .box {
    position: relative;
    top: -6.93333vw;
    padding: 6.66667vw 4.53333vw;
    background: #F3F6FB;
    border: 1px solid #1E55B2;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    font-weight: 400;
    font-size: 3.73333vw;
    line-height: 200%;
    letter-spacing: 0.07em;
  }
  .p_member .member .career .box .career_l {
    margin-bottom: 6.66667vw;
  }
  .p_member .member .career .box .career_l h2 {
    color: var(--c01);
    margin-bottom: 5.33333vw;
  }
  .p_member .member .career .box .career_l h2 > small {
    display: block;
    font-weight: 400;
    font-size: 3.73333vw;
    line-height: 150%;
    margin-bottom: 2.66667vw;
  }
  .p_member .member .career .box .career_l h2 > span {
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 1.45833;
    letter-spacing: 0.05em;
  }
  .p_member .member .career .box .career_l h2 > span small {
    font-size: 4.26667vw;
  }
  .p_member .member .career .box .career_r h2 {
    font-family: var(--en);
    font-weight: 800;
    font-size: 6.4vw;
    line-height: 1.25;
    letter-spacing: 0.05em;
    color: var(--c01);
    margin-bottom: 2.66667vw;
  }
  .p_member .member .career .box .career_r .timeline {
    height: 184vw;
  }
  .p_member .member .career .box .career_r .timeline_inner {
    padding: 8vw 3.73333vw;
    background: #FFFFFF;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    position: relative;
  }
  .p_member .member .career .box .career_r .timeline_inner::after {
    content: "";
    position: absolute;
    top: 14.13333vw;
    left: 4vw;
    width: 1px;
    height: -webkit-calc(100% - 24vw);
    height: -moz-calc(100% - 24vw);
    height: calc(100% - 24vw);
    background-color: var(--c01);
    display: block;
  }
  .p_member .member .career .box .career_r .timeline .tl-it {
    font-weight: 400;
    font-size: 4.26667vw;
    line-height: 170%;
    letter-spacing: 0.03em;
    padding-left: 5.33333vw;
  }
  .p_member .member .career .box .career_r .timeline .tl-it__ctn {
    padding: 5.33333vw 0;
  }
  .p_member .member .career .box .career_r .timeline .tl-it:first-child {
    padding-top: 0;
  }
  .p_member .member .career .box .career_r .timeline .tl-it:not(:last-child) .tl-it__ctn {
    border-bottom: 1px solid #DADADA;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 {
    margin-bottom: 2.66667vw;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 small {
    display: block;
    font-weight: 400;
    font-size: 4vw;
    line-height: 100%;
    letter-spacing: 0.07em;
    color: var(--c01);
    margin-bottom: 2.66667vw;
    position: relative;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 small em {
    font-style: normal;
    background-color: #F3F6FB;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -6.66667vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.46667vw;
    height: 3.46667vw;
    background-color: var(--c01);
    display: block;
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
  }
  .p_member .member .career .box .career_r .timeline .tl-it h3 span {
    display: block;
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 150%;
    letter-spacing: 0.07em;
  }
  .p_member .member .point {
    padding: 11.73333vw 0 5.33333vw;
  }
  .p_member .member .point .row {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
  }
  .p_member .member .point_l figure {
    margin-left: -7.2vw;
    overflow: hidden;
    -moz-border-radius: 0vw 4vw 4vw 0vw;
         border-radius: 0vw 4vw 4vw 0vw;
  }
  .p_member .member .point_l figure img {
    overflow: hidden;
    -moz-border-radius: 0vw 4vw 4vw 0vw;
         border-radius: 0vw 4vw 4vw 0vw;
  }
  .p_member .member .point_r {
    background: #F3F6FB;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    font-weight: 400;
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-top: 8vw;
    padding: 8vw 5.33333vw;
  }
  .p_member .member .point_r p + p {
    margin-top: 2.66667vw;
  }
  .p_member .member .point_r h3 {
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 170%;
    color: var(--c01);
    margin-bottom: 4vw;
  }
  .p_member .member .qa {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 12vw;
    padding-bottom: 24vw;
  }
  .p_member .member .qa .row {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
  }
  .p_member .member .qa .tl2.st2 {
    position: relative;
    z-index: 2;
  }
  .p_member .member .qa::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: -webkit-calc(100% - vw(23));
    width: -moz-calc(100% - vw(23));
    width: calc(100% - vw(23));
    height: 170.66667vw;
    height: 90.66667vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#1D55B2), to(#007BAE));
    background: -webkit-linear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: -moz- oldlinear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: linear-gradient(180deg, #1D55B2 0%, #007BAE 100%);
    -moz-border-radius: 0vw 10.66667vw 10.66667vw 0vw;
         border-radius: 0vw 10.66667vw 10.66667vw 0vw;
    display: block;
    z-index: -1;
  }
  .p_member .member .qa_video {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-bottom: 17.06667vw;
    width: 80vw;
  }
  .p_member .member .qa_video .swiper-pagination {
    position: static;
    margin-top: 4vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_member .member .qa_video .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 1.86667vw;
    height: 1.86667vw;
    background: #7BB4CD;
    margin-right: 2.66667vw;
  }
  .p_member .member .qa_video .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #fff;
  }
  .p_member .member .qa_video::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: -webkit-calc(100% + 32vw);
    height: -moz-calc(100% + 32vw);
    height: calc(100% + 32vw);
    top: -32vw;
    left: -7.2vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#1D55B2), to(#007BAE));
    background: -webkit-linear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: -moz- oldlinear-gradient(top, #1D55B2 0%, #007BAE 100%);
    background: linear-gradient(180deg, #1D55B2 0%, #007BAE 100%);
    display: block;
    z-index: -1;
  }
  .p_member .member .qa_video .swiper {
    overflow: initial;
  }
  .p_member .member .qa_video .videoWr {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
  }
  .p_member .member .qa_video .videoWr iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_member .member .qa .qa_ex {
    margin-top: 9.6vw;
  }
  .p_member .member .qa .qa_ex .ctn {
    font-weight: 400;
    font-size: 4vw;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_member .member .qa .qa_ex .ctn .fig {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    overflow: hidden;
    margin-bottom: 6.66667vw;
  }
  .p_member .member .qa .qa_ex .ctn .fig img {
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    overflow: hidden;
  }
  .p_member .member .qa .qa_ex .ctn .fig ~ .fig {
    margin-top: 15.2vw;
  }
  .p_member .member .qa .qa_ex .ctn p + p {
    margin-top: 2.66667vw;
  }
  .p_member .member .qa .qa_ex .ctn h3 {
    margin-bottom: 2.93333vw;
  }
  .p_member .member .qa .qa_ex .ctn h3 ~ h3 {
    margin-top: 9.6vw;
  }
  .p_member .member .qa .qa_ex .ctn h3 small {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 3.73333vw;
    line-height: 190%;
    letter-spacing: 0.07em;
    padding-left: 10.66667vw;
    margin-bottom: 5.33333vw;
  }
  .p_member .member .qa .qa_ex .ctn h3 small::before {
    content: "";
    position: absolute;
    top: 3.46667vw;
    left: 0;
    width: 8vw;
    height: 0.26667vw;
    background: #333;
    display: block;
  }
  .p_member .member .qa .qa_ex .ctn h3 span {
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: var(--c01);
  }
  .p_member .member .what {
    padding: 24.8vw 0 10.66667vw;
    background-color: #F3F6FB;
  }
  .p_member .member .what .row {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
  }
  .p_member .member .what h2 {
    text-align: center;
    position: relative;
    top: -36.8vw;
    margin-bottom: -23.46667vw;
  }
  .p_member .member .what h2 span {
    padding: 2.66667vw 10.66667vw;
    font-weight: 700;
    font-size: 6.4vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    background-color: var(--c01);
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    position: relative;
    display: block;
  }
  .p_member .member .what h2 span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -4.53333vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4.8vw solid transparent;
    border-right: 4.8vw solid transparent;
    border-top: 4.8vw solid var(--c01);
  }
  .p_member .member .what .what_list li {
    padding: 8vw;
    background: #FFFFFF;
    border: 1px solid #1E55B2;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
  }
  .p_member .member .what .what_list li + li {
    margin-top: 5.33333vw;
  }
  .p_member .member .what .what_list li h3 {
    padding-bottom: 4vw;
    margin-bottom: 4vw;
    border-bottom: 1px solid #1E55B2;
  }
  .p_member .member .what .what_list li h3 i {
    display: block;
    font-family: var(--en);
    font-style: normal;
    font-weight: 800;
    font-size: 10.66667vw;
    line-height: 100%;
    letter-spacing: 0.1em;
    color: var(--c01);
    margin-bottom: 1.33333vw;
  }
  .p_member .member .what .what_list li h3 span {
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: var(--c01);
  }
  .p_member .member .what .what_list li p {
    font-weight: 400;
    font-size: 4vw;
    line-height: 200%;
    letter-spacing: 0.07em;
  }
  .p_member .member .what .what_list li p span {
    font-weight: bold;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(3.73333vw, rgba(30, 85, 178, 0.1)), color-stop(3.73333vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, rgba(30, 85, 178, 0.1) 3.73333vw, transparent 3.73333vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, rgba(30, 85, 178, 0.1) 3.73333vw, transparent 3.73333vw, transparent 100%);
    background: linear-gradient(to top, rgba(30, 85, 178, 0.1) 3.73333vw, transparent 3.73333vw, transparent 100%);
  }
  .p_member .member .schedule {
    padding: 16vw 0 9.86667vw;
  }
  .p_member .member .schedule .row {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
  }
  .p_member .member .schedule .tl2 span {
    color: #333;
  }
  .p_member .member .schedule_main {
    position: relative;
  }
  .p_member .member .schedule_main .pic {
    -moz-border-radius: 5.33333vw 0vw 0vw 5.33333vw;
         border-radius: 5.33333vw 0vw 0vw 5.33333vw;
    overflow: hidden;
    margin-left: -7.2vw;
    margin-bottom: 6.4vw;
  }
  .p_member .member .schedule_main .pic img {
    -moz-border-radius: 5.33333vw 0vw 0vw 5.33333vw;
         border-radius: 5.33333vw 0vw 0vw 5.33333vw;
    overflow: hidden;
  }
  .p_member .member .schedule_main dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_member .member .schedule_main dl.las dd {
    position: relative;
  }
  .p_member .member .schedule_main dl.las dd::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9.6vw;
    width: 5.86667vw;
    height: 3.02222vw;
    background: url(../img/member/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_member .member .schedule_main dl + dl {
    margin-top: 2.93333vw;
  }
  .p_member .member .schedule_main dl dt {
    font-family: var(--en);
    font-style: normal;
    font-weight: 800;
    font-size: 5.33333vw;
    color: #005BAC;
    margin-top: 4.53333vw;
    width: 17.33333vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: -5.33333vw;
    position: relative;
    z-index: 2;
    white-space: nowrap;
  }
  .p_member .member .schedule_main dl dd {
    padding: 5.33333vw 8vw;
    background: #F3F6FB;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    font-weight: 400;
    font-size: 3.46667vw;
    line-height: 170%;
    letter-spacing: 0.03em;
    width: 100%;
    position: relative;
  }
  .p_member .member .schedule_main dl dd::after {
    content: "";
    position: absolute;
    left: -6.93333vw;
    top: 13.33333vw;
    width: 1px;
    height: -webkit-calc(100% - 13.33333vw);
    height: -moz-calc(100% - 13.33333vw);
    height: calc(100% - 13.33333vw);
    background: #1E55B2;
    display: block;
  }
  .p_member .member .schedule_main dl dd h3 {
    font-weight: 700;
    font-size: 4.26667vw;
    line-height: 1.44444;
    color: var(--c01);
    padding-bottom: 1.86667vw;
    margin-bottom: 1.86667vw;
    border-bottom: 1px solid;
  }
  .p_member .member .carousel {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10.66667vw;
  }
  .p_member .member .carousel .main_carousel {
    height: 60vw;
    overflow: hidden;
    position: relative;
  }
  .p_member .member .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p_member .member .carousel .main_carousel ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .p_member .member .carousel .main_carousel ul li {
    float: left;
    width: 48vw;
    padding-right: 8vw;
  }
  .p_member .member .carousel .main_carousel ul li img {
    width: 100%;
    height: 60vw;
    object-fit: cover;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    overflow: hidden;
  }
  .p_member .member .messages {
    padding: 11.2vw 0 16vw;
    background: #1D4F94;
  }
  .p_member .member .messages .row {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
  }
  .p_member .member .messages .tl2.st2 {
    color: #fff;
  }
  .p_member .member .messages .messages_ls {
    display: -ms-grid;
    display: grid;
    gap: 8.53333vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_member .member .messages .messages_ls li {
    padding: 16vw 10.66667vw 8vw;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    font-weight: 400;
    font-size: 4vw;
    font-weight: bold;
    background: #FFFFFF;
    line-height: 170%;
    letter-spacing: 0.03em;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_member .member .messages .messages_ls li .txt {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_member .member .messages .messages_ls li .txt::before {
    content: "";
    position: absolute;
    top: -8vw;
    left: -4vw;
    width: 6.66667vw;
    height: 5.33333vw;
    background: url(../img/member/ic_quote.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_member .member .messages .messages_ls li .txt::after {
    content: "";
    position: absolute;
    right: -4vw;
    bottom: -5.33333vw;
    width: 6.66667vw;
    height: 5.33333vw;
    background: url(../img/member/ic_quote.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_member .member .messages .messages_ls li p + p {
    margin-top: 2.66667vw;
  }
  .p_member .member .messages .messages_ls li .info {
    margin-top: 8vw;
    font-weight: 500;
    font-size: 3.73333vw;
    line-height: 160%;
  }
  .p_member .member .messages .messages_ls li .info span {
    font-weight: 400;
  }
  .p_member .member .free-time {
    padding: 16vw 0;
  }
  .p_member .member .free-time .row {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
  }
  .p_member .member .free-time .tl2 span {
    color: #333;
  }
  .p_member .member .free-time .df > figure {
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    overflow: hidden;
    margin-bottom: 6.66667vw;
  }
  .p_member .member .free-time .df > figure img {
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    overflow: hidden;
  }
  .p_member .member .free-time .df .txt {
    font-weight: 400;
    font-size: 4vw;
    line-height: 170%;
    letter-spacing: 0.03em;
  }
  .p_member .member .free-time .df .txt p + p {
    margin-top: 5.33333vw;
  }
  .p_member .member .free-time .df .txt h3 {
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 170%;
    color: var(--c01);
    margin-bottom: 5.33333vw;
  }
  .p_member .member .message2 {
    padding: 12.53333vw 0 16vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-weight: 400;
    font-size: 4vw;
    line-height: 200%;
    letter-spacing: 0.03em;
  }
  .p_member .member .message2 .row {
    padding-left: 7.2vw;
    padding-right: 7.2vw;
  }
  .p_member .member .message2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 118.93333vw;
    background: #F3F6FB;
    -moz-border-radius: 0vw 10.66667vw 10.66667vw 0vw;
         border-radius: 0vw 10.66667vw 10.66667vw 0vw;
    display: block;
    z-index: -1;
  }
  .p_member .member .message2 .fig {
    margin: 0 -7.2vw;
    position: relative;
    z-index: 2;
  }
  .p_member .member .message2 .fig::after {
    content: "";
    position: absolute;
    right: 7.2vw;
    bottom: -25.33333vw;
    width: 40.26667vw;
    height: 40.26667vw;
    background: url(../img/member/message2_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_member .member .message2 h3 {
    margin: 8vw 0 4.53333vw;
    font-weight: 700;
    font-size: 4.8vw;
    line-height: 180%;
    letter-spacing: 0.05em;
    color: var(--c01);
    position: relative;
    z-index: 2;
  }
  .p_member .member .message2 p {
    position: relative;
    z-index: 2;
  }
  .p_member .member .message2 p + p {
    margin-top: 5.33333vw;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0 !important;
    background-color: var(--c01);
    width: 0.26667vw;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 3.2vw;
    background-color: var(--c01);
    -moz-border-radius: 2666.4vw;
         border-radius: 2666.4vw;
    opacity: 1 !important;
  }
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: var(--c01);
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .mCSB_scrollTools::after {
    position: absolute;
    content: "";
    left: 1.86667vw;
    top: 0;
    width: 0.26667vw;
    height: 100%;
    background-color: var(--c01);
    display: block;
  }
  .p_job .job__banner {
    margin-top: 6.66667vw;
  }
  .p_job .job .jobTitle span {
    font-size: 4.26667vw;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--en);
    color: #1D55B2;
  }
  .p_job .job .jobTitle h3 {
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.05em;
    margin-top: 1.33333vw;
    white-space: nowrap;
  }
  .p_job .job__social {
    margin-top: 16vw;
  }
  .p_job .job__social--main--top .info {
    font-size: 4vw;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 8vw;
  }
  .p_job .job__social--main--list {
    margin-top: 10.66667vw;
  }
  .p_job .job__social--main--list section + section {
    margin-top: 10.66667vw;
  }
  .p_job .job__social--main--list section figure {
    text-align: center;
  }
  .p_job .job__social--main--list section figure img {
    width: 25.6vw;
    height: auto;
  }
  .p_job .job__social--main--list section figure figcaption {
    font-size: 8.53333vw;
    line-height: 5.86667vw;
    font-weight: 700;
    color: #1D55B2;
    margin-top: 6.4vw;
  }
  .p_job .job__social--main--list section .secMain {
    border-top: 1px solid #CCCCCC;
    padding-top: 8vw;
    margin-top: 8vw;
  }
  .p_job .job__social--main--list section .secMain .subTitle {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 10.13333vw;
    padding: 0 3.73333vw;
    font-size: 4.26667vw;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #1D55B2;
    background: #E8EEF7;
  }
  .p_job .job__social--main--list section .secMain h4 {
    font-size: 4.8vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
    margin-top: 4vw;
  }
  .p_job .job__social--main--list section .secMain .txt {
    margin-top: 4vw;
  }
  .p_job .job__social--main--list section .secMain .txt p {
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .p_job .job__social--main--list section .secMain .txt p + p {
    margin-top: 3.2vw;
  }
  .p_job .job__market {
    background: #F3F7FB;
    padding: 16vw 0 16vw;
    margin-top: 16vw;
  }
  .p_job .job__market--main .intro {
    margin-top: 5.33333vw;
  }
  .p_job .job__market--main .intro p {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #333;
  }
  .p_job .job__market--main .intro p + p {
    margin-top: 3.2vw;
  }
  .p_job .job__market--main .list {
    margin-top: 10.66667vw;
  }
  .p_job .job__market--main .list section + section {
    margin-top: 10.66667vw;
  }
  .p_job .job__market--main .list section figure {
    background: #fff;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    padding: 8vw 5.33333vw 4.26667vw;
    min-height: 72vw;
  }
  .p_job .job__market--main .list section figure img {
    width: 100%;
    height: auto;
    margin: auto;
  }
  .p_job .job__market--main .list section figure figcaption {
    font-size: 2.93333vw;
    line-height: 1.5;
    letter-spacing: 0.03em;
  }
  .p_job .job__market--main .list section figure.st1 img {
    width: 77.33333vw;
  }
  .p_job .job__market--main .list section figure.st1 figcaption {
    margin-top: 8vw;
  }
  .p_job .job__market--main .list section figure.st2 {
    padding-top: 9.33333vw;
  }
  .p_job .job__market--main .list section figure.st2 img {
    margin-left: -2.66667vw;
    margin-right: -2.66667vw;
    width: -webkit-calc(100% + 5.33333vw);
    width: -moz-calc(100% + 5.33333vw);
    width: calc(100% + 5.33333vw);
    max-width: -webkit-calc(100% + 5.33333vw);
    max-width: -moz-calc(100% + 5.33333vw);
    max-width: calc(100% + 5.33333vw);
    display: block;
  }
  .p_job .job__market--main .list section figure.st2 figcaption {
    margin-top: 9.33333vw;
  }
  .p_job .job__market--main .list section figure.st3 {
    padding-top: 5.33333vw;
  }
  .p_job .job__market--main .list section figure.st3 img {
    width: 70.13333vw;
  }
  .p_job .job__market--main .list section figure.st3 figcaption {
    margin-top: 5.33333vw;
  }
  .p_job .job__market--main .list section h4 {
    text-align: center;
    font-size: 4.8vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
    margin-top: 5.33333vw;
  }
  .p_job .job__market--main .list section p {
    font-size: 4vw;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 2.66667vw;
  }
  .p_job .job__market--main .note {
    width: 100%;
    max-width: 89.33333vw;
    margin: 13.33333vw auto 0;
    background: #fff;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    padding: 10.66667vw 5.86667vw 9.33333vw;
    text-align: center;
    font-size: 4.8vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_job .job__market--main .note::before, .p_job .job__market--main .note::after {
    position: absolute;
    content: "“";
    font-size: 26.66667vw;
    line-height: 20vw;
    font-family: var(--en);
    color: #1D55B2;
    font-weight: 800;
  }
  .p_job .job__market--main .note::before {
    left: 2.66667vw;
    top: -2.66667vw;
  }
  .p_job .job__market--main .note::after {
    right: 2.66667vw;
    bottom: -2.66667vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_job .job__service {
    padding: 16vw 0 16vw;
  }
  .p_job .job__service--main .top {
    margin-top: 5.33333vw;
  }
  .p_job .job__service--main .top .arLeft h4 {
    font-size: 4.8vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__service--main .top .arLeft .txt {
    margin-top: 5.33333vw;
  }
  .p_job .job__service--main .top .arLeft .txt p {
    font-size: 4vw;
    line-height: 2;
    font-weight: 400;
    color: #333;
  }
  .p_job .job__service--main .top .arLeft .txt p + p {
    margin-top: 3.2vw;
  }
  .p_job .job__service--main .top .arRight {
    width: 100%;
    margin-top: 10.66667vw;
  }
  .p_job .job__service--main .top .arRight ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_job .job__service--main .top .arRight ul li {
    width: 43.33333vw;
    background: #fff;
    border: 1px solid #1D55B2;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    padding: 0 2.66667vw 6.66667vw;
  }
  .p_job .job__service--main .top .arRight ul li figure {
    text-align: center;
  }
  .p_job .job__service--main .top .arRight ul li figure figcaption {
    font-size: 2.66667vw;
    line-height: 1.86667vw;
    font-weight: 700;
    margin-top: 4vw;
  }
  .p_job .job__service--main .top .arRight ul li figure figcaption span {
    font-size: 6.66667vw;
    line-height: 1;
    font-weight: 700;
    font-family: var(--en);
    color: #1D55B2;
    letter-spacing: -0.05m;
  }
  .p_job .job__service--main .top .arRight ul li p {
    font-size: 3.73333vw;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-top: 2.25867vw;
  }
  .p_job .job__service--main .top .arRight ul li.st1 {
    padding-top: 6.66667vw;
  }
  .p_job .job__service--main .top .arRight ul li.st1 figure img {
    width: 11.296vw;
  }
  .p_job .job__service--main .top .arRight ul li.st2 {
    padding-top: 8.92533vw;
  }
  .p_job .job__service--main .top .arRight ul li.st2 figure img {
    width: 14.00533vw;
  }
  .p_job .job__service--main .top .diagram {
    margin-top: 5.33333vw;
  }
  .p_job .job__service--main .top .diagram picture {
    width: 100%;
  }
  .p_job .job__service--main .mid {
    margin-top: 10.66667vw;
  }
  .p_job .job__service--main .mid h4 {
    font-size: 7.46667vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__service--main .mid .list {
    margin-top: 10.66667vw;
  }
  .p_job .job__service--main .mid .list section {
    width: 100%;
  }
  .p_job .job__service--main .mid .list section + section {
    margin-top: 16vw;
  }
  .p_job .job__service--main .mid .list section figure {
    width: 100%;
  }
  .p_job .job__service--main .mid .list section figure img {
    -moz-border-radius: 3.43467vw;
         border-radius: 3.43467vw;
    width: 100%;
    height: auto;
  }
  .p_job .job__service--main .mid .list section h5 {
    font-size: 6.4vw;
    line-height: 2;
    font-weight: 700;
    margin-top: 5.33333vw;
  }
  .p_job .job__service--main .mid .list section .sub {
    display: inline-block;
    font-size: 3.73333vw;
    line-height: 8vw;
    font-weight: 700;
    color: #1D55B2;
    padding: 0 2.66667vw;
    background: #E8EEF7;
    margin-top: 1.33333vw;
  }
  .p_job .job__service--main .mid .list section p {
    font-size: 4vw;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 4vw;
    letter-spacing: 0.03em;
  }
  .p_job .job__service--main .bot {
    margin-top: 10.66667vw;
  }
  .p_job .job__service--main .bot h4 {
    font-size: 7.46667vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__service--main .bot .list {
    counter-reset: dl;
    margin-top: 10.66667vw;
  }
  .p_job .job__service--main .bot .list dl {
    counter-increment: dl;
    border: 1px solid #1D55B2;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    padding: 21.33333vw 5.33333vw 5.33333vw 5.33333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #fff;
  }
  .p_job .job__service--main .bot .list dl + dl {
    margin-top: 5.33333vw;
  }
  .p_job .job__service--main .bot .list dl::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    font-size: 16vw;
    line-height: 1;
    font-family: var(--en);
    font-weight: 800;
    letter-spacing: -0.01em;
    color: #1D55B2;
    top: 2.66667vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_job .job__service--main .bot .list dl dt {
    font-size: 4.8vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__service--main .bot .list dl dd {
    margin-top: 1.33333vw;
    font-size: 4.26667vw;
    line-height: 2;
    font-weight: 400;
    margin-top: 1.33333vw;
  }
  .p_job .job__service--main .bot .list dl dd ul li {
    font-size: 4.26667vw;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 400;
    padding: 0 0 0 5.33333vw;
    position: relative;
  }
  .p_job .job__service--main .bot .list dl dd ul li + li {
    margin-top: 2.66667vw;
  }
  .p_job .job__service--main .bot .list dl dd ul li::before {
    position: absolute;
    content: "● ";
    font-size: 4.26667vw;
    line-height: 2;
    letter-spacing: 0.03em;
    font-weight: 400;
    color: #1D55B2;
    left: 0;
    top: 0;
  }
  .p_job .job__consul {
    background: #F3F7FB;
  }
  .p_job .job__consul .job__service--main .top .arFig {
    margin-top: 10.66667vw;
  }
  .p_job .job__recycling {
    padding: 16vw 0 16vw;
  }
  .p_job .job__recycling--main .recycle {
    margin-top: 13.33333vw;
  }
  .p_job .job__recycling--main .recycle h4 {
    font-size: 6.4vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__recycling--main .recycle .intro {
    margin-top: 5.33333vw;
  }
  .p_job .job__recycling--main .recycle .intro p {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  .p_job .job__recycling--main .recycle .intro p + p {
    margin-top: 3.2vw;
  }
  .p_job .job__recycling--main .recycle .box {
    margin-top: 10.66667vw;
    background: #F3F7FB;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    padding: 7.73333vw 4.8vw;
  }
  .p_job .job__recycling--main .recycle .box article {
    width: 69.33333vw;
    background: #FFFFFF;
    -moz-box-shadow: 0px 0px 5.33333vw rgba(29, 85, 178, 0.2);
         box-shadow: 0px 0px 5.33333vw rgba(29, 85, 178, 0.2);
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    padding: 8vw 5.33333vw;
  }
  .p_job .job__recycling--main .recycle .box article + article {
    margin-top: 5.33333vw;
  }
  .p_job .job__recycling--main .recycle .box article figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_job .job__recycling--main .recycle .box article figure img {
    width: 21.33333vw;
  }
  .p_job .job__recycling--main .recycle .box article figure figcaption {
    font-size: 7.73333vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #1D55B2;
    margin-left: 1.33333vw;
  }
  .p_job .job__recycling--main .recycle .box article h5 {
    text-align: center;
    font-size: 3.73333vw;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__recycling--main .recycle .box article p {
    font-size: 3.73333vw;
    line-height: 1.5;
    margin-top: 1.33333vw;
  }
  .p_job .job__recycling--main .recycle .box article.st1 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_job .job__recycling--main .recycle .box article.st1::after {
    position: absolute;
    content: "";
    width: 9.86667vw;
    height: 13.06667vw;
    background: url("../img/job/arrowShort_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0vw;
    right: -9.86667vw;
  }
  .p_job .job__recycling--main .recycle .box article.st2 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: auto;
  }
  .p_job .job__recycling--main .recycle .box article.st2::before {
    position: absolute;
    content: "";
    width: 5.86667vw;
    height: 66.93333vw;
    background: url("../img/job/arrowLong_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: -9.86667vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_job .job__recycling--main .recycle .box article.st3 {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_job .job__recycling--main .recycle .box article.st3::after {
    position: absolute;
    content: "";
    width: 9.86667vw;
    height: 13.06667vw;
    background: url("../img/job/arrowShort_sp.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: 0vw;
    right: -9.86667vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .p_job .job__recycling--main .sample {
    margin-top: 10.66667vw;
  }
  .p_job .job__recycling--main .sample h4 {
    font-size: 7.46667vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_job .job__recycling--main .sample .product {
    margin-top: 10.66667vw;
  }
  .p_job .job__recycling--main .sample .product .name span {
    display: inline-block;
    background: #E8EEF7;
    padding: 0 2.66667vw;
    font-size: 3.73333vw;
    line-height: 8vw;
    font-weight: 700;
    color: #1D55B2;
  }
  .p_job .job__recycling--main .sample .product .name figure {
    width: 100%;
    margin-top: 2.66667vw;
  }
  .p_job .job__recycling--main .sample .product__ar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p_job .job__recycling--main .sample .product__ar .left {
    width: 100%;
    margin-top: 5.33333vw;
  }
  .p_job .job__recycling--main .sample .product__ar .left h5 {
    font-size: 4.8vw;
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #333;
  }
  .p_job .job__recycling--main .sample .product__ar .left p {
    font-size: 4vw;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 3.2vw;
  }
  .p_job .job__recycling--main .sample .product__ar figure {
    width: 100%;
    margin-top: 5.33333vw;
  }
  .p_job .job__recycling--main .sample .product__ar figure img {
    width: 100%;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .p_job .job__bottom {
    padding-bottom: 16vw;
  }
  .p_job .job__bottom--sec {
    margin-top: 10.66667vw;
  }
  .p_job .job__bottom--sec h4 {
    text-align: center;
    font-size: 8.53333vw;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1D55B2;
  }
  .p_job .job__bottom--sec .flex {
    margin-top: 10.66667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_job .job__bottom--sec .flex figure {
    width: 64vw;
  }
  .p_job .job__bottom--sec .flex .txt {
    margin-top: 5.33333vw;
  }
  .p_job .job__bottom--sec .flex .txt p {
    font-size: 4vw;
    line-height: 2;
    font-weight: 400;
    color: #333;
  }
  .p_job .job__bottom--sec .flex .txt p + p {
    margin-top: 3.2vw;
  }
  .p_training .tlArea .tl span {
    font-size: 14.66667vw;
    line-height: 1.2;
  }
  .p_training .tlArea .tl small {
    font-size: 3.73333vw;
    line-height: 1;
    display: block;
  }
  .p_training .training .trainingTitle span {
    font-size: 4.26667vw;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--en);
    color: #1D55B2;
  }
  .p_training .training .trainingTitle h3 {
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.05em;
    margin-top: 1.33333vw;
  }
  .p_training .training__banner {
    margin-top: 10.66667vw;
  }
  .p_training .training__nav {
    margin-bottom: -2.66667vw;
    margin-top: 2.66667vw;
    padding: 0 5.33333vw;
  }
  .p_training .training__nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_training .training__nav ul li {
    margin: 2.66667vw 4vw;
  }
  .p_training .training__nav ul li a {
    padding: 0 9.86667vw 2.66667vw 0;
    font-size: 4vw;
    line-height: 6.13333vw;
    font-weight: 700;
    color: #1E55B2;
    letter-spacing: 0.05em;
    border-bottom: 0.53333vw solid #1E55B2;
    display: inline-block;
    position: relative;
  }
  .p_training .training__nav ul li a::after {
    position: absolute;
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: url("../img/evaluation/evaArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 1.86667vw;
    top: 0vw;
  }
  .p_training .training__talent {
    padding: 16vw 0 16vw;
  }
  .p_training .training__talent--main .fig picture {
    width: 92.53333vw;
  }
  .p_training .training__talent--main .fig picture img {
    width: 100%;
  }
  .p_training .training__talent--main .fig picture:nth-of-type(odd) {
    margin-left: auto;
    margin-right: -5.33333vw;
  }
  .p_training .training__talent--main .fig picture:nth-of-type(odd) img {
    -moz-border-radius: 2.13333vw 0 0 2.13333vw;
         border-radius: 2.13333vw 0 0 2.13333vw;
  }
  .p_training .training__talent--main .fig picture:nth-of-type(even) {
    margin-right: auto;
    margin-left: -5.33333vw;
  }
  .p_training .training__talent--main .fig picture:nth-of-type(even) img {
    -moz-border-radius: 0 2.13333vw 2.13333vw 0;
         border-radius: 0 2.13333vw 2.13333vw 0;
  }
  .p_training .training__talent--main .fig picture + picture {
    margin-top: 4.53333vw;
  }
  .p_training .training__talent--main .content {
    margin-top: 8vw;
  }
  .p_training .training__talent--main .content h4 {
    font-size: 4.8vw;
    line-height: 1.7;
    font-weight: 700;
  }
  .p_training .training__talent--main .content .txt {
    margin-top: 5.33333vw;
  }
  .p_training .training__talent--main .content .txt p {
    font-size: 4vw;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  .p_training .training__talent--main .content .txt p + p {
    margin-top: 3.2vw;
  }
  .p_training .training__talent--main .content .list {
    margin-top: 8vw;
    counter-reset: dl;
    padding: 0 2.13333vw;
  }
  .p_training .training__talent--main .content .list dl {
    counter-increment: dl;
    border: 1px solid #1E55B2;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    padding: 21.33333vw 8vw 8vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_training .training__talent--main .content .list dl::before {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    font-size: 10.66667vw;
    line-height: 1;
    font-weight: 700;
    color: #1E55B2;
    font-weight: 800;
    font-family: var(--en);
    top: 8vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_training .training__talent--main .content .list dl dt {
    font-size: 4.26667vw;
    line-height: 1.7;
    font-weight: 700;
    text-align: center;
  }
  .p_training .training__talent--main .content .list dl dd {
    font-size: 4.26667vw;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 2.66667vw;
  }
  .p_training .training__talent--main .content .list dl + dl {
    margin-top: 2.66667vw;
  }
  .p_training .training__system {
    padding: 16vw 0 0vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_training .training__system::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 230.93333vw;
    background: #1D4F94;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .p_training .training__system--main .trainingTitle span, .p_training .training__system--main .trainingTitle h3 {
    color: #fff;
  }
  .p_training .training__system--main article h4 {
    font-size: 6.4vw;
    line-height: 1.7;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #333;
  }
  .p_training .training__system--main .diagram {
    margin-top: 8vw;
  }
  .p_training .training__system--main .diagram h4 {
    color: #fff;
  }
  .p_training .training__system--main .diagram__pic {
    overflow: auto;
    margin-right: -5.33333vw;
  }
  .p_training .training__system--main .diagram__pic::-webkit-scrollbar {
    width: 100%;
    height: 2.66667vw;
  }
  .p_training .training__system--main .diagram__pic::-webkit-scrollbar-track {
    border-top: 1.33333vw solid transparent;
    border-bottom: 1.33333vw solid transparent;
    background-clip: content-box;
    background-color: #1E55B2;
  }
  .p_training .training__system--main .diagram__pic::-webkit-scrollbar-thumb {
    background-color: #1e3799;
    border-radius: 1.33333vw;
  }
  .p_training .training__system--main .diagram__pic--inner {
    margin-left: -5.33333vw;
    width: 293.33333vw;
  }
  .p_training .training__system--main .fornew {
    margin-top: 16vw;
    padding: 0 9.33333vw;
    position: relative;
  }
  .p_training .training__system--main .fornew h4 {
    margin: 0 -4vw;
  }
  .p_training .training__system--main .fornew__slide {
    margin-top: 8vw;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide {
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    border: 1px solid #1E55B2;
    padding: 8vw;
    height: auto;
    width: 81.33333vw;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide h5 {
    text-align: center;
    font-size: 4.8vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
    padding-bottom: 5.33333vw;
    border-bottom: 1px solid #1E55B2;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list {
    margin-top: 5.33333vw;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dt {
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: 700;
    color: #1D55B2;
    background: #E8EEF7;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 13.33333vw;
    padding: 3.2vw 3.73333vw;
    text-align: center;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd {
    margin-top: 5.33333vw;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd p {
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 0.03em;
    color: #333;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd p + p {
    margin-top: 3.2vw;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl {
    margin-top: 5.33333vw;
    background: #F3F6FB;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    padding: 5.33333vw;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl > dt {
    font-size: 4.26667vw;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1E55B2;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl > dd {
    margin-top: 2.66667vw;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl > dd ul li {
    font-size: 3.73333vw;
    line-height: 1.6;
    letter-spacing: 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 0 6.66667vw;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl > dd > dl > dd ul li::before {
    position: absolute;
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    background: url("../img/compensation/ico_dot.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0;
    top: 0vw;
  }
  .p_training .training__system--main .fornew__slide .swiper-wrapper .swiper-slide .list > dl + dl {
    margin-top: 8vw;
  }
  .p_training .training__system--main .fornew .fornew__slide--pagi {
    margin-top: 5.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_training .training__system--main .fornew .fornew__slide--pagi .swiper-pagination-bullet {
    width: 1.86667vw;
    height: 1.86667vw;
    opacity: 1;
    background: rgba(30, 85, 178, 0.5);
    margin: 0 1.33333vw;
  }
  .p_training .training__system--main .fornew .fornew__slide--pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #1e55b2;
  }
  .p_training .training__system--main .fornew .fornew__slide--next,
  .p_training .training__system--main .fornew .fornew__slide--prev {
    position: absolute;
    width: 12.26667vw;
    height: 12.26667vw;
    text-indent: -9999px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #fff url("../img/evaluation/slideArrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    top: -webkit-calc(50% + 8.13333vw);
    top: -moz-calc(50% + 8.13333vw);
    top: calc(50% + 8.13333vw);
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_training .training__system--main .fornew .swiper-button-disabled {
    display: none;
  }
  .p_training .training__system--main .fornew .fornew__slide--next {
    right: 2.93333vw;
  }
  .p_training .training__system--main .fornew .fornew__slide--prev {
    left: 2.93333vw;
    -webkit-transform: translateY(-50%) scaleX(-1);
       -moz-transform: translateY(-50%) scaleX(-1);
        -ms-transform: translateY(-50%) scaleX(-1);
            transform: translateY(-50%) scaleX(-1);
  }
  .p_training .training__system--main .skill {
    position: relative;
    margin-top: 16vw;
    padding: 16vw 0 16vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_training .training__system--main .skill::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 79.2vw;
    background: #F3F6FB;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .p_training .training__system--main .skill__main h4 {
    font-size: 4.8vw;
  }
  .p_training .training__system--main .skill__main .list {
    margin-top: 8vw;
  }
  .p_training .training__system--main .skill__main .list article {
    width: 86.4vw;
  }
  .p_training .training__system--main .skill__main .list article + article {
    margin-top: 8vw;
  }
  .p_training .training__system--main .skill__main .list article figure img, .p_training .training__system--main .skill__main .list article picture img {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .p_training .training__system--main .skill__main .list article h5 {
    font-size: 4.26667vw;
    line-height: 1.7;
    font-weight: 700;
    margin-top: 5.33333vw;
  }
  .p_training .training__system--main .skill__main .list article p {
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: 0.03em;
    margin-top: 5.33333vw;
  }
  .p_training .training__system--main .skill__carousel {
    margin-top: 8vw;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear;
       -moz-transition-timing-function: linear;
            transition-timing-function: linear;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper .swiper-slide {
    width: auto;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper .swiper-slide ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper .swiper-slide ul li {
    width: 96vw;
    line-height: 0;
    margin-right: 10.66667vw;
  }
  .p_training .training__system--main .skill__carousel .swiper-wrapper .swiper-slide ul li img {
    width: 100%;
    height: 57.6vw;
    object-fit: cover;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
  }
  .p_training .training__regard {
    background: #1D4F94;
    padding: 16vw 0 16vw;
  }
  .p_training .training__regard .trainingTitle span, .p_training .training__regard .trainingTitle h3 {
    color: #fff;
  }
  .p_training .training__regard--main .intro {
    margin-top: 8vw;
  }
  .p_training .training__regard--main .intro h4 {
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: 700;
    color: #fff;
  }
  .p_training .training__regard--main .intro .txt {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.03em;
    color: #fff;
    margin-top: 5.33333vw;
  }
  .p_training .training__regard--main .intro .txt p + p {
    margin-top: 3.2vw;
  }
  .p_training .training__regard--main .wrapSec {
    margin-top: 16.53333vw;
  }
  .p_training .training__regard--main .wrapSec section {
    position: relative;
  }
  .p_training .training__regard--main .wrapSec section:after {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 5.33333vw);
    width: -moz-calc(100% + 5.33333vw);
    width: calc(100% + 5.33333vw);
    height: 108.26667vw;
    top: 0;
    right: -5.33333vw;
    background: #fff;
    -moz-border-radius: 5.33333vw 0 0 5.33333vw;
         border-radius: 5.33333vw 0 0 5.33333vw;
  }
  .p_training .training__regard--main .wrapSec section .left {
    padding: 8vw 5.86667vw 0vw 5.86667vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    z-index: 3;
  }
  .p_training .training__regard--main .wrapSec section .left h4 {
    font-size: 4.26667vw;
    line-height: 1.7;
    font-weight: 700;
  }
  .p_training .training__regard--main .wrapSec section .left p {
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.03em;
    margin-top: 4.8vw;
  }
  .p_training .training__regard--main .wrapSec section .left p + p {
    margin-top: 3.2vw;
  }
  .p_training .training__regard--main .wrapSec section .left p span {
    color: #1E55B2;
  }
  .p_training .training__regard--main .wrapSec section .left p small {
    font-size: 3.2vw;
    line-height: 1.9;
    font-weight: 700;
    letter-spacing: 0.07em;
  }
  .p_training .training__regard--main .wrapSec section .right {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    -moz-box-shadow: 0 0 5.33333vw rgba(0, 0, 0, 0.15);
         box-shadow: 0 0 5.33333vw rgba(0, 0, 0, 0.15);
    background: #F3F6FB;
    padding: 8vw 4vw 8vw 6.4vw;
    margin-top: 5.06667vw;
    position: relative;
    z-index: 2;
    width: 84vw;
    margin-left: auto;
  }
  .p_training .training__regard--main .wrapSec section .right h4 {
    text-align: left;
    font-size: 4.8vw;
    line-height: 1.2;
    color: #333;
    font-weight: 700;
    padding-bottom: 2.93333vw;
    border-bottom: 1px solid #1E55B2;
  }
  .p_training .training__regard--main .wrapSec section .right .list {
    counter-reset: dl;
    margin-top: 4.8vw;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl {
    counter-increment: dl;
    padding: 0 0 0 20vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_training .training__regard--main .wrapSec section .right .list dl::before {
    position: absolute;
    content: "";
    top: 0;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: -webkit-calc(100% + 8vw);
    height: -moz-calc(100% + 8vw);
    height: calc(100% + 8vw);
    background: #1E55B2;
    top: 1.06667vw;
    left: 14.66667vw;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl.st1::before {
    width: 10.06133vw;
    height: 10.968vw;
    background: url("../img/evaluation/evaImg12.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0vw;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl.st2::before {
    width: 12.07467vw;
    height: 8.09867vw;
    background: url("../img/evaluation/evaImg13.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0vw;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl.st3::before {
    width: 12.07467vw;
    height: 8.09867vw;
    background: url("../img/evaluation/evaImg14.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0vw;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl.st4::before {
    width: 12.07467vw;
    height: 13.10933vw;
    background: url("../img/evaluation/evaImg15.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 0vw;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl dt {
    position: relative;
    padding: 0 0 0 6.66667vw;
    font-size: 4.26667vw;
    line-height: 1.2;
    letter-spacing: 0.07em;
    font-weight: 700;
    color: #1E55B2;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl dt::before {
    position: absolute;
    content: "";
    width: 2.66667vw;
    height: 2.66667vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #1E55B2;
    left: -6.66667vw;
    top: 1.06667vw;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl dt::after {
    position: absolute;
    content: counter(dl, decimal-leading-zero);
    font-size: 5.33333vw;
    line-height: 1;
    font-weight: 700;
    font-family: var(--en2);
    color: #1E55B2;
    left: 0;
    top: 0;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl dd {
    font-size: 3.73333vw;
    line-height: 1.6;
    letter-spacing: 0.07em;
    margin-top: 2.66667vw;
  }
  .p_training .training__regard--main .wrapSec section .right .list dl + dl {
    margin-top: 8vw;
  }
  .p_training .training__regard--main .wrapSec section .right.st2 {
    padding: 17.06667vw 10.66667vw;
  }
  .p_training .training__regard--main .wrapSec section:nth-of-type(even):after {
    height: 136.53333vw;
    top: 0;
    left: -5.33333vw;
    right: inherit;
    background: #fff;
    -moz-border-radius: 0 5.33333vw 5.33333vw 0;
         border-radius: 0 5.33333vw 5.33333vw 0;
  }
  .p_training .training__regard--main .wrapSec section:nth-of-type(even) .left {
    padding: 8vw 7.86667vw 0vw 0vw;
  }
  .p_training .training__regard--main .wrapSec section:nth-of-type(even) .right {
    padding: 8vw 4.46133vw;
    margin-right: auto;
    margin-left: 0;
  }
  .p_training .training__regard--main .wrapSec section + section {
    margin-top: 8vw;
  }
  .p_training .training__career {
    padding: 16vw 0 16vw;
  }
  .p_training .training__career--main .list {
    margin-top: 12vw;
    counter-reset: ar;
    padding: 0 1.86667vw;
  }
  .p_training .training__career--main .list article {
    width: 85.33333vw;
    counter-increment: ar;
    background: #F3F6FB;
    -moz-border-radius: 4vw;
         border-radius: 4vw;
    padding: 8vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_training .training__career--main .list article + article {
    margin-top: 10.66667vw;
  }
  .p_training .training__career--main .list article::after {
    position: absolute;
    content: "Case " counter(ar, decimal-leading-zero);
    font-size: 8.53333vw;
    line-height: 1;
    font-weight: 800;
    font-family: var(--en);
    color: #1E55B2;
    right: 8vw;
    top: -4.53333vw;
  }
  .p_training .training__career--main .list article figure, .p_training .training__career--main .list article picture {
    width: 100%;
  }
  .p_training .training__career--main .list article figure img, .p_training .training__career--main .list article picture img {
    -moz-border-radius: 4vw;
         border-radius: 4vw;
  }
  .p_training .training__career--main .list article .arInfo {
    margin-top: 5.33333vw;
  }
  .p_training .training__career--main .list article .arInfo h4 {
    background: #1E55B2;
    color: #fff;
    font-size: 4.8vw;
    line-height: 1.7;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding: 1.6vw 0;
    text-align: center;
  }
  .p_training .training__career--main .list article .arInfo span {
    display: block;
    margin-top: 2.66667vw;
    font-size: 3.73333vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .p_training .training__career--main .list article .arInfo em {
    font-style: normal;
    font-size: 4.8vw;
    line-height: 1.5;
    font-weight: 700;
    color: #1E55B2;
    margin-top: 5.33333vw;
    display: block;
  }
  .p_training .training__career--main .list article .txt {
    width: 100%;
    margin-top: 5.33333vw;
    font-size: 4vw;
    line-height: 2;
    letter-spacing: 0.03em;
  }
  .p_compensation .tlArea .tl span {
    font-size: 11.46667vw;
  }
  .p_compensation .compensation__banner {
    margin-top: 6.66667vw;
  }
  .p_compensation .compensation .comTitle span {
    font-size: 4.26667vw;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--en);
    color: #1D55B2;
  }
  .p_compensation .compensation .comTitle h3 {
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.05em;
    margin-top: 1.33333vw;
  }
  .p_compensation .compensation__app {
    padding: 16vw 0 16vw;
  }
  .p_compensation .compensation__app--main .list {
    margin-top: 10.66667vw;
  }
  .p_compensation .compensation__app--main .list dl {
    border-top: 1px solid #CCCCCC;
    padding: 5.33333vw 0;
  }
  .p_compensation .compensation__app--main .list dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 4.8vw;
    line-height: 1.8;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.06em;
  }
  .p_compensation .compensation__app--main .list dl dt::before {
    content: "";
    width: 5.33333vw;
    height: 5.33333vw;
    background: url("../img/compensation/ico_dot.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 1.33333vw;
  }
  .p_compensation .compensation__app--main .list dl dd {
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: 0.03em;
    margin-top: 5.33333vw;
  }
  .p_compensation .compensation__app--main .list dl dd p {
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: 0.03em;
  }
  .p_compensation .compensation__app--main .list dl dd p + p {
    margin-top: 3.2vw;
  }
  .p_compensation .compensation__employ {
    background: #1D4F94;
    padding: 16vw 0 16vw;
  }
  .p_compensation .compensation__employ--main .comTitle span, .p_compensation .compensation__employ--main .comTitle h3 {
    color: #fff;
  }
  .p_compensation .compensation__employ--main .list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 6.66667vw -5.33333vw -6.66667vw;
  }
  .p_compensation .compensation__employ--main .list article {
    width: 90.66667vw;
    margin: 6.66667vw 5.33333vw;
  }
  .p_compensation .compensation__employ--main .list article figure img {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .p_compensation .compensation__employ--main .list article h4 {
    font-size: 5.33333vw;
    line-height: 1.7;
    font-weight: 700;
    color: #fff;
    margin-top: 5.33333vw;
  }
  .p_compensation .compensation__employ--main .list article p {
    font-size: 4vw;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 5.33333vw;
    color: #fff;
  }
  .p_compensation .compensation__case {
    padding: 16vw 0 16vw;
    overflow: hidden;
  }
  .p_compensation .compensation__case--main .list {
    margin-top: 13.33333vw;
  }
  .p_compensation .compensation__case--main .list article {
    position: relative;
  }
  .p_compensation .compensation__case--main .list article .title {
    width: 100%;
    position: relative;
    padding: 8vw 0;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_compensation .compensation__case--main .list article .title::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 10.66667vw);
    width: -moz-calc(100% + 10.66667vw);
    width: calc(100% + 10.66667vw);
    height: 100%;
    background: #F3F6FB;
    top: 0;
    left: -5.33333vw;
    z-index: -1;
  }
  .p_compensation .compensation__case--main .list article .title .num {
    font-size: 6.4vw;
    line-height: 1;
    font-weight: 800;
    font-family: var(--en);
    letter-spacing: 0.05em;
    color: #1E55B2;
  }
  .p_compensation .compensation__case--main .list article .title h4 {
    font-size: 6.4vw;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 1.33333vw;
  }
  .p_compensation .compensation__case--main .list article .title span {
    display: inline-block;
    font-size: 4vw;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 5.33333vw;
  }
  .p_compensation .compensation__case--main .list article > figure {
    width: 100%;
    margin-top: 5.33333vw;
  }
  .p_compensation .compensation__case--main .list article > figure img {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    width: 100%;
  }
  .p_compensation .compensation__case--main .list article .qa {
    margin-top: 10.66667vw;
    counter-reset: dl;
    width: 100%;
  }
  .p_compensation .compensation__case--main .list article .qa dl {
    counter-increment: dl;
  }
  .p_compensation .compensation__case--main .list article .qa dl dt {
    padding: 0 0 0 13.86667vw;
    position: relative;
    font-size: 4.8vw;
    line-height: 1.7;
    font-weight: 700;
    color: #1E55B2;
  }
  .p_compensation .compensation__case--main .list article .qa dl dt::before {
    position: absolute;
    content: "Q" counter(dl) ".";
    font-size: 5.86667vw;
    line-height: 1;
    font-weight: 800;
    font-family: var(--en);
    letter-spacing: 0.1em;
    left: 0;
    top: 1.33333vw;
    color: #1E55B2;
  }
  .p_compensation .compensation__case--main .list article .qa dl dd {
    font-size: 4vw;
    line-height: 1.7;
    letter-spacing: 0.03em;
    font-weight: 400;
    margin-top: 2.66667vw;
  }
  .p_compensation .compensation__case--main .list article .qa dl + dl {
    margin-top: 13.33333vw;
  }
  .p_compensation .compensation__case--main .list article .mess {
    margin-top: 10.66667vw;
  }
  .p_compensation .compensation__case--main .list article .mess h5 {
    font-size: 6.4vw;
    line-height: 1.7;
    font-weight: 700;
    color: #333;
  }
  .p_compensation .compensation__case--main .list article .mess .box {
    margin-top: 8vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #1D4F94;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    padding: 8vw 5.33333vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_compensation .compensation__case--main .list article .mess .box::after {
    position: absolute;
    content: "Message";
    font-size: 10.66667vw;
    line-height: 1;
    font-weight: 800;
    font-family: var(--en);
    letter-spacing: 0.05em;
    color: #1D4F94;
    opacity: 0.1;
    top: -5.33333vw;
    right: 0vw;
    z-index: -1;
    mix-blend-mode: difference;
  }
  .p_compensation .compensation__case--main .list article .mess .box figure {
    width: 40vw;
  }
  .p_compensation .compensation__case--main .list article .mess .box .cont {
    margin-top: 5.33333vw;
  }
  .p_compensation .compensation__case--main .list article .mess .box .cont h6 {
    font-size: 4.8vw;
    line-height: 1.7;
    font-weight: 700;
  }
  .p_compensation .compensation__case--main .list article .mess .box .cont p {
    font-size: 4vw;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-top: 3.2vw;
  }
  .p_compensation .compensation__case--main .list article + article {
    margin-top: 42.66667vw;
  }
}
