@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 62.5%;
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* 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 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

p {
  margin: unset;
}

ul {
  padding-left: unset;
  margin: unset;
}

li {
  list-style: none;
}

h1 {
  margin: unset;
}

h2 {
  margin: unset;
}

h3 {
  margin: unset;
}

h4 {
  margin: unset;
}

h5 {
  margin: unset;
}

h6 {
  margin: unset;
}

html, body {
  margin: 0;
  padding: 0;
}

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

body {
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-family: "Noto Sans JP", sans-serif;
}

.p-common-lower__container-inner, .p-home__services-intro-ttl, .p-home__services-intro-txt {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-common-lower__container-inner, .p-home__services-intro-ttl, .p-home__services-intro-txt {
    max-width: none;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__container-inner, .p-home__services-intro-ttl, .p-home__services-intro-txt {
    max-width: none;
  }
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  color: #C4141A;
}

.c-hover-underline {
  position: relative;
}
.c-hover-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C4141A;
  left: 0;
  bottom: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.c-hover-underline:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.l-header {
  background: #FFF;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1294117647);
  margin: 0 auto;
  border-radius: 40px;
  padding: clamp(7px, 1vw, 14px) clamp(15px, 2.1vw, 30px);
  position: fixed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95%;
  left: 50%;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  top: 30px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease, -webkit-transform 0.6s ease;
  will-change: transform, opacity;
}
.l-header h1 {
  width: clamp(65px, 8vw, 130px);
}
.l-header h1 img {
  width: 100%;
  display: block;
}
.l-header__logo-mobile {
  width: 40px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
}
.l-header__logo-mobile img {
  width: 100%;
  display: block;
}
.l-header__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__inner {
  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;
}
.l-header__global-nav-wrap {
  margin-right: clamp(65px, 8vw, 130px);
}
.l-header__global-nav-list-item {
  position: relative;
  display: inline-block;
}
.l-header__global-nav-list-item + .l-header__global-nav-list-item {
  padding-left: clamp(20px, 3.8vw, 60px);
}
.l-header__global-nav-list-item a {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 500;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.l-header__global-nav-list-item a:hover {
  padding-bottom: 40px;
  color: #C4141A;
}
.l-header__global-nav-list-item a:hover .l-header__global-nav-list-item-arrow::before,
.l-header__global-nav-list-item a:hover .l-header__global-nav-list-item-arrow::after {
  background-color: #C4141A;
}
.l-header__global-nav-list-item.is-active a {
  color: #C4141A;
}
.l-header__global-nav-list-item.is-active a .l-header__global-nav-list-item-arrow::before,
.l-header__global-nav-list-item.is-active a .l-header__global-nav-list-item-arrow::after {
  background-color: #C4141A;
}
.l-header__global-nav-list-item-arrow {
  position: relative;
  display: inline-block;
  width: clamp(5px, 0.7vw, 9.5px);
  margin-bottom: 3px;
  margin-left: clamp(4px, 0.5vw, 8px);
  height: clamp(3px, 0.4vw, 5.2px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.l-header__global-nav-list-item-arrow::before, .l-header__global-nav-list-item-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: clamp(4px, 0.5vw, 7px);
  border-radius: 9999px;
  background-color: #000000;
  -webkit-transform-origin: 50% calc(100% - 0.5px);
          transform-origin: 50% calc(100% - 0.5px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.l-header__global-nav-list-item-arrow::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header__global-nav-list-item-arrow::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-header__global-nav-content {
  position: absolute;
  top: clamp(40px, 4.2vw, 60px);
  left: 50%;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(15px, 1.4vw, 20px) clamp(15px, 1.4vw, 20px);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translate(-50%, -20px);
          transform: translate(-50%, -20px);
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-header__global-nav-content-list-item {
  display: block;
}
.l-header__global-nav-content-list-item a {
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  font-weight: 500;
  color: #202020 !important;
  padding: 7px 0;
  display: block;
}
.l-header__global-nav-content-list-item a:hover {
  padding: 7px 0;
  color: #C4141A !important;
}
.l-header__global-nav-list-item:nth-child(2) .l-header__global-nav-content {
  left: 72%;
}
.l-header__global-nav-list-item:nth-child(3) .l-header__global-nav-content {
  left: 70%;
}
.l-header__global-nav-list-item.is-active .l-header__global-nav-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 829px) {
  .l-header {
    display: none;
  }
}

.l-footer {
  position: relative;
  z-index: 1;
}
.l-footer__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__head {
  background: #F8F8F8;
  width: 45.8333333333%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__head {
    width: 100%;
  }
}
.l-footer__cont {
  background: #000;
  width: 54.1666666667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(20px, 4.2vw, 60px);
  padding-right: clamp(20px, 4.2vw, 60px);
  padding-top: clamp(30px, 4.2vw, 60px);
  padding-bottom: clamp(52.5px, 7.29vw, 105px);
}
.l-footer__btn-wrap {
  background: #BD1921;
  padding-left: clamp(30px, 4.2vw, 60px);
  padding-right: 4.1666666667%;
  padding-top: clamp(30px, 4.2vw, 60px);
  padding-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__btn-wrap {
    padding: 40px 30px;
  }
}
.l-footer__btn-inner > p {
  color: #FFF;
  font-size: clamp(1.6rem, 1.4vw, 2rem);
  font-weight: 400;
  margin-bottom: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__btn-inner > p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: -0.02em;
  }
}
.l-footer__btn-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 1.4vw, 20px);
}
.l-footer__address-wrap {
  padding-left: 4.1666666667%;
  padding-left: clamp(30px, 4.2vw, 60px);
  padding-right: 4.1666666667%;
  padding-top: clamp(35px, 4.9vw, 70px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__address-wrap {
    padding: 40px 30px;
  }
}
.l-footer__address-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(17px, 5vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__address-inner {
    gap: 30px;
  }
}
.l-footer__address-logo {
  width: clamp(34px, 12vw, 67px);
}
.l-footer__address-logo a {
  display: block;
  width: 100%;
}
.l-footer__address-logo a img {
  width: 100%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__address-logo {
    width: auto;
    max-width: 50px;
  }
}
.l-footer__address-cont h2 a {
  font-size: clamp(1.6rem, 1.7vw, 2.4rem);
  font-weight: 500;
  margin-bottom: clamp(10px, 1.4vw, 20px);
  display: block;
  color: #000;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__address-cont h2 a {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}
.l-footer__address-detail {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__address-detail {
    line-height: 1.6;
  }
  .l-footer__address-detail p + p {
    margin-top: 10px;
  }
}
.l-footer__list a {
  color: #FFF;
}
.l-footer__list a:hover {
  color: #C4141A;
}
.l-footer__list-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.l-footer__list-parent {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: 33%, 33%, 33%;
  grid-template-rows: 33%, 33%, 33%;
  grid-row-gap: 40px;
  justify-items: stretch;
}
.l-footer__list-parent-item a {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  margin-bottom: clamp(13px, 1.8vw, 26px);
  display: block;
  font-weight: 500;
}
.l-footer__list-parent-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.l-footer__list-parent-item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.l-footer__list-parent-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
.l-footer__list-parent-item:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
.l-footer__list-parent-item:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
  margin-top: -160px;
}
.l-footer__list-child-item {
  position: relative;
  padding-left: clamp(11px, 1.5vw, 22px);
}
.l-footer__list-child-item + li {
  margin-top: 17px;
}
.l-footer__list-child-item::before {
  display: block;
  width: clamp(7px, 0.9vw, 13px);
  height: 1px;
  content: "";
  background: #C4141A;
  position: absolute;
  top: clamp(8px, 0.7vw, 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.l-footer__list-child-item a {
  font-size: clamp(1rem, 1vw, 1.4rem);
  margin-bottom: unset;
  font-weight: 300;
}
.l-footer__list-child-sub {
  margin-top: 10px;
}
.l-footer__list-child-sub-item a {
  font-size: clamp(10px, 0.8vw, 12px);
}
.l-footer__list-child-sub-item + .l-footer__list-child-sub-item {
  margin-top: 9px;
}
.l-footer__other {
  padding-left: clamp(30px, 4.2vw, 60px);
  padding-top: clamp(20px, 2.8vw, 40px);
  padding-bottom: clamp(20px, 2.8vw, 40px);
  background: #FFF;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__other {
    padding: 20px 10px;
  }
}
.l-footer__other-inner {
  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;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__other-inner {
    -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;
  }
}
.l-footer__other-privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__other-privacy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__other-privacy-item {
  font-size: clamp(1rem, 0.8vw, 1.2rem);
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__other-privacy-item {
    font-size: 1.2rem;
  }
}
.l-footer__other-privacy-item span img {
  margin-right: 13px;
  width: clamp(30px, 4.2vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__other-privacy-item span img {
    width: auto;
    max-width: 60px;
  }
}
.l-footer__other-privacy-item + .l-footer__other-privacy-item {
  margin-left: clamp(23px, 3.1vw, 45px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__other-privacy-item + .l-footer__other-privacy-item {
    margin-left: 10px;
    margin-top: 10px;
  }
}
.l-footer__other-privacy-link {
  color: #333333;
  text-decoration: underline;
}
.l-footer__other-privacy-link:hover {
  color: #C4141A;
}
.l-footer__other-copy {
  display: inline-block;
  padding-right: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__other-copy {
    padding-right: 8px;
    margin-left: auto;
    margin-top: 20px;
  }
}
.l-footer__other-copy small {
  font-size: clamp(1rem, 1vw, 1.4rem);
  font-weight: 300;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .l-footer__other-copy small {
    font-size: 1.4rem;
  }
}

.c-btn-wrap-right {
  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: end;
      -ms-flex-align: end;
          align-items: end;
}
.c-btn-wrap-right a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn__txt {
  font-size: 1.6rem;
  font-weight: 500;
  color: #C4141A;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin: unset;
}
.c-btn__txt--wh {
  color: #FFF;
}
.c-btn__arrow {
  border: 1px solid #C4141A;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  position: relative;
  display: inline-block;
}
.c-btn__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn-circle {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: clamp(10px, 1.4vw, 20px);
}
.c-btn-square {
  display: block;
  background: #FFF;
  width: clamp(190px, 18vw, 260px);
  font-size: clamp(1.2rem, 1.25vw, 1.8rem);
  font-weight: 500;
  color: #000;
  text-align: center;
  padding: clamp(13px, 1.7vw, 25px) 0;
  position: relative;
  text-box: trim-both cap alphabetic;
  border: 1px solid #FFF;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-square {
    padding: 20px 0;
    width: 50%;
  }
}
.c-btn-square::after {
  position: absolute;
  display: block;
  width: clamp(12px, 1.8vw, 24px);
  height: 7px;
  content: "";
  background: url(/assets/images/common/icon_arrow.svg) no-repeat left top/contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: clamp(7.5px, 1vw, 15px);
}
.c-btn-square:hover {
  background: transparent;
  color: #FFF;
}
.c-btn-square:hover::after {
  background: url(/assets/images/common/icon_arrow_wh.svg) no-repeat left top/contain;
}
.c-btn-square-ver02 {
  display: block;
  width: clamp(100px, 23vw, 330px);
  background: #FFF;
  color: #333;
  font-size: min(0.83vw, 12px);
  font-weight: 500;
  padding: clamp(8px, 1.11vw, 16px) clamp(5px, 1.38vw, 20px) clamp(6px, 0.83vw, 12px);
  position: relative;
}
.c-btn-square-ver02 img {
  display: block;
  margin-top: 7px;
  width: clamp(74px, 10.27vw, 148px);
}
.c-btn-square-ver02:hover {
  color: #333;
  opacity: 0.9;
}
.c-btn-square-ver02-big-txt {
  font-size: min(1.1vw, 1.6rem);
  display: block;
  margin-top: 8px;
}
.c-btn-circle-arrow {
  position: absolute;
  display: block;
  width: clamp(30px, 4.2vw, 60px);
  height: clamp(30px, 4.2vw, 60px);
  border: 1px solid #C4141A;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-circle-arrow {
    width: 40px;
    height: 40px;
  }
}
.c-btn-circle-arrow::before, .c-btn-circle-arrow::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  width: 24px;
  height: 7px;
  background: url(/assets/images/common/icon_arrow.svg) no-repeat center/contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn-circle-arrow-txt {
  padding-right: clamp(45px, 6.25vw, 90px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-circle-arrow-txt {
    padding-right: 72px;
  }
}
.c-btn-circle-arrow--sm {
  width: clamp(20px, 2.08vw, 30px);
  height: clamp(20px, 2.08vw, 30px);
  right: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-circle-arrow--sm {
    width: 24px;
    height: 24px;
  }
}
.c-btn-circle-arrow--sm::before, .c-btn-circle-arrow--sm::after {
  width: clamp(12px, 1.31vw, 19px);
  height: clamp(5px, 0.55vw, 8px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-circle-arrow--sm::before, .c-btn-circle-arrow--sm::after {
    width: 11px;
    height: 4px;
  }
}
.c-btn-circle-arrow::after {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  left: 0;
}
.c-btn-circle-arrow-wrap {
  position: relative;
}
.c-btn-circle-arrow-wrap:hover .c-btn-circle-arrow {
  background: #C4141A;
  opacity: 1;
}
.c-btn-circle-arrow-wrap:hover .c-btn-circle-arrow::before, .c-btn-circle-arrow-wrap:hover .c-btn-circle-arrow::after {
  background: url(/assets/images/common/icon_arrow_wh.svg) no-repeat center/contain;
}
.c-btn-circle-arrow-wrap:hover .c-btn-circle-arrow::before {
  -webkit-animation-name: transformRightLeft;
          animation-name: transformRightLeft; /* 修正: hover時のアニメーションを指定 */
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.c-btn-circle-arrow-wrap:hover .c-btn-circle-arrow::after {
  -webkit-animation-name: transformLeftRight;
          animation-name: transformLeftRight; /* 修正: hover時のアニメーションを指定 */
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.c-btn-circle-arrow-wrap:hover .c-btn-circle-arrow-txt {
  opacity: 0.8;
}
.c-btn-circle-arrow-wrap:hover .c-btn-circle-arrow--wh {
  background: #FFF;
}
.c-btn-circle-arrow-wrap:hover .c-btn-circle-arrow--wh::before, .c-btn-circle-arrow-wrap:hover .c-btn-circle-arrow--wh::after {
  background: url(/assets/images/common/icon_arrow.svg) no-repeat center/contain;
}
.c-btn-circle-arrow--wh {
  border: 1px solid #FFF;
}
.c-btn-circle-arrow--wh::before, .c-btn-circle-arrow--wh::after {
  background: url(/assets/images/common/icon_arrow_wh.svg) no-repeat center/contain;
}
.c-btn-circle-link {
  position: absolute;
  display: block;
  width: clamp(30px, 4.2vw, 60px);
  height: clamp(30px, 4.2vw, 60px);
  border: 1px solid #C4141A;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-circle-link {
    width: 40px;
    height: 40px;
  }
}
.c-btn-circle-link::before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 13px;
  background: url(/assets/images/common/icon_link.svg) no-repeat center/contain;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-btn-circle-link-txt {
  padding-right: clamp(45px, 6.25vw, 90px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-btn-circle-link-txt {
    padding-right: 72px;
  }
}
.c-btn-circle-link-wrap {
  position: relative;
}
.c-btn-circle-link-wrap:hover .c-btn-circle-link-txt {
  opacity: 0.8;
}
.c-btn-circle-link-wrap:hover .c-btn-circle-link {
  background: #C4141A;
}
.c-btn-circle-link-wrap:hover .c-btn-circle-link::before {
  background: url(/assets/images/common/icon_link_wh.svg) no-repeat center/contain;
}
.c-btn-morebtn {
  position: relative;
  display: block;
  background: #F8F8F8;
  color: #C4141A;
  width: clamp(135px, 19vw, 270px);
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  border: none;
  margin: clamp(45px, 6.3vw, 90px) auto 0;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 500;
  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;
  padding: clamp(10px, 1.4vw, 20px) 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-btn-morebtn:hover {
  opacity: 0.7;
}
.c-btn-morebtn-icon {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #C4141A;
  top: 50%;
}
.c-btn-morebtn-icon-wrap {
  position: relative;
  width: clamp(7.5px, 1vw, 15px);
  height: clamp(7.5px, 1vw, 15px);
  margin-left: clamp(12.5px, 1.7vw, 25px);
}
.c-btn-morebtn-icon:first-of-type {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-btn-morebtn-icon:last-of-type {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@-webkit-keyframes transformLeftRight {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
}

@keyframes transformLeftRight {
  0% {
    -webkit-transform: translate(-100%, -50%);
            transform: translate(-100%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
  }
}
@-webkit-keyframes transformRightLeft {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    left: 100%;
  }
}
@keyframes transformRightLeft {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  100% {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    left: 100%;
  }
}
.c-ttl {
  font-weight: 700;
}
.c-ttl-sub {
  font-size: clamp(1.4rem, 1.38vw, 2rem);
  display: block;
  margin-bottom: clamp(10px, 1.38vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-ttl-sub {
    font-size: 1.4rem;
  }
}
.c-ttl-main {
  font-size: clamp(2.5rem, 3.47vw, 5rem);
  display: block;
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-ttl-main {
    font-size: 2.6rem;
  }
}
.c-ttl__column {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2;
  letter-spacing: 0.25em;
  padding-right: clamp(32px, 4vw, 64px);
  padding-left: clamp(80px, 11vw, 160px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: nowrap;
}
.c-ttl__column--space {
  letter-spacing: 0.25em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-ttl__column--space {
    letter-spacing: 0.13em;
  }
}
.c-ttl__column--line-height {
  padding-left: clamp(55px, 7.6vw, 110px);
  line-height: 1.5;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-ttl__column {
    margin: 0 auto;
    padding: unset;
  }
}
.c-ttl__column span {
  display: block;
}
.c-ttl__column span:first-of-type {
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-ttl__column span:first-of-type {
    font-size: 1.4rem;
  }
}
.c-ttl__column span:last-of-type {
  font-size: clamp(2rem, 2.8vw, 4rem);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-ttl__column span:last-of-type {
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-ttl__column span + span {
    margin-right: 10px;
  }
}

.c-vertical-slider {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-vertical-slider .slick-slide:not(.slick-center) {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.c-vertical-slider .slick-slide {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-vertical-slider .is--active {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.p-home__new-service-slider.c-vertical-slider {
  position: relative;
  margin-bottom: 0 !important;
}
.p-home__new-service-slider.c-vertical-slider .slick-dots {
  position: absolute;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-home__new-service-slider.c-vertical-slider .slick-dots li {
  display: block;
  width: 12px;
  height: 12px;
  margin: 8px 0;
}
.p-home__new-service-slider.c-vertical-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 1px solid #CACACA;
  border-radius: 50%;
  background: #CACACA;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-home__new-service-slider.c-vertical-slider .slick-dots li button::before, .p-home__new-service-slider.c-vertical-slider .slick-dots li button::after {
  display: none !important;
}
.p-home__new-service-slider.c-vertical-slider .slick-dots li button:hover, .p-home__new-service-slider.c-vertical-slider .slick-dots li button:focus {
  outline: none;
  background: #CC141C;
  border-color: #CC141C;
}
.p-home__new-service-slider.c-vertical-slider .slick-dots li.slick-active button {
  background: #CC141C;
  border-color: #CC141C;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-home__new-service-slider.c-vertical-slider .slick-dots {
    right: -40px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider.c-vertical-slider .slick-dots {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .p-home__new-service-slider.c-vertical-slider .slick-dots li {
    margin: 0 6px;
  }
}

.c-inner {
  margin: 0 auto;
}

.c-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-flexbox-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-chart ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-left: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-chart ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.c-chart ul li {
  width: 33.3333333333%;
  gap: 1px;
  list-style: none;
  font-size: clamp(1.1rem, 0.97vw, 1.4rem);
  letter-spacing: 0;
  color: #8D3134;
  background-color: #FFF;
  text-align: center;
  border: 1px solid;
  font-weight: 400;
  line-height: 1;
  padding: 15px 6px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-chart ul li {
    width: 50%;
    line-height: 1.5;
    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;
    padding: 8px 4px;
    min-height: 56px;
  }
}
.c-chart-blank {
  height: 100%;
  opacity: 0.8;
}

.c-hamburger {
  position: fixed;
  width: clamp(20px, 2.8vw, 40px);
  height: clamp(20px, 2.8vw, 40px);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 101;
  right: 80px;
  top: 50px;
  display: none;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .c-hamburger {
    top: 3.5vw;
    right: 5vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-hamburger {
    width: 40px;
    height: 40px;
    top: 25px;
    right: 28px;
  }
}
.c-hamburger__bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #CC141C;
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  left: 0;
}
.c-hamburger__bar:nth-child(1) {
  top: 14px;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.c-hamburger__bar:nth-child(2) {
  top: 23px;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, -webkit-transform 0.3s ease;
}
.c-hamburger.is-active {
  position: absolute;
}
.c-hamburger.is-active .c-hamburger__bar:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFF;
  -webkit-transition: top 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}
.c-hamburger.is-active .c-hamburger__bar:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background: #FFF;
  -webkit-transition: top 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, background 0.3s ease;
  transition: transform 0.3s ease, top 0.3s ease, background 0.3s ease, -webkit-transform 0.3s ease;
}

.c-drawer {
  display: none;
}
.c-drawer.is-active {
  display: block;
}
.c-drawer__inner {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow-y: auto;
  z-index: 100;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__inner {
    background: #BD1921;
  }
}
.c-drawer__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 70px;
  }
}
.c-drawer__card-wrap {
  position: relative;
  background: #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;
  width: 40.7638888889%;
  min-height: 100vh;
  padding: clamp(23px, 3.2vw, 46px) clamp(15px, 2.1vw, 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__card-wrap {
    width: 100%;
    background: #BD1921;
    min-height: auto;
    padding: 20px;
  }
}
.c-drawer__card-inner {
  width: 100%;
  padding-top: clamp(106px, 14.7vw, 212px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__card-inner {
    padding-top: 0;
  }
}
.c-drawer__card-inner > a:hover {
  opacity: 0.7;
}
.c-drawer__card-logo {
  position: absolute;
  top: 46px;
  left: 30px;
  width: clamp(42px, 6vw, 84px);
  margin-bottom: clamp(37px, 5.1vw, 74px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__card-logo {
    position: static;
    width: auto;
    max-width: 108px;
    margin-bottom: 50px;
  }
}
.c-drawer__card-logo img {
  width: 100%;
}
.c-drawer__card-copy {
  font-size: clamp(1.8rem, 1.6vw, 2.2rem);
  font-weight: 600;
  color: #333;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 2;
  letter-spacing: 0.08;
  margin: 0 auto;
  margin-bottom: clamp(100px, 14vw, 200px);
  text-indent: -3em;
  display: inline-block;
}
.c-drawer__card-copy-wrap {
  text-align: center;
}
.c-drawer__card-btn {
  border: 1px solid #CACACA;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__card-btn {
    border: none;
  }
}
.c-drawer__card-btn:hover {
  border: 1px solid #C4141A;
  background: #C4141A;
}
.c-drawer__card-btn-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 1.4vw, 20px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-drawer__menu {
  width: 59.2361111111%;
  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;
  background: #BD1921;
  padding: 60px clamp(45px, 6vw, 90px) clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu {
    display: block;
    width: 100%;
    padding: 20px 20px 40px;
  }
}
.c-drawer__menu ul a {
  color: #FFF;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu ul a {
    width: 60%;
  }
}
.c-drawer__menu-top {
  margin-bottom: clamp(17.5px, 2.43vw, 35px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-top {
    margin-bottom: unset;
  }
}
.c-drawer__menu-top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11.8055555556%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-top-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-drawer__menu-parent-item {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 500;
  margin-bottom: clamp(20px, 2.77vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-parent-item {
    border-top: 1px solid #FFF;
    margin-bottom: unset;
    padding-left: 30px;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
  }
}
.c-drawer__menu-parent-item a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-parent-item a {
    padding: 20px 0;
    display: block;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-parent-item .c-btn-circle-arrow {
    background: #FFF;
    width: 30px;
    height: 30px;
    right: 15px;
  }
  .c-drawer__menu-parent-item .c-btn-circle-arrow::before {
    width: 19px;
    height: 8px;
  }
}
.c-drawer__menu-child {
  margin-top: clamp(18px, 2.4vw, 35px);
}
.c-drawer__menu-child li {
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 300;
  padding-left: 18px;
  position: relative;
}
.c-drawer__menu-child li::before {
  display: block;
  content: "";
  position: absolute;
  width: 13px;
  height: 1px;
  background: #FFF;
  left: 0;
  top: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-child li::before {
    top: 7px;
  }
}
.c-drawer__menu-child li + li {
  margin-top: clamp(10px, 1.4vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-child li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-child li a {
    padding: 0;
  }
}
.c-drawer__menu-btm-list {
  border-top: 1px solid #FFF;
  margin-top: clamp(15px, 2.1vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-btm-list {
    margin-top: unset;
  }
}
.c-drawer__menu-btm-list ul li {
  display: inline-block;
  margin-top: clamp(15px, 2.1vw, 30px);
  margin-right: clamp(15px, 2.1vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-drawer__menu-btm-list ul li {
    display: block;
  }
  .c-drawer__menu-btm-list ul li:first-of-type {
    margin-top: 30px;
  }
}
.c-drawer__menu-btm-list ul li a {
  font-size: clamp(1.1rem, 0.8vw, 1.2rem);
  font-weight: 400;
}
.c-drawer__menu-btm-list ul li a:hover {
  opacity: 0.7;
}
.c-drawer__menu-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6px, 0.9vw, 13px);
}

.c-loop-txt__inner {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.c-loop-txt__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  font-size: clamp(30px, 4.16vw, 60px);
  font-weight: 600;
  color: #000;
}
.c-loop-txt__item:nth-child(odd) {
  -webkit-animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
          animation: MoveLeft var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
}
.c-loop-txt__item:nth-child(even) {
  -webkit-animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
          animation: MoveLeft2 var(--tick-duration, 24s) infinite linear;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-loop-txt__item {
    font-size: 5rem;
  }
}

.tick-paused .c-loop-txt__item:nth-child(odd) {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.tick-paused .c-loop-txt__item:nth-child(even) {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.tick-active .c-loop-txt__item:nth-child(odd) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.tick-active .c-loop-txt__item:nth-child(even) {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

@-webkit-keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes MoveLeft {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
.c-promo {
  margin-top: 60px;
}
.c-promo a:hover {
  color: #FFF;
  opacity: 0.8;
}
.c-promo__inner {
  display: block;
  width: 100%;
}
.c-promo__inner img {
  width: 100%;
}

.c-scroll-down {
  position: absolute;
  bottom: 90px;
  right: 9.5138888889%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-scroll-down {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 70px;
  }
}
.c-scroll-down a {
  position: relative;
  font-size: 1.6rem;
  color: #FFF;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-scroll-down a {
    font-size: 1.2rem;
  }
}
.c-scroll-down::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.c-scroll-down::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 70px;
  background: #FFF;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-scroll-down::after {
    bottom: -70px;
    height: 55px;
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: -20px;
  }
  100% {
    bottom: -112px;
  }
}

@keyframes circlemove {
  0% {
    bottom: -20px;
  }
  100% {
    bottom: -112px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.js-scroll-animation {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.js-scroll-animation.is-visible {
  opacity: 1;
}

.js-fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}
.js-fade-in.is-visible {
  opacity: 1;
}
@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
  .js-fade-in {
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

.js-fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.js-fade-in-up.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.js-fade-in-down.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.js-fade-in-left.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.js-fade-in-right.is-visible {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.js-scale-in {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}
.js-scale-in.is-visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.js-scroll-animation.delay-100 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-scroll-animation.delay-200 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-scroll-animation.delay-300 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-scroll-animation.delay-400 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-scroll-animation.delay-500 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.js-scroll-animation.duration-fast {
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
.js-scroll-animation.duration-slow {
  -webkit-transition-duration: 1.2s;
          transition-duration: 1.2s;
}

@media (prefers-reduced-motion: reduce) {
  .js-scroll-animation,
  .js-fade-in,
  .js-fade-in-up,
  .js-fade-in-down,
  .js-fade-in-left,
  .js-fade-in-right,
  .js-scale-in {
    opacity: 1 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .c-accordion__icon-wrap {
    position: relative;
    width: 20px;
    height: 20px;
    right: 20px;
  }
  .c-accordion__icon {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    -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;
    background: #FFF;
  }
  .c-accordion__icon:first-of-type {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .c-accordion__icon:last-of-type {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .c-accordion__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-accordion__header.active .c-accordion__icon:last-of-type {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .c-accordion__body {
    width: 100%;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    margin-top: 0;
  }
  .c-accordion__body li {
    margin-top: 10px;
  }
  .c-accordion__body li:last-of-type {
    margin-bottom: 20px;
  }
  .c-drawer .c-accordion__icon-wrap {
    width: 40%;
    height: 58px;
    right: 0;
  }
  .c-drawer .c-accordion__icon {
    width: 20px;
    height: 1px;
    right: 20px;
  }
}
body:not(.js-loaded):not(.no-opening) .p-home__mv,
body:not(.js-loaded):not(.no-opening) .c-hamburger.js-hamburger {
  opacity: 0 !important;
  visibility: hidden !important;
}

body.opening-active {
  overflow: hidden;
}
body.opening-active .p-home__mv,
body.opening-active .c-hamburger.js-hamburger {
  opacity: 0;
  visibility: hidden;
}

body.no-opening .p-home__mv,
body.no-opening .c-hamburger.js-hamburger {
  opacity: 1;
  visibility: visible;
}

.c-opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #BD1921;
  z-index: 9999;
  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;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  will-change: transform;
}
body:not(.opening-active) .c-opening {
  display: none;
}
.c-opening.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-opening__inner {
  width: 100%;
  height: 100vh;
  position: relative;
  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;
  overflow: hidden;
}
.c-opening__txt {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: 600;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.c-opening__txt p {
  margin: 0;
}

.p-home__mv {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.p-home__mv.show {
  opacity: 1;
  visibility: visible;
}
body:not(.opening-active) .p-home__mv {
  opacity: 1;
  visibility: visible;
}

.c-hamburger.js-hamburger {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.8s ease, visibility 0.8s ease;
  transition: opacity 0.8s ease, visibility 0.8s ease;
}
.c-hamburger.js-hamburger.show {
  opacity: 1;
  visibility: visible;
}
body:not(.opening-active) .c-hamburger.js-hamburger {
  opacity: 1;
  visibility: visible;
}

.c-text-link--red {
  color: #C4141A;
  text-decoration: underline;
}
.c-text-link--red:hover {
  opacity: 0.7;
}

.p-home__mv {
  position: relative;
  padding-bottom: 106vw;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home__mv {
    padding-bottom: 130vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__mv {
    padding-bottom: unset;
  }
}
.p-home__mv-logo {
  width: 110vw;
  position: fixed;
  z-index: 1;
  left: -28vw;
  top: -15vw;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__mv-logo {
    top: -8vw;
    position: absolute;
  }
}
.p-home__mv-logo img {
  width: 100%;
  display: block;
}
.p-home__mv-inner {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__mv-inner {
    position: relative;
  }
}
.p-home__mv-cont {
  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: end;
      -ms-flex-align: end;
          align-items: end;
  padding-top: 50vh;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__mv-cont {
    padding-top: 70vw;
  }
}
.p-home__mv-cont-inner {
  width: max(36.4vw, 262px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: clamp(15px, 2.1vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__mv-cont-inner {
    width: 100%;
    padding: 0 30px;
  }
}
.p-home__mv-cont-ttl {
  position: relative;
  margin-bottom: clamp(20px, 2.8vw, 40px);
}
.p-home__mv-cont-ttl img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__mv-cont-ttl {
    width: 51vw;
    margin-left: auto;
    margin-bottom: 60px;
  }
}
.p-home__mv-cont-txt {
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  line-height: 2.2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__mv-cont-txt {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.p-home__news {
  padding-top: min(120px, 8vw);
  padding-right: clamp(30px, 4.16vw, 60px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__news {
    margin-top: unset;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.p-home__news-item {
  font-size: min(1.6rem, 1vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: clamp(30px, 4.16vw, 60px);
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 1.4rem;
  }
}
.p-home__news-item-date {
  display: inline-block;
  color: #999;
  margin-right: 14px;
}
.p-home__news-item-txt {
  display: inline-block;
  color: #000;
}
.p-home__about {
  overflow: hidden;
  padding-bottom: max(75px, 10.41vw);
  position: relative;
  z-index: 1;
  background: #FFF;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__about {
    padding-bottom: 160px;
  }
}
.p-home__about-ttl {
  margin-bottom: clamp(35px, 4.86vw, 70px);
}
.p-home__about-ttl .c-ttl-sub {
  padding-left: clamp(30px, 4.16vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__about-ttl {
    margin-bottom: 30px;
  }
}
.p-home__about .c-loop-txt__inner {
  padding-left: clamp(30px, 4.16vw, 60px);
}
.p-home__about .c-loop-txt__item {
  margin-left: 30px;
  word-spacing: 0.5em;
}
.p-home__about-btn-wrap {
  padding: 0 clamp(30px, 4.16vw, 60px);
}
.p-home__new-service {
  background-color: #2A3153;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-home__new-service-inner {
  padding: 0 clamp(40px, 5.55vw, 80px) 0 clamp(30px, 4.16vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 60px 0 40px;
  }
}
.p-home__new-service-cont {
  width: 36%;
  padding-right: clamp(54px, 7.5vw, 108px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-cont {
    width: 100%;
    padding: 0 30px;
  }
}
.p-home__new-service-ttl {
  color: #FFF;
  margin-bottom: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-ttl {
    margin-bottom: 20px;
  }
}
.p-home__new-service-txt {
  color: #FFF;
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-txt {
    margin-bottom: 40px;
  }
}
.p-home__new-service-slider-wrap {
  width: 64%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-wrap {
    width: 100%;
  }
}
.p-home__new-service-slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: max(280px, 16vw);
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home__new-service-slider-item {
    height: 250px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.p-home__new-service-slider-item-head {
  background: #fff;
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-item-head {
    width: 100%;
  }
}
.p-home__new-service-slider-item-head-img {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(159, 133, 134, 0.43)), to(rgba(12, 1, 1, 0.43)));
  background: linear-gradient(180deg, rgba(159, 133, 134, 0.43) 0%, rgba(12, 1, 1, 0.43) 100%);
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  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;
  padding: 1.38vw 0 1.38vw 1.73vw;
}
.p-home__new-service-slider-item-head-img.adjalyze {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(3, 181, 155)), to(rgb(0, 214, 183)));
  background: linear-gradient(0deg, rgb(3, 181, 155) 0%, rgb(0, 214, 183) 100%);
}
.p-home__new-service-slider-item-head-img.job-school {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(246, 172, 0)), to(rgb(252, 200, 0)));
  background: linear-gradient(0deg, rgb(246, 172, 0) 0%, rgb(252, 200, 0) 100%);
}
.p-home__new-service-slider-item-head-img.career {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(25, 170, 181)), to(rgb(114, 219, 227)));
  background: linear-gradient(0deg, rgb(25, 170, 181) 0%, rgb(114, 219, 227) 100%);
}
.p-home__new-service-slider-item-head-img img {
  width: 90%;
  margin-left: auto;
}
@media screen and (max-width: 1440px) {
  .p-home__new-service-slider-item-head-img img {
    width: 100%;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-item-head-img {
    padding: 14px 0 14px 18px;
  }
}
.p-home__new-service-slider-item-cont {
  width: 62%;
  background: #FFF;
  padding: 1.25vw;
  padding: 26px 30px 22px;
  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 (min-width: 768px) and (max-width: 1024px) {
  .p-home__new-service-slider-item-cont {
    padding: 16px 16px 16px 18px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-item-cont {
    width: 100%;
    padding: 20px 14px;
  }
}
.p-home__new-service-slider-item-cont-ttl > p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 11px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home__new-service-slider-item-cont-ttl > p {
    font-size: 1.2rem;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-item-cont-ttl > p {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 8px;
  }
}
.p-home__new-service-slider-item-cont-btn-wrap {
  margin-bottom: 8px;
}
.p-home__new-service-slider-item-cont-btn-wrap .c-btn__txt {
  font-size: 3rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home__new-service-slider-item-cont-btn-wrap .c-btn__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-item-cont-btn-wrap .c-btn__txt {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.p-home__new-service-slider-item-cont-btn-wrap .c-btn__txt span {
  font-size: 1.4rem;
  font-weight: 300;
}
.p-home__new-service-slider-item-cont-txt {
  font-size: 1.4rem;
  width: 100%;
  margin-top: 20px;
  font-weight: 300;
  line-height: 1.71;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-home__new-service-slider-item-cont-txt {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-item-cont-txt {
    width: auto;
    margin-top: 12px;
    line-height: 1.5;
  }
}
.p-home__new-service-slider-item-cont-logo {
  text-align: right;
  margin-top: max(20px, 2.7vw);
}
.p-home__new-service-slider-item-cont-logo a:hover {
  opacity: 0.7;
}
.p-home__new-service-slider-item-cont-logo img {
  margin-left: auto;
  max-height: min(47px, 3.26vw);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-item-cont-logo img {
    max-height: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__new-service-slider-item-cont-logo {
    margin-top: 16px;
  }
}
.p-home__works {
  position: relative;
  z-index: 1;
  background: #FFF;
}
.p-home__works-ttl {
  padding: 0 clamp(30px, 4.16vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__works-ttl {
    padding: 0 30px 30px;
  }
}
.p-home__works-btn-wrap {
  padding: 0 clamp(30px, 4.16vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__works-btn-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.p-home__works-inner {
  padding: max(80px, 11.11vw) 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__works-inner {
    padding: 100px 0 120px;
  }
}
.p-home__works-slider {
  overflow: hidden;
  padding: max(35px, 4.86vw) 0 5.5vw;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.p-home__works-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(50px, 3.47vw);
  -webkit-animation: slide-left var(--works-slider-duration, 30s) linear infinite;
          animation: slide-left var(--works-slider-duration, 30s) linear infinite;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.p-home__works-slider-item {
  width: max(440px, 30.55vw);
  -webkit-box-shadow: 0px 3px 16px 2px rgba(97, 97, 97, 0.2);
          box-shadow: 0px 3px 16px 2px rgba(97, 97, 97, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-home__works-slider-item img {
  width: 100%;
  display: block;
}
.p-home__works-slider-company {
  overflow: hidden;
}
.p-home__works-slider-company-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: max(30px, 2.08vw);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-home__works-slider-company-inner.p-home__works-slider-company-top {
  -webkit-animation: slide-right-company var(--company-slider-duration, 50s) linear infinite;
          animation: slide-right-company var(--company-slider-duration, 50s) linear infinite;
}
.p-home__works-slider-company-inner.p-home__works-slider-company-btm {
  -webkit-animation: slide-left-company var(--company-slider-duration, 50s) linear infinite;
          animation: slide-left-company var(--company-slider-duration, 50s) linear infinite;
}
.p-home__works-slider-company-item {
  width: auto;
  height: max(60px, 5.6vw);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-home__works-slider-company-item img {
  width: auto;
  height: 100%;
  display: block;
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - max(25px, 1.735vw)));
            transform: translateX(calc(-50% - max(25px, 1.735vw)));
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - max(25px, 1.735vw)));
            transform: translateX(calc(-50% - max(25px, 1.735vw)));
  }
}
@-webkit-keyframes slide-left-company {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - max(15px, 1.04vw)));
            transform: translateX(calc(-50% - max(15px, 1.04vw)));
  }
}
@keyframes slide-left-company {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - max(15px, 1.04vw)));
            transform: translateX(calc(-50% - max(15px, 1.04vw)));
  }
}
@-webkit-keyframes slide-right-company {
  0% {
    -webkit-transform: translateX(calc(-50% - max(15px, 1.04vw)));
            transform: translateX(calc(-50% - max(15px, 1.04vw)));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slide-right-company {
  0% {
    -webkit-transform: translateX(calc(-50% - max(15px, 1.04vw)));
            transform: translateX(calc(-50% - max(15px, 1.04vw)));
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__works-slider {
    padding: 60px 0;
  }
  .p-home__works-slider-item {
    width: max(280px, 70vw);
  }
  .p-home__works-slider-company {
    padding: 0;
  }
  .p-home__works-slider-company-item {
    height: max(50px, 12vw);
  }
}
.p-home__services {
  position: relative;
  z-index: 1;
  background: #FFF;
}
.p-home__services-intro {
  position: relative;
  background: #BD1921;
  color: #FFF;
  padding: clamp(80px, 11.11vw, 160px) max(80px, 11.11vw);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-intro {
    padding: 120px 30px 120px;
    overflow-x: hidden;
  }
}
.p-home__services-intro-ttl {
  font-size: clamp(3rem, 2.77vw, 4rem);
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-home__services-intro-ttl {
    width: 50vw;
    margin-left: unset;
    margin-right: unset;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-intro-ttl {
    position: relative;
    z-index: 1;
    font-size: 2.6rem;
  }
}
.p-home__services-intro-txt {
  font-size: clamp(1.4rem, 1.94vw, 1.8rem);
  line-height: 2;
  margin-top: clamp(30px, 4.16vw, 60px);
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-home__services-intro-txt {
    width: 70vw;
    margin-left: unset;
    margin-right: unset;
  }
}
.p-home__services-intro-txt p + p {
  margin-top: clamp(30px, 4.16vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-intro-txt {
    position: relative;
    z-index: 1;
  }
}
.p-home__services-intro-logo {
  position: absolute;
  width: 18vw;
  right: 19vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0.5;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-home__services-intro-logo {
    width: 18.5vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-intro-logo {
    width: 190px;
    top: auto;
    bottom: -40px;
    right: -10px;
  }
}
.p-home__services-intro-logo img {
  width: max(15vw, 107px);
  height: auto;
  display: block;
  opacity: 0;
}
.p-home__services-intro-logo svg {
  overflow: visible;
}
.p-home__services-btn-wrap {
  margin-bottom: 40px;
}
.p-home__services-item {
  padding-top: clamp(90px, 12.5vw, 180px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item {
    padding: 120px 0;
  }
}
.p-home__services-item-ttl {
  margin-bottom: clamp(30px, 4.16vw, 60px);
}
.p-home__services-item-ttl h3 {
  font-size: clamp(1.8rem, 2.5vw, 3.6rem);
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-ttl {
    margin-bottom: 40px;
    cursor: pointer;
    position: relative;
    padding-right: clamp(40px, 10.67vw, 50px);
    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;
  }
  .p-home__services-item-ttl h3 {
    font-size: 2.6rem !important;
  }
  .p-home__services-item-ttl.c-accordion__header.active {
    margin-bottom: 30px;
  }
  .p-home__services-item-ttl.c-accordion__header.active .c-accordion__icon-wrap .c-accordion__icon:last-of-type {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .p-home__services-item-ttl .c-accordion__icon-wrap {
    position: relative;
    width: clamp(16px, 4.27vw, 20px);
    height: clamp(16px, 4.27vw, 20px);
  }
  .p-home__services-item-ttl .c-accordion__icon-wrap .c-accordion__icon {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #FFF;
    -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;
  }
  .p-home__services-item-ttl .c-accordion__icon-wrap .c-accordion__icon:first-of-type {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p-home__services-item-ttl .c-accordion__icon-wrap .c-accordion__icon:last-of-type {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
}
.p-home__services-item-ttl-withspan::before {
  display: none;
}
.p-home__services-item-ttl-withspan span {
  font-size: clamp(1.1rem, 1.5vw, 2.2rem);
  display: block;
  position: relative;
}
.p-home__services-item-ttl rt {
  margin-bottom: clamp(10px, 2.66vw, 20px);
  font-size: clamp(1rem, 1.86vw, 1.4rem);
  font-weight: 300;
}
.p-home__services-item-head {
  width: 36%;
  position: sticky;
  top: 0;
}
.p-home__services-item-cont {
  width: 64%;
}
.p-home__services-item-cont-copy {
  font-size: clamp(1.8rem, 2.5vw, 3.6rem);
  margin-bottom: 60px;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-cont-copy {
    line-height: 1.5;
    font-size: 1.7rem;
  }
}
.p-home__services-item-detail {
  padding: clamp(40px, 5.55vw, 80px) clamp(25px, 3.47vw, 50px) clamp(65px, 9.02vw, 130px);
  color: #FFF;
  border: 1px solid #FFF;
  position: relative;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail {
    padding: 30px;
  }
}
.p-home__services-item-detail::before {
  position: absolute;
  display: block;
  width: clamp(18.5px, 2.56vw, 37px);
  height: 1px;
  background: #FFF;
  content: "";
  left: 0;
  top: clamp(52px, 7.22vw, 104px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail::before {
    display: none;
  }
}
.p-home__services-item-detail-ttl {
  font-size: clamp(1.8rem, 2.1vw, 3rem);
  font-weight: 500;
  margin-bottom: clamp(30px, 4.16vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-ttl {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.p-home__services-item-detail-ttl.c-accordion__header.active {
  margin-bottom: 30px;
}
.p-home__services-item-detail-ttl.c-accordion__header.active .c-accordion__icon-wrap .c-accordion__icon:last-of-type {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.p-home__services-item-detail-ttl .c-accordion__icon-wrap {
  position: relative;
  width: clamp(16px, 4.27vw, 20px);
  height: clamp(16px, 4.27vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-ttl .c-accordion__icon-wrap {
    right: -50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-home__services-item-detail-ttl .c-accordion__icon-wrap .c-accordion__icon {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #FFF;
  -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;
}
.p-home__services-item-detail-ttl .c-accordion__icon-wrap .c-accordion__icon:first-of-type {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-home__services-item-detail-ttl .c-accordion__icon-wrap .c-accordion__icon:last-of-type {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.p-home__services-item-detail-ttl span {
  font-size: clamp(1.2rem, 2.4vw, 1.6rem);
  font-weight: 300;
  display: block;
}
.p-home__services-item-detail-chart {
  margin-top: clamp(30px, 4.16vw, 60px);
}
.p-home__services-item-detail-cont {
  font-size: clamp(1.4rem, 1.94vw, 1.8rem);
  line-height: 2;
}
.p-home__services-item-detail-grid-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-grid-wrap {
    display: block;
  }
}
.p-home__services-item-detail-grid-wrap .p-home__services-item-detail {
  padding-bottom: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-grid-wrap .p-home__services-item-detail {
    padding: 30px;
  }
}
.p-home__services-item-detail-logo-wrap {
  margin-top: clamp(20px, 2.8vw, 40px);
  text-align: right;
  padding-right: clamp(13px, 1.8vw, 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-home__services-item-detail-logo-inner {
  height: clamp(20px, 2.77vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-logo-inner {
    height: 35px;
  }
}
.p-home__services-item-detail-logo-inner img {
  height: 100%;
  width: auto;
  display: block;
  margin-left: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-logo-inner--hr img {
    height: 70px;
  }
}
.p-home__services-item-detail-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(30px, 4.16vw, 60px);
  gap: 3px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.p-home__services-item-detail-flexbox-item {
  width: 33.3%;
  background: #FFF;
  padding: max(15px, 2.08vw);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-flexbox-item {
    width: 100%;
    padding: 30px;
  }
}
.p-home__services-item-detail-flexbox-item img {
  width: 100%;
  max-height: 2.84vw;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-flexbox-item img {
    max-height: 40px;
    width: auto;
  }
}
.p-home__services-item-detail-flexbox-item p {
  font-size: clamp(1.2rem, 1.66vw, 1.6rem);
  line-height: 1.5;
  margin-top: clamp(20px, 2.77vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-detail-flexbox-item p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.p-home__services-item-detail-txt {
  font-size: clamp(1.4rem, 1.94vw, 1.8rem);
  line-height: 2;
  padding-right: 4%;
}
.p-home__services-item-web .p-home__services-item-cont-copy {
  color: #D23C43;
}
.p-home__services-item-web .p-home__services-item-detail {
  background: #E94E55;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-web .p-home__services-item-detail {
    background: #CF333A;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-web .p-home__services-item-detail.active {
    background: #E94E55;
  }
}
.p-home__services-item-web .p-home__services-item-detail-chart li {
  border-color: #D23C43;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-web:last-of-type {
    width: 100%;
    margin-left: auto;
  }
}
.p-home__services-item-education .p-home__services-item-cont-copy {
  color: #DAB34A;
}
.p-home__services-item-education .p-home__services-item-detail {
  background: #EBC45D;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-education .p-home__services-item-detail {
    background: #EDB82B;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-education .p-home__services-item-detail.active {
    background: #EBC45D;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-education:last-of-type {
    width: 100%;
    margin-left: auto;
  }
}
.p-home__services-item-hr .p-home__services-item-cont-copy {
  color: #2DA3AA;
}
.p-home__services-item-hr .p-home__services-item-detail {
  background: #3FBBC3;
}
.p-home__services-item-hr .p-home__services-item-detail-blank {
  background: #C5EBED;
}
.p-home__services-item-hr .p-home__services-item-detail-blank::before {
  display: none;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-hr .p-home__services-item-detail {
    background: #24ABB4;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-hr .p-home__services-item-detail.active {
    background: #3FBBC3;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-hr:last-of-type {
    width: 100%;
    margin-left: auto;
  }
}
.p-home__services-item-strander .p-home__services-item-cont-copy {
  margin-bottom: clamp(30px, 4.16vw, 60px);
  color: #898989;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-strander .p-home__services-item-cont-copy {
    margin-bottom: 30px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item-strander:last-of-type {
    width: 100%;
    margin-left: auto;
  }
}
.p-home__services-item-strander .p-home__services-item-ttl ruby {
  ruby-align: start;
}
.p-home__services-item-strander .p-home__services-item-ttl rt {
  font-size: clamp(2rem, 3.33vw, 3rem);
  font-weight: 400;
  margin-bottom: clamp(5px, 1.33vw, 10px);
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .p-home__services-item.p-home__services-item-strander {
    width: 100%;
    margin: 0 auto;
  }
}

.scroll-anime .p-home__services-cont {
  position: relative;
  padding-left: clamp(30px, 4.16vw, 60px);
}
.scroll-anime .p-home__services-cont-color {
  position: absolute;
  width: clamp(5px, 0.69vw, 10px);
  height: 100%;
  background: #E94E55;
  background-size: 200% 200%;
  left: 0;
  top: 0;
  -webkit-transition: background 0.6s ease-in-out;
  transition: background 0.6s ease-in-out;
}
.scroll-anime .p-home__services-cont-color.web-active {
  background: #E94E55;
}
.scroll-anime .p-home__services-cont-color.education-active {
  background: #EBC45D;
}
.scroll-anime .p-home__services-cont-color.hr-active {
  background: #3FBBC3;
}
.scroll-anime .p-home__services-cont-color.strander-active {
  background: #C30D23;
}
.scroll-anime .p-home__services-cont.strander-active ~ .p-home__services-item {
  background: #f8f8f8;
}
.scroll-anime .p-home__services-cont.strander-active {
  background: #f8f8f8;
}
.scroll-anime .p-home__services-item--l {
  position: sticky;
  top: clamp(70px, 15vw, 200px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 35vw;
}
.scroll-anime .p-home__services-item--r {
  width: 100vw;
  overflow-x: hidden;
}
.scroll-anime .p-home__services-item--display {
  position: relative;
}
.scroll-anime .p-home__services-item-point {
  position: absolute;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}
.scroll-anime .p-home__services-item-point.active {
  opacity: 1;
  z-index: 10;
}
.scroll-anime .p-home__services-item-head {
  width: 100%;
}
.scroll-anime .p-home__services-item-cont {
  width: 100%;
}
.scroll-anime .p-home__services-item-content-point {
  padding-bottom: clamp(100px, 13.88vw, 200px);
}
.scroll-anime .scroll-trigger {
  position: relative;
  top: 50%;
  height: 1px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .scroll-anime .p-home__services-cont {
    padding-left: 25px;
  }
  .scroll-anime .p-home__services-cont-color {
    display: block;
  }
  .scroll-anime .p-home__services-item-inner .c-flexbox {
    display: block;
  }
  .scroll-anime .p-home__services-item--l, .scroll-anime .p-home__services-item--r {
    position: static;
    width: 100%;
  }
  .scroll-anime .p-home__services-item-mobile {
    display: block;
  }
  .scroll-anime .p-home__services-item-mobile .p-home__services-item {
    padding-top: 120px;
    padding-bottom: 0;
  }
  .scroll-anime .p-home__services-item-mobile .p-home__services-item:first-of-type {
    padding-top: 0;
  }
  .scroll-anime .p-home__services-item-mobile .p-home__services-item:last-child {
    margin-bottom: 0;
  }
  .scroll-anime .p-home__services-item-mobile .p-home__services-item-inner .c-flexbox {
    display: block;
  }
  .scroll-anime .p-home__services-item-web-mobile .c-flexbox-start, .scroll-anime .p-home__services-item-education-mobile .c-flexbox-start, .scroll-anime .p-home__services-item-hr-mobile .c-flexbox-start, .scroll-anime .p-home__services-item-strander-mobile .c-flexbox-start {
    display: block;
  }
  .scroll-anime .p-home__services-item-head {
    width: 100%;
    position: static;
    margin-bottom: clamp(30px, 8vw, 40px);
  }
  .scroll-anime .p-home__services-item-cont {
    width: 100%;
  }
  .scroll-anime .p-home__services-item-cont-copy {
    margin-bottom: clamp(40px, 10.67vw, 60px);
  }
}
@media screen and (min-width: 0) and (max-width: 767px) and (min-width: 0) and (max-width: 767px) {
  .scroll-anime .p-home__services-item-cont-copy {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .scroll-anime .p-home__services-item-content-point {
    padding-bottom: 0;
  }
  .scroll-anime .p-home__services-item-detail-ttl {
    cursor: pointer;
    position: relative;
    padding-right: clamp(40px, 10.67vw, 50px);
    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;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .scroll-anime .p-home__services-item-detail-ttl.c-accordion__header.active {
    margin-bottom: 30px;
  }
  .scroll-anime .p-home__services-item-detail-ttl.c-accordion__header.active .c-accordion__icon-wrap .c-accordion__icon:last-of-type {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .scroll-anime .p-home__services-item-detail-ttl .c-accordion__icon-wrap {
    position: relative;
    width: clamp(16px, 4.27vw, 20px);
    height: clamp(16px, 4.27vw, 20px);
  }
  .scroll-anime .p-home__services-item-detail-ttl .c-accordion__icon-wrap .c-accordion__icon {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #FFF;
    -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;
  }
  .scroll-anime .p-home__services-item-detail-ttl .c-accordion__icon-wrap .c-accordion__icon:first-of-type {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .scroll-anime .p-home__services-item-detail-ttl .c-accordion__icon-wrap .c-accordion__icon:last-of-type {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .scroll-anime .p-home__services-item-detail-cont.c-accordion__body {
    width: 100%;
    overflow: hidden;
    height: 0;
    -webkit-transition: height 0.3s ease-out;
    transition: height 0.3s ease-out;
    margin-top: 0;
  }
  .scroll-anime .p-home__services-item-detail-cont.c-accordion__body li {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.p-about__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about__head {
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about__cont {
  width: 74%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__cont {
    width: 100%;
  }
}
.p-about__container {
  padding-top: 190px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__container {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__table {
    display: block;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__table tbody {
    display: block;
  }
}
.p-about__table-item {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__table-item:nth-child(n+2) {
    border-top: 1px solid #d9d9d9;
    font-size: 1.4rem;
  }
}
.p-about__table-item:nth-child(n+2) th,
.p-about__table-item:nth-child(n+2) td {
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__table-item:nth-child(n+2) th,
  .p-about__table-item:nth-child(n+2) td {
    border: none;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__table-item {
    display: block;
    padding: 20px 0;
  }
}
.p-about__table-ttl {
  width: clamp(97px, 13.5vw, 194px);
  padding: 20px 0;
  vertical-align: top;
  text-align: left;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__table-ttl {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.p-about__table-desc {
  padding: 20px 0;
  vertical-align: top;
  font-weight: 300;
  line-height: 2;
}
.p-about__table-desc a {
  display: block;
  color: #000;
  text-decoration: underline;
}
.p-about__table-desc a:hover {
  color: #C4141A;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__table-desc {
    display: block;
    padding: 0;
    overflow-wrap: break-word;
  }
  .p-about__table-desc--midium {
    font-weight: 400;
  }
}
.p-about__table-organization {
  width: clamp(381px, 52.9vw, 762px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__table-organization {
    width: 100%;
  }
}
.p-about__container--img .p-common-lower__container-inner {
  padding: 0;
}
.p-about__ceo-img-box {
  width: 100%;
  margin-bottom: clamp(30px, 4.2vw, 60px);
}
.p-about__ceo-img-box img {
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-about__ceo-img-box {
    padding-right: 4vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__ceo-img-box {
    width: 100%;
  }
}
.p-about__ceo-message-ttl {
  margin-bottom: clamp(30px, 4.2vw, 60px);
  font-size: clamp(2.8rem, 2.1vw, 3rem);
  font-weight: 600;
  color: #2A3153;
}
.p-about__ceo-message-content {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  font-weight: 300;
  line-height: 2;
}
.p-about__ceo-message-content + .p-about__ceo-message-content {
  margin-top: clamp(18px, 1.38vw, 20px);
}
.p-about__ceo-message-name {
  margin-top: clamp(30px, 4.2vw, 60px);
  text-align: right;
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 2.2;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-about__ceo-message {
    padding-right: 4vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__ceo-message {
    width: 100%;
    padding: 0 20px;
  }
  .p-about__ceo-message-ttl {
    margin-bottom: 60px;
    text-align: justify;
    font-size: 2rem;
    line-height: 2;
  }
  .p-about__ceo-message-content {
    text-align: justify;
    font-size: 1.6rem;
    line-height: 2;
  }
  .p-about__ceo-message-name {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-about__access-map-box iframe {
  width: clamp(490px, 68.1vw, 980px);
  height: clamp(302.5px, 42vw, 605px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__access-map-box iframe {
    width: 100%;
    height: 280px;
  }
}
.p-about__access-map {
  width: clamp(490px, 68.1vw, 980px);
  height: clamp(302.5px, 42vw, 605px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__access-map {
    width: 100%;
    height: 280px;
  }
}
.p-about__access-address {
  margin-top: clamp(30px, 4.2vw, 60px);
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__access-address {
    padding: 0 20px;
    line-height: 2;
  }
}
.p-about__access-info + .p-about__access-info {
  margin-top: clamp(30px, 4.2vw, 60px);
  line-height: 2.5;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__access-info + .p-about__access-info {
    line-height: 2;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__initiatives-list {
    border-top: 1px solid #d9d9d9;
  }
}
.p-about__initiatives-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(4px, 0.6vw, 8px) 0 clamp(22.5px, 3.1vw, 45px);
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__initiatives-item {
    padding: 30px 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-about__initiatives-item-cont {
  width: clamp(324px, 45vw, 648px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__initiatives-item-cont {
    width: 100%;
  }
}
.p-about__initiatives-item-ttl {
  margin-bottom: clamp(5px, 0.7vw, 10px);
  font-size: clamp(2.8rem, 2.1vw, 3rem);
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__initiatives-item-ttl {
    margin-bottom: 8px;
    font-size: 2.4rem;
  }
}
.p-about__initiatives-item-txt-box {
  width: clamp(324px, 45vw, 648px);
}
.p-about__initiatives-item-txt {
  margin-bottom: clamp(25px, 3.5vw, 50px);
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  line-height: 2;
  font-weight: 300;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__initiatives-item-txt {
    margin-bottom: 32px;
    font-size: 1.4rem;
  }
}
.p-about__initiatives-item:nth-child(1) {
  gap: clamp(65px, 9.02vw, 130px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__initiatives-item:nth-child(1) {
    gap: 20px;
  }
}
.p-about__initiatives-item:nth-child(1) .p-about__initiatives-item-img-box {
  width: clamp(50px, 6.94vw, 100px);
}
.p-about__initiatives-item:nth-child(1) .p-about__initiatives-item-img-box img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__initiatives-item:nth-child(1) .p-about__initiatives-item-img-box {
    width: 120px;
    height: 120px;
  }
  .p-about__initiatives-item:nth-child(1) .p-about__initiatives-item-img-box img {
    width: 100%;
    height: auto;
  }
}
.p-about__initiatives-item:nth-child(2) {
  gap: clamp(23.5px, 3.26vw, 47px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__initiatives-item:nth-child(2) {
    gap: 20px;
  }
}
.p-about__initiatives-item:nth-child(2) .p-about__initiatives-item-img-box {
  width: clamp(126px, 17.5vw, 252px);
}
.p-about__initiatives-item:nth-child(2) .p-about__initiatives-item-img-box img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__initiatives-item:nth-child(2) .p-about__initiatives-item-img-box {
    width: 300px;
    height: auto;
  }
  .p-about__initiatives-item:nth-child(2) .p-about__initiatives-item-img-box img {
    width: 100%;
    height: auto;
  }
}
.p-about__detail-cont {
  padding-bottom: clamp(55px, 7.6vw, 110px);
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont {
    padding-bottom: 80px;
  }
}
.p-about__detail-cont-ttl {
  margin-bottom: clamp(30px, 4.2vw, 60px);
  font-size: clamp(2.8rem, 2.1vw, 3rem);
  font-weight: 600;
  line-height: 2;
  color: #2A3153;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-ttl {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.p-about__detail-cont-txt {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 2;
  font-weight: 300;
}
.p-about__detail-cont-txt + .p-about__detail-cont-txt {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-txt {
    font-size: 1.6rem;
  }
  .p-about__detail-cont-txt + .p-about__detail-cont-txt {
    margin-top: 30px;
  }
}
.p-about__detail-cont-section {
  margin-top: clamp(45px, 6.25vw, 90px);
}
.p-about__detail-cont-section--nomargin {
  margin-top: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-section {
    margin-top: 90px;
  }
  .p-about__detail-cont-section--nomargin {
    margin-top: 0;
  }
}
.p-about__detail-cont-subttl {
  position: relative;
  margin-bottom: clamp(20px, 2.8vw, 40px);
  padding-left: clamp(22px, 3.1vw, 44px);
  font-size: clamp(2.2rem, 1.7vw, 2.4rem);
  font-weight: 500;
}
.p-about__detail-cont-subttl::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: clamp(13.5px, 1.9vw, 27px);
  height: 2px;
  background: #2A3153;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-subttl {
    margin-bottom: 40px;
    padding-left: 25px;
    font-size: 1.8rem;
  }
  .p-about__detail-cont-subttl::before {
    top: 14px;
    width: 20px;
  }
}
.p-about__detail-cont-minittl {
  margin-bottom: clamp(5px, 0.7vw, 10px);
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-weight: 600;
  line-height: 2;
}
.p-about__detail-cont-txt + .p-about__detail-cont-minittl {
  margin-top: clamp(15px, 2.1vw, 30px);
}
.p-about__detail-cont-minittl:nth-child(n+2) {
  margin-top: clamp(15px, 2.1vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-minittl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .p-about__detail-cont-txt + .p-about__detail-cont-minittl {
    margin-top: 30px;
  }
  .p-about__detail-cont-minittl:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-num-list {
    padding-left: 22px;
  }
}
.p-about__detail-cont-num-list-item {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 1.5;
  list-style: decimal;
  font-weight: 300;
}
.p-about__detail-cont-num-list-item + .p-about__detail-cont-num-list-item {
  margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-num-list-item {
    font-size: 1.6rem;
  }
}
.p-about__detail-cont-txt + .p-about__detail-cont-num-list {
  margin-top: clamp(20px, 2.8vw, 40px);
}
.p-about__detail-cont-num-list + .p-about__detail-cont-txt {
  margin-top: clamp(20px, 2.8vw, 40px);
}
.p-about__detail-cont-item {
  position: relative;
  padding-left: clamp(7.5px, 1vw, 15px);
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 1.5;
  font-weight: 300;
}
.p-about__detail-cont-item:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #2A3153;
  border-radius: 50%;
}
.p-about__detail-cont-item + .p-about__detail-cont-item {
  margin-top: 10px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-item {
    padding-left: 14px;
    font-size: 1.6rem;
  }
}
.p-about__detail-cont-txt + .p-about__detail-cont-list {
  margin-top: clamp(20px, 2.8vw, 40px);
}
.p-about__detail-cont-list + .p-about__detail-cont-txt {
  margin-top: clamp(20px, 2.8vw, 40px);
}
.p-about__detail-cont--gray-box {
  margin-top: clamp(60px, 8.3vw, 120px);
  padding: clamp(15px, 2.1vw, 30px) clamp(20px, 2.8vw, 40px);
  background: #F8F8F8;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont--gray-box {
    margin-top: 90px;
    padding: 30px 20px;
  }
}
.p-about__detail-cont-img-box--center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-about__detail-cont-img-box--center img {
  width: 100%;
  height: auto;
}
.p-about__detail-cont-txt + .p-about__detail-cont-img-box--center {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-txt + .p-about__detail-cont-img-box--center {
    margin-top: 30px;
  }
}
.p-about__detail-cont-img-box--center + .p-about__detail-cont-txt {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-img-box--center + .p-about__detail-cont-txt {
    margin-top: 30px;
  }
}
.p-about__detail-cont-img-box--width100 {
  width: clamp(470px, 65.3vw, 940px);
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-img-box--width100 {
    width: 100%;
  }
}
.p-about__detail-cont-img-box--width100 img {
  width: 100%;
  height: auto;
}
.p-about__detail-cont-txt + .p-about__detail-cont-img-box--width100 {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-txt + .p-about__detail-cont-img-box--width100 {
    margin-top: 30px;
  }
}
.p-about__detail-cont-img-box--width100 + .p-about__detail-cont-txt {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-img-box--width100 + .p-about__detail-cont-txt {
    margin-top: 30px;
  }
}
.p-about__detail-cont-link-box {
  margin-top: clamp(20px, 2.8vw, 40px);
}
.p-about__detail-cont-link {
  word-break: break-all;
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-link {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.p-about__detail-cont-btn {
  margin-top: clamp(35px, 4.86vw, 70px);
  margin-left: auto;
  text-align: right;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-about__detail-cont-btn {
    margin-top: 60px;
  }
}
.p-about__detail-cont--right {
  text-align: right;
}

.p-common-lower__container {
  position: relative;
}
.p-common-lower__mv {
  padding-top: 120px;
  position: relative;
}
.p-common-lower__loop-txt {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-common-lower__loop-txt-item {
  font-size: clamp(4rem, 5.6vw, 8rem);
  opacity: 0.6;
}
.p-common-lower__container {
  padding: 100px 0 150px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__container {
    padding: 100px 0 120px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__container-inner {
    padding: 0 20px;
  }
}
.p-common-lower__container-head {
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__container-head {
    width: 100%;
    height: 250px;
    padding-left: 30px;
  }
}
.p-common-lower__container-head--nosmall {
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__container-head--nosmall {
    width: 100%;
    height: 250px;
  }
}
.p-common-lower__promo {
  margin-top: clamp(100px, 13.9vw, 200px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__promo {
    margin-top: 60px;
  }
}
.p-common-lower__promo-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__promo-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-common-lower__promo-desc--l {
  width: 64%;
  background: #2A3153;
  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-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(49px, 6.8vw, 98px);
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-common-lower__promo-desc--l {
    padding-right: 1rem;
    padding-top: 2rem;
    padding-bottom: 2.4rem;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__promo-desc--l {
    width: 100%;
    padding: 40px 30px;
    letter-spacing: 0.03em;
  }
}
.p-common-lower__promo-desc--r {
  width: 36%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__promo-desc--r {
    width: 100%;
  }
}
.p-common-lower__promo-ttl {
  font-size: clamp(2rem, 2.1vw, 3rem);
  font-weight: 500;
  margin-bottom: clamp(15px, 2.1vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__promo-ttl {
    margin-bottom: 40px;
  }
}
.p-common-lower__promo-txt {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 2;
  margin-bottom: clamp(15px, 2.1vw, 30px);
}
.p-common-lower__promo-thum {
  height: 100%;
  min-height: 310px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-common-lower__promo-thum {
    min-height: auto;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__promo-thum {
    min-height: 217px;
  }
}
.p-common-lower__promo-thum--web-insourcing {
  background: url(/assets/images/service/img_promotion_web01.jpg) no-repeat left top/cover;
}
.p-common-lower__promo-thum--web-training {
  background: url(/assets/images/service/img_promotion_web02.jpg) no-repeat left top/cover;
}
.p-common-lower__promo-thum--system {
  background: url(/assets/images/service/img_promotion_web03.jpg) no-repeat left top/cover;
}
.p-common-lower__promo-btn .c-btn-circle {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-right: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__promo-btn .c-btn-circle {
    margin-right: 0;
  }
}
.p-common-lower__promo-btn .c-btn-circle-arrow-txt {
  padding-right: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-common-lower__promo-btn .c-btn-circle-arrow-txt {
    font-size: 1.4rem;
  }
}
.p-common-lower__slider .slick-dots {
  bottom: -30px;
}
.p-common-lower__slider .slick-dots li {
  margin: 0 !important;
}
.p-common-lower__slider .slick-dots li button::before {
  width: 5px;
  height: 5px;
}
.p-common-lower__slider .slick-dots li button:hover::before {
  color: #CC141C;
}
.p-common-lower__slider .slick-dots li.slick-active button::before {
  color: #CC141C;
  opacity: 1;
}

.p-service {
  /*---------------------------------
      色設定(web/academy/hr/strander)
  ---------------------------------*/
}
.p-service__mv {
  position: relative;
  z-index: 2;
  height: 860px;
  overflow: hidden;
  background: #E94E55;
  -webkit-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__mv {
    height: 640px;
  }
}
.p-service__mv.scroll-active {
  background: #FFF;
}
.p-service__mv-ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: clamp(2rem, 2.8vw, 4rem);
  letter-spacing: 0.25em;
  color: #FFF;
  text-orientation: upright;
  margin: 7vh auto;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__mv-ttl {
    margin: 0 auto 60px;
    font-size: 3rem;
    line-height: 1.3;
    display: block;
  }
}
.p-service__mv-ttl-wrap {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__mv-ttl-wrap {
    text-align: unset;
  }
}
.p-service__mv-ttl-sub {
  padding-top: clamp(2.5px, 0.3vw, 5px);
  display: block;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 1.1;
}
.p-service__mv-detail {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 600;
  color: #FFF;
  width: clamp(364px, 51vw, 728px);
  margin: 0 auto;
  line-height: 2;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__mv-detail {
    width: 100%;
    padding: 0 8%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-service__side-color {
  position: relative;
  z-index: 3;
}
.p-service__side-color::before {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 100%;
  top: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__side-color::before {
    width: 5px;
  }
}
.p-service__sub-visual {
  margin-bottom: clamp(60px, 8.3vw, 120px);
  padding-top: 100px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__sub-visual {
    margin-bottom: 60px;
    padding-top: unset;
  }
}
.p-service__sub-visual-inner {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-service__sub-visual-inner {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__sub-visual-inner {
    max-width: auto;
  }
}
.p-service__sub-visual img {
  width: 100%;
  display: block;
}
.p-service__sub-visual + .p-common-lower__container {
  padding: 0 0 150px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__sub-visual + .p-common-lower__container {
    padding: 0 0 120px;
  }
}
.p-service__content + .p-service__content {
  margin-top: clamp(100px, 14vw, 200px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__content + .p-service__content {
    margin-top: 120px;
  }
}
.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-service__desc--l, .p-service__desc--r {
  width: 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__desc--l, .p-service__desc--r {
    width: 100%;
  }
}
.p-service__desc--l {
  padding-left: clamp(55px, 7.7vw, 110px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__desc--l {
    padding-left: unset;
  }
}
.p-service__desc--r {
  padding-left: 45px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__desc--r {
    padding-left: unset;
  }
}
.p-service__desc-ttl {
  font-size: clamp(3rem, 3.5vw, 5rem);
  font-weight: 500;
  margin-bottom: clamp(30px, 4.2vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__desc-ttl {
    margin-bottom: 40px;
  }
}
.p-service__desc-ttl-sub {
  font-size: clamp(1.4rem, 1.4vw, 2rem);
  margin-bottom: clamp(5px, 0.7vw, 10px);
}
.p-service__desc-ttl-ruby {
  font-size: clamp(1rem, 0.83vw, 1.2rem);
  margin-top: clamp(5px, 0.7vw, 10px);
}
.p-service__desc-ttl span {
  display: block;
}
.p-service__desc-txt {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  line-height: 2;
  margin-bottom: clamp(30px, 4.2vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__desc-txt {
    margin-bottom: 40px;
    line-height: 1.5;
  }
}
.p-service__desc-img {
  width: clamp(300px, 41.66vw, 600px);
  height: clamp(225px, 31.25vw, 450px);
  line-height: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__desc-img {
    width: 100%;
    height: auto;
  }
}
.p-service__desc-img img {
  width: 100%;
}
.p-service__desc-img--innershadow {
  position: relative;
  overflow: hidden;
}
.p-service__desc-img--innershadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: inset 0px 0px 40px 0px rgba(53, 75, 101, 0.16);
          box-shadow: inset 0px 0px 40px 0px rgba(53, 75, 101, 0.16);
  pointer-events: none;
  z-index: 1;
}
.p-service__desc-img--innershadow img {
  display: block;
  position: relative;
  z-index: 0;
}
.p-service__desc-img--shadow {
  -webkit-box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1450980392);
          box-shadow: 3px 3px 30px 0px rgba(0, 0, 0, 0.1450980392);
}
.p-service__desc-img-logo {
  text-align: end;
  margin-top: clamp(20px, 2.7vw, 40px);
}
.p-service__desc-img-logo img {
  height: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-service__desc-img-logo img {
    height: clamp(25px, 4vw, 50px);
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__desc-img-logo img {
    height: 50px;
  }
}
.p-service__chart {
  margin-top: 50px;
}
.p-service__chart ul li {
  width: calc(25% - 2px);
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  background: #F6F4F4;
  border: 1px solid #FFF;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service__chart ul li {
    font-size: 1.2rem;
    width: calc(50% - 2px);
    padding: 0;
    min-height: 50px;
    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;
    line-height: 1.5;
  }
  .p-service__chart ul li:nth-child(7), .p-service__chart ul li:nth-child(8) {
    display: none;
  }
}
.p-service-web__side-color::before {
  background: #E94E55;
}
.p-service-web__mv {
  background: #E94E55;
}
.p-service-web__mv .p-service__mv-ttl {
  text-indent: -1em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service-web__mv .p-service__mv-ttl {
    text-indent: unset;
  }
}
.p-service-web__loop-txt-item {
  color: #BD1921;
}
.p-service-academy__side-color::before {
  background: #EBC45D;
}
.p-service-academy__mv {
  background: #EBC45D;
}
.p-service-academy__loop-txt-item {
  color: #E0AE2C;
}
.p-service-hr__side-color::before {
  background: #3FBBC3;
}
.p-service-hr__mv {
  background: #3FBBC3;
}
.p-service-hr__loop-txt-item {
  color: rgba(0, 149, 159, 0.6);
}
.p-service-strander__side-color::before {
  background: #CC131D;
}
.p-service-strander__mv {
  background: #CC131D;
}
.p-service-strander__mv .p-service__mv-ttl {
  text-indent: -3.5em;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-service-strander__mv .p-service__mv-ttl {
    text-indent: unset;
  }
}
.p-service-strander__loop-txt-item {
  color: #A40014;
}

.p-casestudy__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-casestudy__cont {
  width: 74%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__cont {
    width: 100%;
  }
}
.p-casestudy__container {
  padding-top: 190px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__container {
    padding-top: 120px !important;
  }
}
.p-casestudy__ttl {
  margin-top: clamp(4px, 0.6vw, 8px);
}
.p-casestudy__txt {
  font-size: clamp(1.4rem, 1.25vw, 1.8rem);
  font-weight: 500;
  margin-bottom: clamp(24px, 3.3vw, 48px);
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__txt {
    margin-bottom: 50px;
  }
}
.p-casestudy__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  top: clamp(60px, 8.3vw, 120px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__menu {
    top: auto;
    margin-top: 90px;
  }
}
.p-casestudy__menu li {
  display: inline-block;
}
.p-casestudy__menu li + li {
  margin-left: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__menu li + li {
    margin-left: 10px;
  }
}
.p-casestudy__menu a {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  font-weight: 500;
  color: #000;
  display: block;
  border-bottom: 1px solid #C4141A;
  padding-bottom: clamp(5px, 1.7vw, 10px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__menu a {
    font-size: 1.4rem;
  }
}
.p-casestudy__menu a:hover {
  color: #C4141A;
  border-bottom: transparent;
}
.p-casestudy__main-container {
  margin-top: clamp(105px, 14.6vw, 210px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__main-container {
    margin-top: 60px;
  }
}
.p-casestudy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.p-casestudy__list-body {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-casestudy__list-item {
  width: calc(33.3% - 20px);
  opacity: 1;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.p-casestudy__list-item:nth-of-type(n+4) {
  margin-top: clamp(30px, 4.2vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-item {
    width: 100%;
    margin-top: unset;
    margin-bottom: 60px;
  }
  .p-casestudy__list-item:last-of-type {
    margin-bottom: unset;
  }
  .p-casestudy__list-item:nth-of-type(n+4) {
    margin-top: unset;
  }
}
.p-casestudy__list-item--navy {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #2A3153;
  color: #FFF;
  padding: clamp(25px, 3.5vw, 50px) clamp(15px, 2.1vw, 30px) clamp(20px, 2.8vw, 40px);
  position: relative;
  margin-top: unset !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-item--navy {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px 30px;
    margin-bottom: unset !important;
  }
}
.p-casestudy__list-item--navy::before {
  content: "";
  display: block;
  position: absolute;
  width: clamp(12px, 1.7vw, 24px);
  height: 1px;
  background: #FFF;
  left: 0;
  top: clamp(29px, 4.3vw, 61px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-item--navy::before {
    display: none;
  }
}
.p-casestudy__list-item--navy.active {
  background: #363F69;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-item--navy .c-accordion__icon-wrap {
    right: -10px;
  }
}
.p-casestudy__list-item--navy .p-casestudy__list-ttl {
  color: #FFF;
  padding-left: unset;
}
.p-casestudy__list-item--navy .p-casestudy__list-ttl span:first-of-type {
  font-weight: 300;
  margin-bottom: clamp(8px, 1.1vw, 16px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-item--navy .p-casestudy__list-ttl span:first-of-type {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}
.p-casestudy__list-item--navy .p-casestudy__list-ttl span:last-of-type {
  font-size: clamp(2rem, 2vw, 2.8rem);
  font-weight: 500;
}
.p-casestudy__list-ttl {
  font-weight: 500;
  color: #000;
  padding-left: clamp(15px, 2.1vw, 30px);
}
.p-casestudy__list-ttl span {
  display: block;
}
.p-casestudy__list-ttl span:first-of-type {
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  margin-bottom: clamp(6px, 0.8vw, 12px);
  font-weight: 300;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-ttl span:first-of-type {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }
}
.p-casestudy__list-ttl span:last-of-type {
  font-size: clamp(1.6rem, 1.25vw, 1.8rem);
  position: relative;
  display: inline-block;
}
.p-casestudy__list-txt-box {
  height: 205px;
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-txt-box {
    height: unset;
  }
}
.p-casestudy__list-txt {
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  font-weight: 300;
  margin-top: clamp(25px, 3.5vw, 50px);
  line-height: 1.6;
}
.p-casestudy__list-txt:first-of-type {
  margin-top: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-txt {
    margin-top: 40px;
    line-height: 1.5;
  }
}
.p-casestudy__list-txt + .p-casestudy__list-txt {
  margin-top: clamp(15px, 2.1vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-txt + .p-casestudy__list-txt {
    margin-top: 20px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-txt {
    font-size: 1.4rem;
  }
}
.p-casestudy__list-category {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  font-size: clamp(1.2rem, 1.1vw, 1.6rem);
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-casestudy__list-category {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
.p-casestudy__list-thum {
  -webkit-box-shadow: 0px 3px 16px 2px rgba(97, 97, 97, 0.2);
          box-shadow: 0px 3px 16px 2px rgba(97, 97, 97, 0.2);
  margin-bottom: clamp(20px, 2.8vw, 40px);
}
.p-casestudy__list-thum img {
  width: 100%;
  display: block;
}
.p-casestudy__list-icon {
  display: block;
  position: absolute !important;
  top: 0;
  right: -30px;
}

.p-contact__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-contact__cont {
  width: 74%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__cont {
    width: 100%;
  }
}
.p-contact__container {
  padding-top: 190px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__container {
    padding-top: 120px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__head {
    padding-left: 0;
  }
}
.p-contact__head .c-ttl__column {
  line-height: 1.5;
  padding-left: clamp(70px, 9.7vw, 140px);
}
.p-contact__head .c-ttl__column span:first-of-type {
  font-size: clamp(3.8rem, 2.8vw, 4rem);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__head .c-ttl__column span:first-of-type {
    font-size: 3rem;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__head .c-ttl__column {
    padding-left: 0;
  }
}
.p-contact__lead {
  margin-bottom: clamp(45px, 6.3vw, 90px);
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-weight: 400;
  line-height: 1.85;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__lead {
    font-size: clamp(16px, 1.3vw, 18px);
  }
}
.p-contact__lead-note {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2;
}
.p-contact__promo-btn-box {
  margin-bottom: clamp(45px, 6.3vw, 90px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-contact__promo-btn {
  position: relative;
  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;
  width: calc(50% - 15px);
  height: min(5.55vw, 80px);
  padding: 0 min(4.2vw, 60px) 0 min(1.4vw, 20px);
  border: 1px solid #CACACA;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__promo-btn {
    width: 100%;
    height: 60px;
    padding: 10px 45px 10px 10px;
  }
}
.p-contact__promo-btn-logo {
  width: min(9.79vw, 141px);
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__promo-btn-logo {
    width: auto;
    height: 25px;
  }
}
.p-contact__promo-btn-txt {
  font-size: min(0.97vw, 1.4rem);
  font-weight: 600;
  color: #000;
  line-height: 1.7;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__promo-btn-txt {
    font-size: 1.2rem;
  }
}
.p-contact__promo-btn .c-btn-circle-arrow--sm {
  right: clamp(10px, 1.4vw, 20px);
}
.p-contact__promo-btn:hover {
  opacity: 0.9;
}
.p-contact__promo-btn:last-child .p-contact__promo-btn-logo {
  width: min(12.15vw, 175px);
  height: auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__promo-btn:last-child .p-contact__promo-btn-logo {
    width: auto;
    height: 18px;
  }
}
.p-contact__form-cont {
  margin-top: 0;
  margin-bottom: clamp(22.5px, 3.1vw, 45px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__form-cont {
    margin-bottom: 50px;
  }
}
.p-contact__form-cont select,
.p-contact__form-cont input,
.p-contact__form-cont textarea {
  display: block;
  width: 100%;
  margin-left: 0;
  padding: clamp(6.5px, 0.9vw, 13px) clamp(10px, 1.4vw, 20px);
  border: none;
  border-radius: 4px;
  background: #F6F4F4;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  color: #5e5e5e;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__form-cont select,
  .p-contact__form-cont input,
  .p-contact__form-cont textarea {
    padding: 13px 20px;
    font-size: 1.6rem;
  }
}
.p-contact__form-cont select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
.p-contact__form-cont textarea {
  height: clamp(157.5px, 21.9vw, 315px);
}
.p-contact__form-ttl {
  margin-bottom: clamp(12.5px, 1.7vw, 25px);
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__form-ttl {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-contact__form-req::after {
  margin-left: clamp(10px, 1.4vw, 20px);
  display: inline-block;
  content: "必須";
  padding: 2px 11px;
  font-size: 1.4rem;
  background: #CC141C;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__form-req::after {
    margin-left: 20px;
    padding: 0px 11px;
    font-size: 1.4rem;
  }
}
.p-contact__form-select, .p-contact__form-input, .p-contact__form-textarea {
  margin-left: 0;
}
.p-contact__form-select {
  position: relative;
}
.p-contact__form-select::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #CC141C;
  border-bottom: 2px solid #CC141C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.p-contact__form-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-contact__form-input-box .p-contact__form-cont {
  width: clamp(237px, 33vw, 475px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__form-input-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-contact__form-input-box .p-contact__form-cont {
    width: 100%;
  }
}
.p-contact__form-note {
  margin-bottom: clamp(20px, 2.8vw, 40px);
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 300;
  line-height: 2;
}
.p-contact__form-note-link {
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__form-note {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
}
.p-contact__form-checkbox-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 300;
  cursor: pointer;
}
.p-contact__form-checkbox-box input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  cursor: pointer;
  background: #D9D9D9;
}
.p-contact__form-checkbox-box input:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #CC141C;
  border-left: 2px solid #CC141C;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-contact__form-submit-btn {
  position: relative;
  display: block;
  width: clamp(150px, 20.83vw, 300px);
  margin: 0 auto;
  margin-top: clamp(32.5px, 4.51vw, 65px);
  padding: clamp(9.5px, 1.31vw, 19px) 0 clamp(10.5px, 1.45vw, 21px);
  border: none;
  background: #CC141C;
  font-size: clamp(16px, 1.25vw, 18px);
  color: #fff;
  cursor: pointer;
}
.p-contact__form-submit-btn .c-btn-circle-arrow--sm {
  right: clamp(10px, 1.4vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__form-submit-btn .c-btn-circle-arrow--sm {
    right: 20px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__form-submit-btn {
    width: 100%;
    margin-top: 70px;
    padding: 18px 21px;
    font-size: 1.8rem;
  }
}
.p-contact__privacy-cont {
  padding-bottom: clamp(55px, 7.6vw, 110px);
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont {
    padding-bottom: 80px;
  }
}
.p-contact__privacy-cont-info {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-info {
    margin-top: 40px;
  }
}
.p-contact__privacy-cont-address {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 2;
  font-style: normal;
  font-weight: 300;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-address {
    margin-bottom: 40px;
  }
}
.p-contact__privacy-cont-section {
  margin-top: clamp(45px, 6.25vw, 90px);
}
.p-contact__privacy-cont-section--nomargin {
  margin-top: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-section {
    margin-top: 90px;
  }
  .p-contact__privacy-cont-section--nomargin {
    margin-top: 0;
  }
}
.p-contact__privacy-cont-sub-section {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-sub-section {
    margin-top: 40px;
  }
}
.p-contact__privacy-cont-sub-section-inner {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-sub-section-inner {
    margin-top: 40px;
  }
}
.p-contact__privacy-cont-sub-section-inner + .p-contact__privacy-cont-txt {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-sub-section-inner + .p-contact__privacy-cont-txt {
    margin-top: 40px;
  }
}
.p-contact__privacy-cont-sub-section-inner-box {
  margin-top: clamp(15px, 2.1vw, 30px);
}
.p-contact__privacy-cont-txt {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 2;
  font-weight: 300;
}
.p-contact__privacy-cont-txt + .p-contact__privacy-cont-txt {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-txt {
    font-size: 1.6rem;
  }
  .p-contact__privacy-cont-txt + .p-contact__privacy-cont-txt {
    margin-top: 30px;
  }
}
.p-contact__privacy-cont-ttl {
  margin-bottom: clamp(30px, 4.2vw, 60px);
  font-size: clamp(2.8rem, 2.1vw, 3rem);
  font-weight: bold;
  line-height: 2;
  color: #2A3153;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-ttl {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.p-contact__privacy-cont-subttl {
  position: relative;
  margin-bottom: clamp(20px, 2.8vw, 40px);
  padding-left: clamp(22px, 3.1vw, 44px);
  font-size: clamp(2.2rem, 1.7vw, 2.4rem);
  font-weight: 500;
}
.p-contact__privacy-cont-subttl::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: clamp(13.5px, 1.9vw, 27px);
  height: 2px;
  background: #2A3153;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-subttl {
    margin-bottom: 40px;
    padding-left: 25px;
    font-size: 1.8rem;
  }
  .p-contact__privacy-cont-subttl::before {
    top: 14px;
    width: 20px;
  }
}
.p-contact__privacy-cont-minittl {
  margin-bottom: clamp(5px, 0.7vw, 10px);
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-weight: 700;
  line-height: 2;
}
.p-about__detail-cont-txt + .p-contact__privacy-cont-minittl {
  margin-top: clamp(15px, 2.1vw, 30px);
}
.p-contact__privacy-cont-minittl:nth-child(n+2) {
  margin-top: clamp(15px, 2.1vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-minittl {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .p-about__detail-cont-txt + .p-contact__privacy-cont-minittl {
    margin-top: 30px;
  }
  .p-contact__privacy-cont-minittl:nth-child(n+2) {
    margin-top: 30px;
  }
}
.p-contact__privacy-cont-ttl--lv4 {
  margin-bottom: clamp(5px, 0.7vw, 10px);
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  font-weight: 600;
  line-height: 2;
}
.p-contact__privacy-cont-ttl--lv5 {
  margin-bottom: clamp(5px, 0.7vw, 10px);
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  font-weight: 400;
}
.p-contact__privacy-cont-num-list--style-none {
  padding-left: 0 !important;
}
.p-contact__privacy-cont-num-list--style-none .p-contact__privacy-cont-num-list-item {
  list-style: none !important;
  padding-left: 0 !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-num-list {
    padding-left: 22px;
  }
}
.p-contact__privacy-cont-num-list-item {
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 1.5;
  list-style: decimal;
  font-weight: 300;
}
.p-contact__privacy-cont-num-list-item + .p-contact__privacy-cont-num-list-item {
  margin-top: clamp(10px, 1.4vw, 20px);
}
.p-contact__privacy-cont-num-list-item .p-contact__privacy-cont-num-list {
  margin-top: clamp(5px, 0.7vw, 10px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-num-list-item {
    font-size: 1.6rem;
  }
}
.p-contact__privacy-cont-txt + .p-contact__privacy-cont-num-list {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-txt + .p-contact__privacy-cont-num-list {
    margin-top: 40px;
  }
}
.p-contact__privacy-cont-num-list + .p-contact__privacy-cont-txt {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-num-list + .p-contact__privacy-cont-txt {
    margin-top: 40px;
  }
}
.p-contact__privacy-cont-list-item {
  position: relative;
  padding-left: clamp(7.5px, 1vw, 15px);
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 1.5;
  font-weight: 300;
}
.p-contact__privacy-cont-list-item:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #2A3153;
  border-radius: 50%;
}
.p-contact__privacy-cont-list-item + .p-contact__privacy-cont-list-item {
  margin-top: clamp(10px, 1.4vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-list-item {
    padding-left: 14px;
    font-size: 1.6rem;
  }
}
.p-contact__privacy-cont-txt + .p-contact__privacy-cont-list {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-txt + .p-contact__privacy-cont-list {
    margin-top: 40px;
  }
}
.p-contact__privacy-cont-list + .p-contact__privacy-cont-txt {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-list + .p-contact__privacy-cont-txt {
    margin-top: 40px;
  }
}
.p-contact__privacy-cont--gray-box {
  margin-top: clamp(60px, 8.3vw, 120px);
  padding: clamp(15px, 2.1vw, 30px) clamp(20px, 2.8vw, 40px);
  background: #F8F8F8;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont--gray-box {
    margin-top: 90px;
    padding: 30px 20px;
  }
}
.p-contact__privacy-cont-img-box--center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-contact__privacy-cont-img-box--center img {
  width: 100%;
  height: auto;
}
.p-contact__privacy-cont-txt + .p-contact__privacy-cont-img-box--center {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-txt + .p-contact__privacy-cont-img-box--center {
    margin-top: 30px;
  }
}
.p-contact__privacy-cont-img-box--center + .p-contact__privacy-cont-txt {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-img-box--center + .p-contact__privacy-cont-txt {
    margin-top: 30px;
  }
}
.p-contact__privacy-cont-img-box--width100 {
  width: clamp(470px, 65.3vw, 940px);
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-img-box--width100 {
    width: 100%;
  }
}
.p-contact__privacy-cont-img-box--width100 img {
  width: 100%;
  height: auto;
}
.p-contact__privacy-cont-txt + .p-contact__privacy-cont-img-box--width100 {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-txt + .p-contact__privacy-cont-img-box--width100 {
    margin-top: 30px;
  }
}
.p-contact__privacy-cont-img-box--width100 + .p-contact__privacy-cont-txt {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-img-box--width100 + .p-contact__privacy-cont-txt {
    margin-top: 30px;
  }
}
.p-contact__privacy-cont-link-box {
  margin-top: clamp(20px, 2.8vw, 40px);
}
.p-contact__privacy-cont-link {
  word-break: break-all;
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__privacy-cont-link {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.p-contact__privacy-cont a {
  color: #000;
  text-decoration: underline;
}
.p-contact__privacy-cont-table {
  border-collapse: collapse;
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 300;
}
.p-contact__privacy-cont-table-th {
  padding: clamp(5px, 0.7vw, 10px);
  border: 1px solid #999;
  font-weight: 400;
  text-wrap: nowrap;
  vertical-align: top;
}
.p-contact__privacy-cont-table-td {
  padding: clamp(5px, 0.7vw, 10px);
  border: 1px solid #999;
  vertical-align: top;
}
.p-contact__privacy-cont-table-info td {
  vertical-align: top;
}
.p-contact__privacy-cont--right {
  text-align: right;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__confirm-cont {
    margin-bottom: 30px;
  }
}
.p-contact__confirm-detail {
  min-height: clamp(28px, 2.2vw, 31.7px);
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 2;
  color: #555;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__confirm-detail {
    font-size: 1.6rem;
  }
}
.p-contact__confirm .p-contact__form-select:after {
  display: none;
}
.p-contact__confirm-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__confirm-btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-contact__confirm-btn-box .returnBtn {
  width: clamp(150px, 20.83vw, 300px);
  background: #afafaf;
  margin-top: clamp(32.5px, 4.51vw, 65px);
  padding: clamp(9.5px, 1.31vw, 19px) 0 clamp(10.5px, 1.45vw, 21px);
  border: none;
  font-size: clamp(16px, 1.25vw, 18px);
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__confirm-btn-box .returnBtn {
    width: 100%;
    margin-top: 70px;
    padding: 18px 21px;
    font-size: 1.8rem;
  }
}
.p-contact__confirm-btn-box .p-contact__form-submit-btn {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-contact__confirm-btn-box .p-contact__form-submit-btn {
    margin-top: 0;
  }
}
.p-contact__confirm--nodisplay {
  display: none;
}

.p-document__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-document__head {
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__head {
    width: 100%;
    padding: 0 0 120px 35px;
  }
}
.p-document__cont {
  width: 74%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__cont {
    width: 100%;
  }
}
.p-document__container {
  padding-top: 190px !important;
  padding-bottom: 45px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__container {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__head {
    padding-left: 0;
    padding-bottom: 50px;
  }
}
.p-document__head .c-ttl__column {
  line-height: 1.5;
  padding-left: clamp(70px, 9.72vw, 140px);
}
.p-document__head .c-ttl__column span:first-of-type {
  font-size: clamp(2rem, 2.8vw, 4rem);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__head .c-ttl__column span:first-of-type {
    font-size: 3rem;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__head .c-ttl__column {
    padding-left: 0;
  }
}
.p-document__head-img-box {
  width: 100%;
  margin-top: clamp(37.5px, 5.2vw, 75px);
}
.p-document__head-img-box img {
  width: 100%;
}
.p-document__head-img-box img + img {
  margin-top: clamp(15px, 2.08vw, 30px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__head-img-box {
    margin-top: 120px;
  }
}
.p-document__lead {
  margin-bottom: clamp(45px, 6.3vw, 90px);
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-weight: 400;
  line-height: 1.85;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__lead {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
.p-document__form-cont {
  margin-top: 0;
  margin-bottom: clamp(22.5px, 3.1vw, 45px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__form-cont {
    margin-bottom: 50px;
  }
}
.p-document__form-cont input {
  display: block;
  width: 100%;
  margin-left: 0;
  padding: clamp(6.5px, 0.9vw, 13px) clamp(10px, 1.4vw, 20px);
  border: none;
  border-radius: 4px;
  background: #F6F4F4;
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  font-weight: 400;
  line-height: 1.5;
  color: #5e5e5e;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__form-cont input {
    padding: 13px 20px;
    font-size: 1.6rem;
  }
}
.p-document__form-ttl {
  margin-bottom: clamp(12.5px, 1.7vw, 25px);
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  font-weight: 600;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__form-ttl {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-document__form-req::after {
  margin-left: clamp(10px, 1.4vw, 20px);
  display: inline-block;
  content: "必須";
  padding: 2px 11px;
  font-size: 1.4rem;
  background: #CC141C;
  color: #fff;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__form-req::after {
    margin-left: 20px;
    padding: 0px 11px;
    font-size: 1.4rem;
  }
}
.p-document__form-input {
  margin-left: 0;
}
.p-document__form-input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-document__form-input-box .p-document__form-cont {
  width: clamp(237px, 33vw, 475px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__form-input-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-document__form-input-box .p-document__form-cont {
    width: 100%;
  }
}
.p-document__form-note {
  margin-bottom: clamp(20px, 2.8vw, 40px);
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 300;
  line-height: 2;
}
.p-document__form-note-link {
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__form-note {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
}
.p-document__form-checkbox-box label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: clamp(16px, 1.25vw, 18px);
  font-weight: 300;
  cursor: pointer;
}
.p-document__form-checkbox-box input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  cursor: pointer;
  background: #D9D9D9;
}
.p-document__form-checkbox-box input:checked::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #CC141C;
  border-left: 2px solid #CC141C;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-document__form-submit-btn {
  position: relative;
  display: block;
  width: clamp(150px, 20.83vw, 300px);
  margin: 0 auto;
  margin-top: clamp(32.5px, 4.51vw, 65px);
  padding: clamp(9.5px, 1.31vw, 19px) 0 clamp(10.5px, 1.45vw, 21px);
  border: none;
  background: #CC141C;
  font-size: clamp(16px, 1.25vw, 18px);
  color: #fff;
}
.p-document__form-submit-btn .c-btn-circle-arrow--sm {
  right: clamp(10px, 1.4vw, 20px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__form-submit-btn .c-btn-circle-arrow--sm {
    right: 20px;
  }
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-document__form-submit-btn {
    width: 100%;
    margin-top: 70px;
    padding: 18px 21px;
    font-size: 1.8rem;
  }
}

.p-news__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news__head {
  width: 23%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__head {
    width: 100%;
    padding-bottom: 120px;
  }
}
.p-news__cont {
  width: 74%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__cont {
    width: 100%;
  }
}
.p-news__container {
  padding-top: 190px !important;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__container {
    padding-top: 120px !important;
  }
}
.p-news__cont-inner + .p-news__cont-inner {
  margin-top: clamp(45px, 6.3vw, 90px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__cont-inner + .p-news__cont-inner {
    margin-top: 60px;
  }
}
.p-news__ttl {
  margin-bottom: clamp(20px, 2.8vw, 40px);
  font-size: clamp(2rem, 2.8vw, 4rem);
  font-weight: 500;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__ttl {
    font-size: 3rem;
  }
}
.p-news__item {
  padding: clamp(10px, 1.4vw, 20px) 0;
  border-bottom: 1px solid #d9d9d9;
}
.p-news__item:first-child {
  border-top: 1px solid #d9d9d9;
}
.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(62.5px, 8.7vw, 125px);
  color: #000;
}
.p-news__link:hover {
  color: #C4141A;
}
.p-news__link:hover time {
  color: #C4141A;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.p-news__link time {
  font-size: clamp(1.8rem, 1.7vw, 2rem);
  font-weight: 300;
  color: #999999;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-news__link time:hover {
  color: #C4141A;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__link time {
    font-size: 1.4rem;
  }
}
.p-news__link-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  font-weight: 400;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__link-txt {
    font-size: 1.4rem;
  }
}
.p-news__link-txt--pdf::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background-image: url(/assets/images/common/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-news__link-txt--link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1.8;
  margin-left: 10px;
  background-image: url(/assets/images/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-news__detail-container {
  padding-bottom: 110px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-container {
    padding-bottom: 130px;
  }
}
.p-news__detail-cont {
  padding-bottom: clamp(55px, 7.6vw, 110px);
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont {
    padding-bottom: 80px;
  }
}
.p-news__detail-cont-date {
  display: block;
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-weight: 300;
  color: #999999;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-date {
    font-size: 1.8rem;
  }
}
.p-news__detail-cont-ttl {
  margin-top: clamp(15px, 2.1vw, 30px);
  font-size: clamp(2.8rem, 2.1vw, 3rem);
  font-weight: 600;
  line-height: 2;
  color: #2A3153;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-ttl {
    margin-top: 20px;
    font-size: 2rem;
  }
}
.p-news__detail-cont-ttl + .p-news__detail-cont-txt {
  margin-top: clamp(30px, 4.2vw, 60px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-ttl + .p-news__detail-cont-txt {
    margin-top: 40px;
  }
}
.p-news__detail-cont-section {
  margin-top: clamp(35px, 4.9vw, 70px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-section {
    margin-top: 70px;
  }
}
.p-news__detail-cont-subttl {
  position: relative;
  margin-bottom: clamp(20px, 2.8vw, 40px);
  padding-left: clamp(22px, 3.1vw, 44px);
  font-size: clamp(2.2rem, 1.7vw, 2.4rem);
  font-weight: 600;
}
.p-news__detail-cont-subttl::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: clamp(13.5px, 1.9vw, 27px);
  height: 2px;
  background: #2A3153;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-subttl {
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .p-news__detail-cont-subttl::before {
    width: 20px;
    top: 14px;
  }
}
.p-news__detail-cont-subttl + .p-news__detail-cont-txt {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-subttl + .p-news__detail-cont-txt {
    margin-top: 40px;
  }
}
.p-news__detail-cont-txt {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  line-height: 2;
  font-weight: 300;
}
.p-news__detail-cont-txt + .p-news__detail-cont-txt {
  margin-top: clamp(20px, 2.8vw, 40px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-txt {
    font-size: 1.6rem;
  }
  .p-news__detail-cont-txt + .p-news__detail-cont-txt {
    margin-top: 30px;
  }
}
.p-news__detail-cont--gray-box {
  margin-top: clamp(25px, 3.5vw, 50px);
  padding: clamp(15px, 2.1vw, 30px) clamp(20px, 2.8vw, 40px);
  background: #F8F8F8;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont--gray-box {
    margin-top: 40px;
    padding: 30px 20px;
  }
}
.p-news__detail-cont--gray-box .p-news__detail-cont-ttl--h5 {
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont--gray-box .p-news__detail-cont-ttl--h5 {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.p-news__detail-cont--gray-box .p-news__detail-cont-txt {
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont--gray-box .p-news__detail-cont-txt {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-news__detail-cont--gray-box .p-news__detail-cont-ttl--h5 + .p-news__detail-cont-txt {
  margin-top: clamp(5px, 0.7vw, 10px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont--gray-box .p-news__detail-cont-ttl--h5 + .p-news__detail-cont-txt {
    margin-top: 20px;
  }
}
.p-news__detail-cont--gray-box .p-news__detail-cont-list-item {
  position: relative;
  padding-left: clamp(7.5px, 1vw, 15px);
  font-size: clamp(1.4rem, 1.1vw, 1.6rem);
  line-height: 2;
  font-weight: 300;
}
.p-news__detail-cont--gray-box .p-news__detail-cont-list-item:before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #2A3153;
  border-radius: 50%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont--gray-box .p-news__detail-cont-list-item {
    font-size: 1.4rem;
    padding-left: 12px;
  }
}
.p-news__detail-cont--gray-box .p-news__detail-cont-list-item + .p-news__detail-cont-list-item {
  margin-top: clamp(13.5px, 1.9vw, 27px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont--gray-box .p-news__detail-cont-list-item + .p-news__detail-cont-list-item {
    margin-top: 12px;
  }
}
.p-news__detail-cont-img-box--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(32.5px, 4.5vw, 65px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.p-news__detail-cont-img-box--flex .p-news__detail-cont-img-box-item {
  width: calc(50% - 32.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--flex .p-news__detail-cont-img-box-item {
    width: 100%;
  }
}
.p-news__detail-cont-img-box--flex .p-news__detail-cont-img-box-item img {
  width: 100%;
  height: auto;
}
.p-news__detail-cont-img-box--flex .p-news__detail-cont-img-box-item .p-news__detail-cont-img-box-item-desc {
  margin-top: clamp(5px, 0.7vw, 10px);
  font-size: clamp(1.2rem, 1vw, 1.4rem);
  font-weight: 300;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--flex .p-news__detail-cont-img-box-item .p-news__detail-cont-img-box-item-desc {
    margin-top: 20px;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.p-news__detail-cont-txt + .p-news__detail-cont-img-box--flex {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-txt + .p-news__detail-cont-img-box--flex {
    margin-top: 40px;
  }
}
.p-news__detail-cont-img-box--flex + .p-news__detail-cont-txt {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--flex + .p-news__detail-cont-txt {
    margin-top: 40px;
  }
}
.p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item + .p-news__detail-cont-img-box-item {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item + .p-news__detail-cont-img-box-item {
    margin-top: 40px;
  }
}
.p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item-img-box {
  width: calc(50% - 32.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item-img-box {
    width: 100%;
  }
}
.p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item-img-box img {
  width: 100%;
  height: auto;
}
.p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item-txt-box {
  width: calc(50% - 32.5px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item-txt-box {
    width: 100%;
  }
}
.p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item-txt-box .p-news__detail-cont-img-box-item-ttl {
  font-size: clamp(1.8rem, 1.4vw, 2rem);
  font-weight: 600;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item-txt-box .p-news__detail-cont-img-box-item-ttl {
    font-size: 1.8rem;
  }
}
.p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item-txt-box .p-news__detail-cont-img-box-item-desc {
  margin-top: clamp(10px, 1.38vw, 20px);
  font-size: clamp(1.6rem, 1.3vw, 1.8rem);
  line-height: 2;
  font-weight: 300;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--reverse .p-news__detail-cont-img-box-item-txt-box .p-news__detail-cont-img-box-item-desc {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.p-news__detail-cont-txt + .p-news__detail-cont-img-box--reverse {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-txt + .p-news__detail-cont-img-box--reverse {
    margin-top: 30px;
  }
}
.p-news__detail-cont-img-box--reverse + .p-news__detail-cont-txt {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--reverse + .p-news__detail-cont-txt {
    margin-top: 30px;
  }
}
.p-news__detail-cont-img-box--center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.p-news__detail-cont-img-box--center img {
  width: 100%;
  height: auto;
}
.p-news__detail-cont-txt + .p-news__detail-cont-img-box--center {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-txt + .p-news__detail-cont-img-box--center {
    margin-top: 30px;
  }
}
.p-news__detail-cont-img-box--center + .p-news__detail-cont-txt {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--center + .p-news__detail-cont-txt {
    margin-top: 30px;
  }
}
.p-news__detail-cont-img-box--width100 {
  width: clamp(470px, 65.3vw, 940px);
  margin: 0 auto;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--width100 {
    width: 100%;
  }
}
.p-news__detail-cont-img-box--width100 img {
  width: 100%;
  height: auto;
}
.p-news__detail-cont-txt + .p-news__detail-cont-img-box--width100 {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-txt + .p-news__detail-cont-img-box--width100 {
    margin-top: 30px;
  }
}
.p-news__detail-cont-img-box--width100 + .p-news__detail-cont-txt {
  margin-top: clamp(25px, 3.5vw, 50px);
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-img-box--width100 + .p-news__detail-cont-txt {
    margin-top: 30px;
  }
}
.p-news__detail-cont-link-box {
  margin-top: clamp(20px, 2.8vw, 40px);
}
.p-news__detail-cont-link {
  font-size: clamp(1.6rem, 1.4vw, 1.8rem);
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-cont-link {
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.p-news__detail-btn {
  margin-top: clamp(35px, 4.86vw, 70px);
  margin-left: auto;
  text-align: right;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-news__detail-btn {
    margin-top: 60px;
  }
}

.p-404__container {
  padding: 190px 0 !important;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-404__container {
    padding: 120px 0 60px !important;
  }
}
.p-404__container h2 {
  font-size: 3rem;
}
.p-404__container h3 {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-404__container h3 {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.p-404__container p {
  font-size: 1.6rem;
}
.p-404__container .img-wrap {
  padding-top: 60px;
}
.p-404__container .img-wrap img {
  max-width: 100%;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-404__container .img-wrap {
    padding-top: 30px;
  }
}
.p-404__container .downloadArea {
  padding-top: 60px;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-404__container .downloadArea {
    padding-top: 30px;
  }
}
.p-404__container .downloadArea ul li {
  display: inline-block;
  padding: 10px 30px 10px 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .p-404__container .downloadArea ul li {
    display: block;
    padding: 5px 0;
  }
}
.p-404__container .downloadArea ul li a {
  color: #C4141A;
}
.p-404__container .downloadArea ul li a:hover {
  text-decoration: underline;
}

.u-not-hover {
  pointer-events: none;
}

.u-pc-only {
  display: block;
}
@media screen and (min-width: 0) and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}

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