@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Barlow+Condensed:wght@500;600&family=Ysabeau:wght@700&display=swap";
:root {
  --white: #fff;
  --gray: #838388;
  --black: #03071d;
  --light_blue: #e6f0ff;
  --corporate_blue: #004ea2;
  --sub: #e6f0ff;
  --line: #d7d7d7;
  --bg: #f2f6fa;
  --alert: #ee0e21;
  --bg_alert: #ffe8e8;
  --tag_news: #004ea2;
  --tag_press: #fdd000;
  --tag_event: #e6f0ff;
  --tag_public: #20bbd2;
  --corp_Bg: #f4f8fb;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
dl,
dt,
dd,
form,
figure {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
strong {
  font-weight: normal;
}
table,
td,
th,
tr,
thead,
tbody {
  border: none;
}
table th {
  text-align: left;
  font-weight: normal;
}
table {
  border-collapse: collapse;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
a img {
  border: none;
}
img {
  vertical-align: bottom;
}
textarea {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
}
select {
  font-size: 1em;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}
header,
footer,
section,
nav,
main,
figure,
figcaption,
time,
small {
  display: block;
}
input[type="submit"],
input[type="image"] {
  border: none;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input::placeholder,
textarea::placeholder {
  color: #999;
}
button {
  border: none;
  margin: 0;
  cursor: pointer;
}
input[type="submit"],
input[type="image"],
input[type="reset"] {
  cursor: pointer;
}
address {
  font-style: normal;
}
.satori__input_group input,
.satori__input_group button,
.satori__input_group select,
.satori__input_group textarea {
  all: revert;
}
.satori__input_group input::-moz-placeholder,
.satori__input_group textarea::-moz-placeholder {
  all: revert;
}
.satori__input_group input::placeholder,
.satori__input_group textarea::placeholder {
  all: revert;
}
.satori__input_group address {
  all: revert;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  scroll-padding-top: 30px;
}
body {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--black);
  position: relative;
}
body::before {
  content: "";
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  z-index: -1;
}
body.scrollLock {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  body:has(.header__nav__item:hover > .menu__wrap)::before {
    opacity: 1;
    background: rgba(3, 7, 29, 0.4);
    z-index: 99;
  }
}
a {
  color: var(--black);
}
@media screen and (min-width: 901px) {
  a {
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
}
img {
  max-width: 100%;
  height: auto;
}
.main {
  overflow: hidden;
}
.main__inner {
  position: relative;
  overflow: visible;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service .modArticle h2,
.service .modArticle h3 {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  position: relative;
}
.service .modArticle h2 {
  margin: 0 0 40px;
  padding: 0 0 17px;
  font-size: 34px;
  font-size: 3.4rem;
}
@media screen and (max-width: 900px) {
  .service .modArticle h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.service .modArticle h2::before,
.service .modArticle h2::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.service .modArticle h2::before {
  width: 100%;
  height: 1px;
  background: var(--line);
  bottom: 1px;
}
.service .modArticle h2::after {
  width: 152px;
  height: 3px;
  background: var(--corporate_blue);
  bottom: 0;
}
.service .modArticle h3 {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 64px 0 40px;
  font-size: 28px;
  font-size: 2.8rem;
}
.service .modArticle h3::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  background: var(--corporate_blue);
}
@media screen and (max-width: 900px) {
  .service .modArticle h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.service .modArticle h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  margin: 0 0 8px;
}
@media screen and (max-width: 900px) {
  .service .modArticle h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.service .modArticle p {
  margin: 32px 0;
}
.service .modArticle figure {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto;
}
.service .modArticle figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 680px;
  margin: auto;
  aspect-ratio: 680/383;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.service .modArticle figure figcaption {
  margin: 16px 0 0;
}
.service .modArticle ul {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 32px 0 32px auto;
}
.service .modArticle ul > .item {
  display: flex;
  flex-wrap: wrap;
}
.service .modArticle ul > .item::before {
  content: "";
  display: inline-block;
  margin: 14px 6px;
  width: 4px;
  height: 4px;
  aspect-ratio: 1;
  background: var(--black);
  border-radius: 50%;
}
.service .modArticle ul > .item > * {
  width: calc(100% - 16px);
  margin: 0 0 0 auto;
}
.service .modArticle ul > .item .item__inner {
  display: grid;
  gap: 4px 0;
}
.service .modArticle a {
  display: inline;
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modArticle a:hover {
  color: var(--corporate_blue);
  text-decoration-color: rgba(0, 0, 0, 0);
}
.service .modArticle .modTable__title {
  margin-bottom: 8px;
}
.service .modArticle__colImg {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 32px 0;
}
@media screen and (max-width: 900px) {
  .service .modArticle__colImg {
    justify-content: center;
  }
}
@media screen and (min-width: 901px) {
  .service .modArticle__colImg__item {
    width: calc(50% - 12px);
  }
}
.service .modArticle__colImg__item figure {
  width: initial;
  margin: 0;
}
.service .modArticle__colImg__item figure img {
  max-width: initial;
  aspect-ratio: 504/284;
  border-radius: 8px;
}
.service .modArticle__img {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 504/158;
  max-width: 504px;
}
.service .modArticle__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 504/158) {
  .service .modArticle__img {
    position: relative;
  }
  .service .modArticle__img::before {
    float: left;
    content: "";
    padding-top: 31.35%;
  }
  .service .modArticle__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .service .modArticle__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.service .modArticle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: 504/158 !important;
}
.service .modArticle .modBoxText p {
  margin: 0;
}
.service .modArticle__comment {
  display: grid;
  margin: 32px 0;
}
.service .modArticle__comment:has(> .item) {
  gap: 32px;
}
.service .modArticle__comment > li.item {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px 40px;
}
@media screen and (max-width: 900px) {
  .service .modArticle__comment > li.item {
    flex-direction: column;
  }
}
.service .modArticle__comment > li.item::before {
  content: none;
}
.service .modArticle__comment > li.item > * {
  width: 100%;
  margin: 0;
}
.service .modArticle__comment > li.item .item__icon {
  display: grid;
  align-content: start;
  gap: 8px;
}
@media screen and (min-width: 901px) {
  .service .modArticle__comment > li.item .item__icon {
    max-width: 150px;
  }
}
.service .modArticle__comment > li.item .item__icon__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .service .modArticle__comment > li.item .item__icon__img {
    margin: auto;
  }
}
.service .modArticle__comment > li.item .item__icon__img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}
.service .modArticle__comment > li.item .item__icon__name {
  text-align: center;
}
.service .modArticle__comment > li.item .item__content {
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 24px;
  background: var(--bg);
  position: relative;
}
.service .modArticle__comment > li.item .item__content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 32px;
  height: 32px;
  background: var(--bg);
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_rounded_triangle.svg")
    no-repeat center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_rounded_triangle.svg")
    no-repeat center/100% 100%;
  position: absolute;
}
@media screen and (min-width: 901px) {
  .service .modArticle__comment > li.item .item__content::before {
    top: 20px;
    right: calc(100% - 10px);
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 900px) {
  .service .modArticle__comment > li.item .item__content::before {
    bottom: calc(100% - 10px);
    left: 50%;
    transform: rotate(-90deg) translateY(-50%);
  }
}
.service .modArticle__comment > li.item .item__content p {
  margin: 0;
}
@media screen and (min-width: 901px) {
  .service .modArticle__comment > li.item--reverse .item__icon {
    order: 1;
  }
}
@media screen and (min-width: 901px) {
  .service .modArticle__comment > li.item--reverse .item__content::before {
    left: calc(100% - 10px);
    transform: initial;
  }
}
.service .modArticle__bgBlue {
  background: var(--bg);
  border-radius: 8px;
  margin: 32px 0;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .service .modArticle__bgBlue {
    padding: 40px 20px;
  }
}
.service .modArticle__bgBlue h3 {
  margin: 32px 0 16px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 900px) {
  .service .modArticle__bgBlue h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.service .modArticle__bgBlue h3::before {
  content: none;
}
.service .modArticle__bgBlue h3:first-child {
  margin-top: initial;
}
.service .modArticle__bgBlue h3:last-child {
  margin-bottom: initial;
}
.service .modArticle__bgBlue p {
  margin: 0;
}
.service .modArticle .modListUl > .item .item__inner {
  display: initial;
}
.service .modBoxText {
  padding: 16px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol__inner {
    order: 3;
  }
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol__inner:has(.head) {
    order: 1;
  }
}
.service .modBoxTextCol__inner:first-of-type {
  margin-top: 0;
}
.service .modBoxTextCol__inner:last-child {
  margin-bottom: 0;
}
.service .modBoxTextCol__inner .modLinkText {
  margin-top: 24px;
}
.service .modBoxTextCol__inner + .modBoxTextCol__inner {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol__inner + .modBoxTextCol__inner {
    margin-top: 24px;
  }
}
.service .modBoxTextCol .img {
  float: left;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol .img {
    width: 48.8372093023%;
    min-height: 200px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol .img {
    order: 2;
  }
}
.service .modBoxTextCol .img img {
  width: 100%;
}
.service .modBoxTextCol .img--movie {
  display: block;
  aspect-ratio: 504/283;
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol .img--movie {
    width: 100%;
    height: 100%;
  }
}
.service .modBoxTextCol .head {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol .head:has(.modHeadingNum--bubble) {
    gap: 16px;
  }
}
.service .modBoxTextCol .head__title {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol .head__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.service .modBoxTextCol .head__title--large {
  font-size: 40px;
  font-size: 4rem;
}
.service .modBoxTextCol .subSection {
  display: grid;
  gap: 8px;
}
.service .modBoxTextCol .subSection__title {
  font-weight: 700;
  margin-top: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol .subSection__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.service .modBoxTextCol__additionCol {
  clear: both;
  display: flex;
  gap: 64px;
  padding-top: 64px;
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol__additionCol {
    order: 999999;
    flex-direction: column;
    padding-top: 40px;
  }
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol__additionCol .item {
    width: calc((100% - 64px) / 2);
  }
}
.service .modBoxTextCol__additionCol .item:nth-child(even) {
  position: relative;
}
.service .modBoxTextCol__additionCol .item:nth-child(even)::before {
  content: "";
  position: absolute;
  background: var(--line);
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol__additionCol .item:nth-child(even)::before {
    top: 0;
    left: -32px;
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol__additionCol .item:nth-child(even)::before {
    top: -32px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.service .modBoxTextCol__additionCol .item__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
}
.service .modBoxTextCol__additionCol .item__img {
  margin: 16px 0;
}
.service .modBoxTextCol__additionCol .item__img img {
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol--nonSwitch .modBoxTextCol__inner {
    order: 2;
  }
}
.service .modBoxTextCol--border {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.service .modBoxTextCol--border .img {
  display: grid;
  place-content: center;
  border: none;
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol--border .img {
    max-width: 31.007751938%;
    height: 100%;
  }
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol--border .modBoxTextCol__inner {
    width: 63.9534883721%;
    margin-left: auto;
  }
}
.service .modBoxTextCol--reverse .img,
.service .modBoxTextCol--reverse .textContent {
  float: right;
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol--reverse .img,
  .service .modBoxTextCol--reverse .textContent {
    height: var(--parentHeight);
    line-height: var(--parentHeight);
    margin: 0 0 0 40px;
    width: 48.8372093023%;
  }
  .service .modBoxTextCol--reverse .img img,
  .service .modBoxTextCol--reverse .textContent img {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBoxTextCol--reverse .img,
  .service .modBoxTextCol--reverse .textContent {
    margin: 0 0 0 3.5vw;
    width: 42.8%;
  }
}
.service .modBoxTextCol--reverse .textContent {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol--reverse .textContent {
    margin-top: -40px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBoxTextCol--reverse .textContent {
    order: 4;
  }
}
.service .modBoxTextCol--reverse .textContent ~ .modBoxTextCol__inner {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 901px) {
  .service .modBoxTextCol--reverse .textContent ~ .modBoxTextCol__inner {
    margin-top: 24px;
  }
}
.service .modBoxTextCol--reverse .textContent__inner {
  display: grid;
  gap: 16px;
}
.service .modBoxTextCol--reverse .textContent__title {
  font-weight: 700;
}
.service .modBoxTextCol--reverse .textContent .modListUl ul {
  margin-top: 16px;
}
.service .modBoxWorry {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 40px 16px;
  background: var(--bg);
  border-radius: 8px;
  position: relative;
}
.service .modBoxWorry::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 54px solid rgba(0, 0, 0, 0);
  border-right: 54px solid rgba(0, 0, 0, 0);
  border-top: 30px solid var(--bg);
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .service .modBoxWorry {
    padding: 32px 20px;
  }
}
.service .modBoxWorry__title {
  width: 100%;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .service .modBoxWorry__title {
    padding: 0 22px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.service .modBoxWorry__title strong {
  font-weight: 700;
  color: var(--corporate_blue);
}
.service .modBoxWorry__list {
  display: grid;
  gap: 8px;
  margin: auto;
  font-weight: 700;
}
.service .modBoxWorry__list::after {
  content: "";
  display: block;
  width: 44px;
  height: 182px;
  background: url("/wp-content/themes/being/assets/img/service/common/il_worry.webp")
    no-repeat center;
  background-size: 100% auto;
  position: absolute;
}
@media screen and (min-width: 901px) {
  .service .modBoxWorry__list {
    max-width: calc(100% - 160px);
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
  .service .modBoxWorry__list::after {
    left: calc(100% + 32px);
    bottom: -40px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBoxWorry__list {
    gap: 16px;
  }
  .service .modBoxWorry__list::after {
    width: 23px;
    height: 109px;
    top: -13px;
    right: 15px;
  }
}
.service .modBoxWorry__list .item {
  display: flex;
  gap: 12px;
}
.service .modBoxWorry__list .item::before {
  content: "";
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  margin-top: 5px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check_circle.svg")
    no-repeat center;
  background-size: 100% auto;
}
.service .modBoxListCol {
  margin-top: 64px;
  border-radius: 8px;
  background: var(--white);
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .service .modBoxListCol {
    padding: 24px;
  }
}
.service .modBoxListCol__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .service .modBoxListCol__inner {
    flex-direction: column;
    gap: 48px;
  }
}
.service .modBoxListCol__item:first-child {
  flex: 1;
}
.service .modBoxListCol__item__inner .title {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 901px) {
  .service .modBoxListCol__item__inner .title {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
  }
}
.service .modBoxListCol__item__inner .list {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.service .modBoxListCol__item__inner .list__wrap {
  display: flex;
  margin-top: 16px;
}
@media screen and (min-width: 901px) {
  .service .modBoxListCol__item__inner .list__wrap {
    gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBoxListCol__item__inner .list__wrap {
    flex-direction: column;
    margin-top: 16px;
  }
}
.service .modBoxListCol__item__inner .list__wrap > .list {
  margin-top: 0;
}
.service .modBoxListCol__item__inner .list__wrap > .list:first-child {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .service .modBoxListCol__item__inner .list__wrap > .list + .list {
    margin-top: 2px;
  }
}
.service .modBoxListCol__item__inner .list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.service .modBoxListCol__item__inner .list__item::before {
  content: "・";
}
.service .modBoxListCol__item__inner .list__item small {
  font-size: 16px;
  font-size: 1.6rem;
}
.service .modBoxCol {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1170px) {
  .service .modBoxCol {
    flex-direction: column;
  }
}
.service .modBoxCol > .item {
  flex: 1;
  display: grid;
  align-content: start;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px 0;
  max-width: calc(50% - 12px);
  padding: 40px;
  background: var(--bg);
  border-radius: 8px;
}
.service .modBoxCol > .item .modBtnSecondary {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 1170px) {
  .service .modBoxCol > .item {
    grid-template-columns: initial;
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 900px) {
  .service .modBoxCol > .item {
    padding: 40px 20px;
  }
}
.service .modBoxCol > .item .item__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.service .modBoxCol > .item .item__call {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
}
.service .modBoxCol > .item .item__call::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_call.svg")
    no-repeat center center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_call.svg")
    no-repeat center center;
  background: var(--black);
}
.service .modBoxCol > .item .item__time {
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.service .modBoxCol > .item .item__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
}
.service .modBoxCol > .item .item__mail::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail_big.svg")
    no-repeat center center;
}
@media screen and (max-width: 900px) {
  .service .modBoxCol > .item .item__mail {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.service .modBoxCol > .item .item__link {
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 901px) {
  .service .modBoxCol > .item .item__link:hover {
    color: var(--corporate_blue);
    text-decoration-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 1170px) {
  .service .modBoxCol > .item .item__img {
    text-align: center;
  }
}
.service .modBoxCol > .item .item__img img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 1170px) {
  .service .modBoxCol > .item .item__img img {
    max-width: 600px;
  }
}
.service .modBoxCol > .item .item__img--oversized {
  width: 120%;
}
.service .modBoxCol > .item .item__title {
  width: 100%;
  padding: 5px;
  background: var(--white);
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.service .modBoxCol > .item .item__borderBox {
  display: grid;
  gap: 16px;
  margin-bottom: 32px;
  position: relative;
}
.service .modBoxCol > .item .item__borderBox::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--line);
  position: absolute;
  top: calc(100% + 24px);
}
.service .modBoxCol--logo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  .service .modBoxCol--logo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .service .modBoxCol--logo {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service .modBoxCol--logo .item {
  display: flex;
  flex-direction: column;
  gap: 27px;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 901px) {
  .service .modBoxCol--logo .item:first-child .item__img__wrapper {
    padding-top: 10px;
  }
}
.service .modBoxCol--logo .item__img {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  overflow: hidden;
  aspect-ratio: 248/60;
}
.service .modBoxCol--logo .item__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 248/60) {
  .service .modBoxCol--logo .item__img {
    position: relative;
  }
  .service .modBoxCol--logo .item__img::before {
    float: left;
    content: "";
    padding-top: 24.19%;
  }
  .service .modBoxCol--logo .item__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .service .modBoxCol--logo .item__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.service .modBoxCol--logo .item__img__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.service .modBoxCol--logo .item__img__wrapper:has(.item__img__cap) {
  padding-top: 10px;
  overflow: visible;
  position: relative;
}
.service .modBoxCol--logo .item__img__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  height: 23%;
}
@media screen and (min-width: 901px) {
  .service .modBoxCol--logo .item__img__cap {
    transform: translate(0, -50%);
  }
}
.service .modBoxCol--logo .item .modBtnSecondary {
  min-width: 100%;
}
.service .modBoxBlue {
  display: grid;
  gap: 16px;
  background: var(--bg);
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .modBoxBlue {
    padding: 40px 20px;
  }
}
.service .modBoxBlue__inner {
  display: grid;
  gap: 16px;
}
.service .modBoxBlue__title {
  display: inline-block;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
}
.service .modBreadCrumbs {
  white-space: nowrap;
  display: flex;
  max-width: 1400px;
  margin: auto;
}
.service .modBreadCrumbs__wrap {
  overflow-x: auto;
  margin: 120px auto 24px;
  padding: 0 134px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBreadCrumbs__wrap {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBreadCrumbs__wrap {
    margin-top: 100px;
    padding: 0 20px;
  }
  .service .modBreadCrumbs__wrap::-webkit-scrollbar {
    display: none;
  }
}
.service .modBreadCrumbs__item {
  padding: 0 20px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #b6b6b6;
  position: relative;
}
.service .modBreadCrumbs__item:after {
  content: "-";
  position: absolute;
  right: 8px;
}
.service .modBreadCrumbs__item:last-child::after {
  display: none;
}
.service .modBreadCrumbs__item > a {
  color: var(--gray);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modBreadCrumbs__item > a:hover {
  text-decoration-color: initial;
}
.service .modBreadCrumbs__item:first-child > a {
  color: var(--black);
}
.service .modBtnNormal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 658px;
  width: 100%;
  padding: 23px;
  background: var(--white);
  border-radius: 50px;
  border: 1px solid var(--white);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--corporate_blue);
  cursor: pointer;
}
.service .modBtnNormal::before,
.service .modBtnNormal::after {
  display: inline-block;
  width: 100%;
  max-width: 40px;
  aspect-ratio: 1;
  background: var(--corporate_blue);
  transition: transform 0.5s;
}
@media screen and (min-width: 901px) {
  .service .modBtnNormal:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--white);
  }
  .service .modBtnNormal:hover::before,
  .service .modBtnNormal:hover::after {
    background: var(--white);
    transform: translateX(4px);
  }
}
@media screen and (max-width: 900px) {
  .service .modBtnNormal {
    gap: 8px;
    padding: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 901px) {
  .service .modBtnNormal__wrap {
    display: flex;
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBtnNormal__wrap .modBtnNormal {
    margin-top: 16px;
  }
  .service .modBtnNormal__wrap .modBtnNormal:first-child {
    margin: 0 auto;
  }
}
.service .modBtnNormal__wrap--center {
  justify-content: center;
}
.service .modBtnNormal--mail::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail_big.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail_big.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .modBtnNormal--map::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_map.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_map.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .modBtnNormal--blank::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .modBtnNormal--download::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_download_big.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_download_big.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .modBtnSecondary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 23px;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 50px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modBtnSecondary .modIcon {
  width: 20px;
  height: 20px;
  background: var(--white);
  border: none;
}
.service .modBtnSecondary .modIcon::before {
  width: 100%;
  background: var(--black);
}
@media screen and (min-width: 901px) {
  .service .modBtnSecondary {
    min-width: 328px;
  }
  .service .modBtnSecondary:hover {
    background: var(--black);
    color: var(--white);
  }
  .service .modBtnSecondary:hover .modIcon {
    background: var(--black);
    transform: translateX(4px);
  }
  .service .modBtnSecondary:hover .modIcon::before {
    background: var(--white);
  }
}
@media screen and (max-width: 900px) {
  .service .modBtnSecondary {
    width: 100%;
    padding: 23px 16px;
  }
}
.service .modBtnSecondary--back .modIcon::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (min-width: 901px) {
  .service .modBtnSecondary--back:hover .modIcon {
    transform: translateX(-4px);
  }
}
.service .modBtnSecondary--blue {
  background: var(--corporate_blue);
  border-color: var(--corporate_blue);
  color: var(--white);
}
.service .modBtnSecondary--blue .modIcon {
  background: var(--corporate_blue);
}
.service .modBtnSecondary--blue .modIcon::before {
  background: var(--white);
}
@media screen and (min-width: 901px) {
  .service .modBtnSecondary--blue:hover {
    background: var(--white);
    color: var(--corporate_blue);
  }
  .service .modBtnSecondary--blue:hover .modIcon {
    background: var(--white);
  }
  .service .modBtnSecondary--blue:hover .modIcon::before {
    background: var(--corporate_blue);
  }
}
@media screen and (min-width: 901px) {
  .service .modBpPc {
    display: inherit;
  }
}
@media screen and (max-width: 900px) {
  .service .modBpPc {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .service .modBpPc--inline {
    display: inline;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBpPc--spTablet {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .service .modBpSp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .service .modBpSp {
    display: inherit;
  }
}
@media screen and (max-width: 900px) {
  .service .modBpSp--inline {
    display: inline;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBpSp--spTablet {
    display: inherit;
  }
}
.service .modSection {
  margin: 120px 0;
  padding: 0 134px;
}
.service .modSection:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modSection {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .service .modSection {
    margin: 100px 0;
    padding: 0 20px;
  }
  .service .modSection:first-child {
    margin-top: 80px;
  }
}
.service .modSection:not(:has(.modSection--bg)) {
  scroll-margin-top: 120px;
}
@media screen and (max-width: 900px) {
  .service .modSection:not(:has(.modSection--bg)) {
    scroll-margin-top: 100px;
  }
}
.service .modSection__inner {
  max-width: 1400px;
  margin: auto;
}
.service .modSection__inner > .modListTextNote {
  margin-top: 8px;
}
.service .modSection__content {
  display: grid;
  gap: 64px;
  grid-template-columns: minmax(0, 1fr);
  margin: 80px 0 0;
}
.service .modSection__content:first-child {
  margin-top: 0;
}
.service .modSection__content:has(> .contentItem--borderBox),
.service .modSection__content:has(> .modListNews) {
  gap: 32px;
}
.service .modSection__content__inner {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr);
}
.service .modSection__content__inner > .modListCol {
  margin: 0;
}
.service .modSection__content .contentItem {
  display: grid;
  justify-items: stretch;
  gap: 24px;
}
.service .modSection__content .contentItem__inner {
  display: grid;
  gap: 16px;
}
.service .modSection__content .contentItem__content {
  display: grid;
  gap: 8px;
}
.service .modSection__content .contentItem__content__title {
  font-weight: 700;
}
.service .modSection__content .contentItem--borderBox {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .modSection__content .contentItem--borderBox {
    padding: 20px;
  }
}
.service .modSection__content .contentItem--bg {
  background: var(--bg);
  border-radius: 8px;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .service .modSection__content .contentItem--bg {
    padding: 40px 20px;
  }
}
.service .modSection__content.swiper .modLinkText {
  margin-top: 32px;
}
.service .modSection__content--bg {
  background: var(--bg);
  border-radius: 8px;
  padding: 40px;
}
@media screen and (min-width: 901px) {
  .service .modSection__content--bg:has(> h2.modHeading) {
    padding: 80px;
  }
}
@media screen and (max-width: 900px) {
  .service .modSection__content--bg {
    padding: 80px 20px;
  }
}
.service .modSection__side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .service .modSection__side {
    max-width: 250px;
  }
}
@media screen and (min-width: 901px) {
  .service .modSection__side .modListCategory {
    flex-direction: column;
    align-items: flex-start;
  }
}
.service .modSection__articleIntro {
  margin: 40px 0 0;
  display: grid;
  gap: 32px;
}
.service .modSection:has(.modBoxWorry) {
  margin-top: 204px;
}
@media screen and (max-width: 900px) {
  .service .modSection:has(.modBoxWorry) {
    margin-top: 120px;
  }
}
.service .modSection:has(.modBoxWorry) .modBoxWorry + .modSection__content {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .service
    .modSection:has(.modBoxWorry)
    .modBoxWorry
    + .modSection__content
    > .modHeadingCatch {
    line-height: 1.6;
  }
}
@media screen and (min-width: 901px) {
  .service .modSection:has(.modBoxWorry) .modSection__content {
    margin-top: 120px;
  }
}
.service .modSection--bg {
  padding-top: 120px;
  padding-bottom: 120px;
  background: var(--bg);
}
@media screen and (max-width: 900px) {
  .service .modSection--bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.service .modSection--bg:has(+ .modSection--bg) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.service .modSection--bg:has(+ .modSection--bg) + .modSection--bg {
  margin-top: 0;
}
.service .modSection--bg .modTable__content__table tbody tr th,
.service .modSection--bg .modTable__content__table thead tr th {
  background: var(--white);
}
@media screen and (min-width: 901px) {
  .service .modSection--col .modSection__inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
.service
  .modSection--col
  .modSection__inner:has(.modSection__form)
  .modSection__content {
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  .service
    .modSection--col
    .modSection__inner:has(.modSection__form)
    .modSection__content {
    max-width: 100%;
  }
}
.service
  .modSection--col
  .modSection__inner:has(.modSection__form)
  .modSection__content
  .modHeading {
  white-space: initial;
}
.service
  .modSection--col
  .modSection__inner:has(.modSection__form)
  .modSection__content__inner {
  gap: 40px;
}
@media screen and (min-width: 901px) {
  .service
    .modSection--col
    .modSection__inner:has(.modSection__form)
    .modSection__content__inner:not(:first-child) {
    margin-top: 16px;
  }
}
.service
  .modSection--col
  .modSection__inner:has(.modSection__form)
  .modSection__form {
  width: 100%;
  max-width: 50%;
}
@media screen and (max-width: 900px) {
  .service
    .modSection--col
    .modSection__inner:has(.modSection__form)
    .modSection__form {
    max-width: 100%;
    margin: 64px 0 0;
  }
}
.service .modSection--col .modSection__inner .modHeading {
  white-space: nowrap;
}
@media screen and (min-width: 901px) {
  .service .modSection--col .modSection__inner .modSection__content {
    flex: 1;
    max-width: 65.8914728682%;
    margin: 0;
  }
}
.service .modSection--titleFlex .modSection__title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.service .modSection--titleFlex .modSection__title .modLinkText {
  white-space: nowrap;
}
.service
  .modSection--titleFlex
  .modSection__title:has(.modHeading .en)
  .modLinkText {
  margin-top: auto;
}
.service .modCta {
  position: relative;
  color: var(--white);
  z-index: 1;
  overflow: hidden;
  max-width: 1400px;
  margin: 120px auto;
  padding: 40px 94px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 1170px) {
  .service .modCta {
    padding: 20px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 900px) {
  .service .modCta {
    margin: 100px auto;
  }
}
.service .modCta__wrap {
  margin: 0 40px;
}
@media screen and (max-width: 900px) {
  .service .modCta__wrap {
    margin: 0 20px;
  }
}
.service .modCta__inner {
  position: relative;
  z-index: 1;
}
.service .modCta__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 -40px;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  color: var(--white);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1170px) {
  .service .modCta__intro {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .service .modCta__intro {
    display: block;
    margin: 0;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .service .modCta__intro .logo {
    white-space: nowrap;
  }
}
@media screen and (max-width: 900px) {
  .service .modCta__intro .logo {
    display: inline-block;
  }
}
.service .modCta__intro .logo img {
  filter: brightness(0) invert(1);
}
.service .modCta__intro .logo--text {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modCta__intro .logo--text {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .service .modCta__intro .logo--text {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 340px) {
  .service .modCta__intro .logo--text {
    font-size: 30px;
    font-size: 3rem;
  }
}
.service .modCta__intro .logo--text .brTablet {
  display: none;
}
@media screen and (max-width: 1279px) and (min-width: 901px) {
  .service .modCta__intro .logo--text .brTablet {
    display: initial;
  }
}
.service .modCta__col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 40px 0 0;
}
@media screen and (max-width: 900px) {
  .service .modCta__col {
    flex-direction: column;
    gap: 40px;
  }
}
.service .modCta__col .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: calc(50% - 12px);
}
@media screen and (max-width: 900px) {
  .service .modCta__col .item {
    width: 100%;
  }
}
.service .modCta__col .item:has(.item__list) {
  align-items: flex-start;
}
.service .modCta__col .item__text {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .service .modCta__col .item__text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.service .modCta__col .item__list {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
}
.service .modCta__col .item__list__item {
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.service .modCta__col .item__list__item::before {
  content: "";
  aspect-ratio: 27/21;
  width: 27px;
  min-width: 27px;
  height: 21px;
  margin-top: 6px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check.svg")
    no-repeat center center;
  background-size: cover;
}
.service .modCta .jsParallax--ctaBg01 {
  background: #004ea2;
}
.service .modCta--gaia {
  --corporate_blue: #003e87;
}
.service .modCta--gaia .jsParallax--ctaBg01 {
  background: #003e87;
}
.service .modCta--gaia11 {
  --corporate_blue: #01a6e6;
}
.service .modCta--gaia11 .jsParallax--ctaBg01 {
  background: #01a6e6;
}
.service .modCta--beingCollaboration {
  --corporate_blue: #c9a746;
}
.service .modCta--beingCollaboration .jsParallax--ctaBg01 {
  background: #c9a746;
}
.service .modCta--beingBid {
  --corporate_blue: #95272a;
}
.service .modCta--beingBid .jsParallax--ctaBg01 {
  background: #95272a;
}
.service .modCta--beingBudget {
  --corporate_blue: #005e3c;
}
.service .modCta--beingBudget .jsParallax--ctaBg01 {
  background: #005e3c;
}
.service .modCta--beingProjectCCPM {
  --corporate_blue: #ba5020;
}
.service .modCta--beingProjectCCPM .jsParallax--ctaBg01 {
  background: #ba5020;
}
.service .modCta--hyouka {
  --corporate_blue: #6da2c4;
}
.service .modCta--hyouka .jsParallax--ctaBg01 {
  background: #6da2c4;
}
.service .modCta--inshare {
  --corporate_blue: #00b3ba;
}
.service .modCta--inshare .jsParallax--ctaBg01 {
  background: #00b3ba;
}
.service .modCta--sagasiba {
  --corporate_blue: #077590;
}
.service .modCta--sagasiba .jsParallax--ctaBg01 {
  background: #077590;
}
.service .modCta--infoShare {
  --corporate_blue: #c9a746;
}
.service .modCta--infoShare .jsParallax--ctaBg01 {
  background: #c9a746;
}
.service .modCta--estimate {
  --corporate_blue: #01a6e6;
}
.service .modCta--estimate .jsParallax--ctaBg01 {
  background: #01a6e6;
}
.service .modCta--processManagement {
  --corporate_blue: #ba5020;
}
.service .modCta--processManagement .jsParallax--ctaBg01 {
  background: #ba5020;
}
.service .modCta--resultRatesys {
  --corporate_blue: #95272a;
}
.service .modCta--resultRatesys .jsParallax--ctaBg01 {
  background: #95272a;
}
.service .modCtaContact {
  max-width: 1400px;
  margin: auto;
  padding: 24px 94px 40px;
  background: rgba(3, 7, 29, 0.1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 8px;
  color: var(--white);
}
@media screen and (min-width: 901px) {
  .service .modCtaContact {
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modCtaContact {
    gap: 40px 20px;
    padding: 24px 30px 40px;
  }
}
@media screen and (max-width: 900px) {
  .service .modCtaContact {
    padding: 20px 20px 40px;
  }
}
.service .modCtaContact__wrap {
  overflow: hidden;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modCtaContact__wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__wrap {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 901px) {
  .service .modCtaContact__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1032px;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .service .modCtaContact__inner {
    flex-direction: column;
  }
}
.service .modCtaContact__title {
  font-size: 120px;
  font-size: 12rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__title {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 350px) {
  .service .modCtaContact__title {
    font-size: 70px;
    font-size: 7rem;
  }
}
.service .modCtaContact__title small {
  margin-top: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.service .modCtaContact__list {
  margin-top: auto;
}
@media screen and (max-width: 1000px) {
  .service .modCtaContact__list {
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 46px auto 0;
  }
}
.service .modCtaContact__list__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.service .modCtaContact__list__item::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 21px;
  margin-right: 2.5px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check.svg")
    no-repeat center center;
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__list__item::before {
    margin-right: 8px;
    background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check_bold.svg")
      no-repeat center center;
  }
}
.service .modCtaContact__list__item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__list__item:not(:first-child) {
    margin-top: 8px;
  }
}
.service .modCtaContact__intro {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__intro {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.service .modCtaContact .modBtnNormal {
  margin: auto;
}
@media screen and (max-width: 900px) {
  .service .modCtaContact .modBtnNormal {
    margin-top: 16px;
  }
}
.service .modCtaContact__text {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .service .modCtaContact__text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px 20px;
  }
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__text {
    margin: 24px auto 0;
    font-feature-settings: "palt";
  }
}
.service .modCtaContact__text:has(.modCtaContact__text__inner) {
  flex-wrap: wrap;
  gap: 16px 48px;
}
.service .modCtaContact__text__inner {
  width: calc(50% - 24px);
  position: relative;
}
.service .modCtaContact__text__inner:has(+ .modCtaContact__text__inner)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: var(--line);
  position: absolute;
  top: 0;
  right: -26.5px;
}
@media screen and (min-width: 901px) {
  .service .modCtaContact__text__inner {
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modCtaContact__text__inner {
    gap: 10px;
  }
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__text__inner {
    width: 100%;
  }
  .service .modCtaContact__text__inner:first-child::after {
    width: 100%;
    height: 1px;
    top: calc(100% + 15.5px);
    right: 0;
  }
}
.service .modCtaContact__text .call {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
.service .modCtaContact__text .call::before {
  content: "";
  display: inline-block;
  width: 40px;
  aspect-ratio: 1;
  margin-right: 2.5px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_call.svg")
    no-repeat center center;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modCtaContact__text .call {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__text .call {
    justify-content: center;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 350px) {
  .service .modCtaContact__text .call {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.service .modCtaContact__text .call > a {
  color: var(--white);
}
.service .modCtaContact__text .time {
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  font-feature-settings: normal;
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__text .time {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 8px auto 0;
  }
}
.service .modCtaContact__text .time__thin {
  font-weight: 400;
}
.service .modCtaContact__text .note {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .service .modCtaContact__text .note {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 8px auto 0;
  }
}
.service .modCtaFooter {
  width: 50%;
}
.service .modCtaFooter + .modCtaFooter .modCtaContact__wrap {
  left: -100%;
}
.service .modCtaFooter__wrap {
  display: flex;
  border-top: 1px solid var(--corporate_blue);
  position: relative;
  overflow: hidden;
}
.service .modCtaFooter__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 24px;
  background: var(--white);
  font-weight: 700;
  color: var(--corporate_blue);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  cursor: pointer;
}
.service .modCtaFooter__title .modIcon {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
@media screen and (min-width: 901px) {
  .service .modCtaFooter__title {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
  }
  .service .modCtaFooter__title:hover .modIcon {
    transform: rotate(90deg) translateX(4px);
  }
  .service .modCtaFooter__title:hover .modCtaFooter__title__inner::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media screen and (max-width: 900px) {
  .service .modCtaFooter__title {
    justify-content: space-between;
    padding: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 350px) {
  .service .modCtaFooter__title {
    padding: 20px 10px;
    gap: 8px;
  }
}
.service .modCtaFooter__title__inner {
  white-space: nowrap;
  position: relative;
}
.service .modCtaFooter__title__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--corporate_blue);
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (max-width: 900px) {
  .service .modCtaFooter__title__inner {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.service .modCtaFooter.is-open .modCtaFooter__title {
  background: var(--corporate_blue);
  color: var(--white);
}
.service .modCtaFooter.is-open .modCtaFooter__title .modIcon {
  background: var(--white);
  border-color: var(--white);
}
.service .modCtaFooter.is-open .modCtaFooter__title .modIcon::before {
  background: var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .service .modCtaFooter.is-open .modCtaFooter__title:hover .modIcon {
    transform: rotate(90deg);
  }
}
.service .modCtaFooter.is-open .modCtaContact__wrap {
  opacity: 1;
  z-index: 99;
}
.service .modCtaFooter .modCtaContact {
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 40px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modCtaFooter .modCtaContact {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .service .modCtaFooter .modCtaContact {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
  }
}
.service .modCtaFooter .modCtaContact__wrap {
  opacity: 0;
  width: 200%;
  overflow: hidden;
  height: 100%;
  left: 0;
  transition: 1s ease-out;
}
.service .modCtaFooter .modCtaContact .modBtnNormal__wrap {
  width: 100%;
}
.service .modCtaFooter .modCtaContact__text {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .service .modCtaFooter .modCtaContact__text {
    max-width: initial;
  }
}
.service .modCtaFooter .modCtaContact__text__inner {
  justify-content: center;
  align-items: center;
}
.service
  .modCtaFooter
  .modCtaContact__text__inner:has(+ .modCtaContact__text__inner) {
  justify-content: flex-end;
}
.service
  .modCtaFooter
  .modCtaContact__text__inner:has(+ .modCtaContact__text__inner)
  + .modCtaContact__text__inner {
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .service .modCtaFooter .modCtaContact__text__inner {
    display: block;
    text-align: center;
  }
  .service .modCtaFooter .modCtaContact__text__inner:not(:first-child) {
    margin-top: 32px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 901px) {
  .service .modCtaFooter .modCtaContact__text .note {
    width: 100%;
    text-align: center;
  }
}
.service .modCtaFixed {
  pointer-events: none;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modCtaFixed__inner {
  background: var(--white);
  border-radius: 8px 0 0 8px;
  position: fixed;
  right: 0;
  bottom: 8px;
}
.service .modCtaFixed__inner > a {
  display: grid;
  place-content: center;
  gap: 8px;
  height: 100px;
  padding: 10px 24px;
  border-radius: 8px 0 0 8px;
  color: var(--white);
  background: #003e87;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .service .modCtaFixed__inner > a:hover {
    opacity: 0.5;
  }
}
.service .modCtaFixed__logo {
  display: flex;
  justify-content: center;
  text-align: center;
}
.service .modCtaFixed__logo img {
  filter: brightness(0) invert(1);
}
.service .modCtaFixed__text {
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.service .modCtaFixed__close {
  aspect-ratio: 1/1;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 0.6px solid var(--line);
  background: var(--white);
  position: absolute;
  top: -12px;
  left: -12px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .service .modCtaFixed__close:hover {
    opacity: 0.5;
  }
}
.service .modCtaFixed__close .icon {
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}
.service .modCtaFixed__close .icon::before,
.service .modCtaFixed__close .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: var(--black);
}
.service .modCtaFixed__close .icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.service .modCtaFixed__close .icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.service .modCtaFixed.is-static .modCtaFixed__inner {
  position: absolute;
}
.service .modCtaFixed.is-act {
  pointer-events: initial;
  opacity: 1;
}
.service .modCtaFixed--gaia .modCtaFixed__inner > a {
  background: #003e87;
}
.service .modCtaFixed--gaia11 .modCtaFixed__inner > a {
  background: #01a6e6;
}
.service .modCtaFixed--beingCollaboration .modCtaFixed__inner > a {
  background: #c9a746;
}
.service .modCtaFixed--beingCollaboration .modCtaFixed__logo::after {
  content: "シリーズ";
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
}
.service .modCtaFixed--beingBid .modCtaFixed__inner > a {
  background: #95272a;
}
.service .modCtaFixed--beingBudget .modCtaFixed__inner > a {
  background: #005e3c;
}
.service .modCtaFixed--beingProjectCCPM .modCtaFixed__inner > a {
  background: #ba5020;
}
.service .modCtaFixed--hyouka .modCtaFixed__inner > a {
  background: #6da2c4;
}
.service .modCtaFixed--inshare .modCtaFixed__inner > a {
  background: #00b3ba;
}
.service .modCtaFixed--sagasiba .modCtaFixed__inner > a {
  background: #077590;
}
.service .modCtaFixed--infoShare .modCtaFixed__inner > a {
  background: #c9a746;
}
.service .modCtaFixed--estimate .modCtaFixed__inner > a {
  background: #01a6e6;
}
.service .modCtaFixed--processManagement .modCtaFixed__inner > a {
  background: #ba5020;
}
.service .modCtaFixed--resultRatesys .modCtaFixed__inner > a {
  background: #95272a;
}
.service .footer {
  padding: 80px 134px 40px;
  background: var(--black);
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .footer {
    padding: 80px 50px 20px;
  }
}
@media screen and (max-width: 900px) {
  .service .footer {
    overflow: hidden;
    padding: 80px 20px 20px;
  }
}
.service .footer a {
  color: var(--white);
}
.service .footer__inner {
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .service .footer__inner {
    display: flex;
    flex-direction: column;
  }
  .service .footer__inner > * {
    order: 1;
  }
}
.service .footer__title {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--white);
}
@media screen and (max-width: 900px) {
  .service .footer__title {
    margin-top: 80px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.service .footer__contents {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .service .footer__contents {
    margin-top: 80px;
  }
}
@media screen and (min-width: 901px) {
  .service .footer__contents:last-child {
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .service .footer__contents:last-child {
    padding-bottom: 80px;
    border-bottom: 1px solid var(--line);
  }
}
@media screen and (max-width: 900px) {
  .service .footer__contents:last-child .productsList:last-child {
    padding-top: 0;
  }
}
.service .footer__contents__wrap {
  max-width: 1100px;
}
@media screen and (min-width: 901px) {
  .service .footer__contents__wrap {
    display: flex;
    gap: 5.4263565891%;
  }
}
.service .footer__contents .title {
  padding-bottom: 24px;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 901px) {
  .service .footer__contents .title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--line);
    position: absolute;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .service .footer__contents .title {
    padding-bottom: 40px;
  }
}
.service .footer__contents .title .modLinkText {
  gap: 8px;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.service .footer__contents .title .modLinkText__text::after {
  background: var(--white);
}
.service .footer__contents .title .modLinkText .modIcon {
  width: 20px;
  height: 20px;
  background: var(--white);
  border-color: var(--white);
}
.service .footer__contents .title .modLinkText .modIcon::before {
  background: #000;
}
@media screen and (min-width: 901px) {
  .service .footer__contents .productsList {
    padding-top: 24px;
  }
}
@media screen and (max-width: 900px) {
  .service .footer__contents .productsList:last-child {
    padding-top: 32px;
  }
}
@media screen and (min-width: 901px) {
  .service .footer__contents .productsList__wrap {
    display: flex;
    gap: 24px;
  }
}
.service .footer__contents .productsList__item {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.service .footer__contents .productsList__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .service .footer__contents .productsList__item:not(:first-child) {
    margin-top: 32px;
  }
}
.service .footer__contents .productsList__item a[target="_blank"] .main::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  background: var(--white);
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .footer__contents .productsList__item a:hover .main {
  text-decoration-color: var(--white);
}
.service .footer__contents .productsList__item small {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .service .footer__contents .productsList__item small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 350px) {
  .service .footer__contents .productsList__item small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.service .footer__contents .productsList__item .main {
  overflow: visible;
  display: flex;
  align-items: center;
  gap: 2px;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 6px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .service .footer__contents .productsList__item .main {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
.service .footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 56px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .footer__list {
    gap: 22px;
  }
}
@media screen and (max-width: 900px) {
  .service .footer__list {
    gap: 32px 64px;
    margin-top: 80px;
  }
}
.service .footer__list__item {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.service .footer__list__item a {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 6px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .footer__list__item a:hover {
  text-decoration-color: var(--white);
}
@media screen and (min-width: 901px) {
  .service .footer__company {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
  }
}
@media screen and (max-width: 900px) {
  .service .footer__company {
    order: 0;
  }
}
.service .footer__company .logo {
  filter: brightness(0) invert(1);
}
.service .footer__company .text {
  margin-top: 16px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--white);
}
.service .footer__company .text span {
  display: inline-block;
}
.service .footer__company .modBtnNormal {
  margin-top: auto;
  color: var(--black);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.service .footer__company .modBtnNormal::after {
  width: 20px;
  background: var(--black);
}
@media screen and (min-width: 901px) {
  .service .footer__company .modBtnNormal {
    max-width: 297px;
  }
  .service .footer__company .modBtnNormal:hover {
    color: var(--white);
  }
  .service .footer__company .modBtnNormal:hover::after {
    background: var(--white);
  }
}
@media screen and (max-width: 900px) {
  .service .footer__company .modBtnNormal {
    margin-top: 24px;
    padding: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.service .footer__foot {
  display: flex;
  gap: 30px 2.5%;
  margin-top: 80px;
  padding: 21px 0 6px;
  border-top: 1px solid var(--line);
  flex-wrap: wrap;
}
@media screen and (max-width: 950px) {
  .service .footer__foot {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .service .footer__foot {
    flex-wrap: wrap;
    gap: 32px 40px;
    padding: 40px 0 20px;
  }
}
.service .footer__foot__item {
  font-size: 14px;
  font-size: 1.4rem;
}
.service .footer__foot__item a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 6px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .footer__foot__item a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  background: var(--white);
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .footer__foot__item a:hover {
  text-decoration-color: var(--white);
}
.service .footer__copy {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--white);
}
@media screen and (max-width: 900px) {
  .service .footer__copy {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
.service .modForm {
  display: grid;
  gap: 64px;
}
@media screen and (min-width: 901px) {
  .service .modForm:has(.modForm__list) {
    padding: 40px;
  }
}
.service .modForm__list {
  width: 100%;
}
.service .modForm__list .item {
  width: 100%;
}
.service .modForm__list .item--small .wpcf7-form-control-wrap {
  max-width: 416px;
}
.service .modForm__list .item__inner {
  display: grid;
  gap: 16px;
}
.service .modForm__list .item__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .service .modForm__list .item__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.service .modForm__list .item .wpcf7-form-control {
  width: 100%;
  padding: 15px 23px;
  background: var(--white);
  border-radius: 4px;
  border: 1px solid var(--line);
}
@media screen and (max-width: 900px) {
  .service .modForm__list .item .wpcf7-form-control {
    padding: 15px 30px 15px 15px;
  }
}
.service .modForm__list .item .wpcf7-form-control::-moz-placeholder {
  color: var(--gray);
}
.service .modForm__list .item .wpcf7-form-control::placeholder {
  color: var(--gray);
}
.service .modForm__list .item .wpcf7-form-control-wrap {
  display: grid;
  gap: 8px;
  width: 100%;
}
.service .modForm__list .item .wpcf7-form-control-wrap:has(.wpcf7-select) {
  position: relative;
}
.service
  .modForm__list
  .item
  .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .service
    .modForm__list
    .item
    .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
    right: 16px;
  }
}
.service .modForm__list .item .wpcf7-select {
  color: var(--gray);
  cursor: pointer;
  white-space: initial;
}
.service .modForm__list .item .wpcf7-textarea {
  resize: vertical;
  height: 240px;
}
.service .modForm__list .item .wpcf7-not-valid-tip {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--alert);
}
.service .modForm__list .item__lead small {
  display: flex;
  margin: 16px 0 0;
}
.service .modForm__list .item__lead small::before {
  content: "※";
  display: block;
}
.service .modForm__foot {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .service .modForm__foot {
    text-align: center;
  }
}
.service
  .modForm__foot:has(input[type="checkbox"]):not(
    :has(input[type="checkbox"]:checked)
  )
  .modBtnSecondary {
  pointer-events: none;
  background: var(--gray);
  border-color: var(--gray);
}
.service
  .modForm__foot:has(input[type="checkbox"]):not(
    :has(input[type="checkbox"]:checked)
  )
  .modBtnSecondary
  .modIcon {
  background: rgba(0, 0, 0, 0);
}
.service .modForm__foot .wpcf7-list-item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.service .modForm__foot .wpcf7-list-item input[type="checkbox"] {
  display: block;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.service
  .modForm__foot
  .wpcf7-list-item
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}
.service .modForm__foot .wpcf7-list-item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modForm__foot .wpcf7-list-item-label::before,
.service .modForm__foot .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.service .modForm__foot .wpcf7-list-item-label::before {
  background: var(--white);
}
.service .modForm__foot .wpcf7-list-item-label::after {
  opacity: 0;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check.svg")
    no-repeat center;
  background-position: 16% 120%;
  background-size: 108%;
  background-color: var(--corporate_blue);
  border-color: var(--corporate_blue);
  position: absolute;
  left: 0;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modForm--input {
  display: grid;
  gap: 64px;
}
.service .modForm--input .modForm__list {
  display: grid;
  gap: 64px;
}
.service .modForm--confirm .modForm__list .item {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}
.service .modForm--confirm .modForm__list .item:first-child {
  padding-top: 0;
}
@media screen and (max-width: 900px) {
  .service .header.is-open .header__nav {
    height: -moz-fit-content;
    height: fit-content;
    background: var(--white);
  }
  .service .header.is-open .header__nav__hamburger {
    width: 25px;
    height: 25px;
    top: 21px;
    right: 23px;
  }
  .service .header.is-open .header__nav__hamburger span {
    background: rgba(0, 0, 0, 0);
  }
  .service .header.is-open .header__nav__hamburger span::before,
  .service .header.is-open .header__nav__hamburger span::after {
    width: 30px;
    background: var(--black);
    top: 14px;
  }
  .service .header.is-open .header__nav__hamburger span::before {
    transform: rotate(45deg);
  }
  .service .header.is-open .header__nav__hamburger span::after {
    transform: rotate(-45deg);
  }
  .service .header.is-open .header__nav__inner {
    opacity: 1;
    position: initial;
  }
  .service .header.is-close.is-white .header__nav::after {
    opacity: 0;
  }
  .service .header.is-close.is-white .header__nav__logo .img {
    filter: brightness(0) invert(1);
  }
  .service .header.is-close.is-white .header__nav__hamburger span {
    background: var(--white) !important;
  }
  .service .header.is-close.is-white .header__nav__hamburger span::before,
  .service .header.is-close.is-white .header__nav__hamburger span::after {
    background: var(--white);
  }
  .service .header.is-close .header__nav {
    background: rgba(0, 0, 0, 0) !important;
  }
  .service .header.is-close .header__nav__hamburger {
    width: 40px;
    height: 16px;
    top: 27px;
    right: 20px;
  }
  .service .header.is-close .header__nav__hamburger span {
    background: var(--black) !important;
  }
  .service .header.is-close .header__nav__hamburger span::before,
  .service .header.is-close .header__nav__hamburger span::after {
    width: 40px;
    transform: rotate(0);
  }
  .service .header.is-close .header__nav__hamburger span::before {
    top: 0;
  }
  .service .header.is-close .header__nav__hamburger span::after {
    top: 14px;
  }
  .service .header.is-close .header__nav__inner {
    opacity: 0;
  }
  .service .header.is-white .header__nav {
    background: rgba(0, 0, 0, 0);
  }
  .service .header.is-white .header__nav::after {
    opacity: 0;
  }
  .service .header.is-white .header__nav__logo .img {
    filter: brightness(0) invert(1);
  }
  .service .header.is-white .header__nav__hamburger span {
    background: var(--white);
  }
  .service .header.is-white .header__nav__hamburger span::before,
  .service .header.is-white .header__nav__hamburger span::after {
    background: var(--white);
  }
  .service .header.is-white.is-open .header__nav__hamburger span {
    background: rgba(0, 0, 0, 0);
  }
}
.service .header__nav {
  position: fixed;
  z-index: 9999;
  padding: 0 16px 0 40px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .service .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 97%;
    height: 72px;
    background: var(--white);
    border-radius: 100px;
    box-shadow: 0 0 32px 0 rgba(3, 7, 29, 0.08);
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1220px) {
  .service .header__nav {
    padding: 0 15px 0 32px;
  }
}
@media screen and (max-width: 940px) {
  .service .header__nav {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav {
    width: 100%;
    height: 65px;
    padding: 0;
    background: var(--white);
  }
  .service .header__nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 65px;
    background: var(--white);
    position: absolute;
    top: 0;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
}
.service .header__nav__logo {
  display: block;
}
@media screen and (min-width: 901px) {
  .service .header__nav__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__logo {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 1;
  }
  .service .header__nav__logo .img {
    width: auto;
    height: 40px;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
}
.service .header__nav__logo figure {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .service .header__nav__hamburger {
    display: block;
    width: 40px;
    height: 16px;
    position: absolute;
    top: 27px;
    right: 20px;
    z-index: 1;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
  .service .header__nav__hamburger:hover {
    cursor: pointer;
  }
  .service .header__nav__hamburger span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 2px;
    margin-top: 7px;
    background: var(--black);
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
  .service .header__nav__hamburger span::before,
  .service .header__nav__hamburger span::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: var(--black);
    position: absolute;
    left: 0;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
  .service .header__nav__hamburger span::before {
    top: 0;
  }
  .service .header__nav__hamburger span::after {
    top: 14px;
  }
}
@media screen and (min-width: 901px) {
  .service .header__nav__inner {
    display: flex;
    gap: 0 24px;
    height: 72px;
    line-height: 72px;
  }
}
@media screen and (max-width: 1220px) {
  .service .header__nav__inner {
    gap: 0 14px;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__inner {
    opacity: 0;
    overflow-y: auto;
    width: 100%;
    height: var(--window-inner-height);
    margin-top: 70px;
    padding: 0 20px 150px;
    background: #fff;
    transition: opacity 0.5s ease-out;
    position: absolute;
    bottom: 0;
  }
}
.service .header__nav__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--corporate_blue);
  position: relative;
  bottom: 2px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (min-width: 901px) {
  .service .header__nav__item {
    display: inline-block;
    height: 100%;
  }
  .service .header__nav__item:hover:not(:has(.title--contact)):after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .service .header__nav__item:hover > .title {
    color: var(--corporate_blue);
  }
  .service .header__nav__item:hover > span.title::after {
    margin-bottom: -4px;
    border-color: var(--corporate_blue);
    transform: rotate(225deg);
  }
  .service .header__nav__item:hover > .menu__wrap {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item {
    line-height: 72px;
    border-bottom: 1px solid var(--line);
    overflow: hidden;
  }
  .service .header__nav__item:first-child {
    border-top: 1px solid var(--line);
  }
  .service .header__nav__item:last-child {
    border: initial;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item.is-open > .title::after {
    transform: rotate(225deg);
  }
}
@media screen and (min-width: 901px) {
  .service .header__nav__item.is-current::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.service .header__nav__item > .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  white-space: nowrap;
}
@media screen and (max-width: 1070px) and (min-width: 901px) {
  .service .header__nav__item > .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.service .header__nav__item > .title--contact {
  height: 49px;
  margin-left: 20px;
  padding: 10px 20px;
  background: var(--corporate_blue);
  border-radius: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--white);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .header__nav__item > .title--contact::after {
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background: var(--white);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .service .header__nav__item > .title--contact {
    border: 1px solid var(--corporate_blue);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .service .header__nav__item > .title--contact:hover {
    background: var(--white);
    color: var(--corporate_blue);
  }
  .service .header__nav__item > .title--contact:hover::after {
    background: var(--corporate_blue);
    transform: translateX(4px);
  }
}
@media screen and (max-width: 1220px) {
  .service .header__nav__item > .title--contact {
    margin-left: 0;
    padding: 7px 12px;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item > .title--contact {
    justify-content: center;
    margin-top: 32px;
    height: 72px;
    padding: 16px 40px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 72px;
  }
  .service .header__nav__item > .title--contact::after {
    width: 40px;
    -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail_big.svg")
      no-repeat center;
    mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail_big.svg")
      no-repeat center;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
  }
}
.service .header__nav__item > .title--contact > span {
  transform: translateY(-1px);
}
.service .header__nav__item > span.title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-bottom: 3px;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  transform: rotate(45deg);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .service .header__nav__item > span.title {
    justify-content: space-between;
  }
  .service .header__nav__item > span.title::after {
    margin-right: 4px;
  }
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    max-height: calc(var(--window-inner-height) * 0.8);
    padding: 40px 0 0 40px;
    background: var(--corporate_blue);
    border-radius: 8px;
    line-height: 1.6;
    white-space: nowrap;
  }
}
@media screen and (min-width: 2088px) {
  .service .header__nav__item .menu {
    gap: 90px;
    padding: 60px 80px 20px 120px;
  }
}
@media screen and (min-width: 2400px) {
  .service .header__nav__item .menu {
    padding: 60px 120px 20px 160px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .header__nav__item .menu {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu {
    height: 0;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu a {
    color: var(--white);
  }
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu__wrap {
    opacity: 0;
    width: calc(100% - 320px);
    max-width: calc(100% - 40px);
    padding-top: 16px;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
    pointer-events: none;
  }
  .service .header__nav__item .menu__wrap:hover {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1485px) {
  .service .header__nav__item .menu__wrap {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1150px) {
  .service .header__nav__item .menu__wrap {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__wrap {
    overflow: hidden;
    width: 100%;
    padding-left: 16px;
  }
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu__title {
    display: inline-block;
    margin-bottom: 40px;
    padding-right: 39px;
    border-right: 1px solid var(--line);
    font-size: 40px;
    font-size: 4rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    color: var(--white);
  }
}
@media screen and (min-width: 2088px) {
  .service .header__nav__item .menu__title {
    padding-right: 89px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .header__nav__item .menu__title {
    padding-right: 19px;
  }
}
.service .header__nav__item .menu__title small {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu__contents {
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents {
    padding-top: 32px;
  }
  .service .header__nav__item .menu__contents:first-of-type {
    padding-top: 17px;
  }
  .service .header__nav__item .menu__contents:last-of-type {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu__contents__wrap {
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-right: 40px;
    padding: 0 40px 40px 0;
  }
}
@media screen and (min-width: 2088px) {
  .service .header__nav__item .menu__contents__wrap {
    gap: 90px;
  }
}
.service .header__nav__item .menu__contents .title {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents .title {
    display: block;
    height: 80px;
    border-radius: 4px;
    position: relative;
  }
}
.service .header__nav__item .menu__contents .title__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu__contents .title__inner {
    padding: 7px 15px;
    border: 1px solid var(--white);
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--white);
  }
  .service .header__nav__item .menu__contents .title__inner:hover {
    background: var(--white);
    color: var(--corporate_blue);
  }
  .service .header__nav__item .menu__contents .title__inner:hover .modIcon {
    background: var(--corporate_blue);
    border-color: var(--corporate_blue);
    transform: translateX(4px);
  }
  .service
    .header__nav__item
    .menu__contents
    .title__inner:hover
    .modIcon::before {
    background: var(--white);
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents .title__inner {
    padding: 8px 16px 1px 1px;
    background: var(--white);
    border-radius: 0 4px 0 0;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
    position: absolute;
    bottom: -1px;
    left: -1px;
  }
}
.service .header__nav__item .menu__contents .title .modIcon {
  background: var(--white);
  border-color: var(--white);
  width: 20px;
  height: 20px;
}
.service .header__nav__item .menu__contents .title .modIcon::before {
  background: var(--corporate_blue);
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents .title .modIcon {
    background: var(--black);
    border-color: var(--black);
  }
  .service .header__nav__item .menu__contents .title .modIcon::before {
    background: var(--white);
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents .productsList:first-of-type {
    margin-top: 24px;
  }
  .service
    .header__nav__item
    .menu__contents
    .productsList:first-of-type:has(a > small) {
    margin-top: 20px;
  }
  .service .header__nav__item .menu__contents .productsList:has(a > small) {
    margin-bottom: 4px;
  }
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu__contents .productsList__wrap {
    display: flex;
    gap: 40px;
  }
}
.service .header__nav__item .menu__contents .productsList__item {
  margin-top: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu__contents .productsList__item:hover .main {
    text-decoration-color: var(--white);
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents .productsList__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents .productsList__item a {
    display: block;
    padding: 17.6px 0;
  }
  .service
    .header__nav__item
    .menu__contents
    .productsList__item
    a:has(> small) {
    padding: 20px 0;
  }
}
.service
  .header__nav__item
  .menu__contents
  .productsList__item
  a[target="_blank"]
  .main::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  background: var(--white);
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
@media screen and (max-width: 900px) {
  .service
    .header__nav__item
    .menu__contents
    .productsList__item
    a[target="_blank"]
    .main::after {
    background: var(--black);
    vertical-align: middle;
  }
}
.service .header__nav__item .menu__contents .productsList__item small {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}
.service .header__nav__item .menu__contents .productsList__item .main {
  overflow: visible;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .service .header__nav__item .menu__contents .productsList__item .main {
    display: flex;
    align-items: center;
    gap: 2px;
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 0);
    text-underline-offset: 6px;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents .productsList__item .main {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents .productsList__item .main__sp {
    display: inline-block;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents--product .title {
    background: url("/wp-content/themes/being/assets/img/service/common/bg_header01.webp")
      no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents--publicWorks .title {
    background: url("/wp-content/themes/being/assets/img/service/common/bg_header02.webp")
      no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents--support .title {
    background: url("/wp-content/themes/being/assets/img/service/common/bg_header03.webp")
      no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 900px) {
  .service .header__nav__item .menu__contents--case .title {
    background: url("/wp-content/themes/being/assets/img/service/common/bg_header04.webp")
      no-repeat center;
    background-size: cover;
  }
}
.service .modHeading {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 900px) {
  .service .modHeading {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.service .modHeading:has(.en) {
  line-height: 1;
}
.service .modHeading small {
  font-family: "Noto Sans JP", sans-serif;
  margin: 8px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
  .service .modHeading small {
    margin-top: 4px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.service .modHeading .en {
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 80px;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--corporate_blue);
}
@media screen and (max-width: 900px) {
  .service .modHeading .en {
    letter-spacing: -0.02em;
  }
}
.service .modHeading .en--support + small {
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .service .modHeading .en--spsmall {
    font-size: 54px;
    font-size: 5.4rem;
  }
}
.service .modHeading .en--02 {
  font-size: 40px;
  font-size: 4rem;
}
.service .modHeading--border {
  padding: 0 0 17px;
}
.service .modHeading--border::before,
.service .modHeading--border::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.service .modHeading--border::before {
  width: 100%;
  height: 1px;
  background: var(--line);
  bottom: 1px;
}
.service .modHeading--border::after {
  width: 152px;
  height: 3px;
  background: var(--corporate_blue);
  bottom: 0;
}
.service .modHeading--center {
  text-align: center;
}
.service .modHeading--dot {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  font-size: 28px;
  font-size: 2.8rem;
}
.service .modHeading--dot::before {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  background: var(--corporate_blue);
}
@media screen and (max-width: 900px) {
  .service .modHeading--dot {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.service .modHeading--small {
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 900px) {
  .service .modHeading--small {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.service .modHeading--xs {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 900px) {
  .service .modHeading--xs {
    font-size: 20px;
    font-size: 2rem;
  }
}
.service .modHeadingCatch {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .service .modHeadingCatch {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: left;
  }
}
.service .modHeadingCatch strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: var(--corporate_blue);
}
.service .modHeadingCatch--large {
  font-size: 50px;
  font-size: 5rem;
  white-space: nowrap;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modHeadingCatch--large {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .service .modHeadingCatch--large {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 370px) {
  .service .modHeadingCatch--large {
    font-size: 27px;
    font-size: 2.7rem;
  }
}
.service .modHeadingCatch--center {
  text-align: center;
}
.service .modHeadingNum {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: var(--corporate_blue);
}
.service .modHeadingNum--bubble {
  display: block;
  text-align: center;
  width: 122px;
  height: 62px;
  padding: 4px 5px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_bubble.svg")
    no-repeat center;
  background-size: 100% auto;
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: -0.02em;
  line-height: 0.93;
}
@media screen and (max-width: 900px) {
  .service .modHeadingNum--bubble {
    width: 82px;
    height: 42px;
    padding: 3px 3px 13px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 0.93;
  }
}
.service .modHeadingNum--bubble small {
  margin: auto 3px 0 0;
  font-size: 27px;
  font-size: 2.7rem;
  text-transform: uppercase;
  display: inline;
}
@media screen and (max-width: 900px) {
  .service .modHeadingNum--bubble small {
    margin: auto 4px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.service .modLinkAnchor {
  width: 100%;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 32px 0 rgba(3, 7, 29, 0.08);
  cursor: pointer;
}
.service .modLinkAnchor .modIcon {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media screen and (min-width: 901px) {
  .service .modLinkAnchor:hover .modIcon {
    transform: translateX(4px);
  }
  .service .modLinkAnchor:hover .modLinkAnchor__img img {
    opacity: 0.6;
    transform: scale(1.08);
  }
  .service .modLinkAnchor:hover .modLinkAnchor__textArea .title {
    color: var(--corporate_blue);
  }
}
@media screen and (max-width: 900px) {
  .service .modLinkAnchor:not(:first-of-type) {
    margin-top: 16px;
  }
  .service .modLinkAnchor .modIcon {
    width: 20px;
    height: 20px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 900px) and (max-width: 340px) {
  .service .modLinkAnchor .modIcon {
    right: 6px;
  }
}
@media screen and (min-width: 901px) {
  .service .modLinkAnchor__wrap {
    display: flex;
    gap: 24px;
  }
}
.service .modLinkAnchor__inner {
  display: flex;
  height: 100%;
}
.service .modLinkAnchor__img {
  overflow: hidden;
  background: var(--white);
}
@media screen and (min-width: 901px) {
  .service .modLinkAnchor__img {
    width: 100%;
    max-width: 174px;
  }
}
.service .modLinkAnchor__img img {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .service .modLinkAnchor__img img {
    max-width: 114px;
    height: 100%;
    aspect-ratio: 114/124;
  }
}
.service .modLinkAnchor__textArea {
  padding: 32px;
  background: var(--white);
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modLinkAnchor__textArea {
    padding: 16px;
  }
}
@media screen and (max-width: 900px) {
  .service .modLinkAnchor__textArea {
    flex: 1;
    padding: 24px;
  }
}
@media screen and (max-width: 340px) {
  .service .modLinkAnchor__textArea {
    padding: 22px;
  }
}
.service .modLinkAnchor__textArea .title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modLinkAnchor__textArea .text {
  margin-top: 10px;
  padding-right: 12px;
}
.service .modLinkCassette {
  max-width: 1400px;
  margin: auto;
}
.service
  .modLinkCassette:not(.modLinkCassette:first-of-type)
  .modLinkCassette__inner {
  border-top: initial;
}
.service .modLinkCassette__inner {
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
@media screen and (min-width: 901px) {
  .service .modLinkCassette__inner {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .service .modLinkCassette__inner:hover .modIcon {
    transform: translateX(4px);
  }
  .service .modLinkCassette__inner:hover .modLinkCassette__img img {
    opacity: 0.6;
    transform: scale(1.08);
  }
  .service .modLinkCassette__inner:hover .modLinkCassette__textArea .title {
    color: var(--corporate_blue);
  }
}
@media screen and (max-width: 900px) {
  .service .modLinkCassette__inner {
    display: block;
    padding: 32px 0 20px;
  }
}
.service .modLinkCassette__img {
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .modLinkCassette__img {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
.service .modLinkCassette__img img {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .service .modLinkCassette__img {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 900px) {
  .service .modLinkCassette__img {
    text-align: center;
  }
}
.service .modLinkCassette__textArea {
  flex: 1;
}
@media screen and (min-width: 901px) {
  .service .modLinkCassette__textArea {
    padding-left: 16px;
  }
}
@media screen and (max-width: 900px) {
  .service .modLinkCassette__textArea {
    margin-top: 32px;
    text-align: center;
  }
}
.service .modLinkCassette__textArea .img {
  margin-bottom: 12px;
}
@media screen and (max-width: 900px) {
  .service .modLinkCassette__textArea .img img {
    width: auto;
    height: 64px;
  }
}
.service .modLinkCassette__textArea .title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .service .modLinkCassette__textArea .title {
    margin-top: 16px;
  }
}
.service .modLinkCassette__textArea .text {
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .service .modLinkCassette__textArea .text {
    margin-top: 16px;
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .service .modLinkCassette .modIcon {
    margin: 12px 0 0 auto;
    transform: translateX(-10px);
  }
}
.service .modLinkCard {
  display: block;
}
.service .modLinkCard__inner {
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 0 32px 0 rgba(3, 7, 29, 0.08);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .service .modLinkCard__inner {
    display: flex;
    align-items: center;
    max-width: 680px;
  }
  .service .modLinkCard__inner:hover .modLinkCard__img img {
    opacity: 0.6;
    transform: scale(1.08);
  }
  .service .modLinkCard__inner:hover .modLinkCard__text {
    color: var(--corporate_blue);
  }
  .service .modLinkCard__inner:hover .modIcon {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 900px) {
  .service .modLinkCard__inner {
    display: block;
  }
}
.service .modLinkCard__img {
  display: block;
  overflow: hidden;
}
.service .modLinkCard__img img {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .service .modLinkCard__img img {
    aspect-ratio: 335/188;
    width: 100%;
  }
}
.service .modLinkCard__text {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .service .modLinkCard__text {
    padding: 32px 24px;
    font-size: 22px;
    font-size: 2.2rem;
    font-feature-settings: "palt";
  }
}
.service .modLinkText {
  display: flex;
  gap: 16px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .service .modLinkText:hover .modLinkText__text::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .service .modLinkText:hover .modIcon {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 900px) {
  .service .modLinkText {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.service .modLinkText__text {
  font-feature-settings: "palt";
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modLinkText__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--black);
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modLinkText--left {
  margin: 0;
}
.service .modLinkText--small {
  gap: 8px;
}
.service .modLinkText--small .modLinkText__text {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: normal;
}
.service .modLinkText--small > .modIcon {
  width: 20px;
  height: 20px;
}
.service .modLinkText:not(:has(.modIcon)) {
  display: inline;
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modLinkText:not(:has(.modIcon)):hover {
  color: var(--corporate_blue);
  text-decoration-color: rgba(0, 0, 0, 0);
}
.service .modListUl {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0 0 0 auto;
}
.service .modListUl > .item {
  display: flex;
  flex-wrap: wrap;
}
.service .modListUl > .item::before {
  content: "";
  display: inline-block;
  margin: 14px 6px;
  width: 4px;
  height: 4px;
  aspect-ratio: 1;
  background: var(--black);
  border-radius: 50%;
}
.service .modListUl > .item > * {
  width: calc(100% - 16px);
  margin: 0 0 0 auto;
}
.service .modListUl > .item .item__inner {
  display: grid;
  gap: 4px 0;
}
.service .modListUl--borderBox {
  gap: 0;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.service .modListCol {
  display: grid;
  gap: 80px;
}
.service .modListCol__item {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr);
}
.service .modListCol__item:has(.modBoxTextCol--reverse) .modCard__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (min-width: 901px) {
  .service .modListCol--border {
    gap: 128px;
  }
}
.service .modListCol--border > :not(:first-child) {
  position: relative;
}
.service .modListCol--border > :not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--line);
  position: absolute;
  top: -63.5px;
}
@media screen and (max-width: 900px) {
  .service .modListCol--border > :not(:first-child)::before {
    top: -40px;
  }
}
.service .modListCassette {
  display: flex;
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 901px) {
  .service .modListCassette {
    gap: 24px;
  }
}
.service .modListCassette:has(:nth-child(4)) .modListCassette__item {
  min-width: 300px;
}
@media screen and (max-width: 365px) {
  .service .modListCassette:has(:nth-child(4)) .modListCassette__item {
    min-width: 250px;
  }
}
.service .modListCassette:not(:has(:nth-child(4))) {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .service .modListCassette:not(:has(:nth-child(4))) .modListCassette__item {
    margin-right: 0 !important;
  }
}
.service .modListCassette__item {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 900px) {
  .service .modListCassette__item {
    min-width: 300px;
  }
}
@media screen and (max-width: 365px) {
  .service .modListCassette__item {
    min-width: 250px;
  }
}
.service .modListCassette--smallCassette {
  row-gap: 28px;
}
.service
  .modListCassette--smallCassette:has(:nth-child(4))
  .modListCassette__item {
  min-width: initial;
}
@media screen and (max-width: 900px) {
  .service .modListCassette--smallCassette .modListCassette__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 640px) {
  .service .modListCassette--smallCassette .modListCassette__item {
    width: 100%;
  }
}
.service .modListNews__item:last-child .modListNews__item__inner {
  border-bottom: 1px solid var(--line);
}
.service .modListNews__item__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 23px 0;
  border-top: 1px solid var(--line);
}
.service .modListNews__item__inner:hover .title {
  color: var(--corporate_blue);
  text-decoration-color: rgba(0, 0, 0, 0);
}
.service .modListNews__item .date {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--gray);
}
.service .modListNews__item .category {
  padding: 4px 12px;
  background: var(--sub);
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.service .modListNews__item .title {
  overflow: hidden;
  width: 100%;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modListAnchor {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 100px;
}
@media screen and (min-width: 901px) {
  .service .modListAnchor {
    overflow-x: auto;
    max-width: 100%;
    margin: auto;
  }
  .service .modListAnchor::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .service .modListAnchor {
    margin: auto;
  }
}
.service .modListAnchor.is-scrollable::after {
  content: "";
  width: calc(var(--scroll-bar-width) * 0.7);
  height: 2px;
  background-color: var(--gray);
  transition: transform 0.3s ease;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: translateX(var(--scroll-progress));
}
.service .modListAnchor__wrap {
  width: 100%;
  max-width: 1400px;
  padding: 0 134px 8px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  cursor: grab;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modListAnchor__wrap {
    padding: 0 50px 8px;
  }
}
@media screen and (max-width: 900px) {
  .service .modListAnchor__wrap {
    overflow-x: auto;
    padding: 0 20px 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .service .modListAnchor__wrap::-webkit-scrollbar {
    display: none;
  }
}
.service .modListAnchor__wrap.is-fixed {
  position: fixed;
  top: 96px;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  .service .modListAnchor__wrap.is-fixed {
    top: 81px;
  }
}
.service .modListAnchor__wrap + * {
  margin: 122px 0 0;
}
@media screen and (max-width: 900px) {
  .service .modListAnchor__wrap + * {
    margin-top: 120px;
  }
}
.service .modListAnchor__item {
  padding: 0 16px;
  white-space: nowrap;
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.service .modListAnchor__item a {
  display: inline-block;
}
@media screen and (min-width: 901px) {
  .service .modListAnchor__item a {
    position: relative;
  }
  .service .modListAnchor__item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--corporate_blue);
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .service .modListAnchor__item a:hover {
    color: var(--corporate_blue);
  }
  .service .modListAnchor__item a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.service .modListAnchor__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 86%;
  background: var(--line);
  position: absolute;
  top: 50%;
  right: calc(100% + 7.5px);
  transform: translateY(-50%);
}
.service .modListAnchor__item.is-act::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1;
  background: var(--corporate_blue);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.service .modListAnchor__item.is-act a {
  color: var(--corporate_blue);
}
.service .modListCard {
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 901px) {
  .service .modListCard {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .service .modListCard {
    flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .service .modListCard .item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 901px) {
  .service .modListCard--3col .item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
.service .modListCard--3col.modListCard--border {
  gap: 64px;
}
@media screen and (min-width: 901px) {
  .service .modListCard--3col.modListCard--border .item {
    width: calc(33.3333333333% - 42.6666666667px);
  }
}
.service .modListCard--border .item {
  position: relative;
}
.service .modListCard--border .item:not(:first-child)::before {
  content: "";
  display: block;
  background: var(--line);
  position: absolute;
}
@media screen and (min-width: 901px) {
  .service .modListCard--border .item:not(:first-child)::before {
    width: 1px;
    height: 100%;
    left: -31.5px;
  }
}
@media screen and (max-width: 900px) {
  .service .modListCard--border .item:not(:first-child)::before {
    width: 100%;
    height: 1px;
    top: -31.5px;
  }
}
.service .modListCard--support .modCard__img img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.service .modListCard--support .modCard__title {
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (min-width: 901px) {
  .service .modListCard--support .modCard__title {
    text-align: center;
  }
}
.service .modListCard--productTop {
  gap: 80px 40px;
}
@media screen and (min-width: 901px) {
  .service .modListCard--productTop .modCard__title,
  .service .modListCard--productTop .modCard__logo {
    height: 104px;
  }
}
.service .modListCard--productTop .modCard__title {
  display: grid;
  place-content: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.service .modListFAQ .item {
  padding: 31px 0;
  border-top: 1px solid var(--line);
}
.service .modListFAQ .item:last-child {
  border-bottom: 1px solid var(--line);
}
.service .modListFAQ .item__title,
.service .modListFAQ .item__text {
  display: flex;
  gap: 20px;
}
.service .modListFAQ .item__title::before,
.service .modListFAQ .item__text::before {
  display: inline-block;
  height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.service .modListFAQ .item__title {
  font-weight: 700;
}
.service .modListFAQ .item__title::before {
  content: "Q";
  width: 19px;
  color: var(--corporate_blue);
}
@media screen and (max-width: 900px) {
  .service .modListFAQ .item__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
}
.service .modListFAQ .item__text {
  margin-top: 16px;
}
.service .modListFAQ .item__text::before {
  content: "A";
  width: 18px;
  color: var(--white);
  -webkit-text-stroke: 1px var(--corporate_blue);
}
.service .modListLink {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
.service .modListTextNote {
  display: grid;
  gap: 4px;
}
.service .modListTextNote .item {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.service .modListTextNote .item::before {
  content: "※";
  display: inline-block;
}
.service .modListTextNote--fontDefault .item {
  font-size: 18px;
  font-size: 1.8rem;
}
.service .modListFlow {
  counter-reset: counter;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .service .modListFlow {
    flex-direction: column;
  }
}
.service .modListFlow .item {
  counter-increment: counter;
  flex: 1;
  border: 1px solid var(--corporate_blue);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .modListFlow .item {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
.service .modListFlow .item:not(:first-child) {
  position: relative;
}
.service .modListFlow .item:not(:first-child)::before {
  content: "";
  display: block;
  background: var(--corporate_blue);
  position: absolute;
}
@media screen and (min-width: 901px) {
  .service .modListFlow .item:not(:first-child)::before {
    width: 24px;
    height: 1px;
    top: 50%;
    right: calc(100% + 1px);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .service .modListFlow .item:not(:first-child)::before {
    width: 1px;
    height: 24px;
    bottom: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.service .modListFlow .item__inner {
  display: grid;
}
.service .modListFlow .item__head {
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.service .modListFlow .item__head::before {
  content: "0" counter(counter);
  margin: 0 8px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.service .modListFlow .item__illust {
  display: flex;
  justify-content: center;
}
.service .modListFlow .item__body {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.service .modListFlow .item__body strong {
  font-weight: 700;
  color: var(--corporate_blue);
}
.service .modListFlow--product {
  margin: 56px 0 0;
}
.service .modListFlow--product .item__inner {
  gap: 16px;
  height: 100%;
  padding: 8px 24px 40px;
}
.service .modListFlow--support .item__inner {
  gap: 20px;
  padding: 8px 24px 24px;
}
.service .modListFlow--support .item__head {
  line-height: 1;
}
.service .modListCategory {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.service .modListCategory__item__link {
  display: block;
  padding: 8px 15px;
  border: 1px solid var(--line);
  border-radius: 100px;
  line-height: 1.2;
  color: var(--black);
}
@media screen and (min-width: 901px) {
  .service .modListCategory__item__link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .service .modListCategory__item__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.service .modListCategory__item__link:hover,
.service .modListCategory__item__link.is-current {
  color: var(--white);
  background: var(--corporate_blue);
  border-color: var(--corporate_blue);
}
.service .modIcon {
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background: var(--corporate_blue);
  border: 1px solid var(--corporate_blue);
  border-radius: 50%;
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modIcon::before {
  width: calc(50% + 1px);
  aspect-ratio: 1;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modIcon--arrow::before {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_arrow.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_arrow.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .modIcon--triangle::before {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_triangle.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_triangle.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .modIcon--blank::before {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .modIcon--mail::before {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.service .modImage {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 8px;
}
.service .modImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.service .modImage figcaption {
  margin: 16px 0 0;
}
.service .modImage--large img {
  max-width: 680px;
}
.service .modImage--banner img {
  max-width: 504px;
  aspect-ratio: 504/158;
}
.service .modImage--movie {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 504px;
  aspect-ratio: 504/283;
}
.service .modImage--movie.modImage--large {
  max-width: 680px;
  aspect-ratio: 680/383;
}
.service .modCassette {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 32px 0 rgba(3, 7, 29, 0.08);
}
.service .modCassette > a {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .service .modCassette > a:hover .modCassette__img img {
    opacity: 0.6;
    transform: scale(1.08);
  }
  .service .modCassette > a:hover .modCassette__textArea .title {
    color: var(--corporate_blue);
  }
}
.service .modCassette__img {
  overflow: hidden;
  aspect-ratio: 328/185;
}
.service .modCassette__img img {
  width: 100%;
  height: 100%;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.service .modCassette__textArea {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px;
}
@media screen and (max-width: 900px) {
  .service .modCassette__textArea {
    padding: 20px;
  }
}
.service .modCassette__textArea:has(.date) {
  align-content: start;
  align-items: center;
}
.service .modCassette__textArea .date {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--gray);
}
.service .modCassette__textArea .category {
  padding: 4px 12px;
  background: var(--bg);
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.service .modCassette__textArea .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
  font-weight: 700;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modCassette__textArea .name {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--gray);
}
.service .modSmallCassette {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 8px;
  height: 140px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 200px;
}
.service .modSmallCassette:hover {
  background: var(--bg);
}
.service .modSmallCassette__logo {
  width: 100%;
  text-align: center;
}
.service .modSmallCassette__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.service .modSmallCassette .modIcon {
  width: 20px;
  height: 20px;
}
.service .modPagination {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: auto;
}
.service .modPagination__arrow {
  cursor: pointer;
}
.service .modPagination__arrow--prev {
  transform: scale(-1, 1);
}
.service .modPagination__arrow .modIcon {
  background: var(--white);
}
.service .modPagination__arrow .modIcon::before {
  background: var(--corporate_blue);
}
.service .modPagination__arrow:hover .modIcon {
  background: var(--corporate_blue);
}
.service .modPagination__arrow:hover .modIcon::before {
  background: var(--white);
}
.service .modPagination__list {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 490px) {
  .service .modPagination__list {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 395px;
    margin-right: 10px;
  }
}
.service .modPagination__list .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--corporate_blue);
  border-radius: 50%;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: var(--corporate_blue);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .modPagination__list .item a,
.service .modPagination__list .item span {
  width: 100%;
  height: 100%;
  display: block;
  color: var(--corporate_blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.service .modPagination__list .item:hover {
  background: var(--corporate_blue);
}
.service .modPagination__list .item:hover a {
  color: var(--white);
}
.service .modPagination__list .item--ellipsis {
  pointer-events: none;
  width: 14px;
  border: none;
}
.service .modPagination__list .item--active {
  background: var(--corporate_blue);
}
.service .modPagination__list .item--active span {
  color: var(--white);
}
.service .modPagination__list .item--hidden {
  display: none;
}
.service .modPagination__list .arrow {
  cursor: pointer;
}
@media screen and (max-width: 490px) {
  .service .modPagination__list .arrow {
    height: -moz-fit-content;
    height: fit-content;
    display: inline-block;
  }
}
.service .modPagination__list .arrow--prev {
  transform: scale(-1, 1);
  margin: 0 20px 0 0;
}
@media screen and (max-width: 490px) {
  .service .modPagination__list .arrow--prev {
    margin-right: 3vw;
  }
}
.service .modPagination__list .arrow--next {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 490px) {
  .service .modPagination__list .arrow--next {
    margin-left: 3vw;
  }
}
.service .modPagination__list .arrow .modIcon {
  background: var(--white);
}
.service .modPagination__list .arrow .modIcon::before {
  background: var(--corporate_blue);
}
.service .modPagination__list .arrow:hover .modIcon {
  background: var(--corporate_blue);
}
.service .modPagination__list .arrow:hover .modIcon::before {
  background: var(--white);
}
.service
  .modPagination:has(.item--active:first-child)
  .modPagination__arrow--prev,
.service .modPagination:has(.item--active:first-child) .arrow--prev {
  opacity: 0.3;
  pointer-events: none;
}
.service
  .modPagination:has(.item--active:last-child)
  .modPagination__arrow--next,
.service .modPagination:has(.item--active:last-child) .arrow--next {
  opacity: 0.3;
  pointer-events: none;
}
.service .modCard {
  display: grid;
  gap: 16px;
}
.service .modCard__inner {
  display: grid;
  gap: 8px;
}
.service .modCard__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .service .modCard__img {
    width: 100%;
  }
}
.service .modCard__img img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.service .modCard__title {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (max-width: 900px) {
  .service .modCard__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.service .modCard__textBold {
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .service .modCard__textBold {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .service .modCard__textBold {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
}
.service .modCard__logo {
  display: grid;
  place-content: center;
  gap: 12px;
  text-align: center;
}
.service .modCard__logo small {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  word-break: keep-all;
}
@media screen and (max-width: 900px) {
  .service .modCard__logo small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.service .modCard__logo .logo {
  margin: auto;
}
.service .modCard__tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  background: var(--light_blue);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.service .modCard__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.service .modCard__tagList > .item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  background: var(--light_blue);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.service .modCard__list .item {
  display: flex;
  align-items: center;
  width: 100%;
}
.service .modCard__list .item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  aspect-ratio: 1;
  margin: 0 6px;
  background: var(--black);
  border-radius: 50%;
}
.service .modCard__btn {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}
.service .modCard__btn .modBtnSecondary {
  justify-content: center;
  width: 100%;
  padding: 11px;
}
.service .modCardIllust {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .service .modCardIllust {
    flex-wrap: wrap;
    gap: 29px 8px;
    margin-top: 32px;
  }
}
.service .modCardIllust__item {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 900px) {
  .service .modCardIllust__item {
    width: calc(50% - 4px);
  }
}
.service .modCardIllust__item__illust {
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .service .modCardIllust__item__illust {
    width: 100%;
    text-align: center;
  }
}
.service .modCardIllust__item__illust img {
  min-height: 155px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}
.service .modCardIllust__item__text {
  background: var(--corporate_blue);
  border-radius: 8px;
  margin-top: 80px;
  padding: 80px 0 42px;
  font-size: 24px;
  font-size: 2.4rem;
  color: var(--white);
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .service .modCardIllust__item__text {
    padding: 70px 0 20px;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}
.service .modCardIllust__item__text .jpNumber,
.service .modCardIllust__item__text .enNumber {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin: 0 0 8px;
}
.service .modCardIllust__item__text .jpNumber {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .service .modCardIllust__item__text .jpNumber {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.service .modCardIllust__item__text .enNumber {
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .service .modCardIllust__item__text .enNumber {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.service .modCardIllust__item__text .number {
  font-size: 100px;
  font-size: 10rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
  width: -moz-min-content;
  width: min-content;
  transition: transform 1.5s cubic-bezier(0.57, 0.37, 0.17, 1);
  transform: translateY(-100%);
}
@media screen and (max-width: 900px) {
  .service .modCardIllust__item__text .number {
    font-size: 66px;
    font-size: 6.6rem;
  }
}
.service .modCardIllust__item__text .number.is-active {
  transform: translateY(0%);
}
.service .modCardIllust__item__text .number__wrapper {
  margin: 0 3px;
  display: flex;
  align-items: flex-start;
  height: 100px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .service .modCardIllust__item__text .number__wrapper {
    height: 70px;
  }
}
.service .modCardIllust__item__description {
  padding: 16px 24px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 900px) {
  .service .modCardIllust__item__description {
    padding: 16px 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.service .modCardIllust__item__description small {
  line-height: 1.6;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 -24px 0 -1px;
}
.service .modCardIllust__item:first-child .modCardIllust__item__illust {
  top: -1px;
}
.service .modCardIllust__item:nth-child(3) .modCardIllust__item__illust {
  top: -11px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modCardIllust__item:last-child .modCardIllust__item__illust img {
    width: 66%;
    margin: auto;
    display: block;
  }
}
.service .jsTitle.is-act .jsTitle__line {
  transform: scaleX(1);
  animation: title-anime01 1.5s ease-in-out forwards;
}
@keyframes title-anime01 {
  50% {
    transform: scaleX(0);
  }
  80% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
}
.service .jsTitle.is-act .jsTitle__line::before {
  animation: title-anime02 1.5s ease-in-out forwards;
}
@keyframes title-anime02 {
  85% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.service .jsTitle__line {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
}
.service .jsTitle__line::before {
  content: "";
  display: block;
  background: var(--corporate_blue);
  width: calc(100% + 1px);
  height: 85%;
  position: absolute;
  top: 8%;
  right: -1px;
  transform-origin: right;
}
.service .jsTitle__line--large::before {
  height: 100%;
  top: 13%;
}
.service .jsTitle--white .jsTitle__line::before {
  background: var(--white);
}
.service .jsTitle--large .jsTitle__line::before {
  height: 100%;
  top: 0;
}
.service .jsTitleSlider__item {
  display: none;
}
.service .jsTitleSlider__item.is-act {
  display: initial;
}
.service .jsImageSlider__item {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1.5s;
  overflow: hidden;
}
.service .jsImageSlider__item.is-act {
  opacity: 1;
  position: relative;
}
.service .jsImageFade__item {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1.5s;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.service .jsImageFade__item.is-act {
  opacity: 1;
  position: relative;
}
.service .jsImageFade__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service .jsParallax {
  display: block;
  height: 100%;
  width: auto;
  background: var(--white);
  position: absolute;
}
.service .jsParallax--topBg01 {
  opacity: 0.6;
  min-height: 380px;
  aspect-ratio: 434/326;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/top/bg_parallax01.svg")
    no-repeat center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/top/bg_parallax01.svg")
    no-repeat center/100% 100%;
  top: -47px;
  left: -64px;
}
@media screen and (max-width: 900px) {
  .service .jsParallax--topBg01 {
    top: -97px;
    left: -54px;
  }
}
.service .jsParallax--topBg02 {
  opacity: 0.6;
  min-height: 400px;
  aspect-ratio: 519/389;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/top/bg_parallax02.svg")
    no-repeat center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/top/bg_parallax02.svg")
    no-repeat center/100% 100%;
  bottom: -50px;
  right: -100px;
}
@media screen and (max-width: 900px) {
  .service .jsParallax--topBg02 {
    bottom: -128px;
    right: -112px;
  }
}
.service .jsParallax--topBg03 {
  width: 100%;
  background: url("/wp-content/themes/being/assets/img/service/top/bg_products01.webp")
    no-repeat center;
  background-size: cover;
  top: -34%;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .jsParallax--topBg03 {
    background-position: -333px 35px;
  }
}
@media screen and (max-width: 900px) {
  .service .jsParallax--topBg03 {
    background: url("/wp-content/themes/being/assets/img/service/top/sp/bg_products01.webp")
      no-repeat center;
    background-size: cover;
  }
}
.service .jsParallax--ctaBg01 {
  width: 100%;
  background: linear-gradient(to bottom, #004ea2 60%, #5ac2e4);
  top: -50%;
  left: 0;
  z-index: -1;
}
.service .jsParallax--ctaBg02 {
  opacity: 0.6;
  aspect-ratio: 809/483;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta01.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta01.svg")
    no-repeat center center/100% 100%;
  bottom: -100px;
  left: -380px;
}
@media screen and (max-width: 900px) {
  .service .jsParallax--ctaBg02 {
    aspect-ratio: 644/385;
    -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/sp/bg_cta01.svg")
      no-repeat center center/100% 100%;
    mask: url("/wp-content/themes/being/assets/img/service/common/sp/bg_cta01.svg")
      no-repeat center center/100% 100%;
    bottom: -120px;
    left: -399px;
  }
}
.service .jsParallax--ctaBg03 {
  opacity: 0.6;
  aspect-ratio: 813/610;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta02.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta02.svg")
    no-repeat center center/100% 100%;
  top: -120px;
  right: -110px;
}
@media screen and (max-width: 900px) {
  .service .jsParallax--ctaBg03 {
    aspect-ratio: 638/446;
    -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/sp/bg_cta02.svg")
      no-repeat center center/100% 100%;
    mask: url("/wp-content/themes/being/assets/img/service/common/sp/bg_cta02.svg")
      no-repeat center center/100% 100%;
    top: -160px;
    right: -320px;
  }
}
.service .jsParallax--ctaBg04 {
  opacity: 0.6;
  aspect-ratio: 808/483;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta03.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta03.svg")
    no-repeat center center/100% 100%;
  bottom: -80px;
  left: -206px;
}
@media screen and (max-width: 900px) {
  .service .jsParallax--ctaBg04 {
    bottom: -87px;
    left: -502px;
  }
}
.service .jsParallax--ctaBg05 {
  opacity: 0.6;
  aspect-ratio: 812/609;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta04.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta04.svg")
    no-repeat center center/100% 100%;
  top: -220px;
  right: -307px;
}
@media screen and (max-width: 900px) {
  .service .jsParallax--ctaBg05 {
    display: none;
  }
}
.service .jsParallax--ctaBg06 {
  opacity: 0.6;
  aspect-ratio: 727/508;
  width: 727px;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta05.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta05.svg")
    no-repeat center center/100% 100%;
  bottom: 67px;
  left: -236px;
}
@media screen and (max-width: 900px) {
  .service .jsParallax--ctaBg06 {
    bottom: -87px;
    left: -502px;
  }
}
.service .jsParallax--ctaBg07 {
  opacity: 0.6;
  aspect-ratio: 443/401;
  width: 443px;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta06.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta06.svg")
    no-repeat center center/100% 100%;
  bottom: -46px;
  right: -219px;
}
@media screen and (max-width: 900px) {
  .service .jsParallax--ctaBg07 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .service .jsParallax.modBpPc {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .service .jsParallax.modBpSp {
    display: none;
  }
}
.service .jsParallax__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service .swiper {
  position: relative;
}
.service .swiper__inner {
  display: flex;
  flex-wrap: nowrap;
}
.service .swiper__btn {
  cursor: pointer;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .swiper__btn:hover .modIcon {
  background: var(--corporate_blue);
}
.service .swiper__btn:hover .modIcon::before {
  background: var(--white);
}
.service .swiper__btn .modIcon {
  background: rgba(0, 0, 0, 0);
}
.service .swiper__btn .modIcon::before {
  background: var(--corporate_blue);
}
.service .swiper__btn--prev .modIcon {
  transform: rotate(-180deg);
}
.service .swiper__btn--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.service .modTable {
  display: grid;
  gap: 64px;
  width: 100%;
}
.service .modTable__inner {
  overflow-x: auto;
  margin: 0 -134px;
  padding: 0 134px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modTable__inner {
    margin: 0 -50px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .service .modTable__inner {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.service .modTable__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .service .modTable__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.service .modTable__content {
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: 1px solid var(--line);
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 8px;
}
.service .modTable__content__table {
  overflow: hidden;
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .modTable__content__table:not(:has(thead)) {
    display: block;
    min-width: unset;
  }
}
@media screen and (max-width: 900px) {
  .service .modTable__content__table:not(:has(thead)) tbody,
  .service .modTable__content__table:not(:has(thead)) thead,
  .service .modTable__content__table:not(:has(thead)) tr,
  .service .modTable__content__table:not(:has(thead)) th,
  .service .modTable__content__table:not(:has(thead)) td {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .service .modTable__content__table:not(:has(thead)) tbody tr,
  .service .modTable__content__table:not(:has(thead)) thead tr {
    padding: 20px 24px;
    background: var(--white);
  }
}
@media screen and (max-width: 900px) {
  .service .modTable__content__table:not(:has(thead)) tbody tr th,
  .service .modTable__content__table:not(:has(thead)) tbody tr td,
  .service .modTable__content__table:not(:has(thead)) thead tr th,
  .service .modTable__content__table:not(:has(thead)) thead tr td {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .service
    .modTable__content__table:not(:has(thead))
    tbody
    tr
    th:not(:first-child),
  .service
    .modTable__content__table:not(:has(thead))
    tbody
    tr
    td:not(:first-child),
  .service
    .modTable__content__table:not(:has(thead))
    thead
    tr
    th:not(:first-child),
  .service
    .modTable__content__table:not(:has(thead))
    thead
    tr
    td:not(:first-child) {
    border: none;
  }
}
.service .modTable__content__table:not(:has(thead)) tbody tr:not(:first-child) {
  border-top: 1px solid var(--line);
}
.service .modTable__content__table:not(:has(thead)) tbody tr th,
.service .modTable__content__table:not(:has(thead)) tbody tr td {
  border-top: none;
}
.service .modTable__content__table tbody tr th,
.service .modTable__content__table tbody tr td {
  border-top: 1px solid var(--line);
}
.service .modTable__content__table tbody tr th,
.service .modTable__content__table tbody tr td,
.service .modTable__content__table thead tr th,
.service .modTable__content__table thead tr td {
  background: var(--white);
  padding: 16px;
}
.service .modTable__content__table tbody tr th:not(:first-child),
.service .modTable__content__table tbody tr td:not(:first-child),
.service .modTable__content__table thead tr th:not(:first-child),
.service .modTable__content__table thead tr td:not(:first-child) {
  border-left: 1px solid var(--line);
}
.service .modTable__content__table tbody tr th,
.service .modTable__content__table thead tr th {
  background: var(--bg);
  font-weight: 700;
}
.service .modTable--system .modTable__title {
  font-size: 22px;
  font-size: 2.2rem;
}
.service .modTable--system .modTable__content__table colgroup col {
  width: 23.2558139535%;
}
.service .modTable--caseDetail {
  width: 100%;
}
.service .modTable--caseDetail .modTable__content {
  border-left: initial;
  border-right: initial;
  border-radius: initial;
}
.service .modTable--caseDetail .modTable__content__table {
  border-radius: initial;
  min-width: initial;
}
@media screen and (min-width: 901px) {
  .service .modTable--caseDetail .modTable__content__table tbody tr {
    height: 61px;
  }
}
@media screen and (max-width: 900px) {
  .service .modTable--caseDetail .modTable__content__table tbody tr {
    padding-right: 0;
    padding-left: 0;
  }
}
.service
  .modTable--caseDetail
  .modTable__content__table
  tbody
  tr
  th:not(:first-child),
.service
  .modTable--caseDetail
  .modTable__content__table
  tbody
  tr
  td:not(:first-child) {
  border-left: none;
}
@media screen and (min-width: 901px) {
  .service .modTable--caseDetail .modTable__content__table tbody tr th {
    width: 26%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .service .modTable--caseDetail .modTable__content__table tbody tr th {
    background: var(--white);
  }
}
.service .modTable--caseDetail .modTable__content__table tbody tr td {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .service .modTable--caseDetail .modTable__content__table tbody tr td {
    margin-top: 8px;
  }
}
.service
  .modTable--caseDetail
  .modTable__content__table
  tbody
  tr
  td
  > a[target="_blank"] {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 6px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service
  .modTable--caseDetail
  .modTable__content__table
  tbody
  tr
  td
  > a[target="_blank"]::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: 20px;
  height: 20px;
  background: var(--black);
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
@media screen and (min-width: 901px) {
  .service
    .modTable--caseDetail
    .modTable__content__table
    tbody
    tr
    td
    > a[target="_blank"]:hover {
    text-decoration-color: var(--black);
  }
}
.service .modTextNote {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.service .modTextNote::before {
  content: "※";
}
.service .modTextNote--right {
  text-align: right;
}
.service .modBlockKv {
  padding: 0 134px;
  background: var(--bg);
  position: relative;
}
.service .modBlockKv::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 80px;
  background: var(--white);
  border-radius: 0 8px 0 0;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.service .modBlockKv:has(.modBlockKv__img) {
  margin: 0 0 80px;
}
@media screen and (max-width: 900px) {
  .service .modBlockKv:has(.modBlockKv__img) {
    margin-bottom: 40px;
  }
}
.service .modBlockKv:has(.modBlockKv__img)::after {
  content: none;
}
.service .modBlockKv:has(.modBlockKv__img) .modBlockKv__inner {
  align-items: center;
  padding-bottom: 56px;
}
@media screen and (min-width: 901px) {
  .service .modBlockKv:has(.modBlockKv__img) .modBlockKv__inner {
    gap: 32px 80px;
  }
}
@media screen and (min-width: 901px) {
  .service .modBlockKv:has(.modBlockKv__img) .modBlockKv__title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockKv:has(.modBlockKv__img) .modBlockKv__title {
    margin: 32px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6;
    text-align: left;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBlockKv {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockKv {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .service .modBlockKv::after {
    width: calc(100% - 10px);
    height: 20px;
  }
}
.service .modBlockKv__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  max-width: 1400px;
  margin: auto;
  padding: 136px 0;
}
@media screen and (min-width: 901px) {
  .service .modBlockKv__inner {
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockKv__inner {
    flex-direction: column;
    gap: 8px 40px;
    padding: 126px 0 76px;
  }
}
.service .modBlockKv__logo {
  display: grid;
  gap: 16px;
  font-size: 0px;
  font-size: 0rem;
}
@media screen and (min-width: 901px) {
  .service .modBlockKv__logo {
    max-width: 32%;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockKv__logo {
    justify-content: center;
  }
}
.service .modBlockKv__logo:not(:has(figure)) .name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .service .modBlockKv__logo:not(:has(figure)) .name {
    text-align: left;
  }
}
.service .modBlockKv__logo__inner {
  display: grid;
  gap: 16px;
}
.service .modBlockKv__logo .name {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .service .modBlockKv__logo + .modBlockKv__title {
    text-align: center;
  }
}
.service .modBlockKv__title {
  flex: 1;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .service .modBlockKv__title {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.6;
  }
}
.service .modBlockKv__lead {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .service .modBlockKv__lead {
    margin: 16px 0 0;
  }
}
.service .modBlockKv__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 500px;
  margin: 0 -134px;
  position: relative;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBlockKv__img {
    margin: 0 -50px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockKv__img {
    height: 285px;
    margin: 0 -20px;
  }
}
.service .modBlockKv__img .jsParallax {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.service .modBlockKv__img .jsParallax img {
  aspect-ratio: 2600/1464;
  width: 100%;
}
@media screen and (max-width: 1170px) {
  .service .modBlockKv__img .jsParallax img {
    max-width: initial;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBlockKv__img .jsParallax img {
    width: 140%;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockKv__img .jsParallax img {
    width: 120%;
  }
}
@media screen and (max-width: 600px) {
  .service .modBlockKv__img .jsParallax img {
    width: 150%;
  }
}
@media screen and (max-width: 450px) {
  .service .modBlockKv__img .jsParallax img {
    width: 220%;
  }
}
@media screen and (max-width: 360px) {
  .service .modBlockKv__img .jsParallax img {
    width: 240%;
  }
}
@media screen and (max-width: 1170px) {
  .service .modBlockKv__img .jsParallax__wrap {
    top: -40px;
  }
}
.service .modBlockKv--enTitle .modBlockKv__inner {
  justify-content: space-between;
}
.service .modBlockKv--enTitle .modBlockKv__title {
  display: grid;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 80px;
  font-size: 8rem;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
.service .modBlockKv--enTitle .modBlockKv__title small {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: var(--corporate_blue);
}
@media screen and (max-width: 900px) {
  .service .modBlockKv--enTitle .modBlockKv__title {
    margin: 0 auto 0 0;
  }
}
.service .modBlockKv--enTitle .modBlockKv__lead {
  max-width: 416px;
}
.service .modBlockKv--bgImage .modBlockKv__title {
  color: var(--white);
}
.service .modBlockKv--bgImage .modBlockKv__title small {
  color: var(--white);
}
.service .modBlockKv--bgImage .modBlockKv__lead {
  color: var(--white);
}
.service .modBlockKv--cube {
  overflow: hidden;
}
.service .modBlockKv--cube .modBlockKv__inner::after {
  content: "";
  display: block;
  aspect-ratio: 842/589;
  background: url("/wp-content/themes/being/assets/img/service/common/bg_kv_cube.svg")
    no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 6px;
  top: -91px;
}
@media screen and (min-width: 901px) {
  .service .modBlockKv--cube .modBlockKv__inner::after {
    width: 100%;
    max-width: 810px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockKv--cube .modBlockKv__inner::after {
    width: auto;
    height: 120%;
    right: -130px;
    top: -51px;
  }
}
.service .modBlockKv--beCollabo .modBlockKv__logo {
  display: flex;
}
@media screen and (min-width: 901px) {
  .service .modBlockKv--beCollabo .modBlockKv__logo {
    min-width: 400px;
  }
}
.service .modBlockKv--beCollabo .modBlockKv__logo::after {
  content: "シリーズ";
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 480px) {
  .service .modBlockKv--beCollabo .modBlockKv__logo::after {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 400px) {
  .service .modBlockKv--beCollabo .modBlockKv__logo::after {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.service .modBlockKv--product {
  background: url("/wp-content/themes/being/assets/img/service/product/img_kv.webp")
    no-repeat center center;
  background-size: cover;
}
.service .modBlockKv--publicWorks {
  background: url("/wp-content/themes/being/assets/img/service/public-works/img_kv.webp")
    no-repeat center center;
  background-size: cover;
}
.service .modBlockKv--case {
  background: url("/wp-content/themes/being/assets/img/service/case/img_kv.webp")
    no-repeat center center;
  background-size: cover;
}
.service .modBlockKv--case__title .jsTitle__line--large::before {
  width: calc(100% + 4px);
  top: 14%;
  right: -4px;
}
.service .modBlockKv--column {
  background: url("/wp-content/themes/being/assets/img/service/column/img_kv.webp")
    no-repeat center center;
  background-size: cover;
}
.service .modBlockKv--document {
  background: url("/wp-content/themes/being/assets/img/service/document/img_kv.webp")
    no-repeat center center;
  background-size: cover;
}
.service .modBlockKv--seminar {
  background: url("/wp-content/themes/being/assets/img/service/seminar/img_kv.webp")
    no-repeat center center;
  background-size: cover;
}
.service .modBlockDetailKv {
  position: relative;
}
.service .modBlockDetailKv__header {
  background-color: var(--bg);
  padding: 0 134px 0;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBlockDetailKv__header {
    padding: 0 50px 0;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockDetailKv__header {
    padding: 0 20px 0;
  }
}
.service .modBlockDetailKv__header__inner {
  max-width: 1400px;
  margin: auto;
  padding: 136px 0 136px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBlockDetailKv__header__inner {
    padding: 136px 0 136px;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockDetailKv__header__inner {
    padding: 136px 0 136px;
  }
}
.service .modBlockDetailKv__header__data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .service .modBlockDetailKv__header__data {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.service .modBlockDetailKv__header__data .category {
  display: inline-block;
  padding: 9px 24px;
  border: 1px solid var(--black);
  border-radius: 4px;
  font-weight: 700;
  line-height: 1;
}
.service .modBlockDetailKv__header__data .time {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .service .modBlockDetailKv__header__data .time__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
}
.service .modBlockDetailKv__header__title {
  margin: 24px 0 0;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .service .modBlockDetailKv__header__title {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.6;
  }
}
.service .modBlockDetailKv__header__company {
  display: inline-block;
  width: 100%;
  margin: 16px 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: right;
}
.service .modBlockDetailKv__content {
  padding: 0 134px 0;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .modBlockDetailKv__content {
    padding: 0 50px 0;
  }
}
@media screen and (max-width: 900px) {
  .service .modBlockDetailKv__content {
    padding: 0 20px 0;
  }
}
.service .modBlockDetailKv__content__img {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 856/480;
  max-width: 856px;
  border-radius: 8px;
  margin: -80px auto 0;
  position: relative;
}
.service .modBlockDetailKv__content__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.service .modBlockDetailKv__content__img::before,
.service .modBlockDetailKv__content__img::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
.service .modBlockDetailKv__inner {
  max-width: 1400px;
  margin: auto;
}
.service .modBlockDetailKv:not(:has(.modBlockDetailKv__content__img))::after {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 80px;
  background: var(--white);
  border-radius: 0 8px 0 0;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.service .modBlockDetailKv--case .modBlockDetailKv__header {
  background-color: var(--white);
}
.service .modBlockDetailKv--case .modBlockDetailKv__content__img {
  overflow: visible;
}
.service .modBlockDetailKv--case .modBlockDetailKv__content__img::before {
  aspect-ratio: 427/386;
  width: 427px;
  background: url("/wp-content/themes/being/assets/img/service/case/detail/bg_kv_cube01.svg")
    no-repeat center;
  background-size: 100% auto;
  top: 49px;
  left: -304px;
}
@media screen and (max-width: 900px) {
  .service .modBlockDetailKv--case .modBlockDetailKv__content__img::before {
    width: 213px;
    top: -52px;
    left: -70px;
  }
}
.service .modBlockDetailKv--case .modBlockDetailKv__content__img::after {
  aspect-ratio: 686/480;
  width: 686px;
  background: url("/wp-content/themes/being/assets/img/service/case/detail/bg_kv_cube02.svg")
    no-repeat center;
  background-size: 100% auto;
  top: 0;
  right: -447px;
}
@media screen and (max-width: 900px) {
  .service .modBlockDetailKv--case .modBlockDetailKv__content__img::after {
    width: 343px;
    top: -50px;
    right: -150px;
  }
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
.corp :root {
  --swiper-theme-color: #007aff;
}
.corp :host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.corp .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.corp .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.corp .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(
    --swiper-wrapper-transition-timing-function,
    initial
  );
  box-sizing: content-box;
}
.corp .swiper-android .swiper-slide,
.corp .swiper-ios .swiper-slide,
.corp .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.corp .swiper-horizontal {
  touch-action: pan-y;
}
.corp .swiper-vertical {
  touch-action: pan-x;
}
.corp .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.corp .swiper-slide-invisible-blank {
  visibility: hidden;
}
.corp .swiper-autoheight,
.corp .swiper-autoheight .swiper-slide {
  height: auto;
}
.corp .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.corp .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.corp .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.corp .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.corp .swiper-3d {
  perspective: 1200px;
}
.corp .swiper-3d .swiper-cube-shadow,
.corp .swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}
.corp .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.corp .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.corp .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.corp .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.corp .swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.corp .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.corp .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.corp .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.corp .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.corp
  .swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.corp
  .swiper-css-mode.swiper-centered.swiper-horizontal
  > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.corp
  .swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper
  > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.corp
  .swiper-css-mode.swiper-centered.swiper-vertical
  > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.corp .swiper-3d .swiper-slide-shadow,
.corp .swiper-3d .swiper-slide-shadow-bottom,
.corp .swiper-3d .swiper-slide-shadow-left,
.corp .swiper-3d .swiper-slide-shadow-right,
.corp .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.corp .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.corp .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.corp .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.corp .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.corp .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.corp .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}
.corp .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.corp .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.corp .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.corp .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.corp .swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.corp .swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.corp .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.corp .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
.corp :root {
  --swiper-navigation-size: 44px;
}
.corp .swiper-button-next,
.corp .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.corp .swiper-button-next.swiper-button-disabled,
.corp .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.corp .swiper-button-next.swiper-button-hidden,
.corp .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.corp .swiper-navigation-disabled .swiper-button-next,
.corp .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}
.corp .swiper-button-next svg,
.corp .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform-origin: center;
}
.corp .swiper-rtl .swiper-button-next svg,
.corp .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}
.corp .swiper-button-prev,
.corp .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.corp .swiper-button-next,
.corp .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.corp .swiper-button-lock {
  display: none;
}
.corp .swiper-button-next:after,
.corp .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.corp .swiper-button-prev:after,
.corp .swiper-rtl .swiper-button-next:after {
  content: "prev";
}
.corp .swiper-button-next,
.corp .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.corp .swiper-button-next:after,
.corp .swiper-rtl .swiper-button-prev:after {
  content: "next";
}
.corp .swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.corp .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.corp .swiper-pagination-disabled > .swiper-pagination,
.corp .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.corp .swiper-horizontal > .swiper-pagination-bullets,
.corp .swiper-pagination-bullets.swiper-pagination-horizontal,
.corp .swiper-pagination-custom,
.corp .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.corp .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.corp .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.corp .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.corp .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.corp .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.corp
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.corp .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.corp
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.corp .swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.corp button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.corp .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.corp .swiper-pagination-bullet:only-child {
  display: none !important;
}
.corp .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.corp .swiper-pagination-vertical.swiper-pagination-bullets,
.corp .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.corp
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
.corp .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.corp
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.corp
  .swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.corp
  .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.corp
  .swiper-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.corp .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.corp
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.corp
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.corp
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.corp
  .swiper-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet,
.corp
  .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.corp
  .swiper-horizontal.swiper-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.corp .swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.corp .swiper-pagination-progressbar {
  background: var(
    --swiper-pagination-progressbar-bg-color,
    rgba(0, 0, 0, 0.25)
  );
  position: absolute;
}
.corp .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.corp
  .swiper-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.corp .swiper-horizontal > .swiper-pagination-progressbar,
.corp .swiper-pagination-progressbar.swiper-pagination-horizontal,
.corp
  .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.corp
  .swiper-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.corp
  .swiper-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.corp
  .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.corp .swiper-pagination-progressbar.swiper-pagination-vertical,
.corp .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.corp .swiper-pagination-lock {
  display: none;
}
.corp .swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.corp .swiper-scrollbar-disabled > .swiper-scrollbar,
.corp .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.corp .swiper-horizontal > .swiper-scrollbar,
.corp .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.corp .swiper-scrollbar.swiper-scrollbar-vertical,
.corp .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.corp .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.corp .swiper-scrollbar-cursor-drag {
  cursor: move;
}
.corp .swiper-scrollbar-lock {
  display: none;
}
.corp .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.corp .swiper-zoom-container > canvas,
.corp .swiper-zoom-container > img,
.corp .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.corp .swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
.corp .swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.corp .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.corp .swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.corp .swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.corp .swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.corp .swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.corp .swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.corp .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.corp .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.corp .swiper.swiper-cube {
  overflow: visible;
}
.corp .swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.corp .swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.corp .swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.corp .swiper-cube .swiper-slide-active,
.corp .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.corp .swiper-cube .swiper-slide-active,
.corp .swiper-cube .swiper-slide-next,
.corp .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.corp .swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.corp .swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.corp .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.corp .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.corp .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.corp .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.corp .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.corp .swiper.swiper-flip {
  overflow: visible;
}
.corp .swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}
.corp .swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.corp .swiper-flip .swiper-slide-active,
.corp .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.corp .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.corp .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.corp .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.corp .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}
.corp .swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.corp .swiper.swiper-cards {
  overflow: visible;
}
.corp .swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}
.corp .swiper {
  position: relative;
}
.corp .modArticle *:last-child {
  margin-bottom: 0;
}
.corp .modArticle h2,
.corp .modArticle h3,
.corp .modArticle h4 {
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .modArticle h2,
  .corp .modArticle h3,
  .corp .modArticle h4 {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle h2,
  .corp .modArticle h3,
  .corp .modArticle h4 {
    letter-spacing: 0.05em;
  }
}
.corp .modArticle h2 {
  margin: 0 0 40px;
  line-height: 1.4;
}
@media screen and (min-width: 901px) {
  .corp .modArticle h2 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.corp .modArticle h2:after {
  content: "";
  display: block;
  width: 152px;
  height: 3px;
  background: url("/wp-content/themes/being/assets/img/corp/common/line_heading.svg")
    no-repeat bottom center/cover;
}
@media screen and (min-width: 901px) {
  .corp .modArticle h2:after {
    width: 121px;
    height: 8px;
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle h2:after {
    width: 132px;
    height: 9px;
    margin: 8px 0 0;
  }
}
.corp .modArticle h3 {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  gap: 8px;
  margin: 96px 0;
}
@media screen and (min-width: 901px) {
  .corp .modArticle h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .modArticle h3:before {
  content: "";
  display: block;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 20px 0 0;
  background: var(--corporate_blue);
}
.corp .modArticle h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 24px;
}
@media screen and (max-width: 900px) {
  .corp .modArticle h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.corp .modArticle p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  margin: 40px 0;
}
.corp .modArticle figure {
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .corp .modArticle figure {
    width: -moz-fit-content;
    width: fit-content;
    margin: 96px auto;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle figure {
    width: 100%;
    margin: 80px auto;
  }
}
.corp .modArticle figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 680px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}
@media screen and (min-width: 901px) {
  .corp .modArticle figure img {
    aspect-ratio: 680/383;
  }
}
.corp .modArticle figure figcaption {
  margin: 16px 0 0;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .corp .modArticle figure.size-full {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle figure.size-full {
    width: calc(100% + 40px);
    margin: 80px -20px;
  }
}
.corp .modArticle figure.size-full img {
  max-width: 100%;
}
@media screen and (min-width: 901px) {
  .corp .modArticle figure.size-full img {
    aspect-ratio: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle figure.size-full img {
    border-radius: 0;
  }
}
.corp .modArticle ul {
  display: grid;
  gap: 8px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .corp .modArticle ul {
    margin: 96px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle ul {
    margin: 80px 0;
  }
}
.corp .modArticle ul li {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  display: flex;
  gap: 8px;
}
.corp .modArticle ul li::before {
  content: "";
  display: block;
  min-width: 4px;
  height: 4px;
  margin: 15px 0 0 3px;
  background: var(--black);
  border-radius: 50%;
}
.corp .modArticle ul.modListUl > .item {
  flex-wrap: nowrap;
}
.corp .modArticle a {
  display: inline;
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modArticle a:hover {
  color: var(--corporate_blue);
  text-decoration-color: rgba(0, 0, 0, 0);
}
.corp .modArticle__colImg {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__colImg {
    margin: 96px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__colImg {
    margin: 80px 0;
    justify-content: center;
  }
}
@media screen and (min-width: 901px) {
  .corp .modArticle__colImg__item {
    width: calc(50% - 32px);
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__colImg__item {
    width: 100%;
  }
}
.corp .modArticle__colImg__item figure {
  width: initial;
  margin: 0;
}
.corp .modArticle__colImg__item figure img {
  max-width: initial;
  border-radius: 16px;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__colImg__item figure img {
    aspect-ratio: 538/284;
  }
}
.corp .modArticle__img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: 504/158;
  max-width: 504px;
}
.corp .modArticle__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 504/158) {
  .corp .modArticle__img {
    position: relative;
  }
  .corp .modArticle__img::before {
    float: left;
    content: "";
    padding-top: 31.35%;
  }
  .corp .modArticle__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .modArticle__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.corp .modArticle__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__img img {
    aspect-ratio: 504/158 !important;
  }
}
.corp .modArticle .modBoxText {
  padding: 24px 32px;
}
@media screen and (min-width: 901px) {
  .corp .modArticle .modBoxText {
    margin: 96px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle .modBoxText {
    margin: 80px 0;
  }
}
.corp .modArticle .modBoxText p {
  margin: 0;
}
.corp .modArticle__comment {
  display: grid;
  margin: 32px 0;
}
.corp .modArticle__comment:has(> .item) {
  gap: 96px;
}
.corp .modArticle__comment > li.item {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px 40px;
}
@media screen and (max-width: 900px) {
  .corp .modArticle__comment > li.item {
    flex-direction: column;
  }
}
.corp .modArticle__comment > li.item::before {
  content: none;
}
.corp .modArticle__comment > li.item > * {
  width: 100%;
  margin: 0;
}
.corp .modArticle__comment > li.item .item__icon {
  display: grid;
  align-content: start;
  gap: 8px;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__comment > li.item .item__icon {
    max-width: 150px;
  }
}
.corp .modArticle__comment > li.item .item__icon__img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .corp .modArticle__comment > li.item .item__icon__img {
    margin: auto;
  }
}
.corp .modArticle__comment > li.item .item__icon__img img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
}
.corp .modArticle__comment > li.item .item__icon__name {
  text-align: center;
}
.corp .modArticle__comment > li.item .item__content {
  height: -moz-fit-content;
  height: fit-content;
  padding: 24px 32px;
  background: var(--bg);
  border-radius: 8px;
  position: relative;
}
.corp .modArticle__comment > li.item .item__content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  width: 32px;
  height: 32px;
  background: var(--bg);
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_rounded_triangle.svg")
    no-repeat center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_rounded_triangle.svg")
    no-repeat center/100% 100%;
  position: absolute;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__comment > li.item .item__content::before {
    top: 20px;
    right: calc(100% - 10px);
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__comment > li.item .item__content::before {
    bottom: calc(100% - 10px);
    left: 50%;
    transform: rotate(-90deg) translateY(-50%);
  }
}
.corp .modArticle__comment > li.item .item__content p {
  margin: 0;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__comment > li.item--reverse .item__icon {
    order: 1;
  }
}
@media screen and (min-width: 901px) {
  .corp .modArticle__comment > li.item--reverse .item__content::before {
    left: calc(100% - 10px);
    transform: initial;
  }
}
.corp .modArticle__bgBlue {
  background: var(--bg);
  border-radius: 8px;
  padding: 40px;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__bgBlue {
    margin: 96px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__bgBlue {
    margin: 80px 0;
    padding: 40px 16px;
  }
}
.corp .modArticle__bgBlue h3 {
  margin: 32px 0 16px;
  font-size: 28px;
  font-size: 2.8rem;
}
@media screen and (max-width: 900px) {
  .corp .modArticle__bgBlue h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .modArticle__bgBlue h3::before {
  content: none;
}
.corp .modArticle__bgBlue h3:first-child {
  margin-top: initial;
}
.corp .modArticle__bgBlue h3:last-child {
  margin-bottom: initial;
}
.corp .modArticle__bgBlue p {
  margin: 0;
}
.corp .modArticle__bgBlue p:last-of-type {
  margin: 0;
}
.corp .modArticle__bgBlue .content__offtime {
  display: flex;
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__bgBlue .content__offtime {
    padding: 24px 40px;
    gap: 64px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__bgBlue .content__offtime {
    padding-top: 37px;
    flex-direction: column;
    gap: 40px;
  }
}
.corp .modArticle__bgBlue .content__offtime__content {
  width: 100%;
}
.corp .modArticle__bgBlue .content__offtime__image {
  margin: 0 auto !important;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__bgBlue .content__offtime__image {
    width: 53.7%;
  }
}
.corp .modArticle__bgBlue .content__offtime__image img {
  max-width: 320px;
  aspect-ratio: 320/210;
}
.corp .modArticle__bgBlue .content__offtime__enTitle {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--white);
  font-family: "Ysabeau", sans-serif;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__bgBlue .content__offtime__enTitle {
    font-size: 116px;
    font-size: 11.6rem;
    top: -70px;
    left: -20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__bgBlue .content__offtime__enTitle {
    font-size: 88px;
    font-size: 8.8rem;
    top: -60px;
    left: -7px;
  }
}
.corp .modArticle__flex {
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__flex {
    align-items: flex-start;
    margin: 96px auto;
    gap: 64px;
    flex-direction: row;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__flex {
    margin: 80px auto;
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modArticle__flex__content {
    width: 50%;
  }
}
.corp .modArticle__flex__content .title {
  display: block;
  font-weight: 700;
  position: relative;
  margin: 0 0 40px;
  line-height: 1.4;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__flex__content .title {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__flex__content .title {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
.corp .modArticle__flex__content .title:after {
  content: "";
  display: block;
  width: 152px;
  height: 3px;
  background: url("/wp-content/themes/being/assets/img/corp/common/line_heading.svg")
    no-repeat bottom center/cover;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__flex__content .title:after {
    width: 121px;
    height: 8px;
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__flex__content .title:after {
    width: 132px;
    height: 9px;
    margin: 8px 0 0;
  }
}
.corp .modArticle__flex__content .title:before {
  display: none;
}
.corp .modArticle__flex__content p {
  margin-bottom: 0 !important;
}
.corp .modArticle__flex__image {
  margin: 0 auto !important;
  overflow: visible !important;
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .modArticle__flex__image {
    width: 50% !important;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__flex__image {
    text-align: center;
  }
}
.corp .modArticle__flex__image:after {
  content: "";
  position: absolute;
  z-index: -1;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient03.webp");
}
@media screen and (min-width: 901px) {
  .corp .modArticle__flex__image:after {
    transform: translateX(100%);
    left: calc((-100vw - 100%) / 2);
    bottom: -55%;
    width: 120%;
    height: 140%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__flex__image:after {
    transform: none;
    right: auto;
    width: 100%;
    height: 100%;
    left: -30%;
    top: 40%;
  }
}
@media screen and (min-width: 901px) {
  .corp .modArticle__flex__image picture img {
    aspect-ratio: 538/359;
  }
}
@media screen and (min-width: 901px) {
  .corp .modArticle__flex--reverse {
    flex-direction: row-reverse;
  }
}
.corp .modArticle__flex--reverse .modArticle__flex__image:after {
  opacity: 0.5;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient02.webp");
}
@media screen and (min-width: 901px) {
  .corp .modArticle__flex--reverse .modArticle__flex__image:after {
    transform: translateX(-100%) rotate(-140deg);
    left: calc((100vw + 110%) / 2);
    bottom: -80%;
    width: 200%;
    height: 190%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modArticle__flex--reverse .modArticle__flex__image:after {
    transform: rotate(-140deg);
    right: -50%;
    top: 35%;
    width: 130%;
    height: 130%;
  }
}
.corp .modArticle .modListUl > .item .item__inner {
  display: initial;
}
.corp .modBoxText {
  padding: 16px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
@media screen and (min-width: 901px) {
  .corp .modBoxTextCol::after {
    content: "";
    display: table;
    clear: both;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBoxTextCol {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBoxTextCol__inner {
    order: 3;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBoxTextCol__inner:has(.head) {
    order: 1;
  }
}
.corp .modBoxTextCol__inner:first-of-type {
  margin-top: 0;
}
.corp .modBoxTextCol__inner:last-child {
  margin-bottom: 0;
}
.corp .modBoxTextCol__inner .modLinkText {
  margin-top: 24px;
}
.corp .modBoxTextCol__inner + .modBoxTextCol__inner {
  display: grid;
  gap: 8px;
}
@media screen and (min-width: 901px) {
  .corp .modBoxTextCol__inner + .modBoxTextCol__inner {
    margin-top: 24px;
  }
}
.corp .modBoxTextCol .img {
  float: left;
  overflow: hidden;
  border-radius: 8px;
}
@media screen and (min-width: 901px) {
  .corp .modBoxTextCol .img {
    width: 48.8372093023%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBoxTextCol .img {
    order: 2;
  }
}
.corp .modBoxTextCol .img img {
  width: 100%;
}
.corp .modBoxTextCol .img--movie {
  display: block;
  aspect-ratio: 504/283;
}
@media screen and (max-width: 900px) {
  .corp .modBoxTextCol .img--movie {
    width: 100%;
    height: 100%;
  }
}
.corp .modBoxTextCol .img--noBorder {
  border: none;
}
.corp .modBoxTextCol .head {
  display: grid;
  gap: 8px;
}
.corp .modBoxTextCol .head__title {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px) {
  .corp .modBoxTextCol .head__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.corp .modBoxTextCol .head__title--large {
  font-size: 40px;
  font-size: 4rem;
}
.corp .modBoxTextCol__additionCol {
  clear: both;
  display: flex;
  gap: 64px;
  padding-top: 64px;
}
@media screen and (max-width: 900px) {
  .corp .modBoxTextCol__additionCol {
    order: 999999;
    flex-direction: column;
    padding-top: 40px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modBoxTextCol__additionCol .item {
    width: calc((100% - 64px) / 2);
  }
}
.corp .modBoxTextCol__additionCol .item:nth-child(even) {
  position: relative;
}
.corp .modBoxTextCol__additionCol .item:nth-child(even)::before {
  content: "";
  position: absolute;
  background: var(--line);
}
@media screen and (min-width: 901px) {
  .corp .modBoxTextCol__additionCol .item:nth-child(even)::before {
    top: 0;
    left: -32px;
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBoxTextCol__additionCol .item:nth-child(even)::before {
    top: -32px;
    left: 0;
    width: 100%;
    height: 1px;
  }
}
.corp .modBoxTextCol__additionCol .item__title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
}
.corp .modBoxTextCol__additionCol .item__img {
  margin: 16px 0;
}
.corp .modBoxTextCol__additionCol .item__img img {
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .corp .modBoxTextCol--nonSwitch .modBoxTextCol__inner {
    order: 2;
  }
}
.corp .modBoxTextCol--border {
  padding: 40px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  position: relative;
}
.corp .modBoxTextCol--border .img {
  display: grid;
  place-content: center;
  border: none;
}
@media screen and (min-width: 901px) {
  .corp .modBoxTextCol--border .img {
    max-width: 31.007751938%;
    height: 100%;
  }
}
@media screen and (min-width: 901px) {
  .corp .modBoxTextCol--border .modBoxTextCol__inner {
    width: 63.9534883721%;
    margin-left: auto;
  }
}
.corp .modBoxTextCol--reverse .img {
  float: right;
}
@media screen and (min-width: 901px) {
  .corp .modBoxTextCol--reverse .img {
    margin: 0 0 0 56px;
    width: 46.4449541284%;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modBoxTextCol--reverse .img {
    margin: 0 0 0 3.5vw;
    width: 42.8%;
  }
}
.corp .modBoxWorry {
  display: grid;
  place-content: center;
  grid-template-columns: 1fr;
  gap: 24px;
  padding: 40px 16px;
  background: var(--bg);
  border-radius: 8px;
  position: relative;
}
.corp .modBoxWorry::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 54px solid rgba(0, 0, 0, 0);
  border-right: 54px solid rgba(0, 0, 0, 0);
  border-top: 30px solid var(--bg);
  margin: 0 auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .corp .modBoxWorry {
    padding: 32px 20px;
  }
}
.corp .modBoxWorry__title {
  width: 100%;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .corp .modBoxWorry__title {
    padding: 0 22px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .modBoxWorry__title strong {
  font-weight: 700;
  color: var(--corporate_blue);
}
.corp .modBoxWorry__list {
  display: grid;
  gap: 8px;
  margin: auto;
  font-weight: 700;
}
.corp .modBoxWorry__list::after {
  content: "";
  display: block;
  width: 44px;
  height: 182px;
  background: url("/wp-content/themes/being/assets/img/service/common/il_worry.webp")
    no-repeat center;
  background-size: 100% auto;
  position: absolute;
}
@media screen and (min-width: 901px) {
  .corp .modBoxWorry__list {
    max-width: calc(100% - 160px);
    position: relative;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
  .corp .modBoxWorry__list::after {
    left: calc(100% + 32px);
    bottom: -40px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBoxWorry__list {
    gap: 16px;
  }
  .corp .modBoxWorry__list::after {
    width: 23px;
    height: 109px;
    top: -13px;
    right: 15px;
  }
}
.corp .modBoxWorry__list .item {
  display: flex;
  gap: 12px;
}
.corp .modBoxWorry__list .item::before {
  content: "";
  width: 24px;
  height: 24px;
  aspect-ratio: 1;
  margin-top: 5px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check_circle.svg")
    no-repeat center;
  background-size: 100% auto;
}
.corp .modBoxListCol {
  margin-top: 64px;
  border-radius: 8px;
  background: var(--white);
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .corp .modBoxListCol {
    padding: 24px;
  }
}
.corp .modBoxListCol__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .corp .modBoxListCol__inner {
    flex-direction: column;
    gap: 48px;
  }
}
.corp .modBoxListCol__item:first-child {
  flex: 1;
}
.corp .modBoxListCol__item__inner .title {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (min-width: 901px) {
  .corp .modBoxListCol__item__inner .title {
    padding-bottom: 8px;
    border-bottom: 1px solid var(--line);
  }
}
.corp .modBoxListCol__item__inner .list {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.corp .modBoxListCol__item__inner .list__wrap {
  display: flex;
  margin-top: 16px;
}
@media screen and (min-width: 901px) {
  .corp .modBoxListCol__item__inner .list__wrap {
    gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBoxListCol__item__inner .list__wrap {
    flex-direction: column;
    margin-top: 16px;
  }
}
.corp .modBoxListCol__item__inner .list__wrap > .list {
  margin-top: 0;
}
.corp .modBoxListCol__item__inner .list__wrap > .list:first-child {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .corp .modBoxListCol__item__inner .list__wrap > .list + .list {
    margin-top: 2px;
  }
}
.corp .modBoxListCol__item__inner .list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.corp .modBoxListCol__item__inner .list__item::before {
  content: "・";
}
.corp .modBoxListCol__item__inner .list__item small {
  font-size: 16px;
  font-size: 1.6rem;
}
.corp .modBoxCol {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1170px) {
  .corp .modBoxCol {
    flex-direction: column;
  }
}
.corp .modBoxCol > .item {
  flex: 1;
  display: grid;
  align-content: start;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px 0;
  max-width: calc(50% - 12px);
  padding: 40px;
  background: var(--bg);
  border-radius: 8px;
}
.corp .modBoxCol > .item .modBtnSecondary {
  width: 100%;
  padding: 10px;
}
@media screen and (max-width: 1170px) {
  .corp .modBoxCol > .item {
    grid-template-columns: initial;
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBoxCol > .item {
    padding: 40px 20px;
  }
}
.corp .modBoxCol > .item .item__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.corp .modBoxCol > .item .item__call {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
}
.corp .modBoxCol > .item .item__call::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_call.svg")
    no-repeat center center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_call.svg")
    no-repeat center center;
  background: var(--black);
}
.corp .modBoxCol > .item .item__time {
  white-space: nowrap;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.corp .modBoxCol > .item .item__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0;
}
.corp .modBoxCol > .item .item__mail::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail_big.svg")
    no-repeat center center;
}
@media screen and (max-width: 900px) {
  .corp .modBoxCol > .item .item__mail {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.corp .modBoxCol > .item .item__link {
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 1170px) {
  .corp .modBoxCol > .item .item__img {
    text-align: center;
  }
}
.corp .modBoxCol > .item .item__img img {
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width: 1170px) {
  .corp .modBoxCol > .item .item__img img {
    max-width: 600px;
  }
}
.corp .modBoxCol > .item .item__title {
  width: 100%;
  padding: 5px;
  background: var(--white);
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.corp .modBoxCol--logo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  .corp .modBoxCol--logo {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 650px) {
  .corp .modBoxCol--logo {
    grid-template-columns: repeat(1, 1fr);
  }
}
.corp .modBoxCol--logo .item {
  display: flex;
  flex-direction: column;
  gap: 27px;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 901px) {
  .corp .modBoxCol--logo .item:first-child .item__img__wrapper {
    padding-top: 10px;
  }
}
.corp .modBoxCol--logo .item__img {
  display: flex;
  width: 100%;
  height: auto;
  flex-direction: column;
  overflow: hidden;
  aspect-ratio: 248/60;
}
.corp .modBoxCol--logo .item__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 248/60) {
  .corp .modBoxCol--logo .item__img {
    position: relative;
  }
  .corp .modBoxCol--logo .item__img::before {
    float: left;
    content: "";
    padding-top: 24.19%;
  }
  .corp .modBoxCol--logo .item__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .modBoxCol--logo .item__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.corp .modBoxCol--logo .item__img__wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.corp .modBoxCol--logo .item__img__wrapper:has(.item__img__cap) {
  padding-top: 10px;
  overflow: visible;
  position: relative;
}
.corp .modBoxCol--logo .item__img__cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  text-align: center;
  height: 23%;
}
@media screen and (min-width: 901px) {
  .corp .modBoxCol--logo .item__img__cap {
    transform: translate(0, -50%);
  }
}
.corp .modBoxCol--logo .item .modBtnSecondary {
  min-width: 100%;
}
.corp .modBreadCrumbs {
  white-space: nowrap;
  display: flex;
  max-width: 1400px;
  margin: auto;
}
.corp .modBreadCrumbs__wrap {
  background: var(--corporate_blue);
  overflow-x: auto;
  padding: 24px 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modBreadCrumbs__wrap {
    padding: 24px 50px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBreadCrumbs__wrap {
    padding: 24px 20px;
  }
  .corp .modBreadCrumbs__wrap::-webkit-scrollbar {
    display: none;
  }
}
.corp .modBreadCrumbs__item {
  padding: 0 20px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: var(--white);
  position: relative;
}
.corp .modBreadCrumbs__item:after {
  content: "-";
  position: absolute;
  right: 8px;
}
.corp .modBreadCrumbs__item:last-child::after {
  display: none;
}
.corp .modBreadCrumbs__item > a {
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modBreadCrumbs__item > a:hover {
  text-decoration-color: initial;
}
.corp .modBreadCrumbs__item:first-child > a {
  color: var(--white);
}
.corp .modBtnNormal {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  max-width: 658px;
  width: 100%;
  padding: 23px;
  background: var(--white);
  border-radius: 50px;
  border: 1px solid var(--white);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--corporate_blue);
  cursor: pointer;
}
.corp .modBtnNormal::before,
.corp .modBtnNormal::after {
  display: inline-block;
  width: 100%;
  max-width: 40px;
  aspect-ratio: 1;
  background: var(--corporate_blue);
  transition: transform 0.5s;
}
@media screen and (min-width: 901px) {
  .corp .modBtnNormal:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--white);
  }
  .corp .modBtnNormal:hover::before,
  .corp .modBtnNormal:hover::after {
    background: var(--white);
    transform: translateX(4px);
  }
}
@media screen and (max-width: 900px) {
  .corp .modBtnNormal {
    padding: 15px;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 901px) {
  .corp .modBtnNormal__wrap {
    display: flex;
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBtnNormal__wrap .modBtnNormal {
    margin-top: 16px;
  }
  .corp .modBtnNormal__wrap .modBtnNormal:first-child {
    margin: 0 auto;
  }
}
.corp .modBtnNormal__wrap--center {
  justify-content: center;
}
.corp .modBtnNormal--mail::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail_big.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail_big.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modBtnNormal--map::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_map.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_map.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modBtnNormal--blank::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modBtnNormal--download::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_download_big.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_download_big.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modBtnNormal--chevron::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_chevron_right.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_chevron_right.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modBtnNormal--arrow::after {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_arrow.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_arrow.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modBtnSecondary {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 23px 40px;
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--black);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modBtnSecondary .modIcon {
  width: 20px;
  height: 20px;
  background: var(--white);
  border: none;
}
.corp .modBtnSecondary .modIcon::before {
  width: 100%;
  background: var(--black);
}
@media screen and (min-width: 901px) {
  .corp .modBtnSecondary {
    min-width: 266px;
  }
  .corp .modBtnSecondary:hover {
    background: var(--black);
    color: var(--white);
  }
  .corp .modBtnSecondary:hover .modIcon {
    background: var(--black);
    transform: translateX(4px);
  }
  .corp .modBtnSecondary:hover .modIcon::before {
    background: var(--white);
  }
}
@media screen and (max-width: 900px) {
  .corp .modBtnSecondary {
    padding: 14px 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.corp .modBtnSecondary--back .modIcon::before {
  transform: translate(-50%, -50%) scale(-1, 1);
}
@media screen and (min-width: 901px) {
  .corp .modBtnSecondary--back:hover .modIcon {
    transform: translateX(-4px);
  }
}
.corp .modBtnSecondary--blue {
  background: var(--corporate_blue);
  border-color: var(--corporate_blue);
  color: var(--white);
}
.corp .modBtnSecondary--blue .modIcon {
  background: var(--corporate_blue);
}
.corp .modBtnSecondary--blue .modIcon::before {
  background: var(--white);
}
@media screen and (min-width: 901px) {
  .corp .modBtnSecondary--blue:hover {
    background: var(--white);
    color: var(--corporate_blue);
  }
  .corp .modBtnSecondary--blue:hover .modIcon {
    background: var(--white);
  }
  .corp .modBtnSecondary--blue:hover .modIcon::before {
    background: var(--corporate_blue);
  }
}
@media screen and (min-width: 901px) {
  .corp .modBpPc {
    display: inherit;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBpPc {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .corp .modBpPc--inline {
    display: inline;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modBpPc--spTablet {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .corp .modBpSp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBpSp {
    display: inherit;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBpSp--inline {
    display: inline;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modBpSp--spTablet {
    display: inherit;
  }
}
.corp .modSection {
  padding: 160px 80px;
}
.corp .modSection:first-child {
  padding-top: 80px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modSection {
    padding: 160px 50px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection {
    padding: 120px 20px;
  }
  .corp .modSection:first-child {
    padding-top: 80px;
  }
}
.corp .modSection + .modSection {
  padding-top: 0;
}
.corp .modSection + .modSection--bg {
  padding-top: 160px;
}
@media screen and (max-width: 900px) {
  .corp .modSection + .modSection--bg {
    padding-top: 120px;
  }
}
.corp .modSection:not(:has(.modSection--bg)) {
  scroll-margin-top: 160px;
}
@media screen and (max-width: 900px) {
  .corp .modSection:not(:has(.modSection--bg)) {
    scroll-margin-top: 120px;
  }
}
.corp .modSection__inner {
  max-width: 1400px;
  margin: auto;
}
.corp .modSection__inner > .modListTextNote {
  margin-top: 8px;
}
.corp .modSection__content {
  display: grid;
  gap: 80px;
  grid-template-columns: minmax(0, 1fr);
  margin: 80px 0 0;
}
.corp .modSection__content:first-child {
  margin-top: 0;
}
.corp .modSection__content:has(> .contentItem--borderBox),
.corp .modSection__content:has(> .modListNews) {
  gap: 32px;
}
.corp .modSection__content__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr);
}
.corp .modSection__content__inner > .modListCol {
  margin: 0;
}
.corp .modSection__content .contentItem {
  display: grid;
  justify-items: stretch;
  gap: 24px;
}
.corp .modSection__content .contentItem__inner {
  display: grid;
  gap: 16px;
}
.corp .modSection__content .contentItem--borderBox {
  padding: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .corp .modSection__content .contentItem--borderBox {
    padding: 20px;
  }
}
.corp .modSection__content .contentItem--bg {
  background: var(--bg);
  border-radius: 24px;
  padding: 40px;
}
@media screen and (max-width: 900px) {
  .corp .modSection__content .contentItem--bg {
    padding: 40px 20px;
  }
}
.corp .modSection__content.swiper .modLinkText {
  margin-top: 32px;
}
.corp .modSection__content--bg {
  background: var(--bg);
  border-radius: 24px;
  padding: 40px;
}
@media screen and (min-width: 901px) {
  .corp .modSection__content--bg:has(> h2.modHeading) {
    padding: 80px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection__content--bg {
    padding: 80px 20px;
  }
}
.corp .modSection__side {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .corp .modSection__side {
    max-width: 250px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modSection__side .modListCategory {
    flex-direction: column;
    align-items: flex-start;
  }
}
.corp .modSection__articleIntro {
  margin: 40px 0 0;
  display: grid;
  gap: 32px;
}
.corp .modSection--bg {
  background: var(--bg);
}
.corp .modSection--bg + .modSection--bg {
  padding-top: 0;
}
.corp .modSection--bg + .modSection {
  padding-top: 160px;
}
@media screen and (max-width: 900px) {
  .corp .modSection--bg + .modSection {
    padding-top: 120px;
  }
}
.corp .modSection--bg .modTable__content__table tbody tr th,
.corp .modSection--bg .modTable__content__table thead tr th {
  background: var(--white);
}
@media screen and (min-width: 901px) {
  .corp .modSection--bg + .modCtaBusiness,
  .corp .modSection--bg + .modCtaRecruit {
    margin-top: -230px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--bg + .modCtaBusiness,
  .corp .modSection--bg + .modCtaRecruit {
    margin-top: -70px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modSection--col .modSection__inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}
.corp .modSection--col .modSection__inner .modHeading {
  white-space: nowrap;
}
@media screen and (min-width: 901px) {
  .corp .modSection--col .modSection__inner .modSection__content {
    flex: 1;
    max-width: 65.8914728682%;
    margin: 0;
  }
}
.corp .modSection--titleFlex .modSection__title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.corp .modSection--titleFlex .modSection__title .modLinkText {
  white-space: nowrap;
}
.corp
  .modSection--titleFlex
  .modSection__title:has(.modHeading .en)
  .modLinkText {
  margin-top: auto;
}
.corp .modSection--peopleList {
  position: relative;
}
.corp .modSection--peopleList:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient05.webp");
  z-index: -1;
  opacity: 0.4;
}
@media screen and (min-width: 901px) {
  .corp .modSection--peopleList:after {
    width: 1300px;
    height: 1064px;
    background-position: 25rem -15rem;
    right: 0;
    bottom: -600px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--peopleList:after {
    width: 1170px;
    height: 648px;
    background-position: 35rem -25rem;
    filter: blur(20px);
    transform: rotate(-10deg);
    right: -190px;
    bottom: -509px;
  }
}
.corp .modSection--peopleList .modSection__content {
  margin-top: 40px;
}
.corp .modSection--personality {
  position: relative;
}
.corp .modSection--personality:after {
  content: "";
  width: 520px;
  height: 700px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient06.webp");
  opacity: 0.6;
  z-index: -1;
  right: -150px;
}
@media screen and (min-width: 901px) {
  .corp .modSection--personality:after {
    top: 10%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--personality:after {
    top: 4%;
  }
}
.corp .modSection--personality .modText--bold {
  line-height: 1.6;
}
@media screen and (min-width: 901px) {
  .corp .modSection--personality .modText--bold {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--personality .modText--bold {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.corp .modSection--personality .modFeatureCard__title {
  gap: 8px;
}
.corp .modSection--personality .modFeatureCard__title:before {
  width: 28px;
  height: 28px;
  margin: 2px 0 0;
}
.corp .modSection--recruitFeature {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .corp .modSection--recruitFeature {
    padding-bottom: 334px;
    clip-path: polygon(0 -230px, 100% 0, 100% calc(100% - 230px), 0 100%);
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--recruitFeature {
    padding: 120px 20px 234px !important;
    clip-path: polygon(0 -70px, 100% 0, 100% calc(100% - 70px), 0 100%);
  }
}
.corp .modSection--recruitFeature:after {
  content: "";
  width: 1300px;
  height: 1064px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient01.webp");
  z-index: -1;
  opacity: 0.5;
  bottom: -315px;
  transform: rotate(30deg);
  left: -4%;
}
@media screen and (min-width: 901px) {
  .corp .modSection--recruitFeature:after {
    background-position: -50rem 25rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--recruitFeature:after {
    background-position: -57rem 45rem;
  }
}
.corp .modSection--recruitFeature .modSection__content {
  gap: 40px;
}
.corp .modSection--recruitFeature .featureArrow {
  width: 74px;
  height: 110px;
  position: absolute;
  z-index: 99;
}
@media screen and (min-width: 901px) {
  .corp .modSection--recruitFeature .featureArrow {
    transform: rotate(14deg) translateX(-50%);
    left: 50%;
    top: -57px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--recruitFeature .featureArrow {
    transform: translateX(-50%) rotate(5deg);
    left: 50%;
    top: -66px;
  }
  .corp .modSection--recruitFeature .featureArrow img {
    width: 85%;
    -o-object-position: -1rem 1rem;
    object-position: -1rem 1rem;
    height: 100%;
  }
}
@media screen and (min-width: 901px) {
  .corp .modSection--recruitFeature .featureArrow--reverse {
    transform: rotate(-20deg) translateX(-50%) scaleX(-1);
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--recruitFeature .featureArrow--reverse {
    transform: translateX(-50%) rotate(-20deg) scaleX(-1);
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--recruitFeature .modHeadingCatch {
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .modSection--management {
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .modSection--management {
    padding-top: 160px !important;
  }
}
.corp .modSection--management::after {
  content: "";
  width: 269px;
  aspect-ratio: 538/1237;
  height: auto;
  background: url("/wp-content/themes/being/assets/img/corp/recruit/works/img_gradiantElement01.webp")
    no-repeat 100% / cover;
  position: absolute;
  bottom: 65px;
  left: 0;
  z-index: -1;
}
.corp .modSection--management .modSection__content {
  gap: 80px;
}
@media screen and (max-width: 900px) {
  .corp .modSection--management .modSection__content {
    gap: 40px;
  }
}
.corp .modSection--works {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 900px) {
  .corp .modSection--works {
    padding-bottom: 117px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--works#section01 {
    padding-top: 0;
  }
}
.corp .modSection--works#section01::after {
  top: 500px;
}
@media screen and (max-width: 900px) {
  .corp .modSection--works#section01::after {
    top: 1800px;
  }
}
.corp .modSection--works::after {
  content: "";
  width: 50%;
  aspect-ratio: 1340/1320;
  height: auto;
  background: url("/wp-content/themes/being/assets/img/corp/recruit/works/img_gradiantElement02.webp")
    no-repeat 100% / cover;
  position: absolute;
  top: 347px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .corp .modSection--works::after {
    width: 100%;
    top: 1500px;
  }
}
.corp .modSection--works .modSection__content {
  gap: 80px;
}
@media screen and (max-width: 900px) {
  .corp .modSection--works .modSection__content {
    gap: 40px;
  }
}
.corp .modSection--joinus {
  position: relative;
}
.corp .modSection--joinus:after {
  content: "";
  width: 943px;
  height: 654px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient07.webp");
  z-index: -1;
  bottom: -180px;
}
@media screen and (min-width: 901px) {
  .corp .modSection--joinus:after {
    right: -4%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--joinus:after {
    right: -210px;
  }
}
.corp .modSection--flow {
  position: relative;
}
.corp .modSection--flow:after {
  content: "";
  width: 817px;
  height: 533px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient03.webp");
  opacity: 0.3;
  z-index: -1;
  transform: rotate(-100deg);
}
@media screen and (min-width: 901px) {
  .corp .modSection--flow:after {
    top: 30%;
    left: -340px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--flow:after {
    top: 61%;
    left: -300px;
  }
}
.corp .modSection--visualStory {
  padding-bottom: 320px;
}
@media screen and (max-width: 900px) {
  .corp .modSection--visualStory {
    padding-bottom: 292px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modSection--stickyProfile {
    padding-bottom: 83px;
  }
}
.corp .modCta {
  position: relative;
  color: var(--white);
  z-index: 1;
  overflow: hidden;
  max-width: 1400px;
  margin: 120px auto;
  padding: 40px 94px;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 1170px) {
  .corp .modCta {
    padding: 20px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCta {
    margin: 100px auto;
  }
}
.corp .modCta__wrap {
  margin: 0 40px;
}
@media screen and (max-width: 900px) {
  .corp .modCta__wrap {
    margin: 0 20px;
  }
}
.corp .modCta__inner {
  position: relative;
  z-index: 1;
}
.corp .modCta__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: 0 -40px;
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  color: var(--white);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1170px) {
  .corp .modCta__intro {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCta__intro {
    display: block;
    margin: 0;
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .corp .modCta__intro .logo {
    white-space: nowrap;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCta__intro .logo {
    display: inline-block;
  }
}
.corp .modCta__intro .logo img {
  filter: brightness(0) invert(1);
}
.corp .modCta__intro .logo--text {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modCta__intro .logo--text {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCta__intro .logo--text {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 340px) {
  .corp .modCta__intro .logo--text {
    font-size: 30px;
    font-size: 3rem;
  }
}
.corp .modCta__intro .logo--text .brTablet {
  display: none;
}
@media screen and (max-width: 1279px) and (min-width: 901px) {
  .corp .modCta__intro .logo--text .brTablet {
    display: initial;
  }
}
.corp .modCta__col {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 40px 0 0;
}
@media screen and (max-width: 900px) {
  .corp .modCta__col {
    flex-direction: column;
    gap: 40px;
  }
}
.corp .modCta__col .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: calc(50% - 12px);
}
@media screen and (max-width: 900px) {
  .corp .modCta__col .item {
    width: 100%;
  }
}
.corp .modCta__col .item:has(.item__list) {
  align-items: flex-start;
}
.corp .modCta__col .item__text {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .corp .modCta__col .item__text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.corp .modCta__col .item__list {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 12px;
}
.corp .modCta__col .item__list__item {
  display: flex;
  gap: 8px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
.corp .modCta__col .item__list__item::before {
  content: "";
  aspect-ratio: 27/21;
  width: 27px;
  min-width: 27px;
  height: 21px;
  margin-top: 6px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check.svg")
    no-repeat center center;
  background-size: cover;
}
.corp .modCta .jsParallax--ctaBg01 {
  background: #004ea2;
}
.corp .modCta--gaia {
  --corporate_blue: #003e87;
}
.corp .modCta--gaia .jsParallax--ctaBg01 {
  background: #003e87;
}
.corp .modCta--gaia11 {
  --corporate_blue: #01a6e6;
}
.corp .modCta--gaia11 .jsParallax--ctaBg01 {
  background: #01a6e6;
}
.corp .modCta--beingCollaboration {
  --corporate_blue: #c9a746;
}
.corp .modCta--beingCollaboration .jsParallax--ctaBg01 {
  background: #c9a746;
}
.corp .modCta--beingBid {
  --corporate_blue: #95272a;
}
.corp .modCta--beingBid .jsParallax--ctaBg01 {
  background: #95272a;
}
.corp .modCta--beingBudget {
  --corporate_blue: #005e3c;
}
.corp .modCta--beingBudget .jsParallax--ctaBg01 {
  background: #005e3c;
}
.corp .modCta--beingProjectCCPM {
  --corporate_blue: #ba5020;
}
.corp .modCta--beingProjectCCPM .jsParallax--ctaBg01 {
  background: #ba5020;
}
.corp .modCta--hyouka {
  --corporate_blue: #6da2c4;
}
.corp .modCta--hyouka .jsParallax--ctaBg01 {
  background: #6da2c4;
}
.corp .modCta--inshare {
  --corporate_blue: #00b3ba;
}
.corp .modCta--inshare .jsParallax--ctaBg01 {
  background: #00b3ba;
}
.corp .modCta--sagasiba {
  --corporate_blue: #077590;
}
.corp .modCta--sagasiba .jsParallax--ctaBg01 {
  background: #077590;
}
.corp .modCta--other {
  --corporate_blue: #004ea2;
}
.corp .modCtaContact {
  max-width: 1400px;
  margin: auto;
  padding: 24px 94px 40px;
  background: rgba(3, 7, 29, 0.1);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 8px;
  color: var(--white);
}
@media screen and (min-width: 901px) {
  .corp .modCtaContact {
    box-sizing: content-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modCtaContact {
    gap: 40px 20px;
    padding: 24px 30px 40px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact {
    padding: 20px 20px 40px;
  }
}
.corp .modCtaContact__wrap {
  overflow: hidden;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modCtaContact__wrap {
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__wrap {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modCtaContact__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1032px;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .corp .modCtaContact__inner {
    flex-direction: column;
  }
}
.corp .modCtaContact__title {
  font-size: 120px;
  font-size: 12rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__title {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 350px) {
  .corp .modCtaContact__title {
    font-size: 70px;
    font-size: 7rem;
  }
}
.corp .modCtaContact__title small {
  margin-top: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.corp .modCtaContact__list {
  margin-top: auto;
}
@media screen and (max-width: 1000px) {
  .corp .modCtaContact__list {
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 46px auto 0;
  }
}
.corp .modCtaContact__list__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.corp .modCtaContact__list__item::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 21px;
  margin-right: 2.5px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check.svg")
    no-repeat center center;
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__list__item::before {
    margin-right: 8px;
    background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check_bold.svg")
      no-repeat center center;
  }
}
.corp .modCtaContact__list__item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__list__item:not(:first-child) {
    margin-top: 8px;
  }
}
.corp .modCtaContact__intro {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__intro {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
  }
}
.corp .modCtaContact .modBtnNormal {
  margin: auto;
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact .modBtnNormal {
    margin-top: 16px;
  }
}
.corp .modCtaContact__text {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .corp .modCtaContact__text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px 20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__text {
    max-width: 262px;
    margin: 24px auto 0;
    font-feature-settings: "palt";
  }
}
.corp .modCtaContact__text:has(.modCtaContact__text__inner) {
  flex-wrap: wrap;
  gap: 16px 48px;
}
.corp .modCtaContact__text__inner {
  width: calc(50% - 24px);
  position: relative;
}
.corp .modCtaContact__text__inner:has(+ .modCtaContact__text__inner)::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: var(--line);
  position: absolute;
  top: 0;
  right: -26.5px;
}
@media screen and (min-width: 901px) {
  .corp .modCtaContact__text__inner {
    display: flex;
    gap: 20px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modCtaContact__text__inner {
    gap: 10px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__text__inner {
    width: 100%;
  }
  .corp .modCtaContact__text__inner:first-child::after {
    width: 100%;
    height: 1px;
    top: calc(100% + 15.5px);
    right: 0;
  }
}
.corp .modCtaContact__text .call {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 40px;
  font-size: 4rem;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
.corp .modCtaContact__text .call::before {
  content: "";
  display: inline-block;
  width: 40px;
  aspect-ratio: 1;
  margin-right: 2.5px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_call.svg")
    no-repeat center center;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modCtaContact__text .call {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__text .call {
    justify-content: center;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 350px) {
  .corp .modCtaContact__text .call {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.corp .modCtaContact__text .time {
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  font-feature-settings: normal;
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__text .time {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 8px auto 0;
  }
}
.corp .modCtaContact__text .time__thin {
  font-weight: 400;
}
.corp .modCtaContact__text .note {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .corp .modCtaContact__text .note {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 8px auto 0;
  }
}
.corp .modCtaFooter {
  width: 50%;
}
.corp .modCtaFooter__wrap {
  display: flex;
  height: 504px;
  border-top: 1px solid var(--corporate_blue);
  position: relative;
}
@media screen and (max-width: 900px) {
  .corp .modCtaFooter__wrap {
    height: 674px;
  }
}
.corp .modCtaFooter__title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 24px;
  background: var(--white);
  font-weight: 700;
  color: var(--corporate_blue);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  cursor: pointer;
}
.corp .modCtaFooter__title .modIcon {
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}
@media screen and (min-width: 901px) {
  .corp .modCtaFooter__title {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
  }
  .corp .modCtaFooter__title:hover .modIcon {
    transform: rotate(90deg) translateX(4px);
  }
  .corp .modCtaFooter__title:hover .modCtaFooter__title__inner::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaFooter__title {
    justify-content: space-between;
    padding: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 350px) {
  .corp .modCtaFooter__title {
    padding: 20px 10px;
    gap: 8px;
  }
}
.corp .modCtaFooter__title__inner {
  white-space: nowrap;
  position: relative;
}
.corp .modCtaFooter__title__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--corporate_blue);
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (max-width: 900px) {
  .corp .modCtaFooter__title__inner {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.corp .modCtaFooter.is-open .modCtaFooter__title {
  background: var(--corporate_blue);
  color: var(--white);
}
.corp .modCtaFooter.is-open .modCtaFooter__title .modIcon {
  background: var(--white);
  border-color: var(--white);
}
.corp .modCtaFooter.is-open .modCtaFooter__title .modIcon::before {
  background: var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .corp .modCtaFooter.is-open .modCtaFooter__title:hover .modIcon {
    transform: rotate(90deg);
  }
}
.corp .modCtaFooter.is-open .modCtaContact__wrap {
  opacity: 1;
  z-index: 99;
}
.corp .modCtaFooter .modCtaContact {
  justify-content: center;
  align-items: center;
  gap: 32px;
  height: 259px;
  padding: 40px 94px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modCtaFooter .modCtaContact {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaFooter .modCtaContact {
    display: flex;
    flex-direction: column;
    height: 550px;
    padding: 40px 20px;
  }
}
.corp .modCtaFooter .modCtaContact__wrap {
  opacity: 0;
  width: 100%;
  height: 419px;
  position: absolute;
  left: 0;
  transition: 1s ease-out;
}
@media screen and (max-width: 900px) {
  .corp .modCtaFooter .modCtaContact__wrap {
    height: 590px;
  }
}
.corp .modCtaFooter .modCtaContact .modBtnNormal__wrap {
  width: 100%;
}
.corp .modCtaFooter .modCtaContact__text {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .corp .modCtaFooter .modCtaContact__text {
    max-width: initial;
  }
}
.corp .modCtaFooter .modCtaContact__text__inner {
  justify-content: center;
  align-items: center;
}
.corp
  .modCtaFooter
  .modCtaContact__text__inner:has(+ .modCtaContact__text__inner) {
  justify-content: flex-end;
}
.corp
  .modCtaFooter
  .modCtaContact__text__inner:has(+ .modCtaContact__text__inner)
  + .modCtaContact__text__inner {
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .corp .modCtaFooter .modCtaContact__text__inner {
    display: block;
    text-align: center;
  }
  .corp .modCtaFooter .modCtaContact__text__inner:not(:first-child) {
    margin-top: 32px;
    padding-bottom: 8px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modCtaFooter .modCtaContact__text .note {
    width: 100%;
    text-align: center;
  }
}
.corp .modCtaFixed {
  pointer-events: none;
  opacity: 0;
  position: relative;
  z-index: 1;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modCtaFixed__inner {
  background: var(--white);
  border-radius: 8px 0 0 8px;
  position: fixed;
  right: 0;
  bottom: 8px;
}
.corp .modCtaFixed__inner > a {
  display: grid;
  place-content: center;
  gap: 8px;
  height: 100px;
  padding: 10px 24px;
  border-radius: 8px 0 0 8px;
  color: var(--white);
  background: #003e87;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .corp .modCtaFixed__inner > a:hover {
    opacity: 0.5;
  }
}
.corp .modCtaFixed__logo {
  display: flex;
  justify-content: center;
  text-align: center;
}
.corp .modCtaFixed__logo img {
  filter: brightness(0) invert(1);
}
.corp .modCtaFixed__text {
  white-space: nowrap;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.corp .modCtaFixed__close {
  aspect-ratio: 1/1;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: 0.6px solid var(--line);
  background: var(--white);
  position: absolute;
  top: -12px;
  left: -12px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .corp .modCtaFixed__close:hover {
    opacity: 0.5;
  }
}
.corp .modCtaFixed__close .icon {
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
}
.corp .modCtaFixed__close .icon::before,
.corp .modCtaFixed__close .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 1px;
  background: var(--black);
}
.corp .modCtaFixed__close .icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.corp .modCtaFixed__close .icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.corp .modCtaFixed.is-static .modCtaFixed__inner {
  position: absolute;
}
.corp .modCtaFixed.is-act {
  pointer-events: initial;
  opacity: 1;
}
.corp .modCtaFixed--gaia .modCtaFixed__inner > a {
  background: #003e87;
}
.corp .modCtaFixed--gaia11 .modCtaFixed__inner > a {
  background: #01a6e6;
}
.corp .modCtaFixed--beingCollaboration .modCtaFixed__inner > a {
  background: #c9a746;
}
.corp .modCtaFixed--beingCollaboration .modCtaFixed__logo::after {
  content: "シリーズ";
  display: inline-flex;
  align-items: center;
  margin-left: 4px;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
}
.corp .modCtaFixed--beingBid .modCtaFixed__inner > a {
  background: #95272a;
}
.corp .modCtaFixed--beingBudget .modCtaFixed__inner > a {
  background: #005e3c;
}
.corp .modCtaFixed--beingProjectCCPM .modCtaFixed__inner > a {
  background: #ba5020;
}
.corp .modCtaFixed--hyouka .modCtaFixed__inner > a {
  background: #6da2c4;
}
.corp .modCtaFixed--inshare .modCtaFixed__inner > a {
  background: #00b3ba;
}
.corp .modCtaFixed--sagasiba .modCtaFixed__inner > a {
  background: #077590;
}
.corp .modCtaFixed--other .modCtaFixed__inner > a {
  background: #004ea2;
}
.corp .modCtaBusiness {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .corp .modCtaBusiness {
    clip-path: polygon(0 230px, 100% 0, 100% calc(100% - 230px), 0 100%);
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaBusiness {
    clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
  }
}
@media screen and (min-width: 901px) {
  .corp .modCtaBusiness {
    padding: 290px 0 255px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaBusiness {
    padding: 213px 0 204px;
  }
}
.corp .modCtaBusiness::after {
  content: "";
  display: block;
  background: url("/wp-content/themes/being/assets/img/corp/common/text_contact.svg")
    no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .corp .modCtaBusiness::after {
    top: 78px;
    width: 978px;
    height: 310px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaBusiness::after {
    top: 18px;
    width: 100%;
    max-width: 375px;
    height: 119px;
  }
}
.corp .modCtaBusiness__image {
  position: absolute;
  width: 100%;
  height: auto;
}
.corp .modCtaBusiness__image img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .corp .modCtaBusiness__image img {
    -o-object-position: 34% 0;
    object-position: 34% 0;
  }
}
.corp .modCtaBusiness .modHeading01 {
  color: var(--white);
  position: relative;
  z-index: 1;
}
.corp .modCtaBusiness .modHeading01 .en {
  color: var(--white);
}
.corp .modCtaBusiness .modBtnNormal {
  line-height: 1.6;
  gap: 16px;
  margin: 80px auto 0;
}
@media screen and (min-width: 901px) {
  .corp .modCtaBusiness .modBtnNormal {
    max-width: 303px;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 25px 23px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaBusiness .modBtnNormal {
    max-width: 276px;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 60px;
    padding: 13px;
  }
}
.corp .modCtaBusiness .modBtnNormal--mail::after {
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  max-width: 20px;
}
.corp .modCtaRecruit {
  position: relative;
  text-align: center;
  z-index: auto !important;
}
@media screen and (min-width: 901px) {
  .corp .modCtaRecruit {
    padding: 283px 80px 85px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaRecruit {
    padding: 160px 40px 80px;
  }
}
.corp .modCtaRecruit::after {
  content: "";
  display: block;
  background: url("/wp-content/themes/being/assets/img/corp/common/text_joinus.svg")
    no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .corp .modCtaRecruit::after {
    top: 115px;
    width: 816px;
    height: 329px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaRecruit::after {
    top: 52px;
    width: 90%;
    max-width: 375px;
    height: 135px;
  }
}
.corp .modCtaRecruit__arrow {
  width: 108px;
  height: 151px;
  transform: scaleX(-1) rotate(40deg);
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 901px) {
  .corp .modCtaRecruit__arrow {
    background-size: 100%;
    left: 60.5%;
    top: -4px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaRecruit__arrow {
    left: 55.4%;
    top: -33px;
  }
  .corp .modCtaRecruit__arrow img {
    width: 75%;
  }
}
@media screen and (min-width: 901px) {
  .corp .modCtaRecruit .modHeadingLine {
    margin-bottom: 62px;
  }
}
.corp .modCtaRecruit .modHeadingLine .underline {
  max-width: 282px;
}
.corp .modCtaRecruit__image {
  position: absolute;
  width: 100%;
  height: auto;
}
.corp .modCtaRecruit__image img {
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.corp .modCtaRecruit__list {
  max-width: 1400px;
  margin: auto;
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .modCtaRecruit__list {
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaRecruit__list {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.corp .modCtaRecruit__list__item {
  display: grid;
  flex: 1;
}
@media screen and (min-width: 901px) {
  .corp .modCtaRecruit__list__item {
    gap: 14px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaRecruit__list__item {
    gap: 8px;
    max-width: 294px;
    width: 100%;
  }
}
.corp .modCtaRecruit__list__item .caption {
  text-align: center;
  color: var(--white);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 901px) {
  .corp .modCtaRecruit__list__item .caption {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaRecruit__list__item .caption {
    line-height: 2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 901px) {
  .corp .modCtaRecruit__list__item .modBtnNormal {
    gap: 12px;
    padding: 35px 23px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaRecruit__list__item .modBtnNormal {
    padding: 22px 23px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modCtaRecruit__list__item .modBtnNormal img {
    width: 72.8%;
    max-width: 222px;
    min-width: 140px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCtaRecruit__list__item .modBtnNormal img {
    height: 22px;
    width: auto;
  }
}
.corp .modCtaRecruit__list__item .modBtnNormal:has(img):after {
  margin-top: 4px;
}
.corp .modCtaRecruit__list__item .modBtnNormal:after {
  max-width: 20px;
}
.corp .footer {
  position: relative;
  padding: 85px 50px 40px 80px;
  background: var(--corporate_blue);
  z-index: 1;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .footer {
    padding: 80px 50px 20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .footer {
    overflow: hidden;
    padding: 60px 20px 20px;
  }
}
.corp .footer a {
  color: var(--white);
}
.corp .footer__inner {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .corp .footer__inner {
    display: flex;
    flex-direction: column;
  }
  .corp .footer__inner > * {
    order: 1;
  }
}
.corp .footer__upper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .corp .footer__upper {
    order: 2;
    flex-direction: column;
    margin-top: 40px;
  }
  .corp .footer__upper .footer__main {
    order: 2;
  }
  .corp .footer__upper .footer__contents {
    order: 1;
  }
}
.corp .footer__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 950px) {
  .corp .footer__main {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .corp .footer__main .logo {
    margin-top: 5px;
  }
}
@media screen and (max-width: 950px) {
  .corp .footer__main .logo {
    margin-top: 80px;
  }
}
.corp .footer__main .logo img {
  height: auto;
}
@media screen and (min-width: 901px) {
  .corp .footer__main .logo img {
    width: 194px;
  }
}
@media screen and (max-width: 950px) {
  .corp .footer__main .logo img {
    width: 127px;
  }
}
.corp .footer__contents {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .corp .footer__contents {
    flex-direction: column;
  }
}
.corp .footer__contents__wrap {
  max-width: 1100px;
}
@media screen and (min-width: 901px) {
  .corp .footer__contents__wrap {
    display: flex;
    gap: 5.4263565891%;
  }
}
.corp .footer__list {
  display: flex;
  flex-direction: column;
  gap: 44px 0;
}
@media screen and (max-width: 950px) {
  .corp .footer__list__item {
    width: 30%;
    gap: 27px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .footer__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.corp .footer__list__item {
  line-height: 1;
  letter-spacing: 0;
}
.corp .footer__list__item a {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 6px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.corp .footer__list__item a:hover {
  text-decoration-color: var(--white);
}
@media screen and (min-width: 901px) {
  .corp .footer__recruit {
    margin: -5px 0 0 103px;
    width: 280px;
  }
}
@media screen and (max-width: 900px) {
  .corp .footer__recruit {
    margin-top: 32px;
  }
}
.corp .footer__recruit a {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 6px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  font-size: 16px;
  font-size: 1.6rem;
}
.corp .footer__recruit a:hover {
  text-decoration-color: var(--white);
}
.corp .footer__recruit__head {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5019607843);
  padding-bottom: 24px;
}
.corp .footer__recruit__head a {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.corp .footer__recruit__body {
  margin-top: 25px;
}
.corp .footer__recruit__body a {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.corp .footer__recruit__body .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .corp .footer__recruit__body .list {
    gap: 32px 0;
    max-width: 335px;
  }
}
@media screen and (min-width: 901px) {
  .corp .footer__recruit__body .list__item {
    gap: 8px 20px;
  }
  .corp .footer__recruit__body .list__item:nth-child(odd) {
    width: 105px;
  }
  .corp .footer__recruit__body .list__item:nth-child(even) {
    width: calc(100% - 125px);
  }
}
@media screen and (max-width: 900px) {
  .corp .footer__recruit__body .list__item {
    width: 48%;
    gap: 32px 0;
    line-height: 1;
  }
}
.corp .footer__under {
  margin-top: 40px;
  padding: 40px 0px 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.5019607843);
}
@media screen and (max-width: 950px) {
  .corp .footer__under {
    margin-top: 80px;
    padding-top: 24px;
    order: 3;
  }
}
.corp .footer__foot {
  display: flex;
  gap: 0 37px;
}
@media screen and (max-width: 950px) {
  .corp .footer__foot {
    flex-wrap: wrap;
    gap: 12px 40px;
  }
}
.corp .footer__foot__item {
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}
.corp .footer__foot__item:not(:last-child)::after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 16px;
  top: 4px;
  right: -20px;
  background: var(--white);
}
.corp .footer__foot__item a {
  display: flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.02em;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 6px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .footer__foot__item a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  background: var(--white);
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .footer__foot__item a:hover {
  text-decoration-color: var(--white);
}
.corp .footer__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 950px) {
  .corp .footer__btn {
    flex-direction: column;
    order: 1;
    margin: 0;
  }
}
.corp .footer__btn .modBtnNormal {
  max-width: 357px;
  font-size: 18px;
  font-size: 1.8rem;
  color: var(--corporate_blue);
}
@media screen and (max-width: 950px) {
  .corp .footer__btn .modBtnNormal {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 48px;
  }
}
.corp .footer__btn .modBtnNormal::after {
  max-width: 20px;
}
@media screen and (min-width: 901px) {
  .corp .footer__btn .modBtnNormal:hover {
    background: rgba(0, 0, 0, 0);
    color: var(--white);
  }
  .corp .footer__btn .modBtnNormal:hover::before,
  .corp .footer__btn .modBtnNormal:hover::after {
    background: var(--white);
    transform: translateX(4px);
  }
}
.corp .footer__copy {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: center;
  color: var(--white);
}
@media screen and (min-width: 901px) {
  .corp .footer__copy {
    margin-top: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .footer__copy {
    margin-top: 40px;
  }
}
.corp .modForm {
  display: grid;
  gap: 64px;
}
@media screen and (min-width: 901px) {
  .corp .modForm:has(.modForm__list) {
    padding: 40px;
  }
}
.corp .modForm__list {
  width: 100%;
}
.corp .modForm__list .item {
  width: 100%;
}
.corp .modForm__list .item--small .wpcf7-form-control-wrap {
  max-width: 416px;
}
.corp .modForm__list .item__inner {
  display: grid;
  gap: 16px;
}
.corp .modForm__list .item__title {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .corp .modForm__list .item__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
.corp .modForm__list .item .wpcf7-form-control {
  width: 100%;
  padding: 15px 23px;
  background: var(--white);
  border-radius: 4px;
  border: 1px solid var(--line);
}
@media screen and (max-width: 900px) {
  .corp .modForm__list .item .wpcf7-form-control {
    padding: 15px 30px 15px 15px;
  }
}
.corp .modForm__list .item .wpcf7-form-control::-moz-placeholder {
  color: var(--gray);
}
.corp .modForm__list .item .wpcf7-form-control::placeholder {
  color: var(--gray);
}
.corp .modForm__list .item .wpcf7-form-control-wrap {
  display: grid;
  gap: 16px;
  width: 100%;
}
.corp .modForm__list .item .wpcf7-form-control-wrap:has(.wpcf7-select) {
  position: relative;
}
.corp .modForm__list .item .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  position: absolute;
  top: 50%;
  right: 24px;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .corp
    .modForm__list
    .item
    .wpcf7-form-control-wrap:has(.wpcf7-select)::after {
    right: 16px;
  }
}
.corp .modForm__list .item .wpcf7-select {
  color: var(--gray);
  cursor: pointer;
}
.corp .modForm__list .item .wpcf7-textarea {
  resize: vertical;
  height: 240px;
}
.corp .modForm__list .item .wpcf7-not-valid-tip {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--alert);
}
.corp .modForm__list .item__lead small {
  display: flex;
  margin: 16px 0 0;
}
.corp .modForm__list .item__lead small::before {
  content: "※";
  display: block;
}
.corp .modForm__foot {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .corp .modForm__foot {
    text-align: center;
  }
}
.corp
  .modForm__foot:has(input[type="checkbox"]):not(
    :has(input[type="checkbox"]:checked)
  )
  .modBtnSecondary {
  pointer-events: none;
  background: var(--gray);
  border-color: var(--gray);
}
.corp
  .modForm__foot:has(input[type="checkbox"]):not(
    :has(input[type="checkbox"]:checked)
  )
  .modBtnSecondary
  .modIcon {
  background: rgba(0, 0, 0, 0);
}
.corp .modForm__foot .wpcf7-list-item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
.corp .modForm__foot .wpcf7-list-item input[type="checkbox"] {
  display: block;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.corp
  .modForm__foot
  .wpcf7-list-item
  input[type="checkbox"]:checked
  + .wpcf7-list-item-label::after {
  opacity: 1;
}
.corp .modForm__foot .wpcf7-list-item-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modForm__foot .wpcf7-list-item-label::before,
.corp .modForm__foot .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.corp .modForm__foot .wpcf7-list-item-label::before {
  background: var(--white);
}
.corp .modForm__foot .wpcf7-list-item-label::after {
  opacity: 0;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check.svg")
    no-repeat center;
  background-position: 16% 120%;
  background-size: 108%;
  background-color: var(--corporate_blue);
  border-color: var(--corporate_blue);
  position: absolute;
  left: 0;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modForm--input {
  display: grid;
  gap: 64px;
}
.corp .modForm--input .modForm__list {
  display: grid;
  gap: 64px;
}
.corp .modForm--confirm .modForm__list .item {
  padding: 40px 0;
  border-bottom: 1px solid var(--line);
}
.corp .modForm--confirm .modForm__list .item:first-child {
  padding-top: 0;
}
.corp .modForm--confirm .modForm__list .item__inner {
  gap: 24px;
}
.corp .header {
  position: relative;
  z-index: 2000;
}
@media screen and (max-width: 900px) {
  .corp .header.is-open .header__nav {
    height: calc(var(--window-inner-height) - var(--headerHeight));
    background: var(--corporate_blue);
    overflow-y: auto;
  }
  .corp .header.is-open .header__nav__logo figure img {
    filter: brightness(0) invert(1) !important;
  }
  .corp .header.is-open .header__nav__hamburger {
    width: 40px;
    height: 40px;
  }
  .corp .header.is-open .header__nav__hamburger span {
    background: rgba(0, 0, 0, 0);
    left: 0;
    transform: rotate(0);
  }
  .corp .header.is-open .header__nav__hamburger span::before,
  .corp .header.is-open .header__nav__hamburger span::after {
    width: 40px;
    background: var(--white);
    top: 50%;
  }
  .corp .header.is-open .header__nav__hamburger span::before {
    transform: translateY(-50%) rotate(30deg);
  }
  .corp .header.is-open .header__nav__hamburger span::after {
    transform: translateY(-50%) rotate(-30deg);
    left: 0;
  }
  .corp .header.is-open .header__nav__inner {
    opacity: 1;
    position: initial;
  }
  .corp .header.is-open .is-white .header__nav__logo figure img,
  .corp .header.is-open .is-transparent .header__nav__logo figure img {
    filter: brightness(0) invert(1) !important;
  }
  .corp .header.is-open .is-white .header__nav__hamburger span,
  .corp .header.is-open .is-transparent .header__nav__hamburger span {
    background: rgba(0, 0, 0, 0);
  }
  .corp .header.is-open .is-white .header__nav__hamburger span::before,
  .corp .header.is-open .is-white .header__nav__hamburger span::after,
  .corp .header.is-open .is-transparent .header__nav__hamburger span::before,
  .corp .header.is-open .is-transparent .header__nav__hamburger span::after {
    background: var(--white);
  }
  .corp .header.is-open .is-white::after {
    opacity: 0;
  }
  .corp .header.is-close.is-white .header__nav__hamburger span,
  .corp .header.is-close.is-transparent .header__nav__hamburger span {
    background: var(--white) !important;
  }
  .corp .header.is-close.is-white .header__nav__hamburger span::before,
  .corp .header.is-close.is-white .header__nav__hamburger span::after,
  .corp .header.is-close.is-transparent .header__nav__hamburger span::before,
  .corp .header.is-close.is-transparent .header__nav__hamburger span::after {
    background: var(--white);
  }
  .corp .header.is-close .header__nav {
    background: rgba(0, 0, 0, 0) !important;
    height: 65px;
  }
  .corp .header.is-close .header__nav::after {
    opacity: 1;
  }
  .corp .header.is-close .header__nav__logo figure img.img {
    filter: none !important;
  }
  .corp .header.is-close .header__nav__hamburger span {
    background: var(--black) !important;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .corp .header.is-close .header__nav__hamburger span::before,
  .corp .header.is-close .header__nav__hamburger span::after {
    width: 44px;
    background: var(--black) !important;
    transform: rotate(0);
  }
  .corp .header.is-close .header__nav__hamburger span::before {
    top: -8px;
  }
  .corp .header.is-close .header__nav__hamburger span::after {
    top: 8px;
    left: -2px;
  }
  .corp .header.is-close .header__nav__inner {
    opacity: 0;
  }
}
.corp .header__nav {
  opacity: 1;
  pointer-events: initial;
  position: fixed;
  z-index: 9999;
  padding: 0 40px 0 55px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .corp .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
    height: 72px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1220px) {
  .corp .header__nav {
    padding: 0 15px 0 32px;
  }
}
@media screen and (max-width: 940px) {
  .corp .header__nav {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav {
    width: 100%;
    height: 65px;
    padding: 0;
  }
  .corp .header__nav::after {
    content: "";
    display: block;
    width: 100%;
    height: 65px;
    position: absolute;
    top: 0;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
}
.corp .header__nav.is-white .header__nav__logo figure img,
.corp .header__nav.is-transparent .header__nav__logo figure img {
  filter: none;
}
.corp .header__nav.is-white .header__nav__item:after,
.corp .header__nav.is-transparent .header__nav__item:after {
  background: var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .corp .header__nav.is-white .header__nav__item:not(:last-child):hover,
  .corp .header__nav.is-transparent .header__nav__item:not(:last-child):hover {
    opacity: 1;
  }
}
@media screen and (min-width: 901px) {
  .corp .header__nav.is-white .header__nav__item > .title,
  .corp .header__nav.is-transparent .header__nav__item > .title {
    color: var(--black);
  }
}
@media screen and (min-width: 901px) {
  .corp .header__nav.is-white .header__nav__item:hover > .title,
  .corp .header__nav.is-transparent .header__nav__item:hover > .title {
    color: var(--corporate_blue);
  }
  .corp .header__nav.is-white .header__nav__item:hover::after,
  .corp .header__nav.is-transparent .header__nav__item:hover::after {
    background: var(--corporate_blue);
  }
}
.corp .header__nav.is-white .header__nav__hamburger span,
.corp .header__nav.is-transparent .header__nav__hamburger span {
  background-color: var(--black);
}
.corp .header__nav.is-white .header__nav__hamburger span::before,
.corp .header__nav.is-white .header__nav__hamburger span::after,
.corp .header__nav.is-transparent .header__nav__hamburger span::before,
.corp .header__nav.is-transparent .header__nav__hamburger span::after {
  background-color: var(--black);
}
.corp .header__nav.is-white {
  background: var(--white);
}
.corp .header__nav.is-white::after {
  background: var(--white);
}
.corp .header__nav.is-transparent {
  background: rgba(0, 0, 0, 0);
}
.corp .header__nav.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.corp .header__nav__logo {
  display: block;
}
@media screen and (min-width: 901px) {
  .corp .header__nav__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__logo {
    position: absolute;
    top: 15px;
    left: 20px;
    z-index: 1;
  }
  .corp .header__nav__logo .img {
    width: auto;
    height: 35px;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
}
.corp .header__nav__logo figure {
  display: flex;
  align-items: center;
}
.corp .header__nav__logo figure img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  .corp .header__nav__hamburger {
    overflow: hidden;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 14px;
    right: 20px;
    z-index: 99;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
  .corp .header__nav__hamburger:hover {
    cursor: pointer;
  }
  .corp .header__nav__hamburger span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 44px;
    height: 2px;
    background: var(--white);
    position: relative;
    top: 50%;
    left: 50%;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
    transform: translate(-50%, -50%);
    transform-origin: center center;
    pointer-events: none;
  }
  .corp .header__nav__hamburger span::before,
  .corp .header__nav__hamburger span::after {
    content: "";
    display: block;
    width: 44px;
    height: 2px;
    background: var(--white);
    position: absolute;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
    pointer-events: none;
  }
  .corp .header__nav__hamburger span::before {
    top: -8px;
  }
  .corp .header__nav__hamburger span::after {
    top: 8px;
    left: -2px;
  }
}
@media screen and (min-width: 901px) {
  .corp .header__nav__inner {
    display: flex;
    align-items: center;
    gap: 0 40px;
    height: 72px;
    line-height: 72px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 1220px) {
  .corp .header__nav__inner {
    gap: 0 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__inner {
    opacity: 0;
    overflow-y: auto;
    width: 100%;
    min-height: calc(var(--window-inner-height) - var(--headerHeight));
    height: -moz-max-content;
    height: max-content;
    margin-top: 160px;
    padding: 0 20px 160px;
    transition: opacity 0.5s ease-out;
    position: absolute;
    bottom: 0;
    text-align: center;
  }
}
.corp .header__nav__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--white);
  position: relative;
  bottom: 2px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item {
    display: inline-block;
    height: 100%;
  }
  .corp .header__nav__item:not(:last-child):hover {
    opacity: 0.5;
  }
  .corp
    .header__nav__item:not(:last-child):hover:not(:has(.title--contact)):after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .corp .header__nav__item:not(:last-child):hover > .title {
    color: var(--white);
  }
  .corp .header__nav__item:not(:last-child):hover > span.title::after {
    margin-bottom: -4px;
    border-color: var(--white);
    transform: rotate(225deg);
  }
  .corp .header__nav__item:not(:last-child):hover > .menu__wrap {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item {
    line-height: 70px;
    overflow: hidden;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item.is-open > .title::after {
    transform: rotate(225deg);
  }
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item.is-current::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.corp .header__nav__item > .title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--white);
  cursor: pointer;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  white-space: nowrap;
}
@media screen and (max-width: 1070px) and (min-width: 901px) {
  .corp .header__nav__item > .title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item > .title {
    justify-content: center;
  }
}
.corp .header__nav__item > .btn {
  display: inline-block;
  color: var(--white);
  background: var(--corporate_blue);
  border: 1px solid var(--corporate_blue);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 17px 30px;
  border-radius: 50px;
  line-height: 1;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item > .btn:hover {
    background: var(--white);
    color: var(--corporate_blue);
  }
  .corp .header__nav__item > .btn:hover::after {
    filter: none;
    transform: translateX(4px);
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item > .btn {
    background: var(--white);
    color: var(--corporate_blue);
    margin-top: 28px;
    width: 215px;
  }
}
.corp .header__nav__item > .btn::after {
  content: "";
  display: inline-block;
  vertical-align: -3px;
  background: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_person.svg")
    no-repeat center center;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  margin: 0 0 0 8px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item > .btn::after {
    filter: none;
  }
}
.corp .header__nav__item > span.title::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-bottom: 3px;
  border-right: 2px solid var(--black);
  border-bottom: 2px solid var(--black);
  transform: rotate(45deg);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item > span.title {
    justify-content: space-between;
  }
  .corp .header__nav__item > span.title::after {
    margin-right: 4px;
  }
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item .menu {
    display: flex;
    justify-content: center;
    gap: 40px;
    width: 100%;
    max-width: 100%;
    max-height: calc(var(--window-inner-height) * 0.8);
    padding: 40px 0 0 40px;
    background: var(--corporate_blue);
    border-radius: 8px;
    line-height: 1.6;
    white-space: nowrap;
  }
}
@media screen and (min-width: 2088px) {
  .corp .header__nav__item .menu {
    gap: 90px;
    padding: 60px 80px 20px 120px;
  }
}
@media screen and (min-width: 2400px) {
  .corp .header__nav__item .menu {
    padding: 60px 120px 20px 160px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .header__nav__item .menu {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item .menu {
    height: 0;
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  }
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item .menu a {
    color: var(--white);
  }
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item .menu__wrap {
    opacity: 0;
    width: calc(100% - 320px);
    max-width: calc(100% - 40px);
    padding-top: 16px;
    position: absolute;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
    pointer-events: none;
  }
  .corp .header__nav__item .menu__wrap:hover {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1485px) {
  .corp .header__nav__item .menu__wrap {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1150px) {
  .corp .header__nav__item .menu__wrap {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item .menu__wrap {
    overflow: hidden;
    width: 100%;
    padding-left: 16px;
  }
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item .menu__title {
    display: inline-block;
    margin-bottom: 40px;
    padding-right: 39px;
    border-right: 1px solid var(--line);
    font-size: 40px;
    font-size: 4rem;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    color: var(--white);
  }
}
@media screen and (min-width: 2088px) {
  .corp .header__nav__item .menu__title {
    padding-right: 89px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .header__nav__item .menu__title {
    padding-right: 19px;
  }
}
.corp .header__nav__item .menu__title small {
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item .menu__contents {
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item .menu__contents {
    padding-top: 32px;
  }
  .corp .header__nav__item .menu__contents:first-of-type {
    padding-top: 17px;
  }
  .corp .header__nav__item .menu__contents:last-of-type {
    padding-bottom: 31px;
  }
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item .menu__contents__wrap {
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding-right: 40px;
    padding: 0 40px 40px 0;
  }
}
@media screen and (min-width: 2088px) {
  .corp .header__nav__item .menu__contents__wrap {
    gap: 90px;
  }
}
.corp .header__nav__item .menu__contents .title {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item .menu__contents .title {
    display: block;
    height: 80px;
    border-radius: 4px;
    position: relative;
  }
}
.corp .header__nav__item .menu__contents .title__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .corp .header__nav__item .menu__contents .title__inner {
    padding: 7px 15px;
    border: 1px solid var(--white);
    border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--white);
  }
  .corp .header__nav__item .menu__contents .title__inner:hover {
    background: var(--white);
    color: var(--corporate_blue);
  }
  .corp .header__nav__item .menu__contents .title__inner:hover .modIcon {
    background: var(--corporate_blue);
    border-color: var(--corporate_blue);
    transform: translateX(4px);
  }
  .corp
    .header__nav__item
    .menu__contents
    .title__inner:hover
    .modIcon::before {
    background: var(--white);
  }
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item .menu__contents .title__inner {
    padding: 8px 16px 1px 1px;
    background: var(--white);
    border-radius: 0 4px 0 0;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0;
    position: absolute;
    bottom: -1px;
    left: -1px;
  }
}
.corp .header__nav__item .menu__contents .title .modIcon {
  background: var(--white);
  border-color: var(--white);
  width: 20px;
  height: 20px;
}
.corp .header__nav__item .menu__contents .title .modIcon::before {
  background: var(--corporate_blue);
}
@media screen and (max-width: 900px) {
  .corp .header__nav__item .menu__contents .title .modIcon {
    background: var(--black);
    border-color: var(--black);
  }
  .corp .header__nav__item .menu__contents .title .modIcon::before {
    background: var(--white);
  }
}
.corp .header__nav__item:has(.btn):after {
  display: none;
}
.corp .header__top {
  opacity: 1;
  transition: opacity 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  background: #f2f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99999;
}
@media screen and (min-width: 901px) {
  .corp .header__top {
    padding: 12px 47px;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__top {
    padding: 16px 20px;
  }
}
.corp .header__top__caption {
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  font-weight: 700;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .corp .header__top__caption {
    padding: 0 42px 0 0;
    gap: 7px;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__top__caption {
    padding: 0 10px 0 0;
    text-indent: -9999px;
    font-size: 0;
  }
}
.corp .header__top__caption:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_alert_red.svg")
    no-repeat center/100%;
  display: block;
}
.corp .header__top__list {
  border-left: 1px solid var(--black);
}
@media screen and (min-width: 901px) {
  .corp .header__top__list {
    padding: 0 0 0 42px;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__top__list {
    padding: 0 0 0 10px;
  }
}
.corp .header__top__list .item {
  margin: 0;
}
@media screen and (min-width: 901px) {
  .corp .header__top__list .item + .item {
    margin-top: 5px;
  }
}
@media screen and (max-width: 900px) {
  .corp .header__top__list .item + .item {
    margin-top: 13px;
  }
}
.corp .header__top__list .item__inner {
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .header__top__list .item__inner {
    gap: 16px;
  }
  .corp .header__top__list .item__inner:hover {
    color: var(--corporate_blue);
  }
  .corp .header__top__list .item__inner:hover .item__description {
    text-decoration-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 900px) {
  .corp .header__top__list .item__inner {
    gap: 8px;
  }
}
.corp .header__top__list .item__date {
  margin: 2px 0 0;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Ysabeau", sans-serif;
  font-variant-numeric: lining-nums;
  line-height: 1;
  letter-spacing: 0;
}
.corp .header__top__list .item__description {
  overflow: hidden;
  display: -webkit-box;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.13;
  letter-spacing: 0;
}
.corp .header__top + .header__nav {
  top: var(--headerHeight);
}
.corp .header__top.is-hide {
  opacity: 0;
}
.corp .modHeadingLine {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin-bottom: 80px;
  white-space: nowrap;
  display: inline-grid;
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .corp .modHeadingLine {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 55px;
  }
}
.corp .modHeadingLine .en {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  color: var(--corporate_blue);
  font-family: "Ysabeau", sans-serif;
}
@media screen and (max-width: 900px) {
  .corp .modHeadingLine .en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .modHeadingLine .underline {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.4s ease-out, opacity 0.25s ease-in;
}
.corp .modHeadingLine .underline.active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.corp .modHeadingLine--white {
  color: var(--white);
}
.corp .modHeadingLine--white .en {
  color: var(--white);
  font-family: "Ysabeau", sans-serif;
}
.corp .modHeadingLine--white::after {
  background: url("/wp-content/themes/being/assets/img/corp/common/line_heading__white.svg")
    no-repeat center center;
  background-size: cover;
}
.corp .modHeadingLine--center {
  text-align: center;
}
.corp .modHeadingLine--center::after {
  left: 50%;
  transform: translateX(-50%);
}
.corp .modHeadingLine--kv {
  gap: 8px;
  font-size: 54px;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .corp .modHeadingLine--kv {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}
.corp .modHeadingLine--kv .en {
  letter-spacing: 0;
}
@media screen and (min-width: 901px) {
  .corp .modHeadingLine--kv .underline {
    bottom: -20px;
  }
}
.corp .modHeadingLine--works {
  gap: 8px;
  font-size: 54px;
  font-size: 5.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .corp .modHeadingLine--works {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
    gap: 12px;
    display: grid;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.corp .modHeadingLine--works .en {
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  .corp .modHeadingLine--works .underline {
    bottom: -20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modHeadingLine--works .underline {
    width: 86%;
  }
}
.corp .modHeadingLine__wrapper:has(.modHeadingLine--right) {
  text-align: right;
}
.corp .modHeadingCatch {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 901px) {
  .corp .modHeadingCatch {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modHeadingCatch {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modHeadingCatch--spSmall {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.corp .modHeading01 {
  position: relative;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 901px) {
  .corp .modHeading01 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modHeading01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.corp .modHeading01 .en {
  display: block;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
  color: var(--corporate_blue);
  font-family: "Ysabeau", sans-serif;
  margin: 0 0 16px;
}
@media screen and (min-width: 901px) {
  .corp .modHeading01 .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modHeading01 .en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .modHeading01 .name {
  display: block;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 901px) {
  .corp .modHeading01 .name {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 18px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modHeading01 .name {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 16px 0 0;
  }
}
.corp .modHeading01:has(.icon) {
  display: flex;
  gap: 24px;
  align-items: center;
}
.corp .modHeading01:has(.icon) .modHeading01__text .en {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .corp .modHeading01:has(.icon) .modHeading01__text .en {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modHeading01:has(.icon) .modHeading01__text {
    display: contents;
  }
}
@media screen and (max-width: 900px) {
  .corp .modHeading01:has(.icon) {
    flex-wrap: wrap;
    gap: 8px;
  }
  .corp .modHeading01:has(.icon) .modHeading01__text .jp {
    width: 100%;
  }
}
.corp .modHeading01 .icon {
  width: 104px;
  aspect-ratio: 1;
  height: auto;
  background: var(--corporate_blue);
  display: inline-block;
  border-radius: 50em;
  flex-shrink: 0;
  max-width: 104px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.corp .modHeading01 .icon > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 1/1) {
  .corp .modHeading01 .icon {
    position: relative;
  }
  .corp .modHeading01 .icon::before {
    float: left;
    content: "";
    padding-top: 100%;
  }
  .corp .modHeading01 .icon::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .modHeading01 .icon > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modHeading01 .icon {
    width: 50px;
    height: 50px;
    max-width: 50px;
  }
}
.corp .modLinkIndent {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 55px;
}
@media screen and (max-width: 900px) {
  .corp .modLinkIndent {
    flex-wrap: wrap;
    gap: 60px 15px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modLinkIndent__item .modIcon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modLinkIndent__item .modIcon {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modLinkIndent__item {
    width: 47%;
  }
}
@media screen and (min-width: 901px) {
  .corp .modLinkIndent__item:nth-child(1) {
    margin-top: 162px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modLinkIndent__item:nth-child(2) {
    margin-top: 108px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modLinkIndent__item:nth-child(3) {
    margin-top: 54px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modLinkIndent__item:nth-child(odd) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modLinkIndent .modLinkText {
    margin-top: 36px;
  }
}
.corp .modLinkCard {
  display: block;
}
.corp .modLinkCard__inner {
  margin: auto;
  border-radius: 8px;
  box-shadow: 0 0 32px 0 rgba(3, 7, 29, 0.08);
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .corp .modLinkCard__inner {
    display: flex;
    align-items: center;
    max-width: 680px;
  }
  .corp .modLinkCard__inner:hover .modLinkCard__img img {
    opacity: 0.6;
    transform: scale(1.08);
  }
  .corp .modLinkCard__inner:hover .modLinkCard__text {
    color: var(--corporate_blue);
  }
  .corp .modLinkCard__inner:hover .modIcon {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 900px) {
  .corp .modLinkCard__inner {
    display: block;
  }
}
.corp .modLinkCard__img {
  display: block;
  overflow: hidden;
}
.corp .modLinkCard__img img {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .corp .modLinkCard__img img {
    aspect-ratio: 335/188;
    width: 100%;
  }
}
.corp .modLinkCard__text {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .corp .modLinkCard__text {
    padding: 32px 24px;
    font-size: 22px;
    font-size: 2.2rem;
    font-feature-settings: "palt";
  }
}
.corp .modLinkText {
  display: flex;
  gap: 24px;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .corp .modLinkText:hover .modLinkText__text::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .corp .modLinkText:hover .modIcon {
    transform: translateX(4px);
  }
}
@media screen and (max-width: 900px) {
  .corp .modLinkText {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.corp .modLinkText__text {
  font-feature-settings: "palt";
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modLinkText__text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--black);
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modLinkText:not(:has(.modIcon)) {
  display: inline;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--black);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modLinkText:not(:has(.modIcon)):hover {
  color: var(--corporate_blue);
  text-decoration-color: rgba(0, 0, 0, 0);
}
.corp .modLinkText--left {
  margin: 0;
}
.corp .modLinkText--small {
  gap: 8px;
}
.corp .modLinkText--small .modLinkText__text {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-feature-settings: normal;
}
.corp .modLinkText--small > .modIcon {
  width: 20px;
  height: 20px;
}
.corp .modLinkText--white {
  color: var(--white);
}
.corp .modLinkText--white .modLinkText__text::after {
  background: var(--white);
}
.corp .modLinkText--white .modIcon {
  background: #fff;
  border: 1px solid var(--white);
}
.corp .modLinkText--white .modIcon::before {
  background: var(--corporate_blue);
}
.corp .modLinkText--largeIcon {
  gap: 24px;
  margin: 16px 0 0 auto;
  line-height: 1.6;
}
@media screen and (min-width: 901px) {
  .corp .modLinkText--largeIcon {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modLinkText--largeIcon {
    margin-top: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.corp .modLinkText--largeIcon .modIcon {
  width: 56px;
  height: 56px;
}
.corp .modLinkText--largeIcon .modIcon:before {
  width: calc(50% - 7px);
}
.corp .modLinkText--center,
.corp .modLinkText--center:not(:has(.modIcon)) {
  display: flex;
  margin: 0 auto;
}
.corp .modListUl {
  display: grid;
  gap: 8px;
  width: 100%;
  margin: 0 0 0 auto;
}
.corp .modListUl > .item {
  display: flex;
  flex-wrap: wrap;
  min-width: 100%;
}
.corp .modListUl > .item::before {
  content: "";
  display: inline-block;
  margin: 14px 6px;
  width: 4px;
  height: 4px;
  aspect-ratio: 1;
  background: var(--black);
  border-radius: 50%;
}
.corp .modListUl > .item > * {
  width: calc(100% - 16px);
  margin: 0 0 0 auto;
}
.corp .modListUl > .item .item__inner {
  display: grid;
  gap: 4px 0;
}
.corp .modListNews__item {
  border-top: 1px solid var(--line);
}
.corp .modListNews__item a {
  display: block;
  padding: 32px 0;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modListNews__item a:hover {
  cursor: pointer;
}
.corp .modListNews__item a:hover .title {
  color: var(--corporate_blue);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.corp .modListNews__item:last-child {
  border-bottom: 1px solid var(--line);
}
.corp .modListNews__item__inner {
  display: flex;
  align-items: center;
  gap: 0 16px;
  margin-bottom: 11px;
}
.corp .modListNews__item .date {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Ysabeau", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--gray);
  font-variant-numeric: lining-nums;
  white-space: nowrap;
}
.corp .modListNews__item .category {
  padding: 2px 12px;
  border: 1px solid var(--corporate_blue);
  border-radius: 4px;
  color: var(--corporate_blue);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
}
.corp .modListNews__item .title {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modListAnchor {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  gap: 16px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 100px;
}
@media screen and (min-width: 901px) {
  .corp .modListAnchor {
    overflow-x: auto;
    max-width: 100%;
    margin: auto;
  }
  .corp .modListAnchor::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListAnchor {
    margin: auto;
  }
}
.corp .modListAnchor.is-scrollable::after {
  content: "";
  width: calc(var(--scroll-bar-width) * 0.7);
  height: 2px;
  background-color: var(--gray);
  transition: transform 0.3s ease;
  position: absolute;
  bottom: 0;
  z-index: -1;
  transform: translateX(var(--scroll-progress));
}
.corp .modListAnchor__wrap {
  width: 100%;
  max-width: 1400px;
  padding: 0 134px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  position: absolute;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  cursor: grab;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modListAnchor__wrap {
    padding: 0 50px 8px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListAnchor__wrap {
    overflow-x: auto;
    padding: 0 20px 8px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .corp .modListAnchor__wrap::-webkit-scrollbar {
    display: none;
  }
}
.corp .modListAnchor__wrap.is-fixed {
  position: fixed;
  top: 96px;
  z-index: 999;
}
@media screen and (max-width: 900px) {
  .corp .modListAnchor__wrap.is-fixed {
    top: 81px;
  }
}
.corp .modListAnchor__wrap + * {
  margin: 42px 0 0;
}
@media screen and (max-width: 900px) {
  .corp .modListAnchor__wrap + * {
    margin-top: 96px;
  }
}
.corp .modListAnchor__item {
  padding: 0 16px;
  white-space: nowrap;
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.625;
}
.corp .modListAnchor__item a {
  display: inline-block;
}
@media screen and (min-width: 901px) {
  .corp .modListAnchor__item a {
    position: relative;
  }
  .corp .modListAnchor__item a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: var(--corporate_blue);
    position: absolute;
    left: 0;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .corp .modListAnchor__item a:hover {
    color: var(--corporate_blue);
  }
  .corp .modListAnchor__item a:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListAnchor__item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.corp .modListAnchor__item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 86%;
  background: var(--line);
  position: absolute;
  top: 50%;
  right: calc(100% + 7.5px);
  transform: translateY(-50%);
}
.corp .modListAnchor__item.is-act::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1;
  background: var(--corporate_blue);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.corp .modListAnchor__item.is-act a {
  color: var(--corporate_blue);
}
.corp .modListCard {
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 901px) {
  .corp .modListCard {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListCard {
    flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .corp .modListCard .item {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3col {
    gap: 80px 40px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3col .item {
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
.corp .modListCard--3col.modListCard--border {
  gap: 64px;
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3col.modListCard--border .item {
    width: calc(33.3333333333% - 42.6666666667px);
  }
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3colMedium {
    gap: 56px;
  }
}
@media screen and (min-width: 520px) {
  .corp .modListCard--3colMedium {
    flex-direction: initial;
  }
}
@media screen and (max-width: 720px) and (min-width: 520px) {
  .corp .modListCard--3colMedium {
    gap: 24px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3colMedium .item {
    width: calc(33.3333333333% - 37.3333333333px);
  }
}
@media screen and (min-width: 520px) and (max-width: 900px) {
  .corp .modListCard--3colMedium .item {
    flex-direction: initial;
    width: calc(33.3333333333% - 26.6666666667px);
  }
}
@media screen and (min-width: 520px) and (max-width: 720px) {
  .corp .modListCard--3colMedium .item {
    gap: 24px;
    width: calc(33.3333333333% - 16px);
  }
}
@media screen and (max-width: 519px) {
  .corp .modListCard--3colMedium .item .modCard {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.corp .modListCard--3colMedium .item .modCard__img {
  border-radius: 16px;
}
@media screen and (max-width: 519px) {
  .corp .modListCard--3colMedium .item .modCard__img {
    border-radius: 4px;
    width: 20.2985074627%;
  }
}
@media screen and (max-width: 519px) {
  .corp .modListCard--3colMedium .item .modCard__wrapper {
    width: 62.0895522388%;
  }
}
@media screen and (max-width: 519px) {
  .corp .modListCard--3colMedium .item .modCard .modLinkText {
    gap: 16px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-left: -8px;
  }
}
.corp .modListCard--border .item {
  position: relative;
}
.corp .modListCard--border .item:not(:first-child)::before {
  content: "";
  display: block;
  background: var(--line);
  position: absolute;
}
@media screen and (min-width: 901px) {
  .corp .modListCard--border .item:not(:first-child)::before {
    width: 1px;
    height: 100%;
    left: -31.5px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListCard--border .item:not(:first-child)::before {
    width: 100%;
    height: 1px;
    top: -31.5px;
  }
}
.corp .modListCard--support .modCard__title {
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (min-width: 901px) {
  .corp .modListCard--support .modCard__title {
    text-align: center;
  }
}
.corp .modListCard--productTop {
  gap: 80px 40px;
}
@media screen and (min-width: 901px) {
  .corp .modListCard--productTop .modCard__title,
  .corp .modListCard--productTop .modCard__logo {
    height: 104px;
  }
}
.corp .modListCard--productTop .modCard__title {
  display: grid;
  place-content: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3colSmall {
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListCard--3colSmall {
    gap: 16px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3colSmall .item {
    width: calc((100% - 48px) / 3);
  }
}
.corp .modListCard--3colSmall .item .modLinkCard {
  background: var(--white);
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3colSmall .item .modLinkCard {
    border-radius: 16px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListCard--3colSmall .item .modLinkCard {
    max-width: 560px;
    border-radius: 24px;
    margin: auto;
  }
}
.corp .modListCard--3colSmall .item .modLinkCard__inner {
  box-shadow: none;
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3colSmall .item .modLinkCard__inner {
    padding: 6%;
    gap: 8%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListCard--3colSmall .item .modLinkCard__inner {
    padding: 16px 30px 16px 16px;
    display: flex;
    gap: 16px;
  }
}
.corp .modListCard--3colSmall .item .modLinkCard__img {
  border-radius: 8px;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3colSmall .item .modLinkCard__img {
    width: 36.71%;
    min-width: 70px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListCard--3colSmall .item .modLinkCard__img {
    width: 103px;
  }
}
.corp .modListCard--3colSmall .item .modLinkCard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.corp .modListCard--3colSmall .item .modLinkCard__text {
  letter-spacing: 0;
  gap: 0 8%;
  padding: 0;
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3colSmall .item .modLinkCard__text {
    line-height: 1.4;
    min-width: -moz-max-content;
    min-width: max-content;
    font-size: 18px;
    font-size: 1.8rem;
    font-size: clamp(16px, 1.4vw, 18px);
  }
}
@media screen and (max-width: 900px) {
  .corp .modListCard--3colSmall .item .modLinkCard__text {
    line-height: 1.3;
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 901px) {
  .corp .modListCard--3colSmall .item .modLinkCard__text .modIcon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListCard--3colSmall .item .modLinkCard__text .modIcon {
    width: 20px;
    height: 20px;
  }
}
.corp .modListFAQ .item {
  padding: 31px 0;
  border-top: 1px solid var(--line);
}
.corp .modListFAQ .item:last-child {
  border-bottom: 1px solid var(--line);
}
.corp .modListFAQ .item__title,
.corp .modListFAQ .item__text {
  display: flex;
  gap: 20px;
}
.corp .modListFAQ .item__title::before,
.corp .modListFAQ .item__text::before {
  display: inline-block;
  height: 40px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
.corp .modListFAQ .item__title {
  font-weight: 700;
}
.corp .modListFAQ .item__title::before {
  content: "Q";
  width: 19px;
  color: var(--corporate_blue);
}
@media screen and (max-width: 900px) {
  .corp .modListFAQ .item__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
}
.corp .modListFAQ .item__text {
  margin-top: 16px;
}
.corp .modListFAQ .item__text::before {
  content: "A";
  width: 18px;
  color: var(--white);
  -webkit-text-stroke: 1px var(--corporate_blue);
}
.corp .modListLink {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 40px;
}
.corp .modListTextNote {
  display: grid;
  gap: 4px;
}
.corp .modListTextNote .item {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.corp .modListTextNote .item::before {
  content: "※";
  display: inline-block;
}
.corp .modListFlow {
  counter-reset: counter;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .corp .modListFlow {
    flex-direction: column;
  }
}
.corp .modListFlow .item {
  counter-increment: counter;
  flex: 1;
  border: 1px solid var(--corporate_blue);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .corp .modListFlow .item {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
.corp .modListFlow .item:not(:first-child) {
  position: relative;
}
.corp .modListFlow .item:not(:first-child)::before {
  content: "";
  display: block;
  background: var(--corporate_blue);
  position: absolute;
}
@media screen and (min-width: 901px) {
  .corp .modListFlow .item:not(:first-child)::before {
    width: 24px;
    height: 1px;
    top: 50%;
    right: calc(100% + 1px);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .corp .modListFlow .item:not(:first-child)::before {
    width: 1px;
    height: 24px;
    bottom: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.corp .modListFlow .item__inner {
  display: grid;
}
.corp .modListFlow .item__head {
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.corp .modListFlow .item__head::before {
  content: "0" counter(counter);
  margin: 0 8px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.corp .modListFlow .item__illust {
  display: flex;
  justify-content: center;
}
.corp .modListFlow .item__body {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.corp .modListFlow .item__body strong {
  font-weight: 700;
  color: var(--corporate_blue);
}
.corp .modListFlow--product {
  margin: 56px 0 0;
}
.corp .modListFlow--product .item__inner {
  gap: 16px;
  height: 100%;
  padding: 8px 24px 40px;
}
.corp .modListFlow--support .item__inner {
  gap: 20px;
  padding: 8px 24px 24px;
}
.corp .modListFlow--support .item__head {
  line-height: 1;
}
.corp .modListCategory {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.corp .modListCategory__item__link {
  display: block;
  padding: 3px 15px;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--black);
}
@media screen and (min-width: 901px) {
  .corp .modListCategory__item__link {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modListCategory__item__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.corp .modListCategory__item__link:hover,
.corp .modListCategory__item__link.is-current {
  color: var(--white);
  background: var(--corporate_blue);
  border-color: var(--corporate_blue);
}
.corp .modIcon {
  display: block;
  width: 40px;
  height: 40px;
  aspect-ratio: 1;
  background: var(--corporate_blue);
  border: 1px solid var(--corporate_blue);
  border-radius: 50%;
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modIcon::before {
  width: calc(50% + 1px);
  aspect-ratio: 1;
  background: var(--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modIcon--arrow::before {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_arrow.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_arrow.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modIcon--triangle::before {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_triangle.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_triangle.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modIcon--blank::before {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modIcon--mail::before {
  content: "";
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_mail.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modImage {
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 8px;
}
.corp .modImage img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.corp .modImage figcaption {
  margin: 16px 0 0;
}
.corp .modImage--large img {
  max-width: 680px;
}
.corp .modImage--banner img {
  max-width: 504px;
  aspect-ratio: 504/158;
}
.corp .modImage--movie {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 504px;
  aspect-ratio: 504/283;
}
.corp .modImage--movie.modImage--large {
  max-width: 680px;
  aspect-ratio: 680/383;
}
.corp .modImageFullwidth img {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .corp .modImageFullwidth img {
    border-radius: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modImageFullwidth img {
    border-radius: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
  }
}
.corp .modCassette {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 32px 0 rgba(3, 7, 29, 0.08);
}
@media screen and (min-width: 901px) {
  .corp .modCassette > a:hover .modCassette__img img {
    opacity: 0.6;
    transform: scale(1.08);
  }
  .corp .modCassette > a:hover .modCassette__textArea .title {
    color: var(--corporate_blue);
  }
}
.corp .modCassette__img {
  overflow: hidden;
}
.corp .modCassette__img img {
  width: 100%;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modCassette__textArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding: 24px;
}
@media screen and (max-width: 900px) {
  .corp .modCassette__textArea {
    padding: 20px;
  }
}
.corp .modCassette__textArea .date {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--gray);
}
.corp .modCassette__textArea .category {
  padding: 2px 12px;
  background: var(--bg);
  border-radius: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}
.corp .modCassette__textArea .title {
  font-weight: 700;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modCassette__textArea .name {
  font-size: 16px;
  font-size: 1.6rem;
  color: var(--gray);
}
.corp .modSmallCassette {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 8px;
  height: 140px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 200px;
}
.corp .modSmallCassette:hover {
  background: var(--bg);
}
.corp .modSmallCassette__logo {
  width: 100%;
  text-align: center;
}
.corp .modSmallCassette__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.corp .modSmallCassette .modIcon {
  width: 20px;
  height: 20px;
}
.corp .modPagination {
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: auto;
}
.corp .modPagination__arrow {
  cursor: pointer;
}
.corp .modPagination__arrow--prev {
  transform: scale(-1, 1);
}
.corp .modPagination__arrow .modIcon {
  background: var(--white);
}
.corp .modPagination__arrow .modIcon::before {
  background: var(--corporate_blue);
}
.corp .modPagination__arrow:hover .modIcon {
  background: var(--corporate_blue);
}
.corp .modPagination__arrow:hover .modIcon::before {
  background: var(--white);
}
.corp .modPagination__list {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 490px) {
  .corp .modPagination__list {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 395px;
    margin-right: 10px;
  }
}
.corp .modPagination__list .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--corporate_blue);
  border-radius: 50%;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  color: var(--corporate_blue);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modPagination__list .item a,
.corp .modPagination__list .item span {
  width: 100%;
  height: 100%;
  display: block;
  color: var(--corporate_blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.corp .modPagination__list .item:hover {
  background: var(--corporate_blue);
}
.corp .modPagination__list .item:hover a {
  color: var(--white);
}
.corp .modPagination__list .item--ellipsis {
  pointer-events: none;
  width: 14px;
  border: none;
}
.corp .modPagination__list .item--active {
  background: var(--corporate_blue);
}
.corp .modPagination__list .item--active span {
  color: var(--white);
}
.corp .modPagination__list .item--hidden {
  display: none;
}
.corp .modPagination__list .arrow {
  cursor: pointer;
}
@media screen and (max-width: 490px) {
  .corp .modPagination__list .arrow {
    height: -moz-fit-content;
    height: fit-content;
    display: inline-block;
  }
}
.corp .modPagination__list .arrow--prev {
  transform: scale(-1, 1);
  margin: 0 20px 0 0;
}
@media screen and (max-width: 490px) {
  .corp .modPagination__list .arrow--prev {
    margin-right: 3vw;
  }
}
.corp .modPagination__list .arrow--next {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 490px) {
  .corp .modPagination__list .arrow--next {
    margin-left: 3vw;
  }
}
.corp .modPagination__list .arrow .modIcon {
  background: var(--white);
}
.corp .modPagination__list .arrow .modIcon::before {
  background: var(--corporate_blue);
}
.corp .modPagination__list .arrow:hover .modIcon {
  background: var(--corporate_blue);
}
.corp .modPagination__list .arrow:hover .modIcon::before {
  background: var(--white);
}
.corp .modPagination:has(.item--active:first-child) .modPagination__arrow--prev,
.corp .modPagination:has(.item--active:first-child) .arrow--prev {
  opacity: 0.3;
  pointer-events: none;
}
.corp .modPagination:has(.item--active:last-child) .modPagination__arrow--next,
.corp .modPagination:has(.item--active:last-child) .arrow--next {
  opacity: 0.3;
  pointer-events: none;
}
.corp .modCard {
  display: grid;
  gap: 16px;
}
.corp .modCard__inner {
  display: grid;
  gap: 8px;
}
.corp .modCard__img {
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .corp .modCard__img {
    width: 100%;
  }
}
.corp .modCard__img img {
  width: 100%;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modCard__img--logo {
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
@media screen and (min-width: 901px) {
  .corp .modCard__img--logo {
    height: 270px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCard__img--logo {
    height: 160px;
  }
}
.corp .modCard__img--logo img {
  width: auto;
  height: revert-layer;
}
.corp .modCard__img--logo.pluscad img {
  width: 300px;
  height: auto;
}
.corp .modCard__img--logo.beingmyanmar img {
  width: 150px;
  height: auto;
}
.corp .modCard__img--logo.beingcorp img {
  width: 228px;
  height: auto;
}
.corp .modCard__img--logo.tocConsul img {
  width: 300px;
  height: auto;
}
.corp .modCard__img--logo.luxiar img {
  width: 225px;
  height: auto;
}
.corp .modCard__title {
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  font-feature-settings: "palt";
}
@media screen and (max-width: 900px) {
  .corp .modCard__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}
.corp .modCard__textBold {
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .corp .modCard__textBold {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCard__textBold {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
    font-feature-settings: "palt";
  }
}
.corp .modCard__logo {
  display: grid;
  place-content: center;
  gap: 12px;
  text-align: center;
}
.corp .modCard__logo small {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  word-break: keep-all;
}
@media screen and (max-width: 900px) {
  .corp .modCard__logo small {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.corp .modCard__logo .logo {
  margin: auto;
}
.corp .modCard__tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  background: var(--light_blue);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.corp .modCard__tagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.corp .modCard__tagList > .item {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 12px;
  background: var(--light_blue);
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.corp .modCard__list .item {
  display: flex;
  align-items: center;
  width: 100%;
}
.corp .modCard__list .item::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  aspect-ratio: 1;
  margin: 0 6px;
  background: var(--black);
  border-radius: 50%;
}
.corp .modCard__btn {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}
.corp .modCard__btn .modBtnSecondary {
  justify-content: center;
  width: 100%;
  padding: 11px;
}
.corp .modCard:has(.modLinkText) {
  border-bottom: 1px solid var(--line);
}
@media screen and (min-width: 901px) {
  .corp .modCard:has(.modLinkText) {
    gap: 40px;
    padding: 0 0 16px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCard:has(.modLinkText) {
    padding-bottom: 16px;
  }
}
.corp .modCard:has(.modLinkText) .modIcon {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 900px) {
  .corp .modCard:has(.modText) {
    padding-bottom: 40px;
  }
}
.corp .modCard--linkWrap {
  cursor: pointer;
}
.corp .modCard--linkWrap:hover .modCard__img img {
  opacity: 0.6;
  transform: scale(1.08);
}
.corp .modCard--linkWrap:hover .modLinkText__text::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.corp .modCard--linkWrap:hover .modLinkText .modIcon {
  transform: translateX(4px);
}
.corp .modCard__name {
  line-height: 2;
  color: var(--gray);
}
@media screen and (min-width: 901px) {
  .corp .modCard__name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCard__name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.corp .modCard--people:has(.modLinkText) {
  gap: 24px;
}
@media screen and (min-width: 520px) {
  .corp .modCard--people:has(.modLinkText) {
    gap: 16px;
  }
}
@media screen and (max-width: 519px) {
  .corp .modCard--people:has(.modLinkText) {
    gap: 0;
  }
}
.corp .modCard--people .modCard__wrapper {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 901px) {
  .corp .modCard--people .modCard__wrapper {
    gap: 8px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCard--people .modCard__wrapper {
    gap: 4px;
  }
}
.corp .modCard--people .modCard__title {
  font-feature-settings: normal;
}
@media screen and (min-width: 901px) {
  .corp .modCard--people .modCard__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCard--people .modCard__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.corp .modCard--people .modCard__img {
  aspect-ratio: 343/390;
}
.corp .modCard--people .modCard__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 900px) {
  .corp .modCard--people .modCard__img {
    aspect-ratio: 68/76;
    border-radius: 16px;
  }
}
.corp .modCard--people .modLinkText {
  line-height: 1.6;
}
@media screen and (min-width: 901px) {
  .corp .modCard--people .modLinkText {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCard--people .modLinkText {
    margin-top: -6px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 901px) {
  .corp .modCard--people .modLinkText .modIcon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modCard--people .modLinkText .modIcon {
    width: 20px;
    height: 20px;
  }
}
.corp .modRecruitFlex {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .corp .modRecruitFlex {
    display: grid;
    gap: 40px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modRecruitFlex__inner {
    width: 48.25%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitFlex__inner {
    order: 3;
  }
  .corp .modRecruitFlex__inner:has(.modHeading01) {
    order: 1;
  }
}
@media screen and (min-width: 901px) {
  .corp .modRecruitFlex__inner + .modRecruitFlex__inner {
    margin: 80px 0 0;
  }
}
.corp .modRecruitFlex__image {
  float: right;
  border-radius: 16px;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitFlex__image {
    width: 44.74%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitFlex__image {
    order: 2;
  }
}
.corp .modRecruitFlex__image img {
  width: 100%;
}
.corp .modRecruitBlogLink {
  border-radius: 16px;
  display: flex;
  background: var(--bg);
  gap: 24px;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitBlogLink {
    padding: 24px 32px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitBlogLink {
    padding: 24px 16px;
    width: 100%;
    flex-direction: column;
  }
}
.corp .modRecruitBlogLink__logo {
  background: var(--white);
  display: grid;
  place-content: center;
  border-radius: 8px;
  width: 234px;
  height: 86px;
}
.corp .modRecruitBlogLink__logo img {
  width: 144px;
}
.corp .modRecruitBlogLink .modLinkText {
  margin-left: 0;
  letter-spacing: 0;
  line-height: 1.5;
  gap: 16px;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitBlogLink .modLinkText {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitBlogLink .modLinkText {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.corp .modRecruitBlogLink .modLinkText__text {
  font-feature-settings: normal;
}
.corp .modRecruitBlogLink .modLinkText .modIcon {
  width: 24px;
  height: 24px;
}
.corp .modRecruitBlogLink--center {
  margin: auto;
}
.corp .modRecruitFlow {
  display: grid;
  gap: 40px;
}
.corp .modRecruitFlow__item {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px 32px;
  background: var(--white);
}
.corp .modRecruitFlow__item__flex {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitFlow__item__flex {
    gap: 56px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitFlow__item__flex {
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
.corp .modRecruitFlow__item__flex .step {
  font-family: "Ysabeau", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  font-size: 36px;
  font-size: 3.6rem;
  color: var(--corporate_blue);
  min-width: -moz-max-content;
  min-width: max-content;
  font-variant-numeric: lining-nums;
}
.corp .modRecruitFlow__item__flex .step small {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}
.corp .modRecruitFlow__item__flex .icon {
  width: 80px;
}
.corp .modRecruitFlow__item__flex .list {
  flex: 1;
  display: grid;
}
@media screen and (max-width: 900px) {
  .corp .modRecruitFlow__item__flex .list {
    min-width: 100%;
  }
}
.corp .modRecruitFlow__item__flex .list__title {
  line-height: 1.6;
  font-weight: 700;
  margin: 0 0 8px;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitFlow__item__flex .list__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitFlow__item__flex .list__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.corp .modRecruitFlow__item__flex .list .modListUl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  gap: 0;
}
.corp .modRecruitFlow__item__flex .list .modListUl > .item .item__inner {
  gap: 0;
}
.corp .modRecruitFlow__item__flex .list .grayText {
  color: var(--gray);
}
.corp .modRecruitFlow__item__flex .list .modTextNote {
  color: var(--gray);
  padding-left: 0;
  text-indent: 0;
}
@media screen and (max-width: 900px) {
  .corp .modRecruitFlow__item__flex .list .modTextNote {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.corp .modRecruitFlow__item:after {
  content: "";
  width: 1px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 60px;
  background-image: linear-gradient(
    to bottom,
    var(--gray) 0%,
    var(--gray) 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 1px 9px;
  background-repeat: repeat-y;
}
.corp .modRecruitFlow__item:last-child:after {
  display: none;
}
.corp .modRecruitJoinus {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-color: var(--bg);
  border-radius: 16px;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitJoinus {
    padding: 0 80px;
    min-height: 490px;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitJoinus {
    padding: 65px 31px 87.6%;
    background-size: cover;
  }
}
@media screen and (min-width: 901px) {
  .corp .modRecruitJoinus__inner {
    max-width: 457px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modRecruitJoinus .modHeadingLine {
    margin-bottom: 53px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitJoinus .modHeadingLine {
    margin-bottom: 40px;
  }
}
.corp .modRecruitJoinus .modBtnNormal {
  border: 1px solid var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .corp .modRecruitJoinus .modBtnNormal {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 353px;
    padding: 28px 23px;
    gap: 12px;
    margin-top: 36px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitJoinus .modBtnNormal {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 294px;
    margin: 40px auto 0;
    gap: 16px;
  }
}
.corp .modRecruitJoinus .modBtnNormal img {
  width: auto;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitJoinus .modBtnNormal img {
    height: 28px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitJoinus .modBtnNormal img {
    height: 22px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modRecruitJoinus .modBtnNormal:has(img) {
    padding: 25px 23px;
  }
}
.corp .modRecruitJoinus .modBtnNormal:has(img)::after {
  margin-top: 4px;
}
.corp .modRecruitJoinus .modBtnNormal:after {
  max-width: 20px;
}
.corp .modRecruitJoinus .modBtnNormal:hover::after {
  background-color: var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .corp .modRecruitJoinus--newgraduate {
    background-image: url("/wp-content/themes/being/assets/img/corp/recruit/newgraduate/img_joinus.webp");
  }
}
@media screen and (max-width: 1050px) and (min-width: 901px) {
  .corp .modRecruitJoinus--newgraduate {
    background-size: 94%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitJoinus--newgraduate {
    padding-bottom: 80%;
    background-image: url("/wp-content/themes/being/assets/img/corp/recruit/newgraduate/sp/img_joinus.webp");
  }
}
@media screen and (min-width: 901px) {
  .corp .modRecruitJoinus--careers {
    background-image: url("/wp-content/themes/being/assets/img/corp/recruit/careers/img_joinus.webp");
  }
}
@media screen and (max-width: 1000px) and (min-width: 901px) {
  .corp .modRecruitJoinus--careers {
    background-size: 89%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitJoinus--careers {
    background-image: url("/wp-content/themes/being/assets/img/corp/recruit/careers/sp/img_joinus.webp");
  }
}
.corp .modRecruitMenu {
  background: var(--tag_press);
  position: fixed;
  z-index: 999;
  width: auto;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  transform: translateX(0);
}
@media screen and (min-width: 901px) {
  .corp .modRecruitMenu {
    letter-spacing: 0;
    right: 0;
    bottom: 80px;
    border-radius: 16px 0 0 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitMenu {
    right: 20px;
    flex-direction: column;
    bottom: 0;
    border-radius: 24px 24px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.corp .modRecruitMenu.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitMenu.is-show .modRecruitMenu__caption::after {
    transform: scale(1);
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitMenu.is-show .modRecruitMenu__caption::after {
    transform: scale(1) rotate(90deg);
  }
}
@media screen and (min-width: 901px) {
  .corp .modRecruitMenu.is-closed {
    transform: translateX(calc(100% - 52px));
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitMenu.is-closed {
    transform: translateY(307px);
  }
}
@media screen and (min-width: 901px) {
  .corp .modRecruitMenu.is-closed .modRecruitMenu__caption::after {
    transform: scale(-1, 1);
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitMenu.is-closed .modRecruitMenu__caption::after {
    transform: scale(-1) rotate(90deg);
  }
}
.corp .modRecruitMenu__caption {
  position: relative;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitMenu__caption {
    width: -moz-min-content;
    width: min-content;
    padding: 13px 20px 13px 18px;
    line-height: 1.4;
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitMenu__caption {
    padding: 8px 0;
    text-align: center;
    position: relative;
    line-height: 2;
    gap: 30px;
  }
}
.corp .modRecruitMenu__caption:after {
  content: "";
  background: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_chevron_right.svg")
    no-repeat center center;
  background-size: 100%;
  display: block;
  margin: 2px 0 0;
  transition: 0.5s ease-out;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitMenu__caption:after {
    height: 17px;
    width: 10px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitMenu__caption:after {
    transform: rotate(90deg) scale(1);
    height: 20px;
    width: 8px;
    margin-right: 10px;
  }
}
.corp .modRecruitMenu__caption .vertical {
  transform: rotate(90deg);
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .corp .modRecruitMenu__caption .vertical {
    transform: initial;
  }
}
@media screen and (min-width: 901px) {
  .corp .modRecruitMenu__list {
    padding: 16px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitMenu__list {
    padding: 8px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.corp .modRecruitMenu__list__item > a {
  display: block;
  color: #000;
}
@media screen and (min-width: 901px) {
  .corp .modRecruitMenu__list__item > a {
    padding: 0 23px;
    line-height: 2.5;
  }
}
@media screen and (max-width: 900px) {
  .corp .modRecruitMenu__list__item > a {
    padding: 0 29px;
    line-height: 2.6;
  }
}
.corp .modRecruitMenu__list__item > a > span {
  position: relative;
}
.corp .modRecruitMenu__list__item > a > span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--black);
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .modRecruitMenu__list__item > a:hover > span::after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.corp .modFeatureCard {
  padding: 40px 80px;
  background: var(--corp_Bg);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .corp .modFeatureCard {
    padding: 32px 16px;
  }
}
.corp .modFeatureCard__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--corporate_blue);
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 900px) {
  .corp .modFeatureCard__title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.corp .modFeatureCard__title::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_character.svg")
    no-repeat 100% / contain;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .corp .modFeatureCard__title::before {
    width: 28px;
    height: 28px;
  }
}
.corp .modFeatureCard__list {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
}
.corp .modFeatureCard__list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.corp .modFeatureCard__list li:not(:last-child) {
  margin-bottom: 8px;
}
.corp .modFeatureCard__list li::before {
  content: "•";
}
.corp .modFeatureCard--smallPadding {
  margin: 40px 0 0;
}
@media screen and (min-width: 901px) {
  .corp .modFeatureCard--smallPadding {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modFeatureCard--smallPadding {
    padding: 40px 24px;
  }
}
.corp .modFeatureCard--smallPadding .modFeatureCard__list li {
  font-weight: 400;
}
.corp .modPhotoList {
  align-items: flex-end;
  transition-timing-function: linear;
  z-index: 1;
}
.corp .modPhotoList__item {
  position: relative;
}
.corp .modPhotoList__item figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(/wp-content/themes/being/assets/img/corp/common/img_clippath.svg);
  mask-image: url(/wp-content/themes/being/assets/img/corp/common/img_clippath.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.corp .modPhotoList__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.corp .modPhotoList__item--large {
  width: 525px;
  height: 609px;
}
@media screen and (max-width: 900px) {
  .corp .modPhotoList__item--large {
    width: 228px;
    height: 291px;
  }
}
.corp .modPhotoList__item--middle {
  width: 400px;
  height: 464px;
}
@media screen and (max-width: 900px) {
  .corp .modPhotoList__item--middle {
    width: 163px;
    height: 208px;
  }
}
.corp .modPhotoList__item--small {
  width: 283px;
  height: 329px;
}
@media screen and (max-width: 900px) {
  .corp .modPhotoList__item--small {
    width: 135px;
    height: 172px;
  }
}
.corp .modPhotoList {
  align-items: flex-end;
  transition-timing-function: linear;
  z-index: 1;
}
.corp .modPhotoList__item {
  position: relative;
}
.corp .modPhotoList__item figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(/wp-content/themes/being/assets/img/corp/common/img_clippath.svg);
  mask-image: url(/wp-content/themes/being/assets/img/corp/common/img_clippath.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.corp .modPhotoList__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.corp .modPhotoList__item--large {
  width: 525px;
  height: 609px;
}
@media screen and (max-width: 900px) {
  .corp .modPhotoList__item--large {
    width: 228px;
    height: 291px;
  }
}
.corp .modPhotoList__item--middle {
  width: 400px;
  height: 464px;
}
@media screen and (max-width: 900px) {
  .corp .modPhotoList__item--middle {
    width: 163px;
    height: 208px;
  }
}
.corp .modPhotoList__item--small {
  width: 283px;
  height: 329px;
}
@media screen and (max-width: 900px) {
  .corp .modPhotoList__item--small {
    width: 135px;
    height: 172px;
  }
}
.corp .jsTitle.is-act .jsTitle__line {
  animation: title-anime01 1.5s ease-in-out forwards;
}
@keyframes title-anime01 {
  0% {
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(0);
  }
  80% {
    transform: scaleX(1);
  }
}
.corp .jsTitle.is-act .jsTitle__line::before {
  animation: title-anime02 1.5s ease-in-out forwards;
}
@keyframes title-anime02 {
  85% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.corp .jsTitle__line {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  transform: scaleX(1);
  transform-origin: left;
}
.corp .jsTitle__line::before {
  content: "";
  display: block;
  background: var(--corporate_blue);
  width: 100%;
  height: 85%;
  position: absolute;
  top: 8%;
  right: 0;
  transform-origin: right;
}
.corp .jsTitle__line--large::before {
  height: 100%;
  top: 13%;
}
.corp .jsTitle--white .jsTitle__line::before {
  background: var(--white);
}
.corp .jsTitle--large .jsTitle__line::before {
  height: 100%;
  top: 0;
}
.corp .jsTitleSlider__item {
  display: none;
}
.corp .jsTitleSlider__item.is-act {
  display: initial;
}
.corp .jsImageSlider__item {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 1.5s;
  overflow: hidden;
}
.corp .jsImageSlider__item.is-act {
  opacity: 1;
  position: relative;
}
.corp .jsParallax {
  display: block;
  height: 100%;
  width: auto;
  background: var(--white);
  position: absolute;
}
.corp .jsParallax--topBg01 {
  opacity: 0.6;
  min-height: 380px;
  aspect-ratio: 434/326;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/top/bg_parallax01.svg")
    no-repeat center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/top/bg_parallax01.svg")
    no-repeat center/100% 100%;
  top: -47px;
  left: -64px;
}
@media screen and (max-width: 900px) {
  .corp .jsParallax--topBg01 {
    top: -97px;
    left: -54px;
  }
}
.corp .jsParallax--topBg02 {
  opacity: 0.6;
  min-height: 400px;
  aspect-ratio: 519/389;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/top/bg_parallax02.svg")
    no-repeat center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/top/bg_parallax02.svg")
    no-repeat center/100% 100%;
  bottom: -50px;
  right: -100px;
}
@media screen and (max-width: 900px) {
  .corp .jsParallax--topBg02 {
    bottom: -128px;
    right: -112px;
  }
}
.corp .jsParallax--topBg03 {
  width: 100%;
  background: url("/wp-content/themes/being/assets/img/service/top/bg_products01.webp")
    no-repeat center;
  background-size: cover;
  top: -34%;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .jsParallax--topBg03 {
    background-position: -333px 35px;
  }
}
@media screen and (max-width: 900px) {
  .corp .jsParallax--topBg03 {
    background: url("/wp-content/themes/being/assets/img/service/top/sp/bg_products01.webp")
      no-repeat center;
    background-size: cover;
  }
}
.corp .jsParallax--ctaBg01 {
  width: 100%;
  background: linear-gradient(to bottom, #004ea2 60%, #5ac2e4);
  top: -50%;
  left: 0;
  z-index: -1;
}
.corp .jsParallax--ctaBg02 {
  opacity: 0.6;
  aspect-ratio: 809/483;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta01.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta01.svg")
    no-repeat center center/100% 100%;
  bottom: -100px;
  left: -380px;
}
@media screen and (max-width: 900px) {
  .corp .jsParallax--ctaBg02 {
    aspect-ratio: 644/385;
    -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/sp/bg_cta01.svg")
      no-repeat center center/100% 100%;
    mask: url("/wp-content/themes/being/assets/img/service/common/sp/bg_cta01.svg")
      no-repeat center center/100% 100%;
    bottom: -120px;
    left: -399px;
  }
}
.corp .jsParallax--ctaBg03 {
  opacity: 0.6;
  aspect-ratio: 813/610;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta02.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta02.svg")
    no-repeat center center/100% 100%;
  top: -120px;
  right: -110px;
}
@media screen and (max-width: 900px) {
  .corp .jsParallax--ctaBg03 {
    aspect-ratio: 638/446;
    -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/sp/bg_cta02.svg")
      no-repeat center center/100% 100%;
    mask: url("/wp-content/themes/being/assets/img/service/common/sp/bg_cta02.svg")
      no-repeat center center/100% 100%;
    top: -160px;
    right: -320px;
  }
}
.corp .jsParallax--ctaBg04 {
  opacity: 0.6;
  aspect-ratio: 808/483;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta03.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta03.svg")
    no-repeat center center/100% 100%;
  bottom: -80px;
  left: -206px;
}
@media screen and (max-width: 900px) {
  .corp .jsParallax--ctaBg04 {
    bottom: -87px;
    left: -502px;
  }
}
.corp .jsParallax--ctaBg05 {
  opacity: 0.6;
  aspect-ratio: 812/609;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta04.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta04.svg")
    no-repeat center center/100% 100%;
  top: -220px;
  right: -307px;
}
@media screen and (max-width: 900px) {
  .corp .jsParallax--ctaBg05 {
    display: none;
  }
}
.corp .jsParallax--ctaBg06 {
  opacity: 0.6;
  aspect-ratio: 727/508;
  width: 727px;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta05.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta05.svg")
    no-repeat center center/100% 100%;
  bottom: 67px;
  left: -236px;
}
@media screen and (max-width: 900px) {
  .corp .jsParallax--ctaBg06 {
    bottom: -87px;
    left: -502px;
  }
}
.corp .jsParallax--ctaBg07 {
  opacity: 0.6;
  aspect-ratio: 443/401;
  width: 443px;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta06.svg")
    no-repeat center center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/service/common/bg_cta06.svg")
    no-repeat center center/100% 100%;
  bottom: -46px;
  right: -219px;
}
@media screen and (max-width: 900px) {
  .corp .jsParallax--ctaBg07 {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .corp .jsParallax.modBpPc {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .corp .jsParallax.modBpSp {
    display: none;
  }
}
.corp .jsParallax__wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.corp .jsFadeUpIn {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.5s cubic-bezier(0.3, 0, 1, 1) 0.13s,
    transform 0.5s cubic-bezier(0.3, 0, 1, 1) 0.13s;
}
.corp .jsFadeUpIn.is-act {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 1s cubic-bezier(0.72, 0.04, 0.35, 1.19),
    transform 0.5s cubic-bezier(0.21, 0.82, 1, 1);
}
.corp .jsArrow {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.4s ease-out, opacity 0.25s ease-in;
}
.corp .jsArrow.is-act {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}
.corp .modTable {
  display: grid;
  gap: 24px;
  width: 100%;
}
.corp .modTable__inner {
  overflow-x: auto;
  margin: 0 -134px;
  padding: 0 134px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modTable__inner {
    margin: 0 -50px;
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modTable__inner {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.corp .modTable__title {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.corp .modTable__content {
  width: 100%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: 1px solid var(--line);
  border-collapse: collapse;
  border-spacing: 0;
  border-radius: 8px;
}
.corp .modTable__content__table {
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  border-radius: 8px;
}
.corp .modTable__content__table tr th,
.corp .modTable__content__table tr td {
  width: 20%;
  padding: 12px;
  border-left: 1px solid var(--line);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.corp .modTable__content__table tr th {
  background: var(--bg);
  font-weight: 700;
}
.corp .modTable__content__table tr th:first-child {
  border-left: none;
}
.corp .modTable__content__table tbody tr {
  border-top: 1px solid var(--line);
}
.corp .modTable__content__table--noScroll {
  min-width: 100%;
}
.corp .modTableList {
  display: grid;
}
@media screen and (min-width: 901px) {
  .corp .modTableList {
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modTableList {
    gap: 28px;
  }
}
.corp .modTableList__content {
  width: 100%;
}
.corp .modTableList__content tr {
  border-bottom: 1px solid var(--line);
}
.corp .modTableList__content tr:first-child {
  border-top: 1px solid var(--line);
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr th,
  .corp .modTableList__content tr td {
    padding: 32px 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modTableList__content tr th,
  .corp .modTableList__content tr td {
    display: block;
    width: 100%;
    padding: 24px 0;
  }
}
.corp .modTableList__content tr th {
  line-height: 1.4;
  vertical-align: middle;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr th {
    width: 23.45%;
    min-width: 200px;
    padding: 32px 16px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modTableList__content tr th {
    padding-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.corp .modTableList__content tr td {
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .corp .modTableList__content tr td {
    padding-top: 8px;
  }
}
.corp .modTableList__content tr td a:last-child {
  margin-bottom: 0;
}
.corp .modTableList__content tr td a[target="_blank"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0);
  text-underline-offset: 6px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr td a[target="_blank"] {
    margin: 0 0 12px;
  }
}
.corp .modTableList__content tr td a[target="_blank"]::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: 16px;
  height: 15px;
  background: var(--corporate_blue);
  -webkit-mask: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_blank.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_blank.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr td a[target="_blank"]:hover {
    text-decoration-color: var(--black);
  }
}
.corp .modTableList__content tr td a[href*="https://maps"]
{
  min-width: -moz-max-content;
  min-width: max-content;
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr td a[href*="https://maps"]
  {
    margin: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modTableList__content tr td a[href*="https://maps"]
  {
    display: flex;
  }
}
.corp .modTableList__content tr td a[href*="https://maps"]::after
{
  width: 13px;
  height: 17px;
  -webkit-mask: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_map.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_map.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
}
.corp .modTableList__content tr td small {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--gray);
  line-height: 1.6;
}
.corp .modTableList__content tr td u {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr td:has(.textFlex) {
    display: grid;
    gap: 8px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr .textFlex {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}
.corp .modTableList__content tr .colList {
  display: grid;
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr .colList {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modTableList__content tr .colList:has(small) {
    gap: 8px;
  }
}
.corp .modTableList__content tr .defList {
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr .defList {
    gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modTableList__content tr .defList {
    gap: 8px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modTableList__content tr .defList + .defList {
    margin: 12px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modTableList__content tr .defList + .defList {
    margin-top: 8px;
  }
}
.corp .modTableList__content tr .defList dt {
  font-weight: 700;
  white-space: nowrap;
  min-width: 40px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2.4;
}
.corp .modTableList__content tr .map {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .corp .modTableList__content tr .map {
    line-height: 2.2857142857;
  }
}
@media screen and (max-width: 900px) {
  .corp .modTableList--executive .modTableList__content tr td {
    padding-top: 16px;
  }
}
.corp .modText {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
.corp .modText--bold {
  font-weight: 700;
}
.corp .modText + p {
  margin-top: 16px;
}
.corp .modTextNote {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.corp .modTextNote::before {
  content: "※";
}
.corp .modBlockKv {
  min-height: 600px;
  padding: 158px 178px 0;
  position: relative;
  z-index: 99;
}
@media screen and (min-width: 2000px) {
  .corp .modBlockKv {
    min-height: 700px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv {
    min-height: 446px;
    padding: 115px 20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv:has(+ .modLinkAnchor__wrap) {
    margin: 0 0 80px;
  }
}
.corp .modBlockKv .underline {
  max-width: 227px;
  left: 0;
  transform: initial;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv:has(.modBlockKv__lead) {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv:has(.modBlockKv__flex) {
    padding: 80px 80px 0;
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv:has(.modBlockKv__flex) {
    padding: 120px 20px 0;
  }
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv:has(.modBlockKv__heading) {
    min-height: 570px;
    padding: 180px 80px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv:has(.modBlockKv__heading) {
    min-height: 400px;
    padding: 120px 20px 0;
  }
}
.corp .modBlockKv__lead {
  margin: 0 -178px;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv__lead {
    margin: 0 -20px;
  }
}
.corp .modBlockKv__lead__inner {
  max-width: 1400px;
  margin: auto;
  padding: 60px 80px 0;
  position: relative;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modBlockKv__lead__inner {
    padding: 60px 50px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv__lead__inner {
    padding: 170px 20px 0;
  }
}
.corp .modBlockKv__lead .arrow {
  width: 92px;
  height: 105px;
  position: absolute;
  z-index: 99;
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv__lead .arrow {
    transform: rotate(-40deg) scaleX(-1);
    top: -80px;
    right: 22.7%;
  }
}
@media screen and (min-width: 1400px) {
  .corp .modBlockKv__lead .arrow {
    top: -100px;
  }
}
@media screen and (min-width: 1960px) {
  .corp .modBlockKv__lead .arrow {
    top: -160px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv__lead .arrow {
    transform: rotate(-36deg) scaleX(-1);
    top: 20px;
    left: 10%;
  }
  .corp .modBlockKv__lead .arrow img {
    width: 85%;
  }
}
.corp .modBlockKv__flex {
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv__flex {
    gap: 64px;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv__flex {
    flex-direction: column;
    gap: 16px;
  }
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv__flex__title {
    max-width: 538px;
    margin: -18px 0 0;
  }
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv__flex__title .modHeading01 .en {
    margin-bottom: 8px;
  }
}
.corp .modBlockKv__flex__image {
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv__flex__image {
    transform: translateY(20px);
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv__flex__image {
    text-align: center;
  }
}
.corp .modBlockKv__flex__image .arrow {
  position: absolute;
  z-index: 99;
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv__flex__image .arrow {
    width: 119px;
    height: 116px;
    transform: rotate(40deg);
    left: 10%;
    bottom: -9%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv__flex__image .arrow {
    width: 90px;
    height: 107px;
    transform: rotate(40deg) translateX(-50%);
    left: 43%;
    bottom: -77px;
  }
  .corp .modBlockKv__flex__image .arrow img {
    width: 85%;
  }
}
.corp .modBlockKv__heading {
  display: grid;
  gap: 8px;
}
.corp .modBlockKv__heading__flex {
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv__heading__flex {
    justify-content: space-between;
    align-content: center;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv__heading__flex {
    gap: 8px;
    flex-direction: column-reverse;
  }
}
.corp .modBlockKv__heading__flex > li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
.corp .modBlockKv__heading__flex .category {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.4;
  padding: 3px 11px;
  color: var(--corporate_blue);
  border: 1px solid var(--corporate_blue);
  border-radius: 4px;
}
.corp .modBlockKv__heading__flex .time {
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--gray);
}
.corp .modBlockKv__heading__title {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv__heading__title {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv__heading__title {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.corp .modBlockKv__img {
  display: block;
  margin: -140px -100px 0 auto;
  -webkit-mask-image: url("/wp-content/themes/being/assets/img/corp/common/img_rectMask.svg");
  -webkit-mask: url("/wp-content/themes/being/assets/img/corp/common/img_rectMask.svg")
    no-repeat center/100% 100%;
  mask: url("/wp-content/themes/being/assets/img/corp/common/img_rectMask.svg")
    no-repeat center/100% 100%;
  overflow: hidden;
  aspect-ratio: 1244/570;
}
.corp .modBlockKv__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 1244/570) {
  .corp .modBlockKv__img {
    position: relative;
  }
  .corp .modBlockKv__img::before {
    float: left;
    content: "";
    padding-top: 45.82%;
  }
  .corp .modBlockKv__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .modBlockKv__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.corp .modBlockKv__img + .modBlockKv__arrow {
  bottom: 11%;
  right: 35.7%;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv__img {
    margin: -58px calc(50% - 50vw) 0 calc(50% - 50vw + 20px);
    -webkit-mask: url("/wp-content/themes/being/assets/img/corp/common/sp/img_rectMask.svg")
      no-repeat center/100% 100%;
    mask: url("/wp-content/themes/being/assets/img/corp/common/sp/img_rectMask.svg")
      no-repeat center/100% 100%;
    margin-bottom: 57px;
    overflow: hidden;
    aspect-ratio: 710/417;
  }
  .corp .modBlockKv__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @supports not (aspect-ratio: 710/417) {
    .corp .modBlockKv__img {
      position: relative;
    }
    .corp .modBlockKv__img::before {
      float: left;
      content: "";
      padding-top: 58.73%;
    }
    .corp .modBlockKv__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .corp .modBlockKv__img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.corp .modBlockKv:has(.modBlockKv__img) {
  padding-inline: 80px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modBlockKv:has(.modBlockKv__img) {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv:has(.modBlockKv__img) {
    padding-inline: 20px;
  }
}
.corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__container {
  max-width: 1400px;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__container .arrow {
    top: -60px;
  }
}
.corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead {
  margin-top: -130px;
  margin-inline: 0;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead {
    margin-top: -100px;
  }
}
.corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead .modText {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead__inner {
  padding-inline: 0;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead__inner {
    padding-block: 110px 0;
  }
}
.corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead .arrow {
  right: 28.7%;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead .arrow {
    top: -55px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead .arrow {
    width: 43px;
    height: 110px;
    left: unset;
    right: 16%;
    top: -62px;
  }
  .corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead .arrow img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 650px) {
  .corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead .arrow {
    top: -22px;
  }
}
@media screen and (max-width: 450px) {
  .corp .modBlockKv:has(.modBlockKv__img) .modBlockKv__lead .arrow {
    top: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv:has(.modBlockKv__img) {
    padding-bottom: 0;
    background-size: 100% 75%;
    background-position: top center;
  }
}
.corp .modBlockKv--info {
  background: url("/wp-content/themes/being/assets/img/corp/info/img_kv.webp")
    no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--info {
    background: url("/wp-content/themes/being/assets/img/corp/info/sp/img_kv.webp")
      no-repeat bottom center/cover;
  }
}
.corp .modBlockKv--business {
  background: url("/wp-content/themes/being/assets/img/corp/business/img_kv.webp")
    no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--business {
    background: url("/wp-content/themes/being/assets/img/corp/business/sp/img_kv.webp")
      no-repeat bottom center/cover;
  }
}
.corp .modBlockKv--philosophy {
  background: url("/wp-content/themes/being/assets/img/corp/philosophy/img_kv.webp")
    no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--philosophy {
    background: url("/wp-content/themes/being/assets/img/corp/philosophy/sp/img_kv.webp")
      no-repeat bottom center/cover;
  }
}
.corp .modBlockKv--noImage {
  min-height: 458px;
  padding-top: 120px;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--noImage {
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.corp .modBlockKv--noImage::after {
  content: "";
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  background: var(--bg);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 230px), 0 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--noImage:has(.modBlockKv__heading) {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.corp .modBlockKv--noImage .underline {
  bottom: -25px;
}
.corp .modBlockKv--people {
  padding-top: 120px;
  min-height: 460px;
  background: url("/wp-content/themes/being/assets/img/corp/recruit/people/img_kv.webp")
    no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--people {
    min-height: 404px;
    background: url("/wp-content/themes/being/assets/img/corp/recruit/people/sp/img_kv.webp")
      no-repeat top center/100% 65%;
  }
}
.corp .modBlockKv--peopleDetail {
  padding-top: 120px;
  background: url("/wp-content/themes/being/assets/img/corp/recruit/people/detail/img_kv.webp")
    no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--peopleDetail {
    min-height: 404px;
    background: url("/wp-content/themes/being/assets/img/corp/recruit/people/detail/sp/img_kv.webp")
      no-repeat bottom 100px center/100% 100%;
  }
}
.corp .modBlockKv--peopleDetail .modBlockKv__flex__image {
  max-width: 538px;
  margin: auto;
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv--peopleDetail .modBlockKv__flex__image {
    width: 41.3846153846%;
    min-width: 350px;
  }
}
.corp .modBlockKv--peopleDetail .modBlockKv__flex__image .image {
  overflow: hidden;
  display: block;
  aspect-ratio: 538/614;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/wp-content/themes/being/assets/img/corp/recruit/people/detail/img_personShape.svg");
  mask-image: url("/wp-content/themes/being/assets/img/corp/recruit/people/detail/img_personShape.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
  position: relative;
}
.corp .modBlockKv--peopleDetail .modBlockKv__flex__image .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--peopleDetail .modBlockKv__flex__image .arrow {
    bottom: -61px;
  }
}
.corp .modBlockKv--peopleDetail .modHeading01 {
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--peopleDetail .modHeading01 {
    font-size: 28px;
    font-size: 2.8rem;
    font-feature-settings: "palt";
  }
}
.corp .modBlockKv--peopleDetail .modHeading01 .name {
  letter-spacing: 0.04em;
}
.corp .modBlockKv--works {
  padding-top: 120px;
  min-height: unset;
  background: url("/wp-content/themes/being/assets/img/corp/recruit/people/img_kv.webp")
    no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--works {
    min-height: unset;
    background: url("/wp-content/themes/being/assets/img/corp/recruit/people/sp/img_kv.webp")
      no-repeat bottom center/cover;
  }
}
.corp .modBlockKv--mind {
  padding-top: 120px;
  min-height: 460px;
  background: url("/wp-content/themes/being/assets/img/corp/recruit/people/img_kv.webp")
    no-repeat bottom center/cover;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--mind {
    min-height: unset;
    background: url("/wp-content/themes/being/assets/img/corp/recruit/people/sp/img_kv.webp")
      no-repeat top center/100% 95%;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--mind .modHeadingLine .underline {
    width: 68%;
  }
}
.corp .modBlockKv--404 {
  min-height: 380px;
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--404 {
    min-height: 260px;
  }
}
.corp .modBlockKv--404 .modHeadingLine .jp {
  white-space: initial;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 901px) {
  .corp .modBlockKv--404 .modHeadingLine .jp {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockKv--404 .modHeadingLine .jp {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.corp .modBlockKv--announceDetail .modBlockKv__heading {
  max-width: 1400px;
  margin: auto;
}
.corp .modBlockProfile__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .corp .modBlockProfile__inner {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.corp .modBlockProfile__text {
  width: 51.1403508772%;
}
@media screen and (max-width: 900px) {
  .corp .modBlockProfile__text {
    width: 100%;
  }
}
.corp .modBlockProfile__text__title {
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 901px) {
  .corp .modBlockProfile__text__title {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockProfile__text__title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.corp .modBlockProfile__text .modText:not(:last-child) {
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .corp .modBlockProfile__text .modText:not(:last-child) {
    margin-bottom: 40px;
  }
}
.corp .modBlockProfile__text__footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 16px;
}
@media screen and (max-width: 900px) {
  .corp .modBlockProfile__text__footer {
    flex-direction: column;
  }
}
.corp .modBlockProfile__text__footer .position {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  flex: 0 0 auto;
}
.corp .modBlockProfile__text__footer .sign {
  flex-basis: 152px;
  max-width: 152px;
  overflow: hidden;
  aspect-ratio: 152/40;
}
.corp .modBlockProfile__text__footer .sign > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 152/40) {
  .corp .modBlockProfile__text__footer .sign {
    position: relative;
  }
  .corp .modBlockProfile__text__footer .sign::before {
    float: left;
    content: "";
    padding-top: 26.32%;
  }
  .corp .modBlockProfile__text__footer .sign::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .modBlockProfile__text__footer .sign > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockProfile__text__footer .sign {
    flex-basis: auto;
  }
}
.corp .modBlockProfile__img {
  width: 40.4385964912%;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 461/523;
}
.corp .modBlockProfile__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 461/523) {
  .corp .modBlockProfile__img {
    position: relative;
  }
  .corp .modBlockProfile__img::before {
    float: left;
    content: "";
    padding-top: 113.45%;
  }
  .corp .modBlockProfile__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .modBlockProfile__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockProfile__img {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 335/400;
  }
  .corp .modBlockProfile__img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @supports not (aspect-ratio: 335/400) {
    .corp .modBlockProfile__img {
      position: relative;
    }
    .corp .modBlockProfile__img::before {
      float: left;
      content: "";
      padding-top: 119.4%;
    }
    .corp .modBlockProfile__img::after {
      display: block;
      content: "";
      clear: both;
    }
    .corp .modBlockProfile__img > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.corp .modBlockProfile--smallPadding {
  margin: 40px 0 0;
}
@media screen and (min-width: 901px) {
  .corp .modBlockProfile--smallPadding {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .corp .modBlockProfile--smallPadding {
    padding: 40px 24px;
  }
}
.corp .modBlockProfile--smallPadding .modFeatureCard__list li {
  font-weight: 400;
}
.corp .modBlockProfile--sticky .modBlockProfile__img {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 900px) {
  .corp .modBlockProfile--sticky .modBlockProfile__img {
    position: static;
  }
}
.service .main--columnDetail .modBlockDetailKv__header__data .category {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 7px 11px;
}
.service .main--columnDetail .modSection__content {
  margin-top: 40px;
}
.service .main--column .modListCassette {
  gap: 40px 24px;
  justify-content: flex-start;
}
@media screen and (max-width: 580px) {
  .service .main--column .modListCassette {
    justify-content: center;
  }
}
.service .main--column .modListCassette__item {
  min-width: auto !important;
}
@media screen and (max-width: 900px) {
  .service .main--column .modListCassette__item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 580px) {
  .service .main--column .modListCassette__item {
    max-width: 350px;
    width: 100%;
  }
}
.service .main--caseDetail .caseDetailInfo {
  display: flex;
  gap: 40px;
  margin: 40px 0 0;
  padding: 32px 32px 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .main--caseDetail .caseDetailInfo {
    flex-direction: column;
    padding: 32px 16px 40px;
  }
}
.service .main--caseDetail .caseDetailInfo__inner {
  max-width: 1400px;
  margin: auto;
}
.service .main--caseDetail .caseDetailInfo__category {
  display: inline-block;
  padding: 9px 24px;
  border: 1px solid var(--black);
  border-radius: 4px;
  font-weight: 700;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}
.service .main--caseDetail .caseDetailInfo__title {
  margin: 24px 0 0;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .service .main--caseDetail .caseDetailInfo__title {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.service .main--caseDetail .caseDetailInfo__company {
  display: inline-block;
  width: 100%;
  margin: 16px 0 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: right;
}
.service .main--caseDetail .caseDetailInfo__kvImg {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 856/480;
  max-width: 856px;
  margin: 56px auto 0;
  border-radius: 8px;
  position: relative;
}
.service .main--caseDetail .caseDetailInfo__kvImg img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.service .main--caseDetail .caseDetailInfo__kvImg::before,
.service .main--caseDetail .caseDetailInfo__kvImg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.service .main--caseDetail .caseDetailInfo__kvImg::before {
  aspect-ratio: 427/386;
  width: 427px;
  background: url("/wp-content/themes/being/assets/img/service/case/detail/bg_kv_cube01.svg")
    no-repeat center;
  background-size: 100% auto;
  top: 49px;
  left: -304px;
}
@media screen and (max-width: 900px) {
  .service .main--caseDetail .caseDetailInfo__kvImg::before {
    width: 213px;
    top: -52px;
    left: -70px;
  }
}
.service .main--caseDetail .caseDetailInfo__kvImg::after {
  aspect-ratio: 686/480;
  width: 686px;
  background: url("/wp-content/themes/being/assets/img/service/case/detail/bg_kv_cube02.svg")
    no-repeat center;
  background-size: 100% auto;
  top: 0;
  right: -447px;
}
@media screen and (max-width: 900px) {
  .service .main--caseDetail .caseDetailInfo__kvImg::after {
    width: 343px;
    top: -50px;
    right: -150px;
  }
}
.service .main--caseDetail .caseDetailInfo__content {
  display: flex;
  gap: 40px;
  margin: 40px 0 0;
  padding: 32px 32px 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .main--caseDetail .caseDetailInfo__content {
    flex-direction: column;
    padding: 32px 16px 40px;
  }
}
.service .main--caseDetail .caseDetailInfo .colItem {
  flex: 1;
  display: grid;
  gap: 24px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 900px) {
  .service .main--caseDetail .modSection__content.swiper {
    margin-top: 40px;
    gap: 32px;
  }
}
.service .main--caseDetail .modBlockDetailKv__header__data .category {
  font-size: 16px;
  font-size: 1.6rem;
}
.service .main--caseDetail .modBlockDetailKv__header__company {
  font-size: 20px;
  font-size: 2rem;
}
.service .main--case .caseLinkList {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .service .main--case .caseLinkList {
    gap: 16px;
  }
}
.service .main--case .caseLinkList > .item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 24px 15px 32px;
  border: 1px solid var(--line);
  border-radius: 50px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .service .main--case .caseLinkList > .item > a {
    padding: 12px 20px 12px 28px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.service .main--case .caseLinkList > .item > a .modIcon {
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 901px) {
  .service .main--case .caseLinkList > .item > a:hover {
    background: var(--corporate_blue);
    border-color: var(--corporate_blue);
    color: var(--white);
  }
  .service .main--case .caseLinkList > .item > a:hover .modIcon {
    background: var(--white);
    border-color: var(--white);
    transform: translateX(4px);
  }
  .service .main--case .caseLinkList > .item > a:hover .modIcon::before {
    background: var(--corporate_blue);
  }
}
@media screen and (max-width: 900px) {
  .service .main--case .modSection__content.swiper {
    margin-top: 40px;
    gap: 32px;
  }
}
.service .main--formThanks .contentBox {
  display: grid;
  gap: 40px;
}
.service .main--formThanks .contentBox__img {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .service .main--formThanks .contentBox .modHeadingCatch {
    text-align: center;
  }
}
.service .main--formThanks .contentBox__note {
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .service .main--formThanks .contentBox__note {
    justify-content: center;
  }
}
.service .main--formInput .wpcf7-response-output {
  color: var(--alert);
  text-align: center;
  border: none !important;
}
.service .main--formInput .required {
  display: inline-block;
  background: var(--white);
}
.service .main--formInput .required::before {
  content: "必須";
  display: grid;
  place-content: center;
  width: 47px;
  height: 21px;
  border: 1px solid var(--alert);
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  color: var(--alert);
}
.service .main--formInput .required--lead {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
}
.service .main--contactProduct .contactProductList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.service .main--contactProduct .contactProductList__item {
  display: flex;
  flex-direction: column;
  padding: 40px;
  gap: 24px;
  height: 100%;
}
.service .main--contactProduct .contactProductList__item__logo {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.service .main--contactProduct .contactProductList__item__logo .img {
  display: flex;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 248/60;
}
.service .main--contactProduct .contactProductList__item__logo .img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 248/60) {
  .service .main--contactProduct .contactProductList__item__logo .img {
    position: relative;
  }
  .service .main--contactProduct .contactProductList__item__logo .img::before {
    float: left;
    content: "";
    padding-top: 24.19%;
  }
  .service .main--contactProduct .contactProductList__item__logo .img::after {
    display: block;
    content: "";
    clear: both;
  }
  .service .main--contactProduct .contactProductList__item__logo .img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.service .main--documentForm .documentBox {
  display: flex;
  gap: 0 24px;
  border-radius: 8px;
  background: var(--bg);
}
@media screen and (min-width: 901px) {
  .service .main--documentForm .documentBox {
    padding: 40px 64px;
  }
}
@media screen and (max-width: 900px) {
  .service .main--documentForm .documentBox {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 40px 20px;
  }
}
.service .main--documentForm .documentBox__image {
  max-width: 351px;
}
@media screen and (min-width: 901px) {
  .service .main--documentForm .documentBox__image {
    width: 38.83%;
  }
}
.service .main--documentForm .documentBox__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 901px) {
  .service .main--documentForm .documentBox__content {
    width: 58.52%;
  }
}
@media screen and (max-width: 900px) {
  .service .main--documentForm .documentBox__content {
    max-width: 600px;
  }
}
.service .main--documentForm .documentBox__content__title {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
  font-size: 22px;
  font-size: 2.2rem;
}
.service .main--documentForm .documentBox__content__total {
  font-weight: 700;
  margin: 0 0 16px;
}
.service .main--document .modBtnSecondary {
  max-width: 459px;
}
.service .main--document .jsTitle__line::before {
  width: calc(100% + 3px);
  right: -3px;
}
.service .main--document .documentList {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 901px) {
  .service .main--document .documentList {
    gap: 64px 6.2%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .service .main--document .documentList {
    gap: 64px 4%;
    justify-content: center;
  }
}
@media screen and (min-width: 901px) {
  .service .main--document .documentList__item {
    width: 46.9%;
  }
}
@media screen and (max-width: 900px) {
  .service .main--document .documentList__item {
    width: 100%;
  }
}
.service .main--document .documentList__item__flex {
  display: flex;
}
@media screen and (min-width: 901px) {
  .service .main--document .documentList__item__flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1170px) {
  .service .main--document .documentList__item__flex {
    justify-content: center;
    gap: 0 5%;
  }
}
@media screen and (max-width: 900px) {
  .service .main--document .documentList__item__flex {
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
    max-width: 600px;
    margin: auto;
  }
}
@media screen and (min-width: 901px) {
  .service .main--document .documentList__item__flex .image {
    width: 42.2%;
  }
}
@media screen and (max-width: 1170px) {
  .service .main--document .documentList__item__flex .image {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  .service .main--document .documentList__item__flex .image {
    margin: auto;
    width: 80%;
    max-width: 300px;
  }
}
.service .main--document .documentList__item__flex .image img {
  display: block;
  height: auto;
  margin: auto;
}
@media screen and (min-width: 901px) {
  .service .main--document .documentList__item__flex .image img {
    width: 73.5%;
  }
}
@media screen and (max-width: 1170px) {
  .service .main--document .documentList__item__flex .image img {
    width: 77%;
  }
}
.service .main--document .documentList__item__flex .content {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 901px) {
  .service .main--document .documentList__item__flex .content {
    width: 52.9%;
  }
}
@media screen and (max-width: 1170px) {
  .service .main--document .documentList__item__flex .content {
    width: 58%;
  }
}
@media screen and (max-width: 900px) {
  .service .main--document .documentList__item__flex .content {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .service .main--document .documentList__item__flex .content__description {
    order: 2;
  }
}
.service .main--document .documentList__item__flex .content .modBtnSecondary {
  max-width: 100%;
  width: 100%;
  min-width: auto;
  padding: 11px 23px;
}
@media screen and (max-width: 900px) {
  .service .main--document .documentList__item__flex .content .modBtnSecondary {
    order: 3;
    margin: auto;
  }
}
.service .main--manual .pdfList {
  display: grid;
  gap: 24px;
}
.service .main--manual .pdfList .item {
  line-height: 1;
}
.service .main--manual .pdfList .item > a {
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-feature-settings: "palt";
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .main--manual .pdfList .item > a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  aspect-ratio: 1;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_pdf.svg")
    no-repeat center;
  background-size: 100% auto;
  transform: translate(2px, 2px);
}
@media screen and (min-width: 901px) {
  .service .main--manual .pdfList .item > a:hover {
    color: var(--corporate_blue);
    text-decoration-color: rgba(0, 0, 0, 0);
  }
}
.service .main--product .introBox {
  counter-reset: counter;
  display: flex;
  gap: 24px;
  margin: 56px 0 0;
}
@media screen and (max-width: 900px) {
  .service .main--product .introBox {
    flex-direction: column;
  }
}
.service .main--product .introBox .item {
  counter-increment: counter;
  width: calc(25% - 18px);
  max-width: 400px;
  padding: 8px 24px 40px;
  border: 1px solid var(--corporate_blue);
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .service .main--product .introBox .item {
    width: 100%;
    margin: auto;
  }
}
.service .main--product .introBox .item:not(:first-child)::before {
  content: "";
  display: block;
  background: var(--corporate_blue);
  position: absolute;
}
@media screen and (min-width: 901px) {
  .service .main--product .introBox .item:not(:first-child)::before {
    width: 24px;
    height: 1px;
    top: 50%;
    right: calc(100% + 1px);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 900px) {
  .service .main--product .introBox .item:not(:first-child)::before {
    width: 1px;
    height: 24px;
    bottom: calc(100% + 1px);
    left: 50%;
    transform: translateX(-50%);
  }
}
.service .main--product .introBox .item__inner {
  display: grid;
  gap: 16px;
  height: 100%;
}
.service .main--product .introBox .item__head {
  white-space: nowrap;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.service .main--product .introBox .item__head::before {
  content: "0" counter(counter);
  margin: 0 8px 0 0;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.service .main--product .introBox .item__body {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.service .main--product .introBox .item__body strong {
  font-weight: 700;
  color: var(--corporate_blue);
}
.service .main--product .modListCard .modCard .logo:has(.logo__text) img {
  max-width: 60%;
}
.service .main--product .modListCard .modCard .logo__text {
  white-space: nowrap;
}
.service .main--seminar .seminarList__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
@media screen and (max-width: 900px) {
  .service .main--seminar .seminarList__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 22px 0;
  }
}
.service .main--seminar .seminarList__item:first-child {
  border-top: 1px solid var(--line);
}
.service .main--seminar .seminarList__item__area {
  width: 95px;
  height: 95px;
  border-radius: 4px;
  border: 1px solid var(--corporate_blue);
  color: var(--corporate_blue);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .service .main--seminar .seminarList__item__area {
    width: auto;
    height: auto;
    padding: 13px 15px;
  }
}
.service .main--seminar .seminarList__item__area small {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0 0 8px;
}
@media screen and (max-width: 900px) {
  .service .main--seminar .seminarList__item__area small {
    display: inline-block;
    margin: 2px 12px 0 0;
    vertical-align: top;
  }
}
@media screen and (min-width: 901px) {
  .service .main--seminar .seminarList__item__info {
    width: calc(100% - 345px);
  }
}
@media screen and (max-width: 900px) {
  .service .main--seminar .seminarList__item__info {
    width: 100%;
  }
}
.service .main--seminar .seminarList__item__info .title {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 901px) {
  .service .main--seminar .seminarList__item__info .title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 900px) {
  .service .main--seminar .seminarList__item__info .title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.service .main--seminar .seminarList__item__info .list {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .service .main--seminar .seminarList__item__info .list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.service .main--seminar .seminarList__item__info .list__datetime {
  letter-spacing: 0;
  line-height: 1.2;
  display: flex;
  gap: 8px;
}
.service .main--seminar .seminarList__item__info .list__datetime__date {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.service .main--seminar .seminarList__item__info .list__datetime__time {
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
}
.service .main--seminar .seminarList__item__info .list__datetime__time:before {
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/being/assets/img/service/common/icon/icon_clock.svg");
  display: inline-block;
  float: left;
  margin: 3px 4px 0 0;
}
.service .main--seminar .seminarList__item__info .list__tag {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  border: 1px solid var(--line);
  border-radius: 4px;
  padding: 5px 7px;
}
.service .main--seminar .seminarList__item .modBtnSecondary--blue {
  min-width: 202px;
  padding: 11px 5px;
}
@media screen and (max-width: 900px) {
  .service .main--seminar .seminarList__item .modBtnSecondary--blue {
    max-width: 370px;
  }
}
.service .main--strengths .main__inner {
  padding: 120px 0 0;
  background: #fff;
}
@media screen and (max-width: 900px) {
  .service .main--strengths .main__inner {
    padding-top: 40px;
  }
}
.service .main--strengths .strengthsKv {
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsKv {
    margin-top: 65px;
  }
}
.service .main--strengths .strengthsKv__inner {
  position: relative;
  padding: 0 134px;
}
@media screen and (min-width: 901px) {
  .service .main--strengths .strengthsKv__inner {
    display: grid;
    place-items: center;
    height: 695px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .main--strengths .strengthsKv__inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsKv__inner {
    padding: 56px 20px 176px;
  }
}
.service .main--strengths .strengthsKv__inner:after {
  content: "";
  display: block;
  width: 434px;
  height: 392px;
  position: absolute;
  left: 0;
  bottom: -52px;
  background: url("/wp-content/themes/being/assets/img/service/strengths/bg_kv_cube.svg")
    no-repeat top;
  background-size: 100% auto;
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsKv__inner:after {
    width: 260px;
    height: 235px;
    left: -3px;
    bottom: -80px;
  }
}
.service .main--strengths .strengthsKv__content {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (min-width: 901px) {
  .service .main--strengths .strengthsKv__content {
    margin: 58px auto 0;
  }
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsKv__content {
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
  }
  .service .main--strengths .strengthsKv__content::-webkit-scrollbar {
    display: none;
  }
}
.service .main--strengths .strengthsKv__content__title {
  width: -moz-max-content;
  width: max-content;
  display: grid;
  color: var(--white);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 80px;
  font-size: 8rem;
  line-height: 0.95;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsKv__content__title {
    place-items: start;
    margin: 0 0 40px;
  }
}
.service .main--strengths .strengthsKv__content__title .jsTitle__line::before {
  height: 102%;
}
.service .main--strengths .strengthsKv__content__title small {
  margin: 8px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 901px) {
  .service .main--strengths .strengthsKv__content__description {
    max-width: 507px;
  }
}
.service .main--strengths .strengthsKv__content__description .textLead {
  color: var(--white);
  line-height: 2;
}
.service .main--strengths .strengthsKv__content__description .textLead--big {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  margin: 0 0 40px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsKv__content__description .textLead--big {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.service .main--strengths .strengthsKv__content__description .textLead--small {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
.service .main--strengths .strengthsKv__images {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .service .main--strengths .strengthsKv__images {
    position: absolute !important;
  }
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsKv__images {
    position: fixed;
  }
}
.service .main--strengths .strengthsKv__images::before {
  content: "";
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(3, 7, 29, 0) 0%,
    rgba(3, 7, 29, 0.7) 64%
  );
  position: absolute;
  inset: 0;
}
.service .main--strengths .strengthsKv__images .img--beCollabo img {
  -o-object-position: 28% 0;
  object-position: 28% 0;
}
.service .main--strengths .strengthsKv__images .img--budged img {
  -o-object-position: 31% 0;
  object-position: 31% 0;
}
.service .main--strengths .strengthsKv__images .img--inshare img {
  -o-object-position: 43% 0;
  object-position: 43% 0;
}
.service .main--strengths .strengthsKv__images .img img {
  transform: scale(1);
  animation: kvImageAnime 10s ease-in-out forwards;
}
@keyframes kvImageAnime {
  0% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.service .main--strengths .strengthsReason {
  display: grid;
  gap: 40px;
}
.service .main--strengths .strengthsReason__item__inner {
  display: flex;
  justify-content: space-between;
  background: var(--white);
  border-radius: 8px;
}
@media screen and (min-width: 901px) {
  .service .main--strengths .strengthsReason__item__inner {
    padding: 80px;
  }
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsReason__item__inner {
    flex-direction: column-reverse;
    gap: 24px;
    padding: 8.9vw 20px;
  }
}
@media screen and (min-width: 901px) {
  .service .main--strengths .strengthsReason__item__image {
    width: 37.2%;
  }
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsReason__item__image {
    width: 100%;
    max-width: 370px;
    margin: auto;
  }
}
.service .main--strengths .strengthsReason__item__image img {
  border-radius: 6px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .service .main--strengths .strengthsReason__item__content {
    width: 57.5%;
  }
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsReason__item__content {
    width: 100%;
  }
}
.service .main--strengths .strengthsReason__item__content .modHeadingCatch {
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 0 24px;
}
@media screen and (max-width: 900px) {
  .service .main--strengths .strengthsReason__item__content .modHeadingCatch {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.service .main--strengths .modHeading small {
  margin-top: 12px;
}
.service .main--beaccount .modBlockKv .jsTitle__line {
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .service .main--beaccount .modBlockKv .jsTitle__line::before {
    height: 90%;
  }
}
@media screen and (max-width: 900px) {
  .service .main--beaccount .modHeading {
    line-height: 1.6;
  }
}
.service .main--beaccount .modHeading strong {
  font-weight: 700;
  color: var(--corporate_blue);
  position: relative;
}
.service .main--beaccount .modHeading strong:after {
  content: "";
  width: 19px;
  height: 16px;
  position: absolute;
  right: -19px;
  top: -3px;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_quotation.svg")
    no-repeat center;
  background-size: 100%;
}
@media screen and (min-width: 901px) {
  .service .main--beaccount .modBoxTextCol--reverse .img {
    width: 46.4449541284%;
    margin-left: 56px;
  }
}
.service .main--beaccount .beaccountList {
  display: flex;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .service .main--beaccount .beaccountList {
    flex-direction: column;
    align-items: center;
  }
}
.service .main--beaccount .beaccountList__item {
  display: flex;
  align-items: center;
  gap: 0 16px;
  width: 100%;
  border-radius: 8px;
  background: var(--corporate_blue);
  color: var(--white);
  padding: 28px 24px;
}
@media screen and (min-width: 901px) {
  .service .main--beaccount .beaccountList__item {
    max-width: 328px;
  }
}
@media screen and (max-width: 900px) {
  .service .main--beaccount .beaccountList__item {
    max-width: 400px;
  }
}
@media screen and (min-width: 901px) {
  .service .main--beaccount .beaccountList__item__image {
    min-width: 100px;
  }
}
@media screen and (max-width: 1170px) {
  .service .main--beaccount .beaccountList__item__image {
    min-width: 85px;
  }
}
.service .main--beaccount .beaccountList__item__image figcaption {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}
.service .main--beaccount .beaccountList__item__description {
  font-size: 18px;
  font-size: 1.8rem;
}
.service .main--beforeContact .beforeContactList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
}
.service .main--beforeContact .beforeContactList > .item:not(:last-child) {
  margin: 0 52px 0 0;
  position: relative;
}
.service
  .main--beforeContact
  .beforeContactList
  > .item:not(:last-child)::after {
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  background: var(--black);
  position: absolute;
  top: 16px;
  right: -40px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 900px) {
  .service .main--beforeContact .beforeContactList > .item:not(:last-child) {
    margin-right: 31px;
  }
  .service
    .main--beforeContact
    .beforeContactList
    > .item:not(:last-child)::after {
    width: 22px;
    top: 15px;
    right: -26px;
  }
}
.service .main--os .osList {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
}
@media screen and (max-width: 900px) {
  .service .main--os .osList {
    gap: 16px 0;
  }
}
.service .main--os .osList > .item {
  width: calc(33.3333333333% - 16px);
}
@media screen and (max-width: 1170px) {
  .service .main--os .osList > .item {
    width: calc(50% - 12px);
  }
}
@media screen and (max-width: 650px) {
  .service .main--os .osList > .item {
    width: 100%;
  }
}
.service .main--remote .remoteFoot {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .service .main--remote .remoteFoot {
    text-align: center;
  }
}
.service .main--remote .remoteFoot__checkBox {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .main--remote .remoteFoot__checkBox::before,
.service .main--remote .remoteFoot__checkBox::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 2px;
}
.service .main--remote .remoteFoot__checkBox::before {
  background: var(--white);
}
.service .main--remote .remoteFoot__checkBox::after {
  opacity: 0;
  background: url("/wp-content/themes/being/assets/img/service/common/icon/icon_check.svg")
    no-repeat center;
  background-position: 16% 120%;
  background-size: 108%;
  background-color: var(--corporate_blue);
  border-color: var(--corporate_blue);
  position: absolute;
  left: 0;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service
  .main--remote
  .remoteFoot__checkBox:has(input[type="checkbox"]:checked)::after {
  opacity: 1;
}
.service
  .main--remote
  .remoteFoot__checkBox:not(:has(input[type="checkbox"]:checked))
  + .modBtnSecondary {
  pointer-events: none;
  background: var(--gray);
  border-color: var(--gray);
}
.service
  .main--remote
  .remoteFoot__checkBox:not(:has(input[type="checkbox"]:checked))
  + .modBtnSecondary
  .modIcon {
  background: rgba(0, 0, 0, 0);
}
.service .main--remote .remoteFoot__checkBox input {
  display: none;
}
.service .main--support .modBoxCol > .item:has(.item__call) {
  align-content: space-between;
}
.service .main--support .modBlockKv {
  background: url("/wp-content/themes/being/assets/img/service/support/img_kv.webp")
    no-repeat center center;
  background-size: cover;
}
.service .main--support .logosList {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 64px;
  padding: 40px;
  background: var(--bg);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .main--support .logosList {
    gap: 64px;
  }
}
.service .main--support .logosList > .item {
  display: grid;
  align-content: start;
  justify-content: center;
  gap: 16px;
  width: calc(33.3333333333% - 42.6666666667px);
  min-height: 80px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .service .main--support .logosList > .item {
    width: 100%;
  }
}
.service .main--support .logosList > .item:not(:nth-child(3n + 1))::before,
.service .main--support .logosList > .item:not(:first-child)::before {
  content: "";
  display: block;
  background: var(--line);
  position: absolute;
}
@media screen and (min-width: 901px) {
  .service .main--support .logosList > .item:not(:nth-child(3n + 1))::before {
    width: 1px;
    height: 100%;
    left: -32px;
  }
}
@media screen and (max-width: 900px) {
  .service .main--support .logosList > .item:not(:first-child)::before {
    width: 100%;
    height: 1px;
    top: -32px;
  }
}
.service .main--support .logosList > .item .item__logo img {
  display: block;
  margin: auto;
}
.service .main--support .internetBox {
  display: grid;
  gap: 24px;
}
.service .main--support .internetBox__head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px;
  border: 1px solid var(--black);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .main--support .internetBox__head {
    padding: 20px;
  }
}
.service .main--support .internetBox__head strong {
  display: flex;
  justify-content: center;
  justify-content: center;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1.6;
}
.service .main--support .internetBox__head--ok {
  background: #f3fff5;
}
.service .main--support .internetBox__head--ok strong {
  color: var(--corporate_blue);
}
.service .main--support .internetBox__head--ng {
  background: var(--bg_alert);
}
.service .main--support .internetBox__head--ng strong {
  color: var(--alert);
}
.service .main--support .internetBox__body {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .service .main--support .internetBox__body {
    flex-direction: column;
  }
}
.service .main--support .internetBox__body .content {
  flex: 1;
  display: grid;
  gap: 16px;
  padding: 40px;
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .main--support .internetBox__body .content {
    padding: 20px;
  }
}
.service .main--support .internetBox__body .content__title {
  font-weight: 700;
}
.service .main--support .internetBox__body .content__title strong {
  font-weight: 700;
}
.service .main--support .internetBox__body .content--ok {
  background: #f3fff5;
}
.service .main--support .internetBox__body .content--ok .content__title strong {
  color: var(--corporate_blue);
}
.service .main--support .internetBox__body .content--ng {
  background: var(--bg_alert);
}
.service .main--support .internetBox__body .content--ng .content__title strong {
  color: var(--alert);
}
.service .top__kv {
  overflow: hidden;
}
.service .top__kv__inner {
  height: 600px;
  position: relative;
}
.service .top__kv__content .title {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2em;
  white-space: nowrap;
  color: var(--white);
  position: absolute;
  left: 80px;
}
.service .top__kv__content .title::before,
.service .top__kv__content .title::after {
  content: "";
  display: block;
  width: 49px;
  height: 40px;
  background: url("/wp-content/themes/being/assets/img/service/top/icon/icon_quotation.svg")
    no-repeat center center;
  background-size: 100% auto;
}
.service .top__kv__content .title::after {
  transform: rotate(180deg);
  margin-left: auto;
}
@media screen and (min-width: 901px) {
  .service .top__kv__content .title {
    bottom: 44px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .top__kv__content .title {
    font-size: 45px;
    font-size: 4.5rem;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv__content .title {
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    font-size: 40px;
    font-size: 4rem;
    top: 168px;
    left: 20px;
  }
  .service .top__kv__content .title::before,
  .service .top__kv__content .title::after {
    width: 39px;
    height: 32px;
  }
  .service .top__kv__content .title::before {
    margin-bottom: 16px;
  }
  .service .top__kv__content .title::after {
    margin-top: 8px;
  }
}
@media screen and (max-width: 370px) {
  .service .top__kv__content .title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.service .top__kv__content .images {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.service .top__kv__content .images::before {
  content: "";
  display: block;
  background: linear-gradient(
    to bottom,
    rgba(3, 7, 29, 0) 40%,
    rgba(3, 7, 29, 0.4) 100%
  );
  position: absolute;
  inset: 0;
}
@media screen and (max-width: 900px) {
  .service .top__kv__content .images::before {
    background: linear-gradient(
      to bottom,
      rgba(3, 7, 29, 0) 0,
      rgba(3, 7, 29, 0.3) 50%,
      rgba(3, 7, 29, 0) 100%
    );
  }
}
.service .top__kv__content .images .img--beCollabo img {
  -o-object-position: 28% 0;
  object-position: 28% 0;
}
.service .top__kv__content .images .img--budged img {
  -o-object-position: 31% 0;
  object-position: 31% 0;
}
.service .top__kv__content .images .img--inshare img {
  -o-object-position: 43% 0;
  object-position: 43% 0;
}
.service .top__kv__content .images .img img {
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  animation: kvImageAnime 10s ease-in-out forwards;
}
@keyframes kvImageAnime {
  0% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.service .top__kv__logos {
  width: 200px;
  height: 275px;
  padding: 0 20px;
  background: var(--white);
  border-radius: 8px 0 0 8px;
  z-index: 2;
  overflow: hidden;
}
.service .top__kv__logos::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 901px) {
  .service .top__kv__logos {
    top: 50%;
    left: calc(100% - 200px);
    transform: translateY(calc(-50% + 40px));
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos {
    width: calc(100% - 40px);
    max-width: 520px;
    height: 82px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    z-index: 1;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 901px) {
  .service .top__kv__logos .logosList {
    display: block;
    height: 100%;
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .logosList {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding: 8px 0;
    position: absolute;
  }
}
.service .top__kv__logos .logosList__item {
  height: 33.3333333333%;
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .logosList__item {
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
.service .top__kv__logos .logosList__item.swiper__slide {
  opacity: 0;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.service .top__kv__logos .logosList__item.swiper__slide a {
  width: 100%;
}
@media screen and (max-width: 470px) {
  .service .top__kv__logos .logosList__item.swiper__slide a {
    transform: translateX(-80px);
  }
}
.service .top__kv__logos .logosList__item.swiper__slide--active {
  opacity: 1;
}
.service .top__kv__logos .logosList__item.swiper__slide--active a {
  width: -moz-fit-content;
  width: fit-content;
  max-width: initial;
  margin: auto;
  pointer-events: auto;
  cursor: pointer;
  transform: initial;
}
.service .top__kv__logos .logosList__item.swiper__slide--active a:hover {
  opacity: 0.6;
}
.service .top__kv__logos .logosList__item.swiper__slide--active .text {
  opacity: 1;
  line-height: 1.4;
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .logosList__item.swiper__slide--active .text {
    line-height: 1.2;
    display: flex;
    align-items: center;
    height: 26px;
  }
}
@media screen and (min-width: 901px) {
  .service .top__kv__logos .logosList__item.swiper__slide--active .logo {
    margin-top: 8px;
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .logosList__item.swiper__slide--active .logo img {
    max-width: 100%;
  }
}
.service
  .top__kv__logos
  .logosList__item.swiper__slide--active
  .logo--gaia
  img {
  height: 53px;
}
@media screen and (max-width: 900px) {
  .service
    .top__kv__logos
    .logosList__item.swiper__slide--active
    .logo--gaia
    img {
    height: 30px;
  }
}
.service .top__kv__logos .logosList__item.swiper__slide--active .logo--pm img {
  height: 21px;
}
@media screen and (max-width: 900px) {
  .service
    .top__kv__logos
    .logosList__item.swiper__slide--active
    .logo--pm
    img {
    height: 18px;
  }
}
.service .top__kv__logos .logosList__item.swiper__slide--active .logo--bid img {
  height: 31px;
}
@media screen and (max-width: 900px) {
  .service
    .top__kv__logos
    .logosList__item.swiper__slide--active
    .logo--bid
    img {
    height: 20px;
  }
}
.service
  .top__kv__logos
  .logosList__item.swiper__slide--active
  .logo--inshare
  img {
  height: 33px;
}
@media screen and (max-width: 900px) {
  .service
    .top__kv__logos
    .logosList__item.swiper__slide--active
    .logo--inshare
    img {
    height: 20px;
  }
}
.service .top__kv__logos .logosList__item.swiper__slide--prev {
  opacity: 0.2;
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .logosList__item.swiper__slide--prev a {
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 500px) {
  .service .top__kv__logos .logosList__item.swiper__slide--prev a {
    transform: translateX(-40px);
  }
}
@media screen and (max-width: 450px) {
  .service .top__kv__logos .logosList__item.swiper__slide--prev a {
    transform: translateX(-80px);
  }
}
.service .top__kv__logos .logosList__item.swiper__slide--next {
  opacity: 0.2;
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .logosList__item.swiper__slide--next a {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 500px) {
  .service .top__kv__logos .logosList__item.swiper__slide--next a {
    transform: translateX(40px);
  }
}
@media screen and (max-width: 450px) {
  .service .top__kv__logos .logosList__item.swiper__slide--next a {
    transform: translateX(80px);
  }
}
.service .top__kv__logos .logosList__item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: initial;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .service .top__kv__logos .logosList__item a {
    padding: 16px 0;
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .logosList__item a {
    width: 100%;
  }
}
.service .top__kv__logos .logosList__item a .text {
  opacity: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
  color: var(--corporate_blue);
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .logosList__item a .text {
    white-space: nowrap;
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .logosList__item a .logo {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .service .top__kv__logos .logosList__item a .logo img {
    width: auto;
    max-width: 130px;
    height: auto;
    max-height: 40px;
  }
}
.service .top__kv__logos .progressBar {
  background: var(--corporate_blue);
  position: absolute;
  bottom: 0;
  left: 0;
  animation: progressAnime 9s cubic-bezier(0.35, 0.34, 0.41, 1.02);
}
@media screen and (min-width: 901px) {
  .service .top__kv__logos .progressBar {
    width: 4px;
    height: 100%;
  }
  @keyframes progressAnime {
    0% {
      transform: scaleY(0);
    }
    100% {
      transform: scaleY(1);
    }
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv__logos .progressBar {
    width: 100%;
    height: 4px;
  }
  @keyframes progressAnime {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(0.92);
    }
  }
}
.service .top__kv .swiperKv {
  width: 200px;
  height: 275px;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .service .top__kv .swiperKv {
    top: 50%;
    left: calc(100% - 200px);
    transform: translateY(calc(-50% + 40px));
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv .swiperKv {
    width: calc(100% - 40px);
    max-width: 520px;
    height: 1px;
    border-radius: 100px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
}
.service .top__kv .swiperKv .swiper__btn {
  position: absolute;
}
.service .top__kv .swiperKv .swiper__btn .modIcon {
  border-color: var(--white);
}
.service .top__kv .swiperKv .swiper__btn .modIcon::before {
  background: var(--white);
}
@media screen and (min-width: 901px) {
  .service .top__kv .swiperKv .swiper__btn {
    left: 50%;
  }
  .service .top__kv .swiperKv .swiper__btn:hover .modIcon {
    border-color: var(--corporate_blue);
  }
  .service .top__kv .swiperKv .swiper__btn--prev {
    bottom: calc(100% + 12px);
    transform: rotate(90deg) translate(0, 50%);
  }
  .service .top__kv .swiperKv .swiper__btn--next {
    top: calc(100% + 12px);
    transform: rotate(90deg) translate(0, 50%);
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv .swiperKv .swiper__btn {
    bottom: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .service .top__kv .swiperKv .swiper__btn--prev {
    left: -16px;
  }
  .service .top__kv .swiperKv .swiper__btn--next {
    right: -16px;
  }
  .service .top__kv .swiperKv .swiper__btn .modIcon {
    background: var(--corporate_blue);
    border-color: var(--corporate_blue);
  }
  .service .top__kv .swiperKv .swiper__btn .modIcon::before {
    background: var(--white);
  }
}
.service .top__kv__foot {
  overflow: hidden;
  padding: 0 134px 32px;
  background: linear-gradient(
    to bottom,
    #004ea2 0,
    #0068d6 77%,
    var(--white) 77%
  );
  position: relative;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .top__kv__foot {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv__foot {
    padding: 24px 20px 32px;
    background: linear-gradient(
      to bottom,
      #004ea2 0,
      #0068d6 87%,
      var(--white) 87%
    );
  }
}
.service .top__kv__foot .alert {
  display: flex;
  gap: 16px 24px;
  max-width: 1400px;
  margin: 20px auto 0;
  padding: 24px;
  background: var(--bg);
  border-radius: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .service .top__kv__foot .alert {
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .service .top__kv__foot .alert {
    flex-direction: column;
  }
}
.service .top__kv__foot .alert__title {
  display: flex;
  gap: 8px;
  font-weight: 700;
  white-space: nowrap;
}
.service .top__kv__foot .alert__title::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
  -webkit-mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_attention.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/service/common/icon/icon_attention.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background: var(--alert);
}
@media screen and (min-width: 901px) {
  .service .top__kv__foot .alert__list {
    flex: 1;
    width: 79.0697674419%;
  }
}
.service .top__kv__foot .alert__list__item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.service .top__kv__foot .alert__list__item:not(:first-child) {
  margin-top: 8px;
}
.service .top__kv__foot .alert__list__item a {
  text-decoration: underline;
  text-underline-offset: 5px;
}
@media screen and (min-width: 901px) {
  .service .top__kv__foot .alert__list__item a:hover {
    color: var(--corporate_blue);
    text-decoration-color: rgba(0, 0, 0, 0);
  }
}
.service .top__kv__foot .anchor {
  max-width: 1400px;
  margin: 20px auto 0;
}
.service .top__section {
  padding: 160px 134px;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .top__section {
    padding: 160px 50px;
  }
}
@media screen and (max-width: 900px) {
  .service .top__section {
    padding: 120px 20px;
  }
}
.service .top__section__inner {
  max-width: 1400px;
  margin: auto;
}
.service .topCatch {
  margin-top: -32px;
}
@media screen and (min-width: 901px) {
  .service .topCatch {
    display: flex;
    gap: 112px;
  }
}
.service .topCatch__text {
  margin-top: auto;
}
@media screen and (max-width: 900px) {
  .service .topCatch__text {
    padding-top: 32px;
  }
}
.service .topProducts {
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  position: relative;
}
@media screen and (max-width: 900px) {
  .service .topProducts {
    padding-bottom: 120px;
  }
}
.service .topProducts.is-act .topProducts__title {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.service .topProducts .jsParallax {
  height: 200%;
}
.service .topProducts .jsParallax__wrap {
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .service .topProducts .jsParallax__wrap {
    height: 205px;
  }
}
.service .topProducts__inner {
  background: var(--white);
  margin: 285px 0 0 40px;
  padding: 0 134px 0 94px;
  border-radius: 16px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .topProducts__inner {
    margin-left: 20px;
    padding: 0 50px 0 30px;
  }
}
@media screen and (max-width: 900px) {
  .service .topProducts__inner {
    margin: 165px 0 0 10px;
    padding-bottom: 120px;
    padding: 0 20px 0 10px;
  }
}
.service .topProducts__title {
  display: block;
  width: 100%;
  height: 320px;
  padding: 40px 40px 5px 0;
  font-size: 240px;
  font-size: 24rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--white);
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  .service .topProducts__title {
    height: 205px;
    padding: 31px 7px 5px 0;
    font-size: 118px;
    font-size: 11.8rem;
  }
}
.service .topProducts__title small {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .service .topProducts__title small {
    font-size: 20px;
    font-size: 2rem;
  }
}
.service .topProducts__intro {
  max-width: 1400px;
  margin: auto;
  padding: 80px 0;
}
@media screen and (min-width: 901px) {
  .service .topProducts__intro {
    display: flex;
    justify-content: flex-end;
    gap: 60px;
  }
}
@media screen and (max-width: 900px) {
  .service .topProducts__intro {
    padding-bottom: 0;
  }
}
.service .topProducts__intro .title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .service .topProducts__intro .title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 901px) {
  .service .topProducts__intro .text {
    width: 41%;
  }
}
@media screen and (max-width: 900px) {
  .service .topProducts__intro .text {
    margin-top: 24px;
  }
}
.service .topProducts__contents > .title {
  max-width: 1400px;
  height: 400px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .service .topProducts__contents > .title {
    margin: auto;
  }
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents > .title {
    height: 200px;
    margin-top: 120px;
  }
}
.service .topProducts__contents > .title .title__inner {
  display: block;
  width: calc((100vw - var(--scroll-bar-width) - 1400px) / 2 + 1400px);
  height: 100%;
  border-radius: 8px 0 0 8px;
  position: relative;
  left: 0;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents > .title .title__inner {
    width: calc((100vw - var(--scroll-bar-width) - 900px) / 2 + 900px);
  }
}
.service .topProducts__contents > .title .title__text {
  padding: 40px 80px 1px 1px;
  background: var(--white);
  border-radius: 0 8px 0 0;
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
  position: absolute;
  bottom: -1px;
  left: -1px;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents > .title .title__text {
    padding: 20px 32px 1px 1px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents > .title .title__text .jsTitle__line::before {
    height: 120%;
    top: 0;
  }
}
.service .topProducts__contents > .modLinkCassette {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents > .modLinkCassette {
    margin-top: 64px;
  }
}
.service .topProducts__contents > .modLinkCassette__wrap {
  margin-top: 80px;
}
.service .topProducts__contents .content {
  max-width: 1400px;
  margin: auto;
  padding: 80px 0 160px;
}
@media screen and (min-width: 901px) {
  .service .topProducts__contents .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 112px;
  }
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .service .topProducts__contents .content {
    gap: 56px;
  }
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents .content {
    padding: 64px 0 0;
  }
}
.service .topProducts__contents .content__list {
  padding: 40px;
  background: var(--bg);
  border-radius: 8px;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents .content__list {
    padding: 32px 25.5px;
  }
}
.service .topProducts__contents .content__list__item:not(:first-child) {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents .content__list__item:not(:first-child) {
    margin-top: 24px;
  }
}
.service .topProducts__contents .content__list__item .name {
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents .content__list__item .logo {
    height: 40px;
  }
  .service .topProducts__contents .content__list__item .logo img {
    width: auto;
    height: 100%;
  }
}
.service .topProducts__contents .content__textArea {
  flex: 1;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents .content__textArea .modHeadingCatch {
    margin-top: 40px;
  }
}
.service .topProducts__contents .content__textArea .text {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents .content__textArea .text {
    margin-top: 24px;
  }
}
.service .topProducts__contents .content__textArea .modLinkText {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents .content__textArea .modLinkText {
    margin-top: 24px;
  }
}
.service .topProducts__contents--construction > .title .title__inner {
  background: url("/wp-content/themes/being/assets/img/service/top/bg_products02.webp")
    no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents--construction > .title .title__inner {
    background: url("/wp-content/themes/being/assets/img/service/top/sp/bg_products02.webp")
      no-repeat center center;
    background-size: cover;
  }
}
.service .topProducts__contents--construction .content__list__item {
  text-align: center;
}
.service .topProducts__contents--construction .content__list__item .name {
  font-size: 13px;
  font-size: 1.3rem;
}
.service .topProducts__contents--construction .content__list__item .logo {
  margin-top: 8px;
}
.service .topProducts__contents--government > .title .title__inner {
  background: url("/wp-content/themes/being/assets/img/service/top/bg_products03.webp")
    no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents--government > .title .title__inner {
    background: url("/wp-content/themes/being/assets/img/service/top/sp/bg_products03.webp")
      no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 600px) {
  .service .topProducts__contents--government > .title .title__inner {
    background-position-x: -178px;
  }
}
.service .topProducts__contents--government .content__list__item {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 901px) {
  .service .topProducts__contents--government .content__list__item {
    padding: 0 30px;
  }
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents--government .content__list__item {
    gap: 10px;
  }
}
.service .topProducts__contents--government .content__list__item .name {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .service .topProducts__contents--government .content__list__item .name {
    font-size: 20px;
    font-size: 2rem;
    white-space: nowrap;
  }
}
.service .topEffect .modHeadingCatch {
  text-align: center;
  margin: 0 0 64px;
}
@media screen and (max-width: 900px) {
  .service .topEffect .modHeadingCatch {
    line-height: 1.6;
  }
}
.service .topEffect .modTextNote {
  margin-top: 24px;
}
.service .topEffect .modLinkText {
  margin-top: 40px;
}
.service .topLogos {
  padding: 0 0 160px;
}
.service .topLogos .modHeadingCatch {
  text-align: center;
}
@media screen and (max-width: 900px) {
  .service .topLogos .modHeadingCatch {
    line-height: 1.6;
  }
}
.service .topLogos__list {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .service .topLogos__list {
    gap: 24px;
  }
}
.service .topLogos__list__item {
  width: -moz-fit-content;
  width: fit-content;
}
.service .topLogos__list__item .list {
  display: flex;
}
.service .topLogos__list__item .list__item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  animation: infinity-scroll-left 30s infinite linear 0s both;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.service .topLogos__list__item .list__item .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 60px;
  padding: 0 40px;
}
@media screen and (max-width: 900px) {
  .service .topLogos__list__item .list__item .logo {
    width: 150px;
    height: 40px;
    padding: 0 20px;
  }
}
.service .topLogos__list__item .list__item .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.service .topLogos__list__item .list__item .logo--large img {
  max-width: 150px;
  max-height: 50px;
}
@media screen and (max-width: 900px) {
  .service .topLogos__list__item .list__item .logo--large img {
    max-width: 90px;
    max-height: 30px;
  }
}
.service .topLogos__list__item:first-child .list {
  transform: translateX(-80px);
}
.service .topSupport {
  padding-top: 0;
}
.service .topSupport__inner {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 56px 0;
}
@media screen and (min-width: 901px) {
  .service .topSupport__inner {
    display: flex;
    gap: 40px;
  }
  .service .topSupport__inner:hover .modLinkText__text::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .service .topSupport__inner:hover .modIcon {
    transform: translateX(4px);
  }
  .service .topSupport__inner:hover .topSupport__illust img {
    opacity: 0.6;
    transform: scale(1.08);
  }
}
@media screen and (max-width: 900px) {
  .service .topSupport__inner {
    display: block;
    padding: 40px 0;
  }
}
.service .topSupport__illust {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.service .topSupport__illust img {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (max-width: 900px) {
  .service .topSupport__illust {
    justify-content: center;
  }
  .service .topSupport__illust img {
    aspect-ratio: 335/262;
  }
}
@media screen and (min-width: 901px) {
  .service .topSupport__textArea {
    flex: 1;
  }
}
@media screen and (max-width: 900px) {
  .service .topSupport__textArea .modHeadingCatch {
    margin: 32px 0 0;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
  }
}
.service .topSupport__textArea .text {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .service .topSupport__textArea .text {
    margin-top: 24px;
  }
}
.service .topSupport__textArea .modLinkText {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .service .topSupport__textArea .modLinkText {
    margin-top: 24px;
  }
}
.service .topColumn .modListCassette {
  margin-top: 40px;
}
.service .topColumn .modListCassette__item {
  min-width: 328px;
}
.service .topColumn__foot {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}
.service .topColumn:has(.modListCassette__item:nth-child(4)) .modListCassette {
  gap: 0;
}
.service
  .topColumn:not(:has(.modListCassette__item:nth-child(4)))
  .topColumn__foot__btn {
  display: none;
}
.service
  .topColumn:not(:has(.modListCassette__item:nth-child(4))):has(
    .modLinkCassette__item:nth-child(3)
  )
  .modLinkCassette {
  justify-content: space-between;
}
.service .topNews {
  padding-top: 0;
}
@media screen and (min-width: 901px) {
  .service .topNews {
    display: flex;
    gap: 110px;
  }
}
.service .topNews__wrap {
  padding-top: 0;
}
@media screen and (min-width: 901px) {
  .service .topNews__inner {
    flex: 1;
    width: calc(100% - 264px);
  }
}
.service .topNews .modHeading {
  white-space: nowrap;
}
@media screen and (min-width: 901px) {
  .service .topNews .modHeading {
    width: 154px;
  }
}
@media screen and (max-width: 900px) {
  .service .topNews .modListNews {
    margin-top: 40px;
  }
}
.service .topNews .modLinkText {
  margin-top: 32px;
}
.service .topFoot {
  padding-top: 0;
}
@media screen and (max-width: 365px) {
  .service .topFoot .modLinkCard__text {
    padding: 32px 10px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .main--announceDetail .modSection--article {
  position: relative;
}
.corp .main--announceDetail .modSection--article::before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/being/assets/img/corp/announce/detail/img_bg.webp")
    no-repeat center/cover;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .corp .main--announceDetail .modSection--article::before {
    width: 810px;
    height: 700px;
    transform: translate(260px, -320px);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--announceDetail .modSection--article::before {
    width: 405px;
    height: 441px;
    transform: translate(110px, -200px);
  }
}
.corp .main--announceDetail .modBtnSecondary {
  margin-top: 80px;
}
@media screen and (min-width: 901px) {
  .corp .main--announceDetail .modBtnSecondary {
    min-width: 280px;
    padding: 27px 40px;
  }
}
.corp .main--announceDetail .modBtnSecondary .modIcon--arrow:before {
  transform: translate(-50%, -50%) scaleX(-1);
}
.corp .main--announce .modSection {
  position: relative;
}
.corp .main--announce .modSection:first-of-type::before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/being/assets/img/corp/announce/img_bg.webp")
    no-repeat center/cover;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .corp .main--announce .modSection:first-of-type::before {
    width: 810px;
    height: 882px;
    transform: translate(180px, -487px);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--announce .modSection:first-of-type::before {
    width: 405px;
    height: 441px;
    transform: translate(90px, -240px);
  }
}
.corp .main--announce .modSection__content {
  position: relative;
}
.corp .main--business::before {
  content: "";
  display: block;
  width: 100%;
  height: 500px;
  background: var(--bg);
  position: absolute;
  left: 0;
  top: 200px;
  z-index: -1;
}
.corp .main--business .modSection--overview {
  position: relative;
  z-index: 1;
}
.corp .main--business .modSection--overview:after {
  content: "";
  z-index: -1;
  position: absolute;
  background: url("/wp-content/themes/being/assets/img/corp/business/img_bg.webp")
    no-repeat center/cover;
  transform: rotate(-105deg);
}
@media screen and (min-width: 901px) {
  .corp .main--business .modSection--overview:after {
    width: 862px;
    height: 830px;
    left: -20%;
    top: -35%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .modSection--overview:after {
    width: 967px;
    height: 933px;
    left: -148%;
    top: -13%;
  }
}
.corp .main--business .modSection--business {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.corp .main--business .modSection--business:after {
  content: "";
  z-index: -1;
  position: absolute;
  background: url("/wp-content/themes/being/assets/img/corp/business/img_bg.webp")
    no-repeat center/cover;
}
@media screen and (min-width: 901px) {
  .corp .main--business .modSection--business:after {
    width: 862px;
    height: 830px;
    left: -20%;
    bottom: -8%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .modSection--business:after {
    width: 367px;
    height: 353px;
    left: -35%;
    bottom: -3%;
  }
}
.corp .main--business .modSection--area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .corp .main--business .modSection--area {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 230px), 0 100%);
    padding-bottom: 390px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .modSection--area {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
    padding-bottom: 230px;
  }
}
.corp .main--business .modSection--area:after {
  content: "";
  z-index: -1;
  transform: scaleY(-1) rotate(45deg);
  position: absolute;
  background: url("/wp-content/themes/being/assets/img/corp/business/img_bg.webp")
    no-repeat center/cover;
}
@media screen and (min-width: 901px) {
  .corp .main--business .modSection--area:after {
    width: 862px;
    height: 830px;
    bottom: -13%;
    right: -22%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .modSection--area:after {
    width: 367px;
    height: 353px;
    bottom: -4%;
    right: -35%;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--business .modHeading01--rightBlock {
    width: 40.4%;
    margin: 0 0 0 auto;
  }
}
.corp .main--business .businessOverview {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessOverview {
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
}
.corp .main--business .businessOverview__content {
  display: grid;
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessOverview__content {
    width: 40.4%;
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessOverview__content {
    gap: 24px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessOverview__image {
    width: 42.64%;
    margin: 0 0 0 70px;
  }
}
.corp .main--business .businessOverview__image img {
  width: 100%;
}
.corp .main--business .businessProduct {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessProduct {
    gap: 160px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct {
    gap: 80px;
  }
}
.corp .main--business .businessProduct:before,
.corp .main--business .businessProduct:after {
  content: "";
  z-index: -1;
  position: absolute;
  background-image: url("/wp-content/themes/being/assets/img/corp/business/img_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessProduct:before,
  .corp .main--business .businessProduct:after {
    width: 862px;
    height: 830px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct:before,
  .corp .main--business .businessProduct:after {
    width: 431px;
    height: 415px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessProduct:before {
    left: calc((100vw - 50%) / 2 * -1);
    top: 10%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct:before {
    left: -50%;
    top: 28%;
  }
}
.corp .main--business .businessProduct:after {
  transform: scaleY(-1);
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessProduct:after {
    right: calc((100vw - 50%) / 2 * -1);
    top: 50%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct:after {
    right: -50%;
    top: 64%;
  }
}
.corp .main--business .businessProduct__item__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct__item__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.corp .main--business .businessProduct__item__content {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessProduct__item__content {
    width: 40.62%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct__item__content {
    gap: 16px;
  }
}
.corp .main--business .businessProduct__item__content .logo {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessProduct__item__content .logo {
    margin: 0 0 56px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct__item__content .logo {
    margin-bottom: 24px;
    align-items: flex-start;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct__item__content .logo__inner {
    display: grid;
    gap: 8px;
  }
}
.corp .main--business .businessProduct__item__content .logo__caption {
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  order: 1;
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct__item__content .logo__caption {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.corp .main--business .businessProduct__item__content .logo__caption--tag {
  order: 3;
  text-align: right;
  margin-left: auto;
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessProduct__item__content .logo__caption--tag {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct__item__content .logo__caption--tag {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct__item__content .logo--gaia img {
    max-width: 164px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct__item__content .logo--budget img {
    max-width: 260px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--business .businessProduct__item__content .logo--inshare img {
    max-width: 193px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--business .businessProduct__item__image {
    width: 48.9%;
  }
}
.corp .main--business .businessProduct__item__image img {
  width: 100%;
}
.corp .main--formThanks .contentBox {
  display: grid;
  gap: 40px;
}
.corp .main--formThanks .contentBox__img {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .corp .main--formThanks .contentBox .modHeadingCatch {
    text-align: center;
  }
}
.corp .main--formThanks .contentBox__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 901px) {
  .corp .main--formThanks .contentBox__text {
    text-align: center;
  }
}
.corp .main--formInput .modSection,
.corp .main--formConfirm .modSection,
.corp .main--formThanks .modSection {
  position: relative;
}
.corp .main--formInput .modSection:first-of-type::before,
.corp .main--formConfirm .modSection:first-of-type::before,
.corp .main--formThanks .modSection:first-of-type::before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/being/assets/img/corp/contact/img_bg.webp")
    no-repeat center/cover;
  top: 0;
  right: 0;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .corp .main--formInput .modSection:first-of-type::before,
  .corp .main--formConfirm .modSection:first-of-type::before,
  .corp .main--formThanks .modSection:first-of-type::before {
    width: 810px;
    height: 882px;
    transform: translate(260px, -320px);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--formInput .modSection:first-of-type::before,
  .corp .main--formConfirm .modSection:first-of-type::before,
  .corp .main--formThanks .modSection:first-of-type::before {
    width: 405px;
    height: 441px;
    transform: translate(110px, -200px);
  }
}
.corp .main--formInput .modSection__content--bg,
.corp .main--formConfirm .modSection__content--bg,
.corp .main--formThanks .modSection__content--bg {
  position: relative;
}
.corp .main--formInput .modSection__content .contentItem--bg,
.corp .main--formConfirm .modSection__content .contentItem--bg,
.corp .main--formThanks .modSection__content .contentItem--bg {
  position: relative;
}
.corp .main--formInput {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.corp .main--formInput .wpcf7-response-output {
  color: var(--alert);
  text-align: center;
  border: none !important;
}
.corp .main--formInput .required {
  display: inline-block;
  background: var(--white);
}
.corp .main--formInput .required::before {
  content: "必須";
  display: grid;
  place-content: center;
  width: 47px;
  height: 21px;
  border: 1px solid var(--alert);
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  color: var(--alert);
}
.corp .main--formInput .required--lead {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 0;
}
.corp .main--info .modSection--outline {
  position: relative;
  z-index: 1;
}
.corp .main--info .modSection--outline:after {
  content: "";
  width: 1123px;
  height: 942px;
  position: absolute;
  top: -370px;
  right: -600px;
  z-index: -1;
  background: url("/wp-content/themes/being/assets/img/corp/info/img_bg.webp") 0 -2em /
    cover no-repeat;
}
@media screen and (max-width: 900px) {
  .corp .main--info .modSection--outline:after {
    width: 623px;
    height: 543px;
    right: -410px;
  }
}
.corp .main--info .modSection--executive {
  position: relative;
  z-index: 1;
}
.corp .main--info .modSection--executive:after {
  content: "";
  width: 1140px;
  height: 1097px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: url("/wp-content/themes/being/assets/img/corp/info/img_bg.webp")
    30em -2em / cover no-repeat;
}
.corp .main--info .infoCeo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .corp .main--info .infoCeo {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.corp .main--info .infoCeo__content {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .corp .main--info .infoCeo__content {
    width: 57.5%;
  }
}
.corp .main--info .infoCeo__content__sign {
  text-align: right;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  gap: 16px;
}
@media screen and (min-width: 901px) {
  .corp .main--info .infoCeo__content__sign {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--info .infoCeo__content__sign {
    margin: 16px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
}
.corp .main--info .infoCeo__content__sign img {
  height: 40px;
  width: auto;
}
@media screen and (min-width: 901px) {
  .corp .main--info .infoCeo__image {
    width: 32.2%;
  }
}
.corp .main--info .infoCeo__image img {
  width: 100%;
}
.corp .main--philosophy:before {
  content: "";
  display: block;
  width: 100%;
  height: 700px;
  background: var(--tag_news);
  position: absolute;
  left: 0;
  top: 100px;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy:before {
    top: 200px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy::after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background: var(--bg);
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
.corp .main--philosophy .modSection--philosophyBgBlue {
  background: var(--tag_news);
  position: relative;
  color: var(--white);
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .modSection--philosophyBgBlue {
    padding: 75px 80px 114px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .modSection--philosophyBgBlue {
    padding: 110px 20px 123px;
  }
}
.corp .main--philosophy .modSection--philosophyBgBlue:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: -1px;
  background: linear-gradient(
    180deg,
    var(--tag_news) 0%,
    #5195dd 64%,
    var(--bg) 96%,
    var(--white) 100%
  );
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .modSection--philosophyBgBlue:after {
    height: 52.7%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .modSection--philosophyBgBlue:after {
    height: 41.3%;
  }
}
.corp .main--philosophy .modSection--envision {
  position: relative;
}
.corp .main--philosophy .modSection--envision:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/being/assets/img/corp/philosophy/img_gradient.webp");
  opacity: 0.2;
  transform: scale(-1) rotate(25deg);
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .modSection--envision:after {
    width: 1304px;
    height: 946px;
    left: -330px;
    bottom: -700px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .modSection--envision:after {
    width: 716px;
    height: 520px;
    left: -230px;
    bottom: -310px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .modSection--envision:not(:has(.modSection--bg)) {
    padding-top: 160px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .modSection--envision:not(:has(.modSection--bg)) {
    padding-top: 120px;
  }
}
.corp .main--philosophy .philosophyBgBlue {
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .philosophyBgBlue {
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyBgBlue {
    flex-direction: column-reverse;
    gap: 68px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .philosophyBgBlue__image {
    width: 40.1%;
    margin: 0 -20px 0 5%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyBgBlue__image {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .philosophyBgBlue__image__main {
    width: 71.2%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyBgBlue__image__main {
    width: 71.4%;
  }
}
.corp .main--philosophy .philosophyBgBlue__image__main img {
  width: 100%;
  max-width: 321px;
  aspect-ratio: 321/379;
}
.corp .main--philosophy .philosophyBgBlue__image__main--right {
  width: 44.8%;
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .philosophyBgBlue__image__main--right {
    margin: -26.5% 0 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyBgBlue__image__main--right {
    margin: -25% 0 0 auto;
  }
}
.corp .main--philosophy .philosophyBgBlue__image__main--right img {
  width: 100%;
  max-width: 202px;
  aspect-ratio: 202/238;
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .philosophyBgBlue__content {
    width: 58%;
    padding: 0 0 336px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyBgBlue__content {
    width: 100%;
  }
}
.corp .main--philosophy .philosophyBgBlue__content__title {
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin: 0 0 40px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .philosophyBgBlue__content__title {
    font-size: 44px;
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyBgBlue__content__title {
    max-width: 340px;
    margin: auto;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.corp .main--philosophy .philosophyBgBlue__content .modText {
  line-height: 2.6;
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyBgBlue__content .modText {
    max-width: 340px;
    margin: auto;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .philosophyEnvision__image {
    padding: 80px 3px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyEnvision__image {
    padding: 80px 0;
    margin: 0 -11px;
  }
}
.corp .main--philosophy .philosophyEnvision__image img {
  width: 100%;
}
.corp .main--philosophy .philosophyEnvision__contentList .item {
  padding: 160px 0;
  border-bottom: 1px solid var(--line);
}
.corp .main--philosophy .philosophyEnvision__contentList .item:last-child {
  padding-bottom: 0;
}
.corp .main--philosophy .philosophyEnvision__contentList .item__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyEnvision__contentList .item__inner {
    flex-direction: column;
    gap: 80px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .philosophyEnvision__contentList .item__title {
    width: 23.4210526316%;
    min-width: 266px;
  }
}
.corp .main--philosophy .philosophyEnvision__contentList .item__title .text {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .corp .main--philosophy .philosophyEnvision__contentList .item__title .text {
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: 0.05em;
  }
}
.corp .main--philosophy .philosophyEnvision__contentList .item__title .lead {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: var(--gray);
}
@media screen and (min-width: 901px) {
  .corp .main--philosophy .philosophyEnvision__contentList .item__content {
    width: 65.9649122807%;
  }
}
@media screen and (max-width: 900px) {
  .corp
    .main--philosophy
    .philosophyEnvision__contentList
    .item__content:has(strong.large) {
    text-align: center;
  }
}
.corp .main--philosophy .philosophyEnvision__contentList .item__content__inner {
  display: grid;
  gap: 16px;
}
.corp
  .main--philosophy
  .philosophyEnvision__contentList
  .item__content__inner
  + .item__content__inner {
  margin-top: 40px;
}
.corp .main--philosophy .philosophyEnvision__contentList .item__content strong {
  font-weight: 700;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: var(--corporate_blue);
}
@media screen and (max-width: 900px) {
  .corp
    .main--philosophy
    .philosophyEnvision__contentList
    .item__content
    strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp
  .main--philosophy
  .philosophyEnvision__contentList
  .item__content
  strong.large {
  font-size: 52px;
  font-size: 5.2rem;
}
@media screen and (min-width: 901px) {
  .corp
    .main--philosophy
    .philosophyEnvision__contentList
    .item__content
    strong.large {
    line-height: 1;
  }
}
@media screen and (max-width: 900px) {
  .corp
    .main--philosophy
    .philosophyEnvision__contentList
    .item__content
    strong.large {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
.corp .main--philosophy .philosophyEnvision__contentList .item--enTitle {
  padding: 80px 0;
  border-bottom: none;
}
.corp
  .main--philosophy
  .philosophyEnvision__contentList
  .item--enTitle:nth-child(3) {
  padding-top: 160px;
}
@media screen and (max-width: 900px) {
  .corp
    .main--philosophy
    .philosophyEnvision__contentList
    .item--enTitle
    .item__inner {
    gap: 40px;
  }
}
.corp
  .main--philosophy
  .philosophyEnvision__contentList
  .item--enTitle
  .item__title
  .text {
  font-family: "Ysabeau", sans-serif;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .corp
    .main--philosophy
    .philosophyEnvision__contentList
    .item--enTitle
    .item__content__inner
    + .item__content__inner {
    margin-top: 32px;
  }
}
.corp .main--environment {
  overflow: clip;
}
@media screen and (max-width: 900px) {
  .corp .main--environment .modSection__content {
    gap: 40px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modSection--office {
    padding-top: 160px;
  }
}
.corp .main--environment .modSection--communication {
  position: relative;
}
.corp .main--environment .modSection--communication:after {
  content: "";
  width: 943px;
  height: 654px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient07.webp");
  z-index: -1;
  bottom: -180px;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modSection--communication:after {
    right: -4%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .modSection--communication:after {
    right: -210px;
  }
}
@media screen and (max-width: 900px) {
  .corp
    .main--environment
    .modSection--communication
    .modListCard--3col
    > .item:first-child {
    margin-top: 40px;
  }
}
@media screen and (max-width: 900px) {
  .corp
    .main--environment
    .modSection--communication
    .modListCard--3col
    > .item:last-child
    .modCard {
    padding-bottom: 0;
  }
}
.corp .main--environment .modSection--support {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .corp .main--environment .modSection--support .modBlockProfile {
    display: grid;
    gap: 40px;
  }
}
.corp .main--environment .modSection--support .modBlockProfile__inner {
  display: grid;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modSection--support .modBlockProfile__inner {
    width: 48.25%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .modSection--support .modBlockProfile__inner {
    order: 3;
    grid-template-columns: 1fr;
  }
  .corp
    .main--environment
    .modSection--support
    .modBlockProfile__inner:has(.modHeadingCatch) {
    order: 1;
  }
}
@media screen and (min-width: 901px) {
  .corp
    .main--environment
    .modSection--support
    .modBlockProfile__inner
    + .modBlockProfile__inner {
    margin-top: 40px;
  }
}
.corp .main--environment .modSection--support .modBlockProfile__img {
  float: right;
  border-radius: 16px;
  aspect-ratio: 510/382;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modSection--support .modBlockProfile__img {
    width: 44.74%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .modSection--support .modBlockProfile__img {
    order: 2;
  }
}
.corp
  .main--environment
  .modSection--support
  .modBlockProfile
  .modTableList__content
  tr
  th {
  min-width: 170px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .corp
    .main--environment
    .modSection--support
    .modBlockProfile
    .modTableList__content
    tr
    th {
    padding: 32px 0;
  }
}
.corp .main--environment .modSection--support .arrow {
  width: 74px;
  height: 110px;
  position: absolute;
  z-index: 99;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modSection--support .arrow {
    transform: rotate(14deg) translateX(-50%);
    left: 50%;
    bottom: -65px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .modSection--support .arrow {
    transform: translateX(-50%) rotate(5deg);
    left: 50%;
    bottom: -45px;
  }
  .corp .main--environment .modSection--support .arrow img {
    width: 85%;
    -o-object-position: -1rem 1rem;
    object-position: -1rem 1rem;
    height: 100%;
  }
}
.corp .main--environment .modSection--support:after {
  content: "";
  width: 717px;
  height: 468px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient03.webp");
  opacity: 0.3;
  z-index: -1;
  transform: rotate(-90deg);
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modSection--support:after {
    right: -280px;
    top: 23%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .modSection--support:after {
    right: -350px;
    top: 15%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .modBlockKv {
    background-size: 100% 62%;
  }
}
.corp .main--environment .modListCard--3col .modCard__img {
  border-radius: 16px;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modListCard--3col .modCard__img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .modListCard--3col .modCard__img {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modListCard--3col .modCard__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .main--environment .modListCard--3col .modCard__inner + .modCard__inner {
  margin-top: 8px;
}
.corp .main--environment .modListCard--3col .modCard .modText + p {
  margin-top: 0;
}
.corp .main--environment .modListCard--3col .modCard .modListUl {
  gap: 4px;
}
.corp .main--environment .modListUl .item {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-size: 1.6rem;
}
.corp .main--environment .modListUl .grayText {
  font-size: 14px;
  font-size: 1.4rem;
  color: var(--gray);
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modListUl--column {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 901px) {
  .corp .main--environment .modListAnchor__wrap + .modHeading01 {
    margin: 122px 0 0;
  }
}
.corp .main--environment .modTableList__content tr td a[target="_blank"] {
  text-decoration-color: var(--black);
  text-underline-offset: 3px;
  color: var(--black);
}
.corp
  .main--environment
  .modTableList__content
  tr
  td
  a[target="_blank"]::after {
  display: none;
}
.corp .main--environment .modTableList__content tr td a[target="_blank"]:hover {
  text-decoration-color: rgba(0, 0, 0, 0);
  color: var(--corporate_blue);
}
.corp .main--environment .environmentOffice {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentOffice {
    margin: 40px -160px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentOffice {
    margin: 45px -20px 0;
  }
}
.corp .main--environment .environmentOffice__arrow {
  position: absolute;
  z-index: 4;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentOffice__arrow {
    width: 119px;
    height: 116px;
    transform: rotate(40deg);
    left: 14.5%;
    bottom: -35%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentOffice__arrow {
    width: 90px;
    height: 107px;
    transform: rotate(40deg);
    left: 25%;
    bottom: -70%;
  }
}
.corp .main--environment .environmentOffice:before {
  content: "";
  width: 337px;
  height: 248px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient01.webp");
  opacity: 0.3;
  z-index: -1;
  transform: rotate(65deg);
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentOffice:before {
    left: -60px;
    top: 17%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentOffice:before {
    left: -160px;
    top: -12%;
  }
}
.corp .main--environment .environmentOffice:after {
  content: "";
  width: 532px;
  height: 653px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient04.webp");
  z-index: -1;
  opacity: 0.4;
  transform: rotate(-70deg);
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentOffice:after {
    top: -5%;
    right: -240px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentOffice:after {
    top: -40%;
    right: -380px;
  }
}
.corp .main--environment .environmentBox {
  margin: 40px 0 0;
  background: var(--white);
  text-align: center;
  display: grid;
  gap: 20px;
  border-radius: 16px;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentBox {
    padding: 29px 21px 53px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBox {
    padding: 80px 21px;
  }
}
.corp .main--environment .environmentBox__fee {
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentBox__fee {
    justify-content: center;
    align-items: flex-end;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBox__fee {
    align-items: center;
    flex-direction: column;
  }
}
.corp .main--environment .environmentBox__fee__jp {
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentBox__fee__jp {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBox__fee__jp {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.corp .main--environment .environmentBox__fee__en {
  font-family: "Ysabeau", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  color: var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentBox__fee__en {
    margin: 0 0 -9px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBox__fee__en {
    margin: -12px 0 0;
  }
}
.corp .main--environment .environmentBox__fee__en > span {
  display: inline-block;
}
.corp .main--environment .environmentBox__fee__en .large {
  font-variant-numeric: lining-nums;
  vertical-align: sub;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentBox__fee__en .large {
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBox__fee__en .large {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentBox__fee__en .medium {
    font-size: 50px;
    font-size: 5rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBox__fee__en .medium {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentBox__fee__en .small {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBox__fee__en .small {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.corp .main--environment .environmentBox__text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBox__text {
    text-align: left;
  }
}
.corp .main--environment .environmentBenefits {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.corp .main--environment .environmentBenefits__item {
  border-radius: 16px;
  background: var(--bg);
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentBenefits__item {
    width: calc((100% - 40px) / 2);
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBenefits__item {
    width: 100%;
    padding: 40px 24px;
  }
}
.corp .main--environment .environmentBenefits__item__inner {
  display: grid;
  gap: 40px;
}
.corp .main--environment .environmentBenefits__item__flex {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 901px) {
  .corp .main--environment .environmentBenefits__item__flex {
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBenefits__item__flex {
    gap: 8px;
    flex-direction: row-reverse;
    justify-content: start;
  }
}
.corp .main--environment .environmentBenefits__item__flex .modHeadingCatch {
  display: grid;
  line-height: 1.4;
}
.corp
  .main--environment
  .environmentBenefits__item__flex
  .modHeadingCatch
  small {
  order: -1;
}
@media screen and (min-width: 901px) {
  .corp
    .main--environment
    .environmentBenefits__item__flex
    .modHeadingCatch
    small {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp
    .main--environment
    .environmentBenefits__item__flex
    .modHeadingCatch
    small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--environment .environmentBenefits__item__flex .image {
    max-width: 65px;
  }
}
.corp .main--casualInterview .modSection--concerns {
  position: relative;
  padding-top: 160px;
}
@media screen and (max-width: 900px) {
  .corp .main--casualInterview .modSection--concerns {
    padding-top: 80px;
  }
}
.corp .main--casualInterview .modSection--concerns:after {
  content: "";
  width: 943px;
  height: 654px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient07.webp");
  z-index: -1;
  bottom: -180px;
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .modSection--concerns:after {
    right: -4%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--casualInterview .modSection--concerns:after {
    right: -210px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .modRecruitFlex__inner {
    width: 57.46%;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .modRecruitFlex__image {
    width: 37.37%;
  }
}
.corp .main--casualInterview .modRecruitFlex:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/casual-interview/img_gradient01.webp");
  z-index: -1;
  width: 731px;
  height: 1140px;
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .modRecruitFlex:after {
    transform: translateX(-100%);
    left: calc((100vw + 110%) / 2);
    top: -40%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--casualInterview .modRecruitFlex:after {
    top: 0;
    right: -90px;
  }
}
.corp .main--casualInterview .modBtnNormal--chevron {
  margin: auto;
  background: var(--corporate_blue);
  color: var(--white);
  gap: 16px;
  line-height: 1.35;
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .modBtnNormal--chevron {
    max-width: 451px;
    padding: 27px 23px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .corp .main--casualInterview .modBtnNormal--chevron:hover {
    background: rgba(0, 0, 0, 0);
    border-color: var(--corporate_blue);
    color: var(--corporate_blue);
  }
  .corp .main--casualInterview .modBtnNormal--chevron:hover::after {
    background: var(--corporate_blue);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--casualInterview .modBtnNormal--chevron {
    padding: 25px 23px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.corp .main--casualInterview .modBtnNormal--chevron:after {
  -webkit-mask-size: 50% auto;
  mask-size: 50% auto;
  max-width: 20px;
  background: var(--white);
}
.corp .main--casualInterview .modTableList tr th {
  vertical-align: top;
  line-height: 1.6;
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .modTableList tr th {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--casualInterview .modTableList tr th {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--casualInterview .modTableList tr td {
    padding-top: 16px;
  }
}
.corp .main--casualInterview .casualInterviewBg {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: var(--bg);
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .casualInterviewBg {
    justify-content: space-between;
    align-items: flex-start;
    background-size: contain;
    background-image: url("/wp-content/themes/being/assets/img/corp/recruit/casual-interview/img_bg.webp");
    padding: 64px 80px 12.64%;
    min-height: 432px;
    border-radius: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--casualInterview .casualInterviewBg {
    gap: 16px;
    background-size: cover;
    background-image: url("/wp-content/themes/being/assets/img/corp/recruit/casual-interview/sp/img_bg.webp");
    padding: 32px 31px 62.5%;
    flex-direction: column;
    border-radius: 16px;
  }
}
@media screen and (max-width: 350px) {
  .corp .main--casualInterview .casualInterviewBg {
    background-size: contain;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .casualInterviewBg .modHeadingCatch {
    width: 48.8%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--casualInterview .casualInterviewBg .modHeadingCatch {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .casualInterviewBg .modText {
    width: 48.8%;
  }
}
.corp .main--casualInterview .casualInterviewBg:after {
  content: "";
  width: 698px;
  height: 455px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient04.webp");
  z-index: -1;
  opacity: 0.3;
}
@media screen and (min-width: 901px) {
  .corp .main--casualInterview .casualInterviewBg:after {
    transform: translateX(-100%) rotate(-90deg) scaleY(-1);
    left: calc((100vw - 55%) / 2);
    top: -30%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--casualInterview .casualInterviewBg:after {
    transform: rotate(-120deg) scaleY(-1);
    left: -255px;
    top: -12%;
  }
}
.corp .main--careers {
  overflow: clip;
}
@media screen and (max-width: 900px) {
  .corp .main--careers .modSection__content {
    gap: 40px;
  }
}
.corp .main--careers .modSection--message {
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .main--careers .modSection--message {
    padding-top: 160px;
  }
}
.corp .main--careers .modSection--message:after {
  content: "";
  width: 698px;
  height: 455px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient04.webp");
  z-index: -1;
  opacity: 0.3;
  right: -230px;
  transform: scaleY(-1) rotate(-60deg);
}
@media screen and (min-width: 901px) {
  .corp .main--careers .modSection--message:after {
    top: 15%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--careers .modSection--message:after {
    top: 24%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--careers .modSection--attraction .modBlockProfile {
    display: grid;
    gap: 40px;
  }
}
.corp .main--careers .modSection--attraction .modBlockProfile__inner {
  display: grid;
}
@media screen and (min-width: 901px) {
  .corp .main--careers .modSection--attraction .modBlockProfile__inner {
    width: 48.25%;
    gap: 120px;
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--careers .modSection--attraction .modBlockProfile__inner {
    gap: 80px;
    order: 3;
  }
  .corp
    .main--careers
    .modSection--attraction
    .modBlockProfile__inner:has(.modHeading01) {
    order: 1;
  }
}
@media screen and (min-width: 901px) {
  .corp
    .main--careers
    .modSection--attraction
    .modBlockProfile__inner
    + .modBlockProfile__inner {
    margin-top: 80px;
  }
}
.corp .main--careers .modSection--attraction .modBlockProfile__img {
  float: left;
  border-radius: 16px;
  aspect-ratio: 510/382;
}
@media screen and (min-width: 901px) {
  .corp .main--careers .modSection--attraction .modBlockProfile__img {
    width: 44.74%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--careers .modSection--attraction .modBlockProfile__img {
    order: 2;
    margin-bottom: 40px;
  }
}
.corp .main--careers .modSection--attraction .modBlockProfile__text {
  width: 100%;
  display: grid;
}
@media screen and (min-width: 901px) {
  .corp .main--careers .modSection--attraction .modBlockProfile__text {
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--careers .modSection--attraction .modBlockProfile__text {
    gap: 40px;
  }
}
.corp
  .main--careers
  .modSection--attraction
  .modBlockProfile__text
  .modHeadingCatch
  small {
  font-variant-numeric: lining-nums;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: var(--corporate_blue);
  font-family: "Ysabeau", sans-serif;
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .modSection__content {
    gap: 40px;
  }
}
.corp .main--newgraduate .modSection--attraction {
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .modSection--attraction {
    padding-top: 160px;
  }
}
.corp .main--newgraduate .modSection--attraction:after {
  content: "";
  width: 698px;
  height: 455px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient04.webp");
  z-index: -1;
  opacity: 0.3;
  right: -280px;
  transform: scaleX(-1) rotate(-60deg);
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .modSection--attraction:after {
    top: 28%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .modSection--attraction:after {
    width: 648px;
    top: 52%;
    right: -340px;
  }
}
.corp .main--newgraduate .modSection--training {
  position: relative;
}
.corp .main--newgraduate .modSection--training:after {
  content: "";
  width: 717px;
  height: 468px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient03.webp");
  opacity: 0.3;
  right: -300px;
  transform: rotate(90deg);
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .modSection--training:after {
    top: 18%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .modSection--training:after {
    width: 607px;
    height: 358px;
    top: 16%;
    right: -285px;
  }
}
.corp .main--newgraduate .newgraduateBlog {
  position: relative;
  z-index: 1;
  display: flex;
  background: var(--white);
  border-radius: 24px;
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .newgraduateBlog {
    justify-content: space-between;
    align-items: center;
    padding: 64px 80px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .newgraduateBlog {
    flex-direction: column;
    padding: 56px 16px 40px;
    gap: 40px;
  }
}
.corp .main--newgraduate .newgraduateBlog__content {
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .newgraduateBlog__content {
    width: 60.82%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .newgraduateBlog__content {
    order: 1;
  }
}
.corp .main--newgraduate .newgraduateBlog__content__enTitle {
  font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  color: var(--bg);
  font-family: "Ysabeau", sans-serif;
  position: absolute;
  z-index: -1;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .newgraduateBlog__content__enTitle {
    font-size: 116px;
    font-size: 11.6rem;
    top: -25px;
    left: 20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .newgraduateBlog__content__enTitle {
    font-size: 88px;
    font-size: 8.8rem;
    top: -23px;
    left: 7px;
  }
}
.corp .main--newgraduate .newgraduateBlog__content__bottom {
  border-radius: 16px;
  display: flex;
  background: var(--bg);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .newgraduateBlog__content__bottom {
    align-items: center;
    padding: 24px 32px;
    gap: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .newgraduateBlog__content__bottom {
    padding: 24px 16px;
    gap: 16px;
  }
}
.corp .main--newgraduate .newgraduateBlog__content__bottom .logo {
  background: var(--white);
  display: grid;
  place-content: center;
  border-radius: 8px;
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .newgraduateBlog__content__bottom .logo {
    width: 234px;
    height: 86px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .newgraduateBlog__content__bottom .logo {
    width: 117px;
    height: 43px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .newgraduateBlog__content__bottom .logo img {
    width: 144px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .newgraduateBlog__content__bottom .logo img {
    width: 72px;
  }
}
.corp .main--newgraduate .newgraduateBlog__content__bottom .modLinkText {
  margin-left: 0;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .newgraduateBlog__content__bottom .modLinkText {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .newgraduateBlog__content__bottom .modLinkText {
    font-size: 16px;
    font-size: 1.6rem;
    gap: 8px;
  }
}
.corp
  .main--newgraduate
  .newgraduateBlog__content__bottom
  .modLinkText
  .modIcon {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 900px) {
  .corp .main--newgraduate .newgraduateBlog__content .modHeadingCatch {
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .main--newgraduate .newgraduateBlog__image {
  border-radius: 16px;
}
@media screen and (min-width: 901px) {
  .corp .main--newgraduate .newgraduateBlog__image {
    width: 32.66%;
  }
}
.corp .main--newgraduate .newgraduateBlog__image img {
  width: 100%;
}
.corp .main--people .modSection--bg .modSection__content {
  gap: 40px;
}
@media screen and (max-width: 900px) {
  .corp .main--people .modSection:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--people .modSection--peopleList {
    padding-bottom: 134px;
  }
}
.corp .main--people .modSection--peopleList .modSection__content {
  margin-top: 0;
}
.corp
  .main--people
  .modSection--peopleList
  .modSection__content
  .modText:first-child {
  padding-bottom: 40px;
}
@media screen and (min-width: 901px) {
  .corp .main--people .modText {
    max-width: 558px;
    margin: 0 0 0 auto;
  }
}
.corp .main--people .modListCard .modCard__img {
  aspect-ratio: 246/279;
}
.corp .main--people .peopleContent {
  display: flex;
  gap: 40px;
}
@media screen and (min-width: 901px) {
  .corp .main--people .peopleContent {
    justify-content: space-between;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--people .peopleContent {
    flex-direction: column;
  }
}
.corp .main--people .peopleContent__category {
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .main--people .peopleContent__category {
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--people .peopleContent__category {
    gap: 12px 10px;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.corp .main--people .peopleContent__category__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  min-width: -moz-max-content;
  min-width: max-content;
}
.corp .main--people .peopleContent__category__item > button {
  display: inline-block;
  border-radius: 100px;
  padding: 3px 15px;
  border: 1px solid var(--line);
  color: var(--black);
}
.corp .main--people .peopleContent__category__item > button.is-act,
.corp .main--people .peopleContent__category__item > button:hover {
  background: var(--corporate_blue);
  color: var(--white);
  border-color: var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .corp .main--people .peopleContent .modListCard {
    width: 74.48%;
    gap: 80px 56px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--people .peopleContent .modListCard {
    flex-direction: row;
    gap: 40px 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--people .peopleContent .modListCard .item {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--people .peopleContent .modListCard .item .modCard {
    align-items: initial;
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--people .peopleContent .modListCard .item .modCard__img {
    width: 100%;
    aspect-ratio: 160/170;
    border-radius: 16px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--people .peopleContent .modListCard .item .modCard__wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--people .peopleContent .modListCard .item .modCard .modLinkText {
    gap: 8px;
    margin: 8px 0 0 auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.corp .main--recruit .is-hide {
  display: none;
}
.corp .main--recruit .modLinkText {
  margin-top: 40px;
  gap: 24px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .modLinkText {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .modLinkText {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .modLinkText--center {
    margin-top: 29px;
  }
}
.corp .main--recruit .modSection--people {
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .modSection--people {
    margin: -230px 0 0;
    padding: 200px 80px 296px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .modSection--people {
    margin: -70px 0 0;
    padding: 70px 20px 150px;
  }
}
.corp .main--recruit .modSection--people .peopleArrow {
  transform: translateX(-50%);
  position: absolute;
  z-index: 3;
}
.corp .main--recruit .modSection--people .peopleArrow--spring {
  width: 108px;
  height: 151px;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .modSection--people .peopleArrow--spring {
    left: 64.5%;
    top: 1.6%;
    transform: rotate(-10deg);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .modSection--people .peopleArrow--spring {
    left: 33%;
    top: -19px;
    transform: rotate(-25deg);
  }
  .corp .main--recruit .modSection--people .peopleArrow--spring img {
    width: 75%;
  }
}
.corp .main--recruit .modSection--people .peopleArrow--curved {
  width: 92px;
  height: 126px;
  transform: rotate(50deg);
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .modSection--people .peopleArrow--curved {
    left: 51.1%;
    bottom: 2.6%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .modSection--people .peopleArrow--curved {
    left: 35%;
    bottom: -68px;
  }
  .corp .main--recruit .modSection--people .peopleArrow--curved img {
    width: 65%;
  }
}
.corp .main--recruit .modSection--meeting {
  padding-bottom: 0;
}
.corp .main--recruit .modIcon {
  width: 56px;
  height: 56px;
}
.corp .main--recruit .recruitKv {
  position: relative;
  background: var(--bg);
}
.corp .main--recruit .recruitKv__slider {
  padding: 0 0 calc(2% + var(--positionTop));
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitKv__slider {
    margin: calc(-1 * (var(--positionTop) - 11%)) 0 0;
  }
}
@media screen and (min-width: 2600px) {
  .corp .main--recruit .recruitKv__slider {
    margin-top: -4%;
    padding-bottom: calc(1% + var(--positionTop));
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitKv__slider {
    padding-top: 33px;
  }
}
.corp .main--recruit .recruitKv__slider__inner {
  transition-timing-function: linear;
}
.corp .main--recruit .recruitKv__slider__item {
  will-change: transform;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url("/wp-content/themes/being/assets/img/corp/recruit//img_clippath.svg");
  mask-image: url("/wp-content/themes/being/assets/img/corp/recruit//img_clippath.svg");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitKv__slider__item {
    width: 75vh;
    min-width: 420px;
    max-width: 609px;
  }
}
@media screen and (min-width: 2600px) {
  .corp .main--recruit .recruitKv__slider__item {
    max-width: unset;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitKv__slider__item {
    min-width: 296px;
    width: 50vw;
  }
}
.corp .main--recruit .recruitKv__slider__item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  aspect-ratio: 609/707;
}
.corp .main--recruit .recruitKv__text {
  position: absolute;
  z-index: 5;
  transform: skewX(-10deg) rotate(-10deg);
  background: var(--corporate_blue);
  color: var(--white);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitKv__text {
    font-size: 58px;
    font-size: 5.8rem;
    font-size: clamp(48px, 4.5vw, 58px);
    bottom: calc(var(--positionTop) - 95px);
    right: 4.65vw;
    padding: 30px 2px;
    letter-spacing: -0.1em;
    border-radius: 8px;
  }
}
@media screen and (min-width: 2600px) {
  .corp .main--recruit .recruitKv__text {
    bottom: calc(var(--positionTop) - 135px);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitKv__text {
    border-radius: 4px;
    font-size: 22px;
    font-size: 2.2rem;
    bottom: calc(var(--positionTop) - 70px);
    right: 20px;
    padding: 13px 7px;
    font-feature-settings: "palt";
    transform: skewX(-10deg) rotate(-10deg) translateY(-50%);
  }
}
.corp .main--recruit .recruitKv:after {
  content: "";
  background: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient01.webp")
    no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: 0;
  opacity: 0.5;
  width: 1300px;
  height: 1064px;
  top: -200px;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitKv:after {
    background-position: -45rem -10rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitKv:after {
    background-position: -100rem -25rem;
  }
}
.corp .main--recruit .recruitKv__arrow {
  width: 108px;
  height: 151px;
  position: absolute;
  bottom: 0;
  z-index: 5;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitKv__arrow {
    left: 7.1%;
    bottom: -9%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitKv__arrow {
    left: 7px;
    transform: rotate(-28deg);
    bottom: -105px;
  }
  .corp .main--recruit .recruitKv__arrow img {
    width: 75%;
  }
}
.corp .main--recruit .recruitMessage {
  position: relative;
  background: var(--bg);
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage {
    padding: 0 60px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage {
    padding: 0 20px 98px;
  }
}
.corp .main--recruit .recruitMessage:before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  width: 799px;
  height: 796px;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient02.webp");
  background-size: cover;
  right: 0;
  filter: blur(30px);
  top: -330px;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage:before {
    transform: scaleX(-1) rotate(-130deg);
    background-position: 13rem -10rem;
    opacity: 0.5;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage:before {
    background-position: -48rem 22rem;
    transform: rotate(186deg);
  }
}
.corp .main--recruit .recruitMessage__arrow {
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
  width: 92px;
  height: 126px;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__arrow {
    bottom: 2.3%;
    left: 48%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__arrow {
    bottom: -72px;
    left: 25%;
  }
  .corp .main--recruit .recruitMessage__arrow img {
    width: 65%;
  }
}
.corp .main--recruit .recruitMessage__inner {
  margin: auto;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__inner {
    max-width: 1180px;
  }
}
.corp .main--recruit .recruitMessage__title {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__title {
    padding: 0 85px;
    margin: -6.6% auto 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__title {
    margin: 0 -20px 35px;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__title img {
    width: 100%;
  }
}
.corp .main--recruit .recruitMessage__content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__content__description {
    padding: 0 0 295px 0;
    margin: -12px auto 0;
    width: -moz-max-content;
    width: max-content;
    max-width: 560px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__content__description {
    width: 100%;
    padding: 0 24px 80px;
    order: -1;
  }
}
.corp .main--recruit .recruitMessage__content__description .textLead01 {
  color: #000;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__content__description .textLead01 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 3;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__content__description .textLead01 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.4;
    margin: 0 0 16px;
  }
}
.corp .main--recruit .recruitMessage__content__description .textLead02 {
  color: #000;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__content__description .textLead02 {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__content__description .textLead02 {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.02em;
  }
}
.corp .main--recruit .recruitMessage__content__image {
  position: relative;
}
.corp .main--recruit .recruitMessage__content__image:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  opacity: 0.4;
}
.corp .main--recruit .recruitMessage__content__image img {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__content__image--left {
    width: 17.3%;
    margin: 3.5% -8.3% 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__content__image--left {
    width: 37.4%;
  }
}
.corp .main--recruit .recruitMessage__content__image--left:before {
  width: 200%;
  height: 200%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient03.webp");
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__content__image--left:before {
    top: -60%;
    left: calc((-100vw + 155%) / 2);
    transform: translateX(100%) rotate(-45deg);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__content__image--left:before {
    left: -50%;
    top: -50%;
    transform: rotate(-45deg);
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__content__image--right {
    width: 23.14%;
    position: absolute;
    right: 0;
    bottom: 87px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__content__image--right {
    width: 55.3%;
    position: absolute;
    right: 0;
    bottom: -140px;
  }
}
.corp .main--recruit .recruitMessage__content__image--right:before {
  width: 170%;
  height: 130%;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient04.webp");
  background-position: -1rem -2rem;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMessage__content__image--right:before {
    bottom: 40%;
    left: calc((100vw - 180%) / 2);
    transform: translateX(-100%) rotate(25deg);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMessage__content__image--right:before {
    right: -50%;
    bottom: 20%;
    transform: rotate(25deg);
  }
}
.corp .main--recruit .recruitBg {
  position: relative;
  background: var(--white);
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitBg {
    clip-path: polygon(0 230px, 100% 0, 100% calc(100% - 230px), 0 100%);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitBg {
    clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitBg {
    margin: -230px 0 0;
    padding: 339px 0 405px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitBg {
    margin: -70px 0 0;
    padding: 230px 0;
  }
}
.corp .main--recruit .recruitBg:after,
.corp .main--recruit .recruitBg:before {
  content: "";
  width: 1300px;
  height: 1064px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient01.webp");
  z-index: -1;
  opacity: 0.5;
}
.corp .main--recruit .recruitBg:before {
  left: 0;
  bottom: -315px;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitBg:before {
    background-position: -45rem 10rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitBg:before {
    background-position: -90rem -13rem;
    transform: scaleY(-1);
  }
}
.corp .main--recruit .recruitBg:after {
  transform: scale(-1) rotate(30deg);
  right: 0;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitBg:after {
    background-position: -35rem 30rem;
    transform: scale(-1) rotate(30deg);
    top: -315px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitBg:after {
    background-position: -105rem -53rem;
    transform: scaleX(-1);
    top: 0;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitBg .modSection:first-child {
    padding-top: 18px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitBg .modSection:first-child {
    padding-top: 15px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitBg--gradient02 {
    padding-bottom: 380px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitBg--gradient02:before {
    background-position: -100rem -10rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitBg--gradient02:after {
    background-position: -93rem -47rem;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitBg + .modCtaRecruit {
    margin-top: -230px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitBg + .modCtaRecruit {
    margin-top: -70px;
  }
}
.corp .main--recruit .recruitFlex {
  display: flex;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitFlex {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitFlex {
    flex-direction: column;
    gap: 22px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitFlex__image {
    width: 52.5%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitFlex__image {
    width: 91%;
  }
}
.corp .main--recruit .recruitFlex__image img {
  width: 100%;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitFlex__content {
    width: 41.5%;
    padding: 0 12vw 0 0;
    margin: 3px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitFlex__content {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitFlex__content .modLinkText {
    margin-left: auto;
  }
}
.corp .main--recruit .recruitFlex--value .recruitFlex__content {
  display: grid;
  place-content: flex-end;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitFlex--work {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitFlex--work .recruitFlex__image {
    width: 49.1%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitFlex--work .recruitFlex__image {
    width: 83%;
    margin: 0 0 0 auto;
    min-height: 318px;
  }
}
.corp .main--recruit .recruitFlex--work .recruitFlex__image img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitFlex--work .recruitFlex__image img {
    height: 100%;
    min-height: inherit;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 24px 0 0 24px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitFlex--work .recruitFlex__content {
    width: 43.1%;
    padding: 0 0 0 12vw;
    margin: 0;
  }
}
@media screen and (min-width: 901px) {
  .corp
    .main--recruit
    .recruitFlex--work
    .recruitFlex__content
    .modHeadingLine__wrapper {
    text-align: left;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitFlex + .recruitFlex {
    margin: 126px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitFlex + .recruitFlex {
    margin: 120px 0 0;
  }
}
.corp .main--recruit .recruitHeading {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitHeading {
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitHeading {
    flex-direction: column;
    margin: 0 0 96px;
  }
}
.corp .main--recruit .recruitHeading__svg {
  margin: 0;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitHeading__svg {
    margin-left: calc((100vw - 100%) / 2 * -1);
    min-height: 300px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitHeading__svg {
    width: calc(100% + 25px);
    margin-left: -25px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitHeading__content {
    text-align: right;
    min-width: -moz-max-content;
    min-width: max-content;
    margin: -50px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitHeading__content {
    margin: -18px 0 0;
  }
}
.corp .main--recruit .recruitPeople {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople {
    gap: 47px;
    margin: -12px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople {
    gap: 56px;
    padding: 0 20px;
    flex-direction: column;
  }
}
.corp .main--recruit .recruitPeople__item {
  position: relative;
  height: 100%;
  margin: 0;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item {
    width: calc((100% - 94px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item {
    width: 100%;
  }
}
.corp .main--recruit .recruitPeople__item__main .image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item__main .image {
    min-height: 310px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item__main .image {
    min-height: 350px;
  }
}
.corp .main--recruit .recruitPeople__item__main .image img {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  width: 100%;
  height: 100%;
  min-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.corp .main--recruit .recruitPeople__item__main .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--white);
  z-index: 2;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item__main .content {
    padding: 0 20px 16px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item__main .content {
    padding: 0 15px 19px;
  }
}
.corp .main--recruit .recruitPeople__item__main .content__title {
  font-size: 16px;
  font-size: 1.6rem;
  order: 2;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item__main .content__title {
    font-weight: 700;
    line-height: 1.75;
    padding: 0 60px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item__main .content__title {
    line-height: 1.36;
    padding: 0 50px 0 0;
  }
}
.corp .main--recruit .recruitPeople__item__main .content__verticalText {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item__main .content__verticalText {
    font-weight: 700;
    margin: -12px 0 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item__main .content__verticalText {
    margin: -16px 0 0;
  }
}
.corp .main--recruit .recruitPeople__item__main .content__verticalText span {
  display: inline-block;
  width: -moz-min-content;
  width: min-content;
  word-break: break-word;
  background: var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item__main .content__verticalText span {
    font-size: 24px;
    font-size: 2.4rem;
    font-size: clamp(20px, 1.85vw, 24px);
    padding: 8px 4px;
    border-radius: 4px;
    line-height: 1;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item__main .content__verticalText span {
    line-height: 1.1;
    font-size: 20px;
    font-size: 2rem;
    padding: 7px;
    border-radius: 2px;
  }
}
.corp
  .main--recruit
  .recruitPeople__item__main
  .content__verticalText
  .vertical {
  padding: 0;
  transform: rotate(90deg);
}
.corp .main--recruit .recruitPeople__item__main .content .modLinkText {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item__main .content .modLinkText {
    margin: 0 20px 16px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item__main .content .modLinkText {
    margin: 0 20px 20px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp
    .main--recruit
    .recruitPeople__item__main
    .content
    .modLinkText
    .modIcon {
    width: 40px;
    height: 40px;
  }
}
.corp .main--recruit .recruitPeople__item:before,
.corp .main--recruit .recruitPeople__item:after {
  content: "";
  position: absolute;
  opacity: 0.5;
}
.corp .main--recruit .recruitPeople__item:before {
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item:before {
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item:before {
    border-radius: 0 0 3.7vw 3.7vw;
  }
}
.corp .main--recruit .recruitPeople__item:after {
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item:after {
    filter: blur(10px);
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item:nth-child(2) {
    margin-top: 70px;
  }
}
.corp .main--recruit .recruitPeople__item:nth-child(2):after {
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient02.webp");
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item:nth-child(2):after {
    width: 135%;
    height: 110%;
    opacity: 1;
    left: -65%;
    top: -57%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item:nth-child(2):after {
    width: 100%;
    height: 77%;
    opacity: 1;
    left: -55%;
    top: -48%;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item:first-child {
    margin-top: 140px;
  }
}
.corp .main--recruit .recruitPeople__item:first-child:after {
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient04.webp");
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item:first-child:after {
    transform: translateX(100%) scaleX(-1);
    left: calc((-100vw + 8%) / 2);
    bottom: -40%;
    width: 135%;
    height: 107%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item:first-child:after {
    right: -40%;
    top: -40%;
    width: 90%;
    height: 66%;
  }
}
.corp .main--recruit .recruitPeople__item:last-child:after {
  background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_gradient03.webp");
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitPeople__item:last-child:after {
    width: 130%;
    height: 90%;
    bottom: -40%;
    left: calc((100vw - 80%) / 2);
    transform: translateX(-100%) rotate(-15deg);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitPeople__item:last-child:after {
    width: 100%;
    height: 100%;
    bottom: -25%;
    right: -50%;
    transform: rotate(-15deg);
  }
}
.corp .main--recruit .recruitPeople__item > a:hover img {
  transform: scale(1.08);
}
.corp .main--recruit .recruitPeople__item > a:hover .modIcon {
  transform: translateX(4px);
}
.corp .main--recruit .recruitCard {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitCard {
    flex-direction: column;
    gap: 160px;
    margin: -20px 0 0;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitCard__item {
    width: 42.64%;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitCard__item {
    width: 100%;
  }
}
.corp .main--recruit .recruitCard__item:last-child .modLinkText:first-of-type {
  margin-top: 0;
}
.corp .main--recruit .recruitCard__item__inner {
  display: grid;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitCard__item__inner {
    gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitCard__item__inner {
    gap: 8px;
  }
}
.corp .main--recruit .recruitCard__item__image img {
  width: 100%;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitCard__item__content {
    width: 84.35%;
    margin: 3px 0 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitCard__item__content {
    width: 100%;
  }
}
.corp .main--recruit .recruitMeeting {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-color: var(--bg);
  background-size: cover;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 24px;
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMeeting {
    background-image: url("/wp-content/themes/being/assets/img/corp/recruit/img_meeting.webp");
    padding: 7% 75px 25.983%;
    min-height: 600px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--recruit .recruitMeeting {
    background-image: url("/wp-content/themes/being/assets/img/corp/recruit/sp/img_meeting.webp");
    padding: 58px 31px 72%;
    flex-direction: column;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMeeting__content {
    width: 302px;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--recruit .recruitMeeting .modHeadingLine {
    margin-top: 10px;
  }
}
.corp .main--mind {
  overflow: clip;
}
.corp .main--mind .modSection:first-child {
  padding-top: 0;
}
.corp .main--mind .modBlockKv__lead__inner {
  padding-top: 67px;
}
@media screen and (max-width: 900px) {
  .corp .main--mind .modBlockKv__lead .arrow {
    top: -40px;
    left: unset;
    right: 16%;
  }
}
.corp .main--mind .imgBanner {
  opacity: 0;
  margin: -164px 0 0;
  transform: translate(0, 30px);
  transition: opacity 1.5s cubic-bezier(0.72, 0.04, 0.35, 1.19),
    transform 1s cubic-bezier(0.21, 0.82, 1, 1);
}
@media screen and (min-width: 901px) {
  .corp .main--mind .imgBanner {
    padding: 0 3px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--mind .imgBanner {
    padding: 0;
    margin: -106px -11px 0;
  }
}
.corp .main--mind .imgBanner img {
  width: 100%;
}
.corp .main--mind .imgBanner.is-act {
  opacity: 1;
  transform: translate(0, 0);
}
.corp .main--mind .visualStory__inner {
  position: relative;
  max-width: 550px;
  margin-inline: auto;
}
.corp .main--mind .visualStory__text {
  display: grid;
  gap: 46px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3;
  font-weight: 700;
  margin-bottom: 80px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 900px) {
  .corp .main--mind .visualStory__text {
    gap: 34px;
    padding: 0 24.5px;
    line-height: 2.4;
  }
}
.corp .main--mind .visualStory__text + .corp .main--mind .visualStory__text {
  margin: 40px;
}
.corp .main--mind .visualStory .modLinkText {
  font-size: 18px;
  font-size: 1.8rem;
}
.corp .main--mind .visualStory .modLinkText .modIcon {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 900px) {
  .corp .main--mind .visualStory .modLinkText {
    margin: 0 auto;
  }
}
.corp .main--mind .visualStory__element01 {
  position: absolute;
  display: flex;
  align-items: flex-end;
  left: -61%;
  bottom: -100px;
}
.corp .main--mind .visualStory__element01__img02 {
  margin: 0 0 -92px -58px;
}
@media screen and (max-width: 900px) {
  .corp .main--mind .visualStory__element01__img02 {
    margin: 0 0 -73px -53px;
  }
}
@media screen and (max-width: 1170px) {
  .corp .main--mind .visualStory__element01 {
    position: relative;
    margin: 55px 46px 0 0;
    bottom: unset;
    left: unset;
  }
}
.corp .main--mind .visualStory__element01::after {
  pointer-events: none;
  content: "";
  width: 1015px;
  aspect-ratio: 1015/912;
  height: auto;
  position: absolute;
  background: url("/wp-content/themes/being/assets/img/corp/recruit/mind/img_gradiant.webp")
    no-repeat center/contain;
  left: -85%;
  bottom: -85%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .corp .main--mind .visualStory__element01::after {
    width: 800px;
    left: -90%;
    bottom: -90%;
  }
}
.corp .main--mind .visualStory__element02 {
  position: absolute;
  right: -57%;
  top: 10px;
}
@media screen and (max-width: 1170px) {
  .corp .main--mind .visualStory__element02 {
    display: none;
  }
}
.corp .main--mind .mindCta__inner {
  display: flex;
  padding: 64px 80px;
  background: var(--corp_Bg);
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 16px;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .corp .main--mind .mindCta__inner {
    flex-direction: column-reverse;
    padding: 40px 24px;
    gap: 24px;
  }
}
.corp .main--mind .mindCta__text {
  width: 60.8163265306%;
}
@media screen and (max-width: 900px) {
  .corp .main--mind .mindCta__text {
    width: 100%;
  }
}
.corp .main--mind .mindCta__text__title {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .corp .main--mind .mindCta__text__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .main--mind .mindCta__img {
  width: 32.6530612245%;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 320/210;
}
.corp .main--mind .mindCta__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 320/210) {
  .corp .main--mind .mindCta__img {
    position: relative;
  }
  .corp .main--mind .mindCta__img::before {
    float: left;
    content: "";
    padding-top: 65.63%;
  }
  .corp .main--mind .mindCta__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .main--mind .mindCta__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--mind .mindCta__img {
    width: 100%;
    margin: 0 4px;
  }
}
.corp .main--works .managementBanner {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 1140/470;
}
.corp .main--works .managementBanner > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 1140/470) {
  .corp .main--works .managementBanner {
    position: relative;
  }
  .corp .main--works .managementBanner::before {
    float: left;
    content: "";
    padding-top: 41.23%;
  }
  .corp .main--works .managementBanner::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .main--works .managementBanner > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--works .managementBanner {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 670/1146;
  }
  .corp .main--works .managementBanner > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @supports not (aspect-ratio: 670/1146) {
    .corp .main--works .managementBanner {
      position: relative;
    }
    .corp .main--works .managementBanner::before {
      float: left;
      content: "";
      padding-top: 171.04%;
    }
    .corp .main--works .managementBanner::after {
      display: block;
      content: "";
      clear: both;
    }
    .corp .main--works .managementBanner > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.corp .main--works .worksInfoSection {
  display: flex;
  gap: 56px;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksInfoSection {
    flex-direction: column;
    gap: 40px;
  }
}
.corp .main--works .worksInfoSection__content {
  flex-basis: 63.3%;
  width: 63.3%;
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksInfoSection__content {
    width: 100%;
    flex-basis: unset;
    display: contents;
  }
}
.corp .main--works .worksInfoSection__content__text {
  margin-bottom: 24px;
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksInfoSection__content__text {
    display: contents;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 901px) {
  .corp .main--works .worksInfoSection__content__text .modHeading01 {
    margin-bottom: 40px;
  }
}
.corp .main--works .worksInfoSection__content__text .modText {
  order: 3;
}
.corp .main--works .worksInfoSection__content__infoBox {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px 32px;
  width: 100%;
}
.corp .main--works .worksInfoSection__content__infoBox .modText--bold {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 16px;
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksInfoSection__content__infoBox .modText--bold {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksInfoSection__content__infoBox {
    order: 3;
    padding: 16px;
  }
}
.corp .main--works .worksInfoSection__Image {
  flex-basis: calc(100% - (63.3% + 56px));
  width: calc(100% - (63.3% + 56px));
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 363/408;
}
.corp .main--works .worksInfoSection__Image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 363/408) {
  .corp .main--works .worksInfoSection__Image {
    position: relative;
  }
  .corp .main--works .worksInfoSection__Image::before {
    float: left;
    content: "";
    padding-top: 112.4%;
  }
  .corp .main--works .worksInfoSection__Image::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .main--works .worksInfoSection__Image > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksInfoSection__Image {
    width: 100%;
    order: 2;
    flex-basis: unset;
    overflow: hidden;
    aspect-ratio: 336/252;
  }
  .corp .main--works .worksInfoSection__Image > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  @supports not (aspect-ratio: 336/252) {
    .corp .main--works .worksInfoSection__Image {
      position: relative;
    }
    .corp .main--works .worksInfoSection__Image::before {
      float: left;
      content: "";
      padding-top: 75%;
    }
    .corp .main--works .worksInfoSection__Image::after {
      display: block;
      content: "";
      clear: both;
    }
    .corp .main--works .worksInfoSection__Image > img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    }
  }
}
.corp .main--works .worksEmployeeInterview {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksEmployeeInterview {
    flex-direction: column;
    gap: 40px;
    margin-top: 62px;
  }
}
.corp .main--works .worksEmployeeInterview__title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: 700;
  flex-basis: 240px;
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksEmployeeInterview__title {
    flex-basis: unset;
    font-size: 20px;
    font-size: 2rem;
  }
}
.corp .main--works .worksEmployeeInterview__list {
  flex: 1;
}
.corp .main--works .worksEmployeeInterview__list__item .link {
  border-top: 1px solid var(--line);
  padding: 24px 64px 24px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksEmployeeInterview__list__item .link {
    gap: 24px;
    padding-right: 36px;
    align-items: flex-start;
  }
}
.corp .main--works .worksEmployeeInterview__list__item .link:last-child {
  border-bottom: 1px solid var(--line);
}
.corp .main--works .worksEmployeeInterview__list__item .link__img {
  max-width: 140px;
  flex-basis: 140px;
  border-radius: 9px;
  overflow: hidden;
  aspect-ratio: 140/160;
}
.corp .main--works .worksEmployeeInterview__list__item .link__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@supports not (aspect-ratio: 140/160) {
  .corp .main--works .worksEmployeeInterview__list__item .link__img {
    position: relative;
  }
  .corp .main--works .worksEmployeeInterview__list__item .link__img::before {
    float: left;
    content: "";
    padding-top: 114.29%;
  }
  .corp .main--works .worksEmployeeInterview__list__item .link__img::after {
    display: block;
    content: "";
    clear: both;
  }
  .corp .main--works .worksEmployeeInterview__list__item .link__img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksEmployeeInterview__list__item .link__img {
    flex-basis: 68px;
    border-radius: 4px;
  }
}
.corp .main--works .worksEmployeeInterview__list__item .link__img img {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .main--works .worksEmployeeInterview__list__item .link__text {
  flex-basis: calc(100% - 180px);
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksEmployeeInterview__list__item .link__text {
    flex-basis: calc(100% - 94px);
  }
}
.corp .main--works .worksEmployeeInterview__list__item .link__text .quote {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksEmployeeInterview__list__item .link__text .quote {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 4px;
  }
}
.corp .main--works .worksEmployeeInterview__list__item .link__text .position {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  color: var(--gray);
}
.corp .main--works .worksEmployeeInterview__list__item .link .modIcon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .corp .main--works .worksEmployeeInterview__list__item .link .modIcon {
    width: 20px;
    height: 20px;
  }
}
.corp
  .main--works
  .worksEmployeeInterview__list__item
  .link:hover
  .link__img
  img {
  opacity: 0.6;
  transform: scale(1.08);
}
.corp .main--works .worksEmployeeInterview__list__item .link:hover .modIcon {
  transform: translate(4px, -50%);
}
@media screen and (min-width: 901px) {
  .corp .main--term .modArticle p:last-of-type {
    margin-bottom: 40px;
  }
}
.corp .main--term .modArticle ul {
  margin: 0;
  display: block;
}
.corp .main--term .modArticle ul > li {
  display: block;
}
.corp .main--term .modArticle ul > li::before {
  content: "";
  display: inline-block;
  min-width: 4px;
  height: 4px;
  margin: 0 8px 0 0;
  background: var(--black);
  border-radius: 50%;
  vertical-align: middle;
}
.corp .main--term .modArticle ol {
  display: grid;
  gap: 8px;
  width: 100%;
  counter-reset: num;
}
.corp .main--term .modArticle ol.plainList > li {
  display: block;
}
.corp .main--term .modArticle ol.plainList > li::before {
  margin: 0;
}
@media screen and (min-width: 901px) {
  .corp .main--term .modArticle ol.plainList > li > ul {
    margin-left: 42px;
  }
}
.corp .main--term .modArticle ol > li {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 900px) {
  .corp .main--term .modArticle ol > li {
    overflow: hidden;
  }
}
.corp .main--term .modArticle ol > li::before {
  counter-increment: num;
  content: counter(num) ".";
  display: inline-block;
  margin: 0 8px 0 0;
  width: 26px;
}
@media screen and (max-width: 900px) {
  .corp .main--term .modArticle ol > li > span {
    width: calc(100% - 42px);
  }
}
.corp .main--term .modArticle ol > li p {
  margin-left: 42px;
  width: calc(100% - 42px);
}
.corp .main--term .modArticle ol > li p:last-of-type {
  margin-bottom: 0;
}
.corp .main--term .modArticle ol > li ul {
  margin: 0 0 0 42px;
  width: calc(100% - 42px);
}
@media screen and (max-width: 900px) {
  .corp .main--term .modArticle ol > li ul {
    display: block;
    margin: 0 0 0 42px;
    width: calc(100% - 42px);
  }
}
@media screen and (max-width: 900px) {
  .corp .main--term .modArticle ol > li ul > li {
    display: block;
  }
  .corp .main--term .modArticle ol > li ul > li::before {
    content: "";
    display: inline-block;
    min-width: 4px;
    height: 4px;
    margin: 0 8px 0 0;
    background: var(--black);
    border-radius: 50%;
    vertical-align: middle;
  }
}
.corp .main--term .modArticle ol > li ul > li p {
  margin-left: 12px;
}
.corp .main--term .modArticle ol > li ul > li ul {
  width: 100%;
  margin: 0 0 0 26px;
}
.corp .main--term .modArticle ol > li ul > li ul li::before {
  content: none;
}
.corp .main--term .modArticle ol > li ol {
  margin-left: 42px;
}
.corp .main--term .modArticle ol > li ol > li::before {
  content: none;
}
.corp .main--term .modArticle ol > li ol > li ol,
.corp .main--term .modArticle ol > li ol > li p {
  margin-left: 26px;
}
.corp .main--term .modArticle h2:nth-of-type(n + 2) {
  margin-top: 160px;
}
@media screen and (max-width: 900px) {
  .corp .main--term .modArticle h2:nth-of-type(n + 2) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--term .modArticle h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .corp .main--term .modArticle h3::before {
    margin: 13px 0 0;
  }
}
.corp .main--term .modArticle h3 + ul {
  margin-top: 0;
}
.corp .main--term .modArticle a[href$=".pdf"] {
  display: inline-block;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  text-underline-offset: 5px;
  font-feature-settings: "palt";
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .main--term .modArticle a[href$=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  aspect-ratio: 1;
  background: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_pdf.svg")
    no-repeat center;
  background-size: 100% auto;
  transform: translate(2px, 2px);
  vertical-align: -3px;
}
@media screen and (min-width: 901px) {
  .corp .main--term .modArticle a[href$=".pdf"]:hover {
    color: var(--corporate_blue);
    text-decoration-color: rgba(0, 0, 0, 0);
  }
}
.corp .main--term .modArticle .objectWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.corp .main--term .modArticle .historyBox {
  margin-top: 32px;
}
.corp .main--term .modArticle .signBox {
  text-align: right;
  margin-top: 32px;
}
.corp .main--term .modListAnchor__wrap + * {
  padding-top: 0;
}
@media screen and (min-width: 901px) {
  .corp .main--term .modSection {
    padding: 80px 160px 160px;
  }
}
@media screen and (max-width: 900px) {
  .corp .main--term .modSection:first-child {
    padding-top: 80px;
  }
}
.corp .main--term section + section:nth-of-type(n + 2) {
  margin-top: 96px;
}
.corp .main--term section:not(:has(.modSection)) {
  scroll-margin-top: 160px;
  padding-top: 160px;
}
.corp .main--term .modTable thead tr th:first-child {
  width: 30%;
}
.corp .main--term .modTable thead tr th:last-child {
  width: 70%;
}
.corp .main--term .modTable tr td:first-child {
  border-left: none;
}
.corp.is-lock {
  height: 100vh;
  overflow: hidden;
}
.corp .top .modLinkText {
  font-size: 16px;
  font-size: 1.6rem;
  gap: 26px;
}
@media screen and (min-width: 901px) {
  .corp .top .modLinkText {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.corp .top .modIcon {
  width: 56px;
  height: 56px;
}
.corp .top .wrapAnmContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 999;
  pointer-events: none;
}
@media screen and (min-width: 901px) {
  .corp .top .wrapAnmContent {
    background: #f4f8fb
      url("/wp-content/themes/being/assets/img/corp/top/bg_message.webp")
      no-repeat center center;
    background-size: 100% auto;
    height: 100vh;
  }
}
@media screen and (max-width: 900px) {
  .corp .top .wrapAnmContent {
    background: #f4f8fb
      url("/wp-content/themes/being/assets/img/corp/top/bg_message.webp")
      no-repeat center center;
    background-size: 350% auto;
    height: calc(958px + 40vh);
    padding-bottom: 40vh;
  }
}
.corp .top .wrapAnmContent.is-unFixed {
  opacity: 1;
  height: auto;
  padding-bottom: 90vh;
  position: relative;
}
@media screen and (max-height: 630px) {
  .corp .top .wrapAnmContent.is-unFixed {
    padding-bottom: 110vh;
  }
}
@media screen and (max-width: 900px) {
  .corp .top .wrapAnmContent.is-unFixed {
    padding-bottom: 40vh;
  }
}
.corp .top .wrapAnmContent.is-act {
  pointer-events: all;
}
.corp .top .wrapAnmContent__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.corp .top .wrapAnmContent__wrap:has(.is-unFixed) {
  position: relative;
  top: unset;
  left: unset;
}
.corp .top .wrapAnmContent__wrap:has(.is-unFixed) .top__message {
  position: relative;
}
.corp .top .wrapAnmContent__wrap:has(.is-unFixed) .top__catchCopy,
.corp .top .wrapAnmContent__wrap:has(.is-unFixed) .top__message__inner {
  position: absolute;
}
.corp .top .wrapAnmContent__wrap:has(.is-unFixed) + .top__section {
  background: none;
  z-index: 1001;
}
@media screen and (min-width: 901px) {
  .corp .top .wrapAnmContent__wrap:has(.is-unFixed) + .top__section {
    padding-top: 0;
    transform: translateY(-81vh);
  }
}
@media screen and (max-width: 900px) {
  .corp .top .wrapAnmContent__wrap:has(.is-unFixed) + .top__section {
    padding-top: 0;
    transform: translateY(-77vw);
  }
}
@media screen and (min-width: 560px) and (max-width: 1000px) {
  .corp .top .wrapAnmContent__wrap:has(.is-unFixed) + .top__section {
    transform: translateY(-64vw);
  }
}
.corp .top__kv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .corp .top__kv {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 230px), 0 100%);
  }
}
@media screen and (max-width: 900px) {
  .corp .top__kv {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 70px), 0 100%);
  }
}
@media screen and (min-width: 901px) {
  .corp .top__kv {
    height: 100vh;
  }
}
@media screen and (max-width: 900px) {
  .corp .top__kv {
    height: 91vh;
  }
}
.corp .top__kv:has(.is-company) {
  clip-path: none;
}
@media screen and (max-width: 900px) {
  .corp .top__kv:has(.is-company) {
    height: 100vh;
  }
}
.corp .top__kv__movie .mvVideo,
.corp .top__kv__movie .mvImg {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.corp .top__kv__movie .mvVideo.is-act,
.corp .top__kv__movie .mvImg.is-act {
  opacity: 1;
}
.corp .top__kv__movie .mvVideo.is-act + .mvImg {
  display: none;
}
.corp .top__kv__movie .mvImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
@media screen and (min-width: 901px) {
  .corp .top__kv__movie .mvImg {
    display: none;
  }
}
.corp .top__kv__text {
  position: fixed;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 3;
  transition: color 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .corp .top__kv__text {
    width: 100%;
  }
}
.corp .top__kv__text svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 901px) {
  .corp .top__kv__text svg {
    width: 883px;
    height: 254px;
    top: 45%;
  }
}
@media screen and (max-width: 900px) {
  .corp .top__kv__text svg {
    width: 94%;
    top: 40%;
  }
}
.corp .top__kv__text svg path {
  fill: var(--white);
  transition: fill 0.5s ease-in-out;
}
@media screen and (min-width: 901px) {
  .corp .top__kv__text .modBpPc {
    display: block;
  }
}
.corp .top__kv__scroll {
  color: var(--white);
  border-bottom: 1px solid var(--white);
  font-family: "Ysabeau", sans-serif;
  font-weight: 700;
  transform: rotate(90deg);
  position: absolute;
}
@media screen and (min-width: 901px) {
  .corp .top__kv__scroll {
    font-size: 12px;
    font-size: 1.2rem;
    width: 160px;
    bottom: 40px;
    left: -28px;
  }
}
@media screen and (max-width: 900px) {
  .corp .top__kv__scroll {
    width: 197px;
    bottom: 10vh;
    left: -63px;
  }
}
.corp .top__message {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  transition: opacity 0.3s ease-in;
}
.corp .top__message__inner {
  opacity: 0;
  position: absolute;
  transform: translate3d(0, 30px, 0);
  transition: opacity 0.5s cubic-bezier(0.3, 0, 1, 1) 0.13s,
    transform 0.5s cubic-bezier(0.3, 0, 1, 1) 0.13s;
}
@media screen and (min-width: 901px) {
  .corp .top__message__inner {
    left: 50%;
    top: 50%;
    margin-top: 95px;
  }
}
@media screen and (max-width: 900px) {
  .corp .top__message__inner {
    right: 0;
    top: 50%;
    width: 100%;
  }
}
.corp .top__message__inner.is-act {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.5s cubic-bezier(0.3, 0, 1, 0.1),
    transform 0.5s cubic-bezier(0.3, 0, 1, 1);
}
@media screen and (min-width: 901px) {
  .corp .top__message__inner .leadText {
    width: 460px;
    line-height: 2.4;
  }
}
@media screen and (max-width: 900px) {
  .corp .top__message__inner .leadText {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.5;
    padding: 0 20px;
  }
}
.corp .top__message__inner .modLinkText {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .corp .top__message__inner .modLinkText {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 20px;
  }
}
.corp .top__catchCopy {
  position: absolute;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transition: color 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 900px) {
  .corp .top__catchCopy {
    opacity: 0;
    width: 100%;
    transform: translateY(0);
    transition: opacity 0.5s cubic-bezier(0.3, 0, 1, 1) 0.13s,
      transform 0.5s cubic-bezier(0.3, 0, 1, 1) 0.13s;
  }
  .corp .top__catchCopy.is-act {
    opacity: 1;
    transition: opacity 0.5s cubic-bezier(0.3, 0, 1, 0.1),
      transform 0.5s cubic-bezier(0.3, 0, 1, 1);
  }
}
.corp .top__catchCopy svg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 901px) {
  .corp .top__catchCopy svg {
    width: 883px;
    height: 254px;
    top: 45%;
  }
}
@media screen and (max-width: 900px) {
  .corp .top__catchCopy svg {
    width: 94%;
    margin: auto;
    top: 40%;
  }
}
.corp .top__catchCopy svg path {
  fill: var(--corporate_blue);
  transition: fill 0.5s ease-in-out;
}
@media screen and (min-width: 901px) {
  .corp .top__catchCopy .modBpPc {
    display: block;
  }
}
.corp .top__space {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  background: #f4f8fb;
  z-index: 0;
}
.corp .top__space.is-hide + .top__kv {
  clip-path: none;
  height: 100vh;
}
.corp .top__space.is-hide + .top__kv video {
  filter: blur(4px);
}
@media screen and (max-width: 900px) {
  .corp .top__space {
    width: 100%;
    height: 20vh;
  }
}
.corp .top__space::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 901px) {
  .corp .top__space::before {
    background: url("/wp-content/themes/being/assets/img/corp/top/bg_kv_foot.webp")
      no-repeat right bottom;
    background-size: 100% auto;
    width: 855px;
    height: 553px;
    bottom: -135px;
  }
}
@media screen and (max-width: 900px) {
  .corp .top__space::before {
    background: url("/wp-content/themes/being/assets/img/corp/top/bg_kv_foot.webp")
      no-repeat right -50px bottom -95px;
    background-size: 100% auto;
    width: 150%;
    height: 100%;
    bottom: 0;
  }
}
.corp .top__link {
  position: fixed;
  display: block;
  right: 0;
  top: 0;
  width: 225px;
  height: 100vh;
  z-index: 1002;
  cursor: pointer;
}
.corp .top__link.is-scroll {
  z-index: 1;
}
.corp .top__link__inner {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (min-width: 901px) {
  .corp .top__link__inner {
    bottom: 30px;
    right: 23px;
    width: 225px;
    height: 225px;
  }
}
@media screen and (max-width: 900px) {
  .corp .top__link__inner {
    bottom: 8px;
    right: 8px;
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 901px) {
  .corp .top__link__inner:hover .top__link__img {
    transform: scale(1.08);
  }
  .corp .top__link__inner:hover .inner::after {
    transform: translateX(4px);
  }
}
.corp .top__link__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .top__link__text {
  position: absolute;
  color: var(--white);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  z-index: 1;
}
.corp .top__link__text .inner::after {
  content: "";
  display: inline-block;
  -webkit-mask: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_arrow.svg")
    no-repeat center;
  mask: url("/wp-content/themes/being/assets/img/corp/common/icon/icon_arrow.svg")
    no-repeat center;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  background: var(--white);
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
.corp .top__section {
  position: relative;
  padding-top: 800vh;
  z-index: 1001;
}
.corp .top__section__inner {
  position: relative;
  margin: 321px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  opacity: 0;
  transform: translate3d(0, 60px, 0);
  transition: opacity 0.8s cubic-bezier(0.3, 0, 1, 1) 0.13s,
    transform 0.8s cubic-bezier(0.3, 0, 1, 1) 0.13s;
}
.corp .top__section__inner.is-act {
  opacity: 1;
  transform: translateZ(0);
  transition: opacity 0.8s cubic-bezier(0.3, 0, 1, 0.1),
    transform 0.8s cubic-bezier(0.3, 0, 1, 1);
}
@media screen and (min-width: 901px) {
  .corp .top__section__inner {
    max-width: 1400px;
    padding: 0 134px;
  }
}
@media screen and (max-width: 900px) {
  .corp .top__section__inner {
    padding: 0 20px;
    margin-top: 370px;
  }
}
.corp .topPhoto {
  position: relative;
  z-index: 1;
}
.corp .topPhotoList {
  align-items: flex-end;
  transition-timing-function: linear;
  z-index: 1;
}
.corp .topPhotoList__item {
  position: relative;
}
.corp .topPhotoList__item figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(/wp-content/themes/being/assets/img/corp/top/img_clippath.svg);
  mask-image: url(/wp-content/themes/being/assets/img/corp/top/img_clippath.svg);
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.corp .topPhotoList__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.corp .topPhotoList__item--large {
  width: 525px;
  height: 609px;
}
@media screen and (max-width: 900px) {
  .corp .topPhotoList__item--large {
    width: 228px;
    height: 291px;
  }
}
.corp .topPhotoList__item--middle {
  width: 400px;
  height: 464px;
}
@media screen and (max-width: 900px) {
  .corp .topPhotoList__item--middle {
    width: 163px;
    height: 208px;
  }
}
.corp .topPhotoList__item--small {
  width: 283px;
  height: 329px;
}
@media screen and (max-width: 900px) {
  .corp .topPhotoList__item--small {
    width: 135px;
    height: 172px;
  }
}
.corp .topService {
  position: relative;
  background: var(--white);
  z-index: 1000;
}
@media screen and (min-width: 901px) {
  .corp .topService {
    clip-path: polygon(0 230px, 100% 0, 100% calc(100% - 230px), 0 100%);
  }
}
@media screen and (max-width: 900px) {
  .corp .topService {
    clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
  }
}
@media screen and (min-width: 901px) {
  .corp .topService {
    padding: 109vh 0 350px;
    margin-top: -135vh;
  }
}
@media screen and (max-height: 630px) {
  .corp .topService {
    padding: 164vh 0 350px;
    margin-top: -170vh;
  }
}
@media screen and (max-width: 900px) {
  .corp .topService {
    padding: 420px 0 225px;
    margin-top: -62vh;
  }
}
@media screen and (min-width: 901px) {
  .corp .topService__inner {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0 109px;
    max-width: 1300px;
  }
}
@media screen and (min-width: 901px) and (min-width: 1330px) {
  .corp .topService__inner {
    margin: 0 auto;
  }
}
.corp .topService__inner::before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 901px) {
  .corp .topService__inner::before {
    background: url("/wp-content/themes/being/assets/img/corp/top/bg_service.webp")
      no-repeat left -215px top;
    background-size: 2167px auto;
    width: 2167px;
    height: 1670px;
    left: 50%;
    top: -580px;
    transform: translateX(-50%);
    margin-left: -24vw;
  }
}
@media screen and (max-width: 900px) {
  .corp .topService__inner::before {
    background: url("/wp-content/themes/being/assets/img/corp/top/sp/bg_service.webp")
      no-repeat center center;
    background-size: 100% auto;
    width: 100vw;
    height: 110%;
    left: 0;
    top: -90px;
  }
}
.corp .topService__inner::after {
  content: "";
  display: block;
  background: url("/wp-content/themes/being/assets/img/corp/top/text_service.webp")
    no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 901px) {
  .corp .topService__inner::after {
    top: -370px;
    left: auto;
    width: 855px;
    height: 292px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topService__inner::after {
    top: 210px;
    width: 95%;
    height: auto;
    aspect-ratio: 357/122;
  }
}
.corp .topService__images {
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .corp .topService__images {
    width: 49%;
  }
}
@media screen and (max-width: 900px) {
  .corp .topService__images {
    width: 84%;
  }
}
.corp .topService__images .swiper {
  width: 100%;
}
.corp .topService__images .swiper-pagination-bullets {
  position: relative;
  top: auto;
  bottom: 0;
  text-align: right;
}
@media screen and (max-width: 900px) {
  .corp .topService__images .swiper-pagination-bullets {
    bottom: 8px;
    padding-right: 30px;
  }
}
.corp .topService__images .swiper-pagination-bullet {
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 2px;
  background: var(--line);
  border-radius: 0;
  opacity: 1;
  margin: 0 17px 0 0;
}
.corp .topService__images .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
@media screen and (max-width: 900px) {
  .corp .topService__images .swiper-pagination-bullet {
    width: 25px;
  }
}
.corp .topService__images .swiper-pagination-bullet-active {
  background-color: var(--corporate_blue);
}
@media screen and (min-width: 901px) {
  .corp .topService__content {
    width: 51%;
    padding: 0 12.7% 35px 0;
  }
}
@media screen and (max-width: 900px) {
  .corp .topService__content {
    margin-top: 55px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 901px) {
  .corp .topService__content .modHeadingLine {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 901px) {
  .corp .topService__content .modHeadingLine .en {
    margin-bottom: 10px;
  }
}
.corp .topService__content .modLinkText {
  margin-top: 40px;
}
.corp .topService__content__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 900px) {
  .corp .topServiceList {
    max-width: 84%;
  }
}
.corp .topServiceList__item {
  border-radius: 0 30px 30px 0;
  overflow: hidden;
  background: var(--white);
}
@media screen and (min-width: 1330px) {
  .corp .topServiceList__item {
    border-radius: 30px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topServiceList__item {
    display: flex;
    align-items: center;
    max-height: 500px;
  }
}
.corp .topServiceList__item img {
  width: 100%;
}
.corp .topCareer {
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .topCareer {
    clip-path: polygon(0 230px, 100% 0, 100% calc(100% - 230px), 0 100%);
  }
}
@media screen and (max-width: 900px) {
  .corp .topCareer {
    clip-path: polygon(0 70px, 100% 0, 100% calc(100% - 70px), 0 100%);
  }
}
@media screen and (min-width: 901px) {
  .corp .topCareer {
    background: #f4f8fb
      url("/wp-content/themes/being/assets/img/corp/top/bg_career.webp")
      no-repeat right -730px bottom;
    background-size: 1836px 1583px;
    margin-top: -320px;
    padding: 400px 0 355px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topCareer {
    background: #f4f8fb
      url("/wp-content/themes/being/assets/img/corp/top/sp/bg_career.webp")
      no-repeat center top;
    background-size: cover;
    margin-top: -160px;
    padding: 320px 0 170px;
  }
}
@media screen and (min-width: 901px) {
  .corp .topCareer__inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0 109px;
    max-width: 1300px;
  }
}
@media screen and (min-width: 901px) and (min-width: 1330px) {
  .corp .topCareer__inner {
    margin: 0 auto;
  }
}
.corp .topCareer__inner::before {
  content: "";
  display: block;
  background: url("/wp-content/themes/being/assets/img/corp/top/text_career.webp")
    no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 170px;
  right: 0;
  width: 806px;
  height: 256px;
  filter: brightness(0) invert(1);
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .corp .topCareer__inner::before {
    top: 125px;
    left: 20px;
    width: 95%;
    height: auto;
    aspect-ratio: 403/128;
  }
}
.corp .topCareer__image {
  text-align: right;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media screen and (min-width: 1330px) {
  .corp .topCareer__image {
    border-radius: 30px;
  }
}
@media screen and (min-width: 901px) {
  .corp .topCareer__image {
    order: 2;
    width: 62%;
  }
  .corp .topCareer__image img {
    width: 100%;
    background: var(--white);
  }
}
@media screen and (max-width: 900px) {
  .corp .topCareer__image {
    display: flex;
    justify-content: flex-end;
    max-height: 500px;
  }
  .corp .topCareer__image img {
    display: block;
    border-radius: 20px 0 0 20px;
    background: var(--white);
    -o-object-fit: cover;
    object-fit: cover;
    width: 84%;
  }
}
@media screen and (min-width: 901px) {
  .corp .topCareer__content {
    order: 1;
    width: 51%;
    padding-left: 12.7%;
  }
}
@media screen and (max-width: 900px) {
  .corp .topCareer__content {
    padding: 0 20px;
    margin-top: 70px;
  }
}
.corp .topCareer__content .modLinkText {
  margin-top: 40px;
}
.corp .topCareer__content__text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (min-width: 901px) {
  .corp .topCareer__content .modHeadingLine {
    margin-bottom: 95px;
  }
}
@media screen and (min-width: 901px) {
  .corp .topCareer__content .modHeadingLine .en {
    margin-bottom: 10px;
  }
}
.corp .topCareer__menu {
  max-width: 1145px;
  margin: 100px auto 0;
}
@media screen and (max-width: 1170px) and (min-width: 901px) {
  .corp .topCareer__menu {
    padding: 0 50px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topCareer__menu {
    padding: 0 20px;
    margin-top: 75px;
  }
}
.corp .topCareer__menu__inner {
  max-width: 1145px;
  margin: 0 auto;
}
.corp .topCareer__menu .modLinkIndent__item__img {
  display: block;
  border-radius: 16px;
  overflow: hidden;
}
.corp .topCareer__menu .modLinkIndent__item__img img {
  transition: 0.5s cubic-bezier(0, 0.58, 0.38, 1);
}
@media screen and (min-width: 901px) {
  .corp .topCareer__menu .modLinkIndent__item:hover .modLinkText__text::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .corp .topCareer__menu .modLinkIndent__item:hover .modLinkText .modIcon {
    transform: translateX(4px);
  }
  .corp .topCareer__menu .modLinkIndent__item:hover img {
    opacity: 0.6;
    transform: scale(1.08);
  }
}
@media screen and (min-width: 901px) {
  .corp .topCareer__menu .modLinkIndent .modLinkText {
    font-size: 18px;
    font-size: 1.8rem;
    gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topCareer__menu .modLinkIndent .modLinkText {
    font-size: 16px;
    font-size: 1.6rem;
    gap: 10px;
    margin-top: 12px;
  }
}
@media screen and (min-width: 901px) {
  .corp .topCareer__menu .modLinkIndent .modIcon {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topCareer__menu .modLinkIndent .modIcon {
    width: 20px;
    height: 20px;
  }
}
.corp .topCompany {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .corp .topCompany {
    clip-path: polygon(0 230px, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 900px) {
  .corp .topCompany {
    clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 901px) {
  .corp .topCompany {
    padding: 380px 0 300px;
    margin-top: -330px;
    min-height: 864px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topCompany {
    padding: 177px 0 210px;
    margin-top: -70px;
  }
}
.corp .topCompany::after {
  content: "";
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 901px) {
  .corp .topCompany::after {
    background: url("/wp-content/themes/being/assets/img/corp/top/text_company.webp")
      no-repeat center center;
    background-size: cover;
    top: 185px;
    width: 1141px;
    height: 316px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topCompany::after {
    background: url("/wp-content/themes/being/assets/img/corp/top/sp/text_company.webp")
      no-repeat center center;
    background-size: cover;
    top: 25px;
    width: 100%;
    height: auto;
    aspect-ratio: 377/104;
  }
}
@media screen and (max-width: 900px) {
  .corp .topCompany .modHeadingLine {
    margin-bottom: 48px;
  }
}
.corp .topNews {
  position: relative;
}
@media screen and (min-width: 901px) {
  .corp .topNews {
    clip-path: polygon(0 230px, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (max-width: 900px) {
  .corp .topNews {
    clip-path: polygon(0 70px, 100% 0, 100% 100%, 0 100%);
  }
}
@media screen and (min-width: 901px) {
  .corp .topNews {
    background: var(--white)
      url("/wp-content/themes/being/assets/img/corp/top/bg_news.webp") no-repeat
      left -250px bottom -510px;
    background-size: 1212px auto;
    padding: 388px 7vw 160px 11vw;
    margin-top: -230px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topNews {
    background: var(--white)
      url("/wp-content/themes/being/assets/img/corp/top/sp/bg_news.webp")
      no-repeat left bottom -300px;
    background-size: 100% auto;
    padding: 220px 20px 164px;
    margin-top: -100px;
  }
}
@media screen and (min-width: 901px) {
  .corp .topNews__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1057px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .corp .topNews__inner {
    padding: 0;
  }
}
@media screen and (min-width: 901px) {
  .corp .topNews__inner .modHeadingLine {
    width: 170px;
  }
}
@media screen and (min-width: 901px) {
  .corp .topNews__inner .modListNews__wrap {
    width: calc(100% - 316px);
  }
}
@media screen and (max-width: 900px) {
  .corp .topNews__inner .modListNews__item a {
    padding: 20px 0 24px;
  }
}
@media screen and (max-width: 900px) {
  .corp .topNews__inner .modListNews__item .title {
    text-overflow: unset;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .corp .topNews__inner .modListNews .date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 900px) {
  .corp .topNews .modHeadingLine {
    margin-bottom: 80px;
  }
}
.corp .topNews .modLinkText {
  margin-top: 40px;
}
.corp .js-fvBlock.is-hide {
  display: none;
}
.main--contactProduct .main__inner .contentBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.main--contactProduct .main__inner .contentBox figure.contentBox__img {
    text-align: center;
}
.main--contactProduct .main__inner .contentBox p.contentBox__text {
    text-align: center;
}
@media screen and (max-width: 900px) {
  .main--contactProduct .main__inner .contentBox {
    align-items: initial;
  }

  .main--contactProduct .main__inner .contentBox p.contentBox__text {
    text-align: initial;
  }
}
p.contentBox__text {
    text-align: initial;
}
/*# sourceMappingURL=main.css.map */
