*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 68px;
}

body::-webkit-scrollbar {
  display: none;
}

body {
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url("../img/common/common-bg.png") top/cover no-repeat;
  background-repeat: repeat;
}

@media screen and (max-width: 600px) {
  .p-pc-only {
    display: none;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

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

form {
  margin: 0;
  padding: 0;
}

input:not([type="radio"]),
textarea {
  padding: 20px 24px;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: none;
  font-size: 1em;
  font-family: inherit;
  -webkit-appearance: none;
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #e2e2e2;
}

input::-moz-placeholder {
  color: #e2e2e2;
}

input::-ms-input-placeholder {
  color: #e2e2e2;
}

input:-ms-input-placeholder {
  color: #e2e2e2;
}

input::placeholder {
  color: #e2e2e2;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
  outline: none;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.6;
}

input[type="submit"] ::-moz-focus-inner,
input[type="button"] ::-moz-focus-inner {
  padding: 0;
  border: none;
}

select {
  padding: 0.4em 2.4em 0.4em 0.8em;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-image: url(../img/select-arrow.svg);
  background-position: right 6px center;
  background-size: 24px;
  background-repeat: no-repeat;
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
.p-editorContents {
  margin-top: 100px;
}
.p-editorContents h2.wp-block-heading {
  padding-left: 37px;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.p-editorContents h2.wp-block-heading::before {
  position: absolute;
  content: "";
  width: 21.58px;
  height: 21.58px;
  background: #eee;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.p-editorContents h3.wp-block-heading {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-editorContents * + h2.wp-block-heading {
  margin-top: 96px;
}
.p-editorContents * + h3.wp-block-heading {
  margin-top: 56px;
}
.p-editorContents * + p {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-image {
  margin-top: 32px;
}
.p-editorContents ul {
  padding-left: 16px;
}
.p-editorContents * + ul {
  margin-top: 32px;
}
.p-editorContents li {
  position: relative;
}
.p-editorContents li::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #000;
  top: 7px;
  left: -16px;
}
.p-editorContents * + li {
  margin-top: 16px;
}
.p-editorContents figcaption {
  font-size: 0.75rem;
  color: #787878;
  margin-top: 16px;
}

.single-contents .p-editorContents h2.wp-block-heading::before {
  background: #e95513;
}

.l-outer {
  overflow: clip;
}

@media screen and (max-width: 768px) {
  .l-container {
    width: 90%;
    margin: 0 auto;
  }
  .l-singleContainer {
    width: 100%;
  }
}

.l-inner {
  width: 928px;
  max-width: 100%;
  margin: 0 auto;
}

.l-inner--page {
  width: 928px;
  max-width: 100%;
  margin: 0 auto;
  padding: 96px 0 93px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .l-inner--page {
    width: 90%;
  }
}

.l-inner--1000 {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.l-pageContents {
  margin-top: 95px;
}
@media screen and (max-width: 600px) {
  .l-pageContents {
    margin-top: 2.5rem;
  }
}

.l-singleContents {
  padding: 95px 0;
}

aside {
  width: 208px;
  height: 100vh;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
}
@media screen and (max-width: 768px) {
  aside {
    display: none;
  }
}

main {
  width: calc(100% - 208px);
  margin-left: 208px;
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
    margin: 0;
    height: unset;
  }
}

.l-header {
  padding: 42px 0;
  height: 100vh;
}

.p-header {
  background: #fff;
  overflow-y: auto;
  -webkit-box-shadow: 1.53px 1.53px 1.53px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 1.53px 1.53px 1.53px rgba(0, 0, 0, 0.0509803922);
}
.p-header::-webkit-scrollbar {
  display: none;
}


.p-headerLogoLink:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .p-headerLogoLink:hover {
    opacity: 0.7;
  }
}

.p-headerLogo__image {
  margin: 0 auto;
}

.p-globalNav {
  margin-top: 36px;
  text-align: center;
}

.p-globalNav__link {
  font-size: 0.875rem;
  padding: 0.5rem 2.125rem;
  display: block;
/*  font-family: "Roboto";*/
  letter-spacing: 0.035em;
  text-align: left;
  position: relative;
}
.p-globalNav__link.has-child:focus::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.125rem;
  width: 0.75rem;
  height: 0.25rem;
  background: url("../img/icon/icon-line.svg") center/cover no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .p-globalNav__link.has-child:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.125rem;
    width: 0.75rem;
    height: 0.25rem;
    background: url("../img/icon/icon-line.svg") center/cover no-repeat;
  }
}
.p-globalNav__link.has-child::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.125rem;
  width: 0.75rem;
  height: 0.25rem;
  background: url("../img/icon/icon-dot.svg") center/cover no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-globalNav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2.125rem;
  width: 0.3125rem;
  height: 0.625rem;
  background: url("../img/icon/icon-arrowRight.svg") center/cover no-repeat;
}
.p-globalNav__link:hover::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #004975;
}
.p-globalNav__link.company:hover::before {
  background: #004975;
}
.p-globalNav__link.service:hover::before {
  background: #d1aa00;
}
.p-globalNav__link.group:hover::before {
  background: #268fcf;
}
.p-globalNav__link.contents:hover::before {
  background: #e95513;
}
.p-globalNav__link.recruit:hover::before {
  background: #20b173;
}
.p-globalNav__link.news:hover::before {
  background: #20b173;
}
.p-globalNav__link.contact:hover::before {
  background: #eee;
}

.l-contact {
  padding: 85px 0 96px;
}

.p-contact {
  width: 928px;
  max-width: 100%;
  position: relative;
  margin: 0 auto;
}

.p-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 3.0625rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
}
@media screen and (max-width: 960px) {
  .p-contact__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-contact__text {
  font-size: 1.125rem;
  letter-spacing: 0.17em;
  font-weight: 500;
}

.p-contactIcon {
  margin-right: 8px;
}

.p-contactImg01 {
  position: absolute;
  top: 0;
  right: 0;
}

.p-contactImg02 {
  position: absolute;
  top: 10%;
  left: 50%;
}

.p-contactImg03 {
  position: absolute;
  bottom: 0;
  right: 7%;
}

.p-contactImg04 {
  position: absolute;
  bottom: 0;
  left: -6%;
}

.l-copyright {
  padding: 20px 0;
}

.c-copyright__text {
  text-align: center;
  font-size: 0.75rem;
  font-family: "Roboto";
}

.l-footerNav {
  min-height: 404px;
}
@media screen and (max-width: 768px) {
  .l-footerNav {
    height: auto;
  }
}

.p-footerNav__logoWrap {
  width: 280px;
  min-height: 25.25rem;
  max-width: 100%;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .p-footerNav__logoWrap {
    padding: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-footerNav__logoWrap {
    min-height: 12.625rem;
  }
}

.p-footerNav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .p-footerNav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-footerNav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 300px);
}
@media screen and (max-width: 960px) {
  .p-footerNav__wrapper {
    gap: 2.5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .p-footerNav__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-footerNav__firstItem {
    gap: 2.5rem;
  }
}

.p-footerNav__firstItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-footerNav__left {
  margin-left: 31px;
  padding-top: 62px;
}
@media screen and (max-width: 960px) {
  .p-footerNav__left {
    margin-left: 0;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-footerNav__left {
    padding-top: 1.25rem;
  }
}

.p-footerNav__right {
  margin-left: 40px;
  padding-top: 62px;
}
@media screen and (max-width: 960px) {
  .p-footerNav__right {
    margin-left: 0;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .p-footerNav__right {
    padding-top: 1.25rem;
  }
}

.p-footerNav__item:not(:first-child) {
  margin-top: 18px;
}

.p-footerNav__link {
  font-size: 1.125rem;
  letter-spacing: 0.035em;
/*  font-family: "Roboto";*/
  display: block;
  position: relative;
}
.p-footerNav__link.has-child:focus::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0.75rem;
  height: 0.25rem;
  background: url("../img/icon/icon-line.svg") center/cover no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .p-footerNav__link.has-child:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 0.75rem;
    height: 0.25rem;
    background: url("../img/icon/icon-line.svg") center/cover no-repeat;
  }
}
.p-footerNav__link.has-child::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0.75rem;
  height: 0.25rem;
  background: url("../img/icon/icon-dot.svg") center/cover no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footerNav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0.3125rem;
  height: 0.625rem;
  background: url("../img/icon/icon-arrowRight.svg") center/cover no-repeat;
}

.p-footerNav__link:focus {
  /* opacity: 0.5; */
}
@media (hover: hover) and (pointer: fine) {
  .p-footerNav__link:hover {
    /* opacity: 0.5; */
  }
}

.p-footerNav__childList {
  margin-top: 11px;
  display: none;
}
.p-footerNav__childList.is-open {
  display: block;
}
.p-footerNav__childItem .p-serviceMenu__link {
  padding: 0;
}
.p-footerNav__childItem .p-serviceMenu__link .p-serviceName {
  font-size: 14px;
}
.p-footerNav__childItem .p-serviceMenu__link .p-arrowWrap {
  width: 22px;
  height: 22px;
}
.p-footerNav__childItem .p-service__cardLink {
  padding: 0;
}
.p-footerNav__childItem .p-serviceMenu__link .p-arrowWrap {
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  .p-footerNav__childItem .p-service__cardLink {
    flex-direction: row;
  }
  .p-footerNav__childItem .p-service__cardLink .p-service__cardImage {
    width: 56px;
    height: auto;
  }
  .p-footerNav__childItem .p-service__cardLink .p-service__cardBody {
    justify-content: space-between;
    width: calc(100% - 56px - 16px);
    margin-left: 16px;
  }
  .p-footerNav__childItem
    .p-service__cardLink
    .p-service__cardBody
    .p-arrowWrap {
    width: 22px;
    height: 22px;
  }
  .p-footerNav__childItem
    .p-service__cardLink
    .p-service__cardBody
    .p-service__cardName {
    width: 117px;
  }
  .p-footerNav__childItem
    .p-service__cardLink
    .p-service__cardBody
    .p-service__cardName
    img {
    width: 100%;
    height: 100%;
  }
}

.p-footerNav__childItem {
  padding: 16px 0;
  font-size: 0.75rem;
  /* color: #787878; */
  border-top: 1px solid #e6e6e6;
}
/* .p-footerNav__childItem:not(:first-child) {
  margin-top: 10px;
} */
.p-footerNav__childItem:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.p-footerNav__childItem.py-half {
  padding: 8px 0;
}
.p-footerNav__childItem.py-oneHalf {
  padding: 24px 0;
}
.p-footerNav__childLink {
  letter-spacing: 0.17em;
}
.p-footerNav__childLink:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-footerNav__childLink:hover {
    opacity: 0.5;
  }
}

.c-sectionTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  .c-sectionTitle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.c-sectionTitle::before {
  position: absolute;
  content: "";
  width: 21.58px;
  height: 21.58px;
  background: #eee;
}

.c-sectionTitle__en {
  font-size: 1.625rem;
  letter-spacing: 0.005em;
  font-family: "Roboto";
  margin-left: 37px;
  line-height: 1;
}

.c-sectionTitle__ja {
  font-size: 0.75rem;
  letter-spacing: 0.125em;
  margin-left: 16px;
}
@media screen and (max-width: 600px) {
  .c-sectionTitle__ja {
    margin-left: 2.5rem;
    margin-top: 0.5rem;
  }
}

.c-sectionTitle.service::before {
  background: #d1aa00;
}

.c-sectionTitle.contents::before {
  background: #e95513;
}

.c-sectionTitle.group::before {
  background: #004975;
}

.c-sectionTitle.recruit::before {
  background: #20b173;
}

.c-sectionTitle.magazine::before {
  background: #268fcf;
}

.c-sectionTitle.news::before {
  background: #20b173;
}

.c-sectionTitle.contact::before {
  background: #004975;
}

.c-pageTitle__ja {
  font-size: 0.875rem;
}

.c-pageTitle__en {
  font-size: 4rem;
  font-family: "Roboto";
  margin-top: -10px;
}
@media screen and (max-width: 600px) {
  .c-pageTitle__en {
    font-size: 2.5rem;
  }
}

.page-numbers {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #000;
  text-align: center;
  line-height: 48px;
  display: block;
  margin: 0 4px;
}
.page-numbers:focus {
  background: #000;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers:hover {
    background: #000;
    color: #fff;
  }
}
.page-numbers.prev {
  margin-right: 32px;
  margin-left: 0;
}
.page-numbers.next {
  margin-left: 32px;
  margin-right: 0;
}
.page-numbers.current {
  color: #fff;
  background: #000;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.l-pagenationWrap {
  margin-top: 92px;
}

.c-table th {
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 21%;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .c-table th {
    padding: 0.75rem 0;
    font-size: 0.875rem;
    display: block;
    width: 100%;
    border-bottom: none;
  }
}
.c-table td {
  padding: 24px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 79%;
  line-height: 1.75;
}
.c-table td span {
  font-size: 0.875rem;
  display: block;
}
@media screen and (max-width: 600px) {
  .c-table td {
    /* padding: 0.75rem 0.625rem; */
    padding: 0 0 0.75rem;
    font-size: 0.875rem;
    display: block;
    width: 100%;
    border: none;
  }
  .c-table tr:last-child td {
    border-bottom: 1px solid #000;
  }
}

.c-heading2 {
  padding-left: 37px;
  position: relative;
  font-size: 1.5rem;
}
.c-heading2::before {
  position: absolute;
  content: "";
  width: 21.58px;
  height: 21.58px;
  background: #eee;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-heading2.recruit::before {
  background: #20b173;
}

.c-heading2.company::before {
  background: #d1aa00;
}

.c-heading2.contents::before {
  background: #e95513;
}

.c-heading2.group::before {
  background: #004975;
}

.c-btnMore {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-btnMore__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto";
  font-size: 1rem;
  letter-spacing: 0.085em;
}
@media screen and (max-width: 600px) {
  .c-btnMore__link {
    font-size: 0.75rem;
  }
}
.c-btnMore__link:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .c-btnMore__link:hover {
    opacity: 0.7;
  }
}
.c-btnMore__link span {
  margin-left: 16px;
  width: 54px;
  height: 54px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 54px;
}
@media screen and (max-width: 600px) {
  .c-btnMore__link span {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

.c-btnMore__link--pdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btnMore__link--pdf:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .c-btnMore__link--pdf:hover {
    opacity: 0.7;
  }
}
.c-btnMore__link--pdf span {
  margin-left: 16px;
}
.c-btnMore__link--pdf span::before {
  content: "";
  display: inline-block;
  width: 3.375rem;
  height: 3.375rem;
  -webkit-mask-image: url("../img/icon/icon-pdf.svg");
  mask-image: url("../img/icon/icon-pdf.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-color: #000;
}
@media screen and (max-width: 600px) {
  .c-btnMore__link--pdf span::before {
    width: 2rem;
    height: 2rem;
  }
}

.c-btnContact {
  border-radius: 6px;
}
@media screen and (max-width: 600px) {
  .c-btnContact {
    width: 100%;
  }
}

.c-btnContact__link {
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #000;
  width: 288px;
  border-radius: 6px;
  max-width: 100%;
  padding: 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.17em;
}
@media screen and (max-width: 600px) {
  .c-btnContact__link {
    width: 100%;
  }
}
.c-btnContact__link:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .c-btnContact__link:hover {
    opacity: 0.7;
  }
}

.c-btnContents {
  border-radius: 6px;
}

.c-btnContents__link {
  font-size: 1.125rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  background: #000;
  width: 288px;
  border-radius: 6px;
  max-width: 100%;
  padding: 19px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-btnContents__link:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .c-btnContents__link:hover {
    opacity: 0.7;
  }
}

.l-tab {
  margin-top: 63px;
}

.p-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-tabMenu {
  cursor: pointer;
  padding-left: 19px;
  position: relative;
  letter-spacing: 0.17em;
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-tabMenu:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .p-tabMenu:hover {
    opacity: 0.7;
  }
}
.p-tabMenu:not(:first-child) {
  margin-top: 16px;
}
.p-tabMenu.current::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-contentBox {
  display: none;
}

.p-tabList {
  width: fit-content;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-contentGroup {
  margin-left: 78px;
  width: calc(100% - 168px);
}
@media screen and (max-width: 600px) {
  .p-contentGroup {
    margin-left: 1rem;
    width: 100%;
  }
}

body {
  position: relative;
}
body.is-fixed {
  overflow: hidden;
}

.c-layer {
  cursor: pointer;
}
.c-layer.is-active {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.2);
}

.c-megaMenu__title {
  font-size: 2.5rem;
  padding: 0 1.5rem;
  text-align: left;
}

.c-megaMenu {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  background: #fff;
  padding: 4.5rem;
  height: 100vh;
  width: 32.5rem;
  z-index: 9999;
  border-left: 1px solid rgba(0, 0, 0, 0.0509803922);
  overflow-y: scroll;
}
.c-megaMenu.is-open {
  display: block;
}

.c-megaMenu__nav {
  margin-top: 2.625rem;
}

.c-megaMenu__item {
  border-top: 1px solid #f2f2f2;
  width: 23rem;
}

.c-megaMenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-megaMenu__link:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .c-megaMenu__link:hover {
    opacity: 0.6;
  }
}

.c-megaMenu__name {
  text-align: left;
}

.c-megaMenuGroup,
.c-megaMenuService {
  display: none;
}

.c-megaMenuService__headline {
  width: 23rem;
  margin-top: 2.625rem;
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
}

.c-megaMenuService__headlineLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5rem;
}
.c-megaMenuService__headlineLink:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .c-megaMenuService__headlineLink:hover {
    opacity: 0.6;
  }
}

.c-megaMenuService__itemTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.5rem;
}

.c-megaMenuService__thumbnail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.c-megaMenuService__itemBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 0.8125rem;
  margin-top: 0.6875rem;
}

.c-megaMenuService__itemText {
  font-size: 0.625rem;
}

.c-megaMenuService__listItem {
  border-top: 1px solid rgba(0, 0, 0, 0.0509803922);
}

.c-megaMenuService__list {
  width: 23rem;
}

.c-megaMenuService__listLink {
  padding: 1rem 1.5rem;
  display: block;
}
.c-megaMenuService__listLink:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .c-megaMenuService__listLink:hover {
    opacity: 0.6;
  }
}

.c-headerSp {
  display: none;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 1.53px 1.53px 1.53px rgba(0, 0, 0, 0.0509803922);
  box-shadow: 1.53px 1.53px 1.53px rgba(0, 0, 0, 0.0509803922);
  padding: 0.625rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .c-headerSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-headerSp__menuIcon span {
  background: #004975;
  display: block;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-headerSp__menuIcon span:nth-child(1) {
  width: 1.25rem;
}
.c-headerSp__menuIcon span:nth-child(2) {
  width: 0.875rem;
  margin: 0.3125rem 0 0 0.125rem;
}
.c-headerSp__menuIcon span:nth-child(3) {
  width: 0.625rem;
  margin-top: 0.3125rem;
}
.c-headerSp__menuIcon.is-open span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(4px);
  transform: rotate(45deg) translateY(4px);
  width: 1.2rem;
}
.c-headerSp__menuIcon.is-open span:nth-child(2) {
  display: none;
}
.c-headerSp__menuIcon.is-open span:nth-child(3) {
  -webkit-transform: rotate(135deg) translateY(5px);
  transform: rotate(135deg) translateY(5px);
  width: 1.25rem;
}

.c-hamburgerMenu {
  display: none;
}

.c-hamburgerMenu__content {
  padding: 3.5625rem 1rem 5rem;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  overflow-y: scroll;
  width: 100%;
}

.c-form {
  margin-top: 2.5rem;
}

.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #999;
}
@media screen and (max-width: 600px) {
  .c-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-form__head {
  width: 12.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #eee;
  padding: 1rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .c-form__head {
    width: 100%;
  }
}

.c-form__data {
  width: 100%;
  padding: 1rem;
}
@media screen and (max-width: 600px) {
  .c-form__data {
    padding: 1rem 0;
  }
}
.c-form__data textarea {
  background: #eee;
  padding: 0.5rem;
}
.c-form__data input {
  background: #eee;
  padding: 0.5rem;
}
.c-form__data input::-webkit-input-placeholder {
  color: #999;
}
.c-form__data input::-moz-placeholder {
  color: #999;
}
.c-form__data input:-ms-input-placeholder {
  color: #999;
}
.c-form__data input::-ms-input-placeholder {
  color: #999;
}
.c-form__data input::placeholder {
  color: #999;
}

.c-form__require {
  color: red;
  margin-left: 0.1875rem;
  font-weight: 700;
}

.c-form__submit {
  margin-top: 2.5rem;
}
.c-form__submit input {
  cursor: pointer;
  width: 18rem;
}
@media screen and (max-width: 600px) {
  .c-form__submit input {
    width: 100%;
  }
}

.c-form__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.25rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-sectionTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 31px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 600px) {
  .p-sectionTop.is-withText {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: -1.875rem;
  }
}
@media screen and (max-width: 600px) {
  .p-sectionTop.is-withText .p-sectionTop__desc {
    margin-top: 1.9375rem;
  }
}

.p-sectionTop__desc {
  letter-spacing: 0.125em;
  width: 52%;
}
@media screen and (max-width: 600px) {
  .p-sectionTop__desc {
    width: 100%;
  }
}

.p-bgText {
  color: #f6f6f6;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9.375rem;
  line-height: 0.8;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .p-bgText {
    font-size: 3.75rem;
  }
}

.p-bgText--white {
  color: #fff;
}

.p-bgText--magazine {
  line-height: 0.9;
}

.l-mv {
  position: relative;
  padding: 12rem 0 0;
  height: 38.625rem;
}
@media screen and (max-width: 768px) {
  .l-mv {
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .l-mv {
    padding: 7.5rem 0 0;
  }
}

.p-mv {
  background: url("../img/home/bg-square.png") top/contain no-repeat;
}
@media screen and (max-width: 1280px) {
  .p-mv {
    background: url("../img/home/bg-square.png") top/cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background: url("../img/common/bg-squareSp.svg") top/cover no-repeat;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
@media screen and (max-width: 600px) {
  .p-mv {
    background: url("../img/common/bg-squareSp.svg") top/contain no-repeat;
    margin: 0.625rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.p-mv__copy {
  width: 76.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 19.4%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-mv__copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    gap: 2.5rem;
  }
}

.p-mv__copyLeft {
  width: 13.0625rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
}

.p-mvSlider {
  width: 28rem;
  max-width: 100%;
}

.swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-wrapper__top {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline !important;
}

.swiper-slide__top--imgModify {
  position: relative;
  left: 6px;
}

@media screen and (max-width: 1310px) {
  .swiper__top {
    overflow: visible !important;
  }
  .swiper-slide__top {
    width: 100% !important;
  }
  .swiper-slide__top--imgModify {
    left: 0px;
    min-width: 101.34%;
  }
}

@media screen and (max-width: 600px) {
  .swiper__top {
    overflow: hidden !important;
  }
  .swiper-slide__top {
    width: unset;
  }
  .swiper-slide__top--imgModify {
    left: 0px;
    min-width: unset;
  }
}

@media screen and (max-width: 768px) {
  .swiper-slide {
    width: 100% !important;
  }
}
.swiper-slide img {
  margin: 0 auto !important;
}

.p-mvSlider__link:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .p-mvSlider__link:hover {
    opacity: 0.6;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
  width: 2rem;
  height: 2rem;
  background: #fff;
  color: #000;
  border-radius: 50%;
  border: 1px solid #787878;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  text-align: center;
  margin: 0;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet:focus {
  background: #000;
  color: #fff;
  border: 1px solid transparent;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet:hover {
    background: #000;
    color: #fff;
    border: 1px solid transparent;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
  color: #fff;
  border: 1px solid transparent;
}
@media screen and (max-width: 600px) {
  .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet {
    font-size: 0.75rem;
  }
}

.p-mvBottomWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 4.5rem;
  margin: 7.5625rem 0 0 auto;
  gap: 1rem;
}
@media screen and (max-width: 1280px) {
  .p-mvBottomWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-mvBottomWrap {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-mvBottomWrap {
    padding: 0;
    margin: 2.75rem 0 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .p-mvBottomWrap {
    gap: 1.625rem;
    /* margin: 1.25rem 0 0 auto; */
  }
}

.swiper-pagination.swiper-pagination.swiper-pagination.swiper-pagination {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  position: unset;
}
@media screen and (max-width: 768px) {
  .swiper-pagination.swiper-pagination.swiper-pagination.swiper-pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .p-mv__topic {
    width: 100%;
  }
}

.p-topic__item {
  background: #fff;
  border: 1px solid #000;
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-topic__item {
    border: none;
    margin: 0;
  }
}

.p-topic__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-topic__link:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-topic__link:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 1024px) {
  .p-topic__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-topic__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-topic__body {
    padding: 0 1rem;
    width: 100%;
  }
}

.p-topic__label {
  background: #000;
  width: 106px;
  max-width: 100%;
  padding: 10px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-topic__text {
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
}

.p-topic__title {
  margin-left: 20px;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  width: 461px;
  max-width: 100%;
  padding: 0.625rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-topic__title {
    margin: 0;
    width: 100%;
  }
}

.btnMore--topic {
  margin-left: 26px;
  padding-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .btnMore--topic {
    padding: 0;
  }
}

.l-mission {
  padding: 70px 0 114px;
}
@media screen and (max-width: 600px) {
  .l-mission {
    padding: 3rem 0 3.5625rem;
  }
}

.p-mission__copy--en {
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: capitalize;
}

.p-mission__copy {
  margin-top: 34px;
  font-size: 2.875rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-mission__copy {
    font-size: 1.75rem;
  }
}

.p-mission__desc {
  margin-top: 31px;
  letter-spacing: 0.057em;
  font-size: 1.125rem;
  text-align: center;
}

.c-btnMore--mission {
  margin-top: 54px;
}
.c-btnMore--mission .c-btnMore {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-mission__inner {
  position: relative;
}

.p-mission__decoration {
  position: absolute;
  z-index: -1;
}

.p-mission__decoration--01 {
  left: 0;
  top: 0;
}
@media screen and (max-width: 600px) {
  .p-mission__decoration--01 {
    width: 25%;
  }
}

.p-mission__decoration--02 {
  top: 0;
  right: 10%;
}
@media screen and (max-width: 600px) {
  .p-mission__decoration--02 {
    width: 15%;
  }
}

.p-mission__decoration--03 {
  left: 14.6%;
  bottom: 5%;
}
@media screen and (max-width: 600px) {
  .p-mission__decoration--03 {
    width: 15%;
  }
}

.p-mission__decoration--04 {
  right: 0;
  bottom: 20%;
}
@media screen and (max-width: 600px) {
  .p-mission__decoration--04 {
    width: 25%;
  }
}

.l-service {
  padding: 96px 0;
  position: relative;
}

.p-serviceMenu {
  margin-top: 32px;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .p-serviceMenu {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 600px) {
  .p-serviceMenu {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.p-serviceMenu__item {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  background: #fff;
  position: relative;
}

.p-serviceName {
  font-weight: 500;
}

.p-serviceMenu__link {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-serviceMenu__link:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-serviceMenu__link:hover {
    opacity: 0.5;
  }
}

.p-serviceCat {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}

.p-service__categories {
  margin-top: 48px;
}

.p-service__card {
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  width: 100%;
  background: #fff;
}
.p-service__card:not(:first-child) {
  margin-top: 32px;
}

.p-service__cardLink {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-service__cardLink {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-service__cardLink:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .p-service__cardLink:hover {
    opacity: 0.7;
  }
}

.p-service__cardImage {
  width: 272px;
  max-width: 100%;
  height: 256px;
  border-radius: 6px;
  overflow: hidden;
}

.p-service__cardBody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 320px);
  margin-left: 48px;
}
@media screen and (max-width: 768px) {
  .p-service__cardBody {
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1rem;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-service__cardBody img {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}
@media screen and (max-width: 390px) {
  .p-service__cardBody img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.p-service__cardDesc {
  font-size: 0.875rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 600px) {
  .p-service__cardDesc {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

.p-home-serviceMenu {
  margin-top: 3.75rem;
}

.l-contents {
  position: relative;
  padding-top: 96px;
}

.p-home-postContnets {
  margin-top: 48px;
}

.l-recruit {
  position: relative;
  margin-top: 92px;
  padding: 106px 16px 96px;
}
@media screen and (max-width: 600px) {
  .l-recruit {
    padding: 3.3125rem 1rem 3rem;
  }
}

.p-recruit {
  background: #f6f6f6;
}

.p-home-recruitGrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .p-home-recruitGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
  }
}

.l-magazine {
  position: relative;
  padding: 112px 0 96px;
}
@media screen and (max-width: 600px) {
  .l-magazine {
    padding: 3.5rem 0 3rem;
  }
}

.p-magazine {
  background: #fff;
}

.l-news {
  position: relative;
  padding: 96px 0 114px;
}
@media screen and (max-width: 600px) {
  .l-news {
    padding: 48px 0 57px;
  }
}

.p-news {
  background: #fff;
}

.p-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-post__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.p-post__item {
  border-bottom: 1px solid #000000;
}
.p-post__item:not(:first-child) {
  margin-top: 32px;
}

.p-post__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}

.p-post__catItem {
  background: #f6f6f6;
  border-radius: 8px;
  font-size: 0.75rem;
  padding: 4px 16px;
  margin-left: 16px;
}
@media screen and (max-width: 600px) {
  .p-post__catItem {
    margin: 0.25rem 0 0 0;
    padding: 0.25rem 0.5rem;
  }
}

.p-post__link {
  padding-bottom: 32px;
  display: block;
}
.p-post__link:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-post__link:hover {
    opacity: 0.5;
  }
}

.p-post__date {
  font-size: 0.875rem;
  font-weight: 500;
}

.p-post__title {
  font-size: 0.875rem;
}

.p-post__bottom {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.post-type-archive-contents,
.single-contents,
.archive.tax-contents_cat,
.archive.tax-contents_tag {
  background: url("../img/common/bg-contents.svg") top right/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .post-type-archive-contents,
  .single-contents,
  .archive.tax-contents_cat,
  .archive.tax-contents_tag {
    background: url("../img/common/bg-contents.svg") top 57px right/contain
      no-repeat;
  }
}

.p-labelWrap {
  margin-top: 47px;
}

.p-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .p-label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.625rem;
  }
}

.p-label__name {
  width: 75px;
  font-size: 0.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-label__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 23px;
  gap: 0.5rem;
}
@media screen and (max-width: 600px) {
  .p-label__list {
    margin-left: 0;
  }
}

.p-label__link {
  border-radius: 8px;
  border: 1px solid #000000;
  padding: 8px 16px;
  text-align: center;
  font-size: 0.875rem;
  display: block;
}
.p-label__link:focus {
  background: #000;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .p-label__link:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (max-width: 600px) {
  .p-label__link {
    font-size: 0.75rem;
  }
}
.p-label__link.is-current {
  color: #fff;
  background: #000;
}

.p-labelTag {
  margin-top: 16px;
}

.p-contentsPost {
  margin-top: 64px;
}

.p-contentsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px 32px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .p-contentsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-contentsGrid {
    gap: 0.625rem;
  }
}

.p-contentsPost__item {
  max-width: 100%;
}

.p-contentsPost__link:focus {
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .p-contentsPost__link:hover {
    opacity: 0.7;
  }
}

.p-contentsPost__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-contentsPost__thumb {
  background: #ccc;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.p-contentsPost__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-contentsPost__info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}

.p-contentsPost__catLink {
  font-weight: 700;
  font-size: 0.75rem;
  display: block;
}

.p-contentsPost__date {
  font-size: 0.75rem;
}

.p-contentsPost__title {
  margin-top: 8px;
  font-size: 0.875rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 任意の行数を指定 */
}

.p-contentsPost__tag {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-contentsPost__tagLink {
  border-radius: 8px;
  background: #f6f6f6;
  text-align: center;
  padding: 8px 20px;
  font-size: 0.75rem;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-contentsPost__tagLink {
    font-size: 0.625rem;
    padding: 0.25rem 0.625rem;
  }
}
@media screen and (max-width: 600px) {
  .p-contentsPost__tagLink {
    padding: 0.125rem 0.3125rem;
  }
}

.p-btnContentsWrap {
  margin-top: 44px;
}

.term-recruit,
.term-news,
.term-introduce {
  background: url("../img/common/bg-news.svg") top right/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .term-recruit,
  .term-news,
  .term-introduce {
    background: url("../img/common/bg-news.svg") top 57px right/contain
      no-repeat;
  }
}

.p-termNewsSection {
  margin-top: 63px;
}

.p-contentsPost__date--recruit {
  font-size: 0.75rem;
}

.p-termTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-jobDescriptionPost {
  margin-top: 40px;
}

.p-jobDescriptionPost__item {
  border-bottom: 1px solid #000000;
}
.p-jobDescriptionPost__item:not(:first-child) {
  margin-top: 32px;
}

.p-jobDescriptionPost__link {
  padding-bottom: 32px;
  display: block;
}
.p-jobDescriptionPost__link:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-jobDescriptionPost__link:hover {
    opacity: 0.5;
  }
}

.p-jobDescriptionPost__date {
  font-size: 0.875rem;
  font-weight: 500;
}

.p-jobDescriptionPost__title {
  margin-top: 16px;
  font-size: 0.875rem;
}

.btnMore--sm {
  text-align: right;
  font-size: 0.75rem;
  text-decoration: underline;
  /* margin-top: -6px; */
}

.parent-pageid-174 {
  background: url("../img/common/bg-group.svg") top right/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .parent-pageid-174 {
    background: url("../img/common/bg-group.svg") top 57px right/contain
      no-repeat;
  }
}

.p-group {
  margin-top: 95px;
}

.p-group__name {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-group__name {
    font-size: 1.25rem;
  }
}

.p-group__copy {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 48px;
}

.p-group__desc {
  margin-top: 32px;
  line-height: 1.75;
}

.p-group__service {
  margin-top: 96px;
}

.p-group__table {
  margin-top: 56px;
}

.p-group__groupInfo {
  margin-top: 96px;
}

.g-mapLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  width: 100%;
}

.p-gmapLink {
  text-align: right;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-gmapLink:focus {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-gmapLink:hover {
    opacity: 0.5;
  }
}
.p-gmapLink img {
  margin-left: 4px;
}

.p-group__group {
  margin-top: 96px;
}

.p-arrowWrap {
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-group__thumbnail {
  margin-top: 3rem;
}
.p-group__thumbnail img {
  width: 100%;
}

.p-group__mapWrap {
  margin-top: 1.5rem;
}
.p-group__mapWrap iframe {
  border-radius: 1rem;
}
@media screen and (max-width: 600px) {
  .p-group__mapWrap iframe {
    height: 13.5rem;
  }
}

.single-post {
  background: url("../img/common/bg-news.svg") top right/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .single-post {
    background: url("../img/common/bg-news.svg") top 57px right/contain
      no-repeat;
  }
}

.p-singlePost {
  /* background: #fff; */
  /* padding: 2.5rem; */
  /* border-radius: 0.3125rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
@media screen and (max-width: 768px) {
  .p-singlePost {
    padding: 0;
  }
}

.p-singlePost__info {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-singlePost__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-singlePost__catLink {
  font-weight: 700;
  font-size: 0.75rem;
}

.p-singlePost__date {
  font-size: 0.75rem;
  margin-left: 20px;
}

.p-singlePost__title {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-singlePost__title {
    font-size: 1.5rem;
  }
}

.p-singlePost__tag {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-singlePost__tagLink {
  border-radius: 8px;
  background: #f6f6f6;
  text-align: center;
  padding: 8px 20px;
  font-size: 0.75rem;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-singlePost__tagLink {
    padding: 4px 10px;
  }
}

.l-relatedPost {
  padding: 96px 0 93px;
}

.p-relatedGrid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 32px;
}
@media screen and (max-width: 960px) {
  .p-relatedGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.page-id-189 .l-inner--page {
  position: relative;
  padding-bottom: 0;
}
.page-id-189 .l-inner--page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/service/bg-service-before.svg") top/contain no-repeat;
  z-index: -1;
}

.p-service {
  margin-top: 2.5rem;
}

.p-service__copy {
  color: #fff;
  background: #004975;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0;
  padding: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-service__copy:not(:first-of-type) {
  margin-top: 0.03125rem;
}
@media screen and (max-width: 960px) {
  .p-service__copy {
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .p-service__copy {
    font-size: 1.75rem;
  }
}

.p-service__subCopyWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .p-service__subCopyWrap {
    margin: 1.6875rem 0 0;
  }
}

.p-service__subCopy {
  color: #004975;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .p-service__subCopy {
    font-size: 1rem;
  }
}

.p-service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 600px) {
  .p-service__list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-service__contents {
  margin-top: 3.75rem;
}

.p-service__textImage {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}

.p-service__name {
  margin-top: 1.5rem;
}

.p-service__listLink:focus {
  opacity: 0.6;
}
@media (hover: hover) and (pointer: fine) {
  .p-service__listLink:hover {
    opacity: 0.6;
  }
}

.p-service__serviceMenuWrap {
  margin-top: 5.9375rem;
}

@media screen and (max-width: 600px) {
  .p-service__item img {
    margin: 0 auto;
  }
}

.parent-pageid-189 {
  background: url("../img/common/bg-service.svg") top right/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .parent-pageid-189 {
    background: url("../img/common/bg-service.svg") top 57px right/contain
      no-repeat;
  }
}

.p-serviceChild__headline {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-serviceChild__headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    gap: 0;
  }
}

.p-serviceChild__headlineText {
  margin-top: 2rem;
}

.p-serviceChild__headlineImage {
  width: 22.9375rem;
  max-width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-serviceChild__lead {
  margin-top: 6rem;
}

.p-serviceChild__leadTitle {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .p-serviceChild__leadTitle {
    font-size: 1.25rem;
  }
}

.p-serviceChild__leadText {
  margin-top: 2rem;
}

.p-serviceChild__worksList {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3rem 2rem;
}

.p-serviceChild__worksItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 600px) {
  .p-serviceChild__worksItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.p-serviceChild__worksItem div {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .p-serviceChild__worksItem div {
    width: 100%;
  }
}

.p-serviceChild__worksThumbnail {
  background: #eee;
  border-radius: 0.375rem;
}
.p-serviceChild__worksThumbnail img {
  border-radius: 0.375rem;
  aspect-ratio: 449/252;
  object-fit: cover;
}

.p-serviceChild__worksTitle {
  font-weight: 700;
  font-size: 1.125rem;
}

.p-serviceChild__worksText {
  margin-top: 0.625rem;
}

.p-serviceChild__serviceMenu {
  margin-top: 6rem;
}

.page-id-197 {
  background: url("../img/common/bg-company.svg") top right/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .page-id-197 {
    background: url("../img/common/bg-company.svg") top 57px right/contain
      no-repeat;
  }
}

.p-company__top {
  padding: 6.1875rem 4rem 4rem;
  border-radius: 0.5rem;
  position: relative;
  margin-top: 3rem;
  background: url("../img/company/copy-company.svg") top/contain no-repeat
    #f4f9fd;
}
@media screen and (max-width: 600px) {
  .p-company__top {
    padding: 6.1875rem 1rem 4rem;
    margin-top: 1.5rem;
  }
}

.p-company__topCopy {
  color: #004975;
  margin-top: 1.0625rem;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-company__topCopy {
    font-size: 1.5rem;
  }
}

.p-company__topContentMotto {
  margin-top: 4.1875rem;
}

.p-company__topTitle {
  font-size: 0.875rem;
}

.p-company__topText {
  margin-top: 1rem;
}

.p-company__topLogo {
  margin-top: 3rem;
}
.p-company__topLogo img {
  margin-left: auto;
}

.p-companyGreeting {
  margin-top: 6rem;
}

.p-companyGreeting__image {
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-companyGreeting__text {
  margin-top: 3rem;
}

.p-companyDocument {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 768px) {
  .p-companyDocument {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
}

.p-companyDocument__title {
  font-weight: 700;
  font-size: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.p-companyDocument__image {
  width: 43rem;
  max-width: 100%;
}

.p-companyHistory {
  margin-top: 6rem;
}

.p-company_group {
  margin-top: 6rem;
}

.p-company__vision {
  position: relative;
  margin: 6rem calc(50% - 50vw);
  width: 100vw;
  background: url("../img/company/company02.jpg") right/cover no-repeat;
  height: 37.625rem;
}

.p-company__visionContents {
  position: absolute;
  top: 50%;
  left: 12.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-company__visionContents {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
  }
}

.p-company__visionTitle {
  background: #004975;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 0.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-company__copy {
  background: #004975;
  padding: 0rem 1rem 0.25rem;
  color: #fff;
  font-size: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-company__copy {
    font-size: 1.5rem;
  }
}

.p-company__text {
  padding: 1rem;
  background: #fff;
  color: #004975;
  font-size: 0.875rem;
  width: 32.5rem;
  max-width: 100%;
}

.archive:not(
    .post-type-archive-contents,
    .archive.tax-contents_tag,
    .archive.tax-contents_cat
  ) {
  background: url("../img/common/bg-news.svg") top right/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .archive:not(
      .post-type-archive-contents,
      .archive.tax-contents_tag,
      .archive.tax-contents_cat
    ) {
    background: url("../img/common/bg-news.svg") top 57px right/contain
      no-repeat;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-grid {
  display: grid;
}

.u-uppercase {
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  .is-pcOnly {
    display: none;
  }
}

.is-spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-spOnly {
    display: block;
  }
}

.is-fixed {
  overflow: hidden !important;
}

.u-colorOrange {
  color: #e95513;
}

.u-colorGreen {
  color: #20b173;
}

.u-colorYellow {
  color: #d1aa00;
}

.u-colorBlue {
  color: #004975;
}

.u-colorAqua {
  color: #268fcf;
} /*# sourceMappingURL=style.css.map */

/* 20240702 */
.p-globalNav__bnr {
  margin-top: 20px;
}

.p-globalNav__bnrLink {
  width: 140px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.p-globalNav__bnrLink:hover {
  filter: brightness(0.9);
}

.p-globalNav__bnrImg {
  margin: auto;
}

.c-hamburgerMenu__bnr {
  margin-top: 36px;
}

.c-hamburgerMenu__bnrLink {
  width: 340px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.c-hamburgerMenu__bnrLink:hover {
  filter: brightness(0.9);
}

.p-footerNav .p-footerNav__item {
  width: 124px;
  max-width: 100%;
}


/**** 2026 05 14 追記 ****/
header .sns,
.c-hamburgerMenu__content .sns{
  padding: 20px 0;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-hamburgerMenu__content .sns{
  margin-top: 10px;
}
header .sns li, .c-hamburgerMenu__content .sns li{
  margin: 0 5px;
  width: 20%;
}
header .sns li a{
  transition: .3s;
  display: block;
}
header .sns li a:hover{
  transform: scale(1.05);
}
header .side-bn{
  padding: 0.875rem 2.125rem;
}
header .side-bn a{

}
header .side-bn a:hover{
  opacity: .7;
}
.c-hamburgerMenu__content .side-bn{
  margin-top: 30px;
}
header .side-mark li{
  margin-top: 20px;
}
header .side-mark li img{
  max-width: 228px;
  width: 50%;
  margin: 0 auto 10px;
  display: block;
}
header .side-mark li span{
  display: block;
  font-size: 0.75rem;
  line-height: 1.4;
  text-align: center;
}

.pc{
  display: block;
}
.sp{
  display: none;
}
@media screen and (max-width: 768px) {
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }
}

.pg-mv-new .slide{
  position: relative;
  width: 100%;
  padding-top: 47.15%;
}
.pg-mv-new .slide .img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%,-50%);
}
.pg-mv-new .slide .txt{
  position: absolute;
  z-index: 1;
}
.pg-mv-new .slide.s01 .txt{
  width: 27%;
  top: 43%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.pg-mv-new .slide.s02 .txt{
  width: 20%;
  top: 45%;
  right: 12%;
  transform: translateY(-50%);
}
.pg-mv-new .slide.s03 .txt{
  width: 27%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 4%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.pg-mv-new .slide .more{
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  text-align: right;
  font-size: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pg-mv-new .slide .more strong{
  display: block;
  font-weight: 600;
  width: calc(100% - 110px);
  margin-right: 10px;
}
.pg-mv-new .slide .more span{
  display: block;
  width: 100px;
  transition: .3s;
}
.pg-mv-new .slide a:hover .more span{
  transform: translateX(5px);
}
.pg-mv-new .slide.s01 .more{
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pg-mv-new .slide.s02 .more{
  background-color: rgba(0, 73, 117, 0.6);
  color: #fff;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pg-mv-new .slide .more .sp{
  display: none;
}
@media screen and (max-width: 768px) {
  .pg-mv-new{
    width: 112%;
    margin: 0 -6%;
    padding-top: 56px;
  }
  .pg-mv-new .slide{
    padding-top: 120%;
    overflow: hidden;
  }
  .pg-mv-new .slide .img{
  }
  .pg-mv-new .slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .pg-mv-new .slide.s01 .txt{
    width: 70%;
  }
  .pg-mv-new .slide.s02 .txt{
    width: 45%;
    top: 35%;
    right: 6%;
  }
  .pg-mv-new .slide.s03 .txt{
    width: 67%;
    top: 45%;
    padding: 5%;
  }
  .pg-mv-new .slide .more{
    font-size: 5vw;
    justify-content: space-between;
    text-align: left;
  }
  .pg-mv-new .slide .more strong{
    width: 75%;
    margin-right: 0;
  }
  .pg-mv-new .slide .more span{
    display: block;
    width: 25%;
  }
  .pg-mv-new .slide .more .sp{
    display: block;
  }
}
.home-rec-bn{
  display: block;
  margin-top: 30px;
}
.home-rec-bn:hover{
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .home-rec-bn{
    margin-top: 10px;
  }
}

.service-link{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service-link a{
  display: block;
  width: 49%;
  transition: .3s;
  margin-bottom: 2%;
  border-radius: 5px;
  overflow: hidden;
  border: solid 1px #DADADA;
}
.service-link a:hover{
  opacity: .7;
}
@media screen and (max-width: 600px) {
  .service-link{
    display: block;
  }
  .service-link a{
    width: 100%;
    margin: 0 0 10px;
  }
}

.p-company__nav{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 20px 0;
  margin-bottom: -6rem;
}
.p-company__nav:before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background-color: #fff;
}
.p-company__nav a{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 5px 0 25px;
  text-align: center;
  border-right: solid 1px #000;
  width: calc(100% / 6);
}
.p-company__nav a:first-of-type{
  border-left: solid 1px #000;
}
.p-company__nav a:after {
  content: "";
  position: absolute;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  width: 12px;
  height: 6px;
  background: url(../img/company/nav-arw.svg) center / cover no-repeat;
  transition: .3s;
}
.p-company__nav a:hover:after{
  bottom: 5px;
}
.company-dx-bn{
  display: block;
  margin-top: 60px;
}
.company-dx-bn:hover{
  opacity: .7;
}
.p-company_graph{
  display: block;
  margin-top: 60px;
  position: relative;
  padding: 60px 30px 30px;
  background-color: #fff;
}
.p-company_graph .txt{
  position: absolute;
  z-index: 1;
  top: 7.5%;
  left: 9%;
  width: 80.75%;
  transition: 1s;
  opacity: 0;
}
.p-company_graph .txt.act{
  opacity: 1;
}
.p-company_graph .bar{
  position: absolute;
  bottom: 11.5%;
  left: 13%;
  width: 79%;
  transition: .3s;
  transform-origin: 100% 100%;
  transform: scaleY(0);
}
.p-company_graph .bar.act{
  animation: bar .5s forwards;
  -webkit-animation: bar .5s forwards;
}
@keyframes bar {
  0% {
    transform: scaleY(0);
    tr
  }
  100% {
    transform: scaleY(1);
  }
}
@media screen and (max-width: 768px) {
  .p-company__nav{
    top: 50px;
    z-index: 10;
    padding: 10px 0;
  }
  .p-company__nav a{
    font-size: 0.875rem;
    width: calc(100% / 3);
    margin-top: 5px;
  }
  .p-company__nav a:nth-of-type(3n - 2){
    border-left: solid 1px #000;
  }
  .p-company__nav a:after {
    content: "";
    position: absolute;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    width: 12px;
    height: 6px;
    background: url(../img/company/nav-arw.svg) center / cover no-repeat;
    transition: .3s;
  }
  .company-dx-bn{
    display: block;
    margin-top: 30px;
  }
  .p-company_graph{
    margin-top: 30px;
    padding: 30px 10px 10px;
  }
  .p-company_graph .txt{
    top: 8%;
    left: 8%;
    width: 82.25%;
  }
  .p-company_graph .bar{
    bottom: 8.5%;
    left: 12.5%;
    width: 79.75%;
  }
}

/**********************
 * dx
**********************/
.pg-dx .en{
  font-family: "Roboto";
}
.pg-dx .gredation{
  display: inline-block;
  background: linear-gradient(180deg, #1F68FF 0%, #62F1FF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pg-dx-intro{
  margin-top: -32px;
  padding: 30px 0;
  background: url(../img/dx/intro-bg.jpg) no-repeat top center / cover;
}
.pg-dx-intro__inner{
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}
.pg-dx-intro__logo{
  max-width: 316px;
  width: 40%;
  margin: 0 0 100px;
  display: block;
}
.pg-dx-intro__midashi01{
  font-size: clamp(50px,8vw,110px);
  line-height: 1;
  text-align: center;
  font-weight: 300;
  width: 110%;
  margin: 0 -5% 100px;
}
.pg-dx-intro__midashi02{
  font-size: clamp(20px,4vw,40px);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin: 0 0 60px;
}
.pg-dx-intro__text{
  font-size: clamp(15px,2vw,24px);
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
.pg-dx-intro__articles{
  border-top: solid 3px #1F68FF;
  border-bottom: solid 3px #1F68FF;
  padding: 20px 0;
  margin: 100px 0;
  text-align: center;
}
.pg-dx-intro__articles span{
  display: block;
  font-size: clamp(14px,2.4vw,34px);
  line-height: 1.4;
  margin-bottom: 10px;
}
.pg-dx-intro__articles strong{
  font-size: clamp(44px,8vw,110px);
  line-height: 1;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
}
.pg-dx-intro__articles strong:before,
.pg-dx-intro__articles strong:after{
  content: '';
  width: 44px;
  height: 31px;
  background: url(../img/dx/kakko.png) no-repeat top center / contain;
  display: block;
  margin: 0 10px;
}
.pg-dx-intro__articles strong:after{
  transform: rotate(180deg);
  margin-top: auto;
}
.pg-dx-intro__item{
  margin-bottom: 50px;
  text-align: center;
}
.pg-dx-intro__item-midashi01{
  font-size: clamp(50px,7vw,80px);
  line-height: 1;
  text-align: center;
  font-weight: 300;
  margin: 0 0 50px;
}
.pg-dx-intro__item-midashi01 strong{
  display: block;
  width: 36px;
  margin: 0 auto 10px;
}
.pg-dx-intro__item-midashi02{
  font-size: clamp(20px,3vw,32px);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin: 0 0 30px;
}
.pg-dx-intro__item-text{
  font-size: clamp(15px,2vw,20px);
  line-height: 2;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .pg-dx-intro{
    margin-top: 0;
    padding: 60px 0 30px;
  }
  .pg-dx-intro__logo{
    display: none;
  }
  .pg-dx-intro__midashi01{
    margin: 0 -5% 40px;
  }
  .pg-dx-intro__midashi02{
    margin: 0 0 30px;
  }
  .pg-dx-intro__articles{
    border-top: solid 1px #1F68FF;
    border-bottom: solid 1px #1F68FF;
    padding: 10px 0;
    margin: 50px 0;
  }
  .pg-dx-intro__articles strong:before,
  .pg-dx-intro__articles strong:after{
    width: 18px;
    height: 13px;
  }
  .pg-dx-intro__item{
    margin-bottom: 30px;
  }
  .pg-dx-intro__item-midashi01{
    margin: 0 0 30px;
  }
  .pg-dx-intro__item-midashi01 strong{
    width: 24px;
  }
  .pg-dx-intro__item-midashi02{
    margin: 0 0 15px;
  }
}
.pg-dx-case{
  padding: 120px 0 10px;
  background-color: #fff;
}
.pg-dx-case__head{
  font-size: clamp(28px,3.4vw,40px);
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin: 0 0 50px;
}
.pg-dx-case__box{
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 80px;
  padding: 70px 0;
}
.pg-dx-case__box:after{
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: #F3F9FD;
  border-radius: 10px;
  top: 0;
}
.pg-dx-case__box:nth-of-type(odd):after{
  right: 0;
}
.pg-dx-case__box:nth-of-type(even):after{
  left: 0;
}
.pg-dx-case__title{
  position: relative;
  z-index: 1;
}
.pg-dx-case__title:after{
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  background-color: #fff;
  border-top: solid 2px #1F68FF;
  border-bottom: solid 2px #1F68FF;
  top: 0;
}
.pg-dx-case__box:nth-of-type(odd) .pg-dx-case__title:after{
  right: 0;
}
.pg-dx-case__box:nth-of-type(even) .pg-dx-case__title:after{
  left: 0;
}
.pg-dx-case__title-inner{
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.pg-dx-case__title-en{
  color: #1F68FF;
  font-size: clamp(20px,2.5vw,30px);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  width: 120px;
}
.pg-dx-case__title-text{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 120px);
  padding: 20px 0 20px 30px;
  border-left: solid 2px #1F68FF;
}
.pg-dx-case__title-text .img{
  width: 270px;
}
.pg-dx-case__title-text .img span{
  display: block;
  font-size: clamp(14px,1.6vw,17px);
  line-height: 1.4;
  margin-top: 10px;
  text-align: left;
}
.pg-dx-case__title-text .txt{
  font-size: clamp(20px,2.5vw,30px);
  font-weight: 500;
  line-height: 1.4;
  width: calc(100% - 270px);
}
.pg-dx-case__title-text .txt span{
  font-size: clamp(14px,1.7vw,20px);
}
.pg-dx-case__body{
  position: relative;
  z-index: 1;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0 10px;
}
.pg-dx-case__body-image{
  position: absolute;
  top: 180px;
  right: 0;
  width: 35%;
}
.pg-dx-case__item{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 50px;
}
.pg-dx-case__item.short{
  width: 65%;
}
.pg-dx-case__item:before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 14px;
  width: 2px;
  height: calc(100% - 60px);
  background: linear-gradient(to bottom, #1F68FF 0%,#62F1FF 100%);
}
.pg-dx-case__item-midashi01{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.pg-dx-case__item-midashi01 strong{
  display: block;
  width: 32px;
}
.pg-dx-case__item-midashi01 span{
  display: block;
  width: calc(100% - 45px);
  font-size: clamp(35px,4.2vw,50px);
  font-weight: 300;
  line-height: 1.4;
}
.pg-dx-case__item-midashi02{
  padding-left: 45px;
  margin-bottom: 20px;
  color: #004975;
  font-size: clamp(20px,2.5vw,30px);
  font-weight: 600;
  line-height: 1.4;
}
.pg-dx-case__item-text{
  font-size: clamp(15px,1.6vw,18px);
  line-height: 1.6;
  padding-left: 45px;
}
.pg-dx-case__item-list{
  font-size: clamp(15px,1.6vw,18px);
  line-height: 1.6;
  padding-left: 45px;
  margin-bottom: 30px;
  text-indent: -1rem;
  margin-left: 1rem;
}
.pg-dx-case__item-list:last-of-type{
  margin-bottom: 0;
}
.pg-dx-case__item-list strong{
  display: block;
}
.pg-dx-case__item-list strong:first-letter{
  color: #2C81FF;
}
.pg-dx-case__ba{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pg-dx-case__ba-box{
  width: calc(100% / 2 - 50px);
  display: flex;
  flex-direction: column;
}
.pg-dx-case__ba-box .en{
  color: #2C81FF;
  font-size: clamp(20px,2.5vw,30px);
  font-weight: 300;
  line-height: 1;
  padding: 0 10px 5px;
}
.pg-dx-case__ba-box .in{
  border-radius: 5px;
  border: solid 1px #2C81FF;
  background-color: #fff;
  position: relative;
  padding: 20px 40px 10px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.pg-dx-case__ba-box .in:after{
  content: '';
  width:0;
  height:0;
  border-style:solid;
  border-width: 44px 0 44px 50px;
  border-color: transparent transparent transparent #2C81FF;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
}
.pg-dx-case__ba-box:nth-of-type(2) .in{
  background-color: #2C81FF;
  color: #fff;
}
.pg-dx-case__ba-box:nth-of-type(2) .in:after{
  display: none;
}
.pg-dx-case__ba-box .in p{
  font-size: clamp(15px,1.6vw,18px);
  line-height: 1.6;
  margin-bottom: 10px;
}
.pg-dx-case__ba-box .in .list{
  padding-left: 14px;
  position: relative;
}
.pg-dx-case__ba-box .in .list:before{
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background-color: #000;
  position: absolute;
  top: 12px;
  left: 0;
}
.pg-dx-case__ba-box:nth-of-type(2) .list:before{
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .pg-dx-case{
    padding: 60px 0 10px;
    background-color: #fff;
  }
  .pg-dx-case__head{
    margin: 0 0 20px;
  }
  .pg-dx-case__box{
    width: 100%;
    margin: 0 auto 60px;
    padding: 0 0 60px;
  }
  .pg-dx-case__box:after{
    width: 100%;
  }
  .pg-dx-case__title:after{
    border-top: solid 1px #1F68FF;
    border-bottom: solid 1px #1F68FF;
  }
  .pg-dx-case__title-inner{
    display: block;
    padding: 30px 0;
  }
  .pg-dx-case__title-en{
    text-align: center;
    display: block;
    min-width: auto;
    width: 100%;
  }
  .pg-dx-case__title-text{
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0 20px;
    border-left: none;
  }
  .pg-dx-case__title-text .img{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .pg-dx-case__title-text .img img{
    display: block;
    width: 55%;
  }
  .pg-dx-case__title-text .img span{
    width: 47%;
    margin: 0 0 0 2%;
  }
  .pg-dx-case__title-text .txt{
    font-size: clamp(20px,2.5vw,30px);
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
  }
  .pg-dx-case__title-text .txt span{
    font-size: clamp(14px,1.7vw,20px);
  }
  .pg-dx-case__body{
    padding: 30px 0 10px;
  }
  .pg-dx-case__body-image{
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
    margin: 0 0 30px;
  }
  .pg-dx-case__item{
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  .pg-dx-case__item.short{
    width: 100%;
  }
  .pg-dx-case__item:before{
    left: 9px;
    height: calc(100% - 45px);
  }
  .pg-dx-case__item-midashi01{
    margin-bottom: 10px;
  }
  .pg-dx-case__item-midashi01 strong{
    width: 22px;
  }
  .pg-dx-case__item-midashi01 span{
    display: block;
    width: calc(100% - 27px);
  }
  .pg-dx-case__item-midashi02{
    padding-left: 27px;
    line-height: 1.4;
  }
  .pg-dx-case__item-text{
    padding-left: 27px;
  }
  .pg-dx-case__item-list{
    padding-left: 27px;
    margin-bottom: 20px;
    text-indent: 0;
    margin-left: 0;
  }
  .pg-dx-case__ba{
    display: block;
  }
  .pg-dx-case__ba-box{
    width: 100%;
    margin: 0 0 50px;
  }
  .pg-dx-case__ba-box:last-of-type{
    margin-bottom: 0;
  }
  .pg-dx-case__ba-box .en{
    padding: 0 0 5px;
  }
  .pg-dx-case__ba-box .in{
    padding: 15px 10px;
  }
  .pg-dx-case__ba-box .in:after{
    content: '';
    width:0;
    height:0;
    border-style:solid;
    border-width: 30px 30px 0 30px;
    border-color: #2C81FF transparent transparent transparent;
    top: inherit;
    right: inherit;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
  }
  .pg-dx-case__ba-box .in p{
    margin-bottom: 5px;
  }
  .pg-dx-case__ba-box .in .list{
    padding-left: 9px;
  }
  .pg-dx-case__ba-box .in .list:before{
    top: 9px;
  }
}

.ft-rec{
  display: block;
  width: 100%;
  max-width: 456px;
  margin-left: 31px;
  transition: .3s;
}
.ft-rec:hover{
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .p-footerNav__wrapper{
    width: 100%;
  }
  .ft-rec{
    max-width: none;
    margin: 20px auto;
  }
}