@charset "UTF-8";
/* resset.dev • v5.0.2
https://github.com/filipelinhares/ress
*/
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 62%; /* Set font-size to 62% in `small` elements */
}

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

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

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

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* サイト共通設定
----------------------------------------*/
/* 変数
----------------------------------------*/
/* breakpoint
----------------------------------------*/
/* 関数
----------------------------------------*/
* {
  position: relative;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

picture {
  display: inline-block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color-white: #FFFFFF;
  --color-black: #000000;
  --color-main: #1D1D1D;
  --color-sub-1: #0067DD;
  --color-sub-1-hov: rgba(0, 49, 83, .65);
  --color-sub-2: var(--color-black);
  --color-sub-3: #0079CC;
  --color-bg-main: var(--color-white);
  --color-bg-sub-1: #AEBDCE;
  --color-bg-sub-2: #F3F8FC;
  --color-bg-sub-3: #E4E6EA;
  --color-bg-sub-4: #F7F7F7;
  --line-color: #C2CBD8;
  --f-size-root: 62.5%;
  --f-size-base: 1.8rem;
  --f-size-title-en: 10rem;
  --f-size-h2: 3.5rem;
  --f-size-h3: 3.2rem;
  --f-size-h3-2: 2.8rem;
  --f-size-h4: 2.4rem;
  --f-size-h5: 2rem;
  --f-size-s: 1.6rem;
  --f-size-xs: 1.2rem;
  --font-base: "IBM Plex Sans JP", sans-serif;
  --font-en: "Figtree", "IBM Plex Sans JP", sans-serif;
  --font-base-semibold: 600;
  --font-base-medium: 500;
  --font-en-bold: 700;
  --l-height-base: 1.77;
  --l-height-h2: 1.3;
  --l-height-h3: 1.56;
  --l-height-h3-2: 1.56;
  --l-height-h4: 1.4;
  --l-height-h5: 1.4;
  --l-spacing: 0;
  --content-width: 120rem;
  --content-max-width: calc(100% - 4rem);
  --btn-shadow-1: 0 0.6rem 1rem rgba(0, 0, 0, .18);
  --card-shadow-1: 0 0.4rem 3rem rgba(0, 121, 204, .1);
  --radius-1: 1.2rem;
  --spacer-base: 3rem;
  --spacer-section: 6rem;
  --spacer-section-l: 10rem;
  width: 100%;
  height: 100%;
  font-size: var(--f-size-root);
}
@media screen and (max-width: 1024px) {
  :root {
    --f-size-root: .9766vw;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --f-size-root: 2.6667vw;
    --f-size-base: 1.6rem;
    --f-size-title-en: 5.5rem;
    --f-size-h2: 2.6rem;
    --f-size-h3: 2.8rem;
    --f-size-h3-2: 2.4rem;
    --f-size-h4: 2.2rem;
    --f-size-h5: 1.6rem;
    --f-size-s: 1.4rem;
    --f-size-xs: 1.2rem;
    --l-height-h4: 1.6;
    --spacer-section: 5rem;
    --spacer-section-l: 8rem;
  }
}

body {
  width: 100%;
  background-color: var(--color-bg-main);
  color: var(--color-main);
  font-family: var(--font-base);
  font-size: var(--f-size-base);
  font-weight: 500;
  line-height: var(--l-height-base);
  font-feature-settings: "palt", "pwid";
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  body.is-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  body.filter-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  body .filter-open-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
  }
}
@media screen and (min-width: 768px) {
  body.filter-open {
    top: auto !important;
  }
}
body.modal-open {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}
body.is-open {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (min-width: 1241px) {
  .sp-lg-only {
    display: none !important;
  }
}

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

@media screen and (max-width: 1024px) {
  .pc-lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 1240px) {
  .pc-xl-only {
    display: none !important;
  }
}

.mb-none {
  margin-bottom: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.en {
  font-family: var(--font-en);
}

.text-s {
  font-size: var(--f-size-s) !important;
}

.text-xs {
  font-size: var(--f-size-xs) !important;
}

.text-bold {
  font-weight: bold;
}
.text-bold .en {
  font-weight: 600;
}
.text-bold.en {
  font-weight: 600;
}

.text-light {
  font-weight: 300;
}
.text-light .en {
  font-weight: 300;
}
.text-light.en {
  font-weight: 300;
}

.visually-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

.slide-up {
  transition: all 0.3s;
  overflow: hidden;
  opacity: 0;
  height: 0;
}

.slide-down {
  transition: all 0.3s;
  opacity: 1;
  height: auto;
}

/* コンポーネント
header エリア
----------------------------------------*/
.c-header {
  margin: 2rem;
  height: 7rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
.c-header__inner {
  max-width: 126rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
  position: static;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .c-header__inner {
    align-items: stretch;
  }
}
.c-header__box {
  background: var(--color-white);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 7rem;
  border-radius: 0.5rem;
  padding-inline: 2.3rem 4rem;
}
@media screen and (min-width: 1241px) {
  .c-header__box {
    flex: 1;
  }
}
@media screen and (max-width: 1240px) {
  .c-header__box {
    width: 100%;
    padding-inline: 1.4rem;
    align-items: center;
    z-index: 50;
  }
}
@media screen and (max-width: 767px) {
  .c-header__box {
    height: 5rem;
  }
}
.c-header__logo {
  display: flex;
  align-items: center;
}
.c-header__logo img {
  width: 17rem;
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    width: 13.2rem;
  }
}
.c-header__logo a {
  display: flex;
  align-items: center;
}
.c-header__btn {
  display: none;
}
@media screen and (max-width: 1240px) {
  .c-header__btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: auto;
    background: none;
    border: none;
    cursor: pointer;
  }
  .c-header__btn-label {
    position: relative;
    display: block;
    transition: opacity 0.3s ease;
    font-size: 1rem;
    color: var(--color-main);
  }
  .c-header__btn-label--menu {
    opacity: 1;
    top: 0.1rem;
  }
  .c-header__btn-label--close {
    position: absolute;
    right: 0;
    top: 0.1rem;
    opacity: 0;
    margin-right: 3rem;
  }
  .c-header__btn::before, .c-header__btn::after {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s ease;
  }
  .c-header__btn::before {
    background-image: url(../img/common/ico-header-open.svg);
    opacity: 1;
    width: 2.5rem;
    height: 1.2rem;
    left: 77%;
  }
  .c-header__btn::after {
    background-image: url(../img/common/ico-header-close.svg);
    opacity: 0;
    width: 2.2rem;
    height: 1.3rem;
  }
  .c-header__btn.is-open::before {
    opacity: 0;
  }
  .c-header__btn.is-open::after {
    opacity: 1;
  }
  .c-header__btn.is-open .c-header__btn-label--menu {
    opacity: 0;
  }
  .c-header__btn.is-open .c-header__btn-label--close {
    opacity: 1;
  }
}
.c-header__gnav {
  display: flex;
  justify-content: flex-end;
  position: static;
}
@media screen and (max-width: 1240px) {
  .c-header__gnav {
    display: block;
    height: 0;
    padding-inline: 3rem;
    position: fixed;
    top: 8.5rem;
    left: 2rem;
    right: 2rem;
    overflow: hidden;
    background: var(--color-sub-1);
    transition: all 0.5s;
    z-index: 48;
    opacity: 0;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
  .is-open .c-header__gnav {
    height: calc(100dvh - 10rem);
    padding-block: 4rem;
    overflow-y: auto;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-header__gnav {
    top: 6.5rem;
  }
}
.c-header__gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 600;
  position: static;
  gap: 1.2rem;
}
@media screen and (max-width: 1240px) {
  .c-header__gnav-list {
    display: block;
    font-size: 1.8rem;
  }
}
.c-header__gnav-list-item {
  position: static;
  height: 100%;
  padding-inline: 1.8rem;
}
@media screen and (max-width: 1240px) {
  .c-header__gnav-list-item {
    padding-inline: 0;
  }
  .c-header__gnav-list-item:has(.c-header__subnav) > a::after {
    background-image: url(../img/common/ico-arrow-up.svg);
    height: 0.6rem;
  }
  .c-header__gnav-list-item + li {
    margin-top: 2rem;
  }
}
@media (hover: hover) {
  .c-header__gnav-list-item:has(.c-header__subnav):hover {
    background-color: var(--color-sub-1);
    border-radius: 0.8rem 0.8rem 0 0;
    color: var(--color-white);
  }
  .c-header__gnav-list-item:hover .c-header__subnav {
    opacity: 1;
    pointer-events: all;
  }
  .c-header__gnav-list-item:hover > a:nth-last-child(2)::after {
    transform: rotate(180deg);
    background-image: url(../img/common/ico-arrow-up.svg);
  }
}
@media screen and (max-width: 1240px) {
  .c-header__gnav-list-item {
    border-bottom: 0.1rem solid var(--color-white);
    color: var(--color-white);
  }
}
.c-header__gnav-list-item > a {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (hover: hover) {
  .c-header__gnav-list-item > a {
    opacity: 1;
  }
}
@media screen and (min-width: 1241px) {
  .c-header__gnav-list-item > a:has(.c-header__subnav) {
    pointer-events: none;
  }
  .c-header__gnav-list-item > a.open + .c-header__subnav {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 1240px) {
  .c-header__gnav-list-item > a {
    padding-inline: 0.8rem;
  }
}
@media screen and (max-width: 1240px) {
  .c-header__gnav-list-item > a {
    height: auto;
    display: block;
    padding: 1.8rem 1rem 1.6rem;
  }
  .c-header__gnav-list-item > a.is-open::after {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
  }
  .c-header__gnav-list-item > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 47%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background-image: url(../img/common/ico-arrow-ttl.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    transition: transform 0.3s ease;
  }
}
.c-header__gnav-list-item > a:nth-last-child(2) {
  column-gap: 0.6rem;
}
@media screen and (min-width: 1241px) {
  .c-header__gnav-list-item > a:nth-last-child(2)::after {
    background-image: url(../img/common/ico-arrow-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width: 1rem;
    height: 0.6rem;
    transition: transform 0.3s ease;
  }
}
.c-header__gnav__btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0.2rem;
  position: static;
  gap: 1rem;
}
@media screen and (max-width: 1240px) {
  .c-header__gnav__btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 1.5rem;
    margin: 4rem 0 0;
  }
}
.c-header__gnav__btn-item {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 1240px) {
  .c-header__gnav__btn-item {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 1240px) {
  .c-header__gnav__btn-item .c-btn--nav {
    width: 100%;
  }
}
.c-header__gnav__btn-item.recruit .c-btn--nav {
  background: var(--color-sub-1);
  color: var(--color-white);
}
@media screen and (max-width: 1240px) {
  .c-header__gnav__btn-item.recruit .c-btn--nav {
    background: var(--color-white);
    color: var(--color-sub-1);
  }
}
.c-header__gnav__btn-item.recruit .c-btn--nav::after {
  background-image: url(../img/common/ico-recruit.svg);
  width: 2.03rem;
  height: 1.7rem;
}
@media screen and (max-width: 1240px) {
  .c-header__gnav__btn-item.recruit .c-btn--nav::after {
    width: 3.2rem;
    height: 2.7rem;
    background-image: url(../img/common/ico-recruit-blue.svg);
  }
}
@media (hover: hover) {
  .c-header__gnav__btn-item:hover .c-header__gnav__item {
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (min-width: 1241px) {
  .c-header__subnav {
    position: absolute;
    top: 6rem;
    left: 0;
    right: 0;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    background: var(--color-sub-1);
    padding: 5rem;
    width: 100%;
    border-radius: 0.8rem;
    gap: 5rem;
    display: flex !important;
  }
}
@media screen and (max-width: 1240px) {
  .c-header__subnav {
    opacity: 1;
    position: relative;
    display: none;
    pointer-events: all;
    padding: 0;
    padding-left: 3rem;
  }
}
.c-header__subnav::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1rem;
  opacity: 0.1;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .c-header__subnav::before {
    display: none;
  }
}
.c-header__subnav-item:nth-child(1) {
  width: 26.5rem;
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item:nth-child(1) {
    width: 37.6953%;
  }
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item:nth-child(1) {
    width: auto;
    padding: 0;
  }
}
.c-header__subnav-item:nth-child(1) .c-header__subnav-item-inner img {
  width: 100%;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item:nth-child(1) .c-header__subnav-item-inner img {
    height: 21.3rem;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .c-header__subnav-item:nth-child(1) .c-header__subnav-item-inner img {
    height: 11.3rem;
    object-fit: cover;
  }
}
.c-header__subnav-item:nth-child(2) {
  flex: 1;
  background: var(--color-sub-1);
  width: calc(100% - 26.5rem);
  color: var(--color-white);
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item:nth-child(2) {
    width: auto;
    padding: 2rem 0 3rem;
  }
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item:nth-child(2) .c-header__subnav-item-inner {
    display: block;
    width: auto;
    margin: 0 auto;
    padding: 0;
    padding-left: 2rem;
  }
}
.c-header__subnav-item ul {
  font-weight: 600;
  font-size: 1.6rem;
  font-family: var(--font-base);
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  column-gap: 3rem;
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item ul {
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    row-gap: 2rem;
  }
}
.c-header__subnav-item ul li {
  position: relative;
  padding-left: 1.2rem;
  width: calc(50% - 2rem);
  border-bottom: 0.1rem solid #3987e0;
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item ul li {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
.c-header__subnav-item ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--color-white);
  border-radius: 50%;
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item ul li::before {
    top: 35%;
  }
}
.c-header__subnav-item ul li a {
  position: relative;
  display: block;
}
@media screen and (min-width: 1241px) {
  .c-header__subnav-item ul li a {
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
  }
}
.c-header__subnav-item ul li a:before {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-image: url("../img/common/ico-arrow-black.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item ul li a:before {
    right: 0.7%;
  }
}
@media screen and (max-width: 767px) {
  .c-header__subnav-item ul li a:before {
    right: 2.8%;
  }
}
.c-header__subnav-item ul li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--color-white);
  border-radius: 50%;
  z-index: 1;
}
.c-header__subnav-item ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-external.svg) no-repeat left top/100% auto;
  vertical-align: -0.3rem;
  margin-left: 0.5rem;
}
.c-header__subnav-item-title {
  display: inline-block;
  font-weight: 600;
  font-size: 2rem;
  font-family: var(--font-base);
  margin-bottom: 1.5rem;
  width: fit-content;
  margin-left: -2.2rem;
}
.c-header__subnav-item-title::after {
  content: "";
  position: absolute;
  right: -18%;
  top: 47%;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/common/ico-arrow-ttl.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item-title::after {
    right: -20%;
  }
}
@media screen and (max-width: 1240px) {
  .c-header__subnav-item-title {
    border: 0;
    padding-bottom: 0;
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.c-header__subnav-item-title span {
  color: #0089d0;
  font-size: 1.3rem;
  display: block;
  letter-spacing: 0.04em;
}
.c-header__subnav-item-title.has-arrow::after {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 1rem;
  background: url(../img/common/icon-arrow-right.svg) no-repeat left top/100% auto;
  margin-left: 1rem;
}

/* コンポーネント
CMS等で登録する、汎用コンテンツの囲み
c-contents
----------------------------------------*/
body:not(.p-news) .p-sub__contents .c-contents > h3,
body:not(.p-news) .p-sub__contents .c-contents > h4,
body:not(.p-news) .p-sub__contents .c-contents > h5,
body:not(.p-news) .p-sub__contents .c-contents > h6,
body:not(.p-news) .p-sub__contents .c-contents > p,
body:not(.p-news) .p-sub__contents .c-contents > ul,
body:not(.p-news) .p-sub__contents .c-contents > ol {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  body:not(.p-news) .p-sub__contents .c-contents > h3,
  body:not(.p-news) .p-sub__contents .c-contents > h4,
  body:not(.p-news) .p-sub__contents .c-contents > h5,
  body:not(.p-news) .p-sub__contents .c-contents > h6,
  body:not(.p-news) .p-sub__contents .c-contents > p,
  body:not(.p-news) .p-sub__contents .c-contents > ul,
  body:not(.p-news) .p-sub__contents .c-contents > ol {
    margin-left: 0;
  }
}
.c-contents .is-indent {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .c-contents .is-indent {
    margin-left: 0;
  }
}
.c-contents a {
  color: var(--color-sub-1);
  border-bottom: 0.1rem solid var(--color-sub-1);
}
.c-contents .has-inline-color {
  color: inherit !important;
}
.c-contents h1.wp-block-heading,
.c-contents > h1:not(.wp-block-heading),
.c-contents h2.wp-block-heading,
.c-contents > h2:not(.wp-block-heading) {
  position: relative;
  color: var(--color-main);
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: var(--l-height-h2);
  margin-left: 6rem;
  margin-bottom: 6rem;
}
.c-contents h1.wp-block-heading:not(:first-child),
.c-contents > h1:not(.wp-block-heading):not(:first-child),
.c-contents h2.wp-block-heading:not(:first-child),
.c-contents > h2:not(.wp-block-heading):not(:first-child) {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .c-contents h1.wp-block-heading,
  .c-contents > h1:not(.wp-block-heading),
  .c-contents h2.wp-block-heading,
  .c-contents > h2:not(.wp-block-heading) {
    line-height: 1.5;
    margin-left: 4rem;
  }
  .c-contents h1.wp-block-heading:not(:first-child),
  .c-contents > h1:not(.wp-block-heading):not(:first-child),
  .c-contents h2.wp-block-heading:not(:first-child),
  .c-contents > h2:not(.wp-block-heading):not(:first-child) {
    margin-top: 8rem;
  }
}
.c-contents h1.wp-block-heading::before,
.c-contents > h1:not(.wp-block-heading)::before,
.c-contents h2.wp-block-heading::before,
.c-contents > h2:not(.wp-block-heading)::before {
  content: "";
  position: absolute;
  background: url(../img/common/ico-ttl.svg) no-repeat;
  background-size: 100% 100%;
  width: 3.7rem;
  height: 3.3rem;
  left: -6rem;
  top: 0.4rem;
}
@media screen and (max-width: 767px) {
  .c-contents h1.wp-block-heading::before,
  .c-contents > h1:not(.wp-block-heading)::before,
  .c-contents h2.wp-block-heading::before,
  .c-contents > h2:not(.wp-block-heading)::before {
    width: 2.7rem;
    height: 2.3rem;
    left: -4rem;
    top: 0.6rem;
  }
}
.c-contents h3.wp-block-heading,
.c-contents > h3:not(.wp-block-heading) {
  font-weight: bold;
  font-size: var(--f-size-h3-2);
  line-height: var(--l-height-h3-2);
  position: relative;
  margin-block: 0 3.5rem;
}
.c-contents h3.wp-block-heading:not(:first-child),
.c-contents > h3:not(.wp-block-heading):not(:first-child) {
  margin-top: 6rem;
}
.c-contents h4.wp-block-heading,
.c-contents > h4:not(.wp-block-heading) {
  font-weight: bold;
  font-size: var(--f-size-h4);
  line-height: var(--l-height-h4);
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #767676;
  margin-block: 0 2rem;
}
.c-contents h4.wp-block-heading:not(:first-child),
.c-contents > h4:not(.wp-block-heading):not(:first-child) {
  margin-top: 3.5rem;
}
.c-contents h5.wp-block-heading,
.c-contents > h5:not(.wp-block-heading) {
  color: var(--color-sub-1);
  font-weight: bold;
  font-size: var(--f-size-h5);
  line-height: var(--l-height-h5);
  margin-block: 0 2rem;
}
.c-contents h5.wp-block-heading:not(:first-child),
.c-contents > h5:not(.wp-block-heading):not(:first-child) {
  margin-top: 3rem;
}
.c-contents h6.wp-block-heading,
.c-contents > h6:not(.wp-block-heading) {
  font-weight: bold;
  font-size: var(--f-size-base);
  line-height: var(--l-height-h5);
  margin-block: 0 2rem;
}
.c-contents h6.wp-block-heading:not(:first-child),
.c-contents > h6:not(.wp-block-heading):not(:first-child) {
  margin-top: 3rem;
}
.c-contents .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  aspect-ratio: 16/9;
}
.c-contents .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper {
  aspect-ratio: 4/3;
}
.c-contents .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  max-width: 80rem;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.c-contents .wp-block-embed__wrapper iframe,
.c-contents .wp-block-embed__wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-contents .wp-block-embed__wrapper .wp-element-caption {
  margin-inline: auto;
}
.c-contents .wp-block-embed .wp-element-caption,
.c-contents .wp-block-image .wp-element-caption {
  font-size: var(--f-size-s);
  line-height: var(--l-height-base);
  margin-top: 1rem;
  margin-inline: auto;
}
.c-contents p {
  font-size: var(--f-size-base);
  line-height: var(--l-height-base);
  font-weight: var(--font-base-medium);
}
.c-contents p:not(:first-child) {
  margin-top: 2.6rem;
}
.c-contents > ol,
.c-contents ol.wp-block-list {
  counter-reset: i;
}
.c-contents > ol li,
.c-contents ol.wp-block-list li {
  padding-left: 4.5rem;
  margin-top: 1rem;
}
.c-contents > ol li::before,
.c-contents ol.wp-block-list li::before {
  counter-increment: i;
  content: counter(i);
  position: absolute;
  top: 49%;
  left: 0;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color: var(--color-white);
  background: var(--color-bg-sub-1);
  padding-inline: 1.2rem;
  border-radius: 1.3rem;
}
.c-contents > ol > li,
.c-contents ol.wp-block-list > li {
  margin-top: 0;
  margin-bottom: 1rem;
}
.c-contents > ul li,
.c-contents ul.wp-block-list li {
  position: relative;
  padding-left: 2rem;
  font-size: var(--f-size-base);
}
.c-contents > ul li::before,
.c-contents ul.wp-block-list li::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--color-sub-1);
  border-radius: 50%;
  top: 0.75em;
  left: 0;
  transform: translateY(-50%);
}
.c-contents > ul li + li,
.c-contents ul.wp-block-list li + li {
  margin-top: 1rem;
}
.c-contents > ul:not(:first-child),
.c-contents > ol:not(:first-child),
.c-contents > .wp-block-list:not(:first-child) {
  margin-top: 2.4rem;
}
.c-contents .aligncenter {
  text-align: center;
}
.c-contents .alignright {
  text-align: right;
}
.c-contents .alignleft {
  text-align: left;
}
.c-contents .box-color {
  background-color: rgb(196, 228, 247);
  padding: 2.5rem;
  border-radius: 0.5rem;
}
.c-contents .box-color p:not(:first-child),
.c-contents .box-color ul:not(:first-child),
.c-contents .box-color ol:not(:first-child),
.c-contents .box-color .wp-block-list:not(:first-child) {
  margin-top: 0;
}
.c-contents .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem;
}
@media screen and (max-width: 1240px) {
  .c-contents .wp-block-buttons {
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-buttons {
    justify-content: center;
  }
}
.c-contents .wp-block-button {
  display: flex;
  width: 26.3rem;
  max-width: 100%;
  width: fit-content;
  max-width: 100%;
  min-width: 26.3rem;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-button {
    width: 24rem;
  }
}
.c-contents .wp-block-button a,
.c-contents .wp-block-button input {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-height: 7.6rem;
  padding: 1.5rem 6rem 1.5rem 3.3rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: var(--l-spacing);
  text-align: left;
  color: var(--color-main);
  background: var(--color-white);
  border: 0.1rem solid var(--color-white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-button a,
  .c-contents .wp-block-button input {
    font-size: 1.5rem;
    padding: 2.3rem 5.5rem 2rem 2.5rem;
    height: 6.6rem;
  }
}
@media (hover: hover) {
  .c-contents .wp-block-button a:hover,
  .c-contents .wp-block-button input:hover {
    opacity: 1;
  }
  .c-contents .wp-block-button a:hover::after,
  .c-contents .wp-block-button input:hover::after {
    transform: translateY(-50%) scale(1.5);
  }
}
.c-contents .wp-block-button a::before,
.c-contents .wp-block-button input::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-button a::before,
  .c-contents .wp-block-button input::before {
    right: 2.9rem;
  }
}
.c-contents .wp-block-button a::after,
.c-contents .wp-block-button input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) scale(1);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-button a::after,
  .c-contents .wp-block-button input::after {
    right: 1.5rem;
  }
}
.c-contents .wp-block-button::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-sub-1);
  border-radius: 50%;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-button::before {
    left: 1.5rem;
  }
}
.c-contents .wp-block-button .wp-block-button__link {
  color: var(--color-white);
  background: var(--color-main);
  border: 0.1rem solid var(--color-black);
}
.c-contents .wp-block-columns.is-layout-flex {
  display: flex;
  gap: 4.5rem;
}
@media screen and (max-width: 1240px) {
  .c-contents .wp-block-columns.is-layout-flex {
    gap: 2.5rem;
  }
}
.c-contents .wp-block-columns.is-layout-flex.is-2-columns > * {
  width: calc(50% - 2.25rem);
}
.c-contents .wp-block-columns.is-layout-flex.is-3-columns {
  gap: 3%;
}
@media screen and (max-width: 1240px) {
  .c-contents .wp-block-columns.is-layout-flex.is-3-columns {
    gap: 3%;
  }
}
.c-contents .wp-block-columns.is-layout-flex.is-3-columns > * {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-columns:not(.is-not-stacked-on-mobile) {
    flex-wrap: wrap;
    gap: 3rem !important;
  }
  .c-contents .wp-block-columns:not(.is-not-stacked-on-mobile) > * {
    flex-basis: 100% !important;
    width: 100% !important;
  }
}
.c-contents .wp-block-media-text {
  gap: 4.5rem;
}
@media screen and (max-width: 1240px) {
  .c-contents .wp-block-media-text {
    gap: 2.5rem;
  }
}
.c-contents .wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .c-contents .wp-block-media-text.is-stacked-on-mobile > * {
    width: 100% !important;
  }
}
.c-contents .wp-block-table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-contents .wp-block-table.table--eigyou table tr td:first-child {
  width: 30%;
}
.c-contents .wp-block-table table {
  border-collapse: separate;
  border-spacing: 1rem 1rem;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-table table {
    min-width: 60rem;
  }
}
.c-contents .wp-block-table table td {
  border: none;
}
.c-contents .wp-block-table thead {
  border: none;
}
.c-contents .wp-block-table thead th {
  color: #4c5a69;
  background-color: var(--color-bg-sub-3);
  border: none;
  text-align: left;
  padding-left: 1.5rem;
}
.c-contents .wp-block-table thead th:not(:first-child) {
  border-left: 0.1rem dotted var(--color-white);
}
.c-contents .wp-block-table thead th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  bottom: 0;
  width: 1rem;
  background-color: var(--color-bg-sub-3);
}
.c-contents .wp-block-table thead th:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.c-contents .wp-block-table thead th:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.c-contents .wp-block-table tbody {
  vertical-align: top;
}
.c-contents .wp-block-table tbody td:first-child {
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
  border-bottom: 0.2rem solid #1d1d1d;
  padding-bottom: 1rem;
}
.c-contents .wp-block-table tbody td:not(:first-child) {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  border: none;
  border-bottom: 0.1rem dotted #1d1d1d;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
}
.c-contents .wp-block-table tbody td:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  bottom: 1rem;
  width: 0;
  border-left: 0.1rem dotted #1d1d1d;
}
.c-contents .wp-block-table tfoot {
  background: #fff;
  color: #4c5a69;
}
.c-contents .wp-block-table tfoot td {
  padding-left: 1.5rem;
}
.c-contents .wp-block-table tfoot td:not(:first-child) {
  border-left: 0.1rem dotted #a1b0c1;
}
.c-contents .wp-block-table tfoot td:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  bottom: 0;
  width: 1rem;
  background-color: var(--color-white);
}
.c-contents .wp-block-table tfoot td:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.c-contents .wp-block-table tfoot td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.p-news .c-contents > ol:not(:first-child),
.p-news .c-contents > ul:not(:first-child) {
  margin-top: 2.6rem;
}
.p-news .c-contents .wp-block-embed:not(:first-child),
.p-news .c-contents .wp-block-image:not(:first-child),
.p-news .c-contents .wp-block-columns:not(:first-child),
.p-news .c-contents .wp-block-media-text:not(:first-child),
.p-news .c-contents .wp-block-buttons:not(:first-child),
.p-news .c-contents .wp-block-table:not(:first-child) {
  margin-top: 2.6rem;
}

/* コンポーネント
パンくずナビ
----------------------------------------*/
.c-breadcrumbs ol,
.c-breadcrumbs ul {
  width: var(--content-width);
  max-width: var(--content-max-width);
  padding-top: 2.2rem;
  display: flex;
  font-size: var(--f-size-xs);
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol,
  .c-breadcrumbs ul {
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    width: 100%;
    max-width: 100%;
  }
}
.c-breadcrumbs ol::-webkit-scrollbar,
.c-breadcrumbs ul::-webkit-scrollbar {
  display: none;
}
.c-breadcrumbs ol li:not(:last-child)::after,
.c-breadcrumbs ul li:not(:last-child)::after {
  opacity: 0.72;
}
.c-breadcrumbs ol li::after,
.c-breadcrumbs ul li::after {
  content: ">";
  display: inline-block;
  margin: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs ol li::after,
  .c-breadcrumbs ul li::after {
    margin: 0 1rem;
  }
}
.c-breadcrumbs ol li:last-child::after,
.c-breadcrumbs ul li:last-child::after {
  display: none;
}
.c-breadcrumbs ol li:not(:last-child) a,
.c-breadcrumbs ul li:not(:last-child) a {
  opacity: 0.72;
}

/* コンポーネント
ページのtitle エリア
----------------------------------------*/
.c-page-title {
  position: relative;
  background-color: var(--color-black);
  background-image: url(../img/company/bg-company.jpg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: var(--color-white);
}
.c-page-title::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/common/bg-title.png) no-repeat center/cover;
  pointer-events: none;
}
.c-page-title__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  padding: 16rem 0 8rem;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .c-page-title__inner {
    padding: 10rem 0 2rem;
  }
}
.c-page-title__title {
  position: relative;
  color: var(--color-white);
  font-size: var(--f-size-base);
  font-weight: bold;
  line-height: var(--l-height-h2);
  margin-left: 3rem;
}
.c-page-title__title::before {
  content: "";
  position: absolute;
  background: url(../img/common/ico-ttl.svg) no-repeat;
  background-size: 100% 100%;
  width: 1.7rem;
  height: 1.7rem;
  left: -2.6rem;
  top: 0.2rem;
}
@media screen and (max-width: 1024px) {
  .c-page-title__title::before {
    left: -2.4rem;
  }
}
.c-page-title__title .en {
  display: block;
  font-size: var(--f-size-title-en);
  margin-left: -3.6rem;
}
@media screen and (max-width: 1024px) {
  .c-page-title__title .en {
    margin-left: -2.4rem;
  }
}
.c-page-title__en {
  display: block;
  color: inherit;
  font-family: var(--font-en);
  font-size: var(--f-size-title-en);
  font-weight: bold;
  line-height: var(--l-height-h2);
  margin-left: -0.4rem;
}
.c-page-title__sub-title {
  font-size: var(--f-size-h2);
  font-weight: bold;
  margin-left: 6rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__sub-title {
    line-height: 1.5;
    margin-left: 4rem;
  }
}
.c-page-title__sub-title::before {
  content: "";
  position: absolute;
  background: url(../img/common/ico-ttl.svg) no-repeat;
  background-size: 100% 100%;
  width: 3.7rem;
  height: 3.3rem;
  left: -6rem;
  top: 1.1rem;
}
@media screen and (max-width: 767px) {
  .c-page-title__sub-title::before {
    width: 2.7rem;
    height: 2.3rem;
    left: -4rem;
    top: 0.6rem;
  }
}

/* コンポーネント
汎用のtitle エリア
----------------------------------------*/
.c-title {
  margin-bottom: 2rem;
}
.c-title__title,
.c-title h1,
.c-title h2 {
  position: relative;
  color: inherit;
  font-size: var(--f-size-base);
  font-weight: bold;
  line-height: var(--l-height-h2);
  margin-left: 2.6rem;
}
.c-title__title::before,
.c-title h1::before,
.c-title h2::before {
  content: "";
  position: absolute;
  background: url(../img/common/ico-ttl.svg) no-repeat;
  background-size: 100% 100%;
  width: 1.7rem;
  height: 1.7rem;
  left: -2.6rem;
  top: 0.2rem;
}
.c-title .en {
  display: block;
  color: inherit;
  font-size: var(--f-size-title-en);
  font-weight: bold;
  line-height: var(--l-height-h2);
  margin-left: -0.5rem;
}
@media screen and (max-width: 1024px) {
  .c-title .en {
    margin-left: -0.2rem;
  }
}

/* コンポーネント
汎用のtext エリア
----------------------------------------*/
.c-text {
  /*
  	&__s {
  		font-size: var(--f-size-s);
  	}

  	&__xs {
  		font-size: var(--f-size-xs);
  	}
  */
}
.c-text h2 {
  font-size: var(--f-size-h2);
  font-weight: bold;
  line-height: var(--l-height-h2);
}
.c-text h3 {
  color: var(--color-white);
  font-size: var(--f-size-h3);
  font-weight: bold;
  line-height: var(--l-height-h3);
}
.c-text h4 {
  font-size: var(--f-size-h4);
  font-weight: 600;
  line-height: var(--l-height-h4);
}
.c-text h5 {
  font-size: var(--f-size-h5);
  line-height: var(--l-height-h5);
  font-weight: 600;
}
.c-text h6 {
  font-size: var(--f-size-base);
  line-height: var(--l-height-base);
  font-weight: 600;
}
.c-text p {
  color: inherit;
  font-size: var(--f-size-base);
  line-height: var(--l-height-base);
}
.c-text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/* コンポーネント
cta エリア
----------------------------------------*/
.c-cta {
  overflow: hidden;
  background: var(--color-sub-1);
  color: var(--color-white);
  padding-block: 10rem;
  font-family: var(--font-en);
}
body:not(.p-recruit) .c-cta {
  --color-sub-1: #41659a;
}
.c-cta__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
.c-cta__inner--columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 3.22vw;
}
@media screen and (max-width: 767px) {
  .c-cta__inner--columns {
    flex-direction: column;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__inner .c-title {
    margin-bottom: 5rem;
  }
}
.c-cta__inner .c-title::before {
  content: "";
  position: absolute;
  top: -22rem;
  left: 70%;
  width: 77.8rem;
  height: 77.8rem;
  background-image: url(../img/common/bg-contact.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-cta__inner .c-title::before {
    width: 37.5rem;
    height: 37.5rem;
    top: -18rem;
    left: -15rem;
  }
}
.c-cta__text {
  width: 48rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    width: 100%;
  }
}
.c-cta .c-text p + p {
  margin-top: 3rem;
}
.c-cta .c-text .text-l {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-cta .c-text .text-l {
    font-size: 1.8rem;
  }
}
.c-cta .c-text .text-xl {
  font-size: 3.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-cta .c-text .text-xl {
    font-size: 3rem;
  }
}
.c-cta__info {
  margin-top: 5rem;
}
.c-cta__info dl {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #7494c3;
}
.c-cta__info dl dt {
  width: 6rem;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5;
  color: #7494c3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-cta__info dl dt {
    width: 4rem;
    font-size: 1.5rem;
  }
}
.c-cta__info dl dd {
  width: calc(100% - 7rem);
  font-size: 4.4rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-cta__info dl dd {
    font-size: 3.2rem;
    width: calc(100% - 5rem);
  }
}
.c-cta__btn {
  display: flex;
  width: 26.3rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    width: 24rem;
  }
}
.c-cta__btn a,
.c-cta__btn input {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-height: 7.6rem;
  padding: 1.5rem 6rem 1.5rem 3.3rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: var(--l-spacing);
  text-align: left;
  color: var(--color-main);
  background: var(--color-white);
  border: 0.1rem solid var(--color-white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a,
  .c-cta__btn input {
    font-size: 1.5rem;
    padding: 2.3rem 5.5rem 2rem 2.5rem;
    height: 6.6rem;
  }
}
@media (hover: hover) {
  .c-cta__btn a:hover,
  .c-cta__btn input:hover {
    opacity: 1;
  }
  .c-cta__btn a:hover::after,
  .c-cta__btn input:hover::after {
    transform: translateY(-50%) scale(1.5);
  }
}
.c-cta__btn a::before,
.c-cta__btn input::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a::before,
  .c-cta__btn input::before {
    right: 2.9rem;
  }
}
.c-cta__btn a::after,
.c-cta__btn input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) scale(1);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .c-cta__btn a::after,
  .c-cta__btn input::after {
    right: 1.5rem;
  }
}
.c-cta__btn::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-sub-1);
  border-radius: 50%;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-cta__btn::before {
    left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .c-cta__btn {
    flex: 1;
    max-width: 59rem;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    width: 100%;
    margin-top: 4rem;
  }
}
.c-cta__btn::before {
  width: 1.1rem;
  height: 1.1rem;
  left: 4.6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-cta__btn::before {
    width: 0.7rem;
    height: 0.7rem;
    left: 2rem;
  }
}
.c-cta__btn a {
  padding: 7.3rem 6.87rem 7.2rem 8.1rem;
  width: 100%;
  height: 17.9rem;
  font-size: 2.3rem;
  color: var(--color-sub-1);
  background: var(--color-white);
}
@media screen and (max-width: 1024px) {
  .c-cta__btn a {
    height: 13.9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn a {
    height: 9.3rem;
    padding: 3.5rem 8rem 3.3rem 3.7rem;
    font-size: 1.7rem;
  }
}
@media (hover: hover) {
  .c-cta__btn a:hover {
    opacity: 1;
  }
  .c-cta__btn a:hover::before {
    animation: pulse-contact 1s infinite;
  }
}
.c-cta__btn a::before {
  right: 6.87rem;
  width: 4.9rem;
  height: 4.1rem;
  z-index: 1;
  background-image: url(../img/common/ico-contact-gray.svg);
}
@media screen and (max-width: 1024px) {
  .c-cta__btn a::before {
    right: 4.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cta__btn a::before {
    right: 2.5rem;
    width: 3.96rem;
    height: 3.36rem;
  }
}
.c-cta__btn a::after {
  display: none;
}
.c-cta .c-title h2::before {
  background: url(../img/common/ico-ttl-white.svg) no-repeat;
  background-size: 100% 100%;
  top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-cta .c-title h2::before {
    top: 0.2rem;
  }
}

@keyframes pulse-contact {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.3);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}
/* コンポーネント
ボタン
----------------------------------------*/
.c-btn {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
}
.c-btn--white {
  display: flex;
  width: 26.3rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn--white {
    width: 24rem;
  }
}
.c-btn--white a,
.c-btn--white input {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-height: 7.6rem;
  padding: 1.5rem 6rem 1.5rem 3.3rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: var(--l-spacing);
  text-align: left;
  color: var(--color-main);
  background: var(--color-white);
  border: 0.1rem solid var(--color-white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn--white a,
  .c-btn--white input {
    font-size: 1.5rem;
    padding: 2.3rem 5.5rem 2rem 2.5rem;
    height: 6.6rem;
  }
}
@media (hover: hover) {
  .c-btn--white a:hover,
  .c-btn--white input:hover {
    opacity: 1;
  }
  .c-btn--white a:hover::after,
  .c-btn--white input:hover::after {
    transform: translateY(-50%) scale(1.5);
  }
}
.c-btn--white a::before,
.c-btn--white input::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn--white a::before,
  .c-btn--white input::before {
    right: 2.9rem;
  }
}
.c-btn--white a::after,
.c-btn--white input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) scale(1);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .c-btn--white a::after,
  .c-btn--white input::after {
    right: 1.5rem;
  }
}
.c-btn--white::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-sub-1);
  border-radius: 50%;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn--white::before {
    left: 1.5rem;
  }
}
.c-btn--black {
  display: flex;
  width: 26.3rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn--black {
    width: 24rem;
  }
}
.c-btn--black a,
.c-btn--black input {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-height: 7.6rem;
  padding: 1.5rem 6rem 1.5rem 3.3rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: var(--l-spacing);
  text-align: left;
  color: var(--color-main);
  background: var(--color-white);
  border: 0.1rem solid var(--color-white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn--black a,
  .c-btn--black input {
    font-size: 1.5rem;
    padding: 2.3rem 5.5rem 2rem 2.5rem;
    height: 6.6rem;
  }
}
@media (hover: hover) {
  .c-btn--black a:hover,
  .c-btn--black input:hover {
    opacity: 1;
  }
  .c-btn--black a:hover::after,
  .c-btn--black input:hover::after {
    transform: translateY(-50%) scale(1.5);
  }
}
.c-btn--black a::before,
.c-btn--black input::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn--black a::before,
  .c-btn--black input::before {
    right: 2.9rem;
  }
}
.c-btn--black a::after,
.c-btn--black input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) scale(1);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .c-btn--black a::after,
  .c-btn--black input::after {
    right: 1.5rem;
  }
}
.c-btn--black::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-sub-1);
  border-radius: 50%;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn--black::before {
    left: 1.5rem;
  }
}
.c-btn--black a,
.c-btn--black input {
  color: var(--color-white);
  background: var(--color-main);
  border: 0.1rem solid var(--color-black);
}
.c-btn--blue {
  display: flex;
  width: 26.3rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn--blue {
    width: 24rem;
  }
}
.c-btn--blue a,
.c-btn--blue input {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  min-height: 7.6rem;
  padding: 1.5rem 6rem 1.5rem 3.3rem;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: var(--l-spacing);
  text-align: left;
  color: var(--color-main);
  background: var(--color-white);
  border: 0.1rem solid var(--color-white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn--blue a,
  .c-btn--blue input {
    font-size: 1.5rem;
    padding: 2.3rem 5.5rem 2rem 2.5rem;
    height: 6.6rem;
  }
}
@media (hover: hover) {
  .c-btn--blue a:hover,
  .c-btn--blue input:hover {
    opacity: 1;
  }
  .c-btn--blue a:hover::after,
  .c-btn--blue input:hover::after {
    transform: translateY(-50%) scale(1.5);
  }
}
.c-btn--blue a::before,
.c-btn--blue input::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn--blue a::before,
  .c-btn--blue input::before {
    right: 2.9rem;
  }
}
.c-btn--blue a::after,
.c-btn--blue input::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) scale(1);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .c-btn--blue a::after,
  .c-btn--blue input::after {
    right: 1.5rem;
  }
}
.c-btn--blue::before {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: var(--color-sub-1);
  border-radius: 50%;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-btn--blue::before {
    left: 1.5rem;
  }
}
.c-btn--blue::before {
  background-color: var(--color-white);
}
.c-btn--blue a,
.c-btn--blue input {
  color: var(--color-white);
  background: var(--color-sub-1);
  border: 0.1rem solid var(--color-sub-1);
}
.c-btn--blue a::before,
.c-btn--blue input::before {
  background-image: url(../img/common/ico-arrow-blue.svg);
}
.c-btn--blue a::after,
.c-btn--blue input::after {
  background-color: var(--color-white);
}
.c-btn--nav {
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 3.6rem;
  background: #222;
  color: var(--color-white);
  text-align: center;
  border-radius: 0.5rem;
  padding: 2.1rem 2rem 2rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .c-btn--nav {
    width: auto;
    min-height: 6rem;
    padding: 2.1rem 3.23rem 2rem 3rem;
    font-size: 1.8rem;
    column-gap: 0.7rem;
  }
}
@media (hover: hover) {
  .c-btn--nav:hover {
    opacity: 1;
  }
  .c-btn--nav:hover::after {
    animation: pulse 1s infinite;
  }
}
.c-btn--nav::after {
  background-image: url(../img/common/ico-contact.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 1.6rem;
  height: 1.4rem;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .c-btn--nav::after {
    width: 2.6rem;
    height: 2.2rem;
  }
}
.c-btn__wrapper {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 4.5rem;
}
@media screen and (max-width: 1240px) {
  .c-btn__wrapper {
    grid-template-columns: repeat(2, auto);
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__wrapper {
    grid-template-columns: repeat(1, auto);
  }
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgb(8, 8, 18);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(8, 8, 18, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(8, 8, 18, 0);
  }
}
@keyframes ripple-blue {
  0% {
    box-shadow: 0 0 0 0 rgb(0, 103, 221);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 103, 221, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 103, 221, 0);
  }
}
@keyframes ripple-white {
  0% {
    box-shadow: 0 0 0 0 rgb(136, 136, 136);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(136, 136, 136, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(136, 136, 136, 0);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
/* コンポーネント
spacer エリア
----------------------------------------*/
.c-spacer--xl {
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .c-spacer--xl {
    height: 8rem;
  }
}
.c-spacer--l {
  height: 6rem;
}
@media screen and (max-width: 767px) {
  .c-spacer--l {
    height: 5rem;
  }
}
.c-spacer--m {
  height: 2.6rem;
}
@media screen and (max-width: 767px) {
  .c-spacer--m {
    height: 2.6rem;
  }
}
.c-spacer--s {
  height: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-spacer--s {
    height: 1.6rem;
  }
}

/* コンポーネント
カードタイプ（グリット型）のリスト
c-card
----------------------------------------*/
.c-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 2rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .c-card {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .c-card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.6rem;
  }
}
.c-contents > .c-card {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .c-contents > .c-card {
    margin-left: 0;
  }
}
.c-card__item {
  margin: 0 !important;
  padding: 0 !important;
}
.c-card__item::before {
  display: none;
}
.c-card__item a {
  color: inherit;
  border: none;
}
@media (hover: hover) {
  .c-card__item a:hover {
    opacity: 1 !important;
  }
}
@media (hover: hover) {
  .c-card__item a:hover figure::after {
    opacity: 1;
    transform: scale(1.2);
  }
}
.c-card__item a figure {
  position: relative;
  position: relative;
}
.c-card__item a figure::before {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 0.85rem;
  height: 0.85rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-card__item a figure::before {
    width: 0.65rem;
    height: 0.65rem;
    right: 0.3rem;
    bottom: 0;
  }
}
.c-card__item a figure::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  transform: scale(1);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .c-card__item a figure::after {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.c-card__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.c-card__title {
  font-size: var(--f-size-base);
  line-height: var(--l-height-h4);
  font-weight: 600;
  margin-top: 1.6rem;
}
.c-card__title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 0.5rem;
}

/* コンポーネント
productの紹介ブロック
c-product
----------------------------------------*/
.c-product {
  display: flex;
  gap: 8rem;
}
.wp-block-lazyblock-prod-slide > .c-product, .wp-block-lazyblock-prod-link > .c-product, .c-contents > .c-product {
  margin-left: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .wp-block-lazyblock-prod-slide > .c-product, .wp-block-lazyblock-prod-link > .c-product, .c-contents > .c-product {
    margin-left: 0;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-product {
    gap: 3rem;
    flex-direction: column;
  }
}
.c-product__text {
  width: 38.6rem;
}
@media screen and (max-width: 767px) {
  .c-product__text {
    width: 100%;
  }
}
.c-product__text:has(.splide__box) {
  padding-bottom: 8rem;
}
.c-product__text:has(.splide__box) .splide__box {
  position: absolute;
  width: 100%;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  padding-inline: 3.5rem;
}
.c-product .my-slider-progress {
  width: 100%;
  left: 0;
}
.c-product .my-slider-progress::after {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.c-product .my-slider-progress .my-slider-progress-bar {
  top: -0.1rem;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-product .splide__track {
    order: 2;
  }
}
.c-product .splide__arrow--prev {
  left: -3.5rem;
  color: transparent;
}
.c-product .splide__arrow--next {
  right: -3.5rem;
  color: transparent;
}
@media screen and (min-width: 768px) {
  .c-product__slide {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-product__slide {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-product__slide .splide__slide {
    padding-inline: 3.5rem;
  }
}
.c-product__thumbnail {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-product__thumbnail {
    width: 100%;
  }
}
.c-product__thumbnail figure {
  position: relative;
}
.c-product__thumbnail figure::before {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 0.85rem;
  height: 0.85rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.c-product__thumbnail figure::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  transform: scale(1);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media (hover: hover) {
  .c-product__thumbnail figure:hover::after {
    opacity: 1;
    transform: scale(1.2);
  }
}
.c-product__thumbnail img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 30.5rem;
}
@media screen and (max-width: 767px) {
  .c-product__thumbnail img {
    max-width: 100%;
  }
}
.c-product__thumbnail h4 {
  font-size: var(--f-size-base);
  line-height: var(--l-height-h4);
  font-weight: 600;
  margin-top: 1.5rem;
  text-align: left;
}
.c-product__thumbnail p {
  font-size: 1.4rem;
  margin-top: 0.5rem !important;
}
.c-product__thumbnail a {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .c-product__box {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-product__box {
    width: 100%;
  }
}
.c-product__link li {
  position: relative;
  border-bottom: 0.15rem solid #e1e6ec;
}
.c-product__link li::before {
  content: "";
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--color-sub-1);
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.c-product__link li:not(:first-of-type) {
  margin-top: 0;
}
.c-product__link li a {
  display: block;
  padding: 2rem 4rem 2rem 0;
  margin-left: 2rem;
  border: none;
  font-size: var(--f-size-h5);
  line-height: var(--l-height-h5);
  color: inherit;
}
@media screen and (max-width: 767px) {
  .c-product__link li a {
    padding-bottom: 1.2rem;
  }
}
.c-product__link li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.4rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-product__link li a::before {
    top: 50%;
    right: 1.2rem;
    width: 0.6rem;
    height: 0.6rem;
  }
}
.c-product__link li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(1);
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .c-product__link li a::after {
    width: 3rem;
    height: 3rem;
  }
}
@media (hover: hover) {
  .c-product__link li a:hover {
    opacity: 1;
  }
  .c-product__link li a:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1.2);
  }
}

/* コンポーネント
projectの紹介ブロック
c-project
----------------------------------------*/
.c-project {
  display: flex;
  align-items: center;
  gap: 7.2rem;
}
.wp-block-lazyblock-project > .c-project, .c-contents > .c-project {
  margin-left: 10rem;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .wp-block-lazyblock-project > .c-project, .c-contents > .c-project {
    margin-left: 0;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-project {
    align-items: stretch;
    flex-direction: column;
    gap: 4rem;
  }
}
.c-project::before {
  content: "";
  position: absolute;
  background: url(../img/business/bg-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200rem;
  height: 111.2rem;
  top: 4rem;
  right: -101rem;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .c-project::before {
    right: -131rem;
  }
}
@media screen and (max-width: 767px) {
  .c-project::before {
    width: 114rem;
    height: 70rem;
    top: -8rem;
    right: -93rem;
  }
}
.c-project__slide {
  max-width: 43.3rem;
  padding-bottom: 7rem;
}
.c-project__slide-item img {
  width: 43.4rem;
  height: auto;
  object-fit: cover;
}
.c-project__slide .splide__pagination {
  display: flex;
  bottom: 0;
}
.c-project__slide .splide__arrows {
  bottom: -3em;
}
.c-project__slide.splide:not(.is-overflow) .splide__pagination, .c-project__slide.splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.c-project__slide .splide__arrow--prev {
  left: 3em;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .c-project__slide .splide__arrow--prev {
    left: 0;
  }
}
.c-project__slide .splide__arrow--next {
  right: 3em;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .c-project__slide .splide__arrow--next {
    right: 0;
  }
}
.c-project__list {
  flex: 1;
}
.c-project__list h4 {
  margin-bottom: 0 !important;
}

/* コンポーネント
flow エリア
----------------------------------------*/
.c-flow {
  margin-top: 8rem;
}
.c-flow__list {
  display: flex;
  gap: 4rem;
  margin-top: 6rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-flow__list {
    gap: 5rem;
  }
}
.c-flow__list-heading {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}
.c-flow__list-label {
  color: var(--color-sub-1);
  font-size: 2.3rem;
  font-weight: bold;
  line-height: var(--l-height-base);
}
.c-flow__list-item {
  width: calc(25% - 4rem);
}
@media screen and (max-width: 767px) {
  .c-flow__list-item {
    width: 100%;
  }
}
.c-flow__list-item h3 {
  color: var(--color-main);
  font-size: var(--f-size-base);
  font-weight: bold;
  line-height: var(--l-height-base);
}
.c-flow__list-item h3 small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .c-flow__list-item h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__list-item h3 {
    font-size: 1.8rem;
  }
}
.c-flow__list-item figure {
  display: block;
}
.c-flow__list-item figure img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-flow__list-item figure img {
    width: 100%;
  }
}
.c-flow__list-item p {
  margin-top: 1.5rem !important;
  font-size: var(--f-size-s);
}
.c-flow__list-item:not(:last-of-type) figure::after {
  content: "";
  display: block;
  width: 1rem;
  height: 2rem;
  background: url(../img/common/ico-arrow-slide.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: -2.6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-flow__list-item:not(:last-of-type) figure::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-flow__list-item:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 1rem;
    height: 2rem;
    background: url(../img/common/ico-arrow-slide.svg) no-repeat center center/contain;
    position: absolute;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-flow__list-item:not(:last-of-type)::after {
    width: 2rem;
    height: 3rem;
    top: calc(100% + 1.5rem);
    right: 50%;
    transform: translate(50%, 0%) rotate(90deg);
  }
}
.c-flow__supplement {
  font-size: var(--f-size-s);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-flow__supplement {
    text-align: center;
  }
}

/* コンポーネント
faq エリア
----------------------------------------*/
.c-faq__item {
  border-bottom: 0.1rem solid var(--color-sub-1);
}
.c-faq__item::after, .c-faq__item::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.2rem;
  background-color: var(--color-sub-1);
  position: absolute;
  top: 3.5rem;
  right: 0;
  transition: all 0.3s;
}
.c-faq__item::after {
  transform: rotate(90deg);
}
.c-faq__item[open]::after {
  transform: rotate(0deg);
}
.c-faq__item[open] .c-faq__item-answer {
  grid-template-rows: 1fr;
}
.c-faq__item[open] .c-faq__item-answer > div {
  opacity: 1;
  padding: 2rem 6rem;
}
.c-faq__item-question {
  padding: 2rem 6rem;
  cursor: pointer;
  list-style: none;
}
.c-faq__item-question::before {
  content: "Q";
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2rem;
  color: var(--color-sub-1);
}
.c-faq__item-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out;
}
.c-faq__item-answer > div {
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
.c-faq__item-answer::before {
  content: "A";
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 2rem;
  -webkit-text-stroke: 1px var(--color-sub-1);
  text-stroke: 1px var(--color-sub-1);
  color: var(--color-bg-sub-4);
}

/* コンポーネント
モーダル
----------------------------------------*/
.c-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
  /* モーダルのコンテンツボックス */
  /* 閉じるボタン */
}
.c-modal.is-open {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: all;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.c-modal__content {
  margin: 0 auto;
  width: 94%;
  max-width: 800px;
  position: relative;
}
.c-modal__close {
  appearance: none;
  outline: none;
  transition: 300ms;
  background: transparent;
  border: 0;
  margin: 0 0 1.5rem auto;
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  overflow: hidden;
  text-indent: -10rem;
}
.c-modal__close:hover, .c-modal__close:focus {
  text-decoration: none;
  cursor: pointer;
}
.c-modal__close::before, .c-modal__close::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 2.7rem;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
}
.c-modal__close::after {
  transform: rotate(-45deg);
}
.c-modal iframe {
  display: block;
  aspect-ratio: 335/189;
  width: 100%;
  height: auto;
}

/* スクロールを禁止する */
.modal-open {
  overflow: hidden;
  /* 多くの環境でスクロールバーの幅は17pxなので、その分paddingで埋めます */
}

/* コンポーネント
NEWSのリスト
----------------------------------------*/
.c-news__tab {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1240px) {
  .c-news__tab {
    flex-wrap: wrap;
    justify-content: start;
    padding-left: 0;
  }
}
.c-news__tab-item {
  display: flex;
  width: fit-content;
  min-height: 3.7rem;
  font-size: var(--f-size-s);
  padding: 0.8rem 2rem 0.8rem 3rem;
  color: var(--color-main);
  background: var(--color-white);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-news__tab-item {
    padding: 1.2rem 2rem 1rem 3rem;
    min-height: 4.3rem;
  }
}
.c-news__tab-item::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--color-sub-1);
  border-radius: 50%;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  background-color: var(--color-sub-1);
}
.c-news__tab-item[aria-current=page], .c-news__tab-item[aria-selected=true], .c-news__tab-item.active {
  pointer-events: none;
  color: var(--color-white);
  background: var(--color-sub-1);
}
.c-news__tab-item[aria-current=page]::before, .c-news__tab-item[aria-selected=true]::before, .c-news__tab-item.active::before {
  background-color: var(--color-white);
}
@media (hover: hover) {
  .c-news__tab-item:hover {
    opacity: 1;
    color: var(--color-white);
    background: var(--color-sub-1);
  }
  .c-news__tab-item:hover::before {
    background-color: var(--color-white);
  }
}
.c-news__contents-item[hidden] {
  display: none;
  /*
  			&[data-active="true"] {
  				display: block;
  			}*/
}
.c-news__list {
  /*
  		&-category {
  			span {
  				width: 10rem;
  				text-align: center;
  				padding: 0.4rem 0;
  				font-size: 1rem;
  				line-height: 1.5;
  				color: var(--color-main);
  				background: transparent;
  				display: block;
  				border: 0.1rem solid var(--color-main);

  				@include g.mq-down() {
  					width: 10rem;
  					padding: 0.2rem 0;
  					line-height: 1.8;
  				}
  			}
  		}*/
}
.c-news__list-item {
  border-bottom: 0.15rem solid #e1e6ec;
}
.c-news__list-item a {
  padding: 3.2rem 4rem 3rem 2rem;
  display: flex;
  align-items: center;
  column-gap: 1.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-news__list-item a {
    padding: 4rem 3.2rem 1.6rem 0;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2.6rem;
  }
}
.c-news__list-item a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.1rem solid var(--color-main);
  border-right: 0.1rem solid var(--color-main);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .c-news__list-item a::after {
    right: 0.5rem;
  }
}
@media (hover: hover) {
  .c-news__list-item a:hover {
    opacity: 1;
    border-radius: 0.5rem;
    background: var(--color-white);
    box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  }
  .c-news__list-item a:hover::before {
    background: var(--color-main);
  }
}
.c-news__list-date {
  font-weight: var(--font-en-bold);
  font-size: var(--f-size-s);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #b7b7b7;
}
.c-news__list-text {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-right: 4.4rem;
  padding-block: 0.25rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-news__list-text {
    width: 100%;
    padding-right: 0;
    padding-block: 1.5rem 0;
  }
}

/* コンポーネント
badge ニュースとかのカテゴリー等に使用
----------------------------------------*/
.c-badge {
  width: 10rem;
  text-align: center;
  padding: 0.4rem 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-main);
  background: transparent;
  display: block;
  border: 0.1rem solid var(--color-main);
}
@media screen and (max-width: 767px) {
  .c-badge {
    width: 10rem;
    padding: 0.2rem 0;
    line-height: 1.8;
  }
}

/* コンポーネント
list エリア
----------------------------------------*/
.c-list__item {
  display: flex;
}
.c-list__item dt {
  width: 13rem;
  font-size: var(--f-size-base);
  line-height: var(--l-height-h4);
  font-weight: bold;
  border-bottom: 0.1rem solid #1D1D1D;
  padding: 2.5rem 1rem 1rem 0;
}
.c-list__item dd {
  flex: 1;
  font-size: var(--f-size-base);
  line-height: var(--l-height-h4);
  font-weight: 500;
  border-bottom: 0.1rem dotted #1D1D1D;
  padding: 2.5rem 0 1rem 1rem;
}

/* コンポーネント
ページネーション
----------------------------------------*/
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: normal;
  font-size: 1.4rem;
  color: var(--color-main);
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-pagination__list {
    font-size: 1.2rem;
  }
}
.c-pagination__list li {
  width: 4.4rem;
  margin: 0 0.5rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li {
    width: 2.9rem;
    margin: 0 0.3rem;
  }
}
.c-pagination__list li a,
.c-pagination__list li span {
  display: block;
  height: 4.4rem;
  line-height: 4.4rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-pagination__list li a,
  .c-pagination__list li span {
    height: 2.9rem;
    line-height: 2.9rem;
  }
}
@media (hover: hover) {
  .c-pagination__list li a:hover,
  .c-pagination__list li span:hover {
    opacity: 1;
    background: var(--color-main);
    color: var(--color-white);
  }
}
.c-pagination__list li.c-pagination__list-item-ellipsis {
  width: auto;
  margin: 0;
}
.c-pagination__list-item-current a,
.c-pagination__list-item-current span {
  background: var(--color-sub-1);
  color: var(--color-white);
}
.c-pagination__list-prev a, .c-pagination__list-next a {
  background: var(--color-main);
  color: transparent;
}
@media (hover: hover) {
  .c-pagination__list-prev a:hover, .c-pagination__list-next a:hover {
    opacity: 1;
    background: var(--color-sub-1) !important;
    color: transparent !important;
  }
  .c-pagination__list-prev a:hover::before, .c-pagination__list-next a:hover::before {
    border-color: var(--color-white) !important;
  }
}
.c-pagination__list-prev a::before, .c-pagination__list-next a::before {
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  border-top: 0.2rem solid var(--color-white);
  border-right: 0.2rem solid var(--color-white);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0.4rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-pagination__list-prev a::before, .c-pagination__list-next a::before {
    width: 0.6rem;
    height: 0.6rem;
    border-top-width: 0.15rem;
    border-right-width: 0.15rem;
    right: 0.2rem;
  }
}
.c-pagination__list-prev a::before {
  transform: rotate(-135deg);
  left: 0.2rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-pagination__list-prev a::before {
    left: 0.1rem;
  }
}

/* コンポーネント
about エリア
----------------------------------------*/
.c-scroll__text {
  position: absolute;
  bottom: 3rem;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  pointer-events: none;
  mix-blend-mode: overlay;
}
.c-scroll__inner {
  display: flex;
  align-items: center;
  animation: scroll linear infinite;
  --scroll-duration: 10s;
  animation-duration: var(--scroll-duration);
}
.c-scroll__item {
  font-size: 23.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  line-height: 0.8;
  display: flex;
  align-items: center;
  padding-right: 19rem;
}
.c-scroll__item img {
  width: 16.2rem;
  height: 16.2rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-scroll__item img {
    width: 7.2rem;
    height: 7.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-scroll__item {
    font-size: 10rem;
    padding-right: 8rem;
  }
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-56%);
  }
}
/* コンポーネント
footer エリア
----------------------------------------*/
.c-footer {
  background: #f7f7f7;
  padding: 8rem 0 5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-footer {
    padding: 10rem 0 7rem;
  }
}
.c-footer__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-footer__inner {
    flex-direction: column;
  }
}
.c-footer__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .c-footer__nav {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__nav {
    grid-template-columns: repeat(1, 1fr);
    column-gap: 1rem;
    row-gap: 2rem;
    padding-top: 4rem;
  }
}
.c-footer__nav-item {
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
  border-radius: 0.5rem;
  padding: 2.2rem 2rem;
}
.c-footer__nav-item h3 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footer__nav-item h3 {
    font-size: 1.5rem;
  }
}
.c-footer__nav-item > ul {
  font-weight: var(--font-base-medium);
  color: #6a6a6a;
  font-size: 1.4rem;
}
.c-footer__nav-item > ul li {
  position: relative;
  padding-left: 2.3rem;
}
.c-footer__nav-item > ul li::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-color: var(--color-sub-1);
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 0.8rem;
}
.c-footer__nav-item > ul li ul {
  margin-top: 1.4rem;
}
.c-footer__nav-item > ul li ul li {
  padding-left: 1.3rem;
}
.c-footer__nav-item > ul li ul li::before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.2rem;
  background-color: var(--color-sub-1);
  border-radius: 0;
  position: absolute;
  left: 0.1rem;
  top: 0.8rem;
}
.c-footer__nav-item > ul li + li {
  margin-top: 1.4rem;
}
.c-footer__btn {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .c-footer__btn {
    width: calc(25% - 1.5rem);
  }
}
.c-footer__btn-item .c-btn--nav {
  width: 100%;
  min-height: 7rem;
  font-size: 1.8rem;
  padding: 2.2rem 3.2rem 2rem 3rem;
}
.c-footer__btn-item .c-btn--nav::after {
  width: 2.8rem;
  height: 2.5rem;
}
.c-footer__btn-item.home .c-btn--nav {
  background: var(--color-white);
  color: var(--color-main);
}
.c-footer__btn-item.home .c-btn--nav::after {
  background-image: url(../img/common/ico-home.svg);
}
.c-footer__btn-item.info .c-btn--nav {
  background: var(--color-white);
  color: var(--color-main);
}
.c-footer__btn-item.info .c-btn--nav::after {
  background-image: url(../img/common/ico-info.svg);
}
.c-footer__btn-item.access .c-btn--nav {
  background: var(--color-white);
  color: var(--color-main);
}
.c-footer__btn-item.access .c-btn--nav::after {
  background-image: url(../img/common/ico-access.svg);
}
.c-footer__btn-item.recruit .c-btn--nav {
  background: var(--color-sub-1);
  color: var(--color-white);
}
.c-footer__btn-item.recruit .c-btn--nav::after {
  background-image: url(../img/common/ico-recruit.svg);
}
.c-footer__btn-item.contact .c-btn--nav {
  color: var(--color-white);
}
.c-footer__btn-item.contact .c-btn--nav::after {
  background-image: url(../img/common/ico-contact.svg);
}
.c-footer__box {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .c-footer__box {
    max-width: 32.2rem;
  }
}
.c-footer__box-logo img {
  width: 27.5rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-footer__box-logo img {
    width: 20.4rem;
  }
}
.c-footer__box-sns {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .c-footer__box-sns {
    gap: 0;
  }
}
.c-footer__box-sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
.c-footer__box-sns a:nth-of-type(1) img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}
.c-footer__box-sns a:nth-of-type(2) img {
  width: 2.2rem;
  height: 2.5rem;
  object-fit: contain;
}
.c-footer__info {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .c-footer__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    margin-top: 5rem;
  }
}
.c-footer__info-box {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-footer__info-box {
    text-align: left;
  }
}
.c-footer__info-text {
  font-size: 1.3rem;
}
.c-footer__info-link {
  font-size: 1.3rem;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .c-footer__info-link {
    margin-left: 0;
    margin-right: 2rem;
  }
}
.c-footer__info-copyright {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .c-footer__info-copyright {
    margin-top: 0.9rem;
  }
}

/* コンポーネント
カードタイプ（グリット型）のリスト
c-card
----------------------------------------*/
.c-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-grid {
    gap: 3rem 1.6rem;
  }
}

.p-product {
  height: auto;
  position: relative;
  background: #f7f7f7;
}
.p-product .c-page-title {
  background-image: url(../img/business/bg-business.jpg.webp);
}

.p-business {
  height: auto;
  position: relative;
  background: #f7f7f7;
}
.p-business .c-page-title {
  background-image: url(../img/business/bg-business.jpg.webp);
}

.p-news .c-page-title {
  background-image: url(../img/news/bg-news.jpg.webp);
}
@media screen and (min-width: 1025px) {
  .p-news .p-sub__inner {
    max-width: 94rem;
  }
}
@media screen and (min-width: 768px) {
  .p-news .c-news__tab {
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.p-news__title {
  font-size: var(--f-size-h2);
  line-height: var(--l-height-h2);
  font-weight: bold;
  margin-bottom: 2rem;
}
.p-news__info {
  display: flex;
  align-items: center;
  padding: 0.4rem 0;
  gap: 1.5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news__info {
    flex-wrap: wrap;
    margin-bottom: 6rem;
  }
}
.p-news__info-date {
  font-family: var(--font-en);
  font-weight: bold;
  font-size: var(--f-size-base);
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #b7b7b7;
}
.p-news__info-share {
  display: flex;
  align-items: center;
  font-family: var(--font-en);
  font-size: 1.3rem;
  column-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-news__info-share {
    width: 100%;
  }
}
.p-news__info-share li.link {
  padding-left: 1.7rem;
  border-left: 0.15rem solid #E1E6EC;
}
.p-news__info-share li a .icon-svg {
  width: 2.5rem;
  height: auto;
}
@media (hover: hover) {
  .p-news__info-share li a:hover {
    opacity: 1;
  }
}
.p-news__info-share li .copyurl-tooltip {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  z-index: 1000;
}
.p-news__info-share li .copyurl-tooltip[aria-hidden=false] {
  opacity: 1;
  pointer-events: auto;
}
.p-news__info .p-news__info-share {
  margin: 0 0 0 auto;
}
.p-news__article {
  margin-bottom: 6rem;
}
.p-news__btn {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-news__btn {
    margin-top: 2rem;
  }
}
.p-news__btn .c-btn--black {
  margin: 0 auto;
}

/* page
共通
----------------------------------------*/
/* 関数
----------------------------------------*/
.p-home__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-home__bg figure,
.p-home__bg picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-home__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-home__bg img {
    width: 37.5rem;
    height: 58rem;
    object-position: top;
  }
}
.p-home__bg iframe {
  min-height: 120vh;
  min-width: 120vw;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-home__bg iframe {
    min-height: 83vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home__bg iframe {
    min-height: 83vh;
    top: -4%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .p-home__bg {
    min-height: 83vh;
  }
}
@media screen and (max-width: 767px) {
  .p-home__bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: 11;
    pointer-events: none;
    height: 77vh;
  }
}

/*
kv内はPCもvw指定
*/
.p-home-kv {
  display: flex;
  width: 100%;
  padding-block: 12rem 8rem;
  overflow: hidden;
  align-items: flex-end;
  min-height: 76.9rem;
}
@media screen and (max-width: 767px) {
  .p-home-kv {
    min-height: 80rem;
    padding: 10rem 0;
  }
}
@media screen and (min-width: 1241px) {
  .p-home-kv {
    min-height: 100vh !important;
  }
}
.p-home-kv__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.p-home-kv__bg figure,
.p-home-kv__bg picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-home-kv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-home-kv__bg img {
    width: 37.5rem;
    height: 58rem;
    object-position: top;
  }
}
.p-home-kv__bg iframe {
  min-height: 120vh;
  min-width: 120vw;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-home-kv__bg iframe {
    min-height: 83vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home-kv__bg iframe {
    min-height: 83vh;
    top: -4%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-home-kv__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
}
.p-home-kv__bg figure img {
  width: 100%;
  height: 100%;
}
.p-home-kv__bg iframe {
  min-height: 123vh;
}
@media screen and (max-width: 1024px) {
  .p-home-kv__bg iframe {
    min-height: 83vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home-kv__bg iframe {
    min-height: 123vh;
    top: 0% !important;
  }
}
.p-home-kv__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  position: relative;
  z-index: 2;
  color: var(--color-white);
}
.p-home-kv__inner h1 {
  font-size: 5.4rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-home-kv__inner h1 {
    font-size: 3.8rem;
  }
}
.p-home-kv__inner h1 .text-s {
  display: inline-block;
  font-size: 3.6rem !important;
}
@media screen and (max-width: 767px) {
  .p-home-kv__inner h1 .text-s {
    font-size: 2.8rem !important;
  }
}
.p-home-kv__inner h1 .text-l {
  font-size: 7.5rem !important;
}
@media screen and (max-width: 767px) {
  .p-home-kv__inner h1 .text-l {
    font-size: 5rem !important;
  }
}
.p-home-kv__inner h1 .text-blue {
  color: var(--color-sub-1);
}
.p-home-kv__inner h1 img {
  max-width: 68rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-home-kv__inner h1 img {
    max-width: 27.4rem;
  }
}
.p-home-kv__inner p {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-home-kv__inner p {
    margin-top: 2.5rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}

.p-home-company {
  display: flex;
  width: 100%;
  padding-block: 12rem 8rem;
  overflow: hidden;
  background-color: #000000;
  color: var(--color-white);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-company {
    min-height: 80rem;
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company figure::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: 11;
    pointer-events: none;
    height: 58rem;
  }
}
.p-home-company__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-home-company__bg figure,
.p-home-company__bg picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-home-company__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-home-company__bg img {
    width: 37.5rem;
    height: 58rem;
    object-position: top;
  }
}
.p-home-company__bg iframe {
  min-height: 120vh;
  min-width: 120vw;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-home-company__bg iframe {
    min-height: 83vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company__bg iframe {
    min-height: 83vh;
    top: -4%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-home-company__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 11;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-home-company__bg::after {
    background: none;
  }
}
.p-home-company__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .p-home-company__inner {
    /*top: 82%;*/
    padding-inline: 2.6rem;
    max-width: 100%;
    flex-direction: column;
    gap: 6rem;
  }
}
.p-home-company__inner h3 {
  margin-top: 5.7rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-company__inner h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company__inner h3 {
    margin-top: 22.8rem;
  }
}
.p-home-company__btn {
  margin-top: 3rem;
}
.p-home-company__movie {
  margin-bottom: -1rem;
}
.p-home-company__movie img {
  width: 47rem;
  height: 18.1rem;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-home-company__movie img {
    width: 38rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company__movie img {
    width: 32.2rem;
    height: 21.8rem;
  }
}
.p-home-company__movie button {
  position: relative;
  max-width: 47rem;
  transition: opacity 0.3s;
}
.p-home-company__movie button::before {
  animation: ripple-blue 1.5s infinite;
}
@media (hover: hover) {
  .p-home-company__movie button:hover::before {
    opacity: 1;
  }
  .p-home-company__movie button:hover figure img {
    transform: scale(1.1);
  }
}
.p-home-company__movie button::before {
  content: "";
  position: absolute;
  top: -17%;
  left: -6%;
  width: 6rem;
  height: 6rem;
  background-image: url("../img/common/btn-video.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home-company__movie button::before {
    width: 4.2rem;
    height: 4.2rem;
    top: -4%;
    left: -2%;
  }
}
.p-home-company__movie button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 71, 152, 0.5);
  z-index: 1;
  border-radius: 1rem;
}
.p-home-company__movie button-bg {
  overflow: hidden;
  border-radius: 1.5rem;
}
.p-home-company__movie button-bg img {
  transition: transform 0.5s;
}
.p-home-company__movie-title {
  display: flex;
  align-items: center;
  gap: 8.7rem;
  position: absolute;
  padding-inline: 3rem 7.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .p-home-company__movie-title {
    gap: 4.7rem;
    padding-inline: 3rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company__movie-title {
    padding-inline: 2rem 3.9rem;
  }
}
.p-home-company__movie-title img {
  width: 19.3rem;
  height: 11.5rem;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-home-company__movie-title img {
    width: 14.3rem;
    height: 8.5rem;
  }
}
.p-home-company__movie-text {
  position: relative;
  display: inline-block;
  color: var(--color-white);
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-home-company__movie-text {
    font-size: 1.2rem;
  }
}
.p-home-company__movie-text::before {
  content: "";
  position: absolute;
  background: url("../img/home/btn-video-text.svg") no-repeat;
  background-size: 100%;
  width: 11.6rem;
  height: 11.6rem;
  left: -40%;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform-origin: center center;
  transform: rotate(0deg);
  animation: spin 15s linear infinite;
  transition: 0.3s ease;
  z-index: -1;
}
@media (hover: hover) {
  .p-home-company__movie-text:hover::before {
    transform: rotate(0deg) scale(1.3);
  }
}

/*
kv内はPCもvw指定
*/
.p-home-business {
  display: flex;
  width: 100%;
  padding-block: 12rem 8rem;
  overflow: hidden;
  background-color: #000000;
  color: var(--color-white);
}
@media screen and (max-width: 767px) {
  .p-home-business {
    min-height: 80rem;
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business .p-home__bg::after {
    min-height: 87vh;
  }
}
.p-home-business__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.p-home-business__bg figure,
.p-home-business__bg picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-home-business__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-home-business__bg img {
    width: 37.5rem;
    height: 58rem;
    object-position: top;
  }
}
.p-home-business__bg iframe {
  min-height: 120vh;
  min-width: 120vw;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-home-business__bg iframe {
    min-height: 83vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__bg iframe {
    min-height: 83vh;
    top: -4%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.p-home-business__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-home-business__bg iframe {
    min-height: 88vh !important;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__bg img {
    height: 50rem;
    object-fit: cover;
  }
}
.p-home-business__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  display: flex;
  justify-content: center;
  gap: 2.8rem;
  align-items: center;
  z-index: 15;
}
@media screen and (max-width: 767px) {
  .p-home-business__inner {
    padding-inline: 2.6rem;
    max-width: 100%;
    flex-direction: column;
    gap: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-home-business__inner h2 {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__inner h2 {
    margin-bottom: 0;
  }
}
.p-home-business__inner h3 {
  margin-top: 22.7rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-business__inner h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__inner h3 {
    margin-top: 22.8rem;
  }
}
.p-home-business__link {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home-business__link {
    gap: 1rem;
  }
}
.p-home-business__link-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.p-home-business__link-item img {
  transition: transform 0.5s;
}
@media (hover: hover) {
  .p-home-business__link-item:hover {
    opacity: 0.9;
  }
  .p-home-business__link-item:hover img {
    transform: scale(1.1);
  }
  .p-home-business__link-item:hover .p-home-business__link-btn div::after {
    transform: translateY(-50%) scale(1.5);
  }
}
.p-home-business__link-item:first-of-type {
  margin-bottom: 10rem;
}
@media screen and (max-width: 1024px) {
  .p-home-business__link-item:first-of-type {
    margin-bottom: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__link-item:first-of-type {
    margin-bottom: 7rem;
  }
}
.p-home-business__link-item:last-of-type {
  margin-top: 10rem;
}
@media screen and (max-width: 1024px) {
  .p-home-business__link-item:last-of-type {
    margin-top: 5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__link-item:last-of-type {
    margin-top: 5rem;
  }
}
.p-home-business__link-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 103, 221) 100%);
  z-index: 1;
  pointer-events: none;
  border-radius: 0.5rem;
}
.p-home-business__link img {
  width: 28.7rem;
  height: 46.4rem;
  object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .p-home-business__link img {
    width: 33.7rem;
    height: 37.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__link img {
    width: 15.6rem;
    height: 30.5rem;
  }
}
.p-home-business__link-content {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home-business__link-content {
    left: 1.7rem;
  }
}
.p-home-business__link-content h4 {
  color: var(--color-white);
  font-size: var(--f-size-h4);
  font-weight: bold;
  line-height: var(--l-height-h4);
}
@media screen and (max-width: 1024px) {
  .p-home-business__link-content h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-business__link-content h4 {
    font-size: var(--f-size-h4);
  }
}
.p-home-business__link-btn {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-home-business__link-btn {
    margin-top: 1.2rem;
  }
}
.p-home-business__link-btn::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--color-white);
  border-radius: 50%;
  top: 50%;
  left: 1.8rem;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-home-business__link-btn::before {
    left: 1.5rem;
  }
}
.p-home-business__link-btn > div {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none !important;
  appearance: none;
  transition: 300ms;
  outline: none;
  max-width: 100%;
  justify-content: flex-start;
  position: relative;
  max-width: 100%;
  width: 15.1rem;
  min-height: 4.8rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 1.2rem 4rem 1rem 3rem;
  color: var(--color-white);
  background: transparent;
  border: 0.1rem solid var(--color-white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-home-business__link-btn > div {
    width: 12.3rem;
    height: 4.2rem;
    font-size: 1rem;
    padding: 1.4rem 4.8rem 1.3rem 2.3rem;
  }
}
.p-home-business__link-btn > div::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-image: url(../img/common/ico-arrow-blue.svg);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-home-business__link-btn > div::before {
    right: 1.6rem;
  }
}
.p-home-business__link-btn > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) scale(1);
  background-color: var(--color-white);
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  right: 1.3rem;
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .p-home-business__link-btn > div::after {
    width: 1.8rem;
    height: 1.8rem;
    right: 1.2rem;
  }
}

.p-home-project {
  display: flex;
  width: 100%;
  padding-block: 12rem 8rem;
  overflow: hidden;
  background-color: var(--color-bg-sub-4);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-project {
    min-height: 80rem;
    padding: 10rem 0;
  }
}
.p-home-project__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
.p-home-project__inner::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -9%;
  width: 122rem;
  height: 117.4rem;
  background-image: url(../img/home/bg-project.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-home-project__inner::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-home-project__inner::before {
    width: 47.3rem;
    height: 45.5rem;
    top: 1%;
    right: -18%;
  }
}
@media screen and (max-width: 767px) {
  .p-home-project__inner {
    max-width: 100%;
  }
}
.p-home-project__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-project__text {
    padding-inline: 2.6rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-home-project__text .c-title {
  margin-bottom: 4rem;
}
.p-home-project__text h2 {
  color: var(--color-main);
}
.p-home-project__text p {
  font-size: var(--f-size-base);
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-home-project__text p {
    margin-top: 0;
  }
}
.p-home-project__slide {
  max-width: 118rem;
  margin-left: 9rem;
}
@media screen and (max-width: 767px) {
  .p-home-project__slide {
    margin-left: 2.6rem;
    margin-top: 6.8rem;
  }
}
.p-home-project__slide-item {
  width: 32rem;
}
.p-home-project__slide-item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-home-project__slide-item h3,
.p-home-project__slide-item p {
  width: fit-content;
}
.p-home-project__slide-item h3 {
  margin-top: 2.4rem;
  font-size: 1.8rem;
}
.p-home-project__slide-item p {
  margin-top: 1.7rem;
  font-size: 1.4rem;
}
.p-home-project__btn {
  margin-top: 5rem;
  margin-left: 9rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-project__btn {
    margin-top: 6rem;
    margin-left: 0;
    flex-direction: column;
    gap: 5rem;
  }
}
.p-home-project__btn .c-btn--black {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-home-project__btn .c-btn--black {
    margin: 2rem auto 0;
  }
}
.p-home-project__btn .splide__box {
  max-width: 53rem;
  padding-inline: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-project__btn .splide__box {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-home-project__btn .splide__box {
    width: 68vw;
    margin: 0 auto;
  }
}
.p-home-project__btn .splide__box .my-slider-progress {
  width: 100%;
  left: 0;
}
.p-home-project__btn .splide__box .my-slider-progress::after {
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
}
.p-home-project__btn .splide__box .my-slider-progress .my-slider-progress-bar {
  top: -0.1rem;
  left: 0;
  bottom: 0;
}
.p-home-project__btn .splide__box .splide__arrow--prev {
  left: -3.5rem;
  color: transparent;
}
.p-home-project__btn .splide__box .splide__arrow--next {
  right: -3.5rem;
  color: transparent;
}

.p-home-recruit {
  display: flex;
  width: 100%;
  padding-block: 12rem 8rem;
  overflow: hidden;
  background-color: #000000;
  color: var(--color-white);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-recruit {
    min-height: 80rem;
    padding: 10rem 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit {
    padding-bottom: 15rem;
  }
}
.p-home-recruit__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-home-recruit__bg figure,
.p-home-recruit__bg picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-home-recruit__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__bg img {
    width: 37.5rem;
    height: 58rem;
    object-position: top;
  }
}
.p-home-recruit__bg iframe {
  min-height: 120vh;
  min-width: 120vw;
  aspect-ratio: 16/9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-home-recruit__bg iframe {
    min-height: 83vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit__bg iframe {
    min-height: 83vh;
    top: -4%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit__bg iframe {
    min-height: 82vh !important;
  }
}
.p-home-recruit__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 1;
  pointer-events: none;
  z-index: 10;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__bg::after {
    height: 87vh;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 85%);
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit__bg img {
    height: 50rem;
    object-fit: cover;
  }
}
.p-home-recruit__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 3rem;
  z-index: 15;
}
@media screen and (max-width: 1024px) {
  .p-home-recruit__inner {
    padding-right: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit__inner {
    padding-right: 0;
    flex-direction: column;
    gap: 10rem;
  }
}
.p-home-recruit__inner h3 {
  margin-top: 19rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .p-home-recruit__inner h3 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit__inner h3 {
    margin-top: 22.8rem;
  }
}
.p-home-recruit__btn {
  color: var(--color-white);
  font-size: 1.4rem;
  margin-bottom: 9rem;
}
@media screen and (max-width: 767px) {
  .p-home-recruit__btn {
    margin: 0 auto;
  }
}
.p-home-recruit__btn a {
  position: relative;
  display: inline-block;
}
.p-home-recruit__btn a::before {
  content: "";
  position: absolute;
  background: url("../img/home/btn-recruit-text.svg") no-repeat;
  background-size: 100%;
  width: 18.6rem;
  height: 18.53rem;
  left: -45%;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transform-origin: center center;
  transform: rotate(0deg);
  animation: spin 15s linear infinite;
  transition: 0.3s ease;
  z-index: -1;
}
.p-home-recruit__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  transition: width 0.5s ease, height 0.5s ease, transform 0.5s ease;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .p-home-recruit__btn a::after {
    width: 13.2rem;
    height: 13.2rem;
    transform: translate(-50%, -50%) scale(1);
  }
}
@media (hover: hover) {
  .p-home-recruit__btn a:hover {
    opacity: 1;
  }
  .p-home-recruit__btn a:hover::before {
    transform: rotate(0deg) scale(1.3);
  }
  .p-home-recruit__btn a:hover::after {
    width: 13.2rem;
    height: 13.2rem;
    transform: translate(-50%, -50%) scale(1);
  }
}

.p-home-news {
  display: flex;
  width: 100%;
  padding-block: 12rem 8rem;
  overflow: hidden;
  background-color: var(--color-bg-sub-4);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-news {
    min-height: 80rem;
    padding: 10rem 0;
  }
}
.p-home-news__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
}
@media screen and (max-width: 767px) {
  .p-home-news__inner {
    max-width: 100%;
    padding-inline: 2.6rem;
  }
}
.p-home-news__box {
  display: flex;
  gap: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-home-news__box {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__box .c-title {
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__box .c-text {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__box-item:first-child {
    display: contents;
    order: 1;
  }
}
.p-home-news__box-item:last-child {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-home-news__box-item:last-child {
    order: 2;
  }
}
.p-home-news__box-item .c-news__tab {
  padding-left: 2rem;
  padding-top: 5rem;
}
@media screen and (max-width: 1240px) {
  .p-home-news__box-item .c-news__tab {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home-news__box-item .c-news__tab {
    padding-top: 0;
  }
}
.p-home-news__btn {
  margin-top: 21.4rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home-news__btn {
    order: 3;
    flex-direction: column;
    gap: 5rem;
    margin: 5rem auto 0;
  }
}
.p-home-news__btn .c-btn--black {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-home-news__btn .c-btn--black {
    margin: 0 auto;
  }
}

/* page
共通
----------------------------------------*/
.p-sub__contents {
  background: var(--color-bg-sub-4);
  overflow: hidden;
}
.p-sub__inner {
  margin-inline: auto;
  width: var(--content-width);
  max-width: var(--content-max-width);
  padding-top: 10rem;
  padding-bottom: 10rem;
  z-index: 1;
}
.p-sub__list {
  position: relative;
}
.p-sub__list > .c-card {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-sub__list > .c-card {
    margin-left: 0;
  }
}
.p-sub__list--lineup::after, .p-sub__list--category::after {
  content: "LINEUP";
  position: absolute;
  bottom: -11rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  white-space: nowrap;
  width: 100vw;
  pointer-events: none;
  mix-blend-mode: overlay;
  text-align: right;
  font-family: var(--font-en);
  font-size: 23.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .p-sub__list--lineup::after, .p-sub__list--category::after {
    font-size: 10rem;
    bottom: -5.5rem;
  }
}
.p-sub__list--category::after {
  content: "CATEGORY";
}
.p-sub__list--category .c-card {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-sub__list--category .c-card {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-sub__list--category .c-card {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-sub__list--category .c-card__item {
  display: flex;
  background-color: var(--color-white);
  border-left: solid 2px var(--color-sub-1);
  min-height: 21rem;
}
@media screen and (max-width: 1024px) {
  .p-sub__list--category .c-card__item {
    min-height: 17rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__list--category .c-card__item {
    min-height: 11rem;
  }
}
.p-sub__list--category .c-card__item a {
  display: block;
  width: 100%;
  padding: 2.5rem 2.5rem 2.5rem 21rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-sub__list--category .c-card__item a {
    padding: 2.5rem 2.5rem 2.5rem 17rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__list--category .c-card__item a {
    padding: 1.5rem 1.5rem 1.5rem 11rem;
  }
}
@media (hover: hover) {
  .p-sub__list--category .c-card__item a:hover {
    opacity: 1 !important;
  }
}
@media (hover: hover) {
  .p-sub__list--category .c-card__item a:hover::after {
    opacity: 1;
    transform: scale(1.2);
  }
}
.p-sub__list--category .c-card__item a figure {
  width: 16rem;
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
}
.p-sub__list--category .c-card__item a figure::before, .p-sub__list--category .c-card__item a figure::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-sub__list--category .c-card__item a figure {
    width: 12rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__list--category .c-card__item a figure {
    width: 8rem;
    top: 1.5rem;
    left: 1.5rem;
  }
}
.p-sub__list--category .c-card__item a::before {
  content: "";
  position: absolute;
  bottom: 0.3rem;
  right: 0.8rem;
  transform: translateY(-50%);
  width: 0.85rem;
  height: 0.85rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-sub__list--category .c-card__item a::before {
    width: 0.65rem;
    height: 0.65rem;
    right: 0.3rem;
    bottom: 0;
  }
}
.p-sub__list--category .c-card__item a::after {
  content: "";
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  transform: scale(1);
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .p-sub__list--category .c-card__item a::after {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.p-sub__list--category .c-card__title {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: --f-size-h5;
  color: var(--color-sub-1);
}
.p-sub__list--category .c-card p {
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-sub__list--category .c-card p {
    font-size: 1.2rem;
    margin: 0;
  }
}
.p-sub__list--rel .c-card {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-sub__list--rel .c-card {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-sub__list--rel .c-card {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-sub__list--rel .c-card__item p {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.p-sub__list--project .c-card__item p {
  margin-top: 0.5rem;
  font-size: 1.4rem;
}
.p-sub__list--col2 .c-card {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem 4rem;
}
@media screen and (max-width: 1024px) {
  .p-sub__list--col2 .c-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__list--col2 .c-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 1.6rem;
  }
}
.p-sub__list--col2 .c-card__item img {
  aspect-ratio: 16/9;
}
.p-sub__list--col2 .c-card__title {
  font-size: var(--f-size-h4);
  line-height: var(--l-height-h4);
  font-weight: 600;
  margin-top: 1.8rem;
}
.p-sub__list--col2 .c-card__title span {
  display: block;
  font-size: var(--f-size-base);
  font-weight: 500;
  margin-top: 0.5rem;
}
.p-sub__list--col2 .c-card p {
  margin-top: 1.6rem;
}
.p-sub__list--col3 .c-card {
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 4rem;
}
@media screen and (max-width: 1024px) {
  .p-sub__list--col3 .c-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__list--col3 .c-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem 1.6rem;
  }
}
.p-sub__list--col3 .c-card__item img {
  aspect-ratio: 16/9;
}
.p-sub__list--col3 .c-card__title {
  font-size: var(--f-size-h4);
  line-height: var(--l-height-h4);
  font-weight: 600;
  margin-top: 1.8rem;
}
.p-sub__list--col3 .c-card__title span {
  display: block;
  font-size: var(--f-size-base);
  font-weight: 500;
  margin-top: 0.5rem;
}
.p-sub__list--col3 .c-card p {
  margin-top: 1.6rem;
}
.p-sub__lineup, .p-sub__category, .p-sub__rel {
  position: relative;
}
.p-sub__lineup > .c-card, .p-sub__category > .c-card, .p-sub__rel > .c-card {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-sub__lineup > .c-card, .p-sub__category > .c-card, .p-sub__rel > .c-card {
    margin-left: 0;
  }
}
.p-sub__lineup::after, .p-sub__category::after, .p-sub__rel::after {
  content: "LINEUP";
  position: absolute;
  bottom: -11rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  white-space: nowrap;
  width: 100vw;
  pointer-events: none;
  mix-blend-mode: overlay;
  text-align: right;
  font-family: var(--font-en);
  font-size: 23.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ffffff;
  line-height: 0.8;
}
@media screen and (max-width: 767px) {
  .p-sub__lineup::after, .p-sub__category::after, .p-sub__rel::after {
    font-size: 10rem;
    bottom: -5.5rem;
  }
}
.p-sub__category::after {
  content: "CATEGORY";
}
.p-sub__rel::after {
  content: "";
}
.p-sub__rel .c-card {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-sub__rel .c-card {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-sub__rel .c-card {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-project {
  overflow-x: hidden;
  background: var(--color-bg-sub-4);
}
.p-project .c-page-title {
  background-image: url(../img/project/bg-project.jpg.webp);
}

@media screen and (max-width: 767px) {
  .p-form .p-sub__inner {
    padding-bottom: 0;
  }
}
.p-form .c-form .wpcf7-spinner {
  display: none;
}
.p-form .c-form .wpcf7-not-valid-tip {
  background: none;
}
.p-form .c-form .c-btn--black {
  display: inline-block !important;
}
.p-form .c-page-title {
  background-image: url(../img/contact/bg-contact.jpg.webp);
}
.p-form .c-page-title__title::before {
  background: url(../img/common/ico-ttl-white.svg) no-repeat;
  background-size: 100% 100%;
}
.p-form__radio {
  display: flex;
  align-items: center;
  gap: 2rem;
  height: 6rem;
  background: var(--color-bg-sub-4) !important;
}
.p-form__radio label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 1.4rem;
}
.p-form__radio input[type=radio] {
  width: 1.6rem;
  height: 1.6rem;
}
.p-form__radio .wpcf7-radio span.wpcf7-list-item.first {
  margin-left: 0;
}
.p-form__contact {
  margin-left: 10rem;
}
@media screen and (max-width: 767px) {
  .p-form__contact {
    margin-top: 3rem;
    margin-left: 0;
  }
}
.p-form__contact-inner {
  max-width: 94rem;
  margin: 0 auto;
}
.p-form__contact input[type=text],
.p-form__contact input[type=number],
.p-form__contact input[type=tel],
.p-form__contact input[type=email],
.p-form__contact select,
.p-form__contact textarea {
  background: #fff;
  appearance: none;
  border: 1px solid #AAAAAA;
  width: 100%;
  border-radius: 0.5rem;
  font-family: inherit;
  height: 6rem;
  padding: 0 2.4rem;
  letter-spacing: 0.03em;
  display: block;
}
.p-form__contact input[type=text].is-error,
.p-form__contact input[type=number].is-error,
.p-form__contact input[type=tel].is-error,
.p-form__contact input[type=email].is-error,
.p-form__contact select.is-error,
.p-form__contact textarea.is-error {
  background-color: rgba(221, 0, 0, 0.1);
}
.p-form__contact select {
  background: url(../img/common/ico-arrow-down.svg) no-repeat right 1.5rem center;
}
.p-form__contact textarea {
  resize: vertical;
  height: 17.7rem;
  padding: 1.5rem 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-form__contact textarea {
    height: 14.5rem;
    padding: 1.5rem 2.2rem;
  }
}
.p-form__contact-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  margin: 4.6rem 0 2.3rem;
  row-gap: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-form__contact-item {
    display: block;
    font-size: 1.6rem;
    margin: 1.9rem 0 2rem;
  }
}
.p-form__contact-required {
  color: #FFF;
  background-color: #C40F32;
  padding-inline: 0.7rem;
  border-radius: 0.2rem;
  font-size: 1.2rem;
}
.p-form__contact dl {
  text-align: left;
  margin: 4.6rem 0 2.3rem;
}
@media screen and (max-width: 767px) {
  .p-form__contact dl {
    display: block;
    font-size: 1.6rem;
  }
  .p-form__contact dl + p {
    text-align: left;
  }
}
.p-form__contact dl dt {
  align-items: center;
  display: flex;
}
.p-form__contact dl dt.is-top {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-form__contact dl dt:not(:first-of-type) {
    margin-top: 1.9rem;
  }
}
.p-form__contact dl dt label {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 27rem;
  font-weight: 500;
  font-size: var(--f-size-base);
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-form__contact dl dt label {
    width: auto;
    margin-bottom: 0.7rem;
  }
}
.p-form__contact dl dd {
  width: calc(100% - 27rem);
  font-size: 1.4rem;
  line-height: 1.4;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .p-form__contact dl dd {
    width: auto;
    margin-bottom: 0.2rem;
  }
}
.p-form__contact dl dd ::placeholder {
  margin-top: 0.5rem;
  color: #D1D1D1;
  font-size: 1.4rem;
}
.p-form__contact-note {
  text-align: center;
  margin-top: 4rem !important;
}
.p-form__contact-btn {
  width: fit-content;
  margin: 4rem auto 0;
}
.p-form__contact-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.2rem;
  transform: translateY(-50%);
  width: 0.7rem;
  height: 0.7rem;
  background-image: url(../img/common/ico-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-form__contact-btn::before {
    right: 2.9rem;
  }
}
.p-form__contact-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.8rem;
  transform: translateY(-50%) scale(1);
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: var(--color-sub-1);
  z-index: 1;
  transition: transform 0.5s;
}
@media screen and (max-width: 767px) {
  .p-form__contact-btn::after {
    right: 1.5rem;
  }
}
@media (hover: hover) {
  .p-form__contact-btn:hover {
    opacity: 1;
  }
  .p-form__contact-btn:hover::after {
    transform: translateY(-50%) scale(1.5);
  }
}
.p-form__birthday p {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: var(--color-bg-sub-4) !important;
}
.p-form__birthday p span.wpcf7-form-control-wrap:first-child {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-form__birthday p span.wpcf7-form-control-wrap:first-child {
    width: 9rem;
  }
}
.p-form__birthday p span.wpcf7-form-control-wrap:not(:first-child) {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .p-form__birthday p span.wpcf7-form-control-wrap:not(:first-child) {
    width: 6rem;
  }
}
.p-form__birthday p span {
  font-size: 1.4rem;
}

/* inview
----------------------------------------*/
[data-a-inview=inview] {
  opacity: 0;
  transition: all 1.2s ease-out;
}

[data-a-inview=inview][data-inview=true] {
  opacity: 1;
}

/* loding
----------------------------------------*/
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/* video_play
----------------------------------------*/
.js-video-bg {
  background-color: #000;
}

.js-video-bg .js-video-player {
  pointer-events: none;
  z-index: 1;
}

.js-video-bg .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: opacity 150ms linear;
  pointer-events: none;
  z-index: 3;
}

/*# sourceMappingURL=style.css.map */
