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

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

.mt8 {
  margin-top: 16px !important;
}
.mt16 {
  margin-top: 16px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt24 {
  margin-top: 24px !important;
}
.mt32 {
  margin-top: 32px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt48 {
  margin-top: 48px !important;
}

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

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

.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);
}
.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;
  max-width: 180px;
}
.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__img {
  border-radius: 10px;
  overflow: hidden;
}
.m-card .m-card__img img {
  transition: transform 0.4s;
}
.m-card .m-card__body {
  margin-top: 16px;
}
.m-card .m-card__title_flex {
  display: flex;
  align-items: center;
  gap: 12px;
}
.m-card .m-card__title {
  font-weight: 600;
  font-size: 1.9rem;
  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-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__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: 118px;
}
.l-header.-touchdevice .l-header__nav_pulldown.-show.-service {
  height: 115px;
}
.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: 13px !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_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 {
  color: var(--color-black);
  text-decoration: none;
}
.m-link01 .text,
.m-link01 span,
.p-news-detail a .text,
.p-news-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 {
  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;
}

.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-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__title .img {
  display: block;
}
.m-headling-main__title .text {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  font-weight: 600;
}
.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;
}

.p-company-col {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.p-company-col img {
  max-width: 100%;
}
.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-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: auto;
  margin-left: auto;
  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-right: 32px;
  padding-left: 32px;
  height: 46px;
}
.p-contact-download > li .btn .btn__text {
  font-size: 1.4rem;
}
.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 {
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  text-align: center;
}
.p-news-card__img img {
  transition: transform 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  height: 182px;
}
.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[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 table {
  margin-bottom: 40px;
  width: 100%;
}
.p-news-detail table th,
.p-news-detail 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-news-detail table 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-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-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 img {
  max-width: 100%;
}
.p-recruit-career {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-top: 40px;
}
.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-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 {
  display: inline-block;
  content: "";
  margin-top: -2px;
  margin-left: 4px;
  width: 12px;
  aspect-ratio: 7/8;
  background: url("/contents/assets/img/common/icon-external-black2.svg") center center/cover no-repeat;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.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 .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-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;
  top: 10px;
  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-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-case {
  padding-top: 80px;
  padding-bottom: 80px;
}
.p-services-box01 {
  margin-right: auto;
  margin-left: auto;
  max-width: 777px;
}

.p-top {
  overflow: hidden;
}
.p-top img {
  width: 100%;
  height: 100%;
}
.p-top .p-top__kv {
  position: relative;
}
.p-top .p-top__kv .p-top__kv_flex {
  position: relative;
  display: block;
  max-width: 1728px;
  margin: 0 auto;
}
.p-top .p-top__kv .p-top__kv_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 345px;
  background-color: var(--color-white);
}
.p-top .p-top__kv .p-top__kv_left {
  position: absolute;
  top: unset;
  bottom: 130px;
  left: 0;
  width: 100%;
  height: 400px;
  background-color: var(--color-red);
}
.p-top .p-top__kv .p-top__kv_left_bg {
  display: none;
}
.p-top .p-top__kv .p-top__kv_left_symbol {
  margin-top: 26px;
  height: 866px;
}
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-75%);
  }
}
.p-top .p-top__kv .p-top__kv_left_symbol .-large {
  position: absolute;
  top: 48%;
  left: 20px;
  width: 553px;
  height: 866px;
  transform: translateY(-50%);
}
.p-top .p-top__kv .p-top__kv_left_symbol .-small {
  position: absolute;
  top: 48%;
  left: 626px;
  width: 272px;
  height: 100%;
  max-height: 403px;
  transform: translateY(-50%);
}
.p-top .p-top__kv .p-top__kv_left_symbol .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;
}
.p-top .p-top__kv .p-top__kv_left_symbol .mask-wrapper.-smalla {
  mask-image: url("/contents/assets/img/top/kv-mask-02.webp");
  -webkit-mask-image: url("/contents/assets/img/top/kv-mask-02.webp");
}
.p-top .p-top__kv .p-top__kv_left_symbol .slide-imgs {
  display: flex;
  transition: none;
  width: 100%;
  height: 100%;
}
.p-top .p-top__kv .p-top__kv_left_symbol .slide-imgs img {
  width: 100.1%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
.p-top .p-top__kv .p-top__kv_left_symbol .mask-img {
  display: none;
}
.p-top .p-top__kv .p-top__kv_title {
  position: absolute;
  top: 70px;
  width: 309px;
  z-index: 4;
}
.p-top .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 .p-top__kv .p-top__kv_text.-pc {
  display: none;
}
.p-top .p-top__kv .p-top__kv_text.-sp {
  display: none;
}
.p-top .p-top__about {
  padding: 100px 16px 80px;
  max-width: 1368px;
  margin: -129px auto 0;
}
.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;
}
.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;
  flex-basis: 23.7%;
  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;
}
@media screen and (max-width: 767px){
  .hidden-sp {
    display: none;
  }
  .hidden-pc {
    display: block;
  }
  .mt8-sp {
    margin-top: 16px !important;
  }
  .mt16-sp {
    margin-top: 16px !important;
  }
  .mt20-sp {
    margin-top: 20px !important;
  }
  .mt24-sp {
    margin-top: 24px !important;
  }
  .mt32-sp {
    margin-top: 32px !important;
  }
  .mt40-sp {
    margin-top: 40px !important;
  }
  .mt48-sp {
    margin-top: 48px !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;
  }
  .m-newsCard .m-newsCard__img img {
    height: 220px;
  }
  .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 span {
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1;
  }
  .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: 118px;
  }
  .l-header .l-header__nav_pulldown.-show.-service {
    height: 115px;
  }
  .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.-news {
    max-width: 88px;
  }
  .m-headling-main__title .img.-recruit {
    max-width: 126px;
  }
  .m-headling-main__title .img.-privacy {
    max-width: 267px;
  }
  .m-headling-main__title .img.-contact {
    max-width: 155px;
  }
  .m-headling-main__title .img.-download {
    max-width: 196px;
  }
  .m-headling-main__txt .text mark.hidden-sp {
    display: none !important;
  }
  .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: 2100px;
  }
  .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 {
    gap: 5px;
    padding: 0 28px;
    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-entry__section .title .img img {
    height: 10px;
  }
  .p-services-assignment__list > li .order .num img {
    height: 14px;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-large {
    max-height: 339px;
    top: 52%;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-small {
    top: 52%;
    left: 246px;
    height: 177px;
  }
  .p-top .p-top__kv .p-top__kv_title {
    left: 20px;
    top: 120px;
    width: 76.4%;
    max-width: 309px;
  }
  .p-top .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: flex;
    gap: 20px;
  }
  .m-card > * {
    flex-basis: 49%;
  }
  .m-card > .m-card__img {
    flex: 1;
  }
  .m-card > .m-card__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .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;
  }
  .mt8-pc {
    margin-top: 16px !important;
  }
  .mt16-pc {
    margin-top: 16px !important;
  }
  .mt20-pc {
    margin-top: 20px !important;
  }
  .mt24-pc {
    margin-top: 24px !important;
  }
  .mt32-pc {
    margin-top: 32px !important;
  }
  .mt40-pc {
    margin-top: 40px !important;
  }
  .mt48-pc {
    margin-top: 48px !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;
  }
  .m-movie01 + .m-movie01 {
    margin-top: 80px;
  }
  .m-breadcrumb {
    gap: 4px 12px;
    max-width: 360px;
  }
  .m-breadcrumb > li::after {
    margin-left: 12px;
  }
  .m-breadcrumb > li .one-line {
    max-width: 240px;
  }
  .m-card .m-card__body {
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }
  .m-card .m-card__title {
    font-size: 2.6rem;
  }
  .m-card .m-card__text {
    font-size: 1.6rem;
  }
  .m-newsCard {
    padding: 16px;
  }
  .m-newsCard .m-newsCard__img {
    flex-basis: 30.5%;
    max-height: 154px;
    height: 154px;
    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: 12px;
  }
  .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;
  }
  .l-section01 {
    padding-bottom: 180px;
  }
  .l-section02 {
    padding-top: 180px;
    padding-bottom: 180px;
  }
  .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.5;
    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.5;
    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::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 .text {
    margin-top: 24px;
    font-size: 1.7rem;
  }
  .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;
  }
  .p-company-col {
    flex-direction: row;
    gap: 0 4.7904191617%;
  }
  .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: 2rem;
  }
  .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-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 {
    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;
  }
  .p-contact-form iframe {
    height: 1600px;
  }
  .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__img {
    height: 182px;
  }
  .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 table th,
  .p-news-detail table 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__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.-img-margin {
    margin-right: -16px;
  }
  .p-recruit-introduction {
    margin-top: 80px;
  }
  .p-recruit-entry {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    margin-top: 108px;
  }
  .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-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: 54px;
    margin-top: 56px;
    margin-right: auto;
    margin-left: auto;
    padding: 54px 40px;
  }
  .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: 54px;
  }
  .p-services-case {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .p-top .p-top__kv .p-top__kv_flex {
    display: grid;
    grid-template-columns: 40% 60%;
    height: 950px;
  }
  .p-top .p-top__kv .p-top__kv_right {
    width: 60%;
    height: 100%;
  }
  .p-top .p-top__kv .p-top__kv_left {
    top: 0;
    bottom: unset;
    width: 40%;
    height: 100%;
  }
  .p-top .p-top__kv .p-top__kv_left_bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 950px;
    background-color: var(--color-red);
  }
  .p-top .p-top__kv .p-top__kv_title {
    width: 59%;
    top: 47%;
    left: 56%;
    transform: translate(-50%, -50%);
  }
  .p-top .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;
  }
  .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;
  }
  .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;
  }
  .m-body01 {
    font-size: 1.6rem;
  }
  .m-body02 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .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__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__img {
    width: 39.0052356021%;
  }
  .p-company-col__text {
    padding-top: 192px;
    width: 54.1012216405%;
  }
  .p-company-col__title01 {
    font-size: 5.5rem;
  }
  .p-company-col__title02 .img img {
    max-height: auto;
  }
  .p-company-col__title02 .text {
    font-size: 3.2rem;
  }
  .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__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 {
    order: 2;
  }
  .p-recruit-career__content {
    order: 1;
  }
  .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-entry__section a {
    justify-content: flex-start;
    padding: 60px 24px 24px;
    min-height: 228px;
  }
  .p-recruit-entry__section a[target=_blank] .title .text::after {
    margin-left: 8px;
    width: 20px;
  }
  .p-recruit-entry__section .title .text {
    font-size: 3rem;
  }
  .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-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-direction: row;
    gap: 0 66px;
    margin-top: 82px;
    padding: 66px;
  }
  .p-services-feature__section {
    flex-direction: column;
    gap: 0 66px;
    width: 26.213592233%;
  }
  .p-services-feature__section > .img {
    margin-bottom: 16px;
    width: auto;
  }
  .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: 66px;
    border-top: none;
    border-left: 1px solid var(--color-gray2);
  }
  .p-services-case {
    padding-top: 180px;
    padding-bottom: 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: 106px;
    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;
  }
  .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-recruit-col {
    align-items: flex-end;
  }
  .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__content {
    width: 46.0952380952%;
  }
  .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-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);
  }
}
@media (hover: hover) and (pointer: fine){
  .m-card:hover .m-card__img img {
    transform: scale(1.3);
  }
  .m-card:hover .m-card__title span {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .m-card:hover .m-icon::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .m-card: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 .text,
  .p-news-detail a:hover .text {
    background-position: left bottom;
    background-size: 100% 2px;
  }
  .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__body {
    margin-top: 24px;
  }
  .l-header .l-header__nav .l-header__nav_item li .btn {
    padding-right: 32px;
    padding-left: 32px;
  }
  .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: 1600px){
  .p-company-col__img {
    width: 40.0584795322%;
  }
  .p-company-col__text {
    width: 54.0935672515%;
  }
}
@media screen and (max-width: 399px){
  .p-contact-form iframe {
    height: 2300px;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px){
  .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[target=_blank] .title .img .normal {
    opacity: 0;
  }
  .p-recruit-entry__section a:hover[target=_blank] .title .img .hover {
    opacity: 1;
  }
  .p-recruit-entry__section a:hover[target=_blank] .title .text::after {
    background-image: url("/contents/assets/img/common/icon-external.svg");
  }
}
@media (max-width: 1000px) and (min-width: 769px){
  .p-top .p-top__kv .p-top__kv_flex {
    height: 580px;
  }
  .p-top .p-top__kv .p-top__kv_left_bg {
    height: 580px;
  }
}
@media (max-width: 1719px) and (min-width: 1501px){
  .p-top .p-top__kv .p-top__kv_left_symbol .-large {
    width: 35%;
    height: 795px;
    left: 40px;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-small {
    left: 38%;
    width: 15%;
    height: 351px;
  }
}
@media (max-width: 1500px) and (min-width: 1301px){
  .p-top .p-top__kv .p-top__kv_left_symbol .-large {
    width: 32%;
    left: 38px;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-small {
    left: 37%;
    width: 16%;
    height: 360px;
  }
  .p-top .p-top__service::after {
    top: -49px;
    width: 566px;
    height: 1079px;
  }
}
@media (max-width: 1300px) and (min-width: 1101px){
  .p-top .p-top__kv .p-top__kv_left_symbol .-large {
    width: 29%;
    left: 36px;
    height: 611px;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-small {
    left: 34%;
    width: 19%;
    height: 300px;
  }
  .p-top .p-top__service::after {
    top: -39px;
    width: 523px;
    height: 995px;
  }
}
@media (max-width: 1100px) and (min-width: 901px){
  .p-top .p-top__kv .p-top__kv_left_symbol .-large {
    width: 28%;
    left: 30px;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-small {
    left: 34%;
    width: 19%;
    height: 245px;
  }
  .p-top .p-top__service::after {
    top: -30px;
    width: 450px;
    height: 863px;
  }
}
@media (max-width: 900px) and (min-width: 769px){
  .p-top .p-top__kv .p-top__kv_left_symbol .-large {
    width: 28%;
    left: 26px;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-small {
    left: 35%;
    width: 18%;
    height: 211px;
  }
}
@media (max-width: 768px) and (min-width: 569px){
  .p-top .p-top__kv .p-top__kv_left_symbol .-large {
    top: 55%;
    width: 35%;
    left: 26px;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-small {
    top: 55%;
    left: 36%;
    width: 29%;
    height: auto;
  }
}
@media (max-width: 568px) and (min-width: 401px){
  .p-top .p-top__kv .p-top__kv_left_symbol .-large {
    top: 55%;
    width: 221px;
    left: 26px;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-small {
    top: 55%;
    width: 185px;
    left: 239px;
    height: auto;
  }
}
@media (max-width: 400px){
  .p-top .p-top__kv .p-top__kv_left_symbol .-large {
    width: 221px;
    left: 8px;
  }
  .p-top .p-top__kv .p-top__kv_left_symbol .-small {
    left: 246px;
    width: 112px;
  }
}
@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: 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;
  }
}