@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;
}

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 12rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
    scroll-padding-top: 10rem;
  }
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  color: #333333;
}
body.is-active {
  overflow: hidden;
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.l-main--interview {
  background: #fafafa;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.l-footer {
  background: #f5f6fa;
  padding: 14rem 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 8rem 3rem 4rem;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__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: 2rem;
  }
}
.l-footer__wrap:not(:last-child) {
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.l-footer__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.l-footer__logo p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #293338;
  margin-bottom: 1rem;
}
.l-footer__logo img {
  max-width: 23rem;
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5rem 1rem;
  }
}
.l-footer__menu ul li:not(:last-child) {
  margin-bottom: 2rem;
}
.l-footer__menu ul li a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__menu ul li a {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.l-footer__item {
  min-width: 18rem;
}
@media screen and (max-width: 767px) {
  .l-footer__item {
    min-width: 0;
    width: calc(50% - 0.5rem);
  }
}
.l-footer__item__head {
  border-bottom: solid 2px #efefef;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer__item__head {
    border-bottom: solid 1px #ddd;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }
}
.l-footer__item__head .sub {
  font-size: 1.2rem;
  font-weight: 600;
  color: #bdc3dc;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
}
.l-footer__item__head .main {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-footer__item__head .main {
    font-size: 1.6rem;
  }
}
.l-footer__btn {
  display: block;
  background: #3a53a5;
  color: #fff;
  padding: 2rem 5rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-footer__btn {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.l-footer__return {
  position: fixed;
  right: 3rem;
  bottom: 5rem;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: #a4aabe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .l-footer__return {
    right: 2rem;
    bottom: 2rem;
    width: 4rem;
    height: 4rem;
  }
}
.l-footer__return.is-active {
  visibility: visible;
  opacity: 1;
}
.l-footer__return img {
  width: 1.3rem;
}
.l-footer__copy {
  font-family: "Playfair Display", serif;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 4rem;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 2rem;
  }
}

.l-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-logo {
    text-align: left;
    position: relative;
    z-index: 120;
  }
}
.l-logo p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  color: #293338;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .l-logo p {
    font-size: 0.9rem;
  }
}
.l-logo img {
  max-width: 23rem;
}
@media screen and (max-width: 767px) {
  .l-logo img {
    max-width: 17rem;
  }
}

.l-gNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-gNav ul {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-gNav ul li {
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
}
.l-gNav ul li a {
  display: block;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li a {
    padding: 2rem;
  }
}
.l-gNav ul li p {
  position: relative;
  z-index: 10;
  cursor: pointer;
}
@media (hover: hover) {
  .l-gNav ul li:hover .child {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    visibility: visible;
    opacity: 1;
  }
}
.l-gNav ul .child {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1rem);
          transform: translate(-50%, -1rem);
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 2rem;
  gap: 0;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-gNav ul .child {
    visibility: visible;
    opacity: 1;
    position: static;
    -webkit-transform: unset;
            transform: unset;
    padding-top: 0;
  }
}
.l-gNav ul .child li {
  font-size: 1.4rem;
  width: 100%;
}
.l-gNav ul .child li:not(:last-child) {
  border-bottom: solid 1px #eee;
}
.l-gNav ul .child li a {
  display: block;
  padding: 2rem 4rem;
  white-space: nowrap;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-gNav ul .child li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    padding: 2rem 3rem;
  }
  .l-gNav ul .child li a::before {
    content: "";
    width: 1rem;
    height: 1px;
    background: #555;
  }
}
@media screen and (max-width: 767px) {
  .l-gNav ul .parent {
    padding: 2rem;
    background: #f6f8ff;
    border-bottom: solid 1px #eee;
  }
}
.l-gNav__btn a {
  color: #fff;
  background: #3a53a5;
  font-weight: 300;
  border-radius: 0.4rem;
  padding: 2rem 4rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-gNav__btn a {
    margin: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
    padding-bottom: 4rem;
    padding-top: 10rem;
  }
  .l-gNav.is-active {
    left: 0;
  }
  .l-gNav ul {
    height: 100%;
    display: block;
    overflow: scroll;
  }
}
.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 120;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 5rem;
    height: 5rem;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span {
    background: #000000;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.p-view {
  position: relative;
  padding: 25rem 3rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-view {
    padding: 16rem 3rem;
  }
}
.p-view video {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-view__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.p-view__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-view__desc {
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.8);
}
.p-view__desc h2 {
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-view__desc h2 {
    font-size: 6rem;
  }
}
.p-view__desc p {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-top: 5rem;
}

.p-news {
  padding: 14rem 3rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 8rem 3rem 16rem;
    position: relative;
  }
  .p-news .p-elmBtn {
    position: absolute;
    bottom: 8rem;
    right: 3rem;
  }
}
.p-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news__head {
  max-width: 100%;
  width: 40rem;
}
.p-news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-news__item {
  border-bottom: solid 1px #dddddd;
}
.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
  }
}
.p-news__link .date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-news__link .cat {
  padding: 0.5rem 1rem;
  color: #3a53a5;
  background: #e2e5f2;
}
.p-news__link .ttl {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-news .p-elmHead {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-news .p-elmHead {
    margin-bottom: 2rem;
  }
}

.p-business {
  padding: 14rem 3rem 6rem;
  background: url(../../assets/img/top/business_bg.jpg) no-repeat center bottom/100%;
}
@media screen and (max-width: 767px) {
  .p-business {
    padding: 8rem 3rem 6rem;
  }
}
.p-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-business__list {
    gap: 1rem;
    margin-top: 6rem;
  }
}
.p-business__item {
  width: calc((100% - 6rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-business__item {
    width: 100%;
  }
}
.p-business__item a {
  display: block;
  position: relative;
}
.p-business__item a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 380/280;
}
@media screen and (max-width: 767px) {
  .p-business__item a img {
    aspect-ratio: 380/200;
  }
}
.p-business__item a p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
}

.p-project__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14rem;
  padding: 14rem 3rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-project__wrap {
    -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: 3rem;
    padding: 8rem 0;
  }
}
.p-project__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-project__list {
    gap: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-project__item {
  width: 100%;
}
.p-project__item p {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-project__item img {
    width: 100%;
    aspect-ratio: 300/200;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-company {
  position: relative;
  z-index: 10;
  padding: 23rem 3rem 10rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 8rem 3rem;
  }
}
.p-company::before {
  content: "";
  position: absolute;
  top: 15rem;
  right: 0;
  left: calc(50% - 40rem);
  bottom: 33%;
  z-index: -20;
  background: url(../../assets/img/top/company_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-company::before {
    top: 33%;
    left: 0;
    bottom: 0;
  }
}
.p-company__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10rem;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-company__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4rem;
    margin-top: 6rem;
  }
}
.p-company__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-company__img {
    width: 100%;
  }
  .p-company__img img {
    width: 100%;
    aspect-ratio: 300/200;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
.p-company__menu {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: solid 1px #dddddd;
}
.p-company__menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: #f6f8f9;
  opacity: 0.8;
  position: absolute;
  top: -10rem;
  bottom: -10rem;
  right: calc(50% - 50vw);
  left: -20rem;
}
.p-company__menu li {
  border-bottom: solid 1px #dddddd;
}
.p-company__menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.5rem 4rem;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-company__menu li a {
    padding: 2rem 1rem;
  }
}
.p-company__menu li a::after {
  content: "";
  position: static;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #3a53a5 url(../../assets/img/ico/ico_arw-1.png) no-repeat center/0.4rem;
}

.p-recruit {
  padding: 15rem 3rem 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding: 8rem 3rem 0;
  }
}
.p-recruit__list {
  margin-top: 9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__list {
    margin-top: 6rem;
    gap: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-recruit__list li a {
  display: block;
  position: relative;
}
.p-recruit__list li a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 580/290;
}
.p-recruit__list li a .desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  color: #fff;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0.3);
}
.p-recruit__list li a .desc .sub {
  font-family: "Playfair Display", serif;
  font-size: 1.4rem;
}
.p-recruit__list li a .desc .main {
  font-size: 2.4rem;
}

.p-other {
  padding: 10rem 3rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-other {
    padding: 8rem 3rem;
  }
}
.p-other::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -15rem;
  bottom: 0;
  background: url(../../assets/img/top/other_bg.jpg) no-repeat center/cover;
}
.p-other__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-other__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-left: 14rem;
}
@media screen and (max-width: 767px) {
  .p-other__list {
    gap: 1rem;
    margin-left: 0;
    margin-top: 6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-other__list li a {
  display: block;
  position: relative;
}
.p-other__list li a p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0.3);
}
.p-other__list li a img {
  width: 100%;
  aspect-ratio: 380/250;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .p-other__list li a img {
    aspect-ratio: 300/130;
  }
}

.p-faq {
  background: #ffffff;
  border-radius: 3rem;
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 2rem;
    border-radius: 2rem;
  }
}
.p-faq:not(:last-child) {
  margin-bottom: 4rem;
}
.p-faq dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-faq dt {
    font-size: 1.6rem;
  }
}
.p-faq dt::before {
  content: "Q.";
  color: #3a53a5;
  font-size: 2.4rem;
  line-height: 1;
}
.p-faq dd {
  font-size: 1.4rem;
  line-height: 2;
  margin-left: 3.5rem;
  margin-top: 2rem;
}

.p-form__wrap {
  padding: 5rem 8rem 8rem;
  background: #f6f8f9;
}
@media screen and (max-width: 767px) {
  .p-form__wrap {
    padding: 4rem 2rem;
  }
}
.p-form__table {
  width: 100%;
  max-width: 100rem;
  margin: auto;
}
.p-form__table tbody tr th {
  font-size: 1.6rem;
  position: relative;
  width: 28rem;
  padding: 2rem 2rem 2rem 6rem;
  text-align: left;
  vertical-align: middle;
}
.p-form__table tbody tr th .req {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #3a53a5;
}
.p-form__table tbody tr th .any {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #bcbcbc;
}
.p-form__table tbody tr td {
  padding: 2rem;
  vertical-align: middle;
}
.p-form__table tbody tr td .note {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2rem 0;
  color: #3a53a5;
}
.p-form__table tbody tr td .note:last-child {
  margin-bottom: 0;
}
.p-form__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.p-form__short-add {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 28rem;
  position: relative;
}
.p-form__short-add .error {
  position: absolute;
  top: 100%;
  left: 0;
}
.p-form__short-add #search {
  letter-spacing: 0.1em;
  border-radius: 0 0.6rem 0.6rem 0;
  padding: 1.8rem;
  font-size: 1.6rem;
  color: #ffffff;
  white-space: nowrap;
  background: #6074b6;
  cursor: pointer;
}
.p-form__short-num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 10rem;
}
.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-form__check:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.p-form__check:first-child {
  margin-top: 0;
}
.p-form__check:last-child {
  margin-bottom: 0;
}
.p-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form select {
  line-height: 1.8;
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #ffffff;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=submit] {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 6rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 0.6rem;
  color: #ffffff;
  background: #3a53a5;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #ffffff;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.p-form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.p-form .mw_wp_form_confirm #search {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-form__wrap {
    padding: 0;
    background: unset;
  }
  .p-form__table {
    width: 100%;
    max-width: 100rem;
    margin: auto;
  }
  .p-form__table tbody {
    display: block;
  }
  .p-form__table tbody tr {
    display: block;
    border-top: solid 1px #eeeeee;
  }
  .p-form__table tbody tr:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  .p-form__table tbody tr th {
    display: block;
    font-size: 1.6rem;
    position: relative;
    width: auto;
    padding: 2rem 0;
  }
  .p-form__table tbody tr th .req {
    font-size: 1.2rem;
    left: unset;
    right: 2rem;
    padding: 0.5rem 0.8rem;
  }
  .p-form__table tbody tr th .req {
    font-size: 1.2rem;
    left: unset;
    right: 2rem;
    padding: 0.5rem 0.8rem;
  }
  .p-form__table tbody tr td {
    display: block;
    padding: 0 0 2rem;
  }
  .p-form__table tbody tr td .note {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
  .p-form__short {
    margin-bottom: 2rem;
  }
  .p-form__short-add {
    max-width: 28rem;
  }
  .p-form__short-num {
    max-width: 8rem;
  }
  .p-form__check {
    gap: 1.5rem;
  }
  .p-form input[type=text],
  .p-form input[type=email] {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
  .p-form input[type=checkbox],
  .p-form input[type=radio] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .p-form input[type=submit] {
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .p-form textarea {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    min-height: 20rem;
    padding: 1.5rem;
    resize: none;
    border-radius: 0.5rem;
    background: #f5f5f5;
  }
}
.p-thanks {
  text-align: center;
  background: #eeeeee;
  padding: 5rem;
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .c-moreBtn-type01 {
  margin-top: 4rem;
}
.p-thanks__btn {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 4rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 0.6rem;
  color: #ffffff;
  background: #3a53a5;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 3rem 1.5rem;
  }
  .p-thanks__ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.2rem;
  }
  .p-thanks__txt:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .p-thanks__btn {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    max-width: 28rem;
    margin: 3rem auto 0;
    padding: 3rem;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ffffff;
    background: #3a53a5;
  }
}
.p-privacy {
  margin-bottom: 12rem;
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.5rem;
  line-height: 2;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}

.p-elmView {
  color: #fff;
  text-align: center;
  padding: 12rem 3rem;
  background: url(../../assets/img/view_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-elmView {
    padding: 8rem 3rem;
  }
}
.p-elmView p {
  font-weight: "Playfair Display", serif;
  font-size: 1.8rem;
  opacity: 0.7;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-elmView p {
    font-size: 1.6rem;
  }
}
.p-elmView h2 {
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-elmView h2 {
    font-size: 2.4rem;
  }
}

.p-elmHead__main {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #4963bb;
  background: -webkit-gradient(linear, left top, right top, from(rgb(73, 99, 187)), to(rgb(16, 44, 138)));
  background: linear-gradient(90deg, rgb(73, 99, 187) 0%, rgb(16, 44, 138) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-elmHead__main {
    font-size: 4rem;
  }
}
.p-elmHead__sub {
  font-size: 1.4rem;
  margin-top: 2rem;
  letter-spacing: 0.1em;
}
.p-elmHead__text {
  font-size: 1.6rem;
  line-height: 2;
}
.p-elmHead--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-elmHead--row {
    -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;
  }
}
.p-elmHead--row .p-elmHead__desc {
  margin-right: 5rem;
  padding-right: 10rem;
  border-right: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  .p-elmHead--row .p-elmHead__desc {
    margin-right: 0;
    margin-bottom: 2rem;
    padding-right: 0;
    border-right: none;
  }
}
.p-elmHead--small h2 {
  font-size: 3rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-elmHead--small h2 {
    font-size: 4rem;
  }
}
.p-elmHead--small.white h2 {
  color: #fff;
  background: unset;
  -webkit-text-fill-color: unset;
}
.p-elmHead--small.white p {
  color: #fff;
}
.p-elmHead.white h2 {
  color: #fff;
  background: unset;
  -webkit-text-fill-color: unset;
}
.p-elmHead.white p {
  color: #fff;
}

.p-elmBtn a {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.p-elmBtn a::after {
  display: block;
  content: "";
  background: #3a53a5 url(../../assets/img/ico/ico_arw-1.png) no-repeat center/0.5rem;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
}
.p-elmBtn a span {
  text-decoration: underline;
  text-underline-offset: 1rem;
}

.p-elmCatch:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmCatch:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-elmCatch h2 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-elmCatch h2 {
    font-size: 2.4rem;
  }
}
.p-elmCatch h2::after {
  content: "";
  display: block;
  width: 6rem;
  height: 2px;
  background: #4963bb;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
}
.p-elmCatch h3 {
  font-size: 4rem;
  text-align: center;
  color: #3a53a5;
  letter-spacing: 0.1em;
}
.p-elmCatch h4 {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 2.5rem;
}
.p-elmCatch iframe {
  display: block;
  max-width: 92rem;
  margin-inline: auto;
  margin-top: 6rem;
  width: 100%;
  height: auto;
  aspect-ratio: 560/315;
}
.p-elmCatch p {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-elmCatch p {
    text-align: left;
    font-size: 1.5rem;
  }
}
.p-elmCatch p strong {
  font-weight: 500;
  font-size: 2rem;
}
.p-elmCatch ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  padding-left: 2rem;
}
.p-elmCatch ul li {
  font-size: 1.6rem;
  line-height: 1.5;
  list-style: disc;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .p-elmCatch ul li {
    font-size: 1.4rem;
  }
}
.p-elmCatch ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-elmCatch ul li u,
.p-elmCatch ul li a {
  text-decoration: underline;
  text-underline-offset: 0.6rem;
}

.p-elmSec {
  padding: 15rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmSec {
    padding: 8rem 3rem;
  }
}
.p-elmSec + .p-elmSec {
  padding-top: 0;
}
.p-elmSec--gray {
  padding: 15rem 3rem;
  background: #f6f8f9;
}
@media screen and (max-width: 767px) {
  .p-elmSec--gray {
    padding: 8rem 3rem;
  }
}

.p-elmTable-1 {
  display: grid;
  grid-template-columns: 18rem 1fr;
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  .p-elmTable-1 {
    display: block;
  }
}
.p-elmTable-1 dt {
  font-size: 1.6rem;
  line-height: 2;
  padding: 3rem 2rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-elmTable-1 dt {
    font-size: 1.4rem;
    padding: 1rem;
  }
}
.p-elmTable-1 dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  padding: 3rem 0;
  letter-spacing: 0.1em;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .p-elmTable-1 dd {
    font-size: 1.3rem;
    padding: 0 1rem 1rem;
  }
}

.p-elmTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmTab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    margin: -5rem 0;
  }
}
.p-elmTab li {
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-elmTab li {
    width: calc(50% - 0.5rem);
  }
}
.p-elmTab li a {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 3rem 2rem;
  display: block;
  color: #3a53a5;
  background: #e2e5f2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-elmTab li a {
    padding: 1.5rem 0;
  }
}
.p-elmTab li a::after {
  position: absolute;
  right: 2rem;
  top: 50%;
  content: "";
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  background: #3a53a5 url(../../assets/img/ico/ico_arw-1.png) no-repeat center/0.4rem;
}
@media screen and (max-width: 767px) {
  .p-elmTab li a::after {
    right: 1rem;
    width: 1.4rem;
    height: 1.4rem;
  }
}

.p-elmRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-elmRow.items-base {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-elmRow.items-base {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-elmRow.items-base dd {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow.items-base dd {
    padding-top: 0;
  }
}
.p-elmRow:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-elmRow dt {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow dt {
    width: 16rem;
  }
}
.p-elmRow dt.large {
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow dt.large {
    width: 100%;
  }
}
.p-elmRow dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmRow dd h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #3a53a5;
}
@media screen and (max-width: 767px) {
  .p-elmRow dd h3 {
    text-align: center;
  }
}
.p-elmRow dd h3:not(:last-child) {
  margin-bottom: 2rem;
}
.p-elmRow dd h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3a53a5;
  border-left: solid 0.2rem #3a53a5;
  padding-left: 1rem;
  margin-top: 3rem;
}
.p-elmRow dd h4 + p {
  margin-top: 1.5rem;
}
.p-elmRow dd p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-elmRow__box {
  padding: 8rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-elmRow__box {
    padding: 3rem 2rem;
  }
}
.p-elmRow--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow--primary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-elmRow--primary:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow--primary:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-elmRow--primary dt {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow--primary dt {
    width: 10rem;
  }
}
.p-elmRow--primary dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmRow--primary dd h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #3a53a5;
}
@media screen and (max-width: 767px) {
  .p-elmRow--primary dd h3 {
    text-align: center;
  }
}
.p-elmRow--primary dd h3:not(:last-child) {
  margin-bottom: 2rem;
}
.p-elmRow--primary dd h3 span {
  font-size: 2.4rem;
  margin-right: 1rem;
  font-style: italic;
}
.p-elmRow--primary dd h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3a53a5;
  border-left: solid 0.2rem #3a53a5;
  padding-left: 1rem;
  margin-top: 3rem;
}
.p-elmRow--primary dd h4 + p {
  margin-top: 1.5rem;
}
.p-elmRow--primary dd p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-elmRow--primary.step dt {
  position: relative;
}
.p-elmRow--primary.step dt::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: solid 2px #3a53a5;
  border-bottom: solid 2px #3a53a5;
  position: absolute;
  top: calc(100% + 3rem);
  left: 6.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-elmRow--primary.step dt::after {
    display: none;
  }
}
.p-elmRow--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow--secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-elmRow--secondary:not(:last-child) {
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow--secondary:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.p-elmRow--secondary dt {
  width: 14rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow--secondary dt {
    width: 10rem;
    margin: auto;
  }
}
.p-elmRow--secondary dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmRow--secondary dd h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #3a53a5;
}
@media screen and (max-width: 767px) {
  .p-elmRow--secondary dd h3 {
    text-align: center;
  }
}
.p-elmRow--secondary dd h3:not(:last-child) {
  margin-bottom: 2rem;
}
.p-elmRow--secondary dd h3 span {
  font-size: 2.4rem;
  margin-right: 1rem;
  font-style: italic;
}
.p-elmRow--secondary dd h4 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3a53a5;
  border-left: solid 0.2rem #3a53a5;
  padding-left: 1rem;
  margin-top: 3rem;
}
.p-elmRow--secondary dd h4 + p {
  margin-top: 1.5rem;
}
.p-elmRow--secondary dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-elmRow--secondary dd ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmRow--secondary dd ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-elmRow--secondary dd ul li span {
  width: 14rem;
  text-align: center;
  color: #3a53a5;
  background: #f0f2f8;
  padding: 0.4rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-elmRow--secondary dd ul li span {
    width: 100%;
  }
}
.p-elmRow--secondary dd ul li p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-elmRow--secondary dd p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-elmRow--secondary.step dt {
  position: relative;
}
.p-elmRow--secondary.step dt::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: solid 2px #3a53a5;
  border-bottom: solid 2px #3a53a5;
  position: absolute;
  top: calc(100% + 3rem);
  left: 6.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-elmRow--secondary.step dt::after {
    display: none;
  }
}

.p-elmImg:not(:first-child) {
  margin-top: 6rem;
}
.p-elmImg--large:not(:first-child) {
  margin-top: 6rem;
}

.p-elmGrid {
  background: #f0f2f8;
  padding: 8rem 8rem 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmGrid {
    padding: 3rem;
    margin-top: 4rem;
  }
}
.p-elmGrid ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmGrid ul {
    gap: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmGrid ul li {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-elmGrid ul li {
    width: 100%;
  }
}
.p-elmGrid ul li.full {
  width: 100%;
}
.p-elmGrid ul li p {
  text-align: center;
  margin-top: 1rem;
}
.p-elmGrid ul li .txt-1 {
  margin-top: 1.5rem;
  display: block;
}
.p-elmGrid ul li .txt-1 img {
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .p-elmGrid ul li .txt-1 img {
    max-width: 100%;
  }
}
.p-elmGrid ul li .txt-2 {
  color: #555555;
}
.p-elmGrid ul li .txt-3 {
  color: #3a53a5;
}
.p-elmGrid p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #3a53a5;
}
@media screen and (max-width: 767px) {
  .p-elmGrid p {
    font-size: 1.4rem;
  }
}

.p-elmPoint {
  background: #fff;
  padding: 8rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmPoint {
    padding: 3rem 2rem;
    margin-bottom: 6rem;
  }
}
.p-elmPoint h2 {
  font-size: 2.4rem;
  text-align: center;
  color: #3a53a5;
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-elmPoint h2 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.p-elmPoint p {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #555555;
  letter-spacing: 0.1em;
}
.p-elmPoint ul {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmPoint ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-elmDesc:not(:first-child) {
  margin-top: 4rem;
}
.p-elmDesc p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-elmDesc p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.p-elmWorks__list {
  margin-top: 8rem;
}
.p-elmWorks__item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__item:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.p-elmWorks__sum {
  padding: 3rem 6rem 3rem 3rem;
  background: #e2e5f2;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__sum {
    padding: 1rem 3rem 1rem 1rem;
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.p-elmWorks__sum::after, .p-elmWorks__sum::before {
  content: "";
  position: absolute;
  top: 50%;
  background: #3a53a5;
}
.p-elmWorks__sum::before {
  width: 1px;
  height: 2rem;
  right: 5.1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__sum::before {
    right: 1.8rem;
    height: 1.2rem;
  }
}
.p-elmWorks__sum::after {
  width: 1.9rem;
  height: 1px;
  right: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__sum::after {
    width: 1.2rem;
    right: 1.2rem;
  }
}
.p-elmWorks__sum.is-open::before {
  height: 0;
}
.p-elmWorks__sum h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-elmWorks__sum h4 span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__sum h4 {
    gap: 1rem;
  }
}
.p-elmWorks__sum h4::before {
  content: "Q";
  background: #fff;
  color: #3a53a5;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__sum h4::before {
    width: 3rem;
    height: 3rem;
  }
}
.p-elmWorks__deta table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__deta table {
    display: block;
  }
}
.p-elmWorks__deta table:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__deta table tbody {
    display: block;
  }
}
.p-elmWorks__deta table tr {
  border-bottom: solid 1px #dddddd;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__deta table tr {
    display: block;
  }
}
.p-elmWorks__deta table tr th {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 2rem;
  white-space: nowrap;
  width: 16rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__deta table tr th {
    display: block;
    padding: 1rem 1rem 0;
    font-size: 1.5rem;
    width: auto;
  }
}
.p-elmWorks__deta table tr td {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__deta table tr td {
    display: block;
    padding: 1rem;
    font-size: 1.4rem;
  }
}
.p-elmWorks__deta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__deta ul {
    gap: 2rem;
  }
}
.p-elmWorks__deta ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__deta ul li {
    width: calc((100% - 2rem) / 2);
  }
}
.p-elmWorks__deta ul li img {
  width: auto;
  height: auto;
  max-height: 32rem;
}
.p-elmWorks__deta ul li p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 2rem;
}
.p-elmWorks__desc p {
  padding: 4rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__desc p {
    padding: 1rem;
    font-size: 1.4rem;
    gap: 1rem;
  }
  .p-elmWorks__desc p span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-elmWorks__desc p::before {
  content: "A";
  background: #e2e5f2;
  color: #3a53a5;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-elmWorks__desc p::before {
    width: 3rem;
    height: 3rem;
  }
}

.p-elmPack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-elmPack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmPack:not(:first-child) {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-elmPack:not(:first-child) {
    margin-top: 4rem;
  }
}
.p-elmPack--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-elmPack--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
.p-elmPack--reverse:not(:first-child) {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .p-elmPack--reverse:not(:first-child) {
    margin-top: 4rem;
  }
}
.p-elmPack.normal {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-elmPack .img-1 {
  height: 38rem;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-elmPack .img-1 {
    height: auto;
  }
}
.p-elmPack__img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 40rem;
}
.p-elmPack__img img {
  display: block;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-elmPack__img {
    overflow: hidden;
  }
}
.p-elmPack__img-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 52rem;
}
.p-elmPack__img-1 img {
  display: block;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-elmPack__img-1 {
    border-radius: 1rem;
    display: block;
    overflow: hidden;
  }
}
.p-elmPack__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #ffffff;
  border-radius: 6rem;
  padding: 8rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-elmPack__desc {
    padding: 4rem 3rem;
    border-radius: 2rem;
  }
}
.p-elmPack__desc.bg-none {
  background: none;
  padding: 0;
}
.p-elmPack__text h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
}
.p-elmPack__text h2:not(:last-child) {
  margin-bottom: 2rem;
}
.p-elmPack__text h3 {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-elmPack__text h3 {
    font-size: 1.7rem;
    text-align: center;
  }
}
.p-elmPack__text h3:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-elmPack__text p {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-elmPack__text p {
    font-size: 1.4rem;
  }
}
.p-elmPack__text p.name {
  text-align: right;
  font-size: 2.2rem;
  line-height: 1.8;
  font-family: "Yuji Boku", serif;
}
.p-elmPack__text p.name-1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
}
.p-elmPack__text p.tag {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  color: #3a53a5;
}
.p-elmPack__text p.year {
  font-size: 1.5rem;
  font-weight: 600;
  color: #3a53a5;
}
.p-elmPack__text p.right {
  text-align: right;
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-elmPack__text .center {
  text-align: center;
  margin-bottom: 3rem;
}
.p-elmPack__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2rem;
  border-bottom: solid 1px #ddd;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmPack__text dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmPack__text dl:not(:last-child) {
  margin-bottom: 2rem;
}
.p-elmPack__text dl dt {
  font-size: 2rem;
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .p-elmPack__text dl dt {
    width: auto;
  }
}
.p-elmPack__text dl dd {
  font-size: 1.5rem;
  line-height: 1.6;
}
.p-elmPack__text .box-1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-elmPack__text .box-1:not(:first-child) {
  margin-top: 6rem;
}
.p-elmPack__text .box-1 .item-1 {
  max-height: 8rem;
}

.p-elmBox__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-elmBox__wrap--reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-elmBox__wrap--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-elmBox__thumb--left-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-elmBox__thumb--left-1 {
    margin-left: auto;
  }
}
.p-elmBox__thumb--right-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-elmBox__thumb--right-1 {
    margin-right: auto;
  }
}
.p-elmBox__thumb--right {
  height: 100%;
  overflow: hidden;
  border-radius: 1rem 0 0 1rem;
}
.p-elmBox__thumb--right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-elmBox__thumb--left {
  height: 100%;
  overflow: hidden;
  border-radius: 0 1rem 1rem 0;
}
.p-elmBox__thumb--left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-elmBox__desc {
  width: 52%;
  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;
}
@media screen and (max-width: 767px) {
  .p-elmBox__desc {
    width: 100%;
  }
}
.p-elmBox__desc-ttl {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-elmBox__desc-ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-elmBox__desc-ttl:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-elmBox__desc-ttl:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-elmBox__desc-txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-elmBox__desc-txt {
    font-size: 1.4rem;
  }
}
.p-elmBox__desc-txt:not(:last-child) {
  margin-bottom: 2rem;
}

.p-interview {
  background: #ffffff;
  border-radius: 5rem;
  padding: 12rem 5rem;
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-interview {
    margin-left: 0;
    margin-right: 0;
    padding: 8rem 3rem;
    border-radius: 2rem;
  }
}
.p-interview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
  counter-reset: listnum;
}
.p-interview__list .num::before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
}
.p-interview__item {
  width: calc((100% - 12rem) / 3);
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-interview__item {
    width: auto;
  }
}
.p-interview__item .num {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 6rem;
  height: 5rem;
  border-radius: 0 0 2rem 0;
  background: #ffffff;
}
.p-interview__item .title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin: 2rem;
}
.p-interview__item .title span {
  font-size: 1.2rem;
  font-weight: 500;
  color: #3a53a5;
  margin-top: 0.8rem;
}
.p-interview__item .sub {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  border-radius: 0.4rem;
  padding: 1rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background: #3a53a5;
  margin: 0 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  z-index: 20;
}
.p-interview__link {
  display: block;
  background: #ddd;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.p-interview__link .thumb {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-interview__link .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: linear 2s;
  transition: linear 2s;
}
.p-interview__link .thumb .cat {
  position: absolute;
  right: 0;
  top: 0;
}
.p-interview__link .thumb-1 {
  width: 100%;
  aspect-ratio: 1/1;
}
.p-interview__link .thumb-1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: linear 2s;
  transition: linear 2s;
}
.p-interview__link .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: #ffffff;
  padding: 3rem 3rem 5rem;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: cubic-bezier(0.85, 0, 0.25, 1) 0.6s;
  transition: cubic-bezier(0.85, 0, 0.25, 1) 0.6s;
}
.p-interview__link .desc::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  padding-bottom: 0.5rem;
  width: 6rem;
  height: 5rem;
  border-radius: 1rem 0 0 0;
  background: #ffffff no-repeat url(../../assets/img/ico/arw_t_b-2.svg) center top 65%/0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translate(0, -95%);
          transform: translate(0, -95%);
}
.p-interview__link .day {
  color: #3a53a5;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.p-interview__link .text {
  font-size: 1.3rem;
  line-height: 2;
  margin-bottom: 1rem;
}
.p-interview__link .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #3a53a5;
}
.p-interview__link .tag span {
  font-size: 1.2rem;
  color: #3a53a5;
}
@media (hover: hover) {
  .p-interview__link:hover .desc {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .p-interview__link:hover .thumb img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.p-partner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-partner__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-partner__box dt {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-partner__box dt {
    width: 100%;
  }
}
.p-partner__box dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-partner__box dd p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #555555;
}
.p-partner__box dd p b {
  font-family: serif;
  font-size: 2.4rem;
  margin-top: 2rem;
  display: inline-block;
}
.p-partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 4rem;
}
.p-partner__item {
  padding: 3rem;
  background: #fff;
  width: calc((100% - 4rem) / 2);
  color: #999999;
}
@media screen and (max-width: 767px) {
  .p-partner__item {
    width: 100%;
  }
}
.p-partner__item p {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-partner__item p:not(:last-child) {
  margin-bottom: 1rem;
}
.p-partner__item.is-active {
  color: #3a53a5;
  background: #e2e5f2;
}

.p-elmSupport h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #555555;
}
.p-elmSupport ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-elmSupport ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-elmSupport ul li h4 {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  color: #3a53a5;
  margin-bottom: 2rem;
}
.p-elmSupport ul li figure {
  width: 100%;
  height: 20rem;
}
.p-elmSupport ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-elmSupport ul li p {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-elmSplit img {
  width: 100%;
}

.p-company__box:last-child {
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .p-company__box:last-child {
    margin-bottom: 8rem;
  }
}
.p-company__sum {
  margin-bottom: 4rem;
}
.p-company__sum:not(:first-child) {
  margin-top: 8rem;
}
.p-company__sum h3 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: #e2e5f2;
  padding: 3rem;
  color: #3a53a5;
}
@media screen and (max-width: 767px) {
  .p-company__sum h3 {
    padding: 2rem;
    font-size: 1.8rem;
  }
}
.p-company__det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__det {
    gap: 4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-company__det:not(:last-child) {
  margin-bottom: 5rem;
}
.p-company__item {
  width: 100%;
}
.p-company__item h4 {
  background: #f6f8f9;
  padding: 2rem;
  font-weight: 600;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.p-company__item table {
  width: 100%;
  color: #555;
}
.p-company__item table tr {
  border-bottom: solid 1px #ddd;
}
.p-company__item table tr th {
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.5rem;
  vertical-align: middle;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .p-company__item table tr th {
    width: 14rem;
    font-size: 1.3rem;
    padding: 1rem;
  }
}
.p-company__item table tr td {
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.5rem;
  vertical-align: middle;
  line-height: 2;
  letter-spacing: 0.1em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company__item table tr td {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
.p-company__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-company__area {
    gap: 2rem;
  }
}
.p-company__area--large {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-company__area--large {
    margin-bottom: 3rem;
  }
}
.p-company__area--large h3 {
  padding: 2rem;
  background: #e2e5f2;
  color: #3a53a5;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.p-company__area--large dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-company__area--large dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
.p-company__area--large dl dt {
  width: 64rem;
}
@media screen and (max-width: 767px) {
  .p-company__area--large dl dt {
    width: 100%;
  }
}
.p-company__area--large dl dt iframe {
  width: 100%;
  height: 100%;
  min-height: 32rem;
}
@media screen and (max-width: 767px) {
  .p-company__area--large dl dt iframe {
    min-height: 22rem;
  }
}
.p-company__area--large dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 0;
}
.p-company__area--large dl dd p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #555;
}
@media screen and (max-width: 767px) {
  .p-company__area--large dl dd p {
    font-size: 1.4rem;
  }
}
.p-company__area--large dl dd p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-company__area__item {
  width: calc((100% - 8rem) / 2);
}
@media screen and (max-width: 767px) {
  .p-company__area__item {
    width: 100%;
  }
}
.p-company__area__item h4 {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 2rem;
  background: #f6f8f9;
}
.p-company__area__item p {
  margin: 2rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #555;
}

.p-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .p-message__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
}
.p-message__img {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    width: 100%;
  }
}
.p-message__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-message__desc {
    padding-top: 0;
  }
}
.p-message__desc p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-message__desc p {
    font-size: 1.4rem;
  }
}
.p-message__desc p:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-message__desc p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.p-message__desc p.name {
  font-size: 1.9rem;
  font-weight: 600;
  text-align: right;
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-message__desc p.name small {
  display: block;
  font-size: 1.6rem;
}
.p-message__list {
  background: #fff;
  padding: 8rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-message__list {
    padding: 3rem;
  }
}
.p-message__list li {
  font-size: 2rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-message__list li {
    font-size: 1.6rem;
  }
}
.p-message__list li::before {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif;
  content: "1.";
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-message__list li::before {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p-message__list li:not(:last-child) {
  margin-bottom: 2.5rem;
}

.p-quality__list {
  background: #fff;
  padding: 8rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-quality__list {
    padding: 3rem;
  }
}
.p-quality__list li {
  font-size: 1.8rem;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-quality__list li {
    font-size: 1.5rem;
  }
}
.p-quality__list li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.p-quality__list .num {
  font-size: 2.2rem;
  line-height: 1.6;
}
.p-quality__list .name {
  text-align: right;
  font-weight: 600;
  display: block;
}
.p-quality__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: 10rem;
}
@media screen and (max-width: 767px) {
  .p-quality__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}
.p-quality__img {
  width: 50rem;
}
@media screen and (max-width: 767px) {
  .p-quality__img {
    width: 100%;
  }
}
.p-quality__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-quality__desc p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-quality__desc p:not(:last-child) {
  margin-bottom: 3rem;
}
.p-quality__desc table {
  margin-top: 6rem;
  border-top: solid 1px #ddd;
}
.p-quality__desc table tr {
  border-bottom: solid 1px #ddd;
}
.p-quality__desc table tr th {
  padding: 2rem 5rem 2rem 0;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.p-quality__desc table tr td {
  padding: 2rem 0;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #3a53a5;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #fff;
  letter-spacing: 0;
  background: #3a53a5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #fff;
  color: #3a53a5;
  border: solid 1px #3a53a5;
}
.c-pager .wp-pagenavi a:hover {
  background: #3a53a5;
  color: #fff;
  border: solid 1px #3a53a5;
  opacity: 1;
}

.c-postSec {
  margin: 13rem 3rem;
}

.c-postHead__ttl {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  border-left: solid 0.7rem #3a53a5;
  padding: 0 0 0.5rem 2rem;
}
.c-postHead__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
  margin: 5rem 0;
}
.c-postHead__date {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding-left: 2.8rem;
  background: url(../../assets/img/ico/ico_date.svg) no-repeat left center/contain;
}
.c-postHead__cat {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 300;
  text-transform: uppercase;
  background: #3a53a5;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #3a53a5;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #ffffff;
  background: #3a53a5;
}
@media screen and (max-width: 767px) {
  .c-postWrap h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  border-left: solid 0.6rem #3a53a5;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #3a53a5;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #3a53a5;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #3a53a5;
}
@media screen and (max-width: 767px) {
  .c-postWrap h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap p a {
  color: #3a53a5;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}
.c-postWrap__pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager {
    margin-top: 6rem;
  }
}
.c-postWrap__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-prev a:hover, .c-postWrap__pager-prev a:active, .c-postWrap__pager-prev a:focus, .c-postWrap__pager-prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postWrap__pager-next {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-next a:hover, .c-postWrap__pager-next a:active, .c-postWrap__pager-next a:focus, .c-postWrap__pager-next a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-postPager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
  gap: 2rem;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #ffffff;
  background: #000000;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: scroll;
  padding: 3rem 5rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 3rem;
    padding: 0.3rem;
    overflow: scroll;
    white-space: nowrap;
  }
}
.c-breadcrumb::-webkit-scrollbar {
  display: none;
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul {
    font-size: 1.3rem;
  }
}
.c-breadcrumb ul li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */