*,
*::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: hidden;
}

@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: hidden;
  -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-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.875rem 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;
}
@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: 170px 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%;
}
