@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

img {
  height: auto;
  vertical-align: bottom;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 600;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  color: inherit;
  vertical-align: middle;
}

html {
  font-size: var(--font-size);
  font-family: var(--font);
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  -webkit-appearance: none; /* Safari/Chromeのデフォルト風を除去 */
  -moz-appearance: none;
       appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit; /* 親のフォント設定を継承 */
  color: inherit;
  line-height: 1; /* 文字の縦揃え安定化 */
  cursor: pointer;
  text-align: inherit;
  vertical-align: middle;
  box-sizing: border-box;
}

.hidden-sp {
  display: block;
}

.hidden-tablet {
  display: block;
}

.hidden-pc {
  display: none;
}

.inline-block {
  display: inline-block;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.overflow-hidden {
  overflow: hidden;
}

.-color-white {
  color: var(--color-white);
}

.-color-red {
  color: var(--color-red);
}

.-bg-red {
  background-color: var(--color-red);
}

.-bg-gray1 {
  background-color: var(--color-gray1);
}

.-bg-gray2 {
  background-color: var(--color-gray2);
}

.-bg-gray3 {
  background-color: var(--color-gray3);
}

.-bg-gray4 {
  background-color: var(--color-gray4);
}

.-bg-gray5 {
  background-color: var(--color-gray5);
}

.-bg-gray6 {
  background-color: var(--color-gray6);
}

.-bg-gray7 {
  background-color: var(--color-gray7);
}

.br8 {
  border-radius: 8px;
}
.br16 {
  border-radius: 16px;
}

.mt0 {
  margin-top: 0 !important;
}
.mt8 {
  margin-top: 8px !important;
}
.mt12 {
  margin-top: 12px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt36 {
  margin-top: 36px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt48 {
  margin-top: 48px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt72 {
  margin-top: 72px !important;
}
.mt80 {
  margin-top: 80px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb12 {
  margin-bottom: 12px !important;
}

.pl20 {
  padding-left: 20px !important;
}

:root {
  --color-red: #c30d28;
  --color-black: #000;
  --color-white: #fff;
  --color-gray: #9ea7b0;
  --color-gray1: #ececed;
  --color-gray2: #b3b3b3;
  --color-gray3: #f8f8f8;
  --color-gray4: #f3f3f3;
  --color-gray5: #c3ccd6;
  --color-gray6: #eaeaea;
  --color-gray7: #f7f7f7;
  --color-gray8: #efefef;
  --color-gray9: #f9f9f9;
  --font: "Noto Sans JP", sans-serif;
  --font-size: 62.5%;
}

.js-accordion .js-accordion-contents {
  display: none;
}
.js-accordion .js-accordion-contents.is-open {
  display: block;
}

.m-block-segment01 {
  position: relative;
  padding: 40px 20px;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.1);
}

.m-block-segment02,
.wp-block-preformatted {
  padding: 40px 20px;
  border-radius: 10px;
  background-color: var(--color-gray7);
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.m-block-segment02 > :last-child,
.wp-block-preformatted > :last-child {
  margin-bottom: 0;
}

.m-movie01 {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  padding-bottom: 56.25%;
  height: 0;
}
.m-movie01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m-movie01 + .m-movie01 {
  margin-top: 24px;
}

.m-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 28px;
  padding-right: 192px;
}
.m-breadcrumb > li {
  font-size: 1rem;
  line-height: 1.5;
}
.m-breadcrumb > li a {
  color: var(--color-white);
  text-decoration: none;
}
.m-breadcrumb > li::after {
  display: inline-block;
  content: "/";
  margin-left: 8px;
}
.m-breadcrumb > li:last-of-type::after {
  display: none;
}
.m-breadcrumb > li .one-line {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 2行に制限 */
  line-height: 1.5;
}

.btn {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background-color: var(--color-black);
  border-radius: 40px;
  text-decoration: none;
  transition: background-color 0.3s, opacity 0.3s;
  cursor: pointer;
  padding: 0 56px;
}
.btn.-white {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 2px solid #000;
}
.btn .btn__text {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.25;
  position: relative;
  z-index: 2;
  transition: color 0.3s;
  display: inline-block;
  margin-top: -4px;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.btn.-hover-red::before {
  background-color: var(--color-red);
}
.btn.-hover-white::before {
  background-color: var(--color-white);
}
.btn.-hover-black::before {
  background-color: var(--color-black);
}
.btn.-disabled {
  background-color: #aaa;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}
.btn.-arrow {
  height: 72px;
  justify-content: space-between;
  gap: 24px;
  padding: 0 52px;
  box-sizing: border-box;
  font-weight: 600;
  font-style: Bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
}
.btn.-arrow.-white .btn_icon {
  background-image: url("/contents/assets/img/common/icon-arrow-btn-black.svg");
}
.btn.-arrow .btn_icon {
  position: relative;
  z-index: 2;
  background-image: url("/contents/assets/img/common/icon-arrow-btn.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 14px;
  height: 12px;
  transition: background 0.3s;
}
.btn.-arrow .btn__icon {
  transition: transform 0.3s;
}
.btn.-arrow:hover .btn__icon {
  transform: translateX(4px);
}
.btn.-back {
  height: 50px;
  justify-content: space-between;
  gap: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  font-weight: 600;
  font-style: Bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
}
.btn.-back.-white .btn__icon {
  background-image: url("/contents/assets/img/common/icon-arrow-back-black.svg");
}
.btn.-back .btn__icon {
  position: relative;
  z-index: 2;
  background-image: url("/contents/assets/img/common/icon-arrow-back.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  transition: background 0.3s;
}
.btn.-external {
  height: 50px;
  justify-content: space-between;
  gap: 10px;
  padding: 0 30px;
  box-sizing: border-box;
  font-weight: 600;
  font-style: Bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0%;
}
.btn.-external .btn__icon {
  position: relative;
  z-index: 2;
  background-image: url("/contents/assets/img/common/icon-external.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 18px;
  height: 16px;
  transition: background 0.3s;
}

.m-card {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  background-color: var(--color-white);
  box-shadow: 9px 9px 26px 0px rgba(0, 0, 0, 0.11);
  border-radius: 16px;
  padding: 22px;
}
.m-card .m-card__link {
  text-decoration: none;
}
.m-card .m-card__img {
  border-radius: 10px;
  overflow: hidden;
}
.m-card .m-card__img img {
  transition: transform 0.4s;
}
.m-card .m-card__title_flex {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.m-card .m-card__title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--color-black);
  font-weight: 600;
  font-size: 1.9rem;
  text-decoration: none;
  line-height: 1.36;
}
.m-card .m-card__title span {
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.m-card .m-card__text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 150%;
  margin-top: 8px;
}
.m-card .m-card__text .m-link01 {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  font-weight: 700;
}
.m-card .m-card__text .m-link01::after {
  content: "";
  width: 11px;
  height: 10px;
  background: url("/contents/assets/img/common/icon-arrow-btn-black.svg") center center/cover no-repeat;
}

.m-newsCard {
  display: block;
  padding: 16px 16px 32px 16px;
  color: var(--color-black);
  text-decoration: none;
  background-color: var(--color-white);
  box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.m-newsCard .m-newsCard__inner {
  display: flex;
  gap: 48px;
}
.m-newsCard .m-newsCard__img {
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
}
.m-newsCard .m-newsCard__img img {
  transition: transform 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-newsCard .m-newsCard__body {
  width: 100%;
}
.m-newsCard .m-newsCard__info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.m-newsCard .m-newsCard__date {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0%;
}
.m-newsCard .m-newsCard__category {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0%;
  border: 1px solid var(--color-black);
  text-align: center;
  box-sizing: border-box;
  min-width: 121px;
  overflow: hidden;
  gap: 10px;
  padding: 2px 16px;
  border-radius: 18px;
  transition: color 0.3s, border 0.3s;
}
.m-newsCard .m-newsCard__category span {
  position: relative;
  z-index: 2;
}
.m-newsCard .m-newsCard__category::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.m-newsCard .m-newsCard__text {
  grid-area: text;
  margin-top: 11px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}

.l-contact {
  padding: 100px 16px;
  background-color: var(--color-white);
  color: var(--color-black);
  max-width: 1408px;
  margin: 0 auto;
}
.l-contact img {
  max-width: 100%;
}
.l-contact .btn {
  width: 234px;
  justify-content: center;
}
.l-contact .l-contact_head h2 {
  width: 49.27%;
}
.l-contact .l-contact_head span {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.36;
  margin-top: 12px;
}
.l-contact .l-contact_text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 177%;
  letter-spacing: -0.02em;
  margin-top: 48px;
  margin-bottom: 51px;
}

.l-container01 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1368px;
}

.l-container02 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1168px;
}

.l-container03 {
  margin-right: auto;
  margin-left: auto;
  max-width: 968px;
}

.l-footer {
  background-color: var(--color-red);
}
.l-footer a {
  display: inline-block;
}
.l-footer .l-footer__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 60px;
}
.l-footer .l-footer__nav {
  display: flex;
}
.l-footer .l-footer__nav_item {
  display: flex;
  gap: 48px;
}
.l-footer .l-footer__nav_item .link span {
  background: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.l-footer .l-footer__nav_item span {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--color-white);
}
.l-footer .l-footer__nav_item a {
  text-decoration: none;
}
.l-footer .l-footer__nav_item_children {
  margin-top: 16px;
}
.l-footer .l-footer__nav_item_children a {
  padding: 4px 0;
}
.l-footer .l-footer__nav_item_children span {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1;
  background: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.l-footer .l-footer__nav_item_children li + li {
  margin-top: 6px;
}
.l-footer .l-footer__nav_grandchild {
  margin: 8px 0 0;
}
.l-footer .l-footer__nav_grandchild > li {
  position: relative;
  padding-left: 14px;
}
.l-footer .l-footer__nav_grandchild > li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  width: 4px;
  height: 1px;
  background-color: var(--color-white);
}
.l-footer .l-footer__nav_grandchild > li + li {
  margin-top: 4px !important;
}
.l-footer .l-footer__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.l-footer .l-footer__bottom .l-footer__bottom_copylight {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  color: var(--color-white);
}
.l-footer .l-footer__bottom .l-footer__bottom_nav .-external::after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("/contents/assets/img/common/icon-external.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.l-footer .l-footer__bottom .l-footer__bottom_nav ul {
  display: flex;
  gap: 22px;
}
.l-footer .l-footer__bottom .l-footer__bottom_nav ul li {
  position: relative;
}
.l-footer .l-footer__bottom .l-footer__bottom_nav ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background-color: var(--color-white);
}
.l-footer .l-footer__bottom .l-footer__bottom_nav ul li a {
  padding: 3px 0;
  text-decoration: none;
}
.l-footer .l-footer__bottom .l-footer__bottom_nav ul li span {
  color: var(--color-white);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}

.m-select {
  display: inline-block;
  position: relative;
  width: 100%;
}
.m-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 10.28px;
  background: url("/contents/assets/img/common/icon-arrow.svg") center center/cover no-repeat;
  transform: translateY(-50%);
}
.m-select select {
  padding: 16px 40px 16px 20px;
  width: 100%;
  border: 1px solid var(--color-gray5);
  border-radius: 4px;
  background-color: transparent;
  font-size: 1.4rem;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.p-news-select .m-select select {
  font-weight: 600;
}

.m-select select option {
  font-size: 1.3rem;
}
.m-select select option.m-select__disabled {
  display: none;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 110px;
  z-index: 100;
  transition: height 0.3s;
}
.l-header a:not(.btn) {
  color: var(--color-black);
  display: block;
  text-decoration: none;
}
.l-header img {
  width: 100%;
}
.l-header.-scrolled {
  border-radius: 0;
  box-shadow: none;
}
.l-header.-scrolled .l-header__bg {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
  top: 0;
}
.l-header.-touchdevice .l-header__nav {
  display: none;
}
.l-header.-touchdevice .l-header__hamburger {
  display: flex;
}
.l-header.-touchdevice .l-header__nav_pulldown span {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.l-header.-touchdevice .l-header__nav_pulldown {
  position: relative;
  box-shadow: unset;
  display: none;
  height: 0;
  transition: height 0.3s;
  padding: 0;
  left: 0;
  top: 26px;
  background-color: transparent;
}
.l-header.-touchdevice .l-header__nav_pulldown a {
  display: block;
  padding: 2px;
}
.l-header.-touchdevice .l-header__nav_pulldown ul li {
  font-size: 1.6rem;
}
.l-header.-touchdevice .l-header__nav_pulldown ul li + li {
  margin-top: 13px !important;
}
.l-header.-touchdevice .l-header__nav_pulldown.-show {
  display: block;
  height: 160px;
}
.l-header.-touchdevice .l-header__nav_pulldown.-show.-service {
  height: 195px;
}
.l-header .l-header__bg {
  position: absolute;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  height: 100%;
  border-radius: 0 0 20px 20px;
  box-shadow: unset;
  transition: height 0.8s, top 0.8s;
  z-index: -1;
  top: -100%;
}
.l-header .l-header__inner {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l-header .l-header__logo {
  width: 167px;
  height: 59px;
  display: none !important;
}
.l-header .l-header__logo img {
  grid-area: 1/1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.l-header .l-header__logo img.-show {
  visibility: visible;
  opacity: 1;
}
.l-header .l-header__logo_sp {
  display: grid !important;
  align-items: center;
  width: 185px;
  height: 34px;
}
.l-header .l-header__logo_sp img {
  grid-area: 1/1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.l-header .l-header__logo_sp img.is-show {
  visibility: visible;
  opacity: 1;
}
.l-header .l-header__nav {
  display: none;
}
.l-header .l-header__nav .l-header__nav_item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 24px;
  width: 100%;
}
.l-header .l-header__nav .l-header__nav_item li {
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1;
}
.l-header .l-header__nav .l-header__nav_item li span {
  display: inline-block;
  position: relative;
}
.l-header .l-header__nav .l-header__nav_item li span.-arrow {
  padding-right: 16px;
}
.l-header .l-header__nav .l-header__nav_item li span.-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/contents/assets/img/common/icon-arrow.svg");
  background-size: cover;
  width: 12px;
  height: 8px;
}
.l-header .l-header__nav_pulldown {
  position: absolute;
  top: 45px;
  left: -14px;
  background-color: var(--color-white);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 16px;
  white-space: nowrap;
  border-radius: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.l-header .l-header__nav_pulldown.-show {
  opacity: 1;
  pointer-events: auto;
}
.l-header .l-header__nav_pulldown span {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.2;
  padding-bottom: 2px;
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.l-header .l-header__nav_pulldown ul li + li {
  margin-top: 8px !important;
}
.l-header .l-header__nav_pulldown .l-header__nav_grandchild {
  margin: 8px 0 0;
}
.l-header .l-header__nav_pulldown .l-header__nav_grandchild > li {
  position: relative;
  padding-left: 14px;
}
.l-header .l-header__nav_pulldown .l-header__nav_grandchild > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 6px;
  width: 4px;
  height: 1px;
  background-color: var(--color-black);
}
.l-header .l-header__nav_pulldown .l-header__nav_grandchild > li + li {
  margin-top: 8px !important;
}
.l-header .l-header__nav_sp {
  overflow-y: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  font-weight: 600;
  font-size: 2rem;
  line-height: 1;
  height: calc(100vh - 200px);
  overflow-y: auto;
  margin-top: -10px;
  padding-top: 190px;
  padding-bottom: 20px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-7%);
  transition: opacity 0.3s, transform 0.3s;
  z-index: 1;
  pointer-events: none;
}
.l-header .l-header__nav_sp.-open {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.l-header .l-header__nav_sp span {
  position: relative;
}
.l-header .l-header__nav_sp span.-arrow {
  padding-right: 21px;
}
.l-header .l-header__nav_sp span.-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-image: url("/contents/assets/img/common/icon-arrow.svg");
  background-size: cover;
  width: 12px;
  height: 8px;
}
.l-header .l-header__nav_sp .l-header__nav_item {
  padding-left: 13.4%;
}
.l-header .l-header__nav_sp .l-header__nav_item li + li {
  margin-top: 40px;
}
.l-header .l-header__nav_sp .l-header__nav_grandchild {
  margin: 13px 0 0;
}
.l-header .l-header__nav_sp .l-header__nav_grandchild > li + li {
  margin-top: 13px !important;
}
.l-header .l-header__nav_item_menu span {
  padding-bottom: 4px;
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.l-header .l-header__hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 24px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 20px;
  box-sizing: content-box;
}
.l-header .l-header__hamburger span {
  display: block;
  width: 32px;
  height: 3px;
  background-color: #333;
  transition: all 0.3s ease;
}
.l-header .l-header__hamburger.-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 10px);
}
.l-header .l-header__hamburger.-active span:nth-child(2) {
  opacity: 0;
}
.l-header .l-header__hamburger.-active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -10px);
}

.m-icon {
  width: 22px;
  height: 22px;
  padding: 6px 7px;
  border-radius: 99%;
  border: 1.5px solid #000000;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.m-icon img {
  width: 9px !important;
  height: 8px !important;
  position: relative;
  z-index: 2;
}
.m-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.m-icon::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 8px;
  background: url("/contents/assets/img/common/icon-arrow-right.svg") no-repeat center/contain;
  z-index: 2;
  transition: background 0.3s;
}

.m-link01,
.p-news-detail a,
.p-case-detail a {
  color: var(--color-black);
  text-decoration: none;
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.m-link01 .text,
.m-link01 span,
.p-news-detail a .text,
.p-news-detail a span,
.p-case-detail a .text,
.p-case-detail a span {
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 2px;
  transition: background-size 0.3s;
}
.m-link01 .icon,
.p-news-detail a .icon,
.p-case-detail a .icon {
  margin: -2px 6px 0;
  vertical-align: middle;
}

.m-link02 {
  color: var(--color-black);
}

.m-list01 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.m-list01 > li {
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: -0.02em;
}

.m-list-disc01 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m-list-disc01 > li {
  position: relative;
  padding-left: 30px;
}
.m-list-disc01 > li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-black);
}
.m-list-disc01 > li > ol,
.m-list-disc01 > li > ul,
.m-list-disc01 > li > p {
  margin-top: 8px;
}

.m-list-term01 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.m-list-term01 > li {
  display: flex;
  gap: 8px;
}
.m-list-term01 > li .term {
  min-width: 62px;
  max-width: 62px;
}
.m-list-term01 > li .term.-large01 {
  min-width: 110px;
  max-width: 110px;
}

.m-list-order01 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-left: 20px;
  list-style: decimal;
}
.m-list-order01 > li {
  position: relative;
  padding-left: 12px;
  list-style: inherit;
}
.m-list-order01 > li > ol,
.m-list-order01 > li > ul,
.m-list-order01 > li > p {
  margin-top: 8px;
}
.m-list-order01.-lower-alpha {
  list-style: lower-alpha;
}
.m-list-order01.-upper-alpha {
  list-style: upper-alpha;
}

.m-modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.m-modal.is-active {
  opacity: 1;
  visibility: visible;
}
.m-modal-inner {
  box-sizing: border-box;
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  padding: 60px 20px 20px;
  background-color: var(--color-white);
}
.m-modal-close {
  overflow: hidden;
  position: absolute;
  top: 20px;
  right: 16px;
  z-index: 1;
  width: 30px;
  height: 30px;
  text-indent: 200%;
  white-space: nowrap;
}
.m-modal-close::before, .m-modal-close::after {
  content: "";
  position: absolute;
  width: 128%;
  height: 2px;
  background-color: var(--color-black);
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.m-modal-close::before {
  transform: translate(-50%) rotate(-45deg);
}
.m-modal-close::after {
  transform: translate(-50%) rotate(45deg);
}
.m-modal-contents {
  overflow-y: auto;
  height: calc(100vh - 20px - 60px - 20px - 20px);
}
.l-section01 {
  padding-bottom: 80px;
}

.l-section02 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.l-section03 + .l-section03 {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid var(--color-gray2);
}

.js-tab-panel-item {
  display: block;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s ease;
}
.js-tab-panel-item.is-current {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.m-table01 {
  width: 100%;
}

.m-body01 {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.m-body02 {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.m-body03 {
  font-size: 1.2rem;
  line-height: 1.7;
}

.m-lead01 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.m-lead02 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

.m-headling-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 130px 20px 80px;
  color: var(--color-white);
}
.m-headling-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 90%;
  max-width: 354px;
  height: 468px;
  background: url("/contents/assets/img/common/bg-title.svg") top right/cover no-repeat;
  background-position-y: -20px;
}
.m-headling-main img {
  max-width: 100%;
}
.m-headling-main.-services::after {
  content: "";
  position: absolute;
  top: 134px;
  right: 0;
  z-index: -1;
  width: 60%;
  max-width: 212px;
  height: 378px;
  background: top left/cover no-repeat;
}
.m-headling-main.-services.-dx-consulting::after {
  background-image: url("/contents/assets/img/services/dx-consulting/bg-main-title.webp");
}
.m-headling-main.-services.-it-solution::after {
  background-image: url("/contents/assets/img/services/it-solution/bg-main-title.webp");
}
.m-headling-main.-services.-hr-solution::after {
  background-image: url("/contents/assets/img/services/hr-solution/bg-main-title.webp");
}
.m-headling-main.-services.-hr-solution-career::after {
  background-image: url("/contents/assets/img/services/hr-solution/careerup/bg-main-title.webp");
}
.m-headling-main__title .img {
  display: block;
}
.m-headling-main__title .text {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 600;
}
.m-headling-main__title .text.-under {
  margin-top: 8px;
  font-size: 3.1rem;
}
.m-headling-main__title .text .sub {
  display: block;
  margin-top: 8px;
  padding: 2px 0 2px 12px;
  border-left: 2px solid var(--color-white);
  font-size: 1.2rem;
}
.m-headling-main__txt {
  margin-top: 210px;
  color: var(--color-black);
}
.m-headling-main__txt .title {
  font-size: 2.2rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
.m-headling-main__txt .title mark {
  display: inline-block;
  background-color: var(--color-white);
  font-style: normal;
  line-height: 1.3;
}
.m-headling-main__txt .title mark:first-child {
  margin-top: 0;
}
.m-headling-main__txt .title mark .pack {
  letter-spacing: -0.6em;
}
.m-headling-main__txt .text {
  margin-top: 12px;
  font-size: 1.4rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.m-headling-main__txt .text mark {
  display: inline-block;
  background-color: var(--color-white);
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}
.m-headling-main__txt .text mark:first-child {
  margin-top: 0;
}

.m-headling01 {
  margin-bottom: 32px;
  text-align: center;
}
.m-headling01 > .img {
  display: block;
  margin-bottom: 12px;
}
.m-headling01 > .img img {
  max-width: 100%;
  height: 26.72px;
}
.m-headling01 > .text {
  color: var(--color-red);
  font-size: 1.2rem;
  font-weight: 500;
}
.-bg-red .m-headling01 > .text {
  color: var(--color-white);
}

.m-headling02 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.m-headling03 {
  margin-bottom: 20px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

.m-headling04 {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.m-headling05 {
  margin-bottom: 8px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
}

.p-case-search .headling-narrow {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
  cursor: pointer;
}
.p-case-search .headling-narrow::after {
  display: inline-block;
  content: "";
  margin: -10px 0 0 10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--color-black);
  border-right: 2px solid var(--color-black);
  vertical-align: middle;
  transform: rotate(135deg);
  transition: all 0.3s ease;
}
.p-case-search .headling-narrow.is-active::after {
  margin: 4px 0 0 10px;
  transform: rotate(-45deg);
}
.p-case-search__section:first-of-type {
  margin-top: 20px;
}
.p-case-search__section + .p-case-search__section {
  margin-top: 32px;
}
.p-case-search .headling-search {
  margin-bottom: 12px;
}
.p-case-search .headling-search::before {
  display: inline-block;
  content: "";
  margin: -2px 2px 0 0;
  width: 31px;
  height: 31px;
  background: url("/contents/assets/img/common/icon-search.svg") center center/cover no-repeat;
  vertical-align: middle;
}
.p-case-search__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.p-case-search__btn {
  display: flex;
  position: relative;
  padding: 10px 20px;
  border: 1px solid var(--color-black);
  border-radius: 4px;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.p-case-search__btn.is-active {
  color: var(--color-white);
  background-color: var(--color-black);
}
.p-case-search__btn.is-non-active {
  color: var(--color-black);
  background-color: var(--color-white);
}
.p-case-search__btn.is-non-active::before {
  opacity: 0;
}
.p-case-search__btn.is-non-active:hover {
  color: var(--color-black);
}
.p-case-search__btn.is-non-active:hover::before {
  transform-origin: right top;
  transform: scale(0, 1);
}
.p-case-search__btn span {
  position: relative;
  z-index: 2;
}
.p-case-search__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 32px;
}
.p-case-search__foot .btn {
  padding: 0 30px;
  height: 50px;
}
.p-case-search__foot .btn .btn_icon {
  position: relative;
  z-index: 2;
  margin-left: 10px;
  background-image: url("/contents/assets/img/common/icon-narrow-black.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 17px;
  height: 15px;
  transition: background 0.3s;
}
.p-case-search__foot .btn.is-active {
  color: var(--color-white);
}
.p-case-search__foot .btn.is-active::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-case-search__foot .btn.is-active .btn_icon {
  background-image: url("/contents/assets/img/common/icon-narrow-white.svg") !important;
}
.p-case-search__clear {
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: underline;
}
.p-case-result-headline {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c6c6c6;
}
.p-case-result-headline.is-hidden {
  display: none;
}
.p-case-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.p-case-list > li.is-hidden {
  display: none;
}
.p-case-card {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  background-color: var(--color-white);
}
.p-case-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
}
.p-case-card__img img {
  transition: transform 0.4s;
  width: 100%;
}
.p-case-card__body {
  margin-top: 16px;
  width: 100%;
}
.p-case-card__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-case-card__text {
  margin-top: 8px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.p-case-card__info {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.p-case-card__info > li {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-case-card__solution {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
.p-case-card__solution > li {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 2px 6px 3px;
  border-radius: 4px;
  border: 1px solid var(--color-black);
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0%;
  text-align: center;
  box-sizing: border-box;
  transition: color 0.3s, border 0.3s;
}
.p-case-card__solution > li span {
  position: relative;
  z-index: 2;
}
.p-case-card__solution > li::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.p-case-more {
  margin-top: 40px;
  text-align: center;
}
.p-case-more .btn {
  padding: 0 30px;
  height: 50px;
}
.p-case-more .btn .btn_icon {
  position: relative;
  z-index: 2;
  margin-top: -6px;
  margin-left: 10px;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid var(--color-black);
  border-left: 2px solid var(--color-black);
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.p-case-more.is-hidden {
  display: none;
}
.p-case-detail {
  margin-right: auto;
  margin-left: auto;
  max-width: 868px;
}
.p-case-detail img {
  max-width: 100%;
}
.p-case-detail__head {
  margin-bottom: 40px;
}
.p-case-detail__head .p-case-card__solution {
  display: flex;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 36px;
}
.p-case-detail__head .p-case-card__solution > li {
  padding: 2px 12px;
  font-size: 1.4rem;
}
.p-case-detail__head .p-case-lead {
  margin-top: 12px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.p-case-detail__head .p-case-card__info {
  margin-top: 12px;
}
.p-case-detail__head .p-case-card__info > li {
  font-size: 1.4rem;
  font-weight: normal;
}
.p-case-detail__head .p-case-thumbnail {
  margin-top: 19px;
  text-align: center;
}
.p-case-detail h1 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-case-detail h2 {
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-case-detail h2.p-case-headline {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-case-detail h2.p-case-headline span {
  display: inline-block;
  padding: 3px 12px 4px;
  border-radius: 4px;
  border: 1px solid var(--color-black);
}
.p-case-detail h2.p-case-headline.-red span {
  color: var(--color-white);
  background-color: var(--color-red);
  border: none;
}
.p-case-detail h2.p-case-headline.-gray span {
  color: var(--color-white);
  background-color: #818181;
  border: none;
}
.p-case-detail hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #c6c6c6;
}
.p-case-detail h3 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
}
.p-case-detail h3::before {
  display: inline-block;
  content: "";
  margin-right: 4px;
  width: 28px;
  height: 1px;
  background-color: var(--color-black);
  vertical-align: middle;
}
.p-case-detail .img,
.p-case-detail .wp-block-image {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.p-case-detail .img .caption,
.p-case-detail .wp-block-image .caption {
  margin-top: 10px;
  text-align: left;
}
.p-case-detail__contents {
  margin-right: auto;
  margin-left: auto;
  max-width: 708px;
}
.p-case-detail__contents p {
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.p-case-detail__contents p:has(+ ul) {
  margin-bottom: 0;
}
.p-case-detail__contents .has-normal-font-size {
  font-size: 1.4rem;
}
.p-case-detail__contents .has-small-font-size {
  font-size: 1.3rem;
}
.p-case-detail__contents .caption {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.p-case-detail__contents a[target=_blank]::after {
  display: inline-block;
  content: "";
  margin: 0 6px;
  width: 15px;
  height: 23px;
  background: url("/contents/assets/img/common/icon-external-black.svg") center center/cover no-repeat;
  vertical-align: middle;
}
.p-case-detail__contents ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.p-case-detail__contents ul > li {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.p-case-detail__contents ul > li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-black);
}
.p-case-detail__contents ol {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  margin-left: 20px;
  list-style: decimal;
}
.p-case-detail__contents ol > li {
  position: relative;
  padding-left: 4px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
  list-style: inherit;
}
.p-case-detail__contents table {
  margin-bottom: 40px;
  width: 100%;
}
.p-case-detail__contents table th,
.p-case-detail__contents table td {
  padding: 8px 10px;
  border: 1px solid var(--color-gray5);
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.p-case-detail__contents table th {
  background-color: var(--color-gray6);
}
.p-case-detail__contents .wp-block-group {
  margin-top: 40px;
  background-color: #f6f6f6;
  margin-bottom: 40px;
  padding: 40px;
}
.p-case-detail__contents .wp-block-group div > *:first-child {
  margin-top: 0;
}
.p-case-detail__foot {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #d9d9d9;
}
.p-case-detail__foot .text {
  font-weight: 600;
}
.p-case-detail__foot .p-case-contact {
  margin-top: 32px;
  text-align: center;
}
.p-case-detail__foot .p-case-contact .btn {
  color: var(--color-white);
}
.p-case-relate {
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  max-width: 868px;
}
.p-case-relate .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.p-case-relate .p-case-list {
  margin-top: 32px;
}
.p-case-back {
  margin-top: 40px;
  text-align: center;
}

.p-company-col {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.p-company-col img {
  max-width: 100%;
}
.p-company-col-mission-vision__flex {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.p-company-col.-mission-vision {
  margin-right: auto;
  margin-left: auto;
  max-width: 1204px;
}
.p-company-col.-mission-vision.-value {
  position: relative;
  border-radius: 16px;
  border: 1px solid #9ea7b0;
  gap: 0;
  padding: 94px 8.27% 48px 8.27%;
  display: flex;
  flex-direction: column;
}
.p-company-col.-mission-vision.-value .p-company-col__valueTitle {
  position: absolute;
  top: 48px;
  left: 0;
  text-align: center;
  width: 100%;
}
.p-company-col.-mission-vision.-value .p-company-col__valueItem:nth-child(2) {
  flex: 2;
}
.p-company-col.-mission-vision.-value .p-company-col__valueItem {
  text-align: center;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-company-col.-mission-vision.-value .p-company-col__valueItem .title02 {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 150%;
  letter-spacing: 0%;
}
.p-company-col.-mission-vision.-value .p-company-col__valueItem .body {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 170%;
  letter-spacing: 0%;
}
.p-company-col__photo {
  overflow: hidden;
  border-radius: 16px;
}
.p-company-col__representative-director {
  margin-top: 16px;
  font-size: 1.3rem;
}
.p-company-col__representative-director .name {
  font-size: 1.7rem;
  font-weight: 600;
}
.p-company-col__title01 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-company-col__title02 .img {
  display: block;
  margin-bottom: 16px;
}
.p-company-col__title02 .text {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-company-col + .p-company-col {
  margin-top: 80px;
}
.p-company-certify {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-company-certify > li {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-company-certify > li + li {
  padding-top: 24px;
  border-top: 1px dashed var(--color-gray2);
}
.p-company-certify__col {
  display: flex;
  align-items: center;
  gap: 24px;
}
.p-company-cpn {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-company-cpn > li {
  display: flex;
  gap: 12px;
  font-size: 1.3rem;
}
.p-company-cpn > li .m-link01[target=_blank]::after {
  content: "";
  display: inline-block;
  margin: -2px 6px 0;
  width: 15px;
  height: 23px;
  background: url("/contents/assets/img/common/icon-external-black.svg") center center/cover no-repeat;
  vertical-align: middle;
}
.p-company-cpn__date {
  white-space: nowrap;
}
.p-company-officers__nav {
  margin-bottom: 40px;
}
.p-company-officers__nav > ul {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.p-company-officers__nav > ul > li {
  display: flex;
}
.p-company-officers__nav > ul > li button {
  position: relative;
  padding: 0 8px 10px;
  min-width: 106px;
  height: 100%;
  border: none;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
}
.p-company-officers__nav > ul > li button::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: all 0.3s ease;
}
.p-company-officers__nav > ul > li button.is-current {
  color: var(--color-red);
}
.p-company-officers__nav > ul > li button.is-current::after {
  background-color: var(--color-red);
}
.p-company-officers__col {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-company-officers__section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-company-officers__section > .img img {
  max-width: 100%;
  border-radius: 10px;
}
.p-company-officers__section > .text .title {
  margin-bottom: 8px;
  line-height: 1.5;
}
.p-company-officers__section > .text .title .position {
  margin-right: 12px;
  font-size: 1.4rem;
  font-weight: 400;
}
.p-company-officers__section > .text .title .name {
  font-size: 1.8rem;
  font-weight: 600;
}
.p-company-nav {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: var(--color-gray1);
}
.p-company-nav__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-company-nav__list > li > a {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 22px;
  border-radius: 10px;
  background-color: var(--color-white);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
  color: var(--color-black);
  text-decoration: none;
}
.p-company-nav__list > li .img img {
  height: 11px;
}
.p-company-nav__list > li .body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.p-company-nav__list > li .body .title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  background: linear-gradient(#000, #000);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 2px;
  transition: background-size 0.3s;
}

.p-contact-form {
  margin-top: 24px;
  margin-right: -15px;
  margin-left: -15px;
  max-width: 1048px;
}
.p-contact-download {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
.p-contact-download > li a {
  color: var(--color-black);
  text-decoration: none;
}
.p-contact-download > li .img {
  overflow: hidden;
  border: 1px solid var(--color-gray5);
}
.p-contact-download > li .img img {
  width: 100%;
  transition: all 0.3s ease;
}
.p-contact-download > li .title {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-contact-download > li .text {
  margin-top: 6px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-contact-download > li .button {
  margin-top: 10px;
}
.p-contact-download > li .btn {
  padding-top: 2px;
  padding-right: 32px;
  padding-left: 32px;
  height: 44px;
}
.p-contact-download > li .btn .btn__text {
  font-size: 1.4rem;
}
.p-company-history .p-company-history__section {
  padding: 32px;
  display: flex;
  gap: 24px;
  position: relative;
  overflow: hidden;
}
.p-company-history .p-company-history__section:first-child::after {
  top: 46px;
}
.p-company-history .p-company-history__section::after {
  content: "";
  position: absolute;
  left: 168px;
  top: 4px;
  width: 2px;
  background-image: repeating-linear-gradient(180deg, #9ea7b0, #9ea7b0 2px, transparent 2px, transparent 8px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 2px 100%;
  height: 100%;
}
.p-company-history .p-company-history__section .year {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #c30d28;
  padding-top: 5px;
  min-width: 54px;
}
.p-company-history .p-company-history__section .year img {
  vertical-align: top;
}
.p-company-history .p-company-history__section:nth-child(2n+1) {
  background-color: #f6f6f6;
}
.p-company-history .p-company-history__item {
  position: relative;
  display: grid;
  grid-template-columns: 59px 1fr;
  -moz-column-gap: 22px;
       column-gap: 22px;
}
.p-company-history .p-company-history__item img {
  width: 100%;
}
.p-company-history .p-company-history__item + .p-company-history__item {
  margin-top: 32px;
}
.p-company-history .p-company-history__item::before {
  content: "";
  position: absolute;
  left: 54px;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #9ea7b0;
  border-radius: 50%;
}
.p-company-history .month {
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0%;
}
.p-company-history .body {
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0%;
  flex: 1;
  grid-column: 2;
}
.p-company-history .list {
  display: flex;
  gap: 32px;
}
.p-company-history .img {
  display: table;
  margin-top: 16px;
}
.p-news img {
  max-width: 100%;
}
.p-news-select {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
.p-news-list {
  display: flex;
  flex-direction: column;
  gap: 42px;
}
.p-news-card {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  background-color: var(--color-white);
}
.p-news-card__img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  text-align: center;
}
.p-news-card__img img {
  transition: transform 0.4s;
  width: 100%;
  height: auto;
}
.p-news-card__body {
  margin-top: 16px;
  width: 100%;
}
.p-news-card__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.p-news-card__date {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0%;
}
.p-news-card__category {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0%;
  border: 1px solid var(--color-black);
  text-align: center;
  box-sizing: border-box;
  min-width: 121px;
  overflow: hidden;
  gap: 10px;
  padding: 2px 16px;
  border-radius: 18px;
  transition: color 0.3s, border 0.3s;
}
.p-news-card__category span {
  position: relative;
  z-index: 2;
}
.p-news-card__category::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-black);
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.p-news-card__text {
  grid-area: text;
  margin-top: 11px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.02em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.p-news-pagenation {
  margin-top: 40px;
}
.p-news-pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.p-news-pagenation ul > li {
  font-size: 1.8rem;
  font-weight: 500;
}
.p-news-pagenation ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 2px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  color: var(--color-black);
  text-decoration: none;
}
.p-news-pagenation ul > li > a.current {
  background-color: var(--color-black);
  color: var(--color-white);
}
.p-news-pagenation ul > li > a.prev {
  overflow: hidden;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
}
.p-news-pagenation ul > li > a.prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -2px;
  width: 12px;
  height: 12px;
  border-left: 2px solid var(--color-black);
  border-bottom: 2px solid var(--color-black);
  transform: rotate(45deg) translateX(-50%);
}
.p-news-pagenation ul > li > a.next {
  overflow: hidden;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
}
.p-news-pagenation ul > li > a.next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -2px;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--color-black);
  border-top: 2px solid var(--color-black);
  transform: rotate(45deg) translateX(-50%);
}
.p-news-pagenation ul > li > span {
  width: 18px;
  height: 28px;
}
.p-news-detail {
  margin-right: auto;
  margin-left: auto;
  max-width: 868px;
}
.p-news-detail .info {
  margin-bottom: 36px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-news-detail h1 {
  margin-top: 36px;
  margin-bottom: 36px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
}
.p-news-detail h2 {
  margin-top: 72px;
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-news-detail h3 {
  margin-top: 72px;
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-news-detail .img,
.p-news-detail .wp-block-image {
  margin-top: 36px;
  margin-bottom: 72px;
  text-align: center;
}
.p-news-detail .p-news-detail__contents {
  margin-right: auto;
  margin-left: auto;
  max-width: 708px;
}
.p-news-detail p {
  margin-bottom: 12px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.p-news-detail .has-normal-font-size {
  font-size: 1.4rem;
}
.p-news-detail .has-small-font-size {
  font-size: 1.3rem;
}
.p-news-detail .caption {
  margin-bottom: 12px;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.p-news-detail a {
  overflow-wrap: anywhere;
}
.p-news-detail a[target=_blank]::after {
  display: inline-block;
  content: "";
  margin: 0 6px;
  width: 15px;
  height: 23px;
  background: url("/contents/assets/img/common/icon-external-black.svg") center center/cover no-repeat;
  vertical-align: middle;
}
.p-news-detail ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
}
.p-news-detail ul > li {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.p-news-detail ul > li::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 6px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--color-black);
}
.p-news-detail ol {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px;
  margin-left: 20px;
  list-style: decimal;
}
.p-news-detail ol > li {
  position: relative;
  padding-left: 4px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
  list-style: inherit;
}
.p-news-detail .wp-block-flexible-table-block-table > table {
  margin-bottom: 40px;
  width: 100%;
  table-layout: fixed;
}
.p-news-detail .wp-block-flexible-table-block-table > table tr th,
.p-news-detail .wp-block-flexible-table-block-table > table tr td {
  padding: 8px 10px;
  border: 1px solid var(--color-gray5);
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
.p-news-detail .wp-block-flexible-table-block-table > table tr th {
  background-color: var(--color-gray6);
}
.p-news-detail .m-block-segment02 {
  margin-bottom: 40px;
}
.p-news-relate {
  margin-top: 40px;
}
.p-news-relate .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
.p-news-relate .p-news-list {
  margin-top: 32px;
}
.p-news-back {
  margin-top: 40px;
  text-align: center;
}

.p-notfound {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.p-notfound .heading {
  text-align: center;
}

.p-recruit-col {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.p-recruit-col img {
  max-width: 100%;
}
.p-recruit-col__photo {
  overflow: hidden;
  border-radius: 10px;
}
.p-recruit-col__title01 {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.p-recruit-col__title01 .pack {
  letter-spacing: -0.6em;
}
.p-recruit-col__title01 .letter-spacing {
  letter-spacing: -0.04em;
}
.p-recruit-jobs {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.p-recruit-jobs > li {
  overflow: hidden;
  border-radius: 10px;
}
.p-recruit-jobs > li a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  height: 100%;
  background-color: var(--color-gray8);
  color: var(--color-black);
  text-decoration: none;
}
.p-recruit-jobs__text {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0 20px 20px;
  width: 49.4475138122%;
}
.p-recruit-jobs__text .title {
  margin-bottom: 4px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
}
.p-recruit-jobs__text .title span {
  font-size: 1.4rem;
}
.p-recruit-jobs__text p {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.5;
}
.p-recruit-jobs__img {
  overflow: hidden;
  width: 46.1325966851%;
}
.p-recruit-jobs__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.p-recruit-jobs__btn {
  margin-top: auto;
}
.p-recruit-jobs__btn .btn {
  gap: 10px;
  padding: 0 30px;
  height: 50px;
}
.p-recruit-business {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.p-recruit-business__section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 16px;
  background-color: var(--color-white);
}
.p-recruit-business__img.-pc {
  display: none;
}
.p-recruit-business__img img {
  max-width: 100%;
}
.p-recruit-career {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
.p-recruit-career__img.-sp {
  display: block;
}
.p-recruit-career__img.-pc {
  display: none;
}
.p-recruit-career__img img {
  border-radius: 10px;
  width: 100%;
}
.p-recruit-career__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-recruit-career__section + .p-recruit-career__section {
  padding-top: 40px;
  border-top: 1px solid var(--color-gray2);
}
.p-recruit-career__section .m-headling02 {
  margin-bottom: 12px;
  text-align: center;
}
.p-recruit-career__section .m-headling02 .num {
  display: block;
  margin-bottom: 8px;
}
.p-recruit-career__section .m-headling02 .num img {
  height: 24px;
}
.p-recruit-introduction {
  margin-top: 40px;
}
.p-recruit-structure-section {
  padding: 20px;
  border-radius: 16px;
  background-color: var(--color-gray9);
}
.p-recruit-structure-section__img {
  text-align: center;
}
.p-recruit-structure-section__img.-pc {
  display: none;
}
.p-recruit-structure-section__img img {
  max-width: 100%;
}
.p-recruit-structure-section .m-lead02 {
  color: var(--color-red);
  text-align: center;
  line-height: 1.75;
}
.p-recruit-structure-section + .p-recruit-structure-section {
  margin-top: 24px;
}
.p-recruit-structure-project {
  margin-top: 88px;
}
.p-recruit-structure-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 24px;
}
.p-recruit-structure-flow::before {
  content: "";
  position: absolute;
  background-color: var(--color-gray5);
}
.p-recruit-structure-flow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.p-recruit-structure-flow > li {
  box-sizing: border-box;
  position: relative;
  padding-left: 18px;
}
.p-recruit-structure-flow > li::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--color-red);
}
.p-recruit-structure-flow > li > .term {
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-red);
  line-height: 1.75;
}
.p-recruit-structure-flow > li.item01::before {
  background-color: var(--color-gray);
}
.p-recruit-structure-flow > li.item01 > .term {
  color: var(--color-gray);
}
.p-recruit-structure-flow > li.item02 .p-recruit-structure-flow__detail .img {
  top: -38px;
  right: 20px;
  width: 33%;
  max-width: 107px;
}
.p-recruit-structure-flow > li.item03 .p-recruit-structure-flow__detail .img {
  top: -38px;
  right: 10px;
  width: 33%;
  max-width: 113px;
}
.p-recruit-structure-flow > li.item04 .p-recruit-structure-flow__detail .img {
  top: -15px;
  right: 34px;
  width: 22%;
  max-width: 74px;
}
.p-recruit-structure-flow > li.item05::before {
  background-color: var(--color-gray);
}
.p-recruit-structure-flow > li.item05 > .term {
  color: var(--color-gray);
}
.p-recruit-structure-flow > li.item06 .p-recruit-structure-flow__detail .img {
  top: -20px;
  right: -10px;
  width: 36%;
  max-width: 126px;
}
.p-recruit-structure-flow__detail {
  position: relative;
  margin-top: 12px;
  margin-left: 12px;
  padding: 30px 32px;
  border: 1px solid var(--color-gray5);
  border-radius: 4px;
}
.p-recruit-structure-flow__detail .title {
  padding-right: 60px;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--color-red);
  line-height: 1.75;
}
.p-recruit-structure-flow__detail .text {
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-recruit-structure-flow__detail img {
  position: absolute;
}
.p-recruit-structure-flowImg img {
  max-width: 100%;
}
.p-recruit-structure-follow {
  margin-top: 48px;
}
.p-recruit-structure-follow__contents.is-open {
  padding-top: 32px;
}
.p-recruit-structure-follow__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid var(--color-gray5);
}
.p-recruit-structure-follow__system01 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-recruit-structure-follow__system01 > .item {
  padding: 30px 32px;
  border-radius: 20px;
  background-color: var(--color-gray7);
}
.p-recruit-structure-follow__system01 > .item .hdg {
  color: var(--color-red);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}
.p-recruit-structure-follow__system01 > .item .hdg .num {
  display: block;
  margin: 0 auto 6px;
}
.p-recruit-structure-follow__system01 > .item p {
  margin-top: 6px;
  font-size: 1.4em;
  line-height: 1.7;
}
.p-recruit-structure-follow__system02 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 108px 8px;
  position: relative;
}
.p-recruit-structure-follow__system02 > .item {
  padding: 40px 20px;
  border-radius: 50px;
  border: 1px solid var(--color-gray5);
}
.p-recruit-structure-follow__system02 > .item .hdg {
  color: var(--color-red);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.7;
}
.p-recruit-structure-follow__system02 > .item .hdg .num {
  display: block;
  margin: 0 auto 6px;
}
.p-recruit-structure-follow__system02 > .item p {
  margin-top: 6px;
  font-size: 1.2em;
  line-height: 1.7;
}
.p-recruit-structure-follow__system02 .img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 197px;
  transform: translate(-50%, -50%);
}
.p-recruit-interview-index {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 40px;
}
.p-recruit-interview-index .anchor {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  text-decoration: none;
}
.p-recruit-interview-index .anchor > .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 0 0 45.9459459459%;
}
.p-recruit-interview-index .sub > .inner {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px 6px;
  background-color: var(--color-black);
}
.p-recruit-interview-index .sub .interview {
  height: 9px;
}
.p-recruit-interview-index .hdg {
  font-size: 1.6rem;
  font-weight: 500;
  color: var(--color-black);
  line-height: 1.75;
}
.p-recruit-interview-index .hdg > mark {
  display: inline-block;
  position: relative;
  padding: 3px 4px 4px 4px;
  background-color: var(--color-white);
  font-weight: inherit;
  font-style: normal;
  line-height: 1;
  transition: all 0.3s;
}
.p-recruit-interview-index .hdg > mark > .inner {
  position: relative;
  z-index: 1;
}
.p-recruit-interview-index .info > .text {
  display: inline-block;
  position: relative;
  overflow: hidden;
  color: var(--color-white);
  transition: all 0.3s;
}
.p-recruit-interview-index .info > .text .position {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 3px 4px 4px 4px;
  background-color: var(--color-red);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
.p-recruit-interview-index .info > .text .name {
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-top: 6px;
  padding: 3px 4px 4px 4px;
  background-color: var(--color-red);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.p-recruit-interview-index .info > .text .name .separate {
  display: none;
}
.p-recruit-interview-index .img {
  position: relative;
  z-index: 0;
}
.p-recruit-interview-index .img img {
  max-width: 100%;
  border-radius: 20px;
  transition: all 0.3s;
}
.p-recruit-interview-index .img.-tablet {
  display: none;
}
.p-recruit-interview-index .img.-pc {
  display: none;
}
.p-recruit-interview-detail {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.p-recruit-interview-detail img {
  max-width: 100%;
}
.p-recruit-interview-detail .interview-head .sub > .inner {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 12px 7px 9px;
  background-color: var(--color-black);
}
.p-recruit-interview-detail .interview-head .sub .interview {
  height: 11px;
}
.p-recruit-interview-detail .interview-head .sub .num {
  height: 15px;
}
.p-recruit-interview-detail .interview-head .hdg {
  margin-top: 8px;
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.p-recruit-interview-detail .interview-head .info {
  margin-top: 4px;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-black);
  line-height: 1.5;
}
.p-recruit-interview-detail .interview-columns {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.p-recruit-interview-detail .interview-columns .interview-img {
  text-align: center;
}
.p-recruit-interview-detail .interview-columns .interview-img img {
  width: 100%;
  max-width: 308px;
  border-radius: 10px;
}
.p-recruit-interview-detail .interview-hdg > .inner {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  padding: 6px 20px;
  background-color: var(--color-gray4);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
}
.p-recruit-interview-detail .interview-lead {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--color-red);
  line-height: 1.5;
}
.p-recruit-business-area01 {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-recruit-business-area01 img {
  max-width: 100%;
}
.p-recruit-business-area01 > .item + .item {
  padding-top: 60px;
  border-top: 1px solid var(--color-gray5);
}
.p-recruit-business-area01__contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.p-recruit-business-area01__img.-tablet {
  display: none;
}
.p-recruit-business-area01__img.-pc {
  display: none;
}
.p-recruit-business-area01__text {
  box-sizing: border-box;
  padding: 30px;
  border-radius: 10px;
  background-color: var(--color-gray9);
}
.p-recruit-business-area02 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-recruit-business-area02 > .item {
  box-sizing: border-box;
  padding: 40px 16px;
  width: 100%;
  border-radius: 6px;
  background-color: var(--color-gray9);
}
.p-recruit-business-area02__hdg {
  margin-bottom: 24px;
  text-align: center;
}
.p-recruit-business-area02__hdg > .inner {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 40px;
  min-height: 55px;
  border: 2px solid var(--color-red);
  background-color: var(--color-white);
}
.p-recruit-business-area02__hdg > .inner .text {
  color: var(--color-red);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.7;
}
.p-recruit-business-area02__hdg > .inner .text .sub {
  display: inline-block;
  line-height: 1.75;
}
.p-recruit-business-col {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.p-recruit-business-col img {
  max-width: 100%;
}
.p-recruit-business-col__img img {
  width: 100%;
  border-radius: 6px;
}
.p-recruit-business-col__table table {
  width: 100%;
}
.p-recruit-business-col__table table th,
.p-recruit-business-col__table table td {
  padding: 8px;
  border: 0.75px solid #c0c0c0;
  background-color: var(--color-white);
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}
.p-recruit-business-col__table table th {
  font-weight: 600;
}
.p-recruit-business-col__table table thead th {
  background-color: var(--color-gray4);
}
.p-recruit-business-col__table table tbody th {
  width: 68px;
}
.p-recruit-business-case01 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-recruit-business-case02 .p-recruit-business-col .hdg {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-gray5);
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.75;
}
.p-recruit-business-more {
  margin-top: 48px;
}
.p-recruit-business-more__contents.is-open {
  padding-top: 12px;
}
.p-recruit-business-more__inner {
  padding-top: 60px;
  padding-bottom: 48px;
  border-top: 1px solid var(--color-gray5);
}
.p-recruit-results {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-recruit-results__segment {
  box-sizing: border-box;
  padding: 30px 20px;
  border-radius: 6px;
  background-color: var(--color-white);
}
.p-recruit-results__segment.-helf {
  padding: 20px;
}
.p-recruit-results__segment.-helf + .p-recruit-results__segment {
  margin-top: 12px;
}
.p-recruit-results__segment.-px40 {
  padding-right: 40px;
  padding-left: 40px;
}
.p-recruit-results__column1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}
.p-recruit-results__column1 .p-recruit-results__contents {
  width: 53.4161490683%;
}
.p-recruit-results__column1 .p-recruit-results__img {
  width: 37.2670807453%;
}
.p-recruit-results__column1 .p-recruit-results__hdg > .inner {
  width: 100%;
  min-width: 0;
}
.p-recruit-results__column2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}
.p-recruit-results__column2 .p-recruit-results__contents {
  width: 27.8145695364%;
}
.p-recruit-results__column2 .p-recruit-results__img {
  width: 65.5629139073%;
  max-width: 198px;
}
.p-recruit-results__column2 .p-recruit-results__hdg > .inner {
  padding-right: 6px;
  padding-left: 6px;
  width: 100%;
  min-width: 0;
}
.p-recruit-results__column3 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-recruit-results__column4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
}
.p-recruit-results__column4 .p-recruit-results__contents {
  width: 37.2670807453%;
}
.p-recruit-results__column4 .p-recruit-results__img {
  width: 57.1428571429%;
  max-width: 184px;
}
.p-recruit-results__column4 .p-recruit-results__hdg > .inner {
  padding-right: 6px;
  padding-left: 6px;
  width: 100%;
  min-width: 0;
}
.p-recruit-results__hdg {
  text-align: center;
}
.p-recruit-results__hdg > .inner {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  padding: 6px 30px;
  min-width: 152px;
  background-color: var(--color-gray4);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7;
}
.p-recruit-results__caseTitle {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75;
}
.p-recruit-results__text1 {
  font-size: 1.2rem;
  line-height: 1.75;
}
.p-recruit-results__text2 {
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-recruit-results__text3 {
  font-size: 1.2rem;
  line-height: 1.75;
}
.p-recruit-results__caseText {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-recruit-results__img {
  text-align: center;
}
.p-recruit-results__img img {
  max-width: 100%;
}
.p-recruit-results__img.img-w152 {
  margin-right: auto;
  margin-left: auto;
  max-width: 152px;
}
.p-recruit-results__dlist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.p-recruit-results__dlist > dt {
  box-sizing: border-box;
  padding: 2px 4px;
  width: 64px;
  background-color: var(--color-gray4);
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}
.p-recruit-results__dlist > dd {
  width: calc(100% - 64px - 10px);
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-recruit-results-more__contents.is-open {
  padding-top: 12px;
}
.p-recruit-dlist {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.p-recruit-dlist > li {
  position: relative;
  padding-left: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.p-recruit-dlist > li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 10px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--color-red);
}
.p-recruit-dlist > li span {
  font-size: 1.2rem;
  font-weight: 400;
}
.p-recruit-dlist + .p-recruit-dlist {
  margin-top: 6px;
}
.p-recruit-more {
  text-align: center;
}
.p-recruit-more__inner {
  display: inline-flex;
  cursor: pointer;
}
.p-recruit-more__inner .btn {
  gap: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
.p-recruit-more__inner .btn.-open .btn__icon {
  position: relative;
  z-index: 2;
  background-image: url("/contents/assets/img/common/icon-arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  transition: background 0.3s;
}
.p-recruit-more__inner .btn.-close {
  display: none;
}
.p-recruit-more__inner .btn.-close .btn__icon {
  position: relative;
  z-index: 2;
  background-image: url("/contents/assets/img/common/icon-arrow.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
  transition: background 0.3s;
  transform: rotate(180deg);
}
.p-recruit-more__inner.is-active .btn.-open {
  display: none;
}
.p-recruit-more__inner.is-active .btn.-close {
  display: inline-flex;
}
.p-recruit-benefits {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-recruit-benefits > .section {
  padding: 30px;
  border: 1px solid var(--color-gray5);
  border-radius: 4px;
}
.p-recruit-benefits > .section .hdg {
  margin-bottom: 20px;
  color: var(--color-red);
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.p-recruit-benefits > .section .hdg > .inner {
  position: relative;
  display: inline-block;
  padding: 12px;
  background-color: var(--color-gray4);
  min-width: 140px;
}
.p-recruit-benefits > .section .hdg > .inner > .img img {
  max-width: 100%;
}
.p-recruit-benefits > .section.item1 .hdg > .inner > .img {
  position: absolute;
  top: -62px;
  right: -92px;
  width: 126px;
}
.p-recruit-benefits > .section.item2 .hdg > .inner > .img {
  position: absolute;
  top: -55px;
  right: -89px;
  width: 127px;
}
.p-recruit-benefits > .section.item3 .hdg > .inner > .img {
  position: absolute;
  top: -48px;
  right: -104px;
  width: 134px;
}
.p-recruit-entry {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.p-recruit-entry__section {
  overflow: hidden;
  border-radius: 10px;
  background-color: var(--color-white);
}
.p-recruit-entry__section a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 24px;
  height: 100%;
  min-height: 154px;
  color: var(--color-black);
  text-decoration: none;
}
.p-recruit-entry__section a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--color-black);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.p-recruit-entry__section a[target=_blank] .title .text::after {
  aspect-ratio: 7/8;
  background: url("/contents/assets/img/common/icon-external-black2.svg") center center/cover no-repeat;
}
.p-recruit-entry__section .title {
  position: relative;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
}
.p-recruit-entry__section .title .img {
  display: grid;
  justify-content: center;
}
.p-recruit-entry__section .title .img img {
  grid-area: 1/1;
  transition: all 0.3s ease;
}
.p-recruit-entry__section .title .img img.hover {
  opacity: 0;
}
.p-recruit-entry__section .title .text {
  display: block;
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.5;
}
.p-recruit-entry__section .title .text::after {
  display: inline-block;
  content: "";
  margin-top: -2px;
  margin-left: 4px;
  width: 12px;
  aspect-ratio: 11/10;
  background: url("/contents/assets/img/common/icon-arrow-btn-black.svg") center center/cover no-repeat;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.p-recruit-entry__section .type {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.p-recruit-entry__section p {
  position: relative;
  margin-top: 8px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.p-recruit-entrylist {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.p-recruit-entrylist > li {
  text-align: center;
}
.p-recruit-entrylist a {
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 24px;
  width: 100%;
  max-width: 396px;
  height: 100%;
  border-radius: 66px;
  background-color: var(--color-white);
  color: var(--color-black);
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
}
.p-recruit-entrylist a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: var(--color-black);
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.p-recruit-entrylist a::after {
  display: inline-block;
  content: "";
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
  margin-left: 6px;
  width: 16px;
  aspect-ratio: 11/10;
  background: url("/contents/assets/img/common/icon-arrow-btn-black.svg") center center/cover no-repeat;
  transition: all 0.3s ease;
}
.p-recruit-entrylist a[target=_blank]::after {
  display: inline-block;
  content: "";
  position: relative;
  z-index: 1;
  margin-bottom: -2px;
  margin-left: 6px;
  width: 16px;
  aspect-ratio: 7/8;
  background: url("/contents/assets/img/common/icon-external-black2.svg") center center/cover no-repeat;
  transition: all 0.3s ease;
}
.p-recruit-entrylist a span {
  position: relative;
  z-index: 1;
}

.interview-slider {
  position: relative;
  padding-bottom: 70px;
}
.interview-slider .swiper .swiper-slide {
  position: relative;
  padding-bottom: 90px;
  height: auto;
}
.interview-slider .swiper .swiper-button-prev {
  position: absolute;
  top: auto;
  right: calc(50% + 24px);
  bottom: 0;
  left: auto;
  color: var(--color-black);
  width: 20px;
  height: 20px;
}
.interview-slider .swiper .swiper-button-next {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: calc(50% + 24px);
  color: var(--color-black);
  width: 20px;
  height: 20px;
}

.p-services-assignment {
  padding-bottom: 80px;
}
.p-services-assignment__title {
  position: relative;
  margin-bottom: 36px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.p-services-assignment__title::after {
  content: "";
  position: absolute;
  bottom: -36px;
  right: -14px;
  width: 103px;
  height: 95px;
  background: url("/contents/assets/img/services/bg-assignment.webp") top center/cover no-repeat;
}
.p-services-assignment__title span {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 338px;
  padding-bottom: 14px;
  border-bottom: 3px solid var(--color-black);
}
.p-services-assignment__title span::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: var(--color-white);
  border-right: 3px solid var(--color-black);
  border-bottom: 3px solid var(--color-black);
  transform: rotate(45deg) translateX(-50%);
}
.p-services-assignment__list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
}
.p-services-assignment__list > li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 22px;
  border-radius: 5px;
  background-color: var(--color-gray3);
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-services-assignment__list > li .order {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 7px 0 9px;
  width: 55px;
  border: 2px solid var(--color-red);
  border-radius: 5px 5px 0 5px;
  color: var(--color-red);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.2;
}
.p-services-assignment__list > li .order .num {
  margin-top: 4px;
  line-height: 1;
}
.p-services-assignment__list > li .text {
  width: calc(100% - 55px - 15px);
  letter-spacing: -0.025em;
}
.p-services-assignment__list > li .text em {
  font-style: normal;
  font-weight: 600;
}
.p-services-assignment__list > li .text .term {
  display: block;
  margin-bottom: 4px;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-services-solution {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--color-gray4);
}
.p-services-solution__contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 40px;
}
.p-services-solution__contents img {
  max-width: 100%;
}
.p-services-solution__section {
  overflow: hidden;
  padding: 24px 22px;
  background-color: var(--color-white);
  border-radius: 16px;
}
.p-services-solution__section > .img {
  margin: -24px -22px 24px;
}
.p-services-solution__section > .txt .title {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.p-services-feature {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: var(--color-red);
}
.p-services-feature .m-headling01 .text {
  color: var(--color-white);
}
.p-services-feature .p-services-box01 {
  color: var(--color-white);
}
.p-services-feature__contents {
  display: flex;
  flex-direction: column;
  gap: 34px;
  margin-top: 40px;
  padding: 40px 22px;
  background-color: var(--color-white);
  border-radius: 16px;
}
.p-services-feature__contents img {
  max-width: 100%;
}
.p-services-feature__section > .img {
  margin-bottom: 24px;
  text-align: center;
}
.p-services-feature__section > .txt .title {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.p-services-feature__section + .p-services-feature__section {
  padding-top: 34px;
  border-top: 1px solid var(--color-gray2);
}
.p-services-feature__data {
  box-sizing: border-box;
  width: 100%;
  padding: 36px 10px;
  border-radius: 10px;
  background-color: var(--color-gray9);
}
.p-services-feature__dataList {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 30px;
}
.p-services-case {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-services-entry {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-services-entry + .l-contact {
  margin-top: -80px;
}
.p-services-box01 {
  margin-right: auto;
  margin-left: auto;
  max-width: 777px;
}

/*.p-top {
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
  }
  .p-top__kv {
    position: relative;

    @include mq-down() {
      height: 758px;
    }
    .p-kv_logo {
    }

    .p-top__kv_flex {
      position: relative;
      display: block;
      max-width: 1728px;
      margin: 0 auto;

      @media (max-width: 1200px) and (min-width: 1001px) {
        height: 603px;
      }

      @media (max-width: 1000px) and (min-width: 768px) {
        // height: 580px;
        height: 473px;
      }

      @media (max-width: 1400px) and (min-width: 1201px) {
        height: 790px;
      }

      @include mq() {
        display: grid;
        grid-template-columns: 40% 60%;
        // height: 950px;
        height: 978px;
      }
    }
    .p-top__kv_right {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      // height: 345px;
      height: 315px;
      background-color: var(--color-white);

      @include mq() {
        width: 60%;
        height: 100%;
      }
    }
    .p-top__kv_left {
      position: absolute;
      top: 77%;
      // top: unset;
      // bottom: 130px;
      // bottom: 45px;
      left: 0;
      width: 100%;
      height: 400px;
      background-color: var(--color-red);

      @include mq() {
        top: 0;
        bottom: unset;
        width: 40%;
        height: 100%;
      }
    }
    .p-top__kv_left_bg {
      display: none;
      @media (max-width: 1200px) and (min-width: 1001px) {
        height: 603px;
      }
      @media (max-width: 1000px) and (min-width: 768px) {
        height: 473px;
        // height: 580px;
      }
      @media (max-width: 1400px) and (min-width: 1201px) {
        height: 790px;
      }
      @include mq() {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 978px;
        // height: 950px;
        background-color: var(--color-red);
      }
    }
    .p-top__kv_left_symbol {
      margin-top: 29px;
      // height: 866px;
      height: 409px;

      @include mq-down() {
        height: 389px;
      }
      @keyframes slideLoop {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-75%);
        }
      }

      .-large {
        position: absolute;
        top: 48%;
        left: 42px;
        // width: 435px;
        // height: 675px;
        width: 553px;
        // height: 875px;
        height: 409px;
        transform: translateY(-50%);
        @include mq('lg') {
          height: 875px;
        }
        // @include mq('lg') {
        //   width: 849px;
        //   height: 866px;
        // }

        @include mq-down() {
          // max-height: 339px;
          max-height: 389px;
          top: 52%;
        }
        // position: relative;
        // width: 537px;
        // height: 866px;
        // overflow: hidden;
      }

      // .-large {
      //   position: absolute;
      //   top: 50%;
      //   left: 42px;
      //   width: 537px;
      //   height: 866px;
      //   transform: translateY(-50%);
      // }
      .-small {
        position: absolute;
        top: 48%;
        left: 647px;
        width: 272px;
        height: 100%;
        max-height: 403px;
        transform: translateY(-50%);

        @include mq-down() {
          top: 52%;
          left: 246px;
          height: 177px;
        }
      }

      .mask-wrapper {
        position: relative;
        width: 100%;
        height: 100%;
        mask-image: url('/contents/assets/img/top/kv-mask.webp');
        -webkit-mask-image: url('/contents/assets/img/top/kv-mask.webp');
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        mask-size: contain;
        -webkit-mask-size: contain;
        mask-position: center;
        -webkit-mask-position: center;
        overflow: hidden;

        &.-smalla {
          mask-image: url('/contents/assets/img/top/kv-mask-02.webp');
          -webkit-mask-image: url('/contents/assets/img/top/kv-mask-02.webp');
        }
      }

      .slide-imgs {
        display: flex;
        transition: none;
        width: 100%;
        height: 100%;
      }

      .slide-imgs img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        flex-shrink: 0;
      }

      .mask-img {
        display: none;
      }

      // @media (max-width: 1719px) and (min-width: 1001px) {
      //   .-large {
      //     width: 30%;
      //   }
      //   .-small {
      //     left: 25%;
      //     width: 40%;
      //     height: 351px;
      //   }
      // }

      // // 769px〜1000px の間
      // @media (max-width: 1000px) and (min-width: 769px) {
      //   .-large {
      //     width: 40%;
      //     left: 26px;
      //   }
      //   .-small {
      //     left: 35%;
      //     width: 50%;
      //     height: 241px;
      //   }
      // }

      // 1700px〜1501px
      @media (max-width: 1719px) and (min-width: 1501px) {
        .-large {
          width: 35%;
          height: 795px;
          left: 40px;
        }
        .-small {
          left: 38%;
          width: 15%;
          // width: 40%;
          height: 351px;
        }
      }

      // 1500px〜1301px
      @media (max-width: 1500px) and (min-width: 1301px) {
        .-large {
          width: 32%;
          left: 38px;
          height: 809px;
        }
        .-small {
          left: 37%;
          width: 16%;
          height: 360px;
        }
      }

      // 1300px〜1101px
      @media (max-width: 1300px) and (min-width: 1101px) {
        .-large {
          width: 29%;
          left: 36px;
          height: 611px;
        }
        .-small {
          left: 34%;
          width: 19%;
          height: 300px;
        }
      }

      // 1100px〜901px
      @media (max-width: 1100px) and (min-width: 901px) {
        .-large {
          width: 28%;
          left: 30px;
        }
        .-small {
          left: 34%;
          width: 19%;
          height: 245px;
        }
      }

      @media (max-width: 900px) and (min-width: 768px) {
        .-large {
          width: 28%;
          left: 26px;
        }
        .-small {
          left: 35%;
          width: 18%;
          height: 211px;
        }
      }

      @media (max-width: 767px) and (min-width: 569px) {
        .-large {
          top: 118%;
          width: 55%;
          left: 3px;
          // left: 26px;
        }
        .-small {
          top: 118%;
          left: 47%;
          // left: 44%;
          width: 35%;
          // width: 26%;
          height: auto;
        }
      }

      @media (max-width: 568px) and (min-width: 401px) {
        .-large {
          top: 118%;
          width: 57%;
          // width: 221px;
          left: 18px;
        }
        .-small {
          top: 118%;
          width: 44.4%;
          left: 58%;
          // width: 177px;
          // left: 225px;
          height: auto;
        }
      }

      @media (max-width: 400px) {
        .-large {
          top: 112%;
          width: 50%;
          left: 18px;
        }
        .-small {
          top: 112%;
          left: 59%;
          width: 28.4%;
        }
      }
    }
    .p-top__kv_title {
      position: absolute;
      top: 70px;
      width: 309px;
      z-index: 4;

      @include mq-down() {
        left: 20px;
        top: 105px;
        width: 76.4%;
        max-width: 309px;
      }

      @include mq() {
        width: 59%;
        top: 47%;
        left: 53%;
        // left: 50%;
        transform: translate(-50%, -50%);
      }
    }
    .p-top__kv_text {
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 1056px;
      width: 100%;
      height: 422px;
      aspect-ratio: 1056 / 422;
      // width: 61%;
      background-image: url('/contents/assets/img/top/kv-text.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position-y: bottom;

      &.-pc {
        display: none;
        @include mq() {
          display: block;
        }
      }

      &.-sp {
        display: none;
        @include mq-down() {
          display: block;
          bottom: 0;
          background-image: url('/contents/assets/img/top/kv-text-sp.svg');
        }
      }
    }
  }

  .p-top__about {
    padding: 100px 16px 80px;

    max-width: 1368px;
    margin: -129px auto 0;

    @include mq() {
      padding: 212px 92px 79px;
    }
    @include mq('lg') {
      margin: 0 auto;
      padding: 180px 60px 160px;
    }
    .p-top__about_pc_flex {
      display: none;
      @include mq('lg') {
        display: flex;
        gap: 8px;
        margin-right: -16px;
      }
    }
    .p-top__about_title {
      font-weight: 600;
      line-height: 1.5;

      &.-pc {
        display: none;
        @include mq('lg') {
          display: block;
        }
      }
      &.-sp {
        display: block;
        @include mq('lg') {
          display: none;
        }
      }

      @include mq-down('lg') {
        font-size: 2.4rem;
      }

      @include mq() {
        font-size: 3.6rem;
      }
    }
    .p-top__about_text {
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 1.75;
      letter-spacing: -0.02em;

      &.-pc {
        display: none;
        @include mq('lg') {
          margin-top: 22px;
          display: block;
        }
      }
      &.-sp {
        display: block;
        @include mq('lg') {
          display: none;
        }
      }

      @include mq-down('lg') {
        font-size: 1.4rem;
      }
      @include mq() {
        font-size: 1.8rem;
        line-height: 2.17;
      }
    }
    .p-top__about_flex {
      display: flex;
      flex-direction: column;
      gap: 24px;
      margin-top: 26px;
      padding-bottom: 45px;

      // @include mq(xl) {
      //   flex-direction: column;
      // }

      @include mq(xl) {
        gap: 16px;
        margin-top: 22px;
        padding-bottom: 106px;
        flex-direction: row;
        > *:first-child {
          flex-basis: 45.2%;
        }
        > *:last-child {
          flex-basis: 65.3%;
        }
      }
    }
    .p-top__about_img {
      @include mq('lg') {
        flex: 1;
      }
      @include mq-down('lg') {
        max-width: 371px;
        margin: 0 auto;
      }

      &.-sp {
        display: none;
        @include mq-down('lg') {
          display: block;
        }
      }

      img {
        width: 100%;
        height: auto;
      }
    }
    .p-top__about_partners {
      display: flex;
      flex-direction: column;
      gap: 9px;
      width: 100%;
      border-top: 1px solid #c6c6c6;
      padding-top: 45px;

      > *:first-child {
        flex-basis: 18.4%;
        @include mq() {
          min-width: 253px;
          padding-top: 40px;
        }
      }
      > *:last-child {
        flex-basis: 86.4%;
      }

      @include mq(xl) {
        padding-top: 71px;
        gap: 40px;
        flex-direction: row;
      }

      .title {
        margin-top: 8px;
        font-weight: 600;
        font-size: 1.8rem;
        line-height: 1.5;
        text-align: center;
        @include mq(xl) {
          text-align: left;
          font-size: 3rem;
        }
      }
      .enTitle {
        @include mq-down() {
          width: 98px !important;
        }
        @include mq-down('lg') {
          width: 107px;
          margin: 0 auto !important;
        }

        width: 150px;
      }
      .text {
        margin-top: 26px;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 177%;
        text-align: center;

        @include mq(xl) {
          margin-top: 8px;
          font-size: 1.6rem;
          text-align: left;
        }
      }
    }

    // .p-top__about_partners_logo {
    //   ul {
    //     display: flex;
    //     flex-wrap: wrap;
    //     @include mq() {
    //       gap: 12px;
    //     }
    //     li {
    //       @include mq() {
    //         padding: 15px 20px;
    //       }
    //       background-color: var(--color-white);
    //       border-radius: 8px;
    //       overflow: hidden;
    //       height: 79px;
    //       box-sizing: border-box;
    //       @include mq-down() {
    //         flex-basis: 27.3%;
    //         padding: 10px;

    //         height: 65px;
    //       }

    //       img {
    //         width: 100%;
    //         height: 100%;
    //         @include mq() {
    //           width: 165px;
    //         }
    //       }
    //     }
    //   }
    // }
    .p-top__about_partners_logo {
      ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        @include mq('lg') {
          gap: 12px;
        }

        li {
          display: flex;
          align-items: center;
          background-color: var(--color-white);
          border-radius: 8px;
          overflow: hidden;
          width: 200px;
          height: 100px;
          box-sizing: border-box;

          // @include mq() {
          //   padding: 15px 20px;
          // }

          @include mq-down() {
            width: 116px;
            height: 64px;
            // flex-basis: 27.3%;
            // padding: 10px;
            // height: 65px;
          }

          img {
            height: auto; // ← 縦伸び防止
            width: auto; // ← 元の横幅を維持
            max-height: 100%; // ← 枠内で高さ制限
            max-width: 100%; // ← 枠内で横幅制限
            object-fit: contain; // ← 枠内にきれいに収まる
            display: block;
          }
        }
      }
    }
  }

  .p-top__service {
    background: #ececed;
    padding: 100px 16px;
    position: relative;
    @include mq() {
      padding: 160px 60px;
    }

    &::after {
      content: '';
      background-image: url('/contents/assets/img/top/img-symbol_01.svg');
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position-x: right;
      position: absolute;
      top: -76px;
      right: 0;
      width: 638px;
      height: 1185px;
      // top: calc(-76 / 1728 * 100vw);
      // right: 0;
      // width: calc(638 / 1728 * 100vw);
      // height: calc(1185 / 1728 * 100vw);
      z-index: 0;
    }

    @media (min-width: 1728px) {
      &::after {
        top: -76px;
        width: 638px;
        height: 1185px;
      }
    }

    @media (max-width: 1727px) and (min-width: 1501px) {
      &::after {
        top: -45px;
        width: 610px;
        height: 1079px;
      }
    }

    @media (max-width: 1500px) and (min-width: 1301px) {
      &::after {
        top: -49px;
        width: 566px;
        height: 1079px;
      }
    }

    @media (max-width: 1300px) and (min-width: 1101px) {
      &::after {
        top: -39px;
        width: 523px;
        height: 995px;
      }
    }

    @media (max-width: 1100px) and (min-width: 901px) {
      &::after {
        top: -30px;
        width: 450px;
        height: 863px;
      }
    }

    @media (max-width: 900px) and (min-width: 801px) {
      &::after {
        top: -30px;
        width: 473px;
        height: 881px;
      }
    }

    @media (max-width: 800px) {
      &::after {
        top: -83px;
        width: 278px;
        height: 518px;
      }
    }
    @media (max-width: 500px) {
      &::after {
        top: -29px;
        width: 186px;
        height: 303px;
        right: -12px;
      }
    }

    .p-top__service_inner {
      max-width: 1408px;
      margin: 0 auto;
      position: relative;
      z-index: 1;
    }
    ul {
      display: flex;
      gap: 16px;
      align-items: stretch;
      margin-top: 48px;

      // @include mq(xl) {
      //   flex-direction: column;
      // }
      @include mq-down('lg') {
        gap: 26px;
        margin-top: 56px;
        flex-direction: column;
      }

      li {
        flex: 1;
        display: flex;
      }
    }
    .p-top__service_head {
      h2 {
        width: 35.8%;
        max-width: 397px;
        margin-bottom: 10px;
      }

      @include mq-down() {
        padding-left: 0;
      }

      span {
        font-size: 1.6rem;
        line-height: 1.5;
        font-weight: 600;

        @include mq() {
          font-size: 3rem;
        }
      }
    }
  }
  .p-top__news {
    .p-top__news_btn_sp {
      text-align: center;
      margin: 0 auto;
      .btn {
        padding: 14px 18px;
        gap: 12px;
      }
      .btn__text {
        font-size: 1.4rem;
      }
      @include mq-down() {
        margin-top: 6px !important;
        width: 165px !important;

        .btn {
          padding: 24px 18px !important;
          gap: 10px !important;
          width: 100% !important;
          height: 44px !important;
        }
      }
      @include mq-down('lg') {
        margin-top: 56px;
        width: 179px;
        .btn {
          padding: 24px;
          gap: 10px;
          height: 64px;
        }
        .btn_icon {
          top: -2px;
        }
      }
      @include mq(xl) {
        display: none;
      }
    }
    .p-top__news_btn {
      margin-top: 64px;
      .btn {
        @include mq() {
          padding: 14px 21px;
        }
      }
      > * {
        width: 179px;
        padding: 14px;
        height: 64px;
        gap: 4px;
      }
      @include mq-down('lg') {
        display: none;
      }
    }
    > * {
      padding: 0 20px;
      gap: 10px;
    }

    .p-top__news_inner {
      max-width: 1408px;
      margin: 0 auto;

      @include mq-down() {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 52px;
        padding: 100px 16px !important;
      }

      @include mq-down('lg') {
        padding: 120px 62px;
        display: block;
      }

      @include mq(xl) {
        display: grid;
        padding: 160px 60px;
        grid-template-columns: 186px 1fr;
        gap: 80px;
      }
    }
    h2 {
      img {
        width: 100%;
        height: 100%;
      }
    }

    ul {
      @include mq-down() {
        margin-top: 0 !important;
      }
      @include mq-down('lg') {
        margin-top: 56px;
      }
      li {
        & + li {
          margin-top: 26px;
          @include mq() {
            margin-top: 24px;
          }
        }
      }
    }

    .p-top__news_head {
      h2 {
        @include mq-down() {
          width: 24.3%;
          margin-bottom: 14px;
        }
        max-width: 186px;
        margin-bottom: 10px;
      }
      span {
        font-weight: 600;
        font-size: 1.6rem;
        @include mq() {
          font-size: 3rem;
        }
        line-height: 1.3;
      }
    }
  }

  .p-top__recruit {
    background-color: var(--color-red);
    color: var(--color-white);
    position: relative;

    &::before {
      content: '';
      position: absolute;
      background-image: url('/contents/assets/img/top/img-symbol_02.svg');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: left;
      z-index: 10;
      width: 349px;
      top: -47%;
      left: 0;
      transform: translateY(50%);
      height: 47%;

      @include mq-down('lg') {
        height: 19.3%;
        width: 200px;
        top: -19%;
      }
      @include mq-down() {
        height: 13.5% !important;
        width: 95px !important;
        top: -13.6% !important;
      }

      // @media (max-width: 1000px) and (min-width: 768px) {
      //   top: -152px;
      //   left: -5px;
      //   width: 200px;
      //   height: 298px;
      // }
    }

    @include mq-down() {
      padding: 100px 0 !important;
    }

    @include mq-down('lg') {
      padding: 120px 0;
    }

    @include mq() {
      padding: 160px 0 120px;
    }

    .p-top__recruit_head {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 9px;
      @include mq() {
        // gap: 36px;
      }

      h2 {
        margin: 0 auto 7px;
        max-width: 747px;
        width: 66.6%;

        @include mq() {
          width: 43.2%;
          margin: 0 auto 26px;
        }

        img {
          width: 100%;
          height: 100%;
        }
      }
      span {
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.2rem;
        text-align: center;

        @include mq() {
          font-size: 3rem;
        }
      }
    }
    .p-top__recruit_text {
      font-weight: 400;
      font-size: 1.8rem;
      line-height: 177%;
      letter-spacing: -0.02em;
      text-align: center;
      margin-top: 42px;

      @include mq-down() {
        font-size: 1.4rem;
        padding: 0 16px;
        margin-top: 50px;
      }
    }
    .p-top__recruit_btn {
      text-align: center;
      margin-top: 40px;

      .btn {
        width: 221px;
        @include mq() {
          width: 290px;
        }

        justify-content: center;
      }
      .btn__text {
        @include mq() {
          font-size: 2rem;
        }
      }

      @include mq-down() {
        margin-top: 52px;
      }
    }
    .p-top__recruit_imgs {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
      margin-top: 57px;

      @include mq(xl) {
        display: flex;
        gap: 30px;
        margin-top: 72px;
      }

      @include mq-down() {
        gap: 12px !important;
      }
      @include mq-down('lg') {
        gap: 30px;
        height: 66%;
      }

      img {
        object-fit: cover;
      }

      > li {
        border-radius: 16px;
        overflow: hidden;
        aspect-ratio: 443 / 318;

        @include mq() {
          &:first-child {
            border-radius: 0 16px 16px 0;
          }
          &:last-child {
            border-radius: 16px 0 0 16px;
          }
        }

        @include mq-down('lg') {
          // height: 318px;
          height: 100%;
          &:nth-child(1),
          &:nth-child(3) {
            margin-left: -74px;
            border-radius: 0 16px 16px 0;
          }

          &:nth-child(2),
          &:nth-child(4) {
            margin-right: -74px;
            border-radius: 16px 0 0 16px;
          }
        }
      }
    }
  }

  .p-top__contact {
    padding: 100px 16px;
    background-color: var(--color-white);
    color: var(--color-black);
    max-width: 1408px;
    margin: 0 auto;

    @include mq() {
      padding: 160px 60px;
    }

    .btn {
      width: 290px;
      justify-content: center;
    }

    .p-top__contact_head {
      h2 {
        width: 41.83%;
        @include mq() {
          width: 26.5%;
        }
      }
      span {
        font-weight: 600;
        font-size: 1.6rem;
        line-height: 1.36;
        margin-top: 12px;

        @include mq() {
          font-size: 3rem;
        }
      }
    }

    .p-top__contact_text {
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 177%;
      letter-spacing: -0.02em;
      margin-top: 48px;
      margin-bottom: 51px;
      @include mq() {
        font-size: 2rem;
        margin-top: 64px;
        margin-bottom: 40px;
      }
    }
  }

  // .p-top__symbol_container {
  //   position: relative;
  //   height: 40%;

  //   @include mq-down('lg') {
  //     // height: 2531px;
  //   }
  //   @include mq-down() {
  //     height: 38% !important;
  //   }

  //   &::before {
  //     content: '';
  //     position: absolute;
  //     top: 36%;
  //     // top: 638px;
  //     left: 0;
  //     width: 349px;
  //     height: 518px;
  //     background-image: url('/contents/assets/img/top/img-symbol_02.svg');
  //     background-size: 100% 100%;
  //     background-repeat: no-repeat;
  //     background-position: center;
  //     z-index: 10;
  //     @media (max-width: 1069px) and (min-width: 1001px) {
  //       top: 608px;
  //     }
  //     @media (max-width: 1000px) and (min-width: 768px) {
  //       display: none;
  //     }

  //     @include mq-down() {
  //       display: none;
  //     }
  //   }
  // }
}*/
.p-top {
  overflow: hidden;
}
.p-top img {
  width: 100%;
  height: 100%;
}
.p-top__kv {
  position: relative;
}
.p-top__kv .p-top__kv_flex {
  position: relative;
  width: 100%;
  max-width: 1728px;
  margin: 0 auto;
}
.p-top__kv .p-top__kv_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  background-color: var(--color-white);
}
.p-top__kv .p-top__kv_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  background-color: var(--color-red);
}
.p-top__kv .p-top__kv_left_symbol {
  position: absolute;
  z-index: 1;
  aspect-ratio: 858/876;
  mask-image: url("/contents/assets/img/top/kv-mask-container.webp");
  -webkit-mask-image: url("/contents/assets/img/top/kv-mask-container.webp");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  overflow: hidden;
}
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-75%);
  }
}
.p-top__kv .p-top__kv_left_symbol .-large {
  position: absolute;
  top: 50%;
  left: 0;
  width: 62.703962704%;
  aspect-ratio: 538/875;
  transform: translateY(-50%);
}
.p-top__kv .p-top__kv_left_symbol .-small {
  position: absolute;
  top: 50%;
  right: 0;
  width: 32.1678321678%;
  aspect-ratio: 274/404;
  transform: translateY(-50%);
}
.p-top__kv .p-top__kv_left_symbol .mask-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.p-top__kv .p-top__kv_left_symbol .slide-imgs {
  display: flex;
  transition: none;
  width: 100%;
  height: 100%;
}
.p-top__kv .p-top__kv_left_symbol .slide-imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.p-top__kv .p-top__kv_left_symbol .mask-img {
  display: none;
}
.p-top__kv .p-top__kv_title {
  position: absolute;
  top: 70px;
  width: 309px;
  z-index: 4;
}
.p-top__kv .p-top__kv_text {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 1056px;
  width: 100%;
  height: 422px;
  aspect-ratio: 1056/422;
  background-image: url("/contents/assets/img/top/kv-text.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
}
.p-top__kv .p-top__kv_text.-pc {
  display: none;
}
.p-top__kv .p-top__kv_text.-sp {
  display: none;
}
.p-top .p-top__about {
  padding: 100px 16px 80px;
  max-width: 1368px;
  margin: 0 auto;
}
.p-top .p-top__about .p-top__about_pc_flex {
  display: none;
}
.p-top .p-top__about .p-top__about_title {
  font-weight: 600;
  line-height: 1.5;
}
.p-top .p-top__about .p-top__about_title.-pc {
  display: none;
}
.p-top .p-top__about .p-top__about_title.-sp {
  display: block;
}
.p-top .p-top__about .p-top__about_text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
.p-top .p-top__about .p-top__about_text.-pc {
  display: none;
}
.p-top .p-top__about .p-top__about_text.-sp {
  display: block;
}
.p-top .p-top__about .p-top__about_flex {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 26px;
  padding-bottom: 45px;
}
.p-top .p-top__about .p-top__about_img.-sp {
  display: none;
}
.p-top .p-top__about .p-top__about_img img {
  width: 100%;
  height: auto;
}
.p-top .p-top__about .p-top__about_partners {
  display: flex;
  flex-direction: column;
  gap: 9px;
  width: 100%;
  border-top: 1px solid #c6c6c6;
  padding-top: 45px;
}
.p-top .p-top__about .p-top__about_partners > *:first-child {
  flex-basis: 18.4%;
}
.p-top .p-top__about .p-top__about_partners > *:last-child {
  flex-basis: 86.4%;
}
.p-top .p-top__about .p-top__about_partners .title {
  margin-top: 8px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
.p-top .p-top__about .p-top__about_partners .enTitle {
  width: 150px;
}
.p-top .p-top__about .p-top__about_partners .text {
  margin-top: 26px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 177%;
  text-align: center;
}
.p-top .p-top__about .p-top__about_partners_logo ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-top .p-top__about .p-top__about_partners_logo ul li {
  display: flex;
  align-items: center;
  background-color: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
  width: 200px;
  height: 100px;
  box-sizing: border-box;
}
.p-top .p-top__about .p-top__about_partners_logo ul li img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.p-top .p-top__service {
  background: #ececed;
  padding: 100px 16px;
  position: relative;
}
.p-top .p-top__service::after {
  content: "";
  background-image: url("/contents/assets/img/top/img-symbol_01.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  position: absolute;
  top: -76px;
  right: 0;
  width: 638px;
  height: 1185px;
  z-index: 0;
}
.p-top .p-top__service .p-top__service_inner {
  max-width: 1408px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-top .p-top__service ul {
  display: flex;
  gap: 16px;
  align-items: stretch;
  margin-top: 48px;
}
.p-top .p-top__service ul li {
  flex: 1;
  display: flex;
  position: relative;
}
.p-top .p-top__service .p-top__service_head h2 {
  width: 35.8%;
  max-width: 397px;
  margin-bottom: 10px;
}
.p-top .p-top__service .p-top__service_head span {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
.p-top .p-top__news .p-top__news_btn_sp {
  text-align: center;
  margin: 0 auto;
}
.p-top .p-top__news .p-top__news_btn_sp .btn {
  padding: 14px 18px;
  gap: 12px;
}
.p-top .p-top__news .p-top__news_btn_sp .btn__text {
  font-size: 1.4rem;
}
.p-top .p-top__news .p-top__news_btn {
  margin-top: 64px;
}
.p-top .p-top__news .p-top__news_btn > * {
  width: 179px;
  padding: 14px;
  height: 64px;
  gap: 4px;
}
.p-top .p-top__news > * {
  padding: 0 20px;
  gap: 10px;
}
.p-top .p-top__news .p-top__news_inner {
  max-width: 1408px;
  margin: 0 auto;
}
.p-top .p-top__news h2 img {
  width: 100%;
  height: 100%;
}
.p-top .p-top__news ul li + li {
  margin-top: 26px;
}
.p-top .p-top__news .p-top__news_head h2 {
  max-width: 186px;
  margin-bottom: 10px;
}
.p-top .p-top__news .p-top__news_head span {
  font-weight: 600;
  font-size: 1.6rem;
}
.p-top .p-top__news .p-top__news_head span {
  line-height: 1.3;
}
.p-top .p-top__recruit {
  background-color: var(--color-red);
  color: var(--color-white);
  position: relative;
}
.p-top .p-top__recruit::before {
  content: "";
  position: absolute;
  background-image: url("/contents/assets/img/top/img-symbol_02.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  z-index: 10;
  width: 349px;
  top: -47%;
  left: 0;
  transform: translateY(50%);
  height: 47%;
}
.p-top .p-top__recruit .p-top__recruit_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
}
.p-top .p-top__recruit .p-top__recruit_head h2 {
  margin: 0 auto 7px;
  max-width: 747px;
  width: 66.6%;
}
.p-top .p-top__recruit .p-top__recruit_head h2 img {
  width: 100%;
  height: 100%;
}
.p-top .p-top__recruit .p-top__recruit_head span {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  text-align: center;
}
.p-top .p-top__recruit .p-top__recruit_text {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 177%;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 42px;
}
.p-top .p-top__recruit .p-top__recruit_btn {
  text-align: center;
  margin-top: 40px;
}
.p-top .p-top__recruit .p-top__recruit_btn .btn {
  width: 221px;
}
.p-top .p-top__recruit .p-top__recruit_btn .btn {
  justify-content: center;
}
.p-top .p-top__recruit .p-top__recruit_imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 57px;
}
.p-top .p-top__recruit .p-top__recruit_imgs img {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top .p-top__recruit .p-top__recruit_imgs > li {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 443/318;
}
.p-top .p-top__contact {
  padding: 100px 16px;
  background-color: var(--color-white);
  color: var(--color-black);
  max-width: 1408px;
  margin: 0 auto;
}
.p-top .p-top__contact .btn {
  width: 290px;
  justify-content: center;
}
.p-top .p-top__contact .p-top__contact_head h2 {
  width: 41.83%;
}
.p-top .p-top__contact .p-top__contact_head span {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.36;
  margin-top: 12px;
}
.p-top .p-top__contact .p-top__contact_text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 177%;
  letter-spacing: -0.02em;
  margin-top: 48px;
  margin-bottom: 51px;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: initial;
  display: flex;
  height: 100%;
  position: relative;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translateZ(0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  display: block;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
  .swiper-cube-shadow, .swiper-slide {
    transform-style: preserve-3d;
  }
}

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper:before {
      content: "";
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

.swiper-lazy-preloader {
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  height: 42px;
  left: 50%;
  margin-left: -21px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transform-origin: 50%;
  width: 42px;
  z-index: 10;
}

.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
  }
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode {
  .swiper-wrapper:after {
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
  }
}

.swiper-virtual.swiper-css-mode.swiper-horizontal {
  .swiper-wrapper:after {
    height: 1px;
    width: var(--swiper-virtual-size);
  }
}

.swiper-virtual.swiper-css-mode.swiper-vertical {
  .swiper-wrapper:after {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: flex;
  height: var(--swiper-navigation-size);
  justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transform: translateZ(0);
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  opacity: var(--swiper-pagination-bullet-opacity, 1);
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition: transform 0.2s, top 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition: transform 0.2s, left 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: transform 0.2s, right 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: left top;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

.swiper-scrollbar-drag {
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  margin: 0 auto;
  transition-timing-function: ease-out;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-direction: column;
  flex-wrap: wrap;
}

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube {
  .swiper-slide {
    backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

.swiper-cube {
  .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
}

.swiper-cube {
  .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip {
  .swiper-slide {
    backface-visibility: hidden;
    pointer-events: none;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

.swiper-flip {
  .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    backface-visibility: hidden;
    z-index: 0;
  }
}

.swiper-creative {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards {
  .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transform-origin: center bottom;
  }
}

@media screen and (max-width: 767px){
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .mt0-sp {
    margin-top: 0 !important;
  }
  .mt8-sp {
    margin-top: 8px !important;
  }
  .mt12-sp {
    margin-top: 12px !important;
  }
  .mt16-sp {
    margin-top: 16px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
  .mt24-sp {
    margin-top: 24px !important;
  }
  .mt30-sp {
    margin-top: 30px !important;
  }
  .mt32-sp {
    margin-top: 32px !important;
  }
  .mt36-sp {
    margin-top: 36px !important;
  }
  .mt40-sp {
    margin-top: 40px !important;
  }
  .mt48-sp {
    margin-top: 48px !important;
  }
  .mt60-sp {
    margin-top: 60px !important;
  }
  .mt72-sp {
    margin-top: 72px !important;
  }
  .mt80-sp {
    margin-top: 80px !important;
  }
  .mb0-sp {
    margin-bottom: 0 !important;
  }
  .mb12-sp {
    margin-bottom: 12px !important;
  }
  .pl20-sp {
    padding-left: 20px !important;
  }
  .btn.-arrow {
    padding: 0 42px;
    height: 50px;
  }
  .m-card {
    display: block !important;
  }
  .m-newsCard .m-newsCard__inner {
    gap: 18px !important;
    flex-direction: column !important;
  }
  .l-container01 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-container02 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-container03 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .l-footer {
    padding: 100px 26px 50px !important;
  }
  .l-footer .l-footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .l-footer .l-footer__nav_item {
    gap: 24px 48px;
    flex-direction: column;
  }
  .l-footer .l-footer__nav_item.-right {
    gap: 0;
  }
  .l-footer .l-footer__nav_item .-mt01 {
    margin-top: 20px;
  }
  .l-footer .l-footer__nav_item .-mt02 {
    margin-top: 14px;
  }
  .l-footer .l-footer__nav_item span {
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 100%;
  }
  .l-footer .l-footer__nav_item_children {
    margin-top: 14px;
  }
  .l-footer .l-footer__nav_item_children a {
    padding: 2px 0;
  }
  .l-footer .l-footer__nav_item_children span {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.25;
  }
  .l-footer .l-footer__bottom {
    flex-direction: column;
    margin-top: 40px;
  }
  .l-footer .l-footer__bottom .l-footer__bottom_copylight {
    order: 2;
    margin-top: 40px;
  }
  .l-footer .l-footer__bottom .l-footer__bottom_nav {
    order: 1;
  }
  .l-footer .l-footer__bottom .l-footer__bottom_nav ul {
    flex-direction: column;
    gap: 6px;
  }
  .l-footer .l-footer__bottom .l-footer__bottom_nav ul li:not(:first-child)::before {
    display: none;
  }
  .l-header .l-header__bg {
    height: 74px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.0901960784);
  }
  .l-header .l-header__inner {
    margin: 0 0 0 20px;
    align-items: center;
  }
  .l-header .l-header__nav_pulldown span {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0;
  }
  .l-header .l-header__nav_pulldown {
    position: relative;
    box-shadow: unset;
    display: none;
    height: 0;
    transition: height 0.3s;
    padding: 0;
    left: 0;
    top: 26px;
    background-color: transparent;
  }
  .l-header .l-header__nav_pulldown ul li + li {
    margin-top: 13px !important;
  }
  .l-header .l-header__nav_pulldown.-show {
    display: block;
    height: 148px;
  }
  .l-header .l-header__nav_pulldown.-show.-service {
    height: 195px;
  }
  .l-header .l-header__nav_sp .l-header__nav_item li + li {
    margin-top: 40px;
  }
  .l-header .l-header__nav_sp .l-header__nav_item > li:not(:last-child) {
    padding-left: 12px;
  }
  .m-table01 {
    display: block;
  }
  .m-table01 tbody,
  .m-table01 tr,
  .m-table01 th,
  .m-table01 td {
    display: block;
    width: 100%;
    letter-spacing: -0.02em;
    text-align: left;
  }
  .m-table01 th {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
  }
  .m-table01 td {
    margin-top: 8px;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .m-table01 tr + tr {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--color-gray2);
  }
  .m-headling-main__title .img.-company {
    max-width: 168px;
  }
  .m-headling-main__title .img.-message {
    max-width: 152px;
  }
  .m-headling-main__title .img.-mission-vision {
    max-width: 262px;
  }
  .m-headling-main__title .img.-officers {
    max-width: 232px;
  }
  .m-headling-main__title .img.-dx-consulting {
    margin-bottom: -6px;
    max-width: 228px;
  }
  .m-headling-main__title .img.-hr-solution {
    max-width: 182px;
  }
  .m-headling-main__title .img.-it-solution {
    max-width: 164px;
  }
  .m-headling-main__title .img.-case {
    max-width: 84px;
  }
  .m-headling-main__title .img.-news {
    max-width: 88px;
  }
  .m-headling-main__title .img.-recruit {
    max-width: 126px;
  }
  .m-headling-main__title .img.-recruit-under {
    max-width: 56px;
  }
  .m-headling-main__title .img.-privacy {
    max-width: 267px;
  }
  .m-headling-main__title .img.-terms {
    max-width: 100px;
  }
  .m-headling-main__title .img.-contact {
    max-width: 155px;
  }
  .m-headling-main__title .img.-download {
    max-width: 196px;
  }
  .m-headling-main__title .img.-casual-interview {
    max-width: 166px;
  }
  .m-headling-main__title .img.-history {
    max-width: 135px;
  }
  .m-headling-main__txt .text mark.hidden-sp {
    display: none !important;
  }
  .p-case-result-headline {
    text-align: center;
  }
  .p-case-detail__foot .p-case-contact .btn {
    padding: 0 42px;
    height: 50px;
  }
  .p-company-col__photo.-cut-358-252 {
    overflow: hidden;
    aspect-ratio: 358/252;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-company-col__title02 .img img {
    max-height: 13px;
  }
  .p-company-col.-top-message {
    gap: 70px;
  }
  .p-contact-form iframe {
    height: 1900px;
  }
  .p-contact-form iframe.-casual-interview {
    height: 2630px;
  }
  .p-contact-form iframe.-hr-solution-caree {
    height: 3340px;
  }
  .p-company-history .m-block-segment01 {
    padding: 40px 10px;
  }
  .p-company-history .p-company-history__section {
    display: block;
    padding: 32px 20px 32px 44px;
  }
  .p-company-history .p-company-history__section::after {
    left: 21px;
  }
  .p-company-history .p-company-history__section:first-child::after {
    top: 98px;
  }
  .p-company-history .p-company-history__section .year {
    padding-top: 0;
  }
  .p-company-history .p-company-history__item {
    display: block;
    margin-top: 20px;
  }
  .p-company-history .p-company-history__item + .p-company-history__item {
    margin-top: 24px;
  }
  .p-company-history .p-company-history__item::before {
    width: 8px;
    height: 8px;
    left: -26px;
  }
  .p-company-history .body {
    margin-top: 16px;
    font-size: 14px;
    line-height: 175%;
  }
  .p-company-history .list {
    display: grid;
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .p-news-pagenation ul {
    margin-right: -16px;
    margin-left: -16px;
    gap: 16px 10px;
  }
  .p-notfound .heading img {
    max-width: 240px;
  }
  .p-recruit-jobs__img img {
    aspect-ratio: 167/180;
  }
  .p-recruit-jobs__btn .btn {
    justify-content: center;
    gap: 5px;
    padding: 0 12px;
    width: 100%;
    max-width: 150px;
    height: 32px;
  }
  .p-recruit-jobs__btn .btn .btn__text {
    margin-top: -2px;
    font-size: 1.2rem;
  }
  .p-recruit-jobs__btn .btn .btn__icon {
    width: 10px;
    height: 9px;
  }
  .p-recruit-business__section .m-headling02 {
    text-align: center;
  }
  .p-recruit-structure-section__contents {
    margin-top: 16px;
  }
  .p-recruit-structure-flowImg {
    display: none;
  }
  .p-recruit-structure-follow__system02 > .item:nth-child(1), .p-recruit-structure-follow__system02 > .item:nth-child(2) {
    padding: 40px 20px 70px;
  }
  .p-recruit-structure-follow__system02 > .item:nth-child(3), .p-recruit-structure-follow__system02 > .item:nth-child(4) {
    padding: 50px 20px 40px;
  }
  .p-recruit-interview-index .hdg > mark.hidden-sp {
    display: none;
  }
  .p-recruit-business-area02__hdg > .inner .text .sub {
    font-size: 1.4rem;
  }
  .p-recruit-business-col__img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    aspect-ratio: 338/185;
    border-radius: 6px;
  }
  .p-recruit-business-col .m-headling02 {
    text-align: center;
  }
  .p-recruit-results__img.-px-technical {
    padding-right: 40px;
    padding-left: 40px;
  }
  .p-recruit-benefits > .section {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p-recruit-entry__section .title .img img {
    height: 10px;
  }
  .p-services-assignment__list > li .order .num img {
    height: 14px;
  }
  .p-top__kv .p-top__kv_flex {
    display: flex;
    flex-direction: column;
  }
  .p-top__kv .p-top__kv_right {
    order: 1;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 402/378;
  }
  .p-top__kv .p-top__kv_left {
    order: 2;
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 402/434;
  }
  .p-top__kv .p-top__kv_left_symbol {
    top: 37.5615763547%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 95.0248756219%;
  }
  .p-top__kv .p-top__kv_title {
    left: 4.9751243781%;
    top: 34.9206349206%;
    width: 80.3482587065%;
  }
  .p-top__kv .p-top__kv_text {
    height: 100%;
  }
  .p-top__kv .p-top__kv_text.-sp {
    display: block;
    bottom: 0;
    background-image: url("/contents/assets/img/top/kv-text-sp.svg");
  }
  .p-top .p-top__about .p-top__about_partners .enTitle {
    width: 98px !important;
  }
  .p-top .p-top__about .p-top__about_partners_logo ul li {
    width: 116px;
    height: 64px;
  }
  .p-top .p-top__service .p-top__service_head {
    padding-left: 0;
  }
  .p-top .p-top__news .p-top__news_btn_sp {
    margin-top: 6px !important;
    width: 165px !important;
  }
  .p-top .p-top__news .p-top__news_btn_sp .btn {
    padding: 24px 18px !important;
    gap: 10px !important;
    width: 100% !important;
    height: 44px !important;
  }
  .p-top .p-top__news .p-top__news_inner {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 100px 16px !important;
  }
  .p-top .p-top__news ul {
    margin-top: 0 !important;
  }
  .p-top .p-top__news .p-top__news_head h2 {
    width: 24.3%;
    margin-bottom: 14px;
  }
  .p-top .p-top__recruit::before {
    height: 13.5% !important;
    width: 95px !important;
    top: -13.6% !important;
  }
  .p-top .p-top__recruit {
    padding: 100px 0 !important;
  }
  .p-top .p-top__recruit .p-top__recruit_text {
    font-size: 1.4rem;
    padding: 0 16px;
    margin-top: 50px;
  }
  .p-top .p-top__recruit .p-top__recruit_btn {
    margin-top: 52px;
  }
  .p-top .p-top__recruit .p-top__recruit_imgs {
    gap: 12px !important;
  }
}

@media screen and (max-width: 1070px){
  .hidden-tablet {
    display: none;
  }
  .m-card {
    display: grid;
    grid-template-columns: 49% 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    align-items: center;
    grid-template-rows: auto;
  }
  .m-card .m-card__link {
    display: contents;
  }
  .m-card .m-card__img {
    grid-column: 1;
    grid-row: 1/3;
  }
  .m-card .m-card__title_flex {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
  }
  .m-card .m-card__text {
    grid-column: 2;
    align-self: start;
  }
  .m-newsCard .m-newsCard__inner {
    gap: 20px;
  }
  .m-newsCard .m-newsCard__inner > * {
    flex-basis: 49% !important;
  }
  .l-footer {
    padding: 100px 62px 50px;
  }
  .l-footer .l-footer__inner {
    gap: 100px;
    flex-direction: column;
  }
  .l-header {
    height: 74px;
  }
  .l-header.-scrolled {
    height: 74px;
  }
  .l-header.-scrolled .l-header__bg {
    background-color: var(--color-white);
  }
  .p-top .p-top__about .p-top__about_title {
    font-size: 2.4rem;
  }
  .p-top .p-top__about .p-top__about_text {
    font-size: 1.4rem;
  }
  .p-top .p-top__about .p-top__about_img {
    max-width: 371px;
    margin: 0 auto;
  }
  .p-top .p-top__about .p-top__about_img.-sp {
    display: block;
  }
  .p-top .p-top__about .p-top__about_partners .enTitle {
    width: 107px;
    margin: 0 auto !important;
  }
  .p-top .p-top__service ul {
    gap: 26px;
    margin-top: 56px;
    flex-direction: column;
  }
  .p-top .p-top__news .p-top__news_btn_sp {
    margin-top: 56px;
    width: 179px;
  }
  .p-top .p-top__news .p-top__news_btn_sp .btn {
    padding: 24px;
    gap: 10px;
    height: 64px;
  }
  .p-top .p-top__news .p-top__news_btn_sp .btn_icon {
    top: -2px;
  }
  .p-top .p-top__news .p-top__news_btn {
    display: none;
  }
  .p-top .p-top__news .p-top__news_inner {
    padding: 120px 62px;
    display: block;
  }
  .p-top .p-top__news ul {
    margin-top: 56px;
  }
  .p-top .p-top__recruit::before {
    height: 19.3%;
    width: 200px;
    top: -19%;
  }
  .p-top .p-top__recruit {
    padding: 120px 0;
  }
  .p-top .p-top__recruit .p-top__recruit_imgs {
    gap: 30px;
    height: 66%;
  }
  .p-top .p-top__recruit .p-top__recruit_imgs > li {
    height: 100%;
  }
  .p-top .p-top__recruit .p-top__recruit_imgs > li:nth-child(1), .p-top .p-top__recruit .p-top__recruit_imgs > li:nth-child(3) {
    margin-left: -74px;
    border-radius: 0 16px 16px 0;
  }
  .p-top .p-top__recruit .p-top__recruit_imgs > li:nth-child(2), .p-top .p-top__recruit .p-top__recruit_imgs > li:nth-child(4) {
    margin-right: -74px;
    border-radius: 16px 0 0 16px;
  }
}

@media screen and (min-width: 768px){
  .align-center-pc {
    text-align: center !important;
  }
  .mt0-pc {
    margin-top: 0 !important;
  }
  .mt8-pc {
    margin-top: 8px !important;
  }
  .mt12-pc {
    margin-top: 12px !important;
  }
  .mt16-pc {
    margin-top: 16px !important;
  }
  .mt20-pc {
    margin-top: 20px !important;
  }
  .mt24-pc {
    margin-top: 24px !important;
  }
  .mt30-pc {
    margin-top: 30px !important;
  }
  .mt32-pc {
    margin-top: 32px !important;
  }
  .mt36-pc {
    margin-top: 36px !important;
  }
  .mt40-pc {
    margin-top: 40px !important;
  }
  .mt48-pc {
    margin-top: 48px !important;
  }
  .mt60-pc {
    margin-top: 60px !important;
  }
  .mt72-pc {
    margin-top: 72px !important;
  }
  .mt80-pc {
    margin-top: 80px !important;
  }
  .mb0-pc {
    margin-bottom: 0 !important;
  }
  .mb12-pc {
    margin-bottom: 12px !important;
  }
  .pl20-pc {
    padding-left: 20px !important;
  }
  .m-block-segment01 {
    padding: 60px 50px;
    border-radius: 16px;
    box-shadow: 4px 4px 26px rgba(0, 0, 0, 0.1);
  }
  .l-section01 .m-block-segment01.-subscript {
    position: relative;
    z-index: 1;
    margin-bottom: -256px;
  }
  .m-block-segment02,
  .wp-block-preformatted {
    padding: 80px;
    font-size: 1.6rem;
  }
  .m-movie01 + .m-movie01 {
    margin-top: 80px;
  }
  .m-breadcrumb {
    gap: 4px 12px;
    padding-right: 260px;
    max-width: 400px;
  }
  .m-breadcrumb > li::after {
    margin-left: 12px;
  }
  .m-breadcrumb > li .one-line {
    max-width: 240px;
  }
  .m-card .m-card__title_flex {
    margin-top: 0;
  }
  .m-newsCard {
    padding: 16px;
  }
  .m-newsCard .m-newsCard__img {
    flex-basis: 30.5%;
    box-sizing: border-box;
  }
  .m-newsCard .m-newsCard__body {
    flex-basis: 78%;
    margin-top: 12px;
  }
  .m-newsCard .m-newsCard__date {
    font-weight: 600;
  }
  .m-newsCard .m-newsCard__category {
    min-width: 145px;
  }
  .m-newsCard .m-newsCard__category {
    font-size: 1.6rem;
  }
  .m-newsCard .m-newsCard__text {
    -webkit-line-clamp: 2;
    margin-top: 24px;
    font-size: 1.6rem;
  }
  .l-contact {
    padding: 160px 60px;
  }
  .l-contact .btn {
    width: 290px;
  }
  .l-contact .btn__text {
    font-size: 2rem;
  }
  .l-contact .l-contact_head h2 {
    width: 26.5%;
  }
  .l-contact .l-contact_head span {
    font-size: 3rem;
  }
  .l-contact .l-contact_text {
    font-size: 1.8rem;
    margin-top: 64px;
    margin-bottom: 40px;
  }
  .l-container01 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .l-container02 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .l-container03 {
    padding-right: 50px;
    padding-left: 50px;
  }
  .l-footer .l-footer__nav_item.-right {
    margin-left: 48px;
  }
  .m-select {
    width: auto;
    min-width: 236px;
  }
  .m-select select {
    padding: 15px 40px 15px 20px;
    font-size: 1.6rem;
  }
  .l-header .l-header__logo {
    display: grid !important;
    align-items: center;
    padding-left: 20px;
  }
  .l-header .l-header__logo_sp {
    display: none !important;
  }
  .l-header .l-header__nav {
    display: block;
    padding-right: 20px;
  }
  .l-header .l-header__nav .l-header__nav_item {
    gap: 10px;
  }
  .l-header .l-header__nav .l-header__nav_item li {
    font-size: 1.2rem;
  }
  .l-header .l-header__nav .l-header__nav_item li .btn {
    padding-right: 24px;
    padding-left: 24px;
  }
  .l-header .l-header__nav_item_menu {
    padding: 20px 0 20px 0;
  }
  .l-header .l-header__hamburger {
    display: none;
  }
  .m-icon {
    width: 30px;
    height: 30px;
    padding: 10px;
  }
  .m-list01 {
    gap: 16px;
  }
  .m-list01 > li {
    font-size: 1.6rem;
  }
  .m-list-order01 > li {
    font-size: 1.6rem;
  }
  .m-modal-inner {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 80px 60px 70px 80px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1164px;
  }
  .m-modal-close {
    top: 30px;
    right: 24px;
    width: 32px;
    height: 32px;
  }
  .m-modal-contents {
    padding-right: 20px;
    height: calc(100vh - 30px - 80px - 80px - 30px);
  }
  .m-modal-contents.interview-slider-modal {
    padding-right: 20px;
  }
  .l-section01 {
    padding-bottom: 180px;
  }
  .l-section02 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .l-section03 + .l-section03 {
    margin-top: 72px;
    padding-top: 72px;
  }
  .m-table01 tr:first-of-type th,
  .m-table01 tr:first-of-type td {
    padding-top: 0;
    border-top: none;
  }
  .m-table01 tr:last-of-type th,
  .m-table01 tr:last-of-type td {
    padding-bottom: 0;
  }
  .m-table01 th {
    padding-top: 56px;
    padding-right: 56px;
    padding-bottom: 56px;
    min-width: 100px;
    border-top: 1px solid var(--color-gray2);
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: -0.02em;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
  }
  .m-table01 td {
    padding-top: 56px;
    padding-bottom: 56px;
    border-top: 1px solid var(--color-gray2);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -0.02em;
    text-align: left;
    vertical-align: top;
  }
  .m-lead01 {
    font-size: 1.8rem;
  }
  .m-lead02 {
    font-size: 2.2rem;
  }
  .m-headling-main {
    padding: 170px 50px 70px;
  }
  .m-headling-main.-pb-small {
    padding-bottom: 80px;
  }
  .m-headling-main::before {
    max-width: 502px;
    height: 582px;
    background-position-y: 0;
  }
  .m-headling-main.-services::after {
    top: 120px;
    max-width: 310px;
    height: 556px;
  }
  .m-headling-main__title .img {
    max-width: 40%;
  }
  .m-headling-main__title .img.-mission-vision {
    max-width: 196px;
  }
  .m-headling-main__title .img.-dx-consulting {
    margin-bottom: -11px;
  }
  .m-headling-main__title .img.-recruit-under {
    max-width: 108px;
  }
  .m-headling-main__title .text {
    margin-top: 24px;
    font-size: 1.7rem;
  }
  .m-headling-main__title .text.-under {
    margin-top: 16px;
    font-size: 6rem;
  }
  .m-headling-main__title .text .sub {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 2px 0 2px 8px;
    font-size: 1.5rem;
  }
  .m-headling-main__txt {
    margin-top: 36px;
  }
  .m-headling-main__txt .title {
    font-size: 3rem;
  }
  .m-headling-main__txt .title mark {
    padding: 6px 20px 10px 8px;
    border-radius: 4px;
    line-height: 1;
  }
  .m-headling-main__txt .text {
    line-height: 1.75;
    margin-top: 24px;
  }
  .m-headling-main__txt .text mark {
    margin-top: 5px;
    padding: 4px 6px 6px;
    border-radius: 4px;
    line-height: 1;
  }
  .m-headling-main__txt .text mark.hidden-pc {
    display: none !important;
  }
  .m-headling01 {
    margin-bottom: 48px;
  }
  .m-headling01 > .img {
    margin-bottom: 18px;
  }
  .m-headling01 > .img img {
    height: 46.7px;
  }
  .m-headling01 > .text {
    font-size: 1.4rem;
  }
  .m-headling02 {
    margin-bottom: 16px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .m-headling03 {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .m-headling04 {
    margin-bottom: 16px;
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .m-headling05 {
    margin-bottom: 16px;
    font-size: 2.2rem;
    line-height: 1.7;
  }
  .p-case-search .headling-narrow::after {
    margin-left: 12px;
    width: 12px;
    height: 12px;
  }
  .p-case-search__section:first-of-type {
    margin-top: 40px;
  }
  .p-case-search .headling-search {
    margin-bottom: 16px;
  }
  .p-case-search__btn {
    padding: 4px 12px 6px;
    font-size: 1.6rem;
  }
  .p-case-search__btn::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: var(--color-black);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .p-case-search__btn:hover {
    color: var(--color-white);
  }
  .p-case-search__btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-case-search__clear:hover {
    text-decoration: none;
  }
  .p-case-result-headline {
    margin-top: 60px;
  }
  .p-case-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 60px 46px;
    margin-top: 80px;
  }
  .p-case-list.-services {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .p-case-card__img {
    aspect-ratio: 345/204;
  }
  .p-case-card__body {
    margin-top: 20px;
  }
  .p-case-card__title {
    font-size: 2rem;
  }
  .p-case-card__text {
    font-size: 1.6rem;
  }
  .p-case-card__info > li {
    font-size: 1.4rem;
  }
  .p-case-card__solution > li {
    font-size: 1.2rem;
  }
  .p-case-card__solution > li {
    font-size: 1.4rem;
  }
  .p-case-more {
    margin-top: 60px;
  }
  .p-case-detail__head {
    margin-bottom: 72px;
  }
  .p-case-detail__head .p-case-card__solution > li {
    padding: 3px 12px 4px;
    font-size: 1.6rem;
  }
  .p-case-detail__head .p-case-lead {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .p-case-detail__head .p-case-thumbnail {
    margin-top: 38px;
  }
  .p-case-detail h1 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-case-detail h2 {
    margin-top: 72px;
    margin-bottom: 56px;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-case-detail h2.p-case-headline {
    font-size: 1.6rem;
  }
  .p-case-detail h3 {
    margin-top: 56px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-case-detail .img,
  .p-case-detail .wp-block-image {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .p-case-detail__contents p {
    font-size: 1.6rem;
  }
  .p-case-detail__contents .has-normal-font-size {
    font-size: 1.6rem;
  }
  .p-case-detail__contents .has-small-font-size {
    font-size: 14px;
  }
  .p-case-detail__contents ul > li {
    font-size: 1.6rem;
  }
  .p-case-detail__contents ol > li {
    font-size: 1.6rem;
  }
  .p-case-detail__contents table th,
  .p-case-detail__contents table td {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  .p-case-detail__foot {
    margin-top: 88px;
    padding-top: 72px;
  }
  .p-case-detail__foot .p-case-contact {
    margin-top: 72px;
  }
  .p-case-detail__foot .p-case-contact .btn .btn__text {
    font-size: 2rem;
  }
  .p-case-relate {
    margin-top: 88px;
  }
  .p-case-relate .title {
    font-size: 2.4rem;
  }
  .p-case-relate .p-case-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-case-relate .p-case-list > li {
    width: calc((100% - 92px) / 3);
  }
  .p-case-relate .p-case-card__solution > li {
    font-size: 1.2rem;
  }
  .p-case-back {
    margin-top: 88px;
  }
  .p-company-col {
    flex-direction: row;
    gap: 0 4.7904191617%;
  }
  .p-company-col.-mission-vision {
    gap: 0 6.8106312292%;
  }
  .p-company-col.-mission-vision .p-company-col__img {
    width: 53.1561461794%;
  }
  .p-company-col.-mission-vision .p-company-col__text {
    width: 40.0332225914%;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueTitle img {
    width: 72px !important;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem .title02 {
    font-size: 3.6rem;
  }
  .p-company-col__img {
    width: 43.1137724551%;
  }
  .p-company-col__text {
    width: 52.0958083832%;
  }
  .p-company-col__representative-director {
    margin-top: 24px;
    font-size: 1.8rem;
    text-align: right;
  }
  .p-company-col__representative-director .name {
    font-size: 2rem;
  }
  .p-company-col__title01 {
    font-size: 4rem;
  }
  .p-company-col__title02 .img img {
    max-height: 16px;
  }
  .p-company-col__title02 .text {
    font-size: 3.6rem;
  }
  .p-company-col + .p-company-col {
    margin-top: 120px;
  }
  .p-company-certify > li {
    font-size: 1.6rem;
  }
  .p-company-certify__text {
    font-size: 1.6rem;
  }
  .p-company-cpn > li {
    font-size: 1.6rem;
  }
  .p-company-officers__nav {
    margin-bottom: 52px;
  }
  .p-company-officers__nav > ul > li button {
    padding: 0 8px 12px;
    min-width: 136px;
    font-size: 1.6rem;
  }
  .p-company-officers__nav > ul > li button::after {
    height: 4px;
  }
  .p-company-officers__col {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 52px 32px;
  }
  .p-company-officers__section {
    gap: 12px;
  }
  .p-company-officers__section > .img img {
    border-radius: 16px;
  }
  .p-company-officers__section > .text .title .name {
    font-size: 2rem;
  }
  .p-company-officers__section > .text .m-body01 {
    font-size: 1.2rem;
  }
  .p-company-nav {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-company-nav__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
  .p-company-nav__list {
    gap: 16px;
  }
  .p-company-nav__list > li {
    flex: 1;
  }
  .p-company-nav__list > li > a {
    padding: 28px 50px 32px;
    height: 100%;
  }
  .p-company-nav__list > li .img img {
    height: auto;
  }
  .p-company-nav__list > li .body {
    margin-top: 16px;
  }
  .p-company-nav__list > li .body .title {
    font-size: 2.4rem;
  }
  .p-contact-form {
    margin-top: 72px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-contact-form iframe {
    height: 1600px;
  }
  .p-contact-form iframe.-casual-interview {
    height: 2500px;
  }
  .p-contact-form iframe.-hr-solution-caree {
    height: 3220px;
  }
  .p-contact-download {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 72px;
  }
  .p-contact-download > li .title {
    line-height: 1.7;
  }
  .p-news {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .p-news-select {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 72px;
  }
  .p-news-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 72px 42px;
  }
  .p-news-card__body {
    margin-top: 20px;
  }
  .p-news-card__date {
    font-size: 1.4rem;
  }
  .p-news-card__category {
    font-size: 1.4rem;
  }
  .p-news-card__text {
    margin-top: 16px;
    font-size: 1.6rem;
  }
  .p-news-pagenation {
    margin-top: 88px;
  }
  .p-news-pagenation ul {
    gap: 16px 24px;
  }
  .p-news-detail .info {
    font-size: 1.6rem;
  }
  .p-news-detail h1 {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .p-news-detail h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-news-detail h3 {
    font-size: 2rem;
    line-height: 1.5;
  }
  .p-news-detail p {
    font-size: 1.6rem;
  }
  .p-news-detail .has-normal-font-size {
    font-size: 1.6rem;
  }
  .p-news-detail .has-small-font-size {
    font-size: 14px;
  }
  .p-news-detail ul > li {
    font-size: 1.6rem;
  }
  .p-news-detail ol > li {
    font-size: 1.6rem;
  }
  .p-news-detail .wp-block-flexible-table-block-table > table tr th,
  .p-news-detail .wp-block-flexible-table-block-table > table tr td {
    padding: 10px 20px;
    font-size: 1.4rem;
  }
  .p-news-relate {
    margin-top: 72px;
  }
  .p-news-relate .title {
    font-size: 2.4rem;
  }
  .p-news-relate .p-news-card__text {
    -webkit-line-clamp: 4;
  }
  .p-news-relate .p-news-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-news-relate .p-news-list > li {
    width: calc((100% - 84px) / 3);
  }
  .p-news-back {
    margin-top: 72px;
  }
  .p-notfound {
    min-height: 978px;
  }
  .p-recruit-col {
    flex-direction: row;
    gap: 0 4.7904191617%;
  }
  .p-recruit-col.-under .p-recruit-col__img {
    width: 43.1137724551%;
  }
  .p-recruit-col.-under .p-recruit-col__text {
    width: 52.0958083832%;
  }
  .p-recruit-col.-under .p-recruit-col__title01 {
    font-size: 2.9rem;
  }
  .p-recruit-col__img {
    width: 51.7543859649%;
  }
  .p-recruit-col__photo {
    border-radius: 20px;
  }
  .p-recruit-col__text {
    width: 42.3976608187%;
  }
  .p-recruit-col__title01 {
    font-size: 3.2rem;
  }
  .p-recruit-jobs {
    margin-top: 60px;
  }
  .p-recruit-jobs > li a {
    gap: 40px;
  }
  .p-recruit-jobs__text {
    padding: 40px 0 40px 40px;
    width: 44.0779610195%;
  }
  .p-recruit-jobs__text .title {
    margin-bottom: 16px;
    font-size: 3rem;
  }
  .p-recruit-jobs__text .title span {
    font-size: 2.3rem;
  }
  .p-recruit-jobs__text p {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
  .p-recruit-jobs__img {
    width: 49.9250374813%;
  }
  .p-recruit-jobs__img img {
    aspect-ratio: 0;
  }
  .p-recruit-business {
    gap: 45px;
    margin-top: 80px;
  }
  .p-recruit-business__section {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
  .p-recruit-business__img.-sp {
    display: none;
  }
  .p-recruit-business__img.-pc {
    display: block;
  }
  .p-recruit-introduction {
    margin-top: 80px;
  }
  .p-recruit-structure-section {
    padding: 40px;
  }
  .p-recruit-structure-section__contents {
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    max-width: 408px;
  }
  .p-recruit-structure-section .m-lead02 {
    font-size: 2rem;
  }
  .p-recruit-structure-section + .p-recruit-structure-section {
    margin-top: 32px;
  }
  .p-recruit-structure-project {
    margin-top: 82px;
    padding: 100px 79px;
    border: 1px solid var(--color-gray5);
    border-radius: 16px;
  }
  .p-recruit-structure-flow {
    margin-top: 48px;
  }
  .p-recruit-structure-flow > li.item02 .p-recruit-structure-flow__detail .img {
    top: -74px;
    right: 48px;
  }
  .p-recruit-structure-flow > li.item03 .p-recruit-structure-flow__detail .img {
    top: -62px;
    right: 56px;
  }
  .p-recruit-structure-flow > li.item04 .p-recruit-structure-flow__detail .img {
    top: -44px;
    right: 44px;
  }
  .p-recruit-structure-flow > li.item06 .p-recruit-structure-flow__detail .img {
    top: -54px;
    right: 10px;
  }
  .p-recruit-structure-flowImg {
    display: none;
  }
  .p-recruit-structure-follow__contents.is-open {
    padding-top: 48px;
  }
  .p-recruit-structure-follow__inner {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .p-recruit-structure-follow__system01 > .item {
    padding: 30px 72px;
  }
  .p-recruit-structure-follow__system01 > .item .hdg {
    font-size: 1.8rem;
  }
  .p-recruit-structure-follow__system01 > .item .hdg br {
    display: none;
  }
  .p-recruit-structure-follow__system02 > .item {
    padding: 40px 37px;
  }
  .p-recruit-structure-follow__system02 > .item:nth-child(3), .p-recruit-structure-follow__system02 > .item:nth-child(4) {
    padding-top: 50px;
  }
  .p-recruit-structure-follow__system02 > .item .hdg {
    font-size: 1.8rem;
  }
  .p-recruit-structure-follow__system02 > .item .hdg br.hidden-pc {
    display: block;
  }
  .p-recruit-structure-follow__system02 > .item p {
    font-size: 1.4em;
  }
  .p-recruit-structure-follow__system02 .img {
    width: 211px;
  }
  .p-recruit-interview-index {
    margin-top: 54px;
    margin-right: auto;
    margin-left: auto;
    max-width: 476px;
  }
  .p-recruit-interview-index .hdg > mark.hidden-pc {
    display: none;
  }
  .p-recruit-interview-index .hdg > mark::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: var(--color-red);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .p-recruit-interview-index .info > .text {
    padding: 4px 4px 5px 4px;
    background-color: var(--color-red);
  }
  .p-recruit-interview-index .info > .text::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: var(--color-white);
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  .p-recruit-interview-index .info > .text .position {
    padding: 0;
    background-color: transparent;
  }
  .p-recruit-interview-index .info > .text .name {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
  .p-recruit-interview-index .info > .text .name .separate {
    display: inline-block;
  }
  .p-recruit-interview-index .img.-sp {
    display: none;
  }
  .p-recruit-interview-index .img.-tablet {
    display: block;
  }
  .p-recruit-interview-detail .interview-head .sub .interview {
    height: 13px;
  }
  .p-recruit-interview-detail .interview-head .sub .num {
    height: 17px;
  }
  .p-recruit-interview-detail .interview-head .hdg {
    font-size: 2.6rem;
  }
  .p-recruit-interview-detail .interview-head .info {
    font-size: 2rem;
  }
  .p-recruit-interview-detail .interview-head .info > .name {
    font-size: 1.8rem;
  }
  .p-recruit-interview-detail .interview-hdg > .inner {
    font-size: 1.6rem;
  }
  .p-recruit-interview-detail .interview-lead {
    font-size: 2rem;
    line-height: 1.7;
  }
  .p-recruit-business-area01 {
    gap: 64px;
  }
  .p-recruit-business-area01 > .item + .item {
    padding-top: 64px;
  }
  .p-recruit-business-area01__contents {
    gap: 30px;
    padding-right: 80px;
    padding-left: 80px;
  }
  .p-recruit-business-area01__img.-sp2 {
    display: none;
  }
  .p-recruit-business-area01__img.-tablet {
    display: block;
  }
  .p-recruit-business-area01__text {
    padding: 50px 60px;
  }
  .p-recruit-business-area02 > .item {
    padding: 60px;
  }
  .p-recruit-business-col {
    flex-direction: row;
  }
  .p-recruit-business-col.-align-items-center-tablet {
    align-items: center;
  }
  .p-recruit-business-col__img {
    width: 45.045045045%;
  }
  .p-recruit-business-col__contents {
    width: 54.0540540541%;
  }
  .p-recruit-business-col__table {
    width: 54.0540540541%;
  }
  .p-recruit-business-col__table table th,
  .p-recruit-business-col__table table td {
    padding: 12px;
    font-size: 1.4rem;
  }
  .p-recruit-business-col__table table tbody th {
    width: 80px;
  }
  .p-recruit-business-case01 {
    gap: 60px;
    margin-top: 60px;
  }
  .p-recruit-business-case02 .p-recruit-business-col {
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .p-recruit-business-case02 .p-recruit-business-col .p-recruit-business-col__img {
    width: 46.897810219%;
  }
  .p-recruit-business-case02 .p-recruit-business-col .p-recruit-business-col__contents {
    width: 46.897810219%;
  }
  .p-recruit-business-case02 .p-recruit-business-col .p-recruit-business-col__table {
    width: 100%;
  }
  .p-recruit-business-case02 .p-recruit-business-col .hdg {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-recruit-business-more {
    margin-top: 96px;
  }
  .p-recruit-business-more__contents.is-open {
    padding-top: 0;
  }
  .p-recruit-business-more__inner {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .p-recruit-results {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
  }
  .p-recruit-results__section {
    width: calc(50% - 5px);
  }
  .p-recruit-results__section.-helf-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
  }
  .p-recruit-results__section.-helf-container .p-recruit-results__segment.-helf {
    width: calc(50% - 5px);
  }
  .p-recruit-results__section.-helf-container.-tablet-row2 {
    width: calc(50% - 5px);
  }
  .p-recruit-results__section.-helf-container.-tablet-row2 .p-recruit-results__segment.-helf {
    width: 100%;
    height: calc(50% - 5px);
    min-height: 0;
  }
  .p-recruit-results__section.-combine2 {
    width: 100%;
  }
  .p-recruit-results__segment {
    display: flex;
    flex-direction: column;
    padding: 40px 30px;
    min-height: 100%;
  }
  .p-recruit-results__segment.-helf {
    justify-content: center;
  }
  .p-recruit-results__segment.-helf + .p-recruit-results__segment {
    margin-top: 0;
  }
  .p-recruit-results__column3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-recruit-results__column3 .p-recruit-results__contents {
    width: calc(50% - 15px);
  }
  .p-recruit-results__column3 .p-recruit-results__img {
    width: calc(50% - 15px);
  }
  .p-recruit-results__hdg > .inner {
    padding: 6px 12px;
    min-width: 164px;
    font-size: 1.6rem;
  }
  .p-recruit-results__caseTitle {
    font-size: 1.6rem;
  }
  .p-recruit-results__text1 {
    font-size: 1.4rem;
  }
  .p-recruit-results__caseText {
    font-size: 1.4rem;
  }
  .p-recruit-results__dlist > dt {
    width: 68px;
    font-size: 1.4rem;
  }
  .p-recruit-results__dlist > dd {
    width: calc(100% - 68px - 10px);
    font-size: 1.4rem;
  }
  .p-recruit-results-more__contents.is-open {
    padding-top: 10px;
  }
  .p-recruit-dlist > li {
    padding-left: 16px;
  }
  .p-recruit-dlist + .p-recruit-dlist {
    margin-top: 0;
  }
  .p-recruit-benefits > .section {
    padding: 60px 30px;
  }
  .p-recruit-benefits > .section > .contents {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .p-recruit-benefits > .section.item1 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .p-recruit-benefits > .section.item1 .hdg > .inner > .img {
    top: -82px;
    right: -130px;
    width: 150px;
  }
  .p-recruit-benefits > .section.item2 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .p-recruit-benefits > .section.item2 .hdg > .inner > .img {
    top: -78px;
    right: -116px;
  }
  .p-recruit-benefits > .section.item3 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .p-recruit-benefits > .section.item3 .hdg > .inner > .img {
    top: -58px;
    right: -124px;
    width: 164px;
  }
  .p-recruit-entry {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    margin-top: 108px;
  }
  .p-recruit-entrylist a {
    padding: 36px;
    font-size: 2.4rem;
  }
  .p-recruit-entrylist a::after {
    margin-left: 8px;
    width: 20px;
  }
  .p-recruit-entrylist a[target=_blank]::after {
    margin-left: 8px;
    width: 20px;
  }
  .interview-slider {
    padding-bottom: 0;
  }
  .p-services-assignment {
    padding-bottom: 120px;
  }
  .p-services-assignment__title {
    font-size: 2rem;
  }
  .p-services-assignment__title::after {
    display: none;
  }
  .p-services-assignment__title span {
    width: auto;
    max-width: none;
  }
  .p-services-assignment__title span::after {
    bottom: -15px;
    width: 12px;
    height: 12px;
  }
  .p-services-assignment__list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }
  .p-services-assignment__list::after {
    content: "";
    position: absolute;
    bottom: -76px;
    right: 0;
    width: 103px;
    height: 205px;
    background: url("/contents/assets/img/services/bg-assignment.webp") center/cover no-repeat;
  }
  .p-services-assignment__list > li {
    width: calc(50% - 8px);
  }
  .p-services-assignment__list > li:nth-child(5) {
    width: 54%;
  }
  .p-services-assignment__list > li .order .num img {
    height: auto;
  }
  .p-services-assignment__list > li .text .term {
    font-size: 1.8rem;
  }
  .p-services-solution {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-services-solution__contents {
    margin-top: 56px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1168px;
  }
  .p-services-solution__section {
    display: flex;
    align-items: center;
    gap: 0 3.5928143713%;
    padding: 0;
  }
  .p-services-solution__section > .img {
    margin: 0;
    width: 46.5568862275%;
  }
  .p-services-solution__section > .txt {
    padding: 24px 22px 24px 0;
    width: 46.5568862275%;
  }
  .p-services-solution__section > .txt .title {
    font-size: 2rem;
    text-align: left;
  }
  .p-services-feature {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-services-feature__contents {
    gap: 3.9473684211%;
    margin-top: 56px;
    margin-right: auto;
    margin-left: auto;
    padding: 54px 2.9239766082%;
  }
  .p-services-feature__section {
    display: flex;
    align-items: center;
    gap: 0 2.8673835125%;
    padding: 0;
  }
  .p-services-feature__section > .img {
    margin: 0;
    width: 51.2544802867%;
  }
  .p-services-feature__section > .txt {
    width: 51.2544802867%;
  }
  .p-services-feature__section + .p-services-feature__section {
    padding-top: 3.9473684211%;
  }
  .p-services-feature__data {
    padding: 54px 30px;
  }
  .p-services-feature__dataList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 30px;
    padding: 0;
  }
  .p-services-case {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-services-entry {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-services-entry + .l-contact {
    margin-top: -120px;
  }
  .p-top__kv .p-top__kv_flex {
    display: grid;
    grid-template-columns: 40% 60%;
    max-height: 978px;
    aspect-ratio: 1728/978;
  }
  .p-top__kv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40%;
    height: 100%;
    background-color: var(--color-red);
  }
  .p-top__kv .p-top__kv_left_symbol {
    top: 48.5%;
    left: 2.4305555556%;
    width: 49.6527777778%;
    transform: translateY(-50%);
  }
  .p-top__kv .p-top__kv_title {
    width: 59%;
    top: 47%;
    left: 53%;
    transform: translate(-50%, -50%);
  }
  .p-top__kv .p-top__kv_text.-pc {
    display: block;
  }
  .p-top .p-top__about {
    padding: 212px 92px 79px;
  }
  .p-top .p-top__about .p-top__about_title {
    font-size: 3.6rem;
  }
  .p-top .p-top__about .p-top__about_text {
    font-size: 1.8rem;
    line-height: 2.17;
  }
  .p-top .p-top__about .p-top__about_partners > *:first-child {
    min-width: 253px;
    padding-top: 40px;
  }
  .p-top .p-top__service {
    padding: 160px 60px;
  }
  .p-top .p-top__service .p-top__service_head span {
    font-size: 3rem;
  }
  .p-top .p-top__news .p-top__news_btn .btn {
    padding: 14px 21px;
  }
  .p-top .p-top__news ul li + li {
    margin-top: 24px;
  }
  .p-top .p-top__news .p-top__news_head span {
    font-size: 3rem;
  }
  .p-top .p-top__recruit {
    padding: 160px 0 120px;
  }
  .p-top .p-top__recruit .p-top__recruit_head h2 {
    width: 43.2%;
    margin: 0 auto 26px;
  }
  .p-top .p-top__recruit .p-top__recruit_head span {
    font-size: 3rem;
  }
  .p-top .p-top__recruit .p-top__recruit_btn .btn {
    width: 290px;
  }
  .p-top .p-top__recruit .p-top__recruit_btn .btn__text {
    font-size: 2rem;
  }
  .p-top .p-top__recruit .p-top__recruit_imgs > li:first-child {
    border-radius: 0 16px 16px 0;
  }
  .p-top .p-top__recruit .p-top__recruit_imgs > li:last-child {
    border-radius: 16px 0 0 16px;
  }
  .p-top .p-top__contact {
    padding: 160px 60px;
  }
  .p-top .p-top__contact .p-top__contact_head h2 {
    width: 26.5%;
  }
  .p-top .p-top__contact .p-top__contact_head span {
    font-size: 3rem;
  }
  .p-top .p-top__contact .p-top__contact_text {
    font-size: 2rem;
    margin-top: 64px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1070px){
  .m-block-segment01 {
    padding: 88px 8.7719298246%;
  }
  .m-block-segment01.-pb-large01 {
    padding-bottom: 120px;
  }
  .m-block-segment01.-py-large02 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .m-breadcrumb {
    max-width: 640px;
    padding-right: 350px;
  }
  .m-breadcrumb > li {
    font-size: 1.2rem;
  }
  .m-breadcrumb > li .one-line {
    max-width: 500px;
  }
  .m-card {
    padding: 16px 16px 32px 16px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.0588235294);
  }
  .l-container01 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .l-container02 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .l-container03 {
    padding-right: 110px;
    padding-left: 110px;
  }
  .l-footer {
    padding: 80px 160px 40px;
  }
  .l-header .l-header__nav .l-header__nav_item {
    gap: 24px;
  }
  .l-header .l-header__nav .l-header__nav_item li {
    font-size: 1.5rem;
  }
  .m-modal-inner {
    padding: 140px 140px 120px 160px;
  }
  .m-modal-close {
    top: 68px;
    right: 84px;
    width: 42px;
    height: 42px;
  }
  .m-modal-contents {
    height: calc(100vh - 30px - 140px - 120px - 30px);
  }
  .l-section02 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .m-body01 {
    font-size: 1.6rem;
  }
  .m-body02 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .m-body02.lh-170 {
    line-height: 1.7;
  }
  .m-body03 {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .m-lead01 {
    font-size: 2.2rem;
  }
  .m-headling-main {
    padding: 170px 50px 150px;
  }
  .m-headling-main::before {
    max-width: 768px;
    height: 892px;
    background-position-y: -76px;
  }
  .m-headling-main.-services::after {
    top: 104px;
    max-width: 448px;
    height: 800px;
  }
  .m-headling-main.-services::after {
    top: 104px;
    max-width: 590px;
    height: 1128px;
  }
  .m-headling-main__title .img.-mission-vision {
    max-width: none;
  }
  .m-headling-main__title .text {
    font-size: 3rem;
  }
  .m-headling-main__title .text .sub {
    margin: 0 0 0 12px;
    padding: 3px 0 3px 12px;
    border-width: 4px;
    font-size: 2.4rem;
  }
  .m-headling-main__txt {
    margin-top: 72px;
  }
  .m-headling-main__txt .title {
    font-size: 5.3rem;
  }
  .m-headling-main__txt .text {
    margin-top: 28px;
    min-height: 215px;
    font-size: 2rem;
  }
  .m-headling01 > .img {
    margin-bottom: 22px;
  }
  .m-headling01 > .img img {
    height: 57px;
  }
  .m-headling01 > .text {
    font-size: 1.8rem;
  }
  .p-company-col {
    gap: 0 5.8479532164%;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueTitle img {
    width: 95px !important;
  }
  .p-company-col__img {
    width: 39.0052356021%;
  }
  .p-company-col__text {
    padding-top: 192px;
    width: 54.1012216405%;
  }
  .p-company-col__text.-pd-small {
    padding-top: 60px;
  }
  .p-company-col__title01 {
    font-size: 5.5rem;
  }
  .p-company-col__title02 .img img {
    max-height: none;
  }
  .p-company-col__title02 .text {
    font-size: 5rem;
  }
  .p-company-officers__nav {
    margin-bottom: 72px;
  }
  .p-company-officers__nav > ul > li button {
    min-width: 196px;
    font-size: 2.2rem;
  }
  .p-company-officers__col {
    display: flex;
    gap: 72px;
  }
  .p-company-officers__section {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 4.9645390071%;
  }
  .p-company-officers__section > .img {
    width: 40.780141844%;
  }
  .p-company-officers__section > .text {
    width: 54.2553191489%;
  }
  .p-company-officers__section > .text .title {
    margin-bottom: 32px;
  }
  .p-company-officers__section > .text .title .position {
    display: block;
    font-size: 1.8rem;
  }
  .p-company-officers__section > .text .title .name {
    display: block;
    font-size: 2.4rem;
  }
  .p-company-officers__section > .text .m-body01 {
    font-size: 1.6rem;
  }
  .p-company-nav__list {
    flex-direction: row;
  }
  .p-contact-download {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 72px 60px;
  }
  .p-recruit-col {
    gap: 0 5.8479532164%;
  }
  .p-recruit-col.-under .p-recruit-col__img {
    width: 51.7543859649%;
  }
  .p-recruit-col.-under .p-recruit-col__text {
    width: 42.3976608187%;
  }
  .p-recruit-col.-under .p-recruit-col__title01 {
    font-size: 4rem;
  }
  .p-recruit-col.-under .m-body01 {
    font-size: 1.8rem;
  }
  .p-recruit-col__title01 {
    font-size: 4rem;
  }
  .p-recruit-business__section {
    gap: 44px;
    padding: 40px;
    min-height: 280px;
  }
  .p-recruit-career {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px;
    margin-top: 80px;
  }
  .p-recruit-career__img.-sp {
    display: none;
  }
  .p-recruit-career__img.-pc {
    display: block;
  }
  .p-recruit-career__section .m-headling02 {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    text-align: left;
  }
  .p-recruit-career__section .m-headling02 .num {
    margin-bottom: 0;
    min-width: 40px;
    text-align: center;
  }
  .p-recruit-career__section .m-headling02 .num img {
    height: 27px;
  }
  .p-recruit-career__section .m-headling02 .text {
    padding-top: 4px;
  }
  .p-recruit-structure-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 3.4246575342% 20px 6.8493150685%;
  }
  .p-recruit-structure-section__img.-pc {
    width: 66.0305343511%;
    display: block;
  }
  .p-recruit-structure-section__img.-sp {
    display: none;
  }
  .p-recruit-structure-section__contents {
    margin-top: 0;
    margin-left: 0;
    width: 29.7709923664%;
  }
  .p-recruit-structure-section .m-lead02 {
    font-size: 2.2rem;
    text-align: left;
  }
  .p-recruit-structure-project {
    margin-right: -50px;
    margin-left: -50px;
  }
  .p-recruit-structure-flow {
    display: none;
  }
  .p-recruit-structure-flow::before {
    top: 5.8192746397vw;
    left: 12px;
    right: 4px;
    width: auto;
    height: 0.3278464586vw;
  }
  .p-recruit-structure-flow::after {
    left: auto;
    bottom: auto;
    top: 5.4914281811vw;
    right: 0;
    border-width: 0.6147121098vw 0px 0.6147121098vw 0.8196161464vw;
    border-color: transparent transparent transparent var(--color-gray5);
  }
  .p-recruit-structure-flow > li {
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-bottom: 1.4753090636vw;
    height: 6.9667372447vw;
  }
  .p-recruit-structure-flow > li::before {
    top: auto;
    left: 50%;
    bottom: 0.5737313025vw;
    width: 0.7376545318vw;
    transform: translateX(-50%);
  }
  .p-recruit-structure-flow > li > .term {
    font-size: 1.3113858343vw;
    text-align: center;
  }
  .p-recruit-structure-flow > li.item01 {
    padding-right: 0.4917696879vw;
    padding-left: 1.7211939075vw;
    padding-bottom: 0;
    min-width: 7.9502766204vw;
    background-color: var(--color-white);
  }
  .p-recruit-structure-flow > li.item01::before {
    left: 0.4917696879vw;
    transform: translateX(0);
  }
  .p-recruit-structure-flow > li.item01 > .term {
    font-size: 1.147462605vw;
  }
  .p-recruit-structure-flow > li.item02 {
    margin-left: 4.0980807322vw;
    min-width: 6.5569291715vw;
  }
  .p-recruit-structure-flow > li.item03 {
    margin-left: 11.1467795916vw;
    min-width: 7.8683150058vw;
  }
  .p-recruit-structure-flow > li.item04 {
    margin-left: 11.1467795916vw;
    min-width: 7.8683150058vw;
  }
  .p-recruit-structure-flow > li.item05 {
    margin-left: 2.7047332832vw;
    padding-right: 0.4917696879vw;
    padding-left: 1.7211939075vw;
    padding-bottom: 0;
    min-width: 5.6553514104vw;
    background-color: var(--color-white);
  }
  .p-recruit-structure-flow > li.item05::before {
    left: 0.4917696879vw;
    transform: translateX(0);
  }
  .p-recruit-structure-flow > li.item05 > .term {
    font-size: 1.147462605vw;
  }
  .p-recruit-structure-flow > li.item06 {
    margin-left: 2.7047332832vw;
    min-width: 9.1797008401vw;
  }
  .p-recruit-structure-flow__detail {
    display: none;
  }
  .p-recruit-structure-flowImg {
    display: block;
  }
  .p-recruit-structure-follow__system01 {
    flex-direction: row;
  }
  .p-recruit-structure-follow__system01 > .item {
    flex: 1;
    padding: 30px 32px;
  }
  .p-recruit-structure-follow__system01 > .item .hdg br {
    display: block;
  }
  .p-recruit-structure-follow__system02 {
    gap: 48px 36px;
  }
  .p-recruit-structure-follow__system02 > .item {
    padding: 50px 96px;
    border-width: 2px;
  }
  .p-recruit-structure-follow__system02 > .item .hdg br.hidden-pc {
    display: none;
  }
  .p-recruit-interview-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 45px;
    margin-top: 80px;
    margin-right: -50px;
    margin-left: -50px;
    max-width: none;
  }
  .p-recruit-interview-index .anchor > .inner {
    top: auto;
    right: 22px;
    bottom: 25px;
    left: 22px;
    padding: 0;
  }
  .p-recruit-interview-index .hdg {
    font-size: 2rem;
  }
  .p-recruit-interview-index .hdg .hidden-pc-l {
    display: none;
  }
  .p-recruit-interview-index .info > .text .position {
    font-size: 2rem;
  }
  .p-recruit-interview-index .info > .text .name {
    font-size: 1.6rem;
  }
  .p-recruit-interview-index .img.-tablet {
    display: none;
  }
  .p-recruit-interview-index .img.-pc {
    display: block;
  }
  .p-recruit-interview-detail .interview-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: flex-end;
    gap: 30px;
  }
  .p-recruit-interview-detail .interview-columns .interview-img img {
    max-width: 100%;
  }
  .p-recruit-interview-detail .interview-hdg > .inner {
    padding: 6px 30px;
  }
  .p-recruit-business-area01 {
    gap: 96px;
  }
  .p-recruit-business-area01 > .item + .item {
    padding-top: 96px;
  }
  .p-recruit-business-area01__contents {
    flex-direction: row;
    justify-content: space-between;
    padding-right: 0;
    padding-left: 0;
  }
  .p-recruit-business-area01__img.-sp {
    display: none;
  }
  .p-recruit-business-area01__img.-tablet {
    display: none;
  }
  .p-recruit-business-area01__img.-pc {
    display: block;
    width: 47.9452054795%;
  }
  .p-recruit-business-area01__text {
    padding-top: 30px;
    padding-right: 7.7054794521%;
    padding-bottom: 30px;
    padding-left: 7.7054794521%;
    width: 47.9452054795%;
  }
  .p-recruit-business-area01__textInner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .p-recruit-business-area02 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
  }
  .p-recruit-business-area02 > .item.col2 {
    width: calc(50% - 20px);
  }
  .p-recruit-business-col {
    align-items: center;
  }
  .p-recruit-business-case01 {
    flex-direction: row;
    margin-top: 0;
  }
  .p-recruit-business-case01 .p-recruit-business-col {
    width: 47.1374045802%;
  }
  .p-recruit-business-case01 .p-recruit-business-col .p-recruit-business-col__img {
    width: 44.3319838057%;
  }
  .p-recruit-business-case01 .p-recruit-business-col .p-recruit-business-col__contents {
    width: 51.2145748988%;
  }
  .p-recruit-business-case02 .p-recruit-business-col {
    gap: 30px;
  }
  .p-recruit-business-case02 .p-recruit-business-col .p-recruit-business-col__img {
    width: 25.7633587786%;
  }
  .p-recruit-business-case02 .p-recruit-business-col .p-recruit-business-col__contents {
    width: 26.1450381679%;
  }
  .p-recruit-business-case02 .p-recruit-business-col .p-recruit-business-col__table {
    width: 42.3664122137%;
  }
  .p-recruit-results__section {
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .p-recruit-results__section.-helf-container {
    flex-direction: column;
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .p-recruit-results__section.-helf-container .p-recruit-results__segment.-helf {
    width: 100%;
    height: calc(50% - 5px);
    min-height: 0;
  }
  .p-recruit-results__section.-helf-container.-tablet-row2 {
    width: calc(33.3333333333% - 6.6666666667px);
  }
  .p-recruit-results__section.-combine2 {
    width: calc(66.6666666667% - 3.3333333333px);
  }
  .p-recruit-benefits {
    display: grid;
    grid-template-columns: 36.7456896552% 1fr;
    grid-template-rows: auto auto;
    margin-right: auto;
    margin-left: auto;
    max-width: 928px;
  }
  .p-recruit-benefits > .section > .contents.-block-pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .p-recruit-benefits > .section.item1 .p-recruit-dlist:nth-child(2) {
    margin-top: 6px;
  }
  .p-recruit-entry__section a {
    justify-content: flex-start;
    padding: 60px 24px 24px;
    min-height: 228px;
  }
  .p-recruit-entry__section .title .text {
    font-size: 3rem;
  }
  .p-recruit-entry__section .title .text::after {
    margin-left: 8px;
    width: 20px;
  }
  .p-recruit-entry__section .type {
    margin-top: 8px;
    font-size: 2.2rem;
  }
  .p-recruit-entry__section p {
    margin-top: 16px;
    font-size: 1.2rem;
  }
  .p-recruit-entrylist {
    flex-direction: row;
    justify-content: center;
  }
  .p-recruit-entrylist a {
    min-width: 396px;
  }
  .p-services-assignment {
    padding-top: 100px;
    padding-bottom: 180px;
  }
  .p-services-assignment__title {
    margin-bottom: 88px;
    font-size: 2.6rem;
  }
  .p-services-assignment__list > li .order {
    margin-top: 6px;
    margin-bottom: 6px;
    width: 65px;
    font-size: 1.1rem;
  }
  .p-services-assignment__list > li .text {
    width: calc(100% - 65px - 29px);
  }
  .p-services-solution {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .p-services-solution__contents {
    gap: 45px;
    margin-top: 82px;
  }
  .p-services-solution__section {
    gap: 0 6.8493150685%;
  }
  .p-services-solution__section > .img {
    width: 48.2876712329%;
  }
  .p-services-solution__section > .txt {
    padding-right: 70px;
    width: 38.8698630137%;
  }
  .p-services-solution__section > .txt .title {
    font-size: 2.2rem;
  }
  .p-services-feature {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .p-services-feature__contents {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 4.8245614035%;
    margin-top: 82px;
    padding: 66px 4.8245614035%;
  }
  .p-services-feature__section {
    flex-direction: column;
    width: 26.1326860841%;
  }
  .p-services-feature__section > .img {
    margin-bottom: 16px;
    width: auto;
  }
  .p-services-feature__section > .img.-dx-feature02 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .p-services-feature__section > .img.-it-feature01 {
    margin-right: -13px;
    margin-left: -13px;
  }
  .p-services-feature__section > .img.-it-feature02 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .p-services-feature__section > .img.-it-feature03 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .p-services-feature__section > .img.-hr-feature01 {
    margin-right: -16px;
    margin-left: -16px;
  }
  .p-services-feature__section > .img.-hr-feature02 {
    margin-right: -17px;
    margin-left: -17px;
  }
  .p-services-feature__section > .img.-hr-feature03 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .p-services-feature__section > .txt {
    width: auto;
  }
  .p-services-feature__section > .txt .title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
  }
  .p-services-feature__section > .txt .title.line2 {
    min-height: 6rem;
  }
  .p-services-feature__section + .p-services-feature__section {
    padding-top: 0;
    padding-left: 4.8245614035%;
    border-top: none;
    border-left: 1px solid var(--color-gray2);
  }
  .p-services-feature__data {
    padding: 80px 60px;
  }
  .p-services-feature__dataList {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
  }
  .p-services-case {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .p-services-entry {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .p-services-entry + .l-contact {
    margin-top: -180px;
  }
  .p-top .p-top__about .p-top__about_flex {
    gap: 16px;
    margin-top: 22px;
    padding-bottom: 106px;
    flex-direction: row;
  }
  .p-top .p-top__about .p-top__about_flex > *:first-child {
    flex-basis: 45.2%;
  }
  .p-top .p-top__about .p-top__about_flex > *:last-child {
    flex-basis: 65.3%;
  }
  .p-top .p-top__about .p-top__about_partners {
    padding-top: 71px;
    gap: 40px;
    flex-direction: row;
  }
  .p-top .p-top__about .p-top__about_partners .title {
    text-align: left;
    font-size: 3rem;
  }
  .p-top .p-top__about .p-top__about_partners .text {
    margin-top: 8px;
    font-size: 1.6rem;
    text-align: left;
  }
  .p-top .p-top__news .p-top__news_btn_sp {
    display: none;
  }
  .p-top .p-top__news .p-top__news_inner {
    display: grid;
    padding: 160px 60px;
    grid-template-columns: 186px 1fr;
    gap: 80px;
  }
  .p-top .p-top__recruit .p-top__recruit_imgs {
    display: flex;
    gap: 30px;
    margin-top: 72px;
  }
}

@media screen and (min-width: 1366px){
  .m-breadcrumb {
    max-width: 760px;
    padding-right: 280px;
  }
  .m-breadcrumb > li .one-line {
    max-width: 600px;
  }
  .l-header .l-header__logo {
    padding-left: 50px;
    width: 267px;
  }
  .m-headling-main {
    padding: 170px 180px 150px;
  }
  .m-headling-main::before {
    max-width: 1036px;
    height: 1200px;
    background-position-y: -100px;
  }
  .p-company-col__text {
    padding-top: 250px;
  }
  .p-company-col__text.-pd-small {
    padding-top: 180px;
  }
  .p-recruit-col {
    align-items: flex-end;
  }
  .p-recruit-col.-under .p-recruit-col__title01 {
    font-size: 5.2rem;
  }
  .p-recruit-col__title01 {
    font-size: 5.4rem;
  }
  .p-recruit-jobs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-recruit-business__section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 40px 70px 40px 48px;
  }
  .p-recruit-business__img {
    width: 49.7142857143%;
  }
  .p-recruit-business__img.-img-margin {
    width: 51.4285714286%;
  }
  .p-recruit-business__content {
    width: 46.0952380952%;
  }
  .p-recruit-structure-project {
    margin-right: 0;
    margin-left: 0;
    padding: 100px 99px;
  }
  .p-recruit-interview-index {
    margin-right: auto;
    margin-left: auto;
  }
  .p-recruit-results__hdg > .inner {
    padding: 6px 30px;
  }
  .p-services-assignment__list {
    gap: 42px 52px;
  }
  .p-services-assignment__list::after {
    bottom: -148px;
    right: -12px;
    width: 171px;
    height: 341px;
  }
  .p-services-assignment__list > li {
    gap: 29px;
    padding: 22px 30px;
    width: calc(33.333% - 35px);
    font-size: 1.6rem;
  }
  .p-services-assignment__list > li:nth-child(4), .p-services-assignment__list > li:nth-child(5) {
    width: 410px;
  }
}

@media (any-hover: hover){
  .m-breadcrumb > li a:hover {
    text-decoration: underline;
  }
  .btn.-hover-red:hover {
    color: var(--color-white);
  }
  .btn.-hover-white:hover .btn_icon {
    background-image: url("/contents/assets/img/common/icon-arrow-btn-red.svg");
  }
  .btn.-hover-white:hover {
    color: var(--color-red);
  }
  .btn.-hover-black:hover .btn_icon {
    background-image: url("/contents/assets/img/common/icon-arrow-btn.svg") !important;
  }
  .btn.-hover-black:hover {
    color: var(--color-white);
  }
  .btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .btn.-back.-white:hover .btn__icon {
    background-image: url("/contents/assets/img/common/icon-arrow-back.svg") !important;
  }
  .m-newsCard:hover .m-newsCard__category {
    color: var(--color-white);
  }
  .m-newsCard:hover .m-newsCard__category::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .m-link02:hover {
    text-decoration: none;
  }
  .p-case-card:hover .p-case-card__solution li {
    color: var(--color-white);
  }
  .p-case-card:hover .p-case-card__solution li::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-company-officers__nav > ul > li button:hover {
    color: var(--color-red);
  }
  .p-contact-download > li a:hover .img img {
    transform: scale(1.1);
  }
  .p-contact-download > li a:hover .btn::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-news-card:hover .p-news-card__category {
    color: var(--color-white);
  }
  .p-news-card:hover .p-news-card__category::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-recruit-jobs > li a:hover .p-recruit-jobs__img img {
    transform: scale(1.1);
  }
  .p-recruit-jobs > li a:hover .p-recruit-jobs__btn .btn::before {
    background-color: var(--color-red);
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-recruit-more__inner .btn.-open:hover .btn__icon {
    background-image: url("/contents/assets/img/common/icon-arrow-white.svg") !important;
  }
  .p-recruit-more__inner .btn.-close:hover .btn__icon {
    background-image: url("/contents/assets/img/common/icon-arrow-white.svg") !important;
  }
}

@media (hover: hover) and (pointer: fine){
  .m-card .m-card__link:hover .m-card__img img {
    transform: scale(1.3);
  }
  .m-card .m-card__link:hover .m-card__title span {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .m-card .m-card__link:hover .m-icon::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .m-card .m-card__link:hover .m-icon::after {
    background: url("/contents/assets/img/common/icon-arrow-btn.svg") no-repeat center/contain;
  }
  .m-newsCard:hover .m-newsCard__img img {
    transform: scale(1.3);
  }
  .l-footer .l-footer__nav_item .link:hover span {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .l-footer .l-footer__nav_item_children a:hover span {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .l-header .l-header__nav_pulldown a:hover span {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .l-header .l-header__nav_item_menu:hover span {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .m-link01:hover,
  .p-news-detail a:hover,
  .p-case-detail a:hover {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .m-link01:hover .text,
  .p-news-detail a:hover .text,
  .p-case-detail a:hover .text {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .p-case-card:hover .p-case-card__img img {
    transform: scale(1.3);
  }
  .p-company-nav__list > li > a:hover .title {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .p-company-nav__list > li > a:hover .m-icon::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-company-nav__list > li > a:hover .m-icon::after {
    background: url("/contents/assets/img/common/icon-arrow-btn.svg") no-repeat center/contain;
  }
  .p-news-card:hover .p-news-card__img img {
    transform: scale(1.3);
  }
}

@media screen and (min-width: 1071px){
  .m-card .m-card__title_flex {
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .m-card .m-card__title {
    font-size: 2.6rem;
  }
  .m-card .m-card__text {
    font-size: 1.6rem;
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-header .l-header__nav .l-header__nav_item li .btn {
    padding-right: 32px;
    padding-left: 32px;
  }
  .p-top__kv .p-top__kv_left_symbol .-large {
    height: 875px;
  }
  .p-top .p-top__about {
    margin: 0 auto;
    padding: 180px 60px 160px;
  }
  .p-top .p-top__about .p-top__about_pc_flex {
    display: flex;
    gap: 8px;
    margin-right: -16px;
  }
  .p-top .p-top__about .p-top__about_title.-pc {
    display: block;
  }
  .p-top .p-top__about .p-top__about_title.-sp {
    display: none;
  }
  .p-top .p-top__about .p-top__about_text.-pc {
    margin-top: 22px;
    display: block;
  }
  .p-top .p-top__about .p-top__about_text.-sp {
    display: none;
  }
  .p-top .p-top__about .p-top__about_img {
    flex: 1;
  }
  .p-top .p-top__about .p-top__about_partners_logo ul {
    gap: 12px;
  }
}

@media screen and (min-width: 768px) and (any-hover: hover){
  .p-case-search__foot .btn:hover .btn_icon {
    background-image: url("/contents/assets/img/common/icon-narrow-white.svg") !important;
  }
  .p-case-more .btn:hover .btn_icon {
    border-color: var(--color-white);
    background-image: none !important;
  }
}

@media screen and (max-width: 999px){
  .p-company-col-mission-vision__flex {
    display: block;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueTitle img {
    width: 58.5px;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem.-left {
    padding-bottom: 40px;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem:nth-child(2) {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem:nth-child(3) {
    padding-top: 40px;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem:nth-child(4) {
    padding-top: 40px;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem + .p-company-col__valueItem {
    border-top: 1px solid #9ea7b0;
  }
}

@media screen and (min-width: 1000px){
  .p-company-col.-mission-vision.-value {
    padding: 176px 0 100px 0;
    flex-direction: row;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueTitle {
    top: 100px;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem {
    padding: 0 clamp(20px, 8vw, 100px);
    gap: 24px;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem:nth-child(2) {
    padding: 0;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem + .p-company-col__valueItem {
    border-left: 1px solid #9ea7b0;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem .title02 {
    font-size: 4rem;
  }
  .p-company-col.-mission-vision.-value .p-company-col__valueItem .body {
    font-size: 1.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
  }
}

@media screen and (min-width: 1600px){
  .p-company-col__img {
    width: 40.0584795322%;
  }
  .p-company-col__text {
    width: 54.0935672515%;
  }
  .p-company-col__text.-pd-small {
    padding-top: 120px;
  }
}

@media screen and (max-width: 399px){
  .p-contact-form iframe.-casual-interview {
    height: 2880px;
  }
  .p-contact-form iframe.-hr-solution-caree {
    height: 3430px;
  }
}

@media screen and (max-width: 1069px){
  .p-recruit-structure-flow::before {
    top: 14px;
    left: 4px;
    bottom: 4px;
    width: 4px;
  }
  .p-recruit-structure-flow::after {
    left: -3px;
    bottom: 0;
    border-width: 12px 9px 0px 9px;
    border-color: var(--color-gray5) transparent transparent transparent;
  }
  .p-recruit-structure-follow__system02 > .item .hdg {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5.44rem;
  }
  .p-recruit-interview-index .hdg .hidden-sp-tablet {
    display: none;
  }
  .p-services-feature__data .m-body01 br.hidden-pc.-tablet {
    display: block;
  }
}

@media screen and (any-hover: hover) and (min-width: 768px){
  .p-recruit-interview-index .anchor:hover .hdg > mark {
    color: var(--color-white);
  }
  .p-recruit-interview-index .anchor:hover .hdg > mark::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-recruit-interview-index .anchor:hover .info > .text {
    color: var(--color-black);
  }
  .p-recruit-interview-index .anchor:hover .info > .text::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-recruit-interview-index .anchor:hover .img img {
    transform: scale(1.1);
  }
  .p-recruit-entry__section a:hover {
    color: var(--color-white);
  }
  .p-recruit-entry__section a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-recruit-entry__section a:hover .title .img .normal {
    opacity: 0;
  }
  .p-recruit-entry__section a:hover .title .img .hover {
    opacity: 1;
  }
  .p-recruit-entry__section a:hover .title .text::after {
    background-image: url("/contents/assets/img/common/icon-arrow-btn.svg");
  }
  .p-recruit-entry__section a:hover[target=_blank] .title .text::after {
    background-image: url("/contents/assets/img/common/icon-external.svg");
  }
  .p-recruit-entrylist a:hover {
    color: var(--color-white);
  }
  .p-recruit-entrylist a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .p-recruit-entrylist a:hover::after {
    background-image: url("/contents/assets/img/common/icon-arrow-btn.svg");
  }
  .p-recruit-entrylist a:hover[target=_blank]::after {
    background-image: url("/contents/assets/img/common/icon-external.svg");
  }
}

@media (min-width: 1728px){
  .p-top .p-top__service::after {
    top: -76px;
    width: 638px;
    height: 1185px;
  }
}

@media (max-width: 1727px) and (min-width: 1501px){
  .p-top .p-top__service::after {
    top: -45px;
    width: 610px;
    height: 1079px;
  }
}

@media (max-width: 1500px) and (min-width: 1301px){
  .p-top .p-top__service::after {
    top: -49px;
    width: 566px;
    height: 1079px;
  }
}

@media (max-width: 1300px) and (min-width: 1101px){
  .p-top .p-top__service::after {
    top: -39px;
    width: 523px;
    height: 995px;
  }
}

@media (max-width: 1100px) and (min-width: 901px){
  .p-top .p-top__service::after {
    top: -30px;
    width: 450px;
    height: 863px;
  }
}

@media (max-width: 900px) and (min-width: 801px){
  .p-top .p-top__service::after {
    top: -30px;
    width: 473px;
    height: 881px;
  }
}

@media (max-width: 800px){
  .p-top .p-top__service::after {
    top: -83px;
    width: 278px;
    height: 518px;
  }
}

@media (max-width: 500px){
  .p-top .p-top__service::after {
    top: -29px;
    width: 186px;
    height: 303px;
    right: -12px;
  }
}