@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 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 {
  font-size: inherit;
  font-weight: inherit;
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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 {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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;
}

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 {
  vertical-align: top;
  padding: 0;
}

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

/* =========================================
font
========================================= */
/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
/* ========================================================
Foundation 基本設定
=========================================================*/
html {
  font-size: 62.5%;
}

body {
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

a {
  text-decoration: none;
  color: #0d376c;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

b {
  color: #E36410;
}

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

input, select, textarea {
  padding: 0.5em 1.2em;
  background-color: white;
  border: 1px solid #c0c0c0;
}

select {
  -webkit-padding-end: 4em;
          padding-inline-end: 4em;
}

/* =========================================
JavaScript アニメーション
========================================= */
/* その場でフェードイン */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 下からフェードイン */
@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* スクロールしたらフェードイン
---------------------------------------------------------*/
.js-fade-up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.js-fade-up.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ========================================================
Layout Container
=========================================================*/
.l-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (max-width: 768px) {
  .l-container {
    overflow: hidden;
  }
}

/* ========================================================
Layout Header
=========================================================*/
.l-header {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}

.l-header__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 0;
  height: 110px;
  padding-inline: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  white-space: nowrap;
}

.l-header__inner > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.l-header__inner > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.l-header__inner > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.l-header__inner > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__inner {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 68px;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    padding-inline: 10px 0;
  }
}

.l-header__logo {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 20px;
}

.l-header__logo > img {
  width: 250px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .l-header__logo > img {
    width: auto;
    height: 44px;
  }
}

/* サブナビゲーション
---------------------------------------------------------*/
.l-header-utility {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-padding-before: 10px;
          padding-block-start: 10px;
}
@media screen and (max-width: 1080px) {
  .l-header-utility {
    display: none;
  }
}

.l-header-utility__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  font-size: 1.4rem;
  letter-spacing: 0;
}

.l-header-utility__item {
  position: relative;
}

.l-header-utility__item:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 1.2em;
  background-color: #c0c0c0;
  position: absolute;
  right: -1em;
  top: calc(50% - 0.6em);
}

.l-header-utility__item > a {
  color: #444;
}

.l-header-utility__contact {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 42px;
  border-radius: 21px;
  background-color: #0d376c;
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}

/* メインナビゲーション
---------------------------------------------------------*/
.l-header-nav {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .l-header-nav {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1080px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.l-header-nav__item {
  position: relative;
}

.l-header-nav__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-inline: 1em;
  color: #222;
}
@media screen and (max-width: 1200px) {
  .l-header-nav__item > a {
    padding-inline: 0.8em;
  }
}

.l-header-nav__item > a::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #E36410;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0, 1);
          transform: translateX(-50%) scale(0, 1);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.1s ease-out;
  transition: -webkit-transform 0.1s ease-out;
  transition: transform 0.1s ease-out;
  transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.l-header-nav__item > a:hover {
  opacity: 1;
}

.l-header-nav__item > a:hover::after {
  -webkit-transform: translateX(-50%) scale(1, 1);
          transform: translateX(-50%) scale(1, 1);
}

.l-header-nav__pop {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 100;
  width: auto;
  min-width: 300px;
  background-color: #f0f0f0;
}

.l-header-nav__pop li {
  width: 100%;
}

.l-header-nav__pop li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1.2em;
  background-color: white;
  color: #222;
  font-size: 1.6rem;
  font-weight: 500;
}

.l-header-nav__pop li a:hover {
  opacity: 1;
  background-color: #EAF2FA;
}

.l-header-nav__item:hover .l-header-nav__pop {
  opacity: 1;
  visibility: visible;
}

/* スマホ用ナビゲーション
---------------------------------------------------------*/
.l-header-sp-link {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header-sp-link {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    display: block;
    width: 82px;
    margin-inline: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .l-header-sp-link {
    width: 70px;
  }
}

/* メニュー */
.l-header-sp-link__menu {
  width: 100%;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .l-header-sp-link__menu {
    height: 68px;
  }
}

/* トリガーボタン */
.l-header-trigger {
  display: block;
  position: relative;
  cursor: pointer;
  width: 82px;
  height: 110px;
}
@media screen and (max-width: 768px) {
  .l-header-trigger {
    width: 100%;
    height: 68px;
  }
}

.l-header-trigger::after {
  content: "メニュー";
  display: block;
  position: absolute;
  left: 50%;
  top: 50px;
  top: 64px;
  z-index: 5000;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .l-header-trigger::after {
    top: 44px;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
  }
}

.l-header-trigger span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  width: 34px;
  left: 24px;
  height: 3px;
  background: #0d376c;
}
@media screen and (max-width: 768px) {
  .l-header-trigger span {
    width: 24px;
    left: 18px;
    left: 23px;
  }
}

.l-header-trigger span:nth-of-type(1) {
  top: 36px;
}
@media screen and (max-width: 768px) {
  .l-header-trigger span:nth-of-type(1) {
    top: 19px;
  }
}

.l-header-trigger span:nth-of-type(2) {
  top: 44px;
}
@media screen and (max-width: 768px) {
  .l-header-trigger span:nth-of-type(2) {
    top: 27px;
  }
}

.l-header-trigger span:nth-of-type(3) {
  top: 52px;
}
@media screen and (max-width: 768px) {
  .l-header-trigger span:nth-of-type(3) {
    top: 35px;
  }
}

.l-header-trigger.js-active::after {
  content: "閉じる";
}

/*activeクラスが付与されると線が回転して×に*/
.l-header-trigger.js-active span:nth-of-type(1) {
  width: 34px;
  top: 37px;
  left: 25px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .l-header-trigger.js-active span:nth-of-type(1) {
    width: 24px;
    top: 21px;
    left: 23px;
  }
}

.l-header-trigger.js-active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.l-header-trigger.js-active span:nth-of-type(3) {
  width: 34px;
  top: 49px;
  left: 25px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-header-trigger.js-active span:nth-of-type(3) {
    width: 24px;
    top: 33px;
    left: 23px;
  }
}

.l-header-sp-nav {
  display: none;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .l-header-sp-nav {
    display: block;
    width: 85%;
    max-width: 360px;
    height: calc(100vh - 110px);
    position: fixed;
    top: 110px;
    right: 0;
    z-index: 50;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: white;
    border-left: 5px solid #0d376c;
    white-space: nowrap;
    font-weight: 500;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .l-header-sp-nav {
    height: calc(100vh - 68px);
    top: 68px;
    padding-bottom: 100px;
    overflow: scroll;
  }
}

.l-header-sp-nav.js-active {
  visibility: visible;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.l-header-sp-nav__list {
  padding: 10px 20px;
}

.l-header-sp-nav__item {
  border-bottom: 1px solid rgba(13, 55, 108, 0.2);
}

.l-header-sp-nav__wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header-sp-nav__wrap,
.l-header-sp-nav__item > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 0.5em;
  letter-spacing: 0.025em;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .l-header-sp-nav__wrap,
  .l-header-sp-nav__item > a {
    color: #0d376c;
  }
}

.l-header-sp-nav__item.-cv-mail > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 300px;
  height: 50px;
  padding: 0;
  margin: 0 auto;
  border-radius: 25px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  background-color: #E36410;
  color: white;
}

/* 開閉アイコン */
.l-header-sp-nav__icon {
  position: absolute;
  top: calc(50% - 8px);
  right: 10px;
  width: 16px;
  height: 16px;
}
.l-header-sp-nav__icon::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  left: 1px;
  top: 7px;
  background: black;
}
.l-header-sp-nav__icon::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 14px;
  top: 1px;
  left: 7px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: black;
}

.l-header-sp-nav__wrap.js-open .l-header-sp-nav__icon::after {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

/* SP用サブナビゲーション */
.l-header-sp-nav__sub {
  display: none;
  -webkit-padding-start: 10px;
          padding-inline-start: 10px;
}

.l-header-sp-nav__sub > li:not(:first-child) {
  border-top: 1px solid rgba(13, 55, 108, 0.2);
}

.l-header-sp-nav__sub > li > a {
  display: block;
  padding: 15px 10px;
  font-size: 1.5rem;
  font-weight: 500;
  background: white;
}

/* ユーティリティナビゲーション */
.l-header-sp-nav-utility {
  padding: 10px 20px;
  font-size: 1.3rem;
}

.l-header-sp-nav-utility__item > a {
  display: inline-block;
  padding: 0.5em;
}

/* ========================================================
Layout Main
=========================================================*/
.l-main {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-padding-before: 110px;
          padding-block-start: 110px;
}
@media screen and (max-width: 768px) {
  .l-main {
    -webkit-padding-before: 68px;
            padding-block-start: 68px;
  }
}

/* ========================================================
Layout Footer
=========================================================*/
/* フッター上部
---------------------------------------------------------*/
.l-footer-top {
  background-color: #0d376c;
  color: white;
  background: url(../img/bg_footer.png) left top no-repeat;
  background-size: cover;
}

.l-footer-top__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer-top__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-top__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-block: 40px 0;
  }
}

.l-footer-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .l-footer-nav {
    padding: 0 0 40px;
  }
}

.l-footer-nav__list {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-width: 40%;
     -moz-column-width: 40%;
          column-width: 40%;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__list {
    -webkit-column-width: 40%;
       -moz-column-width: 40%;
            column-width: 40%;
    -webkit-column-gap: 10%;
       -moz-column-gap: 10%;
            column-gap: 10%;
    -webkit-margin-after: 0;
            margin-block-end: 0;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .l-footer-nav__list {
    font-size: 1.4rem;
  }
}

.l-footer-nav__item {
  -webkit-margin-after: 0.8em;
          margin-block-end: 0.8em;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item {
    -webkit-margin-after: 1.2em;
            margin-block-end: 1.2em;
  }
}

.l-footer-nav__item > a {
  color: white;
}

.l-footer-nav__item ul {
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item ul {
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
  }
}
.l-footer-nav__item ul li {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  text-indent: -1.4em;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item ul li {
    text-indent: -1em;
  }
}

.l-footer-nav__item ul a {
  position: relative;
  padding-left: 1em;
  color: #c0c0c0;
  font-size: 0.9em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__item ul a {
    padding-left: 0;
    font-size: 0.8em;
  }
}

.l-footer-nav__item ul a::before {
  content: "‐ ";
}

.l-footer-contact {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer-contact {
    width: 100%;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.l-footer-contact__text {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .l-footer-contact__text {
    font-size: 1.8rem;
  }
}

.l-footer-contact__text > span {
  display: block;
}

@media screen and (max-width: 768px) {
  .c-button-cv.l-footer-contact__button {
    max-width: 280px;
  }
}

/* フッター下部
---------------------------------------------------------*/
.l-footer-bottom__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    height: auto;
    padding: 15px 20px;
    font-size: 1.1rem;
  }
}

.l-footer-bottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}

.l-footer-bottom__copyright {
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 768px) {
  .l-footer-bottom__copyright {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}

/* ========================================================
Layout Breadcrumb
=========================================================*/
.l-breadcrumb {
  width: 100%;
  position: absolute;
  left: 0;
  top: 110px;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 768px) {
  .l-breadcrumb {
    top: 68px;
  }
}

.l-breadcrumb__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .l-breadcrumb__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__inner {
    padding-inline: 10px;
  }
}

.l-breadcrumb__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  font-size: 1.2rem;
  color: #c0c0c0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__list {
    overflow-x: scroll;
  }
}

.l-breadcrumb__list li {
  position: relative;
}

.l-breadcrumb__list li:after {
  content: "-";
  position: absolute;
  right: -1em;
}

.l-breadcrumb__list li:last-child::after {
  display: none;
}

.l-breadcrumb__list a {
  color: white;
}

/* ========================================================
Layout Title
=========================================================*/
.l-title {
  position: relative;
  width: 100%;
  height: 220px;
  background: #14296A;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgb(20, 41, 106)), color-stop(60%, rgb(32, 59, 140)), color-stop(75%, rgb(32, 59, 140)), to(rgb(20, 41, 106)));
  background: linear-gradient(90deg, rgb(20, 41, 106) 20%, rgb(32, 59, 140) 60%, rgb(32, 59, 140) 75%, rgb(20, 41, 106) 100%);
  background: #0D376C;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, rgb(13, 55, 108)), color-stop(60%, rgb(15, 80, 140)), color-stop(70%, rgb(15, 80, 140)), to(rgb(13, 55, 108)));
  background: linear-gradient(90deg, rgb(13, 55, 108) 40%, rgb(15, 80, 140) 60%, rgb(15, 80, 140) 70%, rgb(13, 55, 108) 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-title {
    height: 200px;
  }
}

.l-title::before {
  content: "";
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -0.95em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  text-align: right;
  letter-spacing: -0.04em;
  font-family: "Domine", serif;
  font-size: 10rem;
  color: white;
  opacity: 0.08;
  text-shadow: -6px -6px 12px black;
}
@media screen and (max-width: 768px) {
  .l-title::before {
    font-size: 8rem;
    bottom: -1.35em;
  }
}

.l-title__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .l-title__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .l-title__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-title__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-title__text {
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 700;
  color: white;
}
@media screen and (max-width: 768px) {
  .l-title__text {
    text-align: center;
    letter-spacing: 0.08em;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .l-title__text > span {
    display: block;
  }
}

/* ========================================================
Component Heading - 見出し
=========================================================*/
/* 装飾あり
---------------------------------------------------------*/
.c-heading-h2 {
  position: relative;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  text-align: center;
  line-height: 1.4;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-heading-h2 {
    font-size: 2.2rem;
  }
}

.c-heading-h2::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #0d376c;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 0;
}

.c-heading-h2:not(:first-of-type) {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}

.c-heading-h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  padding-block: 0.2em;
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 4px solid #0d376c;
}
@media screen and (max-width: 768px) {
  .c-heading-h3 {
    font-size: 1.8rem;
  }
}

/* 装飾なし
---------------------------------------------------------*/
.c-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  position: relative;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-link {
    gap: 15px;
    font-size: 1.5rem;
  }
}

.c-link > span {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #0d376c;
}
@media screen and (max-width: 768px) {
  .c-link > span {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
}

.c-link > span::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #0d376c;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  left: calc(50% - 4px);
  top: 50%;
}
@media screen and (max-width: 768px) {
  .c-link > span::before {
    width: 7px;
    height: 7px;
    left: calc(50% - 2px);
  }
}

.c-list {
  position: relative;
  padding-inline: 1.5em;
  margin-block: 1em;
}
@media screen and (max-width: 768px) {
  .c-list {
    padding-inline: 2em 1em;
  }
}

.c-list__item {
  position: relative;
}

.c-list__item:not(:first-child) {
  margin-top: 0.5em;
}

.c-list__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: -1em;
  top: 0.8em;
  background: #0d376c;
}
@media screen and (max-width: 768px) {
  .c-list__item::before {
    width: 5px;
    height: 5px;
    top: 0.7em;
  }
}

.c-button {
  position: relative;
  width: 400px;
  height: 80px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  background-color: white;
  color: #0d376c;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-button {
    width: 100%;
    max-width: 360px;
    height: 60px;
    font-size: 1.7rem;
  }
}

.c-button.-bg-blue {
  background-color: #EAF2FA;
}

.c-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #0d376c;
  border-top: none;
  border-left: none;
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* コンバージョンボタン */
.c-button-cv {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 280px;
  height: 60px;
  border-radius: 30px;
  background-color: #E36410;
  color: white;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-button-cv {
    width: 100%;
    max-width: 360px;
    height: 50px;
    border-radius: 25px;
    font-size: 1.6rem;
  }
}

.c-button-cv::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  border-top: none;
  border-left: none;
  position: absolute;
  right: 24px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-button-cv:hover {
  background-color: white;
  color: #E36410;
  opacity: 1;
}
.c-button-cv:hover::after {
  border-color: #E36410;
}

.c-icon-check {
  color: #E36410;
  margin-right: 8px;
}

/* ========================================================
Component Anchor - アンカーリンク
=========================================================*/
.c-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 2em;
}
@media screen and (max-width: 768px) {
  .c-anchor {
    gap: 0;
    border-top: 1px solid #dfdfdf;
  }
}

@media screen and (max-width: 768px) {
  .c-anchor__item {
    width: 100%;
    padding-block: 1em;
    border-bottom: 1px solid #dfdfdf;
  }
}

.c-anchor__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  font-weight: 600;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .c-anchor__link {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2em;
  }
}

.c-anchor__link::after {
  content: "";
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background: url(../img/icon_anchor.svg) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-anchor__link::after {
    width: 24px;
    min-width: 24px;
    height: 24px;
  }
}

/* ========================================================
Component Form - フォームパーツ
=========================================================*/
.c-form-select {
  display: inline-block;
  position: relative;
}

.c-form-select::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background-color: #c0c0c0;
  position: absolute;
  right: 1em;
  top: calc(50% - 4px);
  z-index: 1;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

/* ========================================================
Component PAGER - ページャー
=========================================================*/
.c-pager,
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* 一覧に戻る */
.c-pager__top {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 0 2em;
  white-space: nowrap;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* 前のページ、次のページ */
.c-pager__prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.c-pager__next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.c-pager__prev,
.c-pager__next,
.previouspostslink,
.nextpostslink {
  position: relative;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100px;
  height: 50px;
  padding: 0 0.8em;
  white-space: nowrap;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .c-pager__prev,
  .c-pager__next,
  .previouspostslink,
  .nextpostslink {
    display: none;
    font-size: 1.4rem;
  }
}

.c-pager__prev,
.previouspostslink {
  padding-left: 2.4em;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .c-pager__prev,
  .previouspostslink {
    padding-left: 2em;
    margin-right: 0;
  }
}
.c-pager__prev::before,
.previouspostslink::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: scaleX(-100%) translateY(-50%);
          transform: scaleX(-100%) translateY(-50%);
  background: url(../img/icon_news_arrow.svg) left top no-repeat;
}

.c-pager__next,
.nextpostslink {
  padding-right: 2.4em;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .c-pager__next,
  .nextpostslink {
    padding-right: 2em;
    margin-left: 0;
  }
}
.c-pager__next::before,
.nextpostslink::before {
  content: "";
  display: block;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_news_arrow.svg) left top no-repeat;
}

/* ページリスト */
.c-pager__list,
.wp-pagenavi {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-pager__list,
  .wp-pagenavi {
    font-size: 1.6rem;
  }
}

.c-pager__link,
.wp-pagenavi .page,
.wp-pagenavi .current {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 50px;
  height: 50px;
  padding: 0 0.8em;
  white-space: nowrap;
  background: white;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
  .c-pager__link,
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    min-width: 40px;
    height: 40px;
  }
}
.c-pager__link:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi .current:hover {
  opacity: 1;
  background: #0d376c;
  color: white;
}

.c-pager__link.-current,
.wp-pagenavi > span.current {
  font-weight: 700;
  background: #0d376c;
  color: white;
}

/* WP-PageNavi設定 */
.p-news-content .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-news-content .wp-pagenavi {
    margin-top: 40px;
  }
}

.wp-pagenavi > .pages {
  display: none;
}

/* ページ用 */
/* ========================================================
Project HOME - トップページ
=========================================================*/
.p-home-link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  -webkit-padding-start: 60px;
          padding-inline-start: 60px;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-home-link {
    -webkit-padding-start: 50px;
            padding-inline-start: 50px;
    font-size: 1.5rem;
  }
}

.p-home-link::before {
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  background: url(../img/icon_more-arrow.svg) left top no-repeat;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-home-link::before {
    width: 36px;
    height: 36px;
    background-size: contain;
  }
}

.p-home-service__more > .p-home-link::before {
  background: url(../img/icon_more-arrow-white.svg) left top no-repeat;
  background-size: contain;
}

/* メインビジュアル
---------------------------------------------------------*/
.p-home-visual {
  position: relative;
  height: 600px;
  background: #1a337b;
}
@media screen and (max-width: 768px) {
  .p-home-visual {
    height: auto;
  }
}

.p-home-visual__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-visual__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-visual__inner {
    width: 100%;
    padding-inline: 0;
  }
}

/* スライドバナー
---------------------------------------------------------*/
.p-home-visual__slider {
  position: relative;
  height: 600px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-visual__slider {
    aspect-ratio: 375/480;
    width: 100%;
    height: auto;
    max-height: 800px;
  }
}

.p-home-visual__slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-home-visual__slider img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/* お知らせ
---------------------------------------------------------*/
.p-home-news {
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-news {
    padding-block: 40px;
  }
}

.p-home-news__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
}
@media screen and (max-width: 768px) {
  .p-home-news__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-news__inner {
    display: block;
    padding-inline: 20px;
  }
}

.p-home-news__heading {
  position: relative;
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-home-news__heading {
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
    font-size: 2.4rem;
  }
}

.p-home-news__heading::before {
  content: "NEWS & COLUMN";
  font-family: "Domine", serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  position: absolute;
  left: 0;
  top: 0;
  color: #c0c0c0;
}

.p-home-news__more {
  -webkit-margin-before: 3em;
          margin-block-start: 3em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-home-news__more {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}

/* サービス
---------------------------------------------------------*/
.p-home-service {
  position: relative;
}

.p-home-service::before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  min-height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #0d376c;
}
@media screen and (max-width: 1080px) {
  .p-home-service::before {
    width: 100%;
    height: 100%;
  }
}

.p-home-service__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-service__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-home-service__inner {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .p-home-service__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-home-service__inner {
    padding-block: 60px;
  }
}

.p-home-service__body {
  width: 320px;
  color: white;
}
@media screen and (max-width: 1080px) {
  .p-home-service__body {
    width: 100%;
  }
}

.p-home-service__heading {
  position: relative;
  -webkit-padding-before: 1.2em;
          padding-block-start: 1.2em;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home-service__heading {
    font-size: 2.8rem;
  }
}

.p-home-service__heading::before {
  content: "SERVICE";
  font-family: "Domine", serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  position: absolute;
  left: 0;
  top: 0;
  color: #c0c0c0;
}
@media screen and (max-width: 768px) {
  .p-home-service__heading::before {
    content: "SERVICE";
    font-family: "Domine", serif;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    position: absolute;
    left: 0;
    top: 0;
    color: #c0c0c0;
  }
}

.p-home-service__text {
  margin-block: 2em;
}
@media screen and (max-width: 1080px) {
  .p-home-service__text {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}

.p-home-service__more {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}

.p-home-service__more a {
  font-size: 1.7rem;
  font-weight: 600;
  color: white;
}
@media screen and (max-width: 768px) {
  .p-home-service__more a {
    font-size: 1.4rem;
  }
}

.p-home-service__list {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -ms-grid;
  display: grid;
  row-gap: 30px;
}
@media screen and (max-width: 1080px) {
  .p-home-service__list {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-home-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FCFCFC;
  background: -webkit-gradient(linear, left top, right top, from(rgb(252, 252, 252)), to(rgb(234, 234, 234)));
  background: linear-gradient(90deg, rgb(252, 252, 252) 0%, rgb(234, 234, 234) 100%);
}
@media screen and (max-width: 768px) {
  .p-home-service__item {
    padding: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-home-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 400px;
    padding: 10px;
    margin-inline: auto;
  }
}

.p-home-service__guide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 20px 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-home-service__guide {
    padding: 20px 10px;
  }
}

.p-home-service__name {
  line-height: 1.3;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-home-service__name {
    font-size: 1.8rem;
  }
}

.p-home-service__desc {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-home-service__desc {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-home-service__detail {
  text-align: right;
}

.p-home-service__detail > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.2em 1em;
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
  font-size: 1.4rem;
  font-weight: 400;
  color: #0d376c;
  border: 1px solid #0d376c;
}

.p-home-service__image {
  width: 250px;
}
@media screen and (max-width: 480px) {
  .p-home-service__image {
    width: 100%;
    max-height: 180px;
  }
}

.p-home-service__image > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* 役員紹介
---------------------------------------------------------*/
.p-home-about__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-home-about__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-home-about__inner {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (max-width: 1080px) {
  .p-home-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-padding-before: 80px;
            padding-block-start: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-about__inner {
    padding: 60px 20px;
  }
}

.p-home-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-home-about__heading {
  position: relative;
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
  line-height: 1.4;
  font-size: 3.2rem;
  font-weight: 700;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-home-about__heading {
    font-size: 2.8rem;
  }
}

.p-home-about__heading::before {
  content: "ABOUT US";
  font-family: "Domine", serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  position: absolute;
  left: 0;
  top: 0;
  color: #c0c0c0;
}

.p-home-about__heading > span {
  display: block;
}
@media screen and (max-width: 1200px) {
  .p-home-about__heading > span {
    display: inline;
  }
}

.p-home-about__text {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media screen and (max-width: 1080px) {
  .p-home-about__text {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}

.p-home-about__more {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
@media screen and (max-width: 768px) {
  .p-home-about__more {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}

.p-home-about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
}
@media screen and (max-width: 1080px) {
  .p-home-about__list {
    width: 100%;
    max-width: 700px;
    gap: 1em;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-about__list {
    gap: 0;
  }
}
@media screen and (max-width: 480px) {
  .p-home-about__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2px;
  }
}

.p-home-about__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 300px;
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .p-home-about__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
  }
}

.p-home-about__item > img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 480px) {
  .p-home-about__item > img {
    -o-object-position: 50% top;
       object-position: 50% top;
    aspect-ratio: 1/0.8;
    width: 45%;
  }
}

.p-home-about__name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5em 1em;
  color: white;
  font-weight: 500;
  background: black;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(rgba(2, 2, 2, 0.8)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(2, 2, 2, 0.8) 100%);
}
@media screen and (max-width: 480px) {
  .p-home-about__name {
    position: relative;
    padding: 1em;
    font-size: 1.6rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), to(rgba(2, 2, 2, 0.8)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(2, 2, 2, 0.8) 100%);
  }
}

.p-home-about__name > span {
  display: block;
  font-size: 1.3rem;
}

/* 採用情報と会社情報
---------------------------------------------------------*/
.p-home-company__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
  padding-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .p-home-company__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-home-company__inner {
    padding-block: 60px;
    gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-company__inner {
    padding: 0 20px 40px;
    gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .p-home-company__inner {
    padding: 0 20px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-home-company__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-home-company__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
  font-size: 2.8rem;
  font-weight: 700;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-home-company__heading {
    font-size: 2.4rem;
  }
}

.p-home-company__heading::before {
  content: "RECRUIT";
  font-family: "Domine", serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  position: absolute;
  left: 0;
  top: 0;
  color: #c0c0c0;
}

.p-home-company__heading::after {
  content: "";
  display: block;
  width: calc(100% - 6em);
  height: 1px;
  background-color: #dfdfdf;
}
@media screen and (max-width: 768px) {
  .p-home-company__heading::after {
    width: calc(100% - 5em);
  }
}

.p-home-company__text {
  margin-block: 1em 2em;
}

.p-home-company__image {
  border-radius: 10px;
  overflow: hidden;
}

.p-home-company__image > img {
  width: 100%;
}

.p-home-company__more {
  padding-block: 2em;
  text-align: right;
}

/* ========================================================
Project FEATURE - 選ばれる理由
=========================================================*/
.l-title.p-feature-title::before {
  content: "FEATURE";
}

/* 総合的なアプローチ
---------------------------------------------------------*/
.p-feature-approach__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1160px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-feature-approach__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-approach__inner {
    padding-block: 40px;
  }
}

.p-feature-approach__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature-approach__heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-feature-approach__image {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

/* エクイティを中心としたコンサル
---------------------------------------------------------*/
.p-feature-equity__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-feature-equity__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-feature-equity__inner {
    padding-block: 40px;
  }
}

.p-feature-equity__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-feature-equity__heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-feature-equity__content {
  position: relative;
  padding: 60px;
  border-radius: 10px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-feature-equity__content {
    padding: 20px 20px 40px;
  }
}

.p-feature-equity__content::after {
  content: "";
  display: block;
  width: 260px;
  height: 150px;
  background: url(../img/pic_feature-02.png) left top no-repeat;
  background-size: contain;
  position: absolute;
  right: 60px;
  top: 80px;
}
@media screen and (max-width: 768px) {
  .p-feature-equity__content::after {
    aspect-ratio: 516/304;
    width: 80%;
    max-width: 300px;
    height: auto;
    margin-inline: auto;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    position: relative;
    right: unset;
    top: unset;
  }
}

/* ========================================================
Project SERVICE - サービス
=========================================================*/
.l-title.p-service-title::before {
  content: "SERVICE";
}

.p-service__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1160px;
  display: -ms-grid;
  display: grid;
  row-gap: 80px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .p-service__inner {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .p-service__inner {
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__inner {
    row-gap: 40px;
    padding-block: 40px;
    padding-inline: 20px;
  }
}

.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 60px;
}
@media screen and (max-width: 1080px) {
  .p-service__item {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-service__item:not(:first-of-type) {
    border-top: 1px solid #dfdfdf;
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
  }
}

.p-service__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-service__heading {
  -webkit-padding-after: 0.4em;
          padding-block-end: 0.4em;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 700;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .p-service__heading {
    font-size: 2.2rem;
    border-bottom: none;
  }
}

.p-service__text {
  margin-block: 1em 1.5em;
}

.p-service__image {
  width: 40%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  .p-service__image {
    max-width: 300px;
  }
}
@media screen and (max-width: 480px) {
  .p-service__image {
    width: 100%;
    max-width: none;
    text-align: center;
  }
}

.p-service__image > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-service__image > img {
    max-width: 360px;
  }
}

/* ========================================================
サービス共通設定
=========================================================*/
/* アクション
---------------------------------------------------------*/
.p-service-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  border-radius: 10px;
  background-color: #0d376c;
  color: white;
}
@media screen and (max-width: 768px) {
  .p-service-action {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 40px;
  }
}

.p-service-action__text {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-service-action__text {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    font-size: 1.9rem;
  }
}

/* サービスの特徴
---------------------------------------------------------*/
.p-service-feature {
  padding: 60px 60px 40px;
  background-color: white;
  border-radius: 10px;
}
@media screen and (max-width: 1080px) {
  .p-service-feature {
    padding-inline: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-service-feature {
    padding: 20px;
  }
}

.p-service-feature__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5em 1em 0.5em 2.5em;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 5px;
  background-color: #EAF2FA;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-service-feature__heading {
    font-size: 1.8rem;
  }
}

.p-service-feature__heading::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 15px;
  top: 14px;
  background: url(../img/icon_check.svg) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-service-feature__heading::before {
    width: 20px;
    height: 20px;
  }
}

.p-service-feature__heading:not(:first-child) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.p-service-feature__list {
  padding: 1em 3em;
}
@media screen and (max-width: 768px) {
  .p-service-feature__list {
    padding: 1em 1em 1em 2em;
  }
}

.p-service-feature__item {
  position: relative;
}

.p-service-feature__item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #0d376c;
  position: absolute;
  left: -1em;
  top: 0.8em;
}

.p-service-feature__item:not(:first-child) {
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}

/* サービスの内容
---------------------------------------------------------*/
.p-service-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-service-card {
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .p-service-card {
    gap: 10px;
  }
}

.p-service-card__item {
  width: 30%;
  width: calc((100% - 60px) / 3);
  padding: 30px 40px;
  border-radius: 5px;
  background-color: #EAF2FA;
}
@media screen and (max-width: 768px) {
  .p-service-card__item {
    width: calc((100% - 20px) / 2);
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .p-service-card__item {
    width: 100%;
    padding: 20px;
  }
}

.p-service-card__heading {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  text-align: center;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-service-card__heading {
    font-size: 1.8rem;
  }
}

.p-service-card__heading > span {
  display: inline-block;
}

/* ========================================================
Project CONSULTING - 資本市場コンサルティング
=========================================================*/
.l-title.p-consulting-title::before {
  content: "CONSULTING";
}

/* はじめに
---------------------------------------------------------*/
.p-consulting-about__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-consulting-about__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-consulting-about__inner {
    padding-block: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.p-consulting-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-consulting-about__body > h2 {
  line-height: 1.4;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-consulting-about__body > h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1080px) {
  .p-consulting-about__body > h2 br {
    display: none;
  }
}

.p-consulting-about__body > p {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.p-consulting-about__image {
  width: 420px;
}
@media screen and (max-width: 768px) {
  .p-consulting-about__image {
    width: 100%;
  }
}

.p-consulting-about__image > img {
  width: 100%;
}

/* コンサルティングの特徴
---------------------------------------------------------*/
.p-consulting-feature__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-consulting-feature__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-consulting-feature__inner {
    padding-block: 60px;
  }
}

.p-consulting-feature__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-consulting-feature__heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-consulting-feature__action {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  margin-inline: 60px;
}
@media screen and (max-width: 768px) {
  .p-consulting-feature__action {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    margin-inline: 0;
  }
}

/* コンサルティングの内容
---------------------------------------------------------*/
.p-consulting-content__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-consulting-content__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-consulting-content__inner {
    padding-block: 60px;
  }
}

.p-consulting-content__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-consulting-content__heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

/* フレームワーク */
.p-consulting-framework {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-consulting-framework {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

.p-consulting-framework__heading {
  margin-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-consulting-framework__heading {
    margin-block: 20px;
  }
}

.p-consulting-framework__image {
  margin-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-consulting-framework__image {
    margin-block: 20px;
  }
}

/* アクション */
.p-consulting-content__action {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-consulting-content__action {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

/* コンサルティングの流れ
---------------------------------------------------------*/
.p-consulting-flow__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-consulting-flow__inner {
    padding-inline: 20px;
  }
}

.p-consulting-flow__body {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  text-align: center;
}

.p-consulting-flow__body p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

/* コンサルタント紹介
---------------------------------------------------------*/
.p-consulting-staff__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px 100px;
}
@media screen and (max-width: 768px) {
  .p-consulting-staff__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-consulting-staff__inner {
    padding-block: 60px;
  }
}

.p-consulting-staff__heading {
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
@media screen and (max-width: 768px) {
  .p-consulting-staff__heading {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

/* ========================================================
Project RESEARCH - スポンサードリサーチレポート
=========================================================*/
.l-title.p-research-title::before {
  content: "RESEARCH";
}

/* はじめに
---------------------------------------------------------*/
.p-research-about__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-research-about__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-research-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-block: 60px;
  }
}

.p-research-about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
}

.p-research-about__body > h2 {
  line-height: 1.4;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-research-about__body > h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p-research-about__body > h2 > br {
    display: none;
  }
}

.p-research-about__body > p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 768px) {
  .p-research-about__body > p {
    -webkit-margin-before: 2em;
            margin-block-start: 2em;
  }
}

.p-research-about__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-research-about__image {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .p-research-about__image > img {
    max-width: 200px;
  }
}

.p-research-about__action {
  width: 100%;
}

/* レポートの特徴
---------------------------------------------------------*/
.p-research-feature__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-research-feature__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-research-feature__inner {
    padding-block: 60px;
  }
}

.p-research-feature__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-research-feature__heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-research-feature__action {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  margin-inline: 60px;
}
@media screen and (max-width: 768px) {
  .p-research-feature__action {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    margin-inline: 0;
  }
}

/* レポートの内容
---------------------------------------------------------*/
.p-research-content__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-research-content__inner {
    padding-inline: 20px;
  }
}

.p-research-content__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.p-research-content__action {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  margin-inline: 60px;
}
@media screen and (max-width: 768px) {
  .p-research-content__action {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    margin-inline: 0;
  }
}

/* レポート発行の流れ
---------------------------------------------------------*/
.p-research-flow__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-research-flow__inner {
    padding-inline: 20px;
  }
}

/* アナリスト紹介
---------------------------------------------------------*/
.p-research-staff__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px 100px;
}
@media screen and (max-width: 768px) {
  .p-research-staff__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-research-staff__inner {
    padding-block: 60px;
  }
}

.p-research-staff__heading {
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
@media screen and (max-width: 768px) {
  .p-research-staff__heading {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

/* ========================================================
Project TRAINING - 研修・研究会
=========================================================*/
.l-title.p-training-title::before {
  content: "TRAINING";
}

/* はじめに
---------------------------------------------------------*/
.p-training-about__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-training-about__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-training-about__inner {
    padding-block: 60px;
  }
}

.p-training-about__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-training-about__heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-training-about__image {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.p-training-about__body {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.p-training-about__body h3 {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

/* 研修プログラムについて
---------------------------------------------------------*/
.p-training-program__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 60px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-training-program__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-training-program__inner {
    padding-block: 60px;
  }
}

.p-training-program__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-training-program__heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

/* コース紹介 */
.p-training-course__item {
  padding: 40px;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-training-course__item {
    padding: 40px 20px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.p-training-course__heading {
  padding-inline: 20px;
  border-left: 8px solid #0d376c;
}
@media screen and (max-width: 768px) {
  .p-training-course__heading {
    border-left-width: 5px;
    padding-inline: 15px 0;
  }
}

.p-training-course__heading-sub {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-training-course__heading-sub {
    font-size: 1.6rem;
  }
}

.p-training-course__heading-name {
  line-height: 1.5;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-training-course__heading-name {
    -webkit-margin-before: 0.3em;
            margin-block-start: 0.3em;
    font-size: 2rem;
  }
}

.p-training-course__body {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-training-course__body {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.p-training-course__body > h4 {
  padding: 0.2em 0.8em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 600;
  background-color: #EAF2FA;
}
@media screen and (max-width: 768px) {
  .p-training-course__body > h4 {
    font-size: 1.8rem;
  }
}

.p-training-course__body > h4:not(:first-child) {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}

.p-training-course__wrap {
  padding-inline: 1em;
}
@media screen and (max-width: 768px) {
  .p-training-course__wrap {
    padding-inline: 0;
  }
}

.p-training-course__guide {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  border-radius: 5px;
  color: white;
}
@media screen and (max-width: 768px) {
  .p-training-course__guide {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-training-course__guide-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  height: 60px;
  background-color: #0d376c;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-training-course__guide-label {
    height: 50px;
  }
}

.p-training-course__guide-label > span {
  content: "";
  display: inline-block;
  width: 18px;
  height: 20px;
  background-color: white;
  clip-path: polygon(100% 0, 0 0, 50% 50%);
  -webkit-transform: translateY(0.4em);
          transform: translateY(0.4em);
}

.p-training-course__guide-label.open > span {
  -webkit-transform: scaleY(-1) translateY(0.4em);
          transform: scaleY(-1) translateY(0.4em);
}

.p-training-course__info {
  display: none;
  border: 1px solid #0d376c;
  border-top: none;
}

.p-training-course__info-inner {
  padding: 40px;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-training-course__info-inner {
    padding: 15px;
  }
}

.p-training-course__schedule {
  display: block;
  text-align: center;
}
.p-training-course__schedule p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

/* メンバー紹介
---------------------------------------------------------*/
.p-training-staff__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-training-staff__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-training-staff__inner {
    padding-block: 60px;
  }
}

.p-training-staff__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-training-staff__heading {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

/* ========================================================
Project Report New - リサーチレポート 新着レポート
=========================================================*/
.l-title.p-report-title::before {
  content: "REPORT";
}

.p-report__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1360px;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-report__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-report__inner {
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }
}

/* レポート検索
---------------------------------------------------------*/
.p-report-search {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 0;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
@media screen and (max-width: 768px) {
  .p-report-search {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-report-search {
    padding-inline: 0;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}

.p-report-search__heading {
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  padding-block: 0.5em;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-report-search__heading {
    font-size: 2rem;
  }
}

.p-report-search__heading::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
  background: url(../img/icon_search.svg) left top no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-report-search__heading::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}

.p-report-search__body {
  padding: 20px 40px;
  background-color: #f0f0f0;
  border-top: 4px solid #0d376c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-report-search__body {
    padding: 20px;
  }
}

.p-report-search__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em 2em;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  text-align: left;
  border-bottom: 1px solid white;
}
@media screen and (max-width: 768px) {
  .p-report-search__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1em;
  }
}

.p-report-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.8em;
     -moz-column-gap: 0.8em;
          column-gap: 0.8em;
  white-space: nowrap;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-report-search__item {
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-report-search__item > label {
    min-width: 5em;
  }
}

@media screen and (max-width: 768px) {
  .p-report-search__item select {
    width: 100%;
  }
}

.p-report-search__keyword {
  min-width: 300px;
}
@media screen and (max-width: 768px) {
  .p-report-search__keyword {
    width: 100%;
    min-width: unset;
  }
}

.p-report-search__button {
  background-color: #647CC4;
  color: white;
  position: relative;
  padding: 0.5em 2em;
  margin-inline: auto 0;
  border-radius: 5px;
  font-weight: 700;
}

.p-report-search__button:hover {
  opacity: 0.8;
}

/* レポート一覧
---------------------------------------------------------*/
.p-report__wrap {
  position: relative;
  padding-block: 60px;
}
@media screen and (max-width: 768px) {
  .p-report__wrap {
    padding-block: 20px 60px;
  }
}

.p-report__wrap::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #EAF2FA;
  position: absolute;
  top: 0;
  -webkit-margin-start: calc(50% - 50vw);
          margin-inline-start: calc(50% - 50vw);
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
  z-index: -1;
}

/* ページャー */
.p-report-pager {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}

/* ========================================================
Project Report Profile - リサーチレポート企業紹介
=========================================================*/
.p-report-profile {
  background-color: #EAF2FA;
}

.p-report-profile__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-report-profile__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-report-profile__inner {
    padding: 0 0 40px;
  }
}

.p-report-profile__content {
  background-color: white;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .p-report-profile__content {
    padding: 20px;
  }
}

/* 企業紹介ヘッダー
---------------------------------------------------------*/
.p-report-profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  padding: 40px;
  border: 10px solid #EAF2FA;
}
@media screen and (max-width: 768px) {
  .p-report-profile__header {
    row-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    border-width: 5px;
  }
}

.p-report-profile__header-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-report-profile__header-image {
  width: 300px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .p-report-profile__header-image {
    height: 80px;
  }
}

.p-report-profile__header-image img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.p-report-profile__name {
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-report-profile__name {
    font-size: 1.8rem;
  }
}

.p-report-profile__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-report-profile__data {
    font-size: 1.3rem;
  }
}

.p-report-profile__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
  white-space: nowrap;
}

.p-report-profile__data dt {
  white-space: nowrap;
  font-weight: 400;
}

.p-report-profile__update {
  text-align: right;
  margin: 0.5em 1em 0 0;
  font-size: 1.4rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  .p-report-profile__update {
    font-size: 1.2rem;
  }
}

/* 企業紹介セクション
---------------------------------------------------------*/
.p-report-profile__section {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-report-profile__section {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-report-profile__section h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-inline: 1em;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  background-color: #EAF2FA;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-report-profile__section h3 {
    height: 40px;
    padding-inline: 0.8em;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 1.6rem;
  }
}

.p-report-profile__table {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-report-profile__table {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-report-profile__table th {
  width: 180px;
}

/* 戻るリンク
---------------------------------------------------------*/
.p-report-profile__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}
@media screen and (max-width: 768px) {
  .p-report-profile__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 10px;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.p-report-profile__link > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 250px;
  background-color: white;
  border-radius: 5px;
  padding: 1em;
  font-weight: 500;
}

/* ========================================================
Project Report Company - リサーチレポート掲載企業
=========================================================*/
.p-report-company__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1200px;
  padding-block: 80px 120px;
}
@media screen and (max-width: 768px) {
  .p-report-company__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-report-company__inner {
    padding-block: 40px;
  }
}

/* 表示切替
---------------------------------------------------------*/
.p-report-company-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-report-company-sort {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}

.p-report-company-sort__total {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-report-company-sort__total {
    font-size: 1.4rem;
  }
}

.p-report-company-sort__total > span {
  padding-inline: 0.1em 0.3em;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-report-company-sort__total > span {
    font-size: 2rem;
  }
}

.p-report-company-sort__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-report-company-sort__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5em;
    width: 100%;
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
  }
}

.p-report-company-sort__label {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-report-company-sort__label {
    width: 100%;
    font-size: 1.4rem;
  }
}

.p-report-company-sort__item {
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
}
@media screen and (max-width: 768px) {
  .p-report-company-sort__item {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}

.p-report-company-sort__item > a,
.p-report-company-sort__item > span {
  display: inline-block;
  padding: 0.4em 1.6em;
  font-weight: 500;
  background-color: white;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-report-company-sort__item > a,
  .p-report-company-sort__item > span {
    padding: 0.4em 0.8em;
  }
}

.p-report-company-sort__item > span {
  background-color: #647CC4;
  font-weight: 600;
  color: white;
}

/* 企業一覧
---------------------------------------------------------*/
.p-report-company__label {
  margin-block: 40px 20px;
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-report-company__label {
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
    font-size: 1.8rem;
  }
}

.p-report-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  background-color: #EAF2FA;
}
@media screen and (max-width: 768px) {
  .p-report-company__list {
    gap: 5px;
    padding: 10px;
  }
}

.p-report-company__item {
  position: relative;
  width: calc((100% - 20px) / 3);
  padding: 20px 40px 20px 20px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-report-company__item {
    width: 100%;
    padding: 12px 35px 12px 15px;
  }
}

.p-report-company__item::after {
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  background: #0d376c;
  position: absolute;
  right: 18px;
  top: calc(50% - 8px);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.p-report-company__name {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  line-height: 1.5;
  font-size: 1.8rem;
  font-weight: 600;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-report-company__name {
    font-size: 1.5rem;
  }
}

.p-report-company__code {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-report-company__code {
    font-size: 1.3rem;
  }
}

.p-report-company__type {
  -webkit-margin-before: 0.2em;
          margin-block-start: 0.2em;
  font-size: 1.3rem;
  color: #888;
}

/* ========================================================
Project MEMBER - メンバー
=========================================================*/
.l-title.p-member-title::before {
  content: "MEMBER";
}

.p-member__section:nth-of-type(even) {
  background-color: #EAF2FA;
}

.p-member__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1160px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-member__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-member__inner {
    padding-block: 60px;
  }
}

.p-member__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-member__heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

/* メンバー紹介（グリッド形式 - ボタンあり）
---------------------------------------------------------*/
.p-member-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 20px 40px;
}
@media screen and (max-width: 768px) {
  .p-member-grid {
    gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-member-grid {
    gap: 40px 20px;
  }
}

.p-member-grid__item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-member-grid__item {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .p-member-grid__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-member-grid__image {
  width: 50%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .p-member-grid__image {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .p-member-grid__image {
    width: 100%;
    max-width: 200px;
  }
}

.p-member-grid__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
@media screen and (max-width: 768px) {
  .p-member-grid__body {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}
@media screen and (max-width: 640px) {
  .p-member-grid__body {
    padding-inline: 0;
    -webkit-padding-before: 10px;
            padding-block-start: 10px;
  }
}

.p-member-grid__name {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-member-grid__name {
    font-size: 1.7rem;
  }
}

.p-member-grid__post {
  margin-block: 0.5em;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-member-grid__post {
    font-size: 1.3rem;
  }
}

.p-member-grid__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  width: 8em;
  height: 36px;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  border-radius: 5px;
  background-color: #EAF2FA;
  color: #0d376c;
  font-size: 1.5rem;
  cursor: pointer;
}

.p-member-grid__button::after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  border: 1px solid #0d376c;
  border-top-width: 3px;
}

.p-member-grid__button:hover {
  background-color: #0d376c;
  color: white;
}
.p-member-grid__button:hover::after {
  border-color: white;
}

/* メンバー紹介（リスト形式 - ボタンなし）
---------------------------------------------------------*/
.p-member-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-member-list__item {
    gap: 20px;
  }
}

.p-member-list__item:not(:first-child) {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}

.p-member-list__image {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-member-list__image {
    width: 40%;
    max-width: 220px;
  }
}

.p-member-list__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-member-list__info {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
  font-weight: 500;
}

.p-member-list__info > span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-member-list__info > span {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-member-list__desc {
    font-size: 1.3rem;
  }
}

/* ========================================================
Project RECRUIT - 採用情報
=========================================================*/
.l-title.p-recruit-title::before {
  content: "RECRUIT";
}

.p-recruit__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit__inner {
    padding-block: 60px;
  }
}

/* 求める人物像
---------------------------------------------------------*/
.p-recruit-person__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit-person__list {
    gap: 20px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-recruit-person__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit-person__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-recruit-person__item dt {
  width: 200px;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-person__item dt {
    width: 100%;
    -webkit-margin-after: 0.5em;
            margin-block-end: 0.5em;
    font-size: 1.7rem;
  }
}

.p-recruit-person__item dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-recruit-person__item dd {
    font-size: 1.3rem;
  }
}

/* 制度・待遇
---------------------------------------------------------*/
.p-recruit-benefit__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  padding-inline: 60px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefit__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-inline: 0;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-recruit-benefit__item {
  padding: 30px 40px;
  background-color: white;
  padding: 20px;
}
.p-recruit-benefit__heading {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefit__heading {
    font-size: 1.7rem;
  }
}

.p-recruit-benefit__text {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-benefit__text {
    font-size: 1.3rem;
  }
}

/* 選考の流れ
---------------------------------------------------------*/
.p-recruit-flow__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-block: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit-flow__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    margin-block: 20px 40px;
  }
}

.p-recruit-flow__list::before {
  content: "";
  display: block;
  width: 50%;
  height: 20px;
  background-color: #c0c0c0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p-recruit-flow__list::before {
    width: 20px;
    height: 50%;
  }
}

.p-recruit-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 220px;
  height: 160px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-recruit-flow__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    min-height: 60px;
    padding-inline: 20px;
    font-size: 1.5rem;
  }
}

.p-recruit-flow__item > span {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-recruit-flow__item > span {
    -webkit-padding-end: 0.5em;
            padding-inline-end: 0.5em;
    font-size: 1.7rem;
  }
}

/* 募集要項
---------------------------------------------------------*/
.p-recruit-job__list {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__list {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-recruit-job__item {
  padding: 40px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item {
    padding: 20px;
  }
}

/* ========================================================
Project COMPANY - 会社情報
=========================================================*/
.l-title.p-company-title::before {
  content: "COMPANY";
}

/* 代表挨拶
---------------------------------------------------------*/
.p-company-message__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1160px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-company-message__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-message__inner {
    padding-block: 40px;
  }
}

.p-company-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 80px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
@media screen and (max-width: 768px) {
  .p-company-message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-company-message__image {
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
}
@media screen and (max-width: 768px) {
  .p-company-message__image {
    max-width: 200px;
    text-align: center;
  }
}

.p-company-message__ceo {
  text-align: right;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-company-message__ceo {
    text-align: center;
  }
}

.p-company-message__ceo > span {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
}

.p-company-message__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 740px;
}

.p-company-message__heading {
  -webkit-padding-start: 0.8em;
          padding-inline-start: 0.8em;
  line-height: 1.5;
  font-size: 2.4rem;
  font-weight: 700;
  border-left: 8px solid #0d376c;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-company-message__heading {
    font-size: 2rem;
    border-left-width: 5px;
  }
}

@media screen and (max-width: 1080px) {
  .p-company-message__heading br {
    display: none;
  }
}

.p-company-message__lead {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-company-message__lead {
    font-size: 1.6rem;
  }
}

.p-company-message__text {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-company-message__text {
    font-size: 1.4rem;
  }
}

.p-company-message__text p {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}

/* 会社概要
---------------------------------------------------------*/
.p-company-about__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-company-about__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-about__inner {
    padding-block: 40px;
  }
}

.p-company-about__wrap {
  padding: 80px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  border-radius: 10px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-company-about__wrap {
    padding: 20px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

/* 役員紹介
---------------------------------------------------------*/
.p-company-member__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1160px;
  padding-block: 80px 100px;
}
@media screen and (max-width: 768px) {
  .p-company-member__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-company-member__inner {
    padding-block: 40px;
  }
}

.p-company-member__heading {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-company-member__heading {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-company-member__etc {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  padding: 40px;
  background-color: #EAF2FA;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-company-member__etc {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
    padding: 20px;
  }
}

.p-company-member__etc > table tr:not(:first-child) th,
.p-company-member__etc > table tr:not(:first-child) td {
  border-top: none;
}

.p-company-member__etc > table th {
  white-space: wrap;
}

/* ========================================================
Project NEWS - お知らせ
=========================================================*/
.l-title.p-news-title::before {
  content: "NEWS & COLUMN";
}

.p-news__inner {
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 40px;
  max-width: 1280px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-news__inner {
    padding-block: 20px 60px;
  }
}

.wp-news-pager > .wp-pagenavi,
.p-news-pager {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
  border-top: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .wp-news-pager > .wp-pagenavi,
  .p-news-pager {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    border: none;
  }
}

@media screen and (max-width: 768px) {
  .p-news-pager.-detail {
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    margin-inline: 20px;
    border-top: 1px solid #dfdfdf;
  }
}

/* カテゴリ絞り込み
---------------------------------------------------------*/
.p-news-category.-current-news,
.p-news-category.-current-report,
.p-news-category.-current-media {
  display: none;
}

.p-news-content__inner.-cat-news > .p-news-category.-current-news,
.p-news-content__inner.-cat-seminar > .p-news-category.-current-report,
.p-news-content__inner.-cat-column > .p-news-category.-current-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-news-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 20px 40px;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
  background-color: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .p-news-category {
    gap: 10px;
    padding: 10px 15px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

@media screen and (max-width: 768px) {
  .p-news-category > p {
    width: 100%;
  }
}

.p-news-category__item {
  position: relative;
  min-width: 120px;
  padding: 0.4em 1.6em;
  text-align: center;
  white-space: nowrap;
  background-color: white;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .p-news-category__item {
    min-width: unset;
    padding: 0.3em 0.8em;
    border-radius: 3px;
  }
}

.p-news-category__item:hover {
  opacity: 1;
  background: #647CC4;
  color: white;
}

.p-news-category__item.-current,
.p-news-category__item.-current:hover {
  font-weight: 600;
  background-color: #647CC4;
  color: white;
  cursor: default;
}

.p-news-category__item[aria-current=page],
.p-news-category[data-current=cat-all] .p-news-category__item[data-slug=cat-all],
.p-news-category[data-current=cat-news] .p-news-category__item[data-slug=cat-news],
.p-news-category[data-current=cat-column] .p-news-category__item[data-slug=cat-column],
.p-news-category[data-current=cat-report] .p-news-category__item[data-slug=cat-report],
.p-news-category[data-current=cat-recruit] .p-news-category__item[data-slug=cat-recruit] {
  font-weight: 600;
  background-color: #647CC4;
  color: white;
  cursor: default;
}

/* 記事詳細ページ
---------------------------------------------------------*/
.p-news-detail__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 90px;
  padding-block: 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-news-detail__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-news-detail__inner {
    padding-inline: 0;
    padding-block: 0 60px;
  }
}

/* ========================================================
Project FAQ - よくある質問
=========================================================*/
.l-title.p-faq-title::before {
  content: "FAQ";
}

.p-faq-content__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px 100px;
}
@media screen and (max-width: 768px) {
  .p-faq-content__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-faq-content__inner {
    padding-block: 40px;
  }
}

.p-faq-heading {
  line-height: 1.4;
  -webkit-padding-after: 0.4em;
          padding-block-end: 0.4em;
  margin-block: 80px 40px;
  font-size: 2.4rem;
  font-weight: 700;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .p-faq-heading {
    margin-block: 40px 20px;
    font-size: 1.8rem;
  }
}

/* よくある質問の一覧
---------------------------------------------------------*/
.p-faq-list__item {
  position: relative;
  overflow: hidden;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-faq-list__item {
    font-size: 1.4rem;
  }
}
.p-faq-list__item:not(:first-child) {
  margin-top: 10px;
}

.p-faq-list__inner::before, .p-faq-list__question::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-family: "Domine", serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
  background-color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-faq-list__inner::before, .p-faq-list__question::before {
    left: 15px;
    top: 15px;
    width: 28px;
    height: 28px;
    font-size: 1.4rem;
  }
}

.p-faq-list__question {
  position: relative;
  padding: 25px 144px 25px 80px;
  font-weight: 700;
  color: #0d376c;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  cursor: pointer;
  background-color: #EAF2FA;
}
@media screen and (max-width: 768px) {
  .p-faq-list__question {
    padding: 15px 57px 15px 62px;
  }
}

.p-faq-list__question::before {
  content: "Q";
}

@media screen and (max-width: 768px) {
  .p-faq-list__question.open {
    background-color: rgba(13, 55, 108, 0.5);
  }
}

/* 開閉アイコン */
.p-faq-list__icon {
  position: absolute;
  top: calc(50% - 11px);
  right: 1.3em;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .p-faq-list__icon {
    right: 15px;
  }
}

.p-faq-list__icon::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 2px solid #0d376c;
}

.p-faq-list__icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 16px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-left: 2px solid #0d376c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-faq-list__question.open .p-faq-list__icon::after {
  height: 0;
}

.p-faq-list__answer {
  display: none;
}

.p-faq-list__inner {
  position: relative;
  padding: 26px 40px 26px 80px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-faq-list__inner {
    padding: 15px 20px 15px 62px;
    font-size: 1.3rem;
  }
}

.p-faq-list__inner::before {
  content: "A";
  background-color: #EAF2FA;
  color: #0d376c;
}

.p-faq-list__inner a {
  text-decoration: underline;
}

/* ========================================================
Project CONTACT - お問い合わせ
=========================================================*/
.l-title.p-contact-title::before {
  content: "CONTACT";
}

.p-contact {
  background-color: #f0f0f0;
}

.p-contact__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__inner {
    padding-block: 40px 60px;
  }
}

/* ========================================================
フォーム
=========================================================*/
.p-form__body {
  padding: 30px 80px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  background-color: white;
  border-top: 4px solid #0d376c;
}
@media screen and (max-width: 1200px) {
  .p-form__body {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-form__body {
    padding: 10px 20px 15px;
  }
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px 0;
}
@media screen and (max-width: 1080px) {
  .p-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5px 0;
  }
}

.p-form__item .error {
  display: block;
  padding: 2px 10px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #c43e3e;
  background-color: rgba(255, 0, 0, 0.1);
}

.p-form__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 620px);
  height: 50px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 1080px) {
  .p-form__label {
    width: 100%;
    height: 45px;
  }
}

.p-form__label-require {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 24px;
  margin-left: 12px;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: 600;
  color: white;
  background-color: #E36410;
}
@media screen and (max-width: 1080px) {
  .p-form__label-require {
    width: 36px;
    height: 22px;
    margin-right: 10px;
    font-size: 1.2rem;
  }
}

.p-form__wrap {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 1080px) {
  .p-form__wrap {
    max-width: 100%;
  }
}

.p-form__wrap.-row,
.p-form-wrap__radio.-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-form__wrap-note {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-form__wrap-note {
    font-size: 1.2rem;
  }
}

/* インプット、テキストエリア
---------------------------------------------------------*/
.p-form-input__input,
.p-form-input__textarea {
  width: 100%;
  height: 50px;
  padding: 0 0.8em;
  font-weight: 500;
  border: 1px solid #c0c0c0;
  background-color: white;
}
@media screen and (max-width: 1080px) {
  .p-form-input__input,
  .p-form-input__textarea {
    max-width: 100%;
    height: 48px;
    padding: 0 0.6em;
  }
}

.p-form-input__textarea {
  line-height: 1.5;
  height: 200px;
  padding: 0.8em;
}

.p-form-input__input.-half {
  width: 50%;
}

.p-form-input__input:focus::-webkit-input-placeholder {
  color: transparent;
}

.p-form-input__input:focus::-moz-placeholder {
  color: transparent;
}

.p-form-input__input:focus:-ms-input-placeholder {
  color: transparent;
}

.p-form-input__input:focus::-ms-input-placeholder {
  color: transparent;
}

.p-form-input__input:focus::placeholder {
  color: transparent;
}

/* ラジオボタン
---------------------------------------------------------*/
.mwform-radio-field > label > input[type=radio] {
  display: none;
}

.mwform-radio-field > label {
  cursor: pointer;
}

.mwform-radio-field {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 120px;
  height: 60px;
}

.mwform-radio-field-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-left: 50px;
}
.mwform-radio-field-text::before {
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #c0c0c0;
  background-color: white;
}
.mwform-radio-field-text::after {
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #EAF2FA;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

input[type=radio]:not(:checked) + .mwform-radio-field-text::after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

input[type=radio]:checked + .mwform-radio-field-text::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* チェックボックス
---------------------------------------------------------*/
input[type=checkbox].privacy-check {
  display: none;
}

.privacy-check + .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 42px;
  font-weight: 500;
}
.privacy-check + .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  text-align: center;
  border: 1px solid #c0c0c0;
  background-color: white;
  cursor: pointer;
}
.privacy-check + .wpcf7-list-item-label::after {
  position: absolute;
  top: calc(50% - 15px);
  left: 0;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/icon_check.svg") center center no-repeat;
  opacity: 0;
}

input[type=checkbox].privacy-check:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* セレクトボックス
---------------------------------------------------------*/
.p-form-input__select {
  position: relative;
}
.p-form-input__select::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  bottom: calc(50% - 6px);
  z-index: 100;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #0d376c transparent transparent transparent;
}

.p-form-input__select select {
  width: 100%;
  height: 50px;
  padding: 0 1em;
  letter-spacing: 0.02em;
  border: 1px solid #c0c0c0;
  background-color: white;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .p-form-input__select select {
    max-width: 100%;
    height: 48px;
  }
}

/* エラーメッセージ
---------------------------------------------------------*/
.mw_wp_form .p-form__item .error,
.mw_wp_form .p-form__footer .error {
  display: block;
  padding: 2px 10px;
  margin-bottom: 8px;
  font-weight: 700;
  color: #E36410;
  background-color: rgba(255, 0, 0, 0.1);
}

/* 電話番号
---------------------------------------------------------*/
@media screen and (max-width: 1080px) {
  .p-form__wrap .mwform-tel-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}

@media screen and (max-width: 1080px) {
  .p-form__wrap .mwform-tel-field input[type=text] {
    width: 25% !important;
  }
}

/* フォームフッター
---------------------------------------------------------*/
.p-form__footer {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-form__footer {
    margin-top: 30px;
  }
}

.p-form__footer-top > p {
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-form__footer-top > p {
    font-size: 1.2rem;
  }
}

/* 個人情報保護方針 */
.p-form__privacy {
  width: 100%;
  max-width: 700px;
  height: 160px;
  padding: 1.5em;
  margin-inline: auto;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  text-align: left;
  line-height: 1.6;
  font-size: 1.4rem;
  font-weight: 300;
  overflow-y: scroll;
  border: 1px solid #dfdfdf;
  background-color: white;
}

.p-form__privacy .title {
  margin-block: 0 0.5em;
  font-weight: 400;
}
.p-form__privacy .title:not(:first-child) {
  margin-block: 2em 0.5em;
}

/* 送信ボタン */
.p-form__button-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.p-form__button {
  width: 300px;
  max-width: 100%;
  height: 60px;
  border: none;
  border-radius: 30px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: white;
  background-color: #E36410;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 1080px) {
  .p-form__button {
    font-size: 1.6rem;
  }
}

.wpcf7-spinner {
  position: absolute;
  bottom: -80%;
}

.wpcf7-not-valid-tip {
  font-weight: 500;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  color: #dc3232;
}

/* ========================================================
送信完了
=========================================================*/
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.p-contact-thanks {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 80px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact-thanks {
    padding-block: 40px;
  }
}
.p-contact-thanks h2 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks h2 {
    font-size: 2rem;
  }
}
.p-contact-thanks p {
  margin-block: 1.5em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks p {
    font-size: 1.6rem;
  }
}
.p-contact-thanks a {
  position: relative;
  width: 400px;
  height: 80px;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
  background-color: #EAF2FA;
  color: #0d376c;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-contact-thanks a {
    width: 100%;
    max-width: 360px;
    height: 60px;
    font-size: 1.6rem;
  }
}

/* ========================================================
Project Terms - 規約系（個人情報保護方針など）
=========================================================*/
.p-terms__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
  padding-block: 40px 80px;
}
@media screen and (max-width: 768px) {
  .p-terms__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-terms__inner {
    padding-block: 40px;
  }
}

.p-terms__inner h2 {
  padding-block: 0.5em;
  -webkit-padding-start: 0.8em;
          padding-inline-start: 0.8em;
  margin-block: 2em 1em;
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
  background-color: #EAF2FA;
}
@media screen and (max-width: 768px) {
  .p-terms__inner h2 {
    font-size: 1.7rem;
  }
}
.p-terms__inner h3 {
  margin-block: 1em;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-terms__inner h3 {
    font-size: 1.5rem;
  }
}
.p-terms__inner p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

/* ページタイトル
---------------------------------------------------------*/
.l-title.p-privacy-title::before {
  content: "POLICY";
}

/* ========================================================
Project Sitemap - サイトマップ
=========================================================*/
.l-title.p-sitemap-title::before {
  content: "SITEMAP";
}

.p-sitemap__inner {
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 0;
  padding-block: 80px;
}
@media screen and (max-width: 768px) {
  .p-sitemap__inner {
    padding-inline: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-sitemap__inner {
    padding: 0;
  }
}

.p-sitemap__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  padding: 40px;
  line-height: 1.4;
  background-color: #EAF2FA;
}
@media screen and (max-width: 768px) {
  .p-sitemap__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
    padding: 60px 20px;
  }
}

.p-sitemap__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-sitemap__item + .p-sitemap__item {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.p-sitemap__item > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  padding-inline: 20px 40px;
  font-size: 1.8rem;
  font-weight: 500;
  background-color: white;
  border-left: 5px solid #0d376c;
}
@media screen and (max-width: 768px) {
  .p-sitemap__item > a {
    height: auto;
    min-height: 60px;
    padding-block: 0.5em;
    font-size: 1.7rem;
  }
}

.p-sitemap__item > a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #0d376c;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  top: calc(50% - 4px);
  z-index: 1;
}

.p-sitemap__item > ul li {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}

.p-sitemap__item > ul a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-inline: 20px 40px;
  font-size: 1.6rem;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-sitemap__item > ul a {
    height: auto;
    min-height: 60px;
    padding-block: 0.5em;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.p-sitemap__item > ul a::before {
  content: "−　";
}

.p-sitemap__item > ul a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #0d376c;
  border-top: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  right: 16px;
  top: calc(50% - 4px);
  z-index: 1;
}

/* ========================================================
Project Error - 404 Not Found
=========================================================*/
.p-error {
  margin-block: 200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-error {
    margin-block: 100px;
    padding-inline: 40px;
  }
}
.p-error h1 {
  font-size: 4rem;
  font-weight: 700;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-error h1 {
    font-size: 2rem;
  }
}
.p-error p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-error p {
    font-size: 1.4rem;
  }
}

/* パーツ用 */
/* ========================================================
Project TABLE - テーブル
=========================================================*/
.p-table {
  width: 100%;
}

.p-table th,
.p-table td {
  padding: 1em 1.5em;
}
@media screen and (max-width: 768px) {
  .p-table th,
  .p-table td {
    padding: 1em;
    font-size: 0.9em;
  }
}

.p-table th {
  white-space: nowrap;
  line-height: 1.5;
  font-weight: 700;
  color: #0d376c;
}

.p-table tr:not(:first-child) th,
.p-table tr:not(:first-child) td {
  border-top: 1px solid #dfdfdf;
}

/* ========================================================
Project Report List - レポート一覧
=========================================================*/
.p-report-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 10px;
}
@media screen and (max-width: 640px) {
  .p-report-list {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}

.p-report-list__card {
  position: relative;
  background: white;
  padding: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-report-list__card {
    padding: 20px;
  }
}

.p-report-list__head {
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
  border-bottom: 1px solid #dfdfdf;
}

.p-report-list__date {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  .p-report-list__date {
    font-size: 1.3rem;
  }
}

.p-report-list__company {
  margin-block: 0.2em;
  line-height: 1.6;
  font-size: 1.6rem;
  font-weight: 700;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-report-list__company {
    font-size: 1.6rem;
  }
}

.p-report-list__code {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-report-list__code {
    font-size: 1.3rem;
  }
}

.p-report-list__body {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}

.p-report-list__title {
  line-height: 1.5;
  font-size: 1.4rem;
  margin: 8px 0 16px;
}
@media screen and (max-width: 768px) {
  .p-report-list__title {
    font-size: 1.3rem;
  }
}

.p-report-list__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  white-space: nowrap;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 4px;
  background: #E36410;
  color: white;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* リサーチレポートログ
---------------------------------------------------------*/
.p-report-list.-log-list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 0;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}
@media screen and (max-width: 768px) {
  .p-report-list.-log-list {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.p-report-list.-log-list .p-report-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  padding: 15px 20px;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .p-report-list.-log-list .p-report-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 4px;
  }
}
.p-report-list.-log-list .p-report-list__item:last-child {
  border-bottom: none;
}
.p-report-list.-log-list .p-report-list__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5em;
}
.p-report-list.-log-list .p-report-list__data time {
  display: block;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #888;
}
.p-report-list.-log-list .p-report-list__data h4 {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-report-list.-log-list .p-report-list__data h4 {
    font-size: 1.5rem;
  }
}
.p-report-list.-log-list .p-report-list__data p {
  display: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-report-list.-log-list .p-report-list__data p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-report-list.-log-list .p-report-list__file {
    width: 100%;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    text-align: right;
  }
}
.p-report-list.-log-list .p-report-list__file .p-report-list__button {
  width: 100%;
  max-width: 220px;
}

/* ========================================================
Project PROFILE - 役員紹介（モーダル）
=========================================================*/
/* モーダルを開くボタン */
.p-profile-open {
  cursor: pointer;
}

/* モーダル本体の指定 + モーダル外側の背景の指定 */
.p-profile__list {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(13, 55, 108, 0.8);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.p-profile__list.active {
  opacity: 1;
  visibility: visible;
}

.p-profile__item {
  display: none;
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-profile__item {
    max-width: 100%;
    padding-inline: 30px;
  }
}

.p-profile__item.active {
  display: block;
}

.p-profile__content {
  position: relative;
  padding: 60px 60px 40px;
  letter-spacing: 0;
  background: white;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-profile__content {
    padding: 60px 20px;
  }
}

.p-profile__image {
  float: left;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.p-profile__image > img {
  max-width: 280px;
  height: auto;
}

.p-profile__name {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-profile__name {
    font-size: 1.8rem;
  }
}

.p-profile__post {
  margin-block: 0.5em;
  line-height: 1.4;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-profile__post {
    font-size: 1.2rem;
  }
}

.p-profile__text {
  clear: left;
  margin-block: 2em;
}
@media screen and (max-width: 768px) {
  .p-profile__text {
    font-size: 1.3rem;
  }
}

.p-profile__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5em;
  -webkit-padding-before: 2em;
          padding-block-start: 2em;
  border-top: 1px solid #dfdfdf;
}

.p-profile__data-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  line-height: 1.5;
  font-size: 1.5rem;
}

.p-profile__data-item > dt {
  width: 6em;
  white-space: nowrap;
  font-weight: 400;
}

.p-profile__data-item > dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-profile__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5em;
     -moz-column-gap: 0.5em;
          column-gap: 0.5em;
  width: 100%;
  max-width: 200px;
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  padding: 0.8em;
  line-height: 1;
  border-radius: 5px;
  background-color: #0d376c;
  color: white;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-profile__close {
    top: 15px;
    font-size: 1.5rem;
  }
}

.p-profile__close:hover {
  opacity: 0.8;
}

/* ========================================================
Project News List - お知らせ一覧
=========================================================*/
.p-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3em 2em;
}
@media screen and (max-width: 1080px) {
  .p-news-list {
    gap: 2em;
  }
}
@media screen and (max-width: 640px) {
  .p-news-list {
    gap: 0;
  }
}

.p-news-list__item {
  width: calc((100% - 4em) / 3);
}
@media screen and (max-width: 1080px) {
  .p-news-list__item {
    width: calc((100% - 4em) / 2);
  }
}
@media screen and (max-width: 640px) {
  .p-news-list__item {
    width: 100%;
    padding-block: 1em;
    border-bottom: 1px solid #dfdfdf;
  }
}

.p-news-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5em;
  line-height: 1.5;
  font-weight: 500;
  color: #222;
}
@media screen and (max-width: 768px) {
  .p-news-list__item a {
    gap: 1em;
  }
}

.p-news-list__thumb {
  aspect-ratio: 1/1;
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  .p-news-list__thumb {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
}
@media screen and (max-width: 375px) {
  .p-news-list__thumb {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    min-width: 100px;
  }
}

.p-news-list__thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.p-news-list__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 0.8em;
}

.p-news-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-news-list__date {
  display: inline-block;
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  color: #888;
}
@media screen and (max-width: 768px) {
  .p-news-list__date {
    font-size: 1.2rem;
  }
}

.p-news-list__label {
  display: inline-block;
  background: #647CC4;
  color: #fff;
  padding: 0.2em 0.8em;
  border-radius: 2px;
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-news-list__label {
    font-size: 1.1rem;
  }
}

.p-news-list__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-news-list__text {
    width: 100%;
    font-size: 1.4rem;
  }
}

/* ========================================================
Project Article - お知らせ記事
=========================================================*/
.p-article {
  background-color: white;
}
@media screen and (max-width: 768px) {
  .p-article {
    padding: 20px;
  }
}

/* アイキャッチ画像
---------------------------------------------------------*/
.p-article__catch {
  text-align: center;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}
@media screen and (max-width: 768px) {
  .p-article__catch {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-article__catch > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
}

/* 記事ヘッダー
---------------------------------------------------------*/
.p-article__header {
  position: relative;
}

.p-article__header > h1 {
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-article__header > h1 {
    font-size: 2rem;
  }
}

.p-article__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .p-article__info {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}

.p-article__info > time {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-article__info > time {
    font-size: 1.6rem;
  }
}

/* 記事本文
---------------------------------------------------------*/
.p-article__body {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (max-width: 768px) {
  .p-article__body {
    font-size: 1.4rem;
  }
}

/* 見出し */
.p-article__body > h4, .p-article__body > h3, .p-article__body > h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 2em 0 1em;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-article__body > h4, .p-article__body > h3, .p-article__body > h2 {
    margin: 1em 0;
  }
}

.p-article__body > h2 {
  min-height: 60px;
  padding: 8px 20px;
  font-size: 2.2rem;
  background-color: #EAF2FA;
}
@media screen and (max-width: 768px) {
  .p-article__body > h2 {
    line-height: 1.5;
    padding: 8px 15px;
    font-size: 1.9rem;
  }
}

.p-article__body > h3 {
  min-height: 50px;
  padding: 8px 20px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-article__body > h3 {
    line-height: 1.5;
    padding-right: 10px;
    font-size: 1.8rem;
  }
}

.p-article__body > h3::before {
  content: "";
  display: block;
  width: 6px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 11px;
  background-color: #0d376c;
}

.p-article__body > h4 {
  min-height: 40px;
  padding-block: 4px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-article__body > h4 {
    padding-right: 10px;
    font-size: 1.7rem;
  }
}

/* 段落 */
.p-article__body p {
  margin: 1em 0;
}

/* 画像 */
.p-article__body figure,
.p-article__body img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

/* テーブル */
.p-article__body table {
  width: 100%;
  max-width: 100%;
  margin: 4rem 0;
  line-height: 1.6;
  font-size: 1.5rem;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 768px) {
  .p-article__body table {
    font-size: 1.4rem;
  }
}

.p-article__body table th,
.p-article__body table td {
  padding: 0.9em 1.5em;
  border: none;
  border-top: 1px solid #dfdfdf;
}

@media screen and (max-width: 768px) {
  .p-article__body tbody,
  .p-article__body tr,
  .p-article__body table th,
  .p-article__body table td {
    display: block;
    width: 100% !important;
  }
}

.p-article__body table th,
.p-article__body table tr td:first-child {
  width: 20%;
  color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-article__body table th,
  .p-article__body table tr td:first-child {
    padding: 0.7em 1em;
  }
}

@media screen and (max-width: 768px) {
  .p-article__body table td {
    padding: 1em;
  }
}

/* リスト */
.p-article__body > ul {
  padding-inline: 3em;
  margin: 4rem 0;
}
@media screen and (max-width: 768px) {
  .p-article__body > ul {
    padding-inline: 2em 0;
  }
}

.p-article__body > ul li {
  position: relative;
}

.p-article__body > ul li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  left: -1em;
  top: 0.8em;
  background-color: #0d376c;
}
@media screen and (max-width: 768px) {
  .p-article__body > ul li::before {
    top: 10px;
    width: 6px;
    height: 6px;
  }
}

.p-article__body > ul li + li {
  margin-top: 1em;
}

/* ========================================================
Utility Background-color
=========================================================*/
.u-bg--light-blue {
  background-color: #EAF2FA;
}
.u-bg--light-gray {
  background-color: #f0f0f0;
}

/* ========================================================
Utility Display
=========================================================*/
.u-display--b {
  display: block;
}
.u-display--ib {
  display: inline-block;
}
.u-display--i {
  display: inline;
}
.u-display--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-display--pc {
    display: none;
  }
}
.u-display--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--sp {
    display: block;
  }
}