@charset "UTF-8";
/*---------------------------
/setting/size参照
---------------------------*/
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
/*黒：font*/
/*鮮やかな青：ベース*/
/*濃紺：リンク他*/
/*エメラルド：装飾他*/
/*赤：装飾他*/
/*bg：背景*/
/*bg_gray*/
/*グラデーション*/
/*文字グラデーション*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
.c_grad_font {
  background: -webkit-linear-gradient(0deg, #0768d4, #4fc8dc);
  color: #4ac2db;
}

em.c_grad_font {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.c_grad_font {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ja
-------------------------------------------------------------------------- */
/* en
-------------------------------------------------------------------------- */
/* min-width
-------------------------------------------------------------------------- */
/* max-width
-------------------------------------------------------------------------- */
.is-fadein-active {
  visibility: visible !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

/* Scss Document */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

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

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
}

em {
  font-style: initial;
}

/*各html要素*/
h2 {
  margin-bottom: 3.125vw;
  font-size: clamp(24px, 1.562vw, 30px);
}
h2 span {
  display: block;
  font-size: clamp(12px, 0.729vw, 14px);
}

h3 {
  font-size: clamp(18px, 1.25vw, 24px);
}

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

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

main.p-home {
  min-height: 2000px;
  overflow: hidden;
}

.p-header__inner, .p-footer-nav__wrap, .l-container {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}

.l-container {
  padding: 8rem 0;
}
.l-container.pt130 {
  padding-top: 13rem;
}
.l-container.pb120 {
  padding-bottom: 12rem;
}

.l-container2 {
  max-width: 1600px;
  margin: auto;
}

.l-header {
  z-index: 99;
  position: relative;
  width: 100%;
  background: #fff;
}
.under .l-header {
  border-bottom: 1px solid #f4f4f4;
}

.l-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.c-anchorlink {
  max-width: 1200px;
  margin: 0 auto -8.5rem auto;
  padding: 2rem 0;
  background-color: #FFF;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
.c-anchorlink ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.c-anchorlink ul li {
  border-right: 1px solid #222222;
}
.c-anchorlink ul li:last-child {
  border-right: none;
  border-bottom: none;
}
.c-anchorlink ul li a {
  display: block;
  padding: 2rem 2rem;
  color: #222222;
  text-align: center;
}
.c-anchorlink ul li a::after {
  display: inline-block;
  position: relative;
  bottom: 0;
  width: 12px;
  height: 7px;
  margin-left: 10px;
  background: url(../img/ico_arrow_002.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.c-anchorlink ul li a:hover::after {
  bottom: -5px;
}
.c-anchorlink ul.c-anchorlink-list4 li {
  width: 25%;
}
.c-anchorlink ul.c-anchorlink-list3 li {
  width: 33.3333333333%;
}
.c-anchorlink ul.c-anchorlink-list2 li {
  width: 50%;
}

.c-bg--gr {
  background-color: #EEE;
}

.c-btn-01 {
  display: block;
  width: 100%;
  max-width: 358px;
  margin: 0 auto;
  padding: 1rem 0 1rem 2rem;
  background: url(../img/ico_arrow_01.svg) no-repeat right 25px center #fff;
  background-size: 16px 5px;
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.38);
  text-decoration: none;
  transition: 0.7s;
}
.c-btn-01:hover {
  opacity: 0.7;
}
.c-btn--w {
  width: 100%;
  max-width: 285px;
  margin: 5rem auto 0 auto;
}
.c-btn--w a {
  display: block;
  position: relative;
  padding: 2rem 4rem;
  border: 1px solid #111;
  background-color: #fff;
  font-size: clamp(12px, 0.729vw, 14px);
  text-align: center;
}
.c-btn--w a::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_003.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.c-btn--w a:hover::after {
  right: 5px;
}
.c-btn--w a:hover {
  opacity: 0.7;
}
.c-btn-blk {
  display: block;
  position: relative;
  padding: 2rem 3rem;
  background-color: #111;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.c-btn-blk::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
  width: 7px;
  height: 12px;
  background: url(../img/ico_arrow_006.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.c-btn-blk:hover::after {
  right: 10px;
}
.c-btn-blk:hover {
  opacity: 0.7;
}
.c-btn-blue {
  display: block;
  position: relative;
  padding: 2rem 3rem;
  background-color: #5971ab;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.c-btn-blue::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
  width: 7px;
  height: 12px;
  background: url(../img/ico_arrow_006.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.c-btn-blue:hover::after {
  right: 10px;
}
.c-btn-blue:hover {
  opacity: 0.7;
}
.c-btn-blue-line {
  display: block;
  position: relative;
  padding: 2rem 3rem;
  border: 1px solid #5971ab;
  background-color: none;
  color: #5971ab;
  text-align: center;
  cursor: pointer;
}
.c-btn-blue-line::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 18px;
  width: 7px;
  height: 12px;
  background: url(../img/ico_arrow_007.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.c-btn-blue-line:hover::after {
  right: 10px;
}
.c-btn-blue-line:hover {
  opacity: 0.7;
}

.c-hr-dot {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 6rem;
  border: none;
  background: url(../img/dot.png) repeat-x 0 0;
  background-size: 4px 1px;
}

*[class^=c-img-box] {
  margin-bottom: 4rem;
  overflow: hidden;
}
*[class^=c-img-box] img {
  max-width: 50%;
}
*[class^=c-img-box] + * {
  overflow: hidden;
}

.c-img-box--l.of-v {
  overflow: visible !important;
}
.c-img-box--l__item, .c-img-box--l img {
  max-width: 44%;
  margin-right: 4rem;
  float: left;
}
.c-img-box--l-m34 {
  margin-top: -34rem;
}
.c-img-box--r__item, .c-img-box--r img {
  max-width: 44%;
  margin-left: 4rem;
  float: right;
}
.c-img-box--half {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  gap: 0;
}
.c-img-box--half__item {
  width: 46%;
  max-width: 46%;
  text-align: center;
}
.c-img-box--half__item img {
  display: block;
  max-width: 100%;
  margin: 0 auto 0.5rem;
}
.c-img-box--half__item_52 {
  width: 52%;
  max-width: 52%;
}
.c-img-box--half__item_52 img {
  display: block;
  max-width: 100%;
  margin: 0 auto 0.5rem;
}
.c-img-box--half__item_42 {
  width: 42%;
  max-width: 42%;
}
.c-img-box--half__item_42 img {
  display: block;
  max-width: 100%;
  margin: 0 auto 0.5rem;
}
.c-img-box--half__item_30 {
  width: 30%;
  max-width: 30%;
}
.c-img-box--half__item_30 img {
  display: block;
  max-width: 100%;
  margin: 0 auto 0.5rem;
}

.c-list-nomal {
  display: grid;
  margin-top: 8rem;
  gap: 0 2%;
}
.c-list-nomal li {
  position: relative;
  margin-bottom: 100px;
}
.c-list-nomal li h3 {
  padding: 2rem 0;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.4166666667;
}
.c-list-nomal li h3.c-list-nomal__ttls {
  font-size: clamp(16px, 0.9375vw, 18px);
}
.c-list-nomal li a {
  display: block;
  transition: 0.5s;
}
.c-list-nomal li a:hover {
  opacity: 0.7;
}
.c-list-nomal li a:hover .c-list-nomal__btn::after {
  right: -5px;
}
.c-list-nomal li figure {
  position: relative;
  line-height: 1;
}
.c-list-nomal li figure img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
     object-fit: cover;
}
.c-list-nomal.list2 {
  grid-template-columns: repeat(2, 1fr);
}
.c-list-nomal.list3 {
  grid-template-columns: repeat(3, 1fr);
}
.c-list-nomal.list4 {
  grid-template-columns: repeat(4, 1fr);
}
.c-list-nomal.list-event li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.c-list-nomal.list-event li a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.c-list-nomal.list-event li figure {
  min-height: 220px;
}
.c-list-nomal__date {
  height: auto !important;
  min-height: unset;
  max-height: unset;
  padding-bottom: 1rem;
  color: #aaaaaa;
  font-weight: 500;
  text-align: right;
}
.c-list-nomal__tagarea {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 1rem;
  gap: 0;
  border-top: 1px solid #000;
}
.c-list-nomal__tag {
  color: #5971ab;
  font-weight: 500;
}
.c-list-nomal__tag2 {
  display: inline-block;
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 15px 7px 15px;
  background-color: #5971ab;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}
.c-list-nomal__tag3 {
  -webkit-clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
  display: inline-block;
  position: absolute;
  bottom: -1px;
  left: 0;
  padding: 5px 20px 7px 15px;
  background-color: #fff;
  color: #222;
  line-height: 1;
          clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}
.c-list-nomal__tag4 {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 5px 20px 7px 15px;
  background-color: #5971ab;
  color: #fff;
  line-height: 1;
}
.c-list-nomal__btn::after {
  display: inline-block;
  position: relative;
  right: 0;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_003.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.c-list-platform {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 4%;
}
.c-list-platform a {
  display: block;
  position: relative;
  height: 100%;
  transition: 0.5s;
}
.c-list-platform a:hover {
  opacity: 0.7;
}
.c-list-platform li {
  width: 48%;
  margin-bottom: 4%;
  background-color: #eee;
}
.c-list-platform h3 {
  display: flex;
  width: 100%;
  margin-bottom: 3rem;
  padding: 0.2rem 0 0.2rem 3rem;
  border-left: 5px solid #5971ab;
  font-size: clamp(24px, 1.666vw, 32px);
  line-height: 1.4;
}
.c-list-platform h3 span {
  margin: auto 0;
}
.c-list-platform__wrap {
  padding: 3.5rem 6rem 8rem 6rem;
}
.c-list-platform__wrap::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: url(../img/ico_arrow_005.png) no-repeat;
  background-size: contain;
  content: "";
}
.c-list-platform__ttl {
  margin-bottom: 1em;
  color: #5971ab;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
}
.c-list-caselogo {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 2%;
}
.c-list-caselogo li {
  width: 23.5%;
  margin-bottom: 2%;
  border: 1px solid #eee;
}

.c-page-top {
  z-index: 10;
  position: fixed;
  right: 2vw;
  letter-spacing: 0.1rem;
}
.c-page-top a {
  -ms-writing-mode: tb-rl;
  color: #6e7786;
  font-size: clamp(10px, 0.625vw, 12px);
  text-orientation: sideways;
  transition: 0.3s all;
  writing-mode: vertical-rl;
}
.c-page-top a::before {
  display: block;
  position: absolute;
  top: -4rem;
  right: 50%;
  height: 3rem;
  border-left: 1px solid #ccc;
  content: "";
}
.c-page-top a:focus {
  color: #0566d4;
}
.c-page-top a:focus::before {
  border-color: #0566d4;
}

.c-txt-base em {
  font-size: 24px;
}

.c-text-lead {
  margin-bottom: 4em;
}
.c-text-lead.mb-80 {
  margin-bottom: 8rem;
}

.c-text-note {
  margin-top: 1rem;
  font-size: clamp(14px, 0.8333vw, 16px);
}

.c-text-note-s {
  margin-top: 1rem;
  font-size: clamp(13px, 0.78vw, 15px);
}

.c-title-h2 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: clamp(24px, 1.666vw, 32px);
}
.c-title-h2.mb-50 {
  margin-bottom: 5rem;
}
.c-title-h2-nomal {
  margin-bottom: 4rem;
  font-weight: 900;
  font-size: clamp(28px, 2.083vw, 40px);
  line-height: 1.2;
}
.c-title-h2-nomal-s {
  margin-bottom: 4rem;
  font-size: clamp(25px, 1.875vw, 36px);
}
.c-title-h2-nomal-ss {
  margin-bottom: 5rem;
  font-size: clamp(24px, 1.666vw, 32px);
}
.c-title-h4-nomal {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
}
.c-title-h4-large {
  margin-bottom: 4rem;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
}
.c-title-en {
  color: #5971ab;
  font-weight: bold;
  font-size: clamp(18px, 1.146vw, 22px);
  font-family: "Roboto", sans-serif;
}
.c-title-en::before {
  content: "● ";
  font-size: 80%;
}
.c-title-en2 {
  margin-bottom: 4rem;
}
.c-title-en2 span {
  color: #111;
  font-size: clamp(18px, 1.25vw, 24px);
}
.c-title-en2 span.c-title-en2_ttl {
  color: #5971ab;
  font-weight: bold;
  font-size: clamp(28px, 2.083vw, 40px);
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
}
.c-title--bg {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  margin-bottom: 3rem;
  gap: 2rem;
  background-color: #f3f3f3;
  line-height: 1.5;
}
.c-title--bg span:nth-of-type(1) {
  width: 9rem;
  height: 9rem;
  padding: 1.4rem;
  background: #111;
  color: #fff;
  font-weight: normal;
  font-size: clamp(16px, 0.9375vw, 18px);
  line-height: 1;
  text-align: center;
}
.c-title--bg span:nth-of-type(1) strong {
  display: block;
  font-weight: normal;
  font-size: 4rem;
  font-family: Roboto Condensed, YakuHanJP, "Noto Sans JP", sans-serif;
}
.c-title--bg span:nth-of-type(2) {
  margin: auto 0;
  font-size: clamp(24px, 1.562vw, 30px);
}
.c-title--phase {
  margin: 3rem 0 1rem;
  font-weight: bold;
  font-size: clamp(18px, 1.354vw, 26px);
}
.c-title--phase span {
  color: #6e7786;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.c-title-h3-num {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 4rem;
  gap: 4%;
}
.c-title-h3-num__num {
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 1.5rem;
  background-color: #111;
  color: #fff;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.c-title-h3-num__text {
  display: block;
  width: calc(100% - 100px);
  margin: auto 0;
  line-height: 1.4;
}
.c-title-h3-num2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 4rem;
  gap: 4%;
}
.c-title-h3-num2__num {
  display: block;
  width: 70px;
  height: 70px;
  padding-top: 1.5rem;
  border: 1px solid #111;
  border-radius: 35px;
  color: #111;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.c-title-h3-num2__wrap {
  display: block;
  width: calc(100% - 100px);
  margin: auto 0;
  line-height: 1.4;
}
.c-title-h3-num2__ttl {
  display: block;
  font-size: clamp(18px, 1.25vw, 24px);
}
.c-title-h3-num2__text {
  display: block;
  font-weight: 500;
  font-size: clamp(14px, 0.8333vw, 16px);
}

.c-titlearea {
  padding: 7rem 0 0 0;
  background: linear-gradient(to bottom, #121212 0%, #121212 52%, #222222 52%, #222222 100%);
  color: #FFF;
}
.c-titlearea.service-top {
  background: linear-gradient(to bottom, #121212 0%, #121212 35%, #222222 35%, #222222 100%);
}
.c-titlearea .l-container {
  padding: 4rem 0;
}
.c-titlearea h1 {
  font-weight: bold;
  font-size: clamp(36px, 2.8125vw, 56px);
  line-height: 1.2;
}
.c-titlearea h1.c-titlearea-h1-s {
  margin-bottom: 1rem;
  font-size: clamp(18px, 1.25vw, 24px);
}
.c-titlearea h2 {
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.71875;
  text-align: center;
}
.c-titlearea__ttlen {
  color: #5971ab;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  font-family: "Roboto", sans-serif;
}
.c-titlearea__ttlen-m {
  font-weight: bold;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.c-titlearea__ttlen-s {
  color: #5971ab;
  font-weight: bold;
  font-size: clamp(14px, 0.8333vw, 16px);
  font-family: "Roboto", sans-serif;
}
.c-titlearea__ttl-r {
  margin-top: -3rem;
  font-weight: bold;
  font-size: clamp(24px, 1.666vw, 32px);
  line-height: 1.71875;
  text-align: right;
}
.c-titlearea__img {
  margin: 0;
}
.c-titlearea__lead {
  padding: 4rem 0;
}
.c-titlearea__lead__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 0;
}
.c-titlearea__lead__flex figure {
  order: 1;
  width: 38%;
}
.c-titlearea__lead__wrap {
  order: 2;
  width: 55%;
}
.c-titlearea__lead__wrap h2 {
  margin-bottom: 3rem;
  text-align: left;
}
.c-titlearea__ttl-m-large {
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
}

.c-ttl-h2 {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: clamp(24px, 1.666vw, 32px);
}
.c-ttl-h3 {
  margin-bottom: 2rem !important;
  padding: 0 !important;
  background: none !important;
  color: #111 !important;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  text-align: left !important;
}

.p-about {
  padding-top: 20rem;
}
.p-about-list1 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: -25rem;
  gap: 0;
}
.p-about-list1 ul li {
  width: 32%;
  padding: 3rem 0 4rem 0;
  color: #fff;
  text-align: center;
}
.p-about-list1 ul li:nth-child(1) {
  background-color: #5971ab;
}
.p-about-list1 ul li:nth-child(2) {
  background-color: #598bab;
}
.p-about-list1 ul li:nth-child(3) {
  background-color: #59a5ab;
}
.p-about-list1 ul li figure img {
  width: 127px;
}
.p-about-list1__ttl1 {
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-about-list1__ttl2 {
  font-weight: 900;
  font-size: clamp(25px, 1.875vw, 36px);
  line-height: 1;
}
.p-about-list1__ttl2 em {
  font-weight: 900;
  font-size: clamp(40px, 4.166vw, 80px);
  font-family: "Roboto", sans-serif;
}
.p-about-list1__note {
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-about-list2 li {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 3rem;
  gap: 0;
  background-color: #eee;
}
.p-about-list2 li figure {
  order: 3;
  width: 40%;
}
.p-about-list2 li:nth-child(2n+1) figure {
  order: 1;
}
.p-about-list2__wrap {
  order: 2;
  width: 60%;
  padding: 4rem 5rem;
}
.p-about-list2__ttl {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: clamp(24px, 1.666vw, 32px);
}
.p-about-list2__ttl span {
  padding-right: 1rem;
  color: #5971ab;
  font-weight: 400;
  font-size: clamp(28px, 2.083vw, 40px);
  font-family: "Roboto", sans-serif;
}

.p-blk {
  /* 230113 */
}
.p-blk__merit {
  margin-bottom: 4rem;
  padding: 3rem;
  border: 4px solid #eee;
  background: #fff;
}
.p-blk__merit h3 {
  margin-bottom: 1rem;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-blk__merit dl {
  position: relative;
  padding-left: 4rem;
}
.p-blk__merit dl + dl {
  margin-top: 1rem;
}
.p-blk__merit dl dt {
  margin-bottom: 0.5rem;
  color: #00afed;
}
.p-blk__merit dl dt:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: #54bccf;
  color: #fff;
  font-weight: normal;
  line-height: 3rem;
  text-align: center;
}
.p-blk__merit dl:nth-of-type(1) dt:before {
  content: "1";
}
.p-blk__merit dl:nth-of-type(2) dt:before {
  content: "2";
}
.p-blk__merit dl:nth-of-type(3) dt:before {
  content: "3";
}
.p-blk__merit dl:nth-of-type(4) dt:before {
  content: "4";
}
.p-blk__merit dl:nth-of-type(5) dt:before {
  content: "5";
}
.p-blk__demerit {
  margin-bottom: 4rem;
  padding: 3rem;
  border: 4px solid #eee;
}
.p-blk__demerit h3 {
  margin-bottom: 1rem;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-blk__demerit dl {
  position: relative;
  padding-left: 4rem;
}
.p-blk__demerit dl + dl {
  margin-top: 1rem;
}
.p-blk__demerit dl dt {
  margin-bottom: 0.5rem;
}
.p-blk__demerit dl dt:before {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 3rem;
  height: 3rem;
  background: #6e7786;
  color: #fff;
  font-weight: normal;
  line-height: 3rem;
  text-align: center;
}
.p-blk__demerit dl:nth-of-type(1) dt:before {
  content: "1";
}
.p-blk__demerit dl:nth-of-type(2) dt:before {
  content: "2";
}
.p-blk__demerit dl:nth-of-type(3) dt:before {
  content: "3";
}
.p-blk__demerit dl:nth-of-type(4) dt:before {
  content: "4";
}
.p-blk__demerit dl:nth-of-type(5) dt:before {
  content: "5";
}
.p-blk__demerit dt {
  margin-bottom: 0.5rem;
}
.p-blk__relate-link-list {
  margin: 6rem auto;
}
.p-blk__relate-link-list p {
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
}
.p-blk__relate-link-list ul li a {
  display: flex;
  position: relative;
  padding: 0 3rem 0 0;
  transition: 0.3s;
}
.p-blk__relate-link-list ul li a:focus {
  text-decoration: underline;
}
.p-blk__relate-link-list .c-cate--line {
  display: inline-block;
}
.p-blk__relate-link-list .c-cate--line span {
  display: inline-block;
  min-width: 10rem;
  margin: 0 2rem 0 0;
  padding: 0;
  border-color: #6e7786;
  color: #6e7786;
  text-align: center;
}
.p-blk__relate-link-list li + li {
  margin-top: 1rem;
}
.p-blk__relate-link-list li a {
  position: relative;
}
.p-blk__relate-link-list li a::before {
  right: 1rem !important;
  left: auto !important;
  border-color: #0566d4 !important;
}
.p-blk__mv {
  margin-bottom: 8rem;
  text-align: center;
}
.p-blk__mv figure {
  display: inline-block;
}
.p-blk__mv figcaption {
  margin-bottom: 1rem;
  color: #999;
  font-size: clamp(10px, 0.625vw, 12px);
  text-align: right;
}
.p-blk__interview {
  margin-bottom: 10rem;
}
.p-blk__interview h2 {
  margin-bottom: 5rem;
  padding-left: 3rem;
  text-indent: -3rem;
}
.p-blk__interview h2::before {
  content: "-- ";
}
.p-blk__interview p {
  position: relative;
  padding-left: 6rem;
}
.p-blk__interview p .name {
  position: absolute;
  left: 0;
  font-weight: bold;
}
.p-blk__interview .c-img-box--r__item,
.p-blk__interview .c-img-box--l__item {
  width: 30rem;
}
.p-blk__interview .c-img-box--r__item img,
.p-blk__interview .c-img-box--l__item img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  float: none;
}
.p-blk__interview .caption-text {
  display: inline-block;
  margin: 1rem 0;
  font-weight: bold;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-blk__interview .caption-text__large {
  display: inline-block;
  color: #666;
  font-size: clamp(10px, 0.625vw, 12px);
}
.p-blk__interview .c-color--b {
  color: #35279f;
}
.p-blk__interview .c-color--p {
  color: #a436cd;
}
.p-blk__interview .c-color--g {
  color: #97c61a;
}
.p-blk__interview .c-color--e {
  color: #009688;
}
.p-blk__interview .c-color--m {
  color: #03a9f4;
}
.p-blk__interview .c-color--r {
  color: #f44336;
}
.p-blk__cnt {
  margin-bottom: 10rem;
}
.p-blk__cnt h2 {
  margin-bottom: 5rem;
  padding-left: 3rem;
  text-indent: -3rem;
}
.p-blk__cnt h2::before {
  content: "-- ";
}
.p-blk__cnt p {
  position: relative;
}
.p-blk__cnt p .name {
  position: absolute;
  left: 0;
  font-weight: bold;
}
.p-blk__cnt .c-img-box--r__item,
.p-blk__cnt .c-img-box--l__item {
  width: 30rem;
}
.p-blk__cnt .c-img-box--r__item img,
.p-blk__cnt .c-img-box--l__item img {
  width: 100%;
  max-width: 100%;
  margin: 0;
  float: none;
}
.p-blk__cnt .caption-text {
  display: inline-block;
  margin: 1rem 0;
  font-weight: bold;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-blk__cnt .caption-text__large {
  display: inline-block;
  color: #666;
  font-size: clamp(10px, 0.625vw, 12px);
}
.p-blk__cnt .c-color--b {
  color: #35279f;
}
.p-blk__cnt .c-color--p {
  color: #a436cd;
}
.p-blk__cnt .c-color--g {
  color: #97c61a;
}
.p-blk__figure {
  margin: 5rem auto;
  text-align: center;
}
.p-blk__figure figure {
  display: inline-block;
}
.p-blk__figure figcaption {
  margin: 1rem 0;
  color: #999;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-blk__profile {
  margin-bottom: 8rem;
  padding: 4rem;
  border: 5px solid #eee;
}
.p-blk__profile p {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-blk__profile dl {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 0;
  color: #333;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-blk__profile dl dt {
  width: 10%;
  padding: 0.3rem 1rem 0.3rem 0;
}
.p-blk__profile dl dd {
  width: 40%;
  padding: 0.3rem 4rem 0.3rem 0;
}
.p-blk__foreword {
  margin-bottom: 10rem;
  padding: 3rem;
  background: #f4f4f4;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-blk__foreword strong {
  display: block;
  margin-bottom: 0.5rem;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-blk__step--long {
  margin-bottom: 4rem;
  padding: 3rem;
  border: 4px solid #eee;
}
.p-blk__step--long p {
  margin-top: 1rem;
}
.p-blk__step--long > p {
  margin-bottom: 1rem;
  font-weight: bold;
}
.p-blk__step--long dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.p-blk__step--long dl dt {
  width: 7rem;
  background: #00afed;
  color: #fff;
  text-align: center;
}
.p-blk__step--long dl dd {
  width: calc(100% - 2rem - 7rem);
}
.p-blk__step--long dl dd ul li {
  margin-top: 1rem;
  padding-left: 2.7rem;
  font-size: clamp(12px, 0.729vw, 14px);
  text-indent: -2.7rem;
}
.p-blk__step--long dl + dl {
  margin-top: 1rem;
}
.p-blk__step--short {
  margin-bottom: 4rem;
  padding: 3rem;
  border: 4px solid #eee;
}
.p-blk__step--short p {
  margin-top: 1rem;
}
.p-blk__step--short > p {
  margin-bottom: 1rem;
  font-weight: bold;
}
.p-blk__step--short dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
}
.p-blk__step--short dl dt {
  width: 3rem;
  background: #00afed;
  color: #fff;
  text-align: center;
}
.p-blk__step--short dl dd {
  width: calc(100% - 2rem - 3rem);
}
.p-blk__step--short dl + dl {
  margin-top: 1rem;
}
.p-blk__feature.bd-top {
  border-top: 1px solid #aaa;
}
.p-blk__feature h3 {
  margin-bottom: 4rem;
}
.p-blk__feature + .p-blk__feature {
  margin-top: 8rem;
}
.p-blk__fcc-feature03 {
  margin-top: 8rem;
}
.p-blk__fcc-feature03 ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: center;
  gap: 8rem;
}
.p-blk__fcc-feature03 ul li {
  max-width: 34rem;
  text-align: center;
}
.p-blk__fcc-feature03 ul li span {
  display: block;
  margin-top: 1rem;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-blk__service-fcc-case-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 7rem;
}
.p-blk__service-fcc-case-list ul li {
  width: calc((100% - 14rem) / 3);
}
.p-blk__service-fcc-case-list ul li a {
  display: block;
}
.p-blk__service-fcc-case-list ul li a:focus {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.p-blk__service-fcc-case-list h3 {
  margin: 2rem 0 1rem;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-blk__service-fcc-case-list figure {
  position: relative;
}
.p-blk__service-fcc-case-list figure:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8.4rem;
  height: 5.7rem;
  transform: translate(-50%, -50%);
  background: url(../img/youtube_icon.png);
  background-repeat: no-repeat;
  content: "";
}
.p-blk__fcc-merit-tbl {
  margin: 4rem 0;
}
.p-blk__fcc-merit-tbl th,
.p-blk__fcc-merit-tbl td {
  padding: 1.5rem;
  border: 1px solid #ddd;
}
.p-blk__fcc-merit-tbl th {
  text-align: center;
  vertical-align: middle;
}
.p-blk__fcc-merit-tbl thead td {
  width: 10%;
}
.p-blk__fcc-merit-tbl thead th:nth-of-type(1) {
  width: 45%;
  background: #506A9F;
  color: #fff;
}
.p-blk__fcc-merit-tbl thead th:nth-of-type(2) {
  width: 45%;
  background: #6e7786;
  color: #fff;
}
.p-blk__fcc-merit-tbl tbody th {
  background: #f4f4f4;
}
.p-blk__shomei {
  margin-top: 2rem;
  text-align: right;
}
.p-blk__shomei strong {
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-blk__company-feature {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 4rem 3.5%;
}
.p-blk__company-feature > div {
  width: 31%;
  box-shadow: 0 0 4rem rgba(56, 42, 102, 0.2);
}
.p-blk__company-feature dl {
  padding: 3rem 2rem;
}
.p-blk__company-feature dt {
  margin-bottom: 1rem;
  font-size: clamp(18px, 1.25vw, 24px);
  text-align: center;
}
.p-blk__company-feature dd {
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-blk__company-feature figure {
  position: relative;
  width: 100%;
  height: 12vw;
  overflow: hidden;
}
.p-blk__company-feature figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-blk__company-feature figure .c-title--bg {
  position: absolute;
  top: 0;
  left: 0;
}
.p-blk__company-outline-tbl {
  width: 100rem;
  margin: 0 auto;
  table-layout: fixed;
}
.p-blk__company-outline-tbl tr {
  border-bottom: 1px solid #6e7786;
}
.p-blk__company-outline-tbl th {
  width: 15%;
  padding: 2rem;
  vertical-align: top;
}
.p-blk__company-outline-tbl td {
  width: 80%;
  padding: 2rem;
  vertical-align: top;
}
.p-blk__consultant_intro {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6%;
}
.p-blk__consultant_intro img {
  width: 18%;
}
.p-blk__consultant_intro > div {
  width: 76%;
}
.p-blk__consultant_intro > div p:nth-of-type(1) {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #0566d4;
}
.p-blk__consultant_intro > div p:nth-of-type(1) strong {
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
}
.p-blk__consultant_intro dl {
  margin-top: 5rem;
}
.p-blk__consultant_intro dl dt {
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-blk__consultant_intro dl dd {
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-blk__half-link-img-list {
  margin-top: 3rem;
}
.p-blk__half-link-img-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  gap: 5%;
  box-shadow: 0 0 4rem rgba(56, 42, 102, 0.2);
}
.p-blk__half-link-img-list a figure {
  width: 21%;
}
.p-blk__half-link-img-list a dl {
  width: 74%;
}
.p-blk__half-link-img-list a dd {
  margin-top: 1rem;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-blk__half-link-img-list a dt {
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-blk__half-link-img-list a:focus {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.p-blk__half-link-img-list .c-cate--line {
  margin-top: 1rem;
}
.p-blk__half-link-img-list .c-cate--line span {
  border-color: #6e7786;
  color: #6e7786;
}
.p-blk__half-link-list {
  margin-top: 3rem;
}
.p-blk__half-link-list a {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  height: 100%;
  padding: 3rem;
  gap: 5%;
  box-shadow: 0 0 4rem rgba(56, 42, 102, 0.2);
}
.p-blk__half-link-list a figure {
  width: 21%;
}
.p-blk__half-link-list a figure + div {
  width: 74%;
}
.p-blk__half-link-list a dd {
  margin-top: 1rem;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-blk__half-link-list a dt {
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-blk__half-link-list a:focus {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
.p-blk__half-link-list .c-cate--line {
  margin-top: 1rem;
}
.p-blk__half-link-list .c-cate--line span {
  border-color: #6e7786;
  color: #6e7786;
}
.p-blk__point {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  margin-top: 5rem;
  gap: 4rem;
}
.p-blk__point dl {
  width: calc((100% - 4rem) / 2);
  background: #fff;
  box-shadow: 0 0 4rem rgba(56, 42, 102, 0.2);
}
.p-blk__point dl dt {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.p-blk__point dl dt span:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.p-blk__point dl dt span:nth-of-type(2) {
  display: flex;
  align-items: center;
  width: calc(100% - 12rem);
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-blk__point dl dd {
  padding: 4rem;
}
.p-blk__point ol li {
  margin-left: 3rem;
  list-style: auto;
}
.p-blk__point dd ol {
  margin: 1rem 0 1rem;
  padding: 2rem;
  background: #f4f4f4;
}
.p-blk__service_about {
  margin-top: 5rem;
}
.p-blk__service_about ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 3rem 5%;
}
.p-blk__service_about ul li {
  box-sizing: border-box;
  width: 30%;
  padding: 2rem;
  background: #fff;
  box-shadow: 0 0 4rem rgba(56, 42, 102, 0.2);
}
.p-blk__service_about ul li dl {
  padding: 3rem;
}
.p-blk__service_about ul li dl dt {
  margin-bottom: 2rem;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-blk__cercle-list {
  margin-top: 5rem;
  line-height: 1.4;
}
.p-blk__cercle-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: center;
  gap: 3rem 4%;
}
.p-blk__cercle-list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 15vw;
  height: 15vw;
  padding: 0 3rem;
  gap: 0;
  border: 1px solid #0566d4;
  border-radius: 100rem;
  background: #fff;
  text-align: center;
}
.p-blk__cercle-list ul li strong {
  display: block;
  margin-bottom: 2rem;
  font-size: clamp(18px, 1.25vw, 24px);
}
.p-blk--service-junior-book {
  margin-top: 5rem;
}
.p-blk--service-junior-book strong {
  margin-bottom: 2rem;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-blk--service-junior-book ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  gap: 0;
}
.p-blk--service-junior-book ul li {
  width: 18%;
  text-align: center;
}
.p-blk--get-box {
  margin-top: 5rem;
  padding: 5rem;
  background: #fff;
}
.p-blk--get-box h3 {
  margin-bottom: 1rem;
  color: #6e7786;
  font-weight: normal;
  font-size: clamp(18px, 1.046vw, 20px);
  text-align: center;
}
.p-blk--get-box p {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: clamp(18px, 1.146vw, 22px);
  text-align: center;
}
.p-blk--get-box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  gap: 3rem;
}
.p-blk--get-box ul li {
  width: calc((100% - 6rem) / 3);
  padding: 0 4rem 4rem;
  background: #f4f4f4;
  text-align: left;
}
.p-blk--get-box ul li strong {
  display: block;
  margin: 2rem 0;
  font-size: clamp(18px, 1.046vw, 20px);
  text-align: center;
}
.p-blk--attention {
  width: 80%;
  margin: 2rem auto 0;
  font-size: 1.4rem;
}
.p-blk--eye13case .description-case__movie-box {
  width: 50%;
}
.p-blk--eye13case .description-case__movie-box img {
  width: 100%;
}
.p-blk--eye13case .flex {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: space-between;
  gap: 0;
}
.p-blk--eye13case .description-case__data {
  width: 45%;
}
.p-blk--eye13case:nth-of-type(2) .flex {
  flex-direction: row-reverse;
}
.p-blk--eye13case + .p-blk--eye13case {
  margin-top: 5rem;
}
.p-blk__outline-group .box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-blk__outline-group .box + .box {
  margin-top: 4rem;
}
.p-blk__outline-group .box .logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 15%;
  margin-right: 1.5rem;
  padding: 2rem;
  gap: 0;
  border: 1px solid #eee;
  text-align: center;
}
.p-blk__outline-group .box .info {
  flex: 1;
  width: calc(70% - 2rem);
  margin-right: 1.5rem;
}
.p-blk__outline-group .box a {
  width: 10%;
  margin-top: auto;
  text-align: center;
}
.p-blk__history-group .box {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.p-blk__history-group .box + .box {
  margin-top: 2rem;
}
.p-blk__history-group .box .c-btn--line {
  text-align: center;
}
.p-blk__company-outline-prime {
  width: 100rem;
  margin: 0 auto;
  padding: 8rem 0 4rem;
}
.p-blk__company-outline-prime h3 {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  align-items: normal;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 4rem;
  padding: 0 2rem 4rem;
  gap: 2rem;
  border-bottom: 1px solid #6e7786;
}
.p-blk__company-outline-prime h3 img {
  height: 8rem;
}
.p-blk__company-outline-prime .c-btn--list3 {
  width: 100%;
}
.p-blk__ctaArea dl {
  transition: 0.3s;
}
.p-blk__ctaArea dl:hover {
  box-shadow: 0 0 4.5rem rgba(56, 42, 102, 0.3);
  opacity: 0.7;
}
.p-blk__ctaArea dl dd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.p-blk__ctaArea dl dd .p-archive-list__item {
  padding: 0 4rem;
}
.p-blk__ctaArea dl dd img {
  width: 50%;
}
.p-blk__related {
  margin-top: 10rem;
}
.p-blk__related ul li {
  box-shadow: 0 0 4rem rgba(56, 42, 102, 0.2);
}
.p-blk__related ul li a {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem;
  gap: 2rem;
  transition: 0.3s;
}
.p-blk__related ul li a:hover {
  opacity: 0.7;
}
.p-blk__related ul li a figure {
  flex-shrink: 0;
  width: 37%;
}
.p-blk__related ul li a p:first-of-type {
  font-weight: bold;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-blk__related ul li a p:last-of-type {
  margin-top: 1rem;
  font-size: clamp(12px, 0.729vw, 14px);
}

.p-blk__casestudy__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 4rem rgba(56, 42, 102, 0.2);
}
.p-blk__casestudy__item__txtbox {
  flex: 1;
  margin-right: 6rem;
}
.p-blk__casestudy__item__txtbox a {
  display: block;
  position: relative;
  margin-top: 2rem;
  padding-left: 2rem;
  color: #6e7786;
}
.p-blk__casestudy__item__txtbox a::before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  transform: rotate(45deg);
  border-top: 1px solid #6e7786;
  border-right: 1px solid #6e7786;
  border-color: #6e7786;
  content: "";
  vertical-align: middle;
}
.p-blk__casestudy__item__txtbox h3 {
  margin-bottom: 1rem;
}
.p-blk__casestudy__item__imgbox {
  width: 35%;
}

.p-blk__feature__threeitem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 6rem;
}
.p-blk__feature__threeitem__list {
  width: 32%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 4rem rgba(56, 42, 102, 0.2);
}
.p-blk__feature__threeitem__list__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: -30px auto 30px;
  background-color: #07183f;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
}
.p-blk__feature__threeitem__list__num span {
  display: block;
  font-size: 1.2rem;
}
.p-blk__feature__threeitem__list__img {
  height: 85px;
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: center;
}
.p-blk__feature__threeitem__list__img img {
  max-height: 100%;
}
.p-blk__feature__threeitem__list h4 {
  margin-bottom: 1rem;
  text-align: center;
}

.p-blk__succession__plan__table table {
  width: 100%;
}

.p-blk__succession__plan__table table tr td, .p-blk__succession__plan__table table tr th {
  padding: 2rem;
  border: 1px solid #ddd;
}

.p-blk__succession__plan__table table tr th {
  background-color: #07183f;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}

.p-blk__succession__plan__table table tr td {
  background-color: #fff;
  font-size: 1.4rem;
}

.p-blk__succession__plan__table table tr td:first-child {
  background-color: #153378;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.p-blk__succession__plan__table table tr:nth-child(2) td {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.p-blk__executive-training__table table {
  width: 100%;
}

.p-blk__executive-training__table table tr td, .p-blk__executive-training__table table tr th {
  padding: 2rem;
  border: 1px solid #ddd;
}

.p-blk__executive-training__table table tr th {
  position: relative;
  height: 70px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.p-blk__executive-training__table table tr th:before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -36px;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0;
  border-bottom: 35px solid transparent;
  border-style: solid;
  content: "";
}

.p-blk__executive-training__table table tr th.first {
  width: 33.3333%;
  background-color: #0c649b;
}

.p-blk__executive-training__table table tr th.first::before {
  border-left: 36px solid #0c649b;
}

.p-blk__executive-training__table table tr th.second {
  width: 33.3333%;
  background-color: #153378;
}

.p-blk__executive-training__table table tr th.second::before {
  border-left: 36px solid #153378;
}

.p-blk__executive-training__table table tr th.third {
  width: 33.3333%;
  background-color: #07183f;
}

.p-blk__executive-training__table table tr th.third::before {
  content: none;
}

.p-blk__executive-training__table table tr td {
  background-color: #fff;
}

.service_detail .p-blk__feature h3 {
  display: flex;
  align-items: center;
}

.p-blk__phase__item {
  margin-top: 3rem;
  background: #fff;
  box-shadow: 0 0 4rem rgba(56, 42, 102, 0.2);
}
.p-blk__phase__item__ttlbox {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ececec;
}
.p-blk__phase__item__ttlbox__ttl {
  width: calc(100% - 7rem);
  padding-right: 1rem;
  font-weight: bold;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-blk__phase__item__ttlbox__num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 7rem;
  margin-right: 3rem;
  background: #111;
  color: #fff;
  line-height: 1;
}
.p-blk__phase__item__ttlbox__num p {
  font-size: 3rem;
  font-family: Roboto Condensed, YakuHanJP, "Noto Sans JP", sans-serif;
}
.p-blk__phase__item__cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3rem;
}
.p-blk__phase__item__cont__txtbox {
  flex: 1;
  margin-right: 6rem;
}
.p-blk__phase__item__cont__txtbox p {
  margin-bottom: 1rem;
}
.p-blk__phase__item__cont__txtbox h4 {
  margin-bottom: 1rem;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-blk__phase__item__cont__txtbox ul {
  padding: 1rem 2rem;
  background-color: #ececec;
}
.p-blk__phase__item__cont__txtbox span {
  display: inline-block;
  margin: 5px 0;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}
.p-blk__phase__item__cont__imgbox {
  width: 30%;
}
.p-blk__phase__item__cont__ol > li::marker {
  font-weight: bold;
}
.p-blk__phase__item__cont__ol > li {
  margin-bottom: 1rem;
  margin-left: 2rem;
  list-style: auto;
}
.p-blk__phase__item__cont__ol strong {
  display: block;
}
.p-blk__phase__item__cont__list {
  width: 100%;
}
.p-blk__phase__item__cont__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.p-blk__phase__item__cont__list ul li {
  width: calc((100% - 50px) / 2);
}
.p-blk__phase__item__cont__list-item {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.p-blk__phase__item__cont__list-item-img {
  width: 180px;
}
.p-blk__phase__item__cont__list-item-text {
  width: calc(100% - 180px - 20px);
}
.p-blk__phase__item__cont__list-item-text span {
  display: inline-block;
  margin: 5px 0;
  color: #333333;
  font-weight: 600;
  font-size: 18px;
}

.p-breadcrumb {
  margin: 0;
  padding-top: 1rem;
  color: #FFF;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-end;
  gap: 0;
}
.p-breadcrumb ul li + li::before {
  margin: 0 1rem;
  content: "＞";
  color: #aaaaaa;
}
.p-breadcrumb ul a {
  position: relative;
  color: #aaaaaa;
  font-weight: normal;
}
.p-breadcrumb ul a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  background: #6e7786;
  content: "";
  transition: transform 0.2s;
}
.p-breadcrumb ul a:focus::after {
  transform: scale(1, 1);
}

.p-btn__wrap {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.p-btn__wrap_l {
  width: 100%;
  max-width: 500px;
  margin: auto auto auto 0;
}

.p-company-about {
  padding-top: 15rem;
  overflow: hidden;
  background-color: #222;
  color: #FFF;
}
.p-company-about h2 {
  position: absolute;
  top: -5rem;
  right: 5rem;
  color: #758bbf;
  font-size: 24px;
}
.p-company-about__ttl {
  position: relative;
  height: 400px;
  margin-top: 10rem;
  background: url(../img/bg-p-company-about.jpg) no-repeat center top;
  background-size: cover;
}
.p-company-about__ttl__en {
  position: absolute;
  top: -15rem;
  left: 5rem;
  width: 100%;
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  mix-blend-mode: exclusion;
}
.p-company-about__inner {
  max-width: 1600px;
  margin: auto;
}
.p-company-about ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 7rem;
  gap: 0;
}
.p-company-about ul li {
  width: 30%;
  background-color: #FFF;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.p-company-about ul li strong {
  font-size: clamp(36px, 2.8125vw, 55px);
  font-family: "Roboto", sans-serif;
}

table.Meeting {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  white-space: nowrap;
}

table.Meeting tr th,
table.Meeting tr td {
  padding: 15px 60px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  color: #333333;
  font-size: clamp(13px, 0.78vw, 15px);
}

table.Meeting tr th {
  padding-left: 0;
  font-size: clamp(14px, 0.8333vw, 16px);
  vertical-align: middle;
}

.consultation_Meeting_Form span {
  line-height: 1.5;
}

.consultationMeeting h2 {
  text-align: center;
}

.consultationMeeting .p-archive-list--case__txt {
  text-align: center;
}

.consultationMeeting .p-archive-list__item img {
  border-radius: 60px;
}

.pdf-box.pdf-box_type1.flex.link_box_1004 {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin: 70px auto 0;
  padding: 35px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.pdf-box.pdf-box_type1.flex.link_box_1004 a {
  width: 100%;
  text-align: center;
}

.pdf-box.link_box_1004 .pdf-box__ttl p {
  margin-bottom: 2.5rem;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.4;
}

.pdf-box.link_box_1004 .pdf-box__img {
  width: 300px;
  margin-left: 40px;
}

.pdf-box.link_box_1004 .pdf-box__ttl {
  flex: 1;
}

.youtube_wrap {
  position: relative;
  width: 100%;
}

.youtube_wrap::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-consultation-meeting-form-box {
  padding-top: 4rem;
}
.p-consultation-meeting .c-title-h2 {
  font-size: clamp(25px, 1.875vw, 36px);
}

.p-consulting-education-sec02__arrow {
  margin-bottom: 2rem;
  text-align: center;
}
.p-consulting-education-sec02__arrow img {
  width: 63px !important;
}
.p-consulting-education-sec02-box {
  padding: 2rem;
  border: 2px solid #5971ab;
  color: #5971ab;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  text-align: center;
}
.p-consulting-education-box {
  max-width: 1200px;
  margin: auto auto 4rem auto;
  background-color: #FFF;
}
.p-consulting-education-box__wrap {
  padding: 4rem 4rem 0 4rem;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-consulting-education-box__h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 0;
  gap: 3%;
  background-color: #5971ab;
}
.p-consulting-education-box__h2__num {
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 1.4rem;
  background-color: #111;
  color: #FFF;
  font-size: clamp(24px, 1.562vw, 30px);
  text-align: center;
}
.p-consulting-education-box__h2__text {
  margin: auto 0;
  color: #FFF;
  font-size: clamp(18px, 1.25vw, 24px);
}
.p-consulting-education-box__h2_b {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  background-color: #111;
  color: #FFF;
  font-size: clamp(18px, 1.25vw, 24px);
  text-align: center;
}
.p-consulting-education-box__btn {
  margin: 2rem 0;
}

.p-course {
  padding-top: 8rem;
}
.p-course-ttlarea__001 {
  position: relative;
  height: 410px;
  margin-top: 5rem;
  background: url(../img/course/bg_001.jpg) no-repeat right 0;
  background-size: cover;
}
.p-course-ttlarea__002 {
  position: relative;
  height: 410px;
  background: url(../img/course/bg_002.jpg) no-repeat right 0;
  background-size: cover;
}
.p-course-ttlarea__003 {
  position: relative;
  height: 410px;
  background: url(../img/course/bg_003.jpg) no-repeat right 0;
  background-size: cover;
}
.p-course-list {
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 8rem 0;
  background: linear-gradient(to bottom, #efefef 0%, #e4e4e4 100%);
}
.p-course-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2%;
}
.p-course-list ul li {
  width: 49%;
  margin-bottom: 2%;
  background-color: #fff;
}
.p-course-list ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 232px;
  padding: 4rem 8rem 4rem 5rem;
  border-left: 5px solid #5971ab;
  background-color: #fff;
  transition: 0.5s;
}
.p-course-list ul li a::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 25px;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_003.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.p-course-list ul li a:hover {
  opacity: 0.7;
}
.p-course-list ul li a:hover::after {
  right: 15px;
}
.p-course-list ul li a.nolink {
  pointer-events: none;
}
.p-course-list ul li a.nolink::after {
  content: none !important;
}
.p-course-list ul li h3 {
  margin-bottom: 2rem;
  font-size: clamp(24px, 1.666vw, 32px);
}
.p-course-list__cs {
  color: #999999;
}

.p-document {
  padding-top: 5rem;
}
.p-document-list {
  padding-top: 4rem;
}
.p-document-list figure {
  padding: 3rem;
  background-color: #eee;
}
.p-document-list .c-list-nomal li figure img {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-education__boldList {
  margin: 2em 0;
  padding-left: 1em;
  font-weight: 700;
  text-indent: -1em;
}
.p-education__block {
  margin-top: 10rem;
}
.p-education__table {
  width: 100%;
  margin-top: 2em;
}
.p-education__table tr, .p-education__table tr, .p-education__table td {
  border: #dddddd 1px solid;
  background: #fff;
}
.p-education__table th {
  width: 5%;
  background: #07183F;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.p-education__table td {
  padding: 0.5em 1.5em;
  vertical-align: middle;
}
.p-education__table td:first-of-type {
  font-weight: 700;
}
.p-education__table td span {
  font-weight: 700;
}
.p-education__schedule {
  width: 100%;
  margin-top: 2em;
}
.p-education__schedule--caption {
  margin-top: 2em;
}
.p-education__schedule tr, .p-education__schedule th, .p-education__schedule td {
  padding: 0.5em 1em;
  border: #dddddd 1px solid;
  background: #fff;
  vertical-align: middle;
}
.p-education__schedule tr td.u-text--left {
  text-align: left;
}
.p-education__schedule tr.ll-blue td:nth-last-child(-n+4) {
  color: #dfe2eb;
}
.p-education__schedule tr.l-blue td:nth-last-child(-n+4) {
  color: #bfcae4;
}
.p-education__schedule tr.m-blue td:nth-last-child(-n+4) {
  color: #a3b1d2;
}
.p-education__schedule tr.g-blue td:nth-last-child(-n+4) {
  color: #153378;
}
.p-education__schedule th {
  background: #5971ab;
  color: #fff;
  text-align: center;
}
.p-education__schedule td.one {
  background: #bfcae4;
  font-weight: 700;
  text-align: center;
}
.p-education__schedule td.two {
  background: #a3b1d2;
  font-weight: 700;
  text-align: center;
}
.p-education__schedule td.three {
  background: #dfe2eb;
  font-weight: 700;
  text-align: center;
}
.p-education__schedule td.gray {
  background: #f3f3f3;
  font-weight: 700;
  text-align: center;
}
.p-education__schedule td.last {
  background: #999;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.p-education__schedule td:nth-last-child(-n+5) {
  text-align: center;
}
.p-education__phase .p-blk__phase__item__cont__txtbox p {
  padding-left: 1.5em;
  text-indent: -0.8em;
}
.p-education__phase .p-blk__phase__item__cont__txtbox p span {
  margin: 0;
  margin-right: 0.5em;
}

.p-event {
  padding-top: 5rem;
}
.p-event-list {
  padding-top: 4rem;
}

.p-faq-list {
  border-top: 1px solid #eee;
}
.p-faq-list dl {
  margin-bottom: 0;
  padding: 3rem 0 3rem 0;
  border-bottom: 1px solid #eee;
}
.p-faq-list dt {
  position: relative;
  padding: 0;
  padding: 1rem 5rem 1rem 4rem;
}
.p-faq-list dt i {
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  margin-right: 2rem;
  color: #5971ab;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(24px, 1.666vw, 32px);
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.p-faq-list + .p-faq-list {
  margin-top: 1.5625vw;
}
.p-faq-list dt:before {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  z-index: 5;
  position: absolute;
  top: 50%;
  right: 1.5625vw;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #111;
  content: "";
  transition: all 0.3s;
}
.p-faq-list dt:after {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 1.5625vw;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  transform: rotate(-90deg);
  background: #111;
  content: "";
  transition: all 0.3s;
}
.p-faq-list dl.is-open dt:after {
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.p-faq-list dd {
  display: none;
  position: relative;
  margin-top: 2rem;
  padding: 1rem 5rem 1rem 4rem;
}
.p-faq-list dd i {
  display: inline-block;
  position: absolute;
  top: 0.8rem;
  left: 0;
  margin-right: 2rem;
  color: #111;
  font-style: normal;
  font-weight: bold;
  font-size: clamp(24px, 1.666vw, 32px);
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.p-faq-list dd ol li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-faq-list a {
  color: #0e1155;
  text-decoration: underline;
}
.p-faq-list a:hover {
  text-decoration: none;
}
.p-faq-list__bg-gray {
  border-color: #bbbbbb;
}
.p-faq-list__bg-gray dl {
  border-color: #bbbbbb;
}

.p-feature-slider {
  background-color: #eeeeee;
}
.p-feature-slider .l-container {
  padding-bottom: 0;
}
.p-feature-slider__items {
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-feature-slider__item {
  margin: 8px;
  padding: 24px 18px;
  background-color: #fff;
}
.p-feature-slider__item-image {
  width: 60%;
  margin: 0 auto 16px;
}
.p-feature-slider__item-text {
  text-align: center;
}
.p-feature-slider__item-text-sub {
  font-weight: 300;
}
.p-feature-slider__item-text-name {
  font-weight: 800;
}
.p-feature .slick-track {
  display: flex;
}
.p-feature .slick-slide {
  height: auto !important;
}
.p-feature .slick-slide > div {
  height: 100%;
}

.p-footer-cta {
  display: block;
  padding: 0;
  background: url(../img/bg-footer-cta.jpg) no-repeat center bottom;
  background-size: cover;
}
.p-footer-cta h2 {
  margin-left: -4rem;
  font-size: clamp(28px, 2.083vw, 40px);
  line-height: 1.2;
}
.p-footer-cta__en {
  margin-left: -4rem;
  color: #5971ab;
  font-weight: bold;
  font-size: clamp(18px, 1.146vw, 22px);
  font-family: "Roboto", sans-serif;
}
.p-footer-cta__en::before {
  content: "● ";
  font-size: 80%;
}
.p-footer-cta__inner {
  max-width: 1500px;
  margin: auto;
  padding-top: 8rem;
}
.p-footer-cta__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}
.p-footer-cta__bnr {
  width: 50%;
  height: 27rem;
  padding: 0;
  border: 1px solid #222;
  background-color: #FFF;
  color: #111;
  text-align: center;
}
.p-footer-cta__bnr p {
  position: inherit;
  top: 0;
  left: 0;
  transform: inherit;
}
.p-footer-cta__bnr strong {
  display: block;
  font-size: clamp(24px, 1.562vw, 30px);
}
.p-footer-cta__bnr a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
  transition: 0.5s;
}
.p-footer-cta__bnr a:hover {
  opacity: 0.7;
}
.p-footer-cta__bnr:nth-child(2) {
  background-color: #222;
  color: #FFF;
}
.p-footer-cta__bnr__wrap {
  margin: auto;
}
.p-footer-cta__btn {
  position: inherit;
  width: 82%;
  margin: auto;
  margin-top: 3rem;
  padding: 1rem;
  border: 1px solid #FFF;
  background: url(../img/ico_arrow_001.png) no-repeat right 10px center #222;
  background-size: 8px 14px;
  color: #FFF;
}

.p-footer-nav {
  padding: 3rem 0;
  border-top: 1px solid #0566d4;
}
.p-footer-nav__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
}
.p-footer-nav__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  min-width: 22%;
  gap: 8%;
}
.p-footer-nav__logo a + img {
  max-width: 4.6rem;
}
.p-footer-nav nav {
  margin: 0 0 0 auto;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 0;
}
.p-footer-nav ul li + li:before {
  padding: 0 2.6vw;
  content: " | ";
}
.p-footer-nav ul a:focus {
  color: #6e7786;
  transition: 0.3s;
}
.p-footer-nav__copyright {
  margin: 0 0 0 5rem;
  color: #6e7786;
  font-size: clamp(10px, 0.625vw, 12px);
}

.p-footer-nav__logo {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  white-space: initial;
}

.p-footer-nav__logo .flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.p-footer-nav__logo .flex a img {
  width: 164px;
  margin: 15px 15px 15px 0;
}

.p-header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 1340px;
  gap: 0;
}
.p-header__logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 1.5rem 0;
  gap: 8%;
  font-size: 1.1rem;
}
.p-header__logo img {
  display: block;
  margin-bottom: 0.5rem;
}
.p-header__logo a {
  max-width: 74%;
  white-space: initial;
}
.p-header__logo a + img {
  max-width: 4.6rem;
}
.p-header__logo a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.p-header__nav {
  margin-left: auto;
}
.p-header__nav nav {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-end;
  gap: 0;
}
.p-header__nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  gap: 0;
}
.p-header__nav ul + ul {
  margin-left: 3rem;
}
.p-header__nav ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}
.p-header__nav ul li a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  gap: 0;
  font-size: clamp(13px, 0.78vw, 15px);
}
.p-header__nav ul li a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  background: #506A9F;
  content: "";
  transition: transform 0.2s;
}
.p-header__nav ul li a:focus::after {
  transform: scale(1, 1);
}
.p-header__nav ul li.header-spOnly {
  display: none !important;
}
.p-header__nav ul:nth-of-type(1) li + li {
  margin-left: 1.5vw;
}
.p-header__nav ul:nth-of-type(2) li a {
  display: block;
  width: 12rem;
  height: 100%;
  padding: 2.4rem 0;
  color: #fff;
  font-size: clamp(10px, 0.677vw, 13px);
  text-align: center;
}
.p-header__nav ul:nth-of-type(2) li a img {
  display: block;
  height: 1.6rem;
  margin: 0 auto 0.4rem;
}
.p-header__nav ul:nth-of-type(2) li a:focus {
  background: #6e7786 !important;
  transition: 0.5s;
}
.p-header__nav ul:nth-of-type(2) li:nth-of-type(1) a {
  background-color: #444444;
}
.p-header__nav ul:nth-of-type(2) li:nth-of-type(2) a {
  background-color: #222222;
}
.p-header__nav ul:nth-of-type(2) li:nth-of-type(3) a {
  background-color: #121212;
}
.p-header__nav ul:nth-of-type(2) li:nth-of-type(4) a {
  background-color: #5971ab;
}

.p-header__nav ul li a {
  position: relative;
}

.p-header__logo {
  max-width: 100%;
  margin-left: 1.5rem;
  padding: 20px 30px 20px 0;
}

.p-header__logo img {
  width: 164px;
  margin-bottom: 20px;
}

.p-header__logo a {
  max-width: 100%;
  line-height: 1;
}

.p-header__nav nav {
  height: 100%;
}

.p-header__nav ul:nth-of-type(2) li a {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.menu_contents {
  display: none;
  z-index: 9999999;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
}
.menu_contents-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.menu_contents-item {
  color: #fff;
}
.menu_contents-item + .menu_contents-item {
  margin-left: 1.5vw;
}
.menu_contents-item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 400px;
  padding: 10px 20px;
  color: #fff;
  font-size: 15px;
  text-align: left;
}
.menu_contents-item a::after {
  content: none !important;
}
.menu_contents-item a:hover p.title::after {
  transform: scale(1, 1);
}
.menu_contents-item a p.title {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
  text-align: left;
}
.menu_contents-item a p.title::before {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  /*border-left: 5px solid #153378;*/
  border-left: 5px solid #fff;
  content: "";
}
.menu_contents-item a p.title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  background: #fff;
  content: "";
  transition: transform 0.2s;
}

.c-account {
  flex-direction: column;
  justify-content: center !important;
  margin-right: 1.5rem;
  margin-left: 1.5rem !important;
  gap: 8px !important;
}
.c-account-btn {
  position: relative;
  width: 100%;
  max-width: 130px;
  padding: 6px 10px 6px 28px;
  border-radius: 10000px;
  background: #111;
  color: #fff;
  font-size: 13px !important;
  transition: 0.3s;
}
.c-account-btn:hover {
  opacity: 0.8;
}
.c-account-btn::before {
  display: block;
  position: absolute;
  content: "";
}
.c-account-btn.c-ico-account::before {
  top: 13px;
  left: 14px;
  width: 10px;
  height: 12px;
  background: url(/hr/education/assets/img/ico-account.png) center/contain no-repeat;
}
.c-account-btn.c-ico-cart::before {
  top: 14px;
  left: 12px;
  width: 13px;
  height: 11px;
  background: url(/hr/education/assets/img/ico-cart.png) center/contain no-repeat;
}
.c-account-btn::after {
  content: none !important;
}

.p-home-mv {
  position: relative;
}
.p-home-mv__wrap {
  width: 100%;
}
.p-home-mv .l-container2 {
  width: 100%;
}
.p-home-mv-list li {
  height: 70vh;
}
.p-home-mv-list li a {
  display: flex;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.p-home-mv-list li a:hover {
  opacity: 0.7;
}
.p-home-mv-list li a .l-container2 {
  margin-top: auto;
  margin-bottom: auto;
}
.p-home-mv-list li h1 {
  font-weight: 900;
  font-size: 64px;
}
.p-home-mv-list li h1 span {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0 2rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.p-home-mv-list li h2 {
  font-size: 24px !important;
}
.p-home-mv-list li h2 span {
  display: inline-block;
  padding: 5px 2rem;
  background-color: #5971ab;
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 1.146vw, 22px) !important;
  line-height: 1.35;
}
.p-home-mv-list li.mv_01 a {
  background: url(../img/top/bg_mv_001.jpg) no-repeat;
  background-size: cover;
}
.p-home-mv-list li.mv_02 a {
  background: url(../img/top/bg_mv_002.png) no-repeat;
  background-size: cover;
}
.p-home-mv-list li.mv_03 a {
  background: url(../img/top/bg_mv_003.png) no-repeat;
  background-size: cover;
}
.p-home-mv-list li.mv_04 a {
  background: url(../img/top/bg_mv_004.png) no-repeat;
  background-size: cover;
}
.p-home-mv-list li.mv_05 a {
  background: url(../img/top/bg_mv_005.png) no-repeat;
  background-size: cover;
}
.p-home-mv-list li.mv_06 a {
  background: url(../img/top/bg_mv_006.png) no-repeat;
  background-size: cover;
}
.p-home-mv-list li.mv_07 a {
  background: url(../img/top/bg_mv_007.png) no-repeat;
  background-size: cover;
}
.p-home-mv-list li.mv_08 a {
  background: url(../img/top/bg_mv_008.png) no-repeat;
  background-size: cover;
}
.p-home-mv-list li.mv_09 a {
  background: url(../img/top/bg_mv_009.png) no-repeat;
  background-size: cover;
}
.p-home-mv__btn {
  position: relative;
  width: 246px;
  margin-top: 6rem;
  padding: 2rem 0;
  background-color: #111;
  color: #fff;
  text-align: center;
}
.p-home-mv__btn::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_004.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.p-home-mv .slick-dots {
  z-index: 10;
  position: absolute;
  right: 0;
  bottom: 20px;
  padding-right: 5vw;
  text-align: right;
}
.p-home-mv .slick-dots li {
  width: 21px;
  height: 26px;
}
.p-home-mv .slick-dots li button {
  background: #fff;
  color: initial;
  color: #5971ab;
  font-weight: bold;
  font-size: initial;
  font-size: 14px;
}
.p-home-mv .slick-dots li.slick-active button {
  background: #5971ab;
  color: #fff;
}
.p-home-mv .slick-dots li button:before {
  content: none;
}
.p-home-mv .ico_scroll {
  position: absolute;
  bottom: -50px;
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
}
.p-home-mv .ico_scroll img {
  width: 100%;
}
.p-home-mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.p-home-event {
  position: relative;
}
.p-home-event .l-container {
  z-index: 1;
  position: relative;
  padding: 8rem 0 0;
}
.p-home-event h2 {
  color: #fff;
}
.p-home-event::before {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 610px;
  background: linear-gradient(to left, #121212 0%, #121212 52%, #222222 52%, #222222 100%);
  content: "";
}
.p-home-event__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-home-event-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  max-width: 935px;
  gap: 0;
}
.p-home-event-list li {
  width: 49%;
  margin-bottom: 2%;
}
.p-home-event-list li a {
  display: flex;
  position: relative;
  height: 300px;
  overflow: hidden;
  color: #fff;
}
.p-home-event-list li a::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 113, 171, 0.85);
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.p-home-event-list li a:hover::before {
  opacity: 1;
}
.p-home-event-list li a:hover .p-home-event-list__wrap::before {
  opacity: 1;
}
.p-home-event-list li a:hover figure {
  transform: scale(1.2);
}
.p-home-event-list li a figure {
  position: absolute;
  width: 100%;
  transition: 0.5s;
}
.p-home-event-list li a figure img {
  width: 100%;
  height: auto;
}
.p-home-event-list__wrap {
  z-index: 1;
  position: relative;
  width: 90%;
  margin: auto;
  padding-left: 17px;
  transition: 0.3s;
}
.p-home-event-list__wrap::before {
  display: block;
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: 0.5s;
}
.p-home-event-list__date {
  font-size: 30px;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
.p-home-event-list__date span {
  font-size: 20px;
}
.p-home-event-list__ttl {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
.p-home-event-list__tag {
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #fff;
  font-weight: bold;
  line-height: 1.2;
}
.p-home-event-btn {
  position: absolute;
  top: 25rem;
  left: 0;
  width: 100%;
  max-width: 285px;
}
.p-home-event-btn a {
  display: block;
  position: relative;
  padding: 2rem 4rem;
  border: 1px solid #111;
  background-color: #fff;
  font-size: clamp(12px, 0.729vw, 14px);
  text-align: center;
}
.p-home-event-btn a::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_003.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.p-home-event-btn a:hover::after {
  right: 5px;
}
.p-home-event-btn a:hover {
  opacity: 0.7;
}
.p-home-document .l-container {
  padding-bottom: 0;
}
.p-home-document .c-list-nomal li figure {
  padding: 2rem;
  background-color: #f3f3f3;
}
.p-home-document .c-list-nomal li figure img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-home-review .c-btn--w {
  margin-top: 0;
}
.p-home-review-list {
  display: flex;
  position: relative;
  left: calc((100vw - 1324px) / 2);
}
.p-home-review-list li {
  margin: 0 15px;
}
.p-home-review-list li a {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 6rem;
}
.p-home-review-list li a:hover {
  opacity: 0.7;
}
.p-home-review-list__ttl {
  padding: 2rem 0;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  text-align: center;
}
.p-home-review-list__btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
}
.p-home-review-list__btn::after {
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_003.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.p-home-review-list .slick-prev,
.p-home-review-list .slick-next {
  display: block;
  z-index: 10;
  position: absolute;
  top: 25%;
  width: 63px;
  height: 63px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.p-home-review-list .slick-prev::before,
.p-home-review-list .slick-next::before {
  display: none;
}
.p-home-review-list .slick-prev {
  background: url(../img/top/btn_prev.png) no-repeat;
  background-size: contain;
}
.p-home-review-list .slick-prev:hover, .p-home-review-list .slick-prev:focus {
  background: url(../img/top/btn_prev.png) no-repeat;
  background-size: contain;
}
.p-home-review-list .slick-next {
  left: 1280px;
  background: url(../img/top/btn_next.png) no-repeat;
  background-size: contain;
}
.p-home-review-list .slick-next:hover, .p-home-review-list .slick-next:focus {
  background: url(../img/top/btn_next.png) no-repeat;
  background-size: contain;
}
.p-home-consultant {
  position: relative;
  height: 940px;
  padding-bottom: 200px;
  overflow: hidden;
}
.p-home-consultant__wrap {
  position: relative;
}
.p-home-consultant::before {
  display: block;
  z-index: 0;
  position: absolute;
  top: 600px;
  width: 100%;
  height: 320px;
  background: linear-gradient(to left, #121212 0%, #121212 30%, #222222 30%, #222222 100%);
  content: "";
}
.p-home-consultant-list .slick-list {
  overflow: visible;
}
.p-home-consultant-list li {
  width: 360px;
  margin: 0 15px;
  padding-bottom: 100px;
}
.p-home-consultant-list li a {
  display: block;
  height: 100%;
  padding: 4rem 3rem;
  background-color: #eee;
  text-align: center;
  pointer-events: none;
  transition: 0.5s;
}
.p-home-consultant-list li a:hover {
  opacity: 0.7;
}
.p-home-consultant-list li a figure {
  width: 130px;
  margin: auto;
}
.p-home-consultant-list li.slick-current {
  padding-bottom: 0;
}
.p-home-consultant-list li.slick-current + li {
  width: 390px;
  padding-bottom: 0;
}
.p-home-consultant-list li.slick-current + li figure {
  width: 200px;
}
.p-home-consultant-list li.slick-current + li a {
  padding-bottom: 80px;
}
.p-home-consultant-list__prof {
  padding: 2rem 0;
  font-size: 14px;
}
.p-home-consultant-list__name {
  font-weight: bold;
}
.p-home-consultant-list .slick-prev,
.p-home-consultant-list .slick-next {
  display: block;
  z-index: 10;
  position: absolute;
  top: 25%;
  width: 63px;
  height: 63px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.p-home-consultant-list .slick-prev::before,
.p-home-consultant-list .slick-next::before {
  display: none;
}
.p-home-consultant-list .slick-prev {
  top: 500px;
  right: calc(15vw + 150px);
  left: inherit;
  background: url(../img/top/btn_prev.png) no-repeat;
  background-size: contain;
}
.p-home-consultant-list .slick-prev:hover, .p-home-consultant-list .slick-prev:focus {
  background: url(../img/top/btn_prev.png) no-repeat;
  background-size: contain;
}
.p-home-consultant-list .slick-next {
  top: 500px;
  right: 15vw;
  left: inherit;
  background: url(../img/top/btn_next.png) no-repeat;
  background-size: contain;
}
.p-home-consultant-list .slick-next:hover, .p-home-consultant-list .slick-next:focus {
  background: url(../img/top/btn_next.png) no-repeat;
  background-size: contain;
}
.p-home-consultant .slick_pause {
  display: block;
  z-index: 10;
  position: absolute;
  top: 500px;
  right: calc(15vw + 76px);
  width: 63px !important;
  height: 63px !important;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: url(../img/top/btn_stop.png) no-repeat !important;
  background: transparent;
  background-size: contain !important;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.p-home-consultant .slick-num {
  position: absolute;
  top: 400px;
  right: 15vw;
  color: #5971ab;
  font-family: "Roboto", sans-serif;
}
.p-home-consultant .all-count {
  font-size: 23px;
}
.p-home-consultant .now-count {
  color: #fff;
  font-weight: bold;
  font-size: 35px;
}
.p-home-case .c-btn--w {
  margin-top: 0;
}
.p-home-lead {
  color: #fff;
}
.p-home-lead__01 {
  background-color: #111;
  text-align: center;
}
.p-home-lead__01 .l-container {
  padding-block: 10rem;
}
.p-home-lead__01 h2 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 56px;
  text-align: right;
}
.p-home-lead__01 h2 span {
  font-weight: normal;
  font-size: 24px;
}
.p-home-lead__02 {
  padding: 8rem 0;
  background-color: #222;
}
.p-home-lead__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-home-lead__flex figure {
  width: 60%;
}
.p-home-lead__flex figure img {
  width: 100%;
}
.p-home-lead__wrap {
  width: 36%;
}
.p-home-lead__wrap h3 {
  margin-bottom: 3rem;
  color: #5971ab;
  font-size: 32px;
  line-height: 1.4;
  text-align: right;
}
.p-home-lead__btn a {
  display: block;
  position: relative;
  width: 246px;
  margin-top: 5rem;
  margin-left: auto;
  padding: 2rem;
  border: 1px solid #fff;
  background-color: #222;
  color: #fff;
  text-align: center;
}
.p-home-lead__btn a::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_004.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.p-home-lead__btn a:hover {
  opacity: 0.7;
}
.p-home-lead__btn a:hover::after {
  right: 10px;
}

.p-top-business__cards {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  background-color: #979dad;
  color: #fff;
}
.p-top-business__cards a {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  height: 600px;
  padding: 5rem 0;
}
.p-top-business__cards li {
  width: 20%;
  transition: 0.5s;
}
.p-top-business__cards li:nth-child(1) {
  background: url(../img/top/bg_home_service_004.jpg) no-repeat center center;
  background-size: cover;
}
.p-top-business__cards li:nth-child(2) {
  background: url(../img/top/bg_home_service_001.jpg) no-repeat center center;
  background-size: cover;
}
.p-top-business__cards li:nth-child(3) {
  background: url(../img/top/bg_home_service_002.jpg) no-repeat center center;
  background-size: cover;
}
.p-top-business__cards li:nth-child(4) {
  background: url(../img/top/bg_home_service_003.jpg) no-repeat center center;
  background-size: cover;
}
.p-top-business__cards li a {
  text-align: center;
}
.p-top-business__cards li.is-active {
  width: 40%;
}
.p-top-business__cards li.is-active .p-top-business__card__ttl {
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 1;
}
.p-top-business__cards li.is-active .p-top-business__card__text {
  display: block;
}
.p-top-business__cards li.is-active .p-top-business__card__btn {
  display: block;
}

.p-top-business__card__wrap {
  margin: auto;
  text-align: center;
}

.p-top-business__card__ttl {
  font-weight: bold;
  font-size: 24px;
}

.p-top-business__card__text {
  display: none;
  text-align: left;
}

.p-top-business__card__btn {
  display: none;
  position: relative;
  width: 285px;
  margin-top: 4rem;
  padding: 2rem;
  border: 1px solid #fff;
}
.p-top-business__card__btn::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_004.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}

.p-platform-academy-cloud-lead__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-platform-academy-cloud-lead__wrap {
  width: 55%;
}
.p-platform-academy-cloud-lead__wrap p {
  margin-top: 4rem;
  margin-bottom: 1em;
}
.p-platform-academy-cloud-lead__wrap h2 {
  margin-bottom: 3rem;
}
.p-platform-academy-cloud-lead figure {
  width: 40%;
}
.p-platform-academy-cloud-lead figure.p-platform-academy-cloud__logo {
  width: 80%;
  margin-top: 2rem;
  padding: 1rem;
  border: 1px solid #e3e3e3;
}
.p-platform-academy-cloud-lead figure.p-platform-academy-cloud__logo img {
  -o-object-fit: cover;
  width: 100%;
     object-fit: cover;
}
.p-platform-academy-cloud-point {
  padding-block: 13rem 12rem;
}
.p-platform-academy-cloud-point .l-container {
  padding-block: 0;
}
.p-platform-academy-cloud-point__arrow {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.p-platform-academy-cloud-point__arrow img {
  width: 80%;
  max-width: 384px;
}
.p-platform-academy-cloud-point__ttl {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.p-platform-academy-cloud-list1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-platform-academy-cloud-list1 li {
  width: 24%;
}
.p-platform-academy-cloud-list1__wrap {
  display: flex;
  width: 100%;
  padding: 2rem 4rem;
  background-color: #5971ab;
  color: #FFF;
  font-weight: bold;
}
.p-platform-academy-cloud-list1__wrapin p::before {
  display: inline-block;
  margin-right: 5px;
  content: "●";
}
.p-platform-academy-cloud-list2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-platform-academy-cloud-list2 li {
  width: 32%;
}
.p-platform-academy-cloud-list2 li:nth-child(1) {
  background-color: #a3b1d2;
}
.p-platform-academy-cloud-list2 li:nth-child(2) {
  background-color: #bfcae4;
}
.p-platform-academy-cloud-list2 li:nth-child(3) {
  background-color: #8796bb;
}
.p-platform-academy-cloud-list2__wrap {
  width: 100%;
  padding: 3rem 4rem;
  font-weight: bold;
}
.p-platform-academy-cloud-list2__wrapin {
  margin: auto 0;
  text-align: center;
}
.p-platform-academy-cloud-list2__wrapin p {
  font-size: 18px;
  line-height: 1.4;
}
.p-platform-academy-cloud-list2__wrapin p span {
  font-size: 24px;
}
.p-platform-academy-cloud-table1 tr:nth-child(1) th {
  background-color: #111;
  color: #FFF;
}

.p-related {
  padding-bottom: 8rem;
}
.p-related-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2%;
}
.p-related-list li {
  width: 23.5%;
  margin-bottom: 2rem;
}
.p-related-list li a {
  display: block;
  transition: 0.5s;
}
.p-related-list li a figure {
  position: relative;
}
.p-related-list li a figure img {
  width: 100%;
}
.p-related-list li a figure::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: url(../img/ico_arrow_005.png) no-repeat;
  background-size: contain;
  content: "";
}
.p-related-list li a:hover {
  opacity: 0.7;
}
.p-related-list__ttl {
  display: flex;
  width: 100%;
  margin-top: 2rem;
  padding: 0.5rem 2rem;
  border-left: 5px solid #5971ab;
}
.p-related-list__ttl span {
  display: block;
  margin: auto 0;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
  line-height: 1.4;
}

.p-service-program__table2.flex3 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100% !important;
  gap: 0;
}
.p-service-program__table2.flex3 table {
  width: 32% !important;
}

.p-service-program__table2.flex2 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100% !important;
  gap: 0;
}
.p-service-program__table2.flex2 table {
  width: 48% !important;
}

.p-service-program__wrapin--flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-service-program__img2 {
  width: 44%;
}
.p-service-program__document {
  width: 52%;
}
.p-service-program__document-box {
  margin-bottom: 2rem;
}
.p-service-program__document-title {
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-service-program__document-title span {
  color: #5971ab;
  font-weight: normal;
  font-size: clamp(24px, 1.562vw, 30px);
  font-family: "Roboto", sans-serif;
}
.p-service-program__document-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-service-program__document-content figure {
  width: 30%;
}
.p-service-program__document-content p {
  width: 66%;
}

.program-table {
  margin-bottom: 10rem;
  border-bottom: 1px solid #bfcae4;
  font-size: 14px;
  line-height: 1.6;
  /* ヘッダー */
  /* メイン行のレイアウト */
  /* 左端テーマ列 */
  /* 講義列 */
  /* リストスタイル（丸数字） */
  /* 振り返りバー */
}
.program-table .table-header {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1.5fr;
  padding: 15px 0;
  background-color: #173a6e;
  color: white;
  font-weight: bold;
}
.program-table .header-item {
  padding: 0 26px;
}
.program-table .table-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.5fr 1.5fr;
}
.program-table .main-content {
  padding: 10px;
}
.program-table .theme-col {
  padding: 10px 10px 10px 20px;
  color: #173a6e;
  font-weight: bold;
}
.program-table .session-label {
  margin-bottom: 5px;
}
.program-table .session-title {
  font-size: 1.1em;
}
.program-table .lecture-col {
  padding: 10px 10px 10px 20px;
  border-left: 1px solid #bfcae4;
}
.program-table .group-col {
  padding: 30px 10px 10px 20px;
}
.program-table .workshop-col {
  padding: 30px 10px 10px 20px;
}
.program-table .content-title {
  margin-bottom: 5px;
  color: #173a6e;
  font-weight: bold;
}
.program-table .item-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-table .item-list li {
  position: relative;
  padding-left: 25px;
  color: #5c6b89;
  font-weight: 500;
}
.program-table .blue-bullets li::before {
  display: flex;
  position: absolute;
  top: 4px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #5872ad;
  content: counter(item);
  color: white;
  font-size: 10px;
  line-height: 0;
  counter-increment: item;
}
.program-table .item-list {
  counter-reset: item;
}
.program-table .status-bar {
  padding: 2px 0;
  background-color: #bfcae4;
  color: white;
  font-weight: bold;
}
.program-table .status-item {
  padding: 12px 26px;
}

.service-link-wrapper {
  padding: 30px 30px 38px;
  background-color: #ebeef9;
  /* タイトルヘッダー */
  /* コンテンツレイアウト */
  /* チェックマーク付きタイトル */
  /* チェックマークの擬似要素 */
}
.service-link-wrapper.js-area-link {
  transition: 0.3s;
}
.service-link-wrapper.js-area-link:hover {
  opacity: 0.8;
}
.service-link-wrapper .header-banner {
  display: inline-block;
  margin-bottom: 24px;
  padding: 6px 23px;
  background-color: #5971ab;
  color: white;
  line-height: 1.5;
}
.service-link-wrapper .banner-text {
  font-weight: bold;
  font-size: 24px;
}
.service-link-wrapper .flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 50px;
}
.service-link-wrapper .image-box {
  width: 40%;
}
.service-link-wrapper .image-box img {
  width: auto;
  max-width: 100%;
  box-shadow: 0px 0px 14.25px 0.75px rgba(27, 46, 109, 0.1);
}
.service-link-wrapper .description-box {
  display: flex;
  flex-flow: column;
  width: calc(60% - 50px);
  padding-right: 30px;
}
.service-link-wrapper .feature-block {
  margin-bottom: 14px;
}
.service-link-wrapper .check-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #5971ab;
  font-weight: bold;
  font-size: 18px;
}
.service-link-wrapper .check-title::before {
  position: absolute;
  top: 8px;
  left: 5px;
  width: 7px;
  height: 16px;
  transform: rotate(45deg);
  border-right: 2px solid #5971ab;
  border-bottom: 2px solid #5971ab;
  content: "";
}
.service-link-wrapper .feature-text {
  padding-left: 25px;
  font-size: 14px;
  line-height: 2;
}
.service-link-wrapper .feature-btn {
  max-width: 285px;
  margin-top: auto;
}
.service-link-wrapper .feature-btn a {
  padding: 8px 26px !important;
  font-weight: 500;
}

.p-service-bnrarea {
  padding-bottom: 8rem;
}
.p-service-bnrarea .l-container {
  padding-bottom: 0;
}
.p-service-bnrarea-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 0;
}
.p-service-bnrarea-list li {
  width: 30%;
  transition: 0.5s;
}
.p-service-bnrarea-list li.is-active {
  position: relative;
}
.p-service-bnrarea-list li a {
  display: flex;
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  text-align: center;
}
.p-service-bnrarea-list li a::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 113, 171, 0.85);
  content: "";
  opacity: 0;
  transition: all 0.3s ease-out;
}
.p-service-bnrarea-list li a:hover::before {
  opacity: 1;
}
.p-service-bnrarea-list li a:hover::after {
  transform: scale(1.2);
}
.p-service-bnrarea-list li a::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all 0.3s ease-out;
}
.p-service-bnrarea-list.list4 li {
  width: 22%;
}
.p-service-bnrarea-list.list2 li {
  width: 40%;
}
.p-service-bnrarea-list.list2 li.is-active {
  width: 60%;
}
.p-service-bnrarea-list__ttl {
  z-index: 2;
  position: relative;
  margin: auto;
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.17);
}
.p-service-bnrarea-list__001::after {
  background: url(../img/service/bnr_001.jpg) no-repeat center center;
  background-size: cover;
}
.p-service-bnrarea-list__002::after {
  background: url(../img/service/bnr_002.jpg) no-repeat center center;
  background-size: cover;
}
.p-service-bnrarea-list__003::after {
  background: url(../img/service/bnr_003.jpg) no-repeat center center;
  background-size: cover;
}
.p-service-bnrarea-list__004::after {
  background: url(../img/service/bnr_008.jpg) no-repeat center center;
  background-size: cover;
}
.p-service-bnrarea-list__005::after {
  background: url(../img/service/bnr_009.jpg) no-repeat center center;
  background-size: cover;
}
.p-service-bnrarea-list__006::after {
  background: url(../img/service/bnr_004.jpg) no-repeat center center;
  background-size: cover;
}
.p-service-bnrarea-list__007::after {
  background: url(../img/service/bnr_005.jpg) no-repeat center center;
  background-size: cover;
}

.p-service-bnrtop {
  width: 100%;
  max-width: 1000px;
  margin: 6rem auto 2rem auto;
}
.p-service-bnrtop a {
  display: block;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding: 4rem;
  gap: 0;
  background-color: #f3f3f3;
  transition: 0.5s;
}
.p-service-bnrtop a::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  background: url(../img/ico_arrow_005.png) no-repeat;
  background-size: contain;
  content: "";
}
.p-service-bnrtop a:hover {
  opacity: 0.7;
}
.p-service-bnrtop a figure {
  width: 42%;
}
.p-service-bnrtop.bg-w a {
  background-color: #FFF;
}
.p-service-bnrtop__wrap {
  width: 52%;
  margin: auto 0;
}
.p-service-bnrtop__ttl {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
}

.p-service-fcc-academy-cloud__detail h2 {
  padding-bottom: 1rem;
}
.p-service-fcc-academy-cloud__detail ul {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.p-service-fcc-academy-cloud__detail ul li {
  width: 25%;
}
.p-service-fcc-academy-cloud__detail ul li h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.p-service-fcc-academy-cloud__detail ul li .p-service-fcc-academy-cloud__detail__lightBlue-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 155px;
  padding: 20px 20px;
  background-color: #d7e8f2;
  font-weight: bold;
  font-size: 14px;
}
.p-service-fcc-academy-cloud__detail ul li .p-service-fcc-academy-cloud__detail__lightBlue-box p + p {
  margin-top: 10px;
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column {
  margin-top: 4rem;
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 33.333%;
  min-height: 155px;
  padding: 20px 20px;
  background-color: #153378;
  font-weight: bold;
  font-size: 14px;
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box p {
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box p span {
  font-weight: bold;
  font-size: 22px;
}
.p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box p + p {
  margin-top: 10px;
}
.p-service-fcc-academy-cloud__detail .c-arrow--center-bottom {
  border-color: #d6d6d6 transparent transparent transparent;
}
.p-service-fcc-academy-cloud__detail__smallTtl {
  font-size: 16px;
}
.p-service-fcc-academy-cloud__feature {
  /*ul {
    display: flex;
    justify-content: space-between;
    gap: 0px;

    @include mq-down {
      flex-direction: column;
    }

    li {
      width: 33.333%;
      padding: 30px;
      background-color: #fff;
      min-height: 330px;
      font-size: 14px;
      display: flex;
      flex-direction: column;
      justify-content: start;
      box-shadow: 0px 0px 10px 0px #b8b8b8;
      border-radius: 10px;
      margin: 10px;

      @include mq-down {
        width: 100%;
        margin: 0 0 20px;
      }


      h4 {
        text-align: center;
        font-weight: bold;
        margin-bottom: 30px;
        font-size: 18px;
      }

      figure {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;

        img {
          max-width: 100%;
          margin-left: 0rem;
          float: none;
        }

        figcaption {
          margin-top: 30px;
        }
      }

      .p-service-fcc-academy-cloud__feature__box:first-of-type {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 50px;
        margin-bottom: 10px;

        @include mq-down {
          justify-content: center;
        }

        figure {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;

          img {
            max-width: 100%;
            margin-left: 0rem;
            float: none;
          }

          figcaption {
            margin-top: 8px;
          }
        }
      }
      .p-service-fcc-academy-cloud__feature__box:last-of-type {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 70px;

        @include mq-down {
          justify-content: center;
        }

        figure {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          text-align: center;

          img {
            max-width: 100%;
            margin-left: 0rem;
            float: none;
          }

          figcaption {
            margin-top: 8px;
          }
        }
      }
    }
  }*/
}
.p-service-fcc-academy-cloud__feature__img {
  display: flex;
  gap: 10px;
}
.p-service-fcc-academy-cloud__feature__img img {
  width: 100%;
  background-color: #fff;
}
.p-service-fcc-academy-cloud__feature p {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.p-service-fcc-academy-cloud__feature p.clickText {
  margin: 10px 0 0;
}
.p-service-fcc-academy-cloud__feature table {
  width: 100%;
}
.p-service-fcc-academy-cloud__feature table tr.idPrice td span {
  font-size: 2rem;
}
.p-service-fcc-academy-cloud__feature table th {
  display: table-cell;
  padding: 10px;
  border: 1px solid #b8b8b8;
  text-align: center;
  vertical-align: middle;
}
.p-service-fcc-academy-cloud__feature table th .thSmalltxt {
  width: 80%;
  margin: 10px auto 0;
  text-align: left;
}
.p-service-fcc-academy-cloud__feature table th span {
  display: inline-block;
  padding-left: 1em;
  font-weight: normal;
  font-size: 10px;
  text-align: left;
  text-indent: -1em;
}
.p-service-fcc-academy-cloud__feature table th span.thSmalltitle {
  font-weight: bold;
  font-size: 12px;
}
.p-service-fcc-academy-cloud__feature table td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #b8b8b8;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.p-service-fcc-academy-cloud__feature table td span {
  font-weight: bold;
}
.p-service-fcc-academy-cloud__feature table td.tdNone {
  border: none;
}
.p-service-fcc-academy-cloud__feature table td.tdTextleft {
  text-align: left;
}
.p-service-fcc-academy-cloud__feature table td.tdTextleft.numText {
  padding-left: 2em;
  text-align: left;
}
.p-service-fcc-academy-cloud__feature table span.numTextright {
  display: block;
  margin-top: -0.5em;
  margin-right: 1em;
  margin-bottom: -1.5em;
  text-align: right;
}
.p-service-fcc-academy-cloud__feature table th.thGray {
  width: 12%;
  background-color: #d6d6d6;
  color: #111;
}
.p-service-fcc-academy-cloud__feature table th.thBlue01 {
  width: 22%;
  background-color: #7c87a2;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature table th.thBlue02 {
  width: 22%;
  background-color: #435A8E;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature table th.thBlue03 {
  width: 22%;
  background-color: #153378;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature table th.thBlue04 {
  width: 22%;
  background-color: #07183F;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature__maincnt_label {
  width: 960px;
  margin: 0 auto 30px;
  background: #153378;
  color: #fff;
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
}
.p-service-fcc-academy-cloud__feature__maincnt__contents {
  width: 906px;
  margin: 0 auto;
}
.p-service-fcc-academy-cloud__feature__maincntSkill {
  margin-top: 55px;
}
.p-service-fcc-academy-cloud__feature__maincntSkill h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 2.8rem;
}
.p-service-fcc-academy-cloud__feature__maincntSkill h3 span {
  color: #3fa9f5;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table {
  width: 906px;
  border-collapse: collapse;
  font-size: 1.5rem;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr {
  border-bottom: 1px solid #ccc;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr:first-child {
  border-bottom: 2px solid #000;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr:first-child th {
  width: 12.5%;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr:not(:first-child) {
  font-weight: bold;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr th, .p-service-fcc-academy-cloud__feature__maincntSkill table tr td {
  padding: 10px 2px;
  text-align: center;
  vertical-align: middle;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr th:first-child {
  border-right: 2px solid #000;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr th.bl-m {
  color: #fff !important;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr td {
  border-left: 1px solid #ccc;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr td .bl-m {
  color: #000;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .gr {
  background: #E6E6E6;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .bl-d {
  background: #07183F;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .bl-n {
  background: #153378;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .bl-m {
  background: #435A8E;
  color: #fff;
}
.p-service-fcc-academy-cloud__feature__maincntSkill table tr .bl-l {
  background: #d7e8f2;
}
.p-service-fcc-academy-cloud__diff table {
  width: 100%;
}
.p-service-fcc-academy-cloud__diff table span.tableTextred {
  color: red;
  font-weight: normal;
}
.p-service-fcc-academy-cloud__diff table th {
  display: table-cell;
  padding: 10px;
  border: 1px solid #b8b8b8;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.p-service-fcc-academy-cloud__diff table th.thNone {
  width: 20%;
  border: none;
}
.p-service-fcc-academy-cloud__diff table td {
  display: table-cell;
  padding: 10px;
  border: 1px solid #b8b8b8;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}
.p-service-fcc-academy-cloud__diff table td span {
  font-weight: bold;
}
.p-service-fcc-academy-cloud__diff table td.tdNone {
  border: none;
}
.p-service-fcc-academy-cloud__diff table td.tdTextleft {
  text-align: left;
}
.p-service-fcc-academy-cloud__diff table span.numTextright {
  display: block;
  margin-top: -0.5em;
  margin-bottom: -1.5em;
  text-align: right;
}
.p-service-fcc-academy-cloud__diff table th.thBlue02 {
  width: 20%;
  height: 80px;
  background-color: #435A8E;
  color: #fff;
}
.p-service-fcc-academy-cloud__diff table th.thBlue03 {
  width: 20%;
  height: 80px;
  background-color: #153378;
  color: #fff;
}
.p-service-fcc-academy-cloud__diff table th.thBlue04 {
  width: 20%;
  background-color: #07183F;
  color: #fff;
}
.p-service-fcc-academy-cloud__btn {
  margin-top: 3rem;
  text-align: center;
}
.p-service-fcc-academy-cloud__service__detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.p-service-fcc-academy-cloud__service__list {
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 20px;
}
.p-service-fcc-academy-cloud__service__list__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-service-fcc-academy-cloud__service__list h3 {
  -ms-writing-mode: tb-rl;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0px;
  padding: 10px;
  background-color: #5971ab;
  color: #fff;
      writing-mode: vertical-rl;
}
.p-service-fcc-academy-cloud__service__list__item dl {
  display: flex;
  width: 100%;
  margin-top: 10px;
  border: 1px solid #b8b8b8;
}
.p-service-fcc-academy-cloud__service__list__item dl:first-of-type {
  margin-top: 0px;
}
.p-service-fcc-academy-cloud__service__list__item dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 10px;
  border-right: 1px solid #b8b8b8;
  background-color: #a3b1d2;
  font-size: 16px;
  text-align: center;
}
.p-service-fcc-academy-cloud__service__list__item dl dd {
  width: 100%;
  padding: 10px;
  background-color: #fff;
  font-size: 13px;
}
.p-service-fcc-academy-cloud__service__list__item p {
  font-size: 10px;
  text-align: right;
}
.p-service-fcc-academy-cloud__service__list.list01 {
  height: 26vw;
}
.p-service-fcc-academy-cloud__service__list.list02 {
  height: 17vw;
}
.p-service-fcc-academy-cloud__service__list.list03 {
  height: 9vw;
}
.p-service-fcc-academy-cloud__faq ol li {
  margin-bottom: 1em;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.p-service-fcc-academy-cloud-table__caption {
  display: none;
}

.p-service-program-officer-training-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-service-program-officer-training-list__wrap {
  width: 48%;
  margin-bottom: 3rem;
}
.p-service-program-officer-training-list__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 1.5rem;
  gap: 0;
}
.p-service-program-officer-training-list__flex figure {
  width: 35%;
}
.p-service-program-officer-training-list__item {
  width: 60%;
}

.p-service-program-teamleader-training-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-service-program-teamleader-training-list ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 48%;
  margin-bottom: 4%;
  gap: 0;
  background-color: #FFF;
}
.p-service-program-teamleader-training-list ul li figure {
  width: 180px;
}
.p-service-program-teamleader-training-list ul li:nth-child(1) figure {
  background-color: #5971ab;
}
.p-service-program-teamleader-training-list ul li:nth-child(2) figure {
  background-color: #59a5ab;
}
.p-service-program-teamleader-training-list ul li:nth-child(3) figure {
  background-color: #598bab;
}
.p-service-program-teamleader-training-list ul li:nth-child(4) figure {
  background-color: #5a59ab;
}
.p-service-program-teamleader-training-list__wrap {
  width: calc(100% - 180px);
  padding: 2rem;
}

.p-service-top-titlearea__01 {
  margin-top: 15rem;
  background: url(../img/service/bg_001.jpg) no-repeat right center;
  background-size: cover;
}
.p-service-top-titlearea__01 .c-btn--w {
  margin: 0 auto 0 0;
}
.p-service-top-titlearea__02 {
  background: url(../img/service/bg_002.jpg) no-repeat right center;
  background-size: cover;
}
.p-service-top-titlearea__02 .c-btn--w {
  margin: 0 auto 0 0;
}
.p-service-top-titlearea__03 {
  background: url(../img/service/bg_003.jpg) no-repeat right center;
  background-size: cover;
}
.p-service-top-titlearea__03 .c-btn--w {
  margin: 0 auto 0 0;
}
.p-service-top-titlearea__04 {
  background: url(../img/service/bg_004.jpg) no-repeat right center;
  background-size: cover;
}
.p-service-top-titlearea__04 .c-btn--w {
  margin: 0 auto 0 0;
}
.p-service-top-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 4rem;
  gap: 4%;
}
.p-service-top-list li {
  width: 48%;
}
.p-service-top-list li a {
  display: block;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 0;
  border-bottom: 1px solid #eee;
}
.p-service-top-list li a::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_003.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.p-service-top-list li a:hover::after {
  right: 5px;
}
.p-service-top-list li a:hover {
  opacity: 0.7;
}
.p-service-top-list li a.nolink {
  pointer-events: none;
}
.p-service-top-list li a.nolink::after {
  content: none;
}
.p-service-top__h3 {
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-service-top__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-service-top__wrap {
  width: 48%;
}
.p-service-top__wrap .p-service-top-list li {
  width: 100%;
}
.p-service-top__lastblock.l-container {
  padding-top: 0;
}
.p-service-top__lastblock-list {
  -moz-column-gap: 2rem;
  display: flex;
       column-gap: 2rem;
}
.p-service-top__lastblock-list a {
  transition: 0.4s;
}
.p-service-top__lastblock-list a:hover {
  opacity: 0.7;
}

.p-service-worries-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-service-worries-list ul li {
  width: 31%;
  background-color: #eee;
}
.p-service-worries-list ul li figcaption {
  padding: 2.5rem;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
  line-height: 1.6;
}
.p-service-program__wrap {
  margin-bottom: 8rem;
  padding: 0;
  background: #fff;
}
.p-service-program__wrap.mb-0 {
  margin-bottom: 0;
}
.p-service-program__wrap.width92per {
  width: 92.5%;
  margin-inline: auto;
}
.p-service-program__wrap2 {
  width: 70%;
  margin: 5rem auto auto auto;
  margin-bottom: 8rem;
  padding: 5rem;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
.p-service-program__wrap2 ol em {
  font-weight: bold;
}
.p-service-program__wrapin {
  padding: 5rem 5rem 8rem;
}
.p-service-program h3 {
  position: relative;
  margin: 0 0 0 0;
  padding: 3rem 3rem;
  background-color: #5971ab;
  color: #fff;
  font-size: clamp(18px, 1.25vw, 24px);
  text-align: center;
}
.p-service-program h3 em {
  display: block;
  font-size: clamp(24px, 1.562vw, 30px);
}
.p-service-program h4 {
  position: relative;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-service-program h4 span {
  padding-bottom: 1rem;
}
.p-service-program h4 span.h4_num {
  padding: 0;
  padding-right: 0.5rem;
  color: #5971ab;
  font-weight: 400;
  font-size: clamp(24px, 1.562vw, 30px);
}
.p-service-program h4 span.font20 {
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-service-program h4 .num {
  display: inline-block;
  margin-right: 0.5rem;
  color: #5971ab;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-service-program h4.h4_num {
  margin: 3rem 0 2rem;
  padding: 40px 0 0 0;
}
.p-service-program ol {
  margin: 2rem 0 0 2rem;
  list-style: decimal;
}
.p-service-program ol li {
  margin-bottom: 0.5em;
}
.p-service-program__txt {
  margin-bottom: 4rem;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-service-program__txt.mb-80 {
  margin-bottom: 8rem;
}
.p-service-program__wrap--l {
  width: 56%;
}
.p-service-program__wrap--r {
  width: 40%;
}
.p-service-program__wrapimg_c {
  width: 60%;
  margin: auto;
}
.p-service-program__wrapimg {
  width: 46%;
  margin: 0;
}
.p-service-program__caption {
  padding: 2rem;
  background: #5971ab;
  color: #fff;
}
.p-service-program__ttl {
  margin-top: 2rem;
  font-weight: bold;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-service-program__option {
  display: inline-block;
  position: absolute;
  top: -35px;
  left: calc(50% - 100px);
  width: 200px;
  padding: 10px 0;
  border-radius: 25px;
  background-color: #fff;
  color: #5971ab;
  font-size: clamp(16px, 0.9375vw, 18px);
}
.p-service-program__table table {
  width: 100%;
}
.p-service-program__table table ol {
  text-align: left;
}
.p-service-program__table table tr td, .p-service-program__table table tr th {
  padding: 2rem;
  border: 1px solid #ddd;
}
.p-service-program__table.w7 table tr td, .p-service-program__tablew7 table tr th {
  width: 12.5% !important;
}
.p-service-program__table table tr th {
  background-color: #d6e2f3;
  color: #222;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.p-service-program__table table tr th.th_haed {
  background-color: #265db0;
  color: #fff;
}
.p-service-program__table table tr td {
  background-color: #fff;
  font-size: 1.4rem;
}
.p-service-program__table table tr td:first-child {
  background-color: #628ac6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.p-service-program__table table tr:nth-child(2) td {
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.p-service-program__table2 {
  width: 60%;
  margin: auto;
}
.p-service-program__table2.wrap3 {
  width: 32%;
  margin: inherit;
  padding-bottom: 2rem;
}
.p-service-program__table2 table {
  width: 100%;
}
.p-service-program__table2 table tr td, .p-service-program__table2 table tr th {
  padding: 2rem;
  border: 1px solid #ddd;
}
.p-service-program__table2.wrap3 table tr td, .p-service-program__table2.wrap3 table tr th {
  padding: 1rem;
}
.p-service-program__table2 table tr th {
  background-color: #173a6e;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.p-service-program__table2.wrap3 table tr th {
  font-size: 1.2rem;
}
.p-service-program__table2 table tr td {
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.p-service-program__table2.wrap3 table tr td {
  background-color: #fff;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
}
.p-service-program__table2 table tr:nth-child(2n+1) td {
  background-color: #fbfbfb;
}
.p-service-program__table2 table tr td.td_no {
  width: 10%;
  background-color: #628ac6;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.p-service-program__table2 table tr td.td_time {
  background-color: #edf1f8;
}
.p-service-program__table2 table tr:nth-child(2n+1) td.td_time {
  background-color: #e9edf4;
}
.p-service-program-list-title {
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2rem !important;
  text-align: center !important;
}
.p-service-program-list-point ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  gap: 2%;
}
.p-service-program-list-point ul > li {
  position: relative;
  width: 32%;
  height: inherit;
  margin-bottom: 2%;
  padding: 0;
  padding-bottom: 3rem;
}
.p-service-program-list-point__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  padding-top: 5px;
  background-color: #111;
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}
.p-service-program-list-point__num .num {
  font-size: 14px;
}
.p-service-program-list-point__ttl {
  margin-block: 2rem;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
  line-height: 1.55;
}
.p-service-flow__txt.mb-80 {
  margin-bottom: 8rem;
}
.p-service-flow__table {
  margin-top: 5rem;
}
.p-service-flow__table table {
  width: 100%;
}
.p-service-flow__table table tr td, .p-service-flow__table table tr th {
  padding: 2rem;
  border: 1px solid #ddd;
}
.p-service-flow__table table tr th {
  position: relative;
  height: 70px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.p-service-flow__table table tr th:before {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -36px;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-right: 0;
  border-bottom: 35px solid transparent;
  border-style: solid;
  content: "";
}
.p-service-flow__table table tr th.first {
  width: 33.3333%;
  background-color: #173a6e;
}
.p-service-flow__table table tr th.first::before {
  border-left: 36px solid #173a6e;
}
.p-service-flow__table table tr th.second {
  width: 33.3333%;
  background-color: #2a5492;
}
.p-service-flow__table table tr th.second::before {
  border-left: 36px solid #2a5492;
}
.p-service-flow__table table tr th.third {
  width: 33.3333%;
  background-color: #3a72c5;
}
.p-service-flow__table table tr th.third::before {
  content: none;
}
.p-service-flow__table table tr td {
  background-color: #fff;
}
.p-service-cta {
  width: 80%;
  margin: 8rem auto;
}
.p-service-cta ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 4%;
}
.p-service-cta ul li {
  width: 37%;
}
.p-service-cta ul li a {
  display: block;
  width: 100%;
  max-width: 500px;
}
.p-management-program .p-faq .l-container {
  padding-top: 0;
}

dl.p-service-program-dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 48%;
  gap: 0;
}
dl.p-service-program-dl dt {
  width: 25%;
  padding: 3% 0;
  background-color: #265db0;
  text-align: center;
}
dl.p-service-program-dl dt img {
  width: 80%;
  height: auto;
}
dl.p-service-program-dl dd {
  width: 70%;
  padding-top: 1rem;
}
.p-service-program-list-tl {
  width: 48%;
}
.p-service-program-list-tl.width100 {
  width: 100%;
}
.p-service-program-list-tl.width100 li {
  width: 48%;
}
.p-service-program-list-tl li {
  margin-bottom: 1.5rem;
}
.p-service-program-list-tl li em {
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-service-program-list-tl li em span {
  color: #5971ab;
  font-weight: normal;
  font-size: clamp(24px, 1.562vw, 30px);
  font-family: "Roboto", sans-serif;
}

.p-service-program__img2 {
  margin: 3rem 0;
}

h2.c-ttl-h2.mt-5rem {
  margin-top: 5rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.p-service-program-ds-title1 {
  font-weight: 400;
  font-size: clamp(14px, 0.8333vw, 16px);
}
.p-service-program-ds-title2 {
  margin: auto 0;
}
.p-service-program-ds dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 2rem 0;
  gap: 0;
}
.p-service-program-ds dl dt {
  width: 40%;
  padding: 2rem;
  background: #2a5492;
  color: #fff;
  font-size: clamp(18px, 1.046vw, 20px);
  text-align: left;
}
.p-service-program-ds dl dt.dt_01 {
  background-color: #5971ab;
}
.p-service-program-ds dl dt.dt_02 {
  background-color: #598bab;
}
.p-service-program-ds dl dt.dt_03 {
  background-color: #59a5ab;
}
.p-service-program-ds dl dd {
  width: 60%;
  padding: 2rem;
}

.p-service-program-ds2 dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin: 2rem 0;
  gap: 0;
}
.p-service-program-ds2 dl dt {
  width: 40%;
  margin: auto 0;
  padding: 2rem;
  background: #2a5492;
  color: #fff;
  font-size: clamp(16px, 0.9375vw, 18px);
  text-align: left;
}
.p-service-program-ds2 dl dd {
  width: 60%;
  padding: 2rem;
}

.p-service-program__wrapimg {
  line-height: 2;
}
.p-service-program__wrapimg p {
  margin-top: 0.5em;
}
.p-service-program__wrapimg p.indent_3em {
  margin-top: 0;
  padding-left: 2em;
  text-indent: -2em;
}

.p-service-pst-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-service-pst-list li {
  width: 48%;
  margin-bottom: 4rem;
}
.p-service-pst-list figure {
  width: 46%;
}
.p-service-pst-list figure img {
  width: 100%;
  height: auto;
}
.p-service-pst-list__ttl {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
}
.p-service-pst-list__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-service-pst-list__txt {
  width: 48%;
}

.p-service-list__catch {
  margin-bottom: 3rem;
}

.p-service-casestudy .c-list-nomal {
  margin-top: 0;
}
.p-service-casestudy .c-list-nomal li {
  margin-bottom: 4rem;
}

.p-step-box {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  margin-top: 5rem;
  gap: 5rem 2%;
}
.p-step-box__num {
  width: 9rem;
  height: 9rem;
  padding: 1.4rem 0 0;
  background: #eeeeee;
  font-weight: bold;
  font-size: clamp(24px, 1.562vw, 30px);
  line-height: 1.2;
  text-align: center;
}
.p-step-box__num span {
  display: block;
  font-size: clamp(10px, 0.625vw, 12px);
}
.p-step-box__item {
  width: 32%;
  background: #f4f4f4;
}
.p-step-box__item:nth-of-type(1) {
  background: #5971ab;
}
.p-step-box__item:nth-of-type(1) .p-step-box__num {
  color: #5971ab;
}
.p-step-box__item:nth-of-type(2) {
  background: #598bab;
}
.p-step-box__item:nth-of-type(2) .p-step-box__num {
  color: #598bab;
}
.p-step-box__item:nth-of-type(3) {
  background: #59a5ab;
}
.p-step-box__item:nth-of-type(3) .p-step-box__num {
  color: #59a5ab;
}
.p-step-box__item:nth-of-type(4) {
  background: #7c87a2;
}
.p-step-box__item:nth-of-type(4) .p-step-box__num {
  color: #7c87a2;
}
.p-step-box__item:nth-of-type(5) {
  background: #565e70;
}
.p-step-box__item:nth-of-type(5) .p-step-box__num {
  color: #565e70;
}
.p-step-box dl {
  padding: 1rem 4rem 4rem;
  color: #fff;
  text-align: center;
}
.p-step-box dl dt {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: clamp(18px, 1.046vw, 20px);
}
.p-step-box dl dd {
  text-align: left;
}
.p-step-box dl li {
  margin-left: 2rem;
  list-style: auto;
}
.p-step-box.col2 .p-step-box__item {
  width: 49%;
}
.p-step-box.u-clear-both {
  clear: both;
}

.p-tagarea {
  background-color: #f3f3f3;
}
.p-tagarea ul {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  margin-bottom: 1rem;
  gap: 5px;
}
.p-tagarea ul li.active a, .p-tagarea ul li.active span {
  background-color: #5971ab;
  color: #FFF;
  cursor: pointer;
}
.p-tagarea ul a, .p-tagarea ul span {
  display: inline-block;
  padding: 4px 20px 6px 20px;
  border: 1px solid #5971ab;
  background-color: #FFF;
  color: #5971ab;
  font-weight: normal;
  font-weight: bold;
  line-height: 1;
}
.p-tagarea ul a.active, .p-tagarea ul a:hover, .p-tagarea ul span.active, .p-tagarea ul span:hover {
  background-color: #5971ab;
  color: #FFF;
  cursor: pointer;
}
.p-tagarea__ttl {
  margin-bottom: 1rem;
  font-weight: bold;
}
.p-tagarea__ttl2 {
  font-weight: bold;
}
.p-tagarea__ttl2::before {
  content: "● ";
  color: #5971ab;
  font-size: 50%;
  vertical-align: middle;
}

.p-top-mv-btm__container {
  position: relative;
  padding-top: rem(70);
  padding-right: rem(20);
  padding-bottom: 32%;
  padding-left: rem(20);
  overflow: hidden;
}

.p-top-mv-btm__container::after {
  -webkit-animation: rotation 40s linear infinite;
  z-index: -1;
  position: absolute;
  top: 21%;
  left: 50%;
  width: 115vw;
  height: 115vw;
  transform: translateX(-50%);
  background-image: url(../../assets/images/pc/rotate-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
          animation: rotation 40s linear infinite;
}

@-webkit-keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.p-top-mv-btm__head {
  z-index: 1;
  position: relative;
  max-width: rem(600);
  margin: auto;
}

.p-top-mv-btm__head-text {
  font-size: rem(18);
  line-height: 1.9444444444;
}

.p-top-mv-btm__head-text span {
  font-size: rem(32);
  line-height: 1.0625;
}

.p-top-mv-btm__flex {
  max-width: rem(600);
  margin: auto;
}

.p-top-mv-btm__img {
  width: 72%;
  margin-left: auto;
  transform: translateY(-20%);
}

.p-top-mv-btm__img picture,
.p-top-mv-btm__bottom-img picture {
  display: block;
  perspective: rem(744);
}

.p-top-mv-btm__img img {
  -o-object-fit: cover;
  aspect-ratio: 580/400;
  width: 100%;
  height: auto;
  overflow: hidden;
     object-fit: cover;
  transform: rotateY(0);
  border-radius: rem(5);
  box-shadow: 0px rem(30) rem(20) 0 rgba(78, 115, 143, 0.16);
}

.p-top-mv-btm__text-wrap {
  margin-top: rem(10);
}

.p-top-mv-btm__text {
  font-size: rem(14);
  line-height: 2.2857142857;
  letter-spacing: 0.1em;
}

.p-top-mv-btm__text:nth-child(2) {
  margin-top: rem(32);
}

.p-top-mv-btm__bottom-flex {
  position: relative;
  margin-top: rem(72);
  text-align: center;
}

.p-top-mv-btm__bottom-text {
  font-size: rem(18);
  line-height: 1.9444444444;
}

.p-top-mv-btm__bottom-text span {
  font-size: rem(32);
  line-height: 1.5;
}

.p-top-mv-btm__bottom-span-2 {
  padding-left: rem(32);
}

.p-top-mv-btm__bottom-span-1 {
  position: relative;
}

.p-top-mv-btm__bottom-span-1::after {
  position: absolute;
  top: 55%;
  right: rem(-26);
  width: rem(23);
  height: rem(25);
  transform: translateY(-50%);
  background-image: url(../../assets/images/common/cross.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-top-mv-btm__bottom-img {
  z-index: -1;
  position: absolute;
  top: rem(48);
  right: rem(-90);
  width: 60%;
  content: "";
}

.p-top-mv-btm__bottom-img img {
  -o-object-fit: cover;
  aspect-ratio: 580/400;
  width: 100%;
  height: auto;
  overflow: hidden;
     object-fit: cover;
  transform: rotateY(0);
  border-radius: rem(5);
  box-shadow: 0px rem(30) rem(20) 0 rgba(78, 115, 143, 0.16);
}

.p-top-mv-btm__img img,
.p-top-mv-btm__bottom-img img {
  transition: 2s;
}

.p-top-mv-btm__img.is-active img {
  transform: rotateY(15deg);
}

.p-top-mv-btm__bottom-img.is-active img {
  transform: rotateY(-30deg);
}

.p-bg {
  position: relative;
}

.p-bg::before {
  z-index: -1;
  position: absolute;
  top: 90rem;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/sp/mv-bg-3-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.p-training-dispatch-feature-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 4rem;
  gap: 0;
  background-color: #EEE;
}
.p-training-dispatch-feature-box figure {
  width: 43%;
}
.p-training-dispatch-feature-box h2 {
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: clamp(24px, 1.666vw, 32px);
  line-height: 1.2;
}
.p-training-dispatch-feature-box__wrap {
  width: 57%;
  padding: 3rem 4rem;
}
.p-training-dispatch-feature-box__num {
  display: inline-block;
  margin-right: 10px;
  color: #5971ab;
  font-weight: 400;
  font-size: clamp(28px, 2.083vw, 40px);
  font-family: "Roboto", sans-serif;
}
.p-training-dispatch-feature-box.right figure {
  order: 2;
}
.p-training-dispatch-pf {
  position: relative;
}
.p-training-dispatch-pf .l-container {
  z-index: 1;
  position: relative;
}
.p-training-dispatch-pf h2 {
  color: #FFF;
}
.p-training-dispatch-pf::before {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 610px;
  background: linear-gradient(to left, #121212 0%, #121212 52%, #222222 52%, #222222 100%);
  content: "";
}
.p-training-dispatch-pf-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  gap: 0;
}
.p-training-dispatch-pf-list__wrap {
  width: 100%;
  padding: 2rem;
}
.p-training-dispatch-pf-list__ttl {
  margin-bottom: 1rem;
  color: #5971ab;
  font-weight: bold;
  font-size: clamp(12px, 0.729vw, 14px);
}
.p-training-dispatch-pf-list li {
  width: 23%;
  margin-bottom: 2rem;
  background-color: #EEE;
}
.p-training-dispatch-pf-list li figure {
  width: 100%;
}
.p-training-dispatch-pf-list li h3 {
  margin-bottom: 1rem;
  font-size: clamp(18px, 1.25vw, 24px);
}
.p-training-dispatch-pf-btn {
  position: absolute;
  top: 8rem;
  right: 0;
  width: 100%;
  max-width: 313px;
}
.p-training-dispatch-pf-btn a {
  display: block;
  position: relative;
  padding: 2rem 4rem;
  border: 1px solid #111;
  background-color: #FFF;
  font-size: clamp(12px, 0.729vw, 14px);
  text-align: center;
}
.p-training-dispatch-pf-btn a::after {
  display: inline-block;
  position: absolute;
  top: calc(50% - 6px);
  right: 15px;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background: url(../img/ico_arrow_003.png) no-repeat;
  background-size: contain;
  content: "";
  transition: 0.5s;
}
.p-training-dispatch-pf-btn a:hover::after {
  right: 5px;
}
.p-training-dispatch-pf-btn a:hover {
  opacity: 0.7;
}
.p-training-dispatch-pf__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-training-dispatch-theme-list {
  display: flex;
  flex-wrap: wrap;
  align-items: normal;
  justify-content: flex-start;
  margin-top: 5rem;
  gap: 2%;
}
.p-training-dispatch-theme-list li {
  width: 49%;
  margin-bottom: 2%;
  padding: 3rem;
  background-color: #FFF;
}
.p-training-dispatch-theme-list__ttl {
  margin-bottom: 1rem;
  color: #5971ab;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
}
.p-training-dispatch-consultant__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-training-dispatch-consultant__wrap {
  position: relative;
  width: 32%;
  height: auto;
}
.p-training-dispatch-consultant__wrapin {
  position: sticky;
  position: -webkit-sticky;
  top: 102px;
}
.p-training-dispatch-consultant__list {
  width: 68%;
}
.p-training-dispatch-consultant__ico {
  width: 182px;
  margin: auto;
}
.p-training-dispatch-consultant__ttl {
  padding: 2rem 0;
  font-weight: bold;
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.4;
  text-align: center;
}
.p-training-dispatch-consultant__num {
  font-weight: 900;
  font-size: clamp(34px, 2.5vw, 50px);
  text-align: center;
}
.p-training-dispatch-consultant__num em {
  color: #59a5ab;
  font-size: clamp(50px, 5vw, 100px);
  font-family: "Roboto", sans-serif;
}
.p-training-dispatch-consultant__list__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.p-training-dispatch-consultant__list__wrap {
  width: 73%;
}
.p-training-dispatch-consultant__list__num {
  width: 25%;
  margin: auto 0;
  font-weight: 900;
  font-size: clamp(24px, 1.562vw, 30px);
  text-align: right;
}
.p-training-dispatch-consultant__list__num em {
  color: #5971ab;
  font-size: clamp(32px, 3.125vw, 60px);
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.p-training-dispatch-consultant__list ul li {
  margin-bottom: 3rem;
  padding: 2rem 3rem 2rem 3rem;
  border-left: 5px solid #5971ab;
  background-color: #eee;
}
.p-training-dispatch-consultant__list ul li h3 {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.4;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}

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

.u-mt10 {
  margin-top: 1rem;
}

.u-mt20 {
  margin-top: 2rem;
}

.u-mt30 {
  margin-top: 3rem;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt50 {
  margin-top: 5rem;
}

.u-mt60 {
  margin-top: 6rem;
}

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

.u-mb10 {
  margin-bottom: 1rem;
}

.u-mb20 {
  margin-bottom: 2rem;
}

.u-mb30 {
  margin-bottom: 3rem;
}

.u-mb40 {
  margin-bottom: 4rem;
}

.u-mb50 {
  margin-bottom: 5rem;
}

.u-mb60 {
  margin-bottom: 6rem;
}

.u-mb80 {
  margin-bottom: 8rem;
}

.u-mb100 {
  margin-bottom: 10rem;
}

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

.u-link__blue {
  color: #677FB5;
  text-decoration: underline;
}

.u-mt--10 {
  margin-top: 1rem;
}

.u-mb--10 {
  margin-bottom: 1rem;
}

.u-mr--10 {
  margin-right: 1rem;
}

.u-ml--10 {
  margin-left: 1rem;
}

.u-mt--20 {
  margin-top: 2rem;
}

.u-mb--20 {
  margin-bottom: 2rem;
}

.u-mr--20 {
  margin-right: 2rem;
}

.u-ml--20 {
  margin-left: 2rem;
}

.u-mt--30 {
  margin-top: 3rem;
}

.u-mb--30 {
  margin-bottom: 3rem;
}

.u-mr--30 {
  margin-right: 3rem;
}

.u-ml--30 {
  margin-left: 3rem;
}

.u-mt--40 {
  margin-top: 4rem;
}

.u-mb--40 {
  margin-bottom: 4rem;
}

.u-mr--40 {
  margin-right: 4rem;
}

.u-ml--40 {
  margin-left: 4rem;
}

.u-mt--50 {
  margin-top: 5rem;
}

.u-mb--50 {
  margin-bottom: 5rem;
}

.u-mr--50 {
  margin-right: 5rem;
}

.u-ml--50 {
  margin-left: 5rem;
}

.u-mt--60 {
  margin-top: 6rem;
}

.u-mb--60 {
  margin-bottom: 6rem;
}

.u-mr--60 {
  margin-right: 6rem;
}

.u-ml--60 {
  margin-left: 6rem;
}

.u-mt--70 {
  margin-top: 7rem;
}

.u-mb--70 {
  margin-bottom: 7rem;
}

.u-mr--70 {
  margin-right: 7rem;
}

.u-ml--70 {
  margin-left: 7rem;
}

.u-mt--80 {
  margin-top: 8rem;
}

.u-mb--80 {
  margin-bottom: 8rem;
}

.u-mr--80 {
  margin-right: 8rem;
}

.u-ml--80 {
  margin-left: 8rem;
}

.u-mt--90 {
  margin-top: 9rem;
}

.u-mb--90 {
  margin-bottom: 9rem;
}

.u-mr--90 {
  margin-right: 9rem;
}

.u-ml--90 {
  margin-left: 9rem;
}

.u-mt--100 {
  margin-top: 10rem;
}

.u-mb--100 {
  margin-bottom: 10rem;
}

.u-mr--100 {
  margin-right: 10rem;
}

.u-ml--100 {
  margin-left: 10rem;
}

.u-mt--110 {
  margin-top: 11rem;
}

.u-mb--110 {
  margin-bottom: 11rem;
}

.u-mr--110 {
  margin-right: 11rem;
}

.u-ml--110 {
  margin-left: 11rem;
}

.u-mt--120 {
  margin-top: 12rem;
}

.u-mb--120 {
  margin-bottom: 12rem;
}

.u-mr--120 {
  margin-right: 12rem;
}

.u-ml--120 {
  margin-left: 12rem;
}

.u-margin--auto {
  margin-right: auto;
  margin-left: auto;
}

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

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

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

.u-sp {
  display: none;
}
.u-sp {
  display: none;
}
/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none !important;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none !important;
  text-align: center;
}

.lity-wrap:before {
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  content: "";
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -0.8em;
  color: #fff;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  display: inline-block;
  z-index: 9992;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  content: "";
}

.lity-close {
  -webkit-appearance: none;
  z-index: 9994;
  position: fixed;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.lity-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  font-family: Arial, Baskerville, monospace;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.lity-close:active {
  top: 1px;
}

.lity-image img {
  display: block;
  max-width: 100%;
  border: 0;
  line-height: 0;
}

.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  transform: translateZ(0);
  pointer-events: auto;
}

.lity-iframe-container iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-hide {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  font-family: "slick";
}
/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-size: 20px;
  line-height: 1;
  font-family: "slick";
  opacity: 1;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  /*margin-bottom: 30px;*/
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  color: black;
  font-size: 6px;
  line-height: 20px;
  font-family: "slick";
  text-align: center;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

.js-slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.js-slide.slick-initialized {
  opacity: 1;
}

@media screen and (min-width: 481px) {
  .test {
    opacity: 1;
  }
}

@media screen and (min-width: 769px) {
  .test {
    opacity: 1;
  }
  a:hover, a:active {
    text-decoration: none;
  }
  .only_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .test {
    opacity: 1;
  }
  .p-header__nav nav {
    height: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .test {
    opacity: 1;
  }
  .p-header__inner, .p-footer-nav__wrap, .l-container {
    width: 100%;
  }
  .l-container {
    padding: 5rem 5vw;
  }
  .c-title--bg span:nth-of-type(2) {
    max-width: calc(100% - 11rem);
  }
  .c-titlearea .l-container {
    padding: 5rem 5vw;
  }
  .c-titlearea__ttl-r {
    margin-top: 0;
  }
  .p-blk__profile dl dt {
    width: 100%;
    margin-top: 0.5rem;
  }
  .p-blk__profile dl dd {
    width: 100%;
  }
  .p-blk__company-outline-tbl {
    width: 100%;
  }
  .p-blk__company-outline-prime {
    width: 100%;
  }
  .p-blk__company-outline-prime .c-btn--list3 {
    width: 80%;
  }
  .p-company-about h2 {
    top: -4rem;
    font-size: 18px;
  }
  .p-company-about__ttl {
    height: 25vw;
  }
  .p-company-about__ttl__en {
    top: -9.5rem;
    font-size: 60px;
  }
  .p-footer-cta__bnr {
    height: auto;
  }
  .p-footer-cta__btn {
    width: 100%;
  }
  .p-footer-nav {
    padding: 3rem 5vw;
  }
  .p-footer-nav__logo {
    /*width: 11.75vw;*/
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-home-event-btn {
    position: inherit;
    top: inherit;
    left: inherit;
    margin: 5rem auto 0 auto;
  }
  .p-home-review-list {
    left: 0;
  }
  .p-service-cta ul li {
    width: 48%;
  }
  .p-training-dispatch-pf-btn {
    position: inherit;
    top: inherit;
    right: inherit;
    margin: 5rem auto 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .test {
    opacity: 1;
  }
  .only_pc {
    display: none !important;
  }
  .l-container.pt130 {
    padding-top: 4rem;
  }
  .l-container.pb120 {
    padding-bottom: 4rem;
  }
  .c-anchorlink {
    margin: 0 auto -15.5rem auto;
  }
  .c-anchorlink ul li {
    border-right: none;
    border-bottom: 1px solid #222222;
  }
  .c-anchorlink ul li a {
    padding: 1.5rem 0;
  }
  .c-anchorlink ul.c-anchorlink-list4 li {
    width: 100%;
  }
  .c-anchorlink ul.c-anchorlink-list3 li {
    width: 100%;
  }
  .c-anchorlink ul.c-anchorlink-list2 li {
    width: 100%;
  }
  *[class^=c-img-box] img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 2rem;
    float: none;
  }
  .c-img-box--l__item, .c-img-box--l img {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  .c-img-box--l-m34 {
    margin-top: 0;
  }
  .c-img-box--r__item, .c-img-box--r img {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  .c-img-box--half__item {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  .c-img-box--half__item_52 {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  .c-img-box--half__item_42 {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  .c-img-box--half__item_30 {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }
  .c-list-nomal.list2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-list-nomal.list3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-list-nomal.list4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-list-nomal.list-event li figure {
    min-height: 0;
  }
  .c-list-platform li {
    width: 100%;
  }
  .c-list-platform__wrap {
    padding: 2rem 2rem 8rem 2rem;
  }
  .c-list-caselogo li {
    width: 49%;
  }
  .c-page-top {
    display: none;
  }
  .c-title-h2.mb-50 {
    margin-bottom: 2rem;
  }
  .c-titlearea h2 {
    text-align: left;
  }
  .c-titlearea__ttl-r {
    text-align: left;
  }
  .c-titlearea__lead__flex figure {
    order: 3;
    width: 80%;
    margin: 3rem auto 0 auto;
  }
  .c-titlearea__lead__wrap {
    width: 100%;
  }
  .p-about {
    padding-top: 10rem;
  }
  .p-about-list1 ul {
    margin-bottom: -14rem;
  }
  .p-about-list1 ul li {
    padding: 2rem 0 2rem 0;
  }
  .p-about-list1 ul li figure img {
    width: 70px;
  }
  .p-about-list1__ttl1 {
    font-size: clamp(12px, 0.729vw, 14px);
  }
  .p-about-list1__ttl2 {
    font-size: clamp(14px, 0.8333vw, 16px);
  }
  .p-about-list1__ttl2 em {
    font-size: clamp(28px, 2.083vw, 40px);
  }
  .p-about-list2 li figure {
    width: 100%;
  }
  .p-about-list2 li:nth-child(2n+1) figure {
    order: 3;
  }
  .p-about-list2__wrap {
    width: 100%;
    padding: 2rem;
  }
  .p-blk__relate-link-list p {
    margin-bottom: 1rem;
  }
  .p-blk__relate-link-list ul li a {
    display: block;
  }
  .p-blk__relate-link-list .c-cate--line {
    display: block;
  }
  .p-blk__mv {
    margin-bottom: 5rem;
  }
  .p-blk__interview {
    margin-bottom: 7rem;
  }
  .p-blk__interview h2 {
    margin-bottom: 2rem;
  }
  .p-blk__interview .c-img-box--r__item,
.p-blk__interview .c-img-box--l__item {
    width: 100%;
    max-width: initial;
  }
  .p-blk__cnt {
    margin-bottom: 7rem;
  }
  .p-blk__cnt h2 {
    margin-bottom: 2rem;
  }
  .p-blk__cnt .c-img-box--r__item,
.p-blk__cnt .c-img-box--l__item {
    width: 100%;
    max-width: initial;
  }
  .p-blk__service-fcc-case-list ul li {
    width: 100%;
  }
  .p-blk__service-fcc-case-list figure img {
    width: 100%;
  }
  .p-blk__company-feature > div {
    width: 100%;
  }
  .p-blk__company-feature figure {
    width: 100%;
    height: 30vw;
  }
  .p-blk__company-feature figure img {
    width: 100%;
  }
  .p-blk__company-outline-tbl th {
    display: block;
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .p-blk__company-outline-tbl td {
    display: block;
    width: 100%;
    padding: 0.5rem 0 2rem 0;
  }
  .p-blk__consultant_intro img {
    width: 100%;
  }
  .p-blk__consultant_intro > div {
    width: 100%;
  }
  .p-blk__point dl {
    width: 100%;
  }
  .p-blk__service_about ul li {
    width: 100%;
  }
  .p-blk__service_about ul li dl {
    padding: 2rem 0;
  }
  .p-blk__cercle-list ul li {
    width: 100%;
    height: auto;
    padding: 3rem;
    border-radius: 0;
  }
  .p-blk--service-junior-book ul li {
    width: 100%;
  }
  .p-blk--service-junior-book ul {
    display: flex;
    flex-wrap: wrap;
    align-items: normal;
    justify-content: space-between;
    gap: 2rem;
  }
  .p-blk--get-box ul li {
    width: 100%;
  }
  .p-blk--eye13case .description-case__movie-box {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .p-blk--eye13case .description-case__data {
    width: 100%;
  }
  .p-blk__outline-group .box .logo {
    width: 25%;
  }
  .p-blk__outline-group .box .info {
    width: calc(75% - 2rem);
  }
  .p-blk__outline-group .box a {
    margin: 1rem auto 0;
  }
  .p-blk__history-group .box .c-btn--line {
    margin: 0 auto;
  }
  .p-blk__phase__item__cont__txtbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .p-blk__phase__item__cont__imgbox {
    width: 100%;
  }
  .p-blk__phase__item__cont__list ul li {
    width: 100%;
  }
  .p-blk__phase__item__cont__list-item-img {
    width: 100%;
  }
  .p-blk__phase__item__cont__list-item-text {
    width: 100%;
  }
  .p-company-about {
    padding-top: 5rem;
  }
  .p-company-about ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
  .table_Meeting_wrap {
    overflow-x: scroll;
  }

  table.Meeting tr th,
table.Meeting tr td {
    padding: 15px 10px;
  }

  .pdf-box.pdf-box_type1.flex.link_box_1004 {
    display: flex;
    flex-direction: column-reverse;
  }

  .pdf-box.link_box_1004 .pdf-box__img {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .pdf-box.link_box_1004 .pdf-box__ttl p {
    font-size: 2rem;
  }
  .p-course-list ul li {
    width: 100%;
  }
  .p-course-list ul li a {
    min-height: auto;
    padding: 2rem 6rem 2rem 3rem;
  }
  .p-education__table tr {
    display: -ms-grid;
    display: grid;
  }
  .p-education__table tr, .p-education__table tr, .p-education__table td {
    width: 100%;
  }
  .p-education__table th {
    width: 100%;
  }
  .p-education__table td:first-of-type {
    text-align: center;
  }
  .p-education__schedule {
    width: 1000px;
  }
  .p-education__schedule--wrap {
    overflow-x: scroll;
  }
  .p-faq-list dt {
    padding: 2rem 5rem 2rem 6rem;
  }
  .p-faq-list dt i {
    position: absolute;
    top: calc(50% - 1.5rem);
    left: 1rem;
  }
  .p-faq-list dd {
    font-size: 16px;
  }
  .p-faq-list dd {
    position: relative;
    padding: 2rem 5rem 2rem 6rem;
  }
  .p-faq-list dd i {
    position: absolute;
    top: 2.5rem;
    left: 1rem;
  }
  .p-footer-cta h2 {
    margin-left: 0;
  }
  .p-footer-cta__en {
    margin-left: 0;
  }
  .p-footer-cta__bnr {
    width: 100% !important;
  }
  .p-footer-nav__copyright {
    width: 100%;
    margin: 2rem auto 0;
    text-align: right;
  }
  .p-header__nav ul li a {
    font-size: 1.8rem;
  }
  .p-home-mv-list li h1 {
    font-size: 28px;
  }
  .p-home-mv-list li h1 span {
    padding: 0 1rem;
  }
  .p-home-mv-list li h2 span {
    font-size: clamp(12px, 0.729vw, 14px) !important;
  }
  .p-home-mv .slick-dots {
    right: 50%;
    bottom: 50px;
    padding-right: 0;
    transform: translateX(50%);
    text-align: center;
  }
  .p-home-mv .ico_scroll {
    bottom: -25px;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
  }
  .p-home-event-list li {
    width: 100%;
  }
  .p-home-event-list li a {
    height: auto;
    padding: 2rem 2rem;
  }
  .p-home-event-list li a figure {
    top: 0;
    left: 0;
  }
  .p-home-review-list li p {
    font-size: clamp(12px, 0.729vw, 14px);
  }
  .p-home-review-list__ttl {
    font-size: clamp(16px, 0.9375vw, 18px);
  }
  .p-home-review-list .slick-prev,
.p-home-review-list .slick-next {
    top: 15%;
    left: 10px;
    width: 40px;
    height: 40px;
  }
  .p-home-review-list .slick-prev {
    left: 10vw;
  }
  .p-home-review-list .slick-next {
    left: 80vw;
  }
  .p-home-consultant::before {
    top: 550px;
  }
  .p-home-consultant-list li {
    min-width: none;
  }
  .p-home-consultant-list li.slick-current figure {
    width: 200px;
  }
  .p-home-consultant-list li.slick-current a {
    padding-bottom: 80px;
  }
  .p-home-consultant-list li.slick-current + li {
    padding-bottom: 100px;
  }
  .p-home-consultant-list li.slick-current + li figure {
    width: 130px;
  }
  .p-home-consultant-list li.slick-current + li a {
    padding-bottom: 0;
  }
  .p-home-consultant-list .slick-prev {
    top: 586px;
  }
  .p-home-consultant-list .slick-next {
    top: 586px;
  }
  .p-home-consultant .slick_pause {
    top: 586px;
  }
  .p-home-consultant .slick-num {
    top: 486px;
  }
  .p-home-lead__01 h2 {
    font-size: 20px;
  }
  .p-home-lead__01 h2 span {
    font-size: 16px;
  }
  .p-home-lead__flex figure {
    width: 100%;
  }
  .p-home-lead__wrap {
    width: 100%;
  }
  .p-home-lead__wrap h3 {
    padding-top: 2rem;
    font-size: 26px;
  }
  .p-home-lead__btn a {
    margin-inline: auto;
  }
  .p-top-business__cards {
    background: none !important;
  }
  .p-top-business__cards a {
    height: auto;
    padding: 5rem 3rem;
  }
  .p-top-business__cards li {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 5px;
  }
  .p-top-business__cards li.is-active {
    width: 100%;
  }
  .p-top-business__cards li.is-active .p-top-business__card__ttl {
    margin-bottom: 1rem;
    font-size: 24px;
  }
  .p-top-business__card__text {
    display: block;
  }
  .p-top-business__card__btn {
    display: block;
    margin-inline: auto;
  }
  .p-platform-academy-cloud-lead__wrap {
    width: 100%;
  }
  .p-platform-academy-cloud-lead figure {
    width: 100%;
  }
  .p-platform-academy-cloud-lead figure.p-platform-academy-cloud__logo {
    width: 100%;
    margin: 4rem auto 0;
  }
  .p-platform-academy-cloud-point__ttl {
    font-size: 16px;
  }
  .p-platform-academy-cloud-list1 li {
    width: 100%;
  }
  .p-platform-academy-cloud-list2 li {
    width: 100%;
  }
  .p-platform-academy-cloud-list2__wrap {
    padding: 3rem 2rem;
  }
  .p-related-list li {
    width: 100%;
  }
  .p-service-program__table2.flex3 table {
    width: 100% !important;
  }
  .p-service-program__table2.flex2 table {
    width: 100% !important;
  }
  .p-service-program__img2 {
    width: 100%;
  }
  .p-service-program__document {
    width: 100%;
  }
  .program-table {
    width: 100%;
    overflow-x: scroll;
  }
  .program-table::before {
    display: inline-block;
    margin-bottom: 10px;
    content: "※横にスクロールできます。";
  }
  .program-table-inner {
    width: 1000px;
  }
  .program-table .theme-col {
    padding: 10px;
  }
  .program-table .lecture-col {
    padding: 10px;
  }
  .program-table .group-col {
    padding: 30px 10px 10px;
  }
  .program-table .workshop-col {
    padding: 30px 10px 10px;
  }
  .service-link-wrapper {
    padding: 20px 15px 28px;
  }
  .service-link-wrapper .header-banner {
    margin-bottom: 16px;
    padding: 6px 15px;
  }
  .service-link-wrapper .banner-text {
    font-size: 18px;
  }
  .service-link-wrapper .flex-container {
    gap: 30px;
  }
  .service-link-wrapper .image-box {
    width: 100%;
  }
  .service-link-wrapper .description-box {
    width: 100%;
    padding-right: 0;
  }
  .service-link-wrapper .check-title {
    font-size: 16px;
  }
  .p-service-bnrarea-list li {
    width: 100% !important;
  }
  .p-service-bnrarea-list li a {
    height: 24vw;
  }
  .p-service-bnrarea-list.list4 li {
    width: 100% !important;
  }
  .p-service-bnrarea-list.list2 li {
    width: 100% !important;
  }
  .p-service-bnrtop a {
    padding: 2rem 2rem 6rem 2rem;
  }
  .p-service-bnrtop a figure {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-service-bnrtop__wrap {
    width: 100%;
  }
  .p-service-fcc-academy-cloud__detail ul {
    flex-direction: column;
  }
  .p-service-fcc-academy-cloud__detail ul li {
    width: 100%;
  }
  .p-service-fcc-academy-cloud__detail ul li .p-service-fcc-academy-cloud__detail__lightBlue-box {
    min-height: 126px;
  }
  .p-service-fcc-academy-cloud__detail ul.p-service-fcc-academy-cloud__detail__3column li.p-service-fcc-academy-cloud__detail__Blue-box {
    width: 100%;
  }
  .p-service-fcc-academy-cloud__feature__maincnt__scroll {
    overflow-x: scroll;
  }
  .p-service-fcc-academy-cloud__feature table {
    width: 1200px;
  }
  .p-service-fcc-academy-cloud__feature__maincnt_label {
    width: 100%;
    font-size: 2.2rem;
  }
  .p-service-fcc-academy-cloud__feature__maincnt__contents {
    width: 100%;
  }
  .p-service-fcc-academy-cloud__feature__maincntSkill {
    margin-top: 30px;
  }
  .p-service-fcc-academy-cloud__feature__maincntSkill h3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .p-service-fcc-academy-cloud__feature__maincntSkill table {
    font-size: 1.4rem;
  }
  .p-service-fcc-academy-cloud__feature__maincntSkill table tr:first-child th {
    width: 130px;
  }
  .p-service-fcc-academy-cloud__service__detail {
    flex-direction: column;
  }
  .p-service-fcc-academy-cloud__service__list {
    flex-direction: column;
  }
  .p-service-fcc-academy-cloud__service__list h3 {
    -ms-writing-mode: lr-tb;
    width: 100%;
        writing-mode: horizontal-tb;
  }
  .p-service-fcc-academy-cloud__service__list__item dl {
    width: 90vw;
  }
  .p-service-fcc-academy-cloud__service__list__item dl dt {
    min-width: 140px;
  }
  .p-service-fcc-academy-cloud__service__list__item p {
    text-align: left;
  }
  .p-service-fcc-academy-cloud__service__list.list01 {
    height: auto;
  }
  .p-service-fcc-academy-cloud__service__list.list02 {
    height: auto;
  }
  .p-service-fcc-academy-cloud__service__list.list03 {
    height: auto;
  }
  .p-service-fcc-academy-cloud-table {
    width: 1400px !important;
  }
  .p-service-fcc-academy-cloud-table__wrap {
    overflow-x: scroll;
  }
  .p-service-fcc-academy-cloud-table__caption {
    display: block;
    margin-bottom: 1em !important;
  }
  .p-service-program-officer-training-list__wrap {
    width: 100%;
  }
  .p-service-program-officer-training-list__flex figure {
    width: 100%;
    padding: 0 3rem 2rem;
  }
  .p-service-program-officer-training-list__item {
    width: 100%;
  }
  .p-service-program-teamleader-training-list ul li {
    width: 100%;
  }
  .p-service-program-teamleader-training-list ul li figure {
    width: 90px;
  }
  .p-service-program-teamleader-training-list__wrap {
    width: calc(100% - 90px);
  }
  .p-service-top-titlearea__01 {
    position: relative;
  }
  .p-service-top-titlearea__01 .l-container {
    z-index: 2;
    position: relative;
  }
  .p-service-top-titlearea__01::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 217, 217, 0.85);
    content: "";
  }
  .p-service-top-titlearea__02 {
    position: relative;
  }
  .p-service-top-titlearea__02 .l-container {
    z-index: 2;
    position: relative;
  }
  .p-service-top-titlearea__02::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 217, 217, 0.85);
    content: "";
  }
  .p-service-top-titlearea__03 {
    position: relative;
  }
  .p-service-top-titlearea__03 .l-container {
    z-index: 2;
    position: relative;
  }
  .p-service-top-titlearea__03::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 217, 217, 0.85);
    content: "";
  }
  .p-service-top-titlearea__04 {
    position: relative;
  }
  .p-service-top-titlearea__04 .l-container {
    z-index: 2;
    position: relative;
  }
  .p-service-top-titlearea__04::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 217, 217, 0.85);
    content: "";
  }
  .p-service-top-list li {
    width: 100%;
  }
  .p-service-top__wrap {
    width: 100%;
  }
  .p-service-top__wrap figure {
    padding-bottom: 4rem;
  }
  .p-service-top__lastblock-list {
    row-gap: 1.5rem;
    flex-direction: column;
  }
  .p-service-worries-list ul li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-service-program__wrap {
    margin-bottom: 5rem;
  }
  .p-service-program__wrap.width92per {
    width: 100%;
  }
  .p-service-program h4.h4_num {
    margin: 1rem 0 3rem 0;
    padding: 20px 0 0 50px;
  }
  .p-service-program__txt.mb-80 {
    margin-bottom: 4rem;
  }
  .p-service-program-list-point ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 2%;
  }
  .p-service-program-list-point ul > li {
    width: 100%;
    height: inherit;
    margin-bottom: 4rem;
    padding: 0 0 0;
  }
  .p-service-program-list-point__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    padding-top: 5px;
    background-color: #111;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
  }
  .p-service-program-list-point__num .num {
    font-size: 12px;
  }
  .p-service-program-list-point__ttl {
    font-weight: bold;
    font-size: clamp(18px, 1.046vw, 20px);
  }
  .p-service-program__wrapin {
    padding: 4rem 2rem;
  }
  .p-service-program h3 br {
    display: none;
  }
  .p-service-program h4 span {
    padding-bottom: 2px;
  }
  .p-service-program__wrap--l {
    width: 100%;
    padding-bottom: 2rem;
  }
  .p-service-program__wrap--r {
    width: 100%;
  }
  .p-service-program__wrapimg_c {
    width: 100%;
    margin: auto;
  }
  .p-service-program__wrapimg {
    width: 100%;
    margin: auto;
  }
  .p-service-program__table table {
    width: 100%;
    margin-bottom: 3rem;
  }
  .p-service-flow__txt {
    padding-bottom: 2rem;
  }
  .p-service-flow__txt.mb-80 {
    margin-bottom: 2rem;
  }
  .table_scroll {
    padding: 0 0 3rem 0;
    overflow-x: scroll;
  }
  .table_scroll table {
    width: 1280px;
  }
  .p-service-cta ul li a {
    margin: auto;
  }
  .p-service-cta {
    width: 100%;
    margin: 4rem auto;
  }
  .p-service-cta ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .p-service-cta ul li a {
    display: block;
    width: 100%;
    max-width: 500px;
  }
  dl.p-service-program-dl {
    width: 100%;
    margin-bottom: 2rem;
  }
  dl.p-service-program-dl dt {
    width: 20%;
  }
  dl.p-service-program-dl dt img {
    width: 100%;
    height: auto;
  }
  dl.p-service-program-dl dd {
    width: 75%;
    padding-top: 0;
  }
  dl.p-service-program-dl dd .p-service-program__ttl {
    margin-top: 0;
  }
  .p-service-program-list-tl.width100 li {
    width: 100%;
  }
  .p-service-program-list-tl {
    width: 100%;
  }
  .p-service-program-ds dl dt {
    width: 100%;
  }
  .p-service-program-ds dl dd {
    width: 100%;
  }
  .p-service-program-ds2 dl dt {
    width: 100%;
  }
  .p-service-program-ds2 dl dd {
    width: 100%;
  }
  .p-service-pst-list figure {
    width: 100%;
  }
  .p-service-pst-list__ttl {
    margin-bottom: 1rem;
  }
  .p-service-pst-list__txt {
    width: 100%;
  }
  .p-service-pst-list li {
    width: 100%;
    margin-bottom: 4rem;
  }
  .p-step-box__item {
    width: 100%;
  }
  .p-top-mv-btm__container {
    max-width: 110rem;
    margin: 0 auto;
    padding-top: rem(184);
    padding-right: rem(80);
    padding-bottom: rem(200);
    padding-left: rem(80);
  }
  .p-top-mv-btm__container::after {
    top: 38%;
    width: 46vw;
    height: 46vw;
  }
  .p-top-mv-btm__head {
    width: 85%;
    max-width: unset;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
  }
  .p-top-mv-btm__head-text {
    font-size: rem(42);
    line-height: 1.86;
  }
  .p-top-mv-btm__head-text span {
    font-size: rem(62);
    line-height: 1.1774193548;
  }
  .p-top-mv-btm__flex {
    display: flex;
    align-items: flex-start;
    max-width: unset;
    margin-top: rem(20);
    margin-right: 0;
    margin-bottom: 0;
    margin-left: rem(85);
    gap: 4rem;
  }
  .p-top-mv-btm__img {
    width: 40%;
    margin-left: unset;
  }
  .p-top-mv-btm__img img {
    aspect-ratio: 580/400;
    border-radius: rem(10);
    box-shadow: 0px rem(40) rem(40) 0 rgba(78, 115, 143, 0.16);
  }
  .p-top-mv-btm__text-wrap {
    width: 50%;
    max-width: rem(730);
    margin-top: unset;
  }
  .p-top-mv-btm__text {
    font-size: clamp(10px, 0.94vw, 18px);
    line-height: 2.6666666667;
  }
  .p-top-mv-btm__text:nth-child(2) {
    margin-top: rem(48);
  }
  .p-top-mv-btm__bottom-flex {
    margin-top: 11rem;
  }
  .p-top-mv-btm__bottom-text-wrap {
    margin: auto;
  }
  .p-top-mv-btm__bottom-text {
    font-size: rem(42);
    line-height: 1.5;
  }
  .p-top-mv-btm__bottom-text span {
    font-size: rem(62);
    line-height: 1.1774193548;
  }
  .p-top-mv-btm__bottom-span-2 {
    padding-left: rem(65);
  }
  .p-top-mv-btm__bottom-span-1::after {
    right: rem(-50);
    width: rem(42);
    height: rem(46);
  }
  .p-top-mv-btm__bottom-img {
    top: 60%;
    right: rem(48);
    width: 25%;
    transform: translateY(-50%);
  }
  .p-top-mv-btm__bottom-img img {
    border-radius: rem(10);
    box-shadow: 0px rem(40) rem(40) 0 rgba(78, 115, 143, 0.16);
  }
  .p-bg::before {
    background-image: url(../../assets/images/pc/mv-bg-3.png);
  }
  .p-training-dispatch-feature-box figure {
    width: 100%;
  }
  .p-training-dispatch-feature-box__wrap {
    width: 100%;
    padding: 1.5rem;
  }
  .p-training-dispatch-feature-box.right figure {
    order: 0;
  }
  .p-training-dispatch-pf-list__wrap {
    width: 100%;
    padding: 1.5rem;
  }
  .p-training-dispatch-pf-list li {
    width: 100%;
  }
  .p-training-dispatch-pf-list li figure {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  .p-training-dispatch-pf-list li figure img {
    display: block;
    width: 100%;
    margin-top: -100px;
  }
  .p-training-dispatch-theme-list li {
    width: 100%;
    padding: 1.5rem;
  }
  .p-training-dispatch-consultant__wrap {
    width: 100%;
  }
  .p-training-dispatch-consultant__list {
    width: 100%;
  }
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  br.u-sp {
    display: inline;
  }
  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  br.u-sp {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  .test {
    opacity: 1;
  }
  .p-training-dispatch-consultant__list__wrap {
    width: 100%;
  }
  .p-training-dispatch-consultant__list__num {
    width: 100%;
  }
}

@media screen and (max-width: 1650px) {
  .l-container2 {
    margin: 0 5vw;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-page-top a:hover {
    color: #0566d4;
  }
  .c-page-top a:hover::before {
    border-color: #0566d4;
  }
  .p-blk__relate-link-list ul li a:hover {
    text-decoration: underline;
  }
  .p-blk__service-fcc-case-list ul li a:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
  .p-blk__half-link-img-list a:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
  .p-blk__half-link-list a:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s;
  }
  .p-breadcrumb ul a:hover::after {
    transform: scale(1, 1);
  }
  .p-footer-nav ul a:hover {
    color: #6e7786;
    transition: 0.3s;
  }
  .p-header__logo a:hover {
    opacity: 0.7;
    transition: 0.3s;
  }
  .p-header__nav ul li a:hover::after {
    transform: scale(1, 1);
  }
  .p-header__nav ul:nth-of-type(2) li a:hover {
    background: #6e7786 !important;
    transition: 0.5s;
  }
}

@media only screen and (max-width: 767px) {
  .p-blk__ctaArea dl dd {
    flex-direction: column-reverse;
  }
  .p-blk__ctaArea dl dd .p-archive-list__item {
    padding: 2rem;
  }
  .p-blk__ctaArea dl dd img {
    width: 100%;
  }
  .p-blk__related .p-local-nav--service {
    margin-top: 3rem;
  }
  .p-blk__related ul {
    flex-direction: column;
    gap: 2rem;
  }
  .p-blk__related ul li a figure {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-blk__related ul li a {
    flex-direction: column;
    gap: 0;
  }
  .p-blk__related ul li a p:last-of-type {
    margin-top: 0;
  }
  .p-blk__casestudy__item {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .p-blk__casestudy__item__txtbox {
    margin-right: 0;
  }
  .p-blk__casestudy__item__imgbox {
    width: 100%;
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
  .p-blk__feature__threeitem__list {
    width: 100%;
    margin-bottom: 2rem;
  }
  .p-blk__succession__plan__table table tr td, .p-blk__succession__plan__table table tr th {
    padding: 1rem;
  }
  .p-blk__executive-training__table table tr td, .p-blk__executive-training__table table tr th {
    padding: 1rem;
  }
  .p-service-program__wrap2 {
    width: 100%;
  }
  .p-service-program__table table tr td, .p-service-program__table table tr th {
    padding: 1rem;
  }
  .p-service-program__table2 table tr td, .p-service-program__table2 table tr th {
    padding: 1rem;
  }
  .p-service-flow__table table tr td, .p-service-flow__table table tr th {
    padding: 1rem;
  }
}

@media screen and (max-width: 1340px) {
  .p-blk__succession__plan__table {
    overflow-x: scroll;
  }
  .p-blk__succession__plan__table table {
    width: 1100px;
  }
  .p-blk__executive-training__table {
    overflow-x: scroll;
  }
  .p-blk__executive-training__table table {
    width: 1100px;
  }
  .p-footer-nav__logo {
    width: auto;
  }
  .p-service-flow__table {
    margin-top: 0;
    padding: 0 0 3rem 0;
    overflow-x: scroll;
  }
  .p-service-flow__table table {
    width: 1100px;
  }
}

@media screen and (max-width: 1280px) and (max-width: 768px) {
  .p-company-about h2 {
    position: absolute;
    top: -10rem;
    left: 4%;
  }
  .p-company-about__ttl__en {
    top: -6rem;
    left: 4%;
    font-size: 40px;
  }
}

@media screen and (max-width: 1000px) {
  .p-course-ttlarea__001 {
    height: auto;
  }
  .p-course-ttlarea__001 .l-container {
    z-index: 1;
    position: relative;
  }
  .p-course-ttlarea__001::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 217, 217, 0.85);
    content: "";
  }
  .p-course-ttlarea__002 {
    height: auto;
  }
  .p-course-ttlarea__002 .l-container {
    z-index: 1;
    position: relative;
  }
  .p-course-ttlarea__002::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 217, 217, 0.85);
    content: "";
  }
  .p-course-ttlarea__003 {
    height: auto;
  }
  .p-course-ttlarea__003 .l-container {
    z-index: 1;
    position: relative;
  }
  .p-course-ttlarea__003::before {
    display: block;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(222, 217, 217, 0.85);
    content: "";
  }
}

@media screen and (max-width: 1050px) {
  .p-footer-nav__logo .flex {
    width: 100%;
  }
  .p-header__logo {
    max-width: 80%;
    margin-left: 5vw;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__nav ul li.header-spOnly {
    display: block !important;
  }
  .p-header__hamburger {
    display: block;
    z-index: 3;
    position: fixed;
    top: 2rem;
    right: 5vw;
    width: 4.2rem;
    height: 4.2rem;
    text-align: center;
    cursor: pointer;
  }
  .p-header__hamburger span {
    display: block;
    position: absolute;
    left: 0.6rem;
    width: 3rem;
    height: 0.2rem;
    background: #555;
    transition: 0.3s ease-in-out;
  }
  .p-header__hamburger span:nth-child(1) {
    top: 1rem;
  }
  .p-header__hamburger span:nth-child(2) {
    top: 2rem;
  }
  .p-header__hamburger span:nth-child(3) {
    top: 3rem;
  }
  .p-header__hamburger.is-active span:nth-child(1) {
    top: 1.6rem;
    left: 0.6rem;
    transform: rotate(-45deg);
  }
  .p-header__hamburger.is-active span:nth-child(2), .p-header__hamburger.is-active span:nth-child(3) {
    top: 16px;
    transform: rotate(45deg);
  }
  .p-header__nav {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }
  .p-header__nav.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    overflow-y: scroll;
    opacity: 100;
  }
  .p-header__nav.is-active nav {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20rem;
  }
  .p-header__nav.is-active ul {
    width: 100%;
    margin: 0 auto 0 !important;
  }
  .p-header__nav.is-active ul:nth-of-type(1) {
    order: 1;
  }
  .p-header__nav.is-active ul:nth-of-type(1) li {
    width: 100%;
    margin: 0 !important;
  }
  .p-header__nav.is-active ul:nth-of-type(1) li a {
    width: 100%;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
  }
  .p-header__nav.is-active ul:nth-of-type(2) {
    order: 0;
  }
  .p-header__nav.is-active ul:nth-of-type(2) li {
    width: 50%;
  }
  .p-header__nav.is-active ul:nth-of-type(2) li a {
    width: 100%;
    font-size: 14px;
  }
  .p-header__nav.is-active ul:nth-of-type(3) {
    order: 2;
    padding: 20px 30px;
    gap: 10px;
  }
  .p-header__nav.is-active ul:nth-of-type(3) li {
    justify-content: center;
  }
  .p-header__logo {
    max-width: 100%;
  }

  .p-header__hamburger {
    top: 2.5rem;
  }
  .c-account-btn {
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    max-width: none;
    min-height: 50px;
    padding: 0;
    gap: 8px !important;
    font-size: clamp(18px, 1.146vw, 22px) !important;
  }
  .c-account-btn::before {
    position: initial;
  }
}

@media screen and (min-width: 1050px) and (max-width: 1340px) {
  .p-header__nav ul:nth-of-type(2) li a {
    width: 9rem;
  }
}

@media screen and (min-width: 1060px) {
  .menu_contents-item .p-header__pc {
    display: block !important;
  }
  .menu_contents-item .p-header__sp {
    display: none !important;
  }
}

@media screen and (max-width: 1060px) {
  .menu_contents-item .p-header__pc {
    display: none !important;
  }
  .menu_contents-item .p-header__sp {
    display: block !important;
  }
}

@media only screen and (max-width: 1280px) {
  .p-service-program__table2 {
    width: 100%;
    margin: auto;
    padding: 0 0 3rem 0;
    overflow-x: scroll;
  }
  .p-service-program__table2.wrap3 {
    width: 100%;
    margin: inherit;
    padding: 0 0 3rem 0;
    overflow-x: scroll;
  }
  .p-service-program__table2.wrap3 table {
    width: 600px;
  }
  .p-service-program__table2 table {
    width: 600px;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .p-top-mv-btm__container {
    padding-bottom: 30%;
  }
  .p-top-mv-btm__container::after {
    top: 44%;
  }
}
/*# sourceMappingURL=style.css.map */
